Re: [CentOS] fsck problems

2010-03-22 Thread Robert Nichols
On 03/22/2010 08:33 PM, sync wrote: > Well , Thanks for your suggestions. > > 1.Which kind of file system is being used on the volume having trouble? > A: it uses the ext2fs filesystem on CentOS 4.6 x86_64 > > 2.Do you have backups? > A: that server is used to backup other servers data , so its

Re: [CentOS] fsck problems

2010-03-22 Thread Les Mikesell
sync wrote: > Well , Thanks for your suggestions. > > 1.Which kind of file system is being used on the volume having trouble? > A: it uses the ext2fs filesystem on CentOS 4.6 x86_64 > > 2.Do you have backups? > A: that server is used to backup other servers data , so itself has not > any bac

Re: [CentOS] fsck problems

2010-03-22 Thread sync
Well , Thanks for your suggestions. 1.Which kind of file system is being used on the volume having trouble? A: it uses the ext2fs filesystem on CentOS 4.6 x86_64 2.Do you have backups? A: that server is used to backup other servers data , so itself has not any backups 3.Is the volume small e

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Jim Perrin
On Mon, Mar 22, 2010 at 7:31 PM, John R Pierce wrote: > If you absolutely have to have 2.6 for some user application, I would > compile and install it to run somewhere else, like /usr/local/python26 > or /opt/mystuff/python26 The IUS Community repository has a newer version of python, installabl

[CentOS] gimp - aalib

2010-03-22 Thread Frank Cox
I want to use the aalib plugin to save some graphics out of gimp. But... I can't find it as an option in Gimp. I have both gimp and aalib installed on this computer. Is there some additional piece that I also need to install? -- MELVILLE THEATRE ~ Melville Sask ~ http://www.melvilletheatre.com

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread John R Pierce
Kai Schaetzl wrote: > AND, you do not want to upgrade python on a CentOS system. You may install > a newer python in parallel, but never upgrade the system python. > indeed. lots of CentOS utilties, including Yum itself, are written in python, and python has a horrible track record for inte

[CentOS] Ruby-1.9.1+ rpm for CentOS-5

2010-03-22 Thread James B. Byrne
Does anyone have the url of a repository that provides Ruby-1.9.1+ for CentOS-5 and which they consider a trustworthy and reliable source? I really do not what to have to build this software if I can avoid it. -- *** E-Mail is NOT a SECURE channel *** James B. Byrne

Re: [CentOS] how to push the bounds and get newer packages for centos 5.4?

2010-03-22 Thread robert mena
Hi, I've been using the php packages from c5-testing without problems for a while. What is preventing it to be part of the regular extras repository? On Sun, Feb 21, 2010 at 6:29 AM, TR wrote: > On 18/02/2010 13:06, Robert P. J. Day wrote: > > > >i've just started looking after a (virtual)

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Gary Greene
On 3/22/10 9:55 AM, "John Doe" wrote: > From: Keith Beeby >> The Mac volume is >> formatted as Mac OS Extended (Journaled) it seems that CentOS 5.4 supports >> reading HFS volumes but not HFSPlus volumes. Is there a way of getting this >> volume to mount so I can copy of the data? I see Fedora ha

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread John Doe
From: Keith Beeby > The Mac volume is > formatted as Mac OS Extended (Journaled) it seems that CentOS 5.4 supports > reading HFS volumes but not HFSPlus volumes. Is there a way of getting this > volume to mount so I can copy of the data? I see Fedora has HFSPlus > support # locate hfsplus =>

Re: [CentOS] bruteforce protection howto

2010-03-22 Thread Steve Huff
On Mar 22, 2010, at 12:04 PM, Ray Leventhal wrote: > I'm rather fond of the apf + bfd [1] solution and use it regularly on RH > and CentOS systems. > > Both are available here but sadly no rpm(s) that I've found. apf is available from RPMforge for CentOS 5. -steve -- If this were played upo

Re: [CentOS] bruteforce protection howto

2010-03-22 Thread Ray Leventhal
On 3/20/2010 6:35 PM, Larry Brower wrote: > Larry Vaden wrote: > >> > +1 > > you might also look at APF + BFD as it works as well. Both solutions > are intended for the server and not for a remote host, however you > could probably work around this with a small shell script. > > This does beg

Re: [CentOS] fsck problems

