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/mailman/listinfo/centos


[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://lists.centos.org/mailman/listinfo/centos
>
>



-- 
Athmane Madjoudj
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 from ftp via console to
> cent
> > os 5.4
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> >
>
>
>
> --
> Athmane Madjoudj
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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:
> >
> > 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://lists.centos.org/mailman/listinfo/centos
> > >
> > >
> >
> >
> >
> > --
> > Athmane Madjoudj
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> MIME-Version: 1.0
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>

-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk


___
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
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
> 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 from ftp via console to
>> > cent
>> > os 5.4
>> > ___
>> > CentOS mailing list
>> > CentOS@centos.org
>> > http://lists.centos.org/mailman/listinfo/centos
>> >
>> >
>>
>>
>>
>> --
>> Athmane Madjoudj
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>



-- 
Athmane Madjoudj
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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=epel ncftp

Opps.  That should be:

yum --enablerepo=epel install ncftp


> 
> > 
> > 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 from ftp via console to
> > > cent
> > > > os 5.4
> > > > ___
> > > > CentOS mailing list
> > > > CentOS@centos.org
> > > > http://lists.centos.org/mailman/listinfo/centos
> > > >
> > > >
> > >
> > >
> > >
> > > --
> > > Athmane Madjoudj
> > > ___
> > > CentOS mailing list
> > > CentOS@centos.org
> > > http://lists.centos.org/mailman/listinfo/centos
> > >
> > MIME-Version: 1.0
> > 
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> > 
> >
> 

-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk

 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.centos.org/mailman/listinfo/centos


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
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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
>> ___
>> CentOS mailing list
>> CentOS@centos.org
>> http://lists.centos.org/mailman/listinfo/centos
>>
>
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[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..
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 /folder :)
---
Yea that is a pita with lftp.  Adjust your lftp commnd or see "man cp"
"man lftp" then look at the mirror option in it.  If using the GUI you
ca cut and paste.

John


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> Backup and reload..
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 up folder i mean from /folder/httpdocs
> > to /folder :)
> ---
> Yea that is a pita with lftp.  Adjust your lftp commnd or see "man cp"
> "man lftp" then look at the mirror option in it.  If using the GUI you
> ca cut and paste.
>
> John
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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. Have you considered
man yum?
  downgrade
   Will  try  and  downgrade a package from the version
   currently installed to the previously highest version
   (or the specified version).   The  depsolver  will  not
   necessarily  work, but if you specify all the packages it should
   work (and thus. all the simple cases will work). Also this
   does  not  work for  "installonly"  packages,  like  Kernels.
   downgrade operates on groups, files, provides and filelists
   just like the "install" command.

   mark "and no, this isn't twitter, and no, know is not
   spelled no"


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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. Have you considered
> man yum?
>   downgrade
>Will  try  and  downgrade a package from the version
>currently installed to the previously highest version
>(or the specified version).   The  depsolver  will  not
>necessarily  work, but if you specify all the packages it should
>work (and thus. all the simple cases will work). Also this
>does  not  work for  "installonly"  packages,  like  Kernels.
>downgrade operates on groups, files, provides and filelists
>just like the "install" command.
> 
>mark "and no, this isn't twitter, and no, know is not
>spelled no"
> 
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 and files will be
compatible.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 below config allow me to push using slurp... to the d that  
>> is;
>>
>> primary ldap slapd.conf;
>> replica uri=ldap://ldap.dns.name:389
>> binddn="cn=replicauser,dc=domain,dc=name" bindmethod=simple
>> credentials=passofreplicauser
>>
>> secondarie{s} ldap slapd.conf;
>> updatedn cn=replicauser,dc=domain,dc=name
>> updateref ldap://ldap.dns.name
>>
> 
> This what I am using... YMMV
>
> (primary - a separate, virtually stanza for each slave)
> replica host=linserv1.example.com:389
>suffix="dc=example,dc=com"
>binddn="cn=replica,dc=example,dc=com"
>credentials=passwordofreplica
>bindmethod=simple
>tls=yes
>
> (secondary any/all)
> updatedn"cn=replica,dc=example,dc=com"
> updateref   ldap://linserv2.example.com
>
> Don't forget, cn=replica,dc=example,dc=com must be given write  
> access to
> everything via ACL's
>
> Craig
>
>
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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 and files will be
> compatible.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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, 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 and files will be
> > compatible.
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
> 
>

