similar to: Upgrade from CentOS 6.x to 7

Displaying 20 results from an estimated 2000 matches similar to: "Upgrade from CentOS 6.x to 7"

2012 Dec 06
1
KDE login screen configuration problems
Sorry to be so slow in responding. I've done what you suggested. I created /etc/sysconfig/desktop and entered "$DISPLAYMANAGER=KDM". I rebooted but there was no change. GDM is still being used. Any other suggestions? mw ======================== Just create the file /etc/sysconfig/desktop and put in it: DESKTOP=KDM I believe it's DESKTOP - you can dbl check /etc/X11/prefdm
2012 Dec 23
3
Question: How to utilize multi-core CPUs
I've installed CentOS 6.3 on a quad-four box. The model only indicated dual core but CentOS is telling me there are four. This is the first multi-core Linux installation I've had. What is the best way to utilize the multi-core CPUs? I'd like to distribute the load but I'm unsure how to do that. mw -- -- "Lose not thy airspeed, lest the ground rises up and smites
2012 Oct 06
1
Dovecot & pam issues
I'm replacing my old Fedora 7 mail server with a new one running CentOS6.3. The old server uses plain-text logins and password for pop3 and IMAP. I'm unable to get dovecot to authenticate. It's failing the password check. Trying 192.168.1.50... Connected to orion (192.168.1.50). Escape character is '^]'. +OK orion.crucis.net Dovecot ready. user joe +OK pass abcdefg -ERR
2012 Oct 08
2
X/Display resolution configuration
I've installed CentOS 6.3 on a new system. I've a nagging problem that I'm trying to fix---the screen resolution changes. I've a flat screen monitor that has 1600x900 capability. However when I logout and then log back in the resolution changes to 1280x1024. When I looked at the xorg.conf.d directory it was empty---both in /etc and in /usr/share. Where is xorg.conf and
2013 May 27
6
Backup of large filesystems >500GB
I've a small system that I use to support a number of churches. I provide web and email for them. My current server is running CentOS 6.3 with paired 1TB drives in a RAID1 configuration. It works well. One filesystem is very large, >500GB, and contains numerous large files: SQL, docs, church libraries in ebook and digital form, plus stored videos of church services. My problem is that
2014 Nov 06
2
Samba guest no write access after update to samba -3.6.23-12.el6.x86_64
I have an established server initially created with CentOS 6.5 and updated weekly. Last week there was a massive update that I believe upgraded my server to 6.6. I had a number of issues after the upgrade---like my firewall being turned on and blocking all inbound ports. (I have an external firewall.) I've fixed all the issues created by this upgrade except for one. I have a number of samba
2012 Nov 19
3
CentOS 6.3 - KDE login screen configuration problems
Hello, We generally use CentOS for some servers, and so do not use a GUI interface. However, I have recently installed CentOS 6.3 onto a PC with KDE. I am familiar with KDE as I use it with Fedora for my work PC. The problem is that we would like to configure the login screen, so that it does not show the user list, that it does not allow the shutdown or reboot commands (from the login screen),
2001 Dec 15
1
[Fwd: Re: No print to Samba (Linux) printer from Win98]
Here is my smb.conf. Maybe someone can tell me what I'm doing wrong. [global] workgroup = HOMEGROUP log level = 8 path = /var/spool/lpd/HPDESKJET default service = global writable = yes printer = HPDESKJET remote announce = 192.168.x.x/HOMEGROUP print command = lpr -l -P%p %s printing = bsd load printers = yes dns proxy = No lprm command = lprm public = yes printcap name =
2003 Nov 19
0
OT Sorta: Strouhal Numbers, Unladen Swallows and Monthy Python....
Greetings all, Every now and then, as we engage in serious discourse, it seems appropriate to throw something into the mix that might digress and brighten the day. So, what is a Strouhal Number? "For an animal or insect in flight, the Strouhal number is determined by the frequency (f) of wing strokes, multiplied by the amplitude (A) of the wing, divided by the animal?s forward speed (U)
2016 Feb 22
3
Dovecot Bulletin
It also got the bulletin out to new users without admin intervention. Sent from Mobile ________________________________ From: Doug Hardie<mailto:bc979 at lafn.org> Sent: ?2/?22/?2016 4:02 To: Dovecot Mailing List<mailto:dovecot at dovecot.org>; Timo Sirainen<mailto:tss at iki.fi> Cc: Kevin Kershner<mailto:cstkersh at outlook.com> Subject: Re: Dovecot Bulletin > On 20
2009 Oct 28
0
[LLVMdev] JIT, FFI
You're right, that probably won't have very good performance. What we (unladen-swallow) do is to call getPointerToFunction which gives a function pointer of type (void*)(void*) which we then cast to the appropriate function type and then call from C/C++. That way the C/C++ compiler for your application can codegen the function call once instead having the JIT do it many times. Reid On
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net: - set min/max_mtu, per Haiyang, after rndis_filter_device_add virtio_net: - set min/max_mtu - remove virtnet_change_mtu vmxnet3: - set min/max_mtu xen-netback: - min_mtu = 0, max_mtu = 65517 xen-netfront: - min_mtu = 0, max_mtu = 65535 unisys/visor: - clean up defines a little to not clash with network core or add redundat definitions CC: netdev at vger.kernel.org CC:
2016 Oct 20
4
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
hyperv_net: - set min/max_mtu, per Haiyang, after rndis_filter_device_add virtio_net: - set min/max_mtu - remove virtnet_change_mtu vmxnet3: - set min/max_mtu xen-netback: - min_mtu = 0, max_mtu = 65517 xen-netfront: - min_mtu = 0, max_mtu = 65535 unisys/visor: - clean up defines a little to not clash with network core or add redundat definitions CC: netdev at vger.kernel.org CC:
2016 Oct 20
0
[PATCH net-next v2 6/9] net: use core MTU range checking in virt drivers
On Thu, Oct 20, 2016 at 01:55:21PM -0400, Jarod Wilson wrote: > hyperv_net: > - set min/max_mtu, per Haiyang, after rndis_filter_device_add > > virtio_net: > - set min/max_mtu > - remove virtnet_change_mtu > vmxnet3: > - set min/max_mtu > > xen-netback: > - min_mtu = 0, max_mtu = 65517 > > xen-netfront: > - min_mtu = 0, max_mtu = 65535 > >
2009 Nov 19
1
[LLVMdev] llvm-c: LLVMCreateExecutionEngine returning empty error message
Hello, I'm using the llvm-c bindings for C, but I'm getting some problems, the LLVMCreateExecutionEngine is returning 1 but the error message is an empty string (it's !=NULL). The steps I'm doing is to create the module, then I call LLVMVerifyModule to verify and it works fine, later I call LLVMCreateModuleProviderForExistingModule and it returns !=NULL MP, so it's ok, but
2008 Mar 07
0
How to do a time-stratified case-crossover analysis for air pollution data?
Dear Experts, I am trying to do a time-stratified case-crossover analysis on air pollution data and number of myocardial infarctions. In order to avoid model selection bias, I started with a simple simulation. I'm still not sure if my simulation is right. But the results I get from the "ts-case-crossover" are much more variable than those from a glm. Is this: a. Due to
2011 Aug 18
1
RSA_public_decrypt and FIPS
Does anyone knows if there is a patch for OpenSSH in order to make it work with 0.9.8r OpenSSL in FIPS Mode ? I'm having problem with the RSA_public_decrypt() function that is failing in FIPS Mode, I changed it to use RSA_verify instead and setting the flag "RSA_FLAG_NON_FIPS_ALLOW", and it's working fine now, but I'm not sure if this is allowed in FIPS Mode, does anyone
2008 Mar 07
0
How to do a time-stratified case-crossover analysis for air pollution data? Unformatted text-version, with an additional note
Dear Experts, I am trying to do a time-stratified case-crossover analysis on air pollution data and number of myocardial infarctions. In order to avoid model selection bias, I started with a simple simulation. I'm still not sure if my simulation is right. But the results I get from the "ts-case-crossover" are much more variable than those from a glm. Is this: a. Due to the simple
2004 Sep 10
1
FLAC 1.0.5 beta1 released
Just an FYI... On my RH8 Duron 800MHz box, after running ./configure --enable-3dnow && make && make check && make install I received the following errors: =================== 2 of 8 tests failed =================== make[3]: *** [check-TESTS] Error 1 make[3]: Leaving directory `/home/mw/flac-1.0.5_beta1/test' make[2]: *** [check-am] Error 2 make[2]: Leaving directory
2009 Oct 28
2
[LLVMdev] JIT, FFI
Hello, I'm new to LLVM and I had a question about it: when we call the JIT::runFunction, since llvm doesn't has a full FFI, there are some cases in which the JIT needs to codegen a stub function to call the function we are interested, my question is: this stub function will remains in the module until when ? What are the most efficient way to remove it from the module and memory ? For a