Re: [CentOS] 2 DVDs for CentOS 5.5

2010-06-23 Thread mcclnx mcc
--- 10/6/22 (二),Baird, Josh 寫道: 寄件者: Baird, Josh 主旨: Re: [CentOS] 2 DVDs for CentOS 5.5 收件者: "CentOS mailing list" , "CentOS mailing list" 日期: 2010年6月22日,二,下午11:12 [CentOS] 2 DVDs for CentOS 5.5 DVD2 only contains OpenOffice packages.  Unless you need to install these from the DVD,

[CentOS] umask not functioning with cp command

2010-06-23 Thread James Corteciano
Hi all, $ umask 0002 $ mkdir test $ ls -ld test drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ $ls -ld content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content $ cp -r content test/ $ls -ld test/content drwxr-xr-x 2 user user 4096 Jun 23 19:29 content My question is, how can I make content dire

[CentOS] Antwort: umask not functioning with cp command

2010-06-23 Thread Andreas Reschke
centos-boun...@centos.org wrote on 23.06.2010 13:31:56: > James Corteciano > Gesendet von: centos-boun...@centos.org > > 23.06.2010 13:32 > > Bitte antworten an > CentOS mailing list > > An > > CentOS mailing list > > Kopie > > Thema > > [CentOS] umask not functioning with cp command >

Re: [CentOS] Antwort: umask not functioning with cp command

2010-06-23 Thread James Corteciano
Hi Andreas, I try the following command and the test/content directory is still in 755 mode. $ cp -a -dpR content/ test/ $ ls -l test/ drwxr-sr-x 2 user user 4096 Jun 23 19:28 content Regards, James On Wed, Jun 23, 2010 at 7:37 PM, Andreas Reschke < andreas.resc...@behrgroup.com> wrote: > cen

Re: [CentOS] Antwort: umask not functioning with cp command

2010-06-23 Thread John Doe
From: Andreas Reschke >> James Corteciano >> $ umask 0002 >> $ mkdir test >> $ ls -ld test >> drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/ >> $ls -ld content >> drwxr-xr-x 2 user user 4096 Jun 23 19:29 content >> $ cp -r content test/ >> $ls -ld test/content >> drwxr-xr-x 2 user user

Re: [CentOS] NFS performance - default rsize

2010-06-23 Thread Alex Still
On Tue, Jun 22, 2010 at 6:16 PM, JohnS wrote: > > On Tue, 2010-06-22 at 17:44 +0200, Alex Still wrote: > >> >> Clients are blade servers. The blade chassis have integrated cisco >> switches, which are plugged to a cisco 6509. The NFS server is on >> another site 40km away, directly connected to an

[CentOS] perl(packed-refs) missing dependency

2010-06-23 Thread James B. Byrne
I am trying to install git-1.7.1 from the rpmforge repository on my CentOS-5.5 CI box. I am getting the following error: Resolving Dependencies --> Running transaction check ---> Package git.x86_64 0:1.7.1-1.el5.rf set to be updated --> Processing Dependency: perl-Git = 1.7.1-1.el5.rf for package

Re: [CentOS] perl(packed-refs) missing dependency

2010-06-23 Thread Nicolas Thierry-Mieg
James B. Byrne wrote: > I am trying to install git-1.7.1 from the rpmforge repository on my > CentOS-5.5 CI box. I am getting the following error: known problem, see rpmforge list. A fix is on its way. For now, I guess you should either install the previous version (1.5.2.1-1), or wait a bit unt

Re: [CentOS] perl(packed-refs) missing dependency

2010-06-23 Thread Steve Huff
On Jun 23, 2010, at 11:06 AM, James B. Byrne wrote: > I am trying to install git-1.7.1 from the rpmforge repository on my > CentOS-5.5 CI box. I am getting the following error: please report RPMforge issues to , where there is already an announcement concerning this issue: http://lists.rpmfo

[CentOS] please help: How to copy all files under the folder

2010-06-23 Thread ann kok
Hi all There are some soft/hard link. symoblic link files/folder under the top folder How to copy all files under this top folder? Thank you ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] please help: How to copy all files under the folder

2010-06-23 Thread m . roth
ann kok wrote: > > There are some soft/hard link. symoblic link files/folder under the top > folder > > How to copy all files under this top folder? Perhaps you might think about what it is you need help doing, and then come back and tell us what the problem is. What you say, above, is that Linux

Re: [CentOS] please help: How to copy all files under the folder

2010-06-23 Thread Les Mikesell
On 6/23/2010 11:58 AM, ann kok wrote: > Hi all > > There are some soft/hard link. symoblic link files/folder under the top folder > > How to copy all files under this top folder? > > Thank you I usually use rsync even for local copies, but cp -a will work too. I like to cd into the source fold a

Re: [CentOS] How to specify the default route?

2010-06-23 Thread Dominik Zyla
On Mon, Jun 21, 2010 at 07:57:13PM -0400, Rick Thomas wrote: > I have a machine with two net interfaces. > > it seems to always pick the wrong one (eth1) as the default route. > > I can change it with > > route del default > route add default eth0 > > after it's up (or in rc.local,

[CentOS] tar cvhf with link restore??

2010-06-23 Thread mcclnx mcc
I am doing "tar" test due to some software require "tar cvhf". When I using "tar cvhf and tar xvhf ", files have symbolic link replace by physical files. wield things is my friend using same command 'tar cvhf and tar xvhf". after restore link still there. does there has way when I using "tar

Re: [CentOS] tar cvhf with link restore??

2010-06-23 Thread John R. Dennison
On Thu, Jun 24, 2010 at 04:37:25AM +0800, mcclnx mcc wrote: > I am doing "tar" test due to some software require "tar cvhf". When I > using "tar cvhf and tar xvhf ", files have symbolic link replace by > physical files. > > wield things is my friend using same command 'tar cvhf and tar xvhf". > a

Re: [CentOS] tar cvhf with link restore??

2010-06-23 Thread mcclnx mcc
I understand what you said. In theory "h" should replace link to physical file. But it really happen. --- 10/6/23 (三),John R. Dennison 寫道: > 寄件者: John R. Dennison > 主旨: Re: [CentOS] tar cvhf with link restore?? > 收件者: "CentOS mailing list" > 日期: 2010年6月23日,三,下午4:44 > On Thu, Jun 24, 2010 at

[CentOS] iotop

2010-06-23 Thread Matt
Is there something like iotop in rpm form available for Centos 4.x? Matt ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] iotop

2010-06-23 Thread Filipe Rosset
On 06/23/2010 07:06 PM, Matt wrote: > Is there something like iotop in rpm form available for Centos 4.x? > > Matt Hi Matt, take a look, only on future 5.6 & 6 https://bugzilla.redhat.com/show_bug.cgi?id=557062 http://people.redhat.com/jolsa/iotop/ -- Filipe R. __

[CentOS] HOWTO - Install HP PSP On CentOS 5

2010-06-23 Thread Brandon Wood
As I was working today I kept notes on my adventures in installing the HP Proliant Support Pack software on my server running CentOS 5.5. It's a rough guide but I have posted it up in the HP Support forums in the hopes that it will help others who take on this task. http://forums11.itrc.hp.com/se