Re: [CentOS] adding users on multiple servers

2010-04-02 Thread Kristopher Kane
What about Func in EPEL? It can handle the ssh keys for you as well. https://fedorahosted.org/func/ *I have never used this in CentOS or any package from EPEL for that matter. -Kris ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mai

[CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
how could i copy all content of a ftp directory from ftp via console to cent os 5.4 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
try to use ncftp Eg: ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir 2010/4/2 cahit Eyigünlü : > how could i copy all content of a ftp directory from ftp via console to cent > os 5.4 > ___ > CentOS mailing list > CentOS@centos.org > http:

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
cent os could not find ncftpget command i tryed yum install ncftpget but not found it also 2010/4/2 Athmane Madjoudj > try to use ncftp > > Eg: > > ncftpget -R -v -u "ftpuser" ftp.server ~/localdir /remotedir > > > 2010/4/2 cahit Eyigünlü : > > how could i copy all content of a ftp directory f

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list wrote: > > > > cent os could not find ncftpget command i tryed yum install ncftpget but > not found it also Add the epel repo then yum --enablerepo=epel ncftp > > 2010/4/2 Athmane Madjoudj > > > try to use ncftp > > > > Eg: > > > >

Re: [CentOS] copy source of ftp

2010-04-02 Thread Athmane Madjoudj
you need to add EPEL repo: http://fedoraproject.org/wiki/EPEL/FAQ#howtouse see this alternative solution: http://www.centos.org/modules/newbb/viewtopic.php?topic_id=9544&forum=37&post_id=30382 2010/4/2 cahit Eyigünlü : > cent os could not find ncftpget  command i tryed yum install ncftpget  but

Re: [CentOS] copy source of ftp

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 14:05:37 -0400 Robert Heller wrote: > > At Fri, 2 Apr 2010 21:02:03 +0300 CentOS mailing list > wrote: > > > > > > > > > cent os could not find ncftpget command i tryed yum install ncftpget but > > not found it also > > Add the epel repo then > > yum --enablerepo=epe

Re: [CentOS] copy source of ftp

2010-04-02 Thread Barry Brimer
> how could i copy all content of a ftp directory from ftp via console to cent > os 5.4 lftp (which is a part of CentOS) can do this with the mirror option and -R. man lftp for more info. Barry ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
yes it works now thanks 2010/4/2 Barry Brimer > > how could i copy all content of a ftp directory from ftp via console to > cent > > os 5.4 > > lftp (which is a part of CentOS) can do this with the mirror option and > -R. man lftp for more info. > > Barry > _

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
but on other server content is under httpdocs folder so i said /local/mine/folder /httpdocs then it create a httpdocs under /folder :) so how could i now cut all content and paste to up folder i mean from /folder/httpdocs to /folder :) 02 Nisan 2010 21:15 tarihinde cahit Eyigünlü yazdı: > yes it

[CentOS] downgrade

2010-04-02 Thread mattias
i no i can upgrade centos the new version but can i downgrade? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] downgrade

2010-04-02 Thread William Warren
On 4/2/2010 2:22 PM, mattias wrote: > i no i can upgrade centos the new version > but can i downgrade? > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > Backup and reload.. __

Re: [CentOS] copy source of ftp

2010-04-02 Thread JohnS
On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: > but on other server content is under httpdocs folder so i said > /local/mine/folder /httpdocs > then it create a httpdocs under /folder :) so how could i now cut all > content and paste to up folder i mean from /folder/httpdocs > to /fold

Re: [CentOS] downgrade

2010-04-02 Thread mattias
so i can't use yum for downgrade like upgrade On Fri, 2010-04-02 at 14:25 -0400, William Warren wrote: > On 4/2/2010 2:22 PM, mattias wrote: > > i no i can upgrade centos the new version > > but can i downgrade? > > > > ___ > > CentOS mailing list > > Cen

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
i am not using gui :) 2010/4/2 JohnS > > On Fri, 2010-04-02 at 21:20 +0300, cahit Eyigünlü wrote: > > but on other server content is under httpdocs folder so i said > > /local/mine/folder /httpdocs > > then it create a httpdocs under /folder :) so how could i now cut all > > content and paste to

