Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-07 Thread Dotan Cohen
On Fri, Aug 6, 2010 at 15:49, Keith Roberts wrote: > Give me a temporary login (sent directly via email) as > u...@centos-55-32-minimal, and I'll see if I can login and run Nautilus from > here. > > Are there any other X apps that you can run on the remote box that will work > over ssh -X ? > Tha

Re: [CentOS] Remote nautilus, X display forwarding problem

2010-08-07 Thread Eero Volotinen
2010/8/6 Dotan Cohen : > I need to open a Nautilus window on a headless server, but no matter > what I try it complains about the display: > > ✈dcl:~$ xhost + localhost > localhost being added to access control list > ✈dcl:~$ ssh -X u...@ip.address > [u...@centos-55-32-minimal ~]$ export DISPLAY=lo

[CentOS] iocharset, codepage issue in CentOS 5.5

2010-08-07 Thread Alexander Stepanovitch Pyatkin
Title: iocharset, codepage issue in CentOS 5.5 Dear Colleges. The OS is CentOS 5.5. The locale is CP1251 or ISO8859-5, Language used is Russian. It looks like that the iocharset=cp1251,codepage=866 is not working in this version of CentOS, but it works in CentOS 4.6. When trying to moun

[CentOS] how to ensure systems users strong passwdors enabled

2010-08-07 Thread Agnello George
how to ensure systems users have strong passwords enabled -- Regards Agnello D'souza ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] how to ensure systems users strong passwdors enabled

2010-08-07 Thread ramazan arslan
Minimum of 8 characters consisting of numbers, letters and special characters 2010/8/7 Agnello George > how to ensure systems users have strong passwords enabled > > -- > Regards > Agnello D'souza > ___ > CentOS mailing list > CentOS@centos.org > htt

Re: [CentOS] how to ensure systems users strong passwdors enabled

2010-08-07 Thread Alexander Dalloz
Am 07.08.2010 15:12, schrieb Agnello George: > how to ensure systems users have strong passwords enabled For services using PAM configure pam_passwdqc[1]. [1] http://www.openwall.com/passwdqc/ Alexander ___ CentOS mailing list CentOS@centos.org ht

Re: [CentOS] how to ensure systems users strong passwdors enabled

2010-08-07 Thread ramazan arslan
Thanks good information alexander 2010/8/7 Alexander Dalloz > > Am 07.08.2010 15:12, schrieb Agnello George: > > > how to ensure systems users have strong passwords enabled > > For services using PAM configure pam_passwdqc[1]. > > [1] http://www.openwall.com/passwdqc/ > > Alexander > > > __

Re: [CentOS] how to ensure systems users strong passwdors enabled

2010-08-07 Thread Ned Slider
On 07/08/10 14:12, Agnello George wrote: > how to ensure systems users have strong passwords enabled > Take a look at the section on password policies here: http://wiki.centos.org/HowTos/OS_Protection#head-c09e77a13f234131e96f8d3cb95dca1f7ff41427 ___

[CentOS] ext4?

2010-08-07 Thread James Bensley
Listee's... I have a 5.5 box and I have formatted a partition as ext4 however I can't mount it, the mount command is telling me its an unknown file system type. fsck tells me the partition is a clean ext4 partition but I can't mount it. Some reasearch has lead me to believe the problem is that ex

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 16:50:18 +0100 James Bensley wrote: > Listee's... > > I have a 5.5 box and I have formatted a partition as ext4 however I > can't mount it, the mount command is telling me its an unknown file > system type. fsck tells me the partition is a clean ext4 partition but > I can't mo

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 16:57, Laurent Wandrebeck wrote: > Use mount -t ext4dev. Sorry, I forgot to mention; I have reformatted the drive as ext4dev and it still wont mount, unknown file system type again! I verified it was OK with fsck and it says it is a clean ext4dev partition? -- Regards, James.

Re: [CentOS] ext4?

