Re: [CentOS] You do not appear to have the sources for the 2.6.18-128.1.1.el5.028stab062.3PAE kernel installed.

2010-10-29 Thread Sharon Kimble
On 29 October 2010 07:56, Thuo Wilson wrote: > Where do i get the kernel sources for the installed version to work? > > > > Wilson. > > > From the vault where all out of date rpms go, but you'll be lucky to get support from here as we only support what we ship! And please don't top post, it break

Re: [CentOS] You do not appear to have the sources for the 2.6.18-128.1.1.el5.028stab062.3PAE kernel installed.

2010-10-29 Thread John R. Dennison
On Fri, Oct 29, 2010 at 09:56:23AM +0300, Thuo Wilson wrote: > Where do i get the kernel sources for the installed version to work? It's not a matter so much of where to get the sources as it is that since it is an OpenVZ container you don't have direct access to the hardwa

Re: [CentOS] You do not appear to have the sources for the 2.6.18-128.1.1.el5.028stab062.3PAE kernel installed.

2010-10-29 Thread Thuo Wilson
On 29 October 2010 10:14, John R. Dennison wrote: > On Fri, Oct 29, 2010 at 09:56:23AM +0300, Thuo Wilson wrote: > > Where do i get the kernel sources for the installed version to work? > > It's not a matter so much of where to get the sources as it is >that since it is an OpenVZ

Re: [CentOS] CentOS 5.5: bind config is missing the slave zone definitions

2010-10-29 Thread Lorenzo Quatrini
Boris Epstein ha scritto: > Hi all, > > I have two near identical CentOS 5.5 machines; both are running named > server (DNS). On one using system-config-bind I can easily define a > slave zone; on the other, it is a no go: it says the definition is > there, etc. but there is no corresponding file

[CentOS] How to access one machine behind iptables, on different subnet?

2010-10-29 Thread Rudi Ahlers
Hi all, I wonder if someone can help me with this: The setup is as follows: 192.168.1.254 - wireless ADSL modem, with DHCP pool on 192.168.100 - 192.168.200 192.168.1.250 - Linux firewall RED interface 192.168.2.250 - Linux firewall GREEN interface. There are some normal LAN clients behind the L

[CentOS] faster fsck ?

2010-10-29 Thread przemolicc
Hi, we have CentOS ftp server (vsftpd) which has a lot of users who are writing and reading a lot of small files from/into its own accounts (and other servers - using samba client - are reading these files and putting them into outside database). Since this server is under heavy load its availa

Re: [CentOS] heads up - on latest rpmforge perl-NetAddr-IP update and spamassassin 3.3.1 conflict on Centos4

2010-10-29 Thread David Hrbáč
Dne 28.10.2010 20:32, Ned Slider napsal(a): > It's a known issue with perl-NetAddr-IP-4.034 > > https://rt.cpan.org/Public/Bug/Display.html?id=62521 > > As you've discovered, downgrading is the temporary fix. I have just committed update to perl-NetAddr-IP-4.035. Regards, DH

Re: [CentOS] firefox problems

2010-10-29 Thread Paul Bijnens
I had that too some half year ago or so. I fixed it by changing the file /etc/X11/xorg.conf. The one that is generated by nvidia omits most of the modules bad: Section "Module" Load "glx" EndSection good: Section "Module" Load "dbe" Load "extmod" Load "type1"

Re: [CentOS] How to access one machine behind iptables, on different subnet?

2010-10-29 Thread Jorge Fábregas
On Friday 29 October 2010 04:22:52 Rudi Ahlers wrote: > How do I give full access to all ports on this IP, instead of forwarding > every port? Sure. That's called One-to-One NAT. You'll do something like this: iptables -t nat -I PREROUTING -d 192.168.1.20 -j DNAT --to-destination $GREEN ...whe

Re: [CentOS] faster fsck ?