-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk


 
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/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 your 5.0 system to 5.3.

If you point your 5.0 installation to the existing CentOS update
repositories you will get 5.4 with some extra updates. As Robert
informed, in a few weeks, this will be 5.5 and some extra updates.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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: would that be reasonable?
> 
> Short answer: no.
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 suggested, back up your files and re-install but
>> there's very little chance application data and files will be
>> compatible.

> hmm ok but i can upgrade to 5.3?
> how can i upgrade to 5.3 but not downgrade to 2.0?

May I strongly suggest that you read up on computers and operating
systems? You don't seem to understand what you're asking - it's like
asking if, from Windows Vista, you can downgrade to NT 4, and expect
anything but text files to be workable.

A subrelease upgrade or downgrade is not that scary - they've been tested
a lot, and that's just yum upgrade. But when a new full release comes out
- like 4, or 5, or 6, you *really* want to back everything up and do a
fresh install; otherwise, there's too many incompatibilities (such as,
say, python 2.x.x and 2.y.x), and you're asking for problems.

 mark

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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 and files will be
> >> compatible.
> 
> > hmm ok but i can upgrade to 5.3?
> > how can i upgrade to 5.3 but not downgrade to 2.0?
> 
> May I strongly suggest that you read up on computers and operating
> systems? You don't seem to understand what you're asking - it's like
> asking if, from Windows Vista, you can downgrade to NT 4, and expect
> anything but text files to be workable.
> 
> A subrelease upgrade or downgrade is not that scary - they've been tested
> a lot, and that's just yum upgrade. But when a new full release comes out
> - like 4, or 5, or 6, you *really* want to back everything up and do a
> fresh install; otherwise, there's too many incompatibilities (such as,
> say, python 2.x.x and 2.y.x), and you're asking for problems.
> 
>  mark
> 
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.centos.org/mailman/listinfo/centos


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
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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://lists.centos.org/mailman/listinfo/centos


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
>
>
___
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
>>
>
>
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
>