2010-08-07 Thread Bernard Lheureux
On 08/07/2010 06:10 PM, James Bensley wrote: > On 7 August 2010 16:57, Laurent Wandrebeck wrote: > >> Use mount -t ext4dev. >> > Sorry, I forgot to mention; I have reformatted the drive as ext4dev > and it still wont mount, unknown file system type again! I verified it > was OK with fsck and it sa

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 17:10:13 +0100 James Bensley wrote: > On 7 August 2010 16:57, Laurent Wandrebeck wrote: > > Use mount -t ext4dev. > > Sorry, I forgot to mention; I have reformatted the drive as ext4dev > and it still wont mount, unknown file system type again! I verified it > was OK with fsc

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 17:27, Bernard Lheureux wrote: > Did you first "modprobe ext4dev" before trying to mount it ? [nf5...@eros ~]$ modprobe ext4 FATAL: Module ext4 not found. [nf5...@eros ~]$ modprobe ext4dev FATAL: Module ext4dev not found. -- Regards, James. http://www.jamesbensley.co.cc/ Th

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 17:41, Laurent Wandrebeck wrote: > so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides > /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4.ko. This is probably going ot provide the answer (to you atleast, its not so clear to me); `uname -r` tells me I'm on

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 18:48:05 +0100 CentOS mailing list wrote: > > On 7 August 2010 17:27, Bernard Lheureux wrote: > > > Did you first "modprobe ext4dev" before trying to mount it ? > > [nf5...@eros ~]$ modprobe ext4 > FATAL: Module ext4 not found. > [nf5...@eros ~]$ modprobe ext4dev > FATAL: M

Re: [CentOS] ext4?