2010-10-29 Thread Peter Kjellström
On Friday 29 October 2010 11:42:38 przemol...@poczta.fm wrote: > Hi, > > we have CentOS ftp server (vsftpd) which has a lot of users who are writing > and reading a lot of small files from/into its own accounts (and other > servers - using samba client - are reading these files and putting them >

Re: [CentOS] faster fsck ?

2010-10-29 Thread Les Mikesell
On 10/29/10 7:31 AM, Peter Kjellström wrote: > On Friday 29 October 2010 11:42:38 przemol...@poczta.fm wrote: >> Hi, >> >> we have CentOS ftp server (vsftpd) which has a lot of users who are writing >> and reading a lot of small files from/into its own accounts (and other >> servers - using samba c

[CentOS] migrating users to openldap

2010-10-29 Thread Tim Dunphy
I noticed that when I migrated my users with the migrate_passwd.pl tool from PADL it didn't migrate the actual passwords (just the rest of the posixAccount info). I think I need to set the EXTENDED_SCHEMA variable and then try running the tool again. does anyone know what this should be? I actual

[CentOS] You do not appear to have the sources for the 2.6.18-128.1.1.el5.028stab062.3PAE kernel installed.

2010-10-29 Thread R P Herrold
On Fri, 29 Oct 2010, Thuo Wilson and John Dennison wrote: >> It's not a matter so much of where to get the sources as it is >>that since it is an OpenVZ container you don't have direct >>access to the hardware, nor the ability to load kernel modules >>as the kernel

Re: [CentOS] migrating users to openldap

2010-10-29 Thread Adam Tauno Williams
On Fri, 2010-10-29 at 09:00 -0400, Tim Dunphy wrote: > I noticed that when I migrated my users with the migrate_passwd.pl > tool from PADL it didn't migrate the actual passwords (just the rest > of the posixAccount info). I think I need to set the EXTENDED_SCHEMA > variable and then try running th

Re: [CentOS] migrating users to openldap

2010-10-29 Thread Scott Robbins
On Fri, Oct 29, 2010 at 10:15:32AM -0400, Adam Tauno Williams wrote: > On Fri, 2010-10-29 at 09:00 -0400, Tim Dunphy wrote: > > I noticed that when I migrated my users with the migrate_passwd.pl > > tool from PADL it didn't migrate the actual passwords (just the rest > > of the posixAccount info)

Re: [CentOS] migrating users to openldap

2010-10-29 Thread Alexander Dalloz
> I noticed that when I migrated my users with the migrate_passwd.pl > tool from PADL it didn't migrate the actual passwords (just the rest > of the posixAccount info). I think I need to set the EXTENDED_SCHEMA > variable and then try running the tool again. does anyone know what > this should be?

Re: [CentOS] migrating users to openldap

2010-10-29 Thread jleafey
On Fri, 29 Oct 2010 16:42:41 +0200 (CEST) "Alexander Dalloz" wrote > > > The PADL script blindly uses {crypt}, although the password encryption > mechanism may be very different. > > > thanks in advance for any tips you can share that will get this working! > > Alexander > I think Alexander

[CentOS] CentOS-announce Digest, Vol 68, Issue 14

2010-10-29 Thread centos-announce-request
signature Size: 189 bytes Desc: not available Url : http://lists.centos.org/pipermail/centos-announce/attachments/20101029/5818f760/attachment-0001.bin -- Message: 2 Date: Fri, 29 Oct 2010 00:33:46 +0200 From: Tru Huynh Subject: [CentOS-announce] CESA-2010:08

Re: [CentOS] How to access one machine behind iptables, on different subnet?

2010-10-29 Thread Dan Carl
On 10/29/2010 3:22 AM, Rudi Ahlers wrote: > Hi all, > > I wonder if someone can help me with this: The setup is as follows: > > 192.168.1.254 - wireless ADSL modem, with DHCP pool on 192.168.100 - > 192.168.200 > 192.168.1.250 - Linux firewall RED interface > 192.168.2.250 - Linux firewall GREEN i

[CentOS] Projects.centos.org down?

2010-10-29 Thread Glenn Eychaner
I have been trying to get to the CentOS LiveCD site at projects.centos.org the last couple of days, but have been unable to reach it. Is it down, and is there any info on when it might be back up? Thanks, -G. -- Glenn Eychaner (geycha...@lco.cl) Telescope Systems Programmer, Las Campana

Re: [CentOS] selinux with samba

2010-10-29 Thread David McGuffey
I just set up samba to support some Win7 VMs on top of CentOS 5.5. Recommend you read the first page or so of the smb.conf file in /etc/samba. It gives guidance on what to do to ensure SELinux doesn't get in the way. I try to place my shares in something like /var/local/share and avoid any syste

Re: [CentOS] migrating users to openldap

2010-10-29 Thread Tim Dunphy
hey guys, nice suggestions.. it looks like PADL did not cover shadow entries for some reason.. this will likely have to be a custom script i will have to write... in the meantime I made sure I was root and then ran the scripts: Hey guys, The script definitely ran as root: LBSD2# whoami root

Re: [CentOS] Projects.centos.org down?

2010-10-29 Thread Garry Dale
Glenn Eychaner wrote: > I have been trying to get to the CentOS LiveCD site at > projects.centos.org > the last couple of days, but have been unable to reach it. Is it down, and > is there > any info on when it might be back up? > Likewise, I'm unable to get content back from projects.ce

Re: [CentOS] Projects.centos.org down?

2010-10-29 Thread Garry Dale
Garry Dale wrote: > There is an open bug report from 2009-09-21 with a similar summary [1]. > Since bug 3858 was never closed, I've updated the notes. Per updates to bug tracker, the projects.centos.org site is back online. Should bug 3858 [1] now be closed, or is it acting as a placeholder for