Re: [CentOS] downgrade

2010-04-02 Thread m . roth
> On Fri, 2010-04-02 at 14:25 -0400, William Warren wrote: >> On 4/2/2010 2:22 PM, mattias wrote: >> > i no i can upgrade centos the new version >> > but can i downgrade? >> Backup and reload.. > so i can't use yum for downgrade > like upgrade Oh, sorry, I thought you said you couldn't upgrade.

Re: [CentOS] downgrade

2010-04-02 Thread mattias
i maybe asked the question litle wrong i meen i have centos 5.0 now but can i downgrade to e.g let's say 2.0? On Fri, 2010-04-02 at 14:42 -0400, m.r...@5-cent.us wrote: > > On Fri, 2010-04-02 at 14:25 -0400, William Warren wrote: > >> On 4/2/2010 2:22 PM, mattias wrote: > >> > i no i can upgrade ce

Re: [CentOS] downgrade

2010-04-02 Thread Kwan Lowe
On Fri, Apr 2, 2010 at 2:46 PM, mattias wrote: > i maybe asked the question litle wrong > i meen > i have centos 5.0 now > but can i downgrade to e.g let's say 2.0? No, won't work. You can, as someone suggested, back up your files and re-install but there's very little chance application data an

Re: [CentOS] centos + ldap + syncrepl (push vs pull)

2010-04-02 Thread aurfalien
Hi Craig, Just some clarification. Which is your primary ldap, linserv1.example.com or linserv2.example.com? I'm assuming linserv1.example.com? - Brian On Apr 1, 2010, at 5:49 PM, Craig White wrote: > On Thu, 2010-04-01 at 17:25 -0700, aurfal...@gmail.com wrote: >> Hi Craig, >> >> Will the b

Re: [CentOS] downgrade

2010-04-02 Thread mattias
hmm ok but i can upgrade to 5.3? how can i upgrade to 5.3 but not downgrade to 2.0? On Fri, 2010-04-02 at 14:50 -0400, Kwan Lowe wrote: > On Fri, Apr 2, 2010 at 2:46 PM, mattias wrote: > > i maybe asked the question litle wrong > > i meen > > i have centos 5.0 now > > but can i downgrade to e.g le

Re: [CentOS] downgrade

2010-04-02 Thread Robert Heller
At Fri, 02 Apr 2010 20:55:21 +0200 CentOS mailing list wrote: > > hmm ok but i can upgrade to 5.3? You can upgrade to 5.4 (and in a few weeks to 5.5). > how can i upgrade to 5.3 but not downgrade to 2.0? > On Fri, 2010-04-02 at 14:50 -0400, Kwan Lowe wrote: > > On Fri, Apr 2, 2010 at 2:46 PM,

Re: [CentOS] downgrade

2010-04-02 Thread Niki Kovacs
mattias a écrit : > hmm ok but i can upgrade to 5.3? > how can i upgrade to 5.3 but not downgrade to 2.0? You know, I *can* drill a hole into my left kneecap and pour milk into it. The question is: would that be reasonable? Short answer: no. ___ CentOS

Re: [CentOS] downgrade

2010-04-02 Thread Kwan Lowe
On Fri, Apr 2, 2010 at 2:55 PM, mattias wrote: > hmm ok but i can upgrade to 5.3? > how can i upgrade to 5.3 but not downgrade to 2.0? If you have the 5.3 media available or are running something like Spacewalk and have "tagged" the set of packages associated with 5.3, then yes, you can upgrade y

Re: [CentOS] downgrade

2010-04-02 Thread mattias
ok ok ok so centos 2 are so old? On Fri, 2010-04-02 at 21:06 +0200, Niki Kovacs wrote: > mattias a écrit : > > hmm ok but i can upgrade to 5.3? > > how can i upgrade to 5.3 but not downgrade to 2.0? > > You know, I *can* drill a hole into my left kneecap and pour milk into > it. The question is:

Re: [CentOS] downgrade

2010-04-02 Thread m . roth
mattias wrote: > On Fri, 2010-04-02 at 14:50 -0400, Kwan Lowe wrote: >> On Fri, Apr 2, 2010 at 2:46 PM, mattias wrote: >> > i maybe asked the question litle wrong >> > i meen >> > i have centos 5.0 now >> > but can i downgrade to e.g let's say 2.0? >> >> No, won't work. >> >> You can, as someone s

Re: [CentOS] downgrade

2010-04-02 Thread mattias
thanks for the info ok now i understand On Fri, 2010-04-02 at 15:07 -0400, m.r...@5-cent.us wrote: > mattias wrote: > > On Fri, 2010-04-02 at 14:50 -0400, Kwan Lowe wrote: > >> On Fri, Apr 2, 2010 at 2:46 PM, mattias wrote: > >> > i maybe asked the question litle wrong > >> > i meen > >> > i have

Re: [CentOS] copy source of ftp

2010-04-02 Thread Les Mikesell
cahit Eyigünlü wrote: > how could i copy all content of a ftp directory from ftp via console to > cent os 5.4 > wget --mirror ftp://source_location -- Les Mikesell lesmikes...@gmail.com ___ CentOS mailing list CentOS@centos.org http://lists.ce

Re: [CentOS] copy source of ftp

2010-04-02 Thread cahit Eyigünlü
Thanks to every one all solutions was perfect 2010/4/2 Les Mikesell > cahit Eyigünlü wrote: > > how could i copy all content of a ftp directory from ftp via console to > > cent os 5.4 > > > > wget --mirror ftp://source_location > > -- > Les Mikesell >lesmikes...@gmail.com > ___

Re: [CentOS] downgrade

2010-04-02 Thread Niki Kovacs
mattias a écrit : > ok ok ok > so centos 2 are so old? The question is more like : why would you probably want do downgrade in the first place ? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] change owner

2010-04-02 Thread cahit Eyigünlü
i have downloaded files with root to a user's folder but now he is not able to delete some of them because owner is root how could i change the owner of all folders and subfolders and files under a directory ___ CentOS mailing list CentOS@centos.org http:

Re: [CentOS] change owner

2010-04-02 Thread Clive Hills
The command you want is chown : read man chown. Clive ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] change owner

2010-04-02 Thread cahit Eyigünlü
which is user name :) 2010/4/2 Clive Hills > The command you want is chown : read man chown. > > Clive > > ___ > CentOS mailing list > CentOS@centos.org > http://lists.centos.org/mailman/listinfo/centos > > _

Re: [CentOS] change owner

2010-04-02 Thread Paul Stuffins
2010/4/2 cahit Eyigünlü : > which is user name :) > > 2010/4/2 Clive Hills >> >> The command you want is chown : read man chown. >> >> Clive >> >> ___ >> CentOS mailing list >> CentOS@centos.org >> http://lists.centos.org/mailman/listinfo/centos >> > > >

Re: [CentOS] change owner

2010-04-02 Thread cahit Eyigünlü
thanks 2010/4/3 Paul Stuffins > 2010/4/2 cahit Eyigünlü : > > which is user name :) > > > > 2010/4/2 Clive Hills > >> > >> The command you want is chown : read man chown. > >> > >> Clive > >> > >> ___ > >> CentOS mailing list > >> CentOS@centos.org >

[CentOS] Enlightenment E17 on CentOS 5.x ?

2010-04-02 Thread Niki Kovacs
Hi, Anyone knows how to install E17 on CentOS 5 ? Maybe there are packages on some third party repo out there ? I thought about building it from Fedora SRPMS, but before giving this a spin, I thought I'd rather ask first. AFAIK, the CentOS-based Yellow Dog distribution uses E17 as main window

Re: [CentOS] change owner

2010-04-02 Thread Niki Kovacs
cahit Eyigünlü a écrit : > thanks > # chown -R youruser:youruser /path/to/your/downloaded/files ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] change owner

2010-04-02 Thread cahit Eyigünlü
do you mean that for example a folder of root will be owned by chown -R root: /path/* 2010/4/3 Niki Kovacs > cahit Eyigünlü a écrit : > > thanks > > > > # chown -R youruser:youruser /path/to/your/downloaded/files > > ___ > CentOS mailing list

Re: [CentOS] change owner

2010-04-02 Thread Niki Kovacs
cahit Eyigünlü a écrit : > do you mean that for example a folder of root will be owned by > chown -R root: /path/* > I think it would be wise to read some basic *nix documentation. Something like : * Linux Cookbook (Carla Schroder) * Definitive Guide to CentOS * Foundations of CentOS *

Re: [CentOS] change owner

2010-04-02 Thread cahit Eyigünlü
the main problem that i have copied files directly to public_html folder and it is returnin 500 internal error now , and i need to allow the web user of this folder to read write content of this folder 2010/4/3 Niki Kovacs > cahit Eyigünlü a écrit : > > do you mean that for example a folder of r

Re: [CentOS] centos + ldap + syncrepl (push vs pull)

2010-04-02 Thread Craig White
On Fri, 2010-04-02 at 11:54 -0700, aurfal...@gmail.com wrote: > Hi Craig, > > Just some clarification. > > Which is your primary ldap, linserv1.example.com or > linserv2.example.com? > > I'm assuming linserv1.example.com? no - primary LDAP server is linserv2 Craig > > - Brian > On

[CentOS] Watching a file using auditd

2010-04-02 Thread Yungwei Chen
Hi, I am using auditd to monitor files for changes (read and write actually). I found that when auditd is running, it will correctly report files that are read, but will not report changes to a file that is being monitored. But if I stop auditd and load audit rules using auditctl, it will work as

[CentOS] (OT) OpenOffice.org calc chart strangeness.

2010-04-02 Thread Bill Campbell
I am attempting to create a simple line chart graphing three columns from a soffice-calc spreadsheet. I expect it to take the leftmost column as the X-Axis, plotting the others on the Y-Axis, but it always creates an X-Axis of the row number in the columns, and the first column amongst the data.

Re: [CentOS] downgrade

2010-04-02 Thread John R Pierce
mattias wrote: > i maybe asked the question litle wrong > i meen > i have centos 5.0 now > but can i downgrade to e.g let's say 2.0? there's no such thing as centos 2.0 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo

[CentOS] wxwidgets RPM for Centos?

2010-04-02 Thread fred smith
Anyone know of a wxwidgets RPM for Centos 5? Thanks! -- Fred Smith -- fre...@fcshome.stoneham.ma.us - But God demonstrates his own love for us in this: While we were still sinners, Christ died

Re: [CentOS] wxwidgets RPM for Centos?

2010-04-02 Thread Robert Heller
At Fri, 2 Apr 2010 22:19:58 -0400 CentOS mailing list wrote: > > Anyone know of a wxwidgets RPM for Centos 5? > > Thanks! RPMORGE has wxGTK: gollum.deepsoft.com% rpm -qi wxGTK Name: wxGTKRelocations: (not relocatable) Version : 2.8.10

[CentOS] partition woes (mapper/isw_bdihgcgahe_Volume0p2)

2010-04-02 Thread aurfalien
Hi, I found 2 identical drives lying around and put them into a system. When booting from a Centos 5.x installer, and when being presented with the formatting option (disk druid), it says I have 1 volume of; mamapper/isw_bdihgcgahe_Volume0p2 I can't seem to get rid of it. I have 2 physical d

Re: [CentOS] partition woes (mapper/isw_bdihgcgahe_Volume0p2)

2010-04-02 Thread Mark Pryor
--- On Fri, 4/2/10, aurfal...@gmail.com wrote: > From: aurfal...@gmail.com > Subject: [CentOS] partition woes (mapper/isw_bdihgcgahe_Volume0p2) > To: "CentOS mailing list" > Date: Friday, April 2, 2010, 8:03 PM > Hi, > > I found 2 identical drives lying around and put them into a > system. >