2010-03-22 Thread Eero Volotinen
2010/3/22 sync : > Thanks  for all reply... > > > Because the boss don't let me do that . > He said that would be dangerous and it would destroy all data in  the  hard > disk Well, then restore files from backups. -- Eero ___ CentOS mailing list CentOS

Re: [CentOS] fsck problems

2010-03-22 Thread Todd Denniston
sync wrote, On 03/22/2010 05:11 AM: > Thanks for all reply... > > A) as Nicolas HINTED please read the _text_ that follows "Guidelines for CentOS Mailing List posts" at http://www.centos.org/modules/tinycontent/index.php?id=16 B) as time permits read the links in that section, I think the one

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Keith Beeby
Hi I tired plugging in a USB drive that was formatted as Mac OS Extended (Journaled) and it mounted first time Thus it seems there is direct support for HFSPlus with CentOS 5.4 just no hfsplusutils Keith On 22 Mar 2010, at 11:21, Keith Beeby wrote: > Hi, > > When I type lsmod | grep hfsplu

Re: [CentOS] VSFTPD accepting same user/session from different IP addresses

2010-03-22 Thread Kai Schaetzl
Dirk H. Schulz wrote on Mon, 22 Mar 2010 15:41:55 +0100: > makes me think that the same session with the same commands is > "delivered" via 2 outgoing gateways, because it would be very > complicated to have two ftp clients issue the same command in the same > second. Know what I mean? No, I d

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
On Mon, Mar 22, 2010 at 10:47 AM, Akemi Yagi wrote: > In a package-based distro like CentOS, installing from tarballs is > strongly discouraged. Please also take a look at: > > http://wiki.centos.org/PackageManagement/SourceInstalls > > Yeah I know. Thanks for the link. I've tried this: yum --en

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Kai Schaetzl
Akemi Yagi wrote on Mon, 22 Mar 2010 07:08:43 -0700: > You might want to read this FAQ: AND, you do not want to upgrade python on a CentOS system. You may install a newer python in parallel, but never upgrade the system python. Kai -- Get your web at Conactive Internet Services: http://www.co

Re: [CentOS] Looking for experiences with filesystem choices....

