similar to: rup on CentOS6

Displaying 20 results from an estimated 10000 matches similar to: "rup on CentOS6"

2011 Nov 17
1
nfs4 problem in CENTOS6
Hi, This is slightly offtopic, but I have been trying to resolve that problem for two days now without much success. It looks like this may be something that works with CENTOS5, but not with CENTOS6! I have two machines, fileserver1 and server5. fileserver1 runs on CENTOS6 (virtualized, if this is important), server5 runs on Centos5. Both are running with the most recent updates. Server5 is a
2013 Jul 02
1
rpmbuild environment CentOS5 vs CentOS6
On CentOS5 I was used to create a simple spec file where at the end I'll declare files and directories I wan't to package: --< Snip >-- %files %dir /opt/myapp %dir /opt/myapp/bin %dir /opt/myapp/etc /opt/myapp/bin/exec01 /opt/myapp/etc/myapp.conf ---- I'll copy the file in /usr/src/redhat/SPECS and run "rpmbuild -bb myapp.spec". On CentOS6 rpm-build package no longer
2012 Oct 10
1
CentOS6 and pam_access
I just realised that pam_access no longer works under CentOS6 - or it works differently from CentOS5. Under CentOS5, I used this configuration to restrict access to root only: # cat /etc/security/access.conf + : root : ALL - : ALL : ALL # cat /etc/pam.d/system-auth-ac ... account required pam_access.so account required pam_unix.so account sufficient pam_localuser.so
2011 Aug 10
0
Centos6(64) SSH sessions fail irregularly
Folks I just installed a centos6 system on a 64-bit box. My methods include remote administration, using ssh from a windows machine. I use this method successfully on several Centos5 boxes and one Centos6 (32bit) machine as well. However, on this latest one, I get inconsistent results with ssh. This is a server, SELINUX is disabled, it's command line only, and I have installed
2011 Aug 10
0
Centos6(64) SSH sessions fail irregularly [SOLVED]
Folks I just installed a centos6 system on a 64-bit box. My methods include remote administration, using ssh from a windows machine. I use this method successfully on several Centos5 boxes and one Centos6 (32bit) machine as well. However, on this latest one, I get inconsistent results with ssh. This is a server, SELINUX is disabled, it's command line only, and I have installed
2011 Sep 27
2
Slow DNS lookups on CentOS6
Most of my desktops are still running CentOS5, but I have installed CentOS6 on a few of them. The users on those desktops are reporting that DNS lookups are slow, and from my brief tests, that does appear to be the case. After some googling, I found a suggestion to disable IPv6, but that didn't help. So I tried to figure out where the delay occurs using strace and ltrace, but that
2012 Aug 13
2
CentOS6 and netboot
Is there any chance the system-config-netboot* rpms upstream removed from CentOS6 could be provided in extras? The CentOS5 SRPM builds cleanly under CentOS6, and upstream's workaround is insufficient as it only covers diskless clients, not helpful if you need pxeos.
2012 Mar 06
1
CentOS5 lxc guest under CentOS6 host
Hi all, Somebody have tried to run a centos5 lxc guest under centos6 host?? Is it possible?? Thanks.
2013 Mar 04
6
Centos6 ipsec troubles
Hello, it looks like the usual way to do ipsec on centos5 won't work anymore on centos6 I installed ipsec-tools but an interface type IPsec is not recognized by the kernel ifup ipsec0 Device does not seem to be present, delaying initialization. I am not planning to use the awful OpenSwan, I Want to sue the Kame implementation which was working fine on CentOS5 any hints ? thank you
2011 Jul 13
2
CentOS6: installing 32bit and 64bit RPMS via the installer?
Installing 64bit CentOS6 only installs x86_64 and noarch RPMS - however, I have a number of legacy 32bit apps that require a number of 32bit RPMS to be installed. Does anyone know how to get the installer to install the 32bit versions of 64bit RPMS? i.e. in the way it does for CentOS5. Thanks James Pearson
2011 Jul 13
1
PXE booting centos6
Hello I am trying to PXE boot centos6 but i get an error, Seetings are: PXE server is a cobbler centos5 machine trying to boot a centos6 client Traceback (most recent call first): File &quot;&lt;string&gt;&quot;, line 64, in __iter__ File &quot;/usr/lib/yum-plugins/whiteout.py&quot;, line 46, in postreposetup_hook for event, elem in iterparse(infile): File
2014 Mar 26
2
VMs failing to restart
This is a problem I've had on and off under CentOS5 and CentOS6, with both xen and kvm. Currently, it happens consistently with kvm on 6.5, e.g. with every kernel update. I *think* it generally worked fine with the 6.4 kernels. There are 7 VMs running on a 6.5, x86_64, 8GB RAM host, each with 512MB RAM and using the e1000 NIC. I picked this specific NIC because the default does not allow
2014 May 06
1
NFS4 idmap question
HTTPD on some of my CentOS5 systems is configured to run as user "nobody". Also, it needs access to some exported file systems. CentOS5 uses NFS3 so I changed the ownership of the files on the storage server to "nobody" to give httpd full permissions. Now I want to rebuild these systems with CentOS6 and httpd running as user "apache". The problem is how to give
2011 Jul 21
10
centos6 not using /etc/gdm/custom.conf
In CentOS5 you were able to create a server section in /etc/gdm/custom.conf such as [server-Standard] name=Standard server command=/usr/bin/Xorg -br -audit 4 -s 15 chooser=false handled=true flexible=true priority=0 After this change, Xorg would run with the -br -audit 4 -s 15 options. Unfortunately in CentOS6 this is not the case. It completely ignores anything put into custom.conf as far
2017 Apr 08
0
Migrate OLD PDC on Centos5 to Centos6
Hi Alberto, Am 07.04.2017 um 22:30 schrieb Alberto Moreno via samba: > I have a old server running our PDC(NT4 Style) with Centos 5+samba 3x+LDAP > as backend. > > I want to move this setup to Centos 6. > > Some one running this layout under Centos6 without issue? > > I don't want to right now to work with AD style yet, no time for testing. I understand if people have
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello, I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions. The guide is available here: http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros: - CentOS 5.8 x64 - CentOS 6.3 x64 - Fedora 17 x64 RHEL5/CentOS5 requires some hackery to get
2012 Aug 15
3
Howto/Tutorial: Compiling Xen 4.2 from source on RHEL5/CentOS5, RHEL6/CentOS6, Fedora 16, Fedora 17
Hello, I just wrote instructions for building Xen 4.2 from sources on various RPM-based Linux distributions. The guide is available here: http://wiki.xen.org/wiki/Xen_4.2_Build_From_Source_On_RHEL_CentOS_Fedora I was able to successfully build Xen 4.2.0-rc2 on the following Linux distros: - CentOS 5.8 x64 - CentOS 6.3 x64 - Fedora 17 x64 RHEL5/CentOS5 requires some hackery to get
2013 Apr 10
2
How to patch a CentOS6 kernel
So I have a couple patches supplied to me by upstream in relation to a kernel bug[1], but I can't figure out how to patch the kernel. The CentOS wiki page discusses retrieving the kernel source[2], but doesn't describe how to apply patches. Instructions I've found apply to CentOS5, and RH has changed their kernel packaging since then. I've been banging my head on this off and on
2013 Dec 10
2
CentOS6 xinetd failure
One thing I have noticed on CentOS6 is that rsync via xinetd never works after a reboot. It always takes an additional, post-reboot service xinetd restart to get it going. That has been the same for all revisions up to and including 6.5, and I've seen it on more than just machine. While I don't see such a message on other problem machines, the latest reboot gave me a clue: Dec 9
2011 Oct 06
2
Mock - Problems building Centos5 package on Centos6 - where can I ask for advice ?
Hi. I am trying to use Mock to rebuild a .src.rpm file I have made for PHP 5.3.8 (for Centos6) I have managed to install deps fine with mock. When I try to rebuild the package though I get. (from build.log) --------------------------------------------------------------------------------------------------------- + cat /usr/share/aclocal/libtool.m4 /usr/share/aclocal/ltoptions.m4