2010-08-07 Thread Laurent Wandrebeck
On Sat, 7 Aug 2010 18:55:35 +0100 James Bensley wrote: > On 7 August 2010 17:41, Laurent Wandrebeck wrote: > > > so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides > > /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4.ko. > > This is probably going ot provide the answer (

[CentOS] CentOS 5.5 : Installing Sources where they are visible to system(VBOX driver install)

2010-08-07 Thread MGW-Discussions
I have installed the source rpms on CentOS 5.5 due to virtualbox upgrade not functioning. (the old one that comes with centos works fine, however, I wanted to newer one.) Whenever I run the driver installation script it fails with an indication that it could not find the sources. How do I corre

Re: [CentOS] ext4?

2010-08-07 Thread Benjamin Franz
On 08/07/2010 10:55 AM, James Bensley wrote: > On 7 August 2010 17:41, Laurent Wandrebeck wrote: > > >> so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides >> /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4.ko. >> > This is probably going ot provide the answer (to

Re: [CentOS] ext4?

2010-08-07 Thread Jerry Franz
On 08/07/2010 11:05 AM, Benjamin Franz wrote: > On 08/07/2010 10:55 AM, James Bensley wrote: > >> On 7 August 2010 17:41, Laurent Wandrebeck wrote: >> >> >> >>> so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides >>> /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 18:55:35 +0100 CentOS mailing list wrote: > > On 7 August 2010 17:41, Laurent Wandrebeck wrote: > > > so a mount -t ext4 should work, as kernel-2.6.18-194.8.1.el5 provides > > /lib/modules/2.6.18-194.8.1.el5/kernel/fs/ext4/ext4.ko. > > This is probably going ot provide the

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
[nf5...@eros boot]$ sudo cat /boot/grub/menu.lst # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 19:10, Jerry Franz wrote: > Correction: I forgot that on CentOS you want /boot/grub/grub.conf instead. [nf5...@eros /]$ ls -l /boot/grub/menu.lst lrwxrwxr-- 1 root root 11 Oct 27 2008 /boot/grub/menu.lst -> ./grub.conf Same difference :p -- Regards, James. http://www.jamesbe

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 19:10:53 +0100 CentOS mailing list wrote: > > [nf5...@eros boot]$ sudo cat /boot/grub/menu.lst > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this file > # NOTICE: You have a /boot partition. This means that > #

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 19:13:55 +0100 CentOS mailing list wrote: > > On 7 August 2010 19:10, Jerry Franz wrote: > > Correction: I forgot that on CentOS you want /boot/grub/grub.conf instead. > > [nf5...@eros /]$ ls -l /boot/grub/menu.lst > lrwxrwxr-- 1 root root 11 Oct 27 2008 /boot/grub/menu.lst

Re: [CentOS] ext4?

2010-08-07 Thread Akemi Yagi
On Sat, Aug 7, 2010 at 11:10 AM, James Bensley wrote: > I only have one kernel listen which is why I assume I am behind, I > think yum has been getting new kernels but not building them and > editing the grub meun. vmlinuz-2.6.18-92.el5 and > initrd-2.6.18-92.el5.img is the only kernel in /boot?

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 19:33, Akemi Yagi > > Please show the output of: > > rpm -qa kernel\* kmod\* | sort > [nf5...@eros /]$ rpm -qa kernel\* kmod\* | sort kernel-2.6.18-128.1.6.el5 kernel-2.6.18-164.10.1.el5 kernel-2.6.18-164.15.1.el5 kernel-2.6.18-194.8.1.el5 kernel-2.6.18-92.el5 kernel-headers-2.6.

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 19:23, Robert Heller wrote: > sauron.deepsoft.com% rpm -qf /lib/modules/2.6.18-194.8.1.el5 > kernel-2.6.18-194.8.1.el5 > sauron.deepsoft.com% rpm -ql kernel-2.6.18-194.8.1.el5 | grep boot > /boot/.vmlinuz-2.6.18-194.8.1.el5.hmac > /boot/System.map-2.6.18-194.8.1.el5 > /boot/config

Re: [CentOS] CentOS 5.5 : Installing Sources where they are visible to system(VBOX driver install)

2010-08-07 Thread Eero Volotinen
2010/8/7 MGW-Discussions : > > I have installed the source rpms on CentOS 5.5 due to virtualbox upgrade > not functioning.  (the old one that comes with centos works fine, > however, I wanted to newer one.) > > Whenever I run the driver installation script it fails with an > indication that it coul

Re: [CentOS] ext4?

2010-08-07 Thread Akemi Yagi
On Sat, Aug 7, 2010 at 11:49 AM, James Bensley wrote: > On 7 August 2010 19:33, Akemi Yagi >> >> Please show the output of: >> >> rpm -qa kernel\* kmod\* | sort >> > > [nf5...@eros /]$ rpm -qa kernel\* kmod\* | sort > kernel-2.6.18-128.1.6.el5 > kernel-2.6.18-164.10.1.el5 > kernel-2.6.18-164.15.1

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 19:59, Akemi Yagi wrote: > They are all installed. Are you using RAID by any chance? Your > grub.conf indicates that is from the second drive. /dev/sda1 / (ext3) /dev/sda2 /storage (the ext4 in question, hardware RAID5 3.4TB) /dev/sdb1 /boot (ext3) It seems like grub and/or yum

Re: [CentOS] ext4?

2010-08-07 Thread Keith Roberts
On Sat, 7 Aug 2010, James Bensley wrote: > To: CentOS mailing list > From: James Bensley > Subject: Re: [CentOS] ext4? > > [nf5...@eros boot]$ sudo cat /boot/grub/menu.lst > # grub.conf generated by anaconda > # > # Note that you do not have to rerun grub after making changes to this file > # N

Re: [CentOS] ext4?

2010-08-07 Thread James Bensley
On 7 August 2010 20:10, Keith Roberts > FWIW, I have installed GRUB to separate boot partition - > not the MBR of the first hard drive. > > Whenever there is a kernel update, I have to mount and > manually edit the /boot/grub/grub.conf file on the boot > partition. Yum does not update it, as it do

Re: [CentOS] ext4?

2010-08-07 Thread Yves Bellefeuille
On Saturday 07 August 2010 11:50, James Bensley wrote: > I have a 5.5 box and I have formatted a partition as ext4 however I > can't mount it, the mount command is telling me its an unknown file > system type. fsck tells me the partition is a clean ext4 partition > but I can't mount it. Are you t

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 20:24:47 +0100 CentOS mailing list wrote: > > On 7 August 2010 20:10, Keith Roberts > > FWIW, I have installed GRUB to separate boot partition - > > not the MBR of the first hard drive. > > > > Whenever there is a kernel update, I have to mount and > > manually edit the /boot

Re: [CentOS] ext4?

2010-08-07 Thread Robert Heller
At Sat, 7 Aug 2010 20:06:11 +0100 CentOS mailing list wrote: > > On 7 August 2010 19:59, Akemi Yagi wrote: > > They are all installed. Are you using RAID by any chance? Your > > grub.conf indicates that is from the second drive. > > /dev/sda1 / (ext3) > /dev/sda2 /storage (the ext4 in question

Re: [CentOS] ext4?

2010-08-07 Thread Keith Roberts
On Sat, 7 Aug 2010, James Bensley wrote: > To: CentOS mailing list > From: James Bensley > Subject: Re: [CentOS] ext4? > > On 7 August 2010 19:59, Akemi Yagi wrote: >> They are all installed. Are you using RAID by any chance? Your >> grub.conf indicates that is from the second drive. > > /dev/

Re: [CentOS] CentOS 5.5 : Installing Sources where they are visibletosystem(VBOX driver install)

2010-08-07 Thread MGW-Discussions
Thanks for the reply. How do I verify where the sources should be after the rpm install? How do I install only the headers, since that phrase keeps popping up but like many things on the net, no one ever actually verifies the process for making sure you have them installed, nor how to do it in t

[CentOS] Stuttering sound

2010-08-07 Thread Eduardo Grosclaude
Dear List, After some googling around without any results, I'm quite puzzled. Since some past update I can't precise, kernel 2.6.164 works fine, however 2.6.194 has some sound problem in my somewhat old and beaten Toshiba laptop. -Audacious plays OK but other applications have problems. -For insta