2010-03-22 Thread Tom Bishop
So I tried XFS last night and it cut my copy times down substantially, so I need someone to verify that XFS in centos 5.4 has barriers enabled by default, I am not using LVM just the old fashion partitions and mount points. It appears that reading from the centos wiki that xfs is enabled in the ke

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Akemi Yagi
On Mon, Mar 22, 2010 at 7:36 AM, Susan Day wrote: >> >> "Where can I get the latest version of XyZ.rpm for CentOS? I cannot >> find it anywhere." >> ( >> http://wiki.centos.org/FAQ/General#head-472ce8446ebcfc82ca1800f775ba0e629ac835c7 >> ) > Well that states that the latest "stable version" is su

Re: [CentOS] VSFTPD accepting same user/session from different IP addresses

2010-03-22 Thread Dirk H. Schulz
Hi Kai, Am 22.03.10 15:31, schrieb Kai Schaetzl: > Dirk H. Schulz wrote on Mon, 22 Mar 2010 13:41:50 +0100: > > >> What I am concerned about is the fact that the client sends out using >> various gateways at once. Is there some configuration item in VSFTPD >> which can prevent this and reject

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
On Mon, Mar 22, 2010 at 10:08 AM, Akemi Yagi wrote: > On Mon, Mar 22, 2010 at 6:51 AM, Susan Day > wrote: > > Hi; > > I have an old version of Python (2.4.3) and I'm trying to upgrade (to > 2.6); > > however, when I try > > yum upgrade python > > it tells me that it's already got the latest and

Re: [CentOS] VSFTPD accepting same user/session from different IP addresses

2010-03-22 Thread Kai Schaetzl
Dirk H. Schulz wrote on Mon, 22 Mar 2010 13:41:50 +0100: > What I am concerned about is the fact that the client sends out using > various gateways at once. Is there some configuration item in VSFTPD > which can prevent this and reject packets from the additional ip addresses? Note, this is not

Re: [CentOS] sendmail sending out on port 587

2010-03-22 Thread Robert Nichols
On 03/21/2010 10:55 PM, Gregory P. Ennis wrote: > On Sun, 2010-03-21 at 15:55 -0500, Gregory P. Ennis wrote: > > Thank you for your assistance; the best solution seemed to be the use of > openvpn, or changing to thunderbird instead of evolution. I never found > a method to make sendmail send mail

Re: [CentOS] Upgrading Python with Yum

2010-03-22 Thread Akemi Yagi
On Mon, Mar 22, 2010 at 6:51 AM, Susan Day wrote: > Hi; > I have an old version of Python (2.4.3) and I'm trying to upgrade (to 2.6); > however, when I try > yum upgrade python > it tells me that it's already got the latest and greatest...presumably of > 2.4.3. I've tried > yum list python > and i

[CentOS] Upgrading Python with Yum

2010-03-22 Thread Susan Day
Hi; I have an old version of Python (2.4.3) and I'm trying to upgrade (to 2.6); however, when I try yum upgrade python it tells me that it's already got the latest and greatest...presumably of 2.4.3. I've tried yum list python and it only gives me the 2.4.3. Are there no others? Do I have to build

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thus Karanbir Singh spake: > On 22/03/2010 11:36, Timo Schoeler wrote: > >> it seems dead (at least, for me): >> >> http://lists.centos.org/pipermail/centos/2010-March/091952.html >> > > did you report that to the list-owner address ? Done. -BE

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thus Karanbir Singh spake: > On 22/03/2010 11:36, Timo Schoeler wrote: > >> it seems dead (at least, for me): >> >> http://lists.centos.org/pipermail/centos/2010-March/091952.html >> > > did you report that to the list-owner address ? Nope, not yet,

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Karanbir Singh
On 22/03/2010 11:36, Timo Schoeler wrote: > it seems dead (at least, for me): > > http://lists.centos.org/pipermail/centos/2010-March/091952.html > did you report that to the list-owner address ? -- Karanbir Singh London, UK| http://www.karan.org/ | twitter.com/kbsingh ICQ: 2522219

[CentOS] VSFTPD accepting same user/session from different IP addresses

2010-03-22 Thread Dirk H. Schulz
Hi folks, I have found the following in my logs: Wed Mar 10 15:52:33 2010 [pid 15232] [uploaduser] OK MKDIR: Client "195.200.70.*40*", "/04 LV gelieferte Daten 04_2010/04 LV Seiten/Jungz?chter" Wed Mar 10 15:52:33 2010 [pid 15231] [uploaduser] FAIL MKDIR: Client "195.200.70.*41*", "/04 LV gel

Re: [CentOS] how does the bootup screen move the cursor around?

2010-03-22 Thread John Doe
From: Frank Cox > Does it write its own esc codes > directly to the screen? By example, see 'tput' You can place the cursor at x,y and do other stuff... JD ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/ce

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thus Karanbir Singh spake: > On 22/03/2010 11:20, Timo Schoeler wrote: >> due to the necessity of having a patched KVM running, I build some new >> RPMs. However, only >> >> kmod-kvm-83-105.27.x86_64.rpm >> > > these sort of things

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Karanbir Singh
On 22/03/2010 11:20, Timo Schoeler wrote: > > due to the necessity of having a patched KVM running, I build some new > RPMs. However, only > > kmod-kvm-83-105.27.x86_64.rpm > these sort of things would be better passed in through the centos-virt list ( http://lists.centos.

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Keith Beeby
Hi, When I type lsmod | grep hfsplus I get hfsplus1104090 Thanks for the help Keith On 22 Mar 2010, at 11:11, James Pearson wrote: > Keith Beeby wrote: >> Hi, >> >> Nothing is returned when I type >> >>> modprobe hfsplus > > That means it has probably loaded it OK - what does the

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thus Farkas Levente spake: > On 03/22/2010 12:12 PM, Timo Schoeler wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> thus Farkas Levente spake: >>> On 03/22/2010 12:03 PM, Timo Schoeler wrote: Hi list, due to the necessity

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Farkas Levente
On 03/22/2010 12:12 PM, Timo Schoeler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > thus Farkas Levente spake: >> On 03/22/2010 12:03 PM, Timo Schoeler wrote: >>> Hi list, >>> >>> due to the necessity of having a patched KVM running, I build some new >>> RPMs. However, only >>> >>> k

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 thus Farkas Levente spake: > On 03/22/2010 12:03 PM, Timo Schoeler wrote: >> Hi list, >> >> due to the necessity of having a patched KVM running, I build some new >> RPMs. However, only >> >> kmod-kvm-83-105.27.x86_64.rpm >> >> is important to replace

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread James Pearson
Keith Beeby wrote: > Hi, > > Nothing is returned when I type > >>modprobe hfsplus That means it has probably loaded it OK - what does the following gives: lsmod | grep hfsplus James Pearson ___ CentOS mailing list CentOS@centos.org http://lists.cen

Re: [CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Farkas Levente
On 03/22/2010 12:03 PM, Timo Schoeler wrote: > Hi list, > > due to the necessity of having a patched KVM running, I build some new > RPMs. However, only > > kmod-kvm-83-105.27.x86_64.rpm > > is important to replace the 'original' one as it's the only package that > contains the patch. I didn't rena

[CentOS] Patched KVM RPMs (solves 'network shutdown under heavy load')

2010-03-22 Thread Timo Schoeler
Hi list, due to the necessity of having a patched KVM running, I build some new RPMs. However, only kmod-kvm-83-105.27.x86_64.rpm is important to replace the 'original' one as it's the only package that contains the patch. I didn't rename the packages, though, hopefully in order not to break the

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Keith Beeby
Hi, Nothing is returned when I type > modprobe hfsplus Regards, Keith On 22 Mar 2010, at 10:38, James Pearson wrote: > Keith Beeby wrote: >> Hi, >> >> I need to migrate about 8Tb of data from a Mac Fibre Channel RAID to >> by LVM Ext3 Linux Fibre Channel RAID. For speed I planned to connect >

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread James Pearson
Keith Beeby wrote: > Hi, > > I need to migrate about 8Tb of data from a Mac Fibre Channel RAID to > by LVM Ext3 Linux Fibre Channel RAID. For speed I planned to connect > both RAID's to my CentOS Server and copy the data directly. > > The Mac volume is formatted as Mac OS Extended (Journaled) it

Re: [CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Benjamin Donnachie
On 22 Mar 2010, at 09:53, Keith Beeby wrote: > Is there a way of getting this volume to mount so I can copy of the > data? I see Fedora has HFSPlus support I'd be tempted to connect the HFS+ RAID back to the Mac and copy the data using rsync. Sure it won't be as quick as direct attached, but ma

[CentOS] Mounting a Mac OS Extended (Journaled) Hard Drive

2010-03-22 Thread Keith Beeby
Hi, I need to migrate about 8Tb of data from a Mac Fibre Channel RAID to by LVM Ext3 Linux Fibre Channel RAID. For speed I planned to connect both RAID's to my CentOS Server and copy the data directly. The Mac volume is formatted as Mac OS Extended (Journaled) it seems that CentOS 5.4 supports

Re: [CentOS] fsck problems

2010-03-22 Thread sync
Thanks for all reply... Because the boss don't let me do that . He said that would be dangerous and it would destroy all data in the hard disk On Mon, Mar 22, 2010 at 4:03 PM, Nicolas Thierry-Mieg < nicolas.thierry-m...@imag.fr> wrote: > sync wrote: > > run fsck manually without a or p

Re: [CentOS] Multiple FreeNX servers and SSH ports

2010-03-22 Thread Chaminda Mendis
I you want to remote those 3 desktop outside, You may have to use different SSH port for each PC like 22,,2223. Then you can forward the port from router separately. On Sun, 21 Mar 2010 19:25:04 -0400, Robert Spangler wrote: > On Sunday 21 March 2010 10:54, Niki Kovacs wrote: > >> Recen

[CentOS] alfa usb wireless 802.11 b/g

2010-03-22 Thread harindrsingh
please tell me how to install alfa usb wireless 802.11 b/g adaptop on centos Harinder Singh SLCOMPU 050-2883408 055-6940505 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] fsck problems

2010-03-22 Thread Nicolas Thierry-Mieg
sync wrote: > run fsck manually without a or p options? > > Not yet ~ why not? > i searched it via Google and found this website : > http://www.experts-exchange.com/OS/Linux/Distributions/Red_Hat/Q_25043629.html > > i do that said but this time screen displayed this : try reading the botto

[CentOS] aide updated packages

2010-03-22 Thread ceejay cervantes
Any news on the latest aide package? Current version of aide on CentOS 5 is aide-0.13.1-4.el5. This version of aide produces the following message on /var/log/messages "aide: Libgcrypt warning: missing initialization - please fix the application" when executed. Upstream already has released aid

Re: [CentOS] fsck problems

2010-03-22 Thread sync
Not yet ~ i searched it via Google and found this website : http://www.experts-exchange.com/OS/Linux/Distributions/Red_Hat/Q_25043629.html i do that said but this time screen displayed this : /dev/VolGroup00/LogVol00 : faild Inodes that were part of a corrupted or phan linked list found . .