"chown --help" will also help you
___
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
> >> http://lists.centos.org/mailman/listinfo/centos
> >>
> >
> >
> > ___
> > CentOS mailing list
> > CentOS@centos.org
> > http://lists.centos.org/mailman/listinfo/centos
> >
> >
>
> "chown --help" will also help you
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[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 
manager / desktop environment. I remember having tried out Enlightenment 
- I think it was in 2007 or so - on Slackware and I've been pretty 
stunned by how less system resources it consumed while looking 
impressive at the same time.

Cheers,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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
* Red Hat Enterprise Linux 5 Administration

It's not much use trying to fly a plane by pushing all the buttons and 
see what they do. This advice is meant in a friendly way.

Cheers,

Niki
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/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 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
> * Red Hat Enterprise Linux 5 Administration
>
> It's not much use trying to fly a plane by pushing all the buttons and
> see what they do. This advice is meant in a friendly way.
>
> Cheers,
>
> Niki
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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 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 below config allow me to push using slurp... to the d that  
> >> is;
> >>
> >> primary ldap slapd.conf;
> >> replica uri=ldap://ldap.dns.name:389
> >> binddn="cn=replicauser,dc=domain,dc=name" bindmethod=simple
> >> credentials=passofreplicauser
> >>
> >> secondarie{s} ldap slapd.conf;
> >> updatedn cn=replicauser,dc=domain,dc=name
> >> updateref ldap://ldap.dns.name
> >>
> > 
> > This what I am using... YMMV
> >
> > (primary - a separate, virtually stanza for each slave)
> > replica host=linserv1.example.com:389
> >suffix="dc=example,dc=com"
> >binddn="cn=replica,dc=example,dc=com"
> >credentials=passwordofreplica
> >bindmethod=simple
> >tls=yes
> >
> > (secondary any/all)
> > updatedn"cn=replica,dc=example,dc=com"
> > updateref   ldap://linserv2.example.com
> >
> > Don't forget, cn=replica,dc=example,dc=com must be given write  
> > access to
> > everything via ACL's
> >
> > Craig



-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[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 
expected.

Here's the audit rule:
-w /tmp/audit-test -p rw -k __monitored__

What am I missing here? Thanks.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[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.

I have tried this on OpenOffice.org 3.2.0, NeoOffice(R) 3.0.2 Patch 2,
iWork Pages, and Excel 12.2.4 in Microsoft Office 2008 for Mac.

It does what I expect in iWork Pages and M$-Excel, but not in the
various incantations of OpenOffice.org.

I OO-calc has gone to a fancy wizard thingy that doesn't seem to have any
way to specify details for the X-Axis, and I can't find anything useful in
the on-line documentation.

Does anybody know how one gets this to work in OpenOffice.org?

The Linux tie-in is that I'm getting data from a postgresql database that
lives on a Linux box, and none of the fancy commercial products seem to be
able to use it in their data sources.

On the other hand, I have written a python script that extracts the data
from the postgresql database and creates the pretty reports using groff and
gplot totally on Linux which is faster in any case for my current problem.

Bill
-- 
INTERNET:   b...@celestial.com  Bill Campbell; Celestial Software LLC
URL: http://www.celestial.com/  PO Box 820; 6641 E. Mercer Way
Voice:  (206) 236-1676  Mercer Island, WA 98040-0820
Fax:(206) 232-9186  Skype: jwccsllc (206) 855-5792

Blessed are the young, for they shall inherit the national debt.
  -- Herbert Hoover
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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


[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 for us.
--- Romans 5:8 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.10Vendor: Dag Apt Repository, 
http://dag.wieers.com/apt/
Release : 1.el5.rf  Build Date: Mon 25 May 2009 
04:31:28 PM EDT
Install Date: Mon 25 Jan 2010 04:57:27 PM EST  Build Host: 
lisse.hasselt.wieers.com
Group   : System Environment/Libraries   Source RPM: 
wxGTK-2.8.10-1.el5.rf.src.rpm
Size: 75714972 License: wxWidgets Library 
Licence
Signature   : DSA/SHA1, Mon 25 May 2009 08:43:23 PM EDT, Key ID a20e52146b8d79e6
Packager: Dag Wieers 
URL : http://www.wxwindows.org/
Summary : The GTK port of the wxWindows library
Description :
wxWindows is a free C++ library for cross-platform GUI development.
With wxWindows, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.



-- 
Robert Heller -- Get the Deepwoods Software FireFox Toolbar!
Deepwoods Software-- Linux Installation and Administration
http://www.deepsoft.com/  -- Web Hosting, with CGI and Database
hel...@deepsoft.com   -- Contract Programming: C/C++, Tcl/Tk


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[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 disks but disk druid  
is seeing 1 volume thats the same size as one of the 2 identical drives.

I've tried everything from yanking the 2nd drive, installing Centos  
with 1 drive, then installing the second drive and doing;

dd if=/dev/zero of=/dev/sdb

... to even installing diff OS's like Ubuntu and Windows which see 2  
individual disks where I repartition/reformat the drives.

Seems as though I can't truly re write a part of the master boot  
record or some other area.

I'm pretty feeble with this crap so can any one help me get a clue on  
what to do?

These drives may have been in some hard ware raided system of the  
past, am unsure and no one here knows.

This is really driving me crazy!

- aurf


___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


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.
> 
> 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
> disks but disk druid  
> is seeing 1 volume thats the same size as one of the 2
> identical drives.
> 
> I've tried everything from yanking the 2nd drive,
> installing Centos  
> with 1 drive, then installing the second drive and doing;
> 
> dd if=/dev/zero of=/dev/sdb
> 
> ... to even installing diff OS's like Ubuntu and Windows
> which see 2  
> individual disks where I repartition/reformat the drives.
> 
> Seems as though I can't truly re write a part of the master
> boot  
> record or some other area.
> 
> I'm pretty feeble with this crap so can any one help me get
> a clue on  
> what to do?
> 
> These drives may have been in some hard ware raided system
> of the  
> past, am unsure and no one here knows.
> 

1) turn off raid in your bios 

2) type the below command to erase meta data for the raid on the desired drive
dmraid -E -r /dev/sdX

if needed, turn the raid back on (so you can use it for single drives)

-- 
Mark


  
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos