[CentOS] Kernel panic due to vg00 not found while not using LVM at all

2010-04-09 Thread Peter Blajev
Hi, I have a system running CentOS4.8. Last month I installed the latest updates including kernel 2.6.9-89.0.23 and rebooted the system. It has been running for almost a month. Last night I updated the system again which updated only a few packages: openssl, tzdata, curl,vixie-cron and logrotat

[CentOS] sed a particular line in file

2010-04-09 Thread Tom Brown
I need to change a value in a file, but this line occurs more than once in this file therefore as i know the line number this value appears on how can i change that? I thought i could use sed to change a particular line number but i dont see that in the man page, i am trying to change a value from

Re: [CentOS] sed a particular line in file

2010-04-09 Thread Stephen Harris
> I thought i could use sed to change a particular line number but i dont see > that in the man page, i am trying to change a value from line number 6 % cat foo Hello line 1 Hello line 2 Hello line 3 # To change just line 2 % sed '2s/Hello/There/' Hello line 1 There line 2 Hello line 3 # To chan

Re: [CentOS] Kernel panic due to vg00 not found while not using LVM at all

2010-04-09 Thread Kwan Lowe
On Fri, Apr 9, 2010 at 4:05 AM, Peter Blajev wrote: > After that it's trying to mount root and it fails with kernel panic. > > This system is using disk partitions. It's not using LVM. > > I can boot in rescue mode and "chmod /mnt/sysimage". All partitons are > there and mountable. No fsck errors.

[CentOS] about the bug of BCM57780

2010-04-09 Thread mojian4linux
https://bugzilla.redhat.com/show_bug.cgi?id=525966 --- Was this bug found on centos5.4 ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Performance problems with XFS on Centos 5.4

2010-04-09 Thread Bernhard Gschaider
Hi! During the last weeks I experienced some performance problems with a large file-system on XFS basis. Sometimes for instance ls is painfully. Immidiatly afterwards ls on the same directory is immidiate. I used strace on this ls and found that during the first ls the lstat-calls need approx 0.0

Re: [CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server

2010-04-09 Thread kalinix
On Thu, 2010-04-08 at 23:50 +0100, Joao Rodrigues wrote: > Please verify the network cable from centos or switch port(broken or > vlan). > > João Rodrigues > > > On Thu, Apr 8, 2010 at 9:34 PM, Gary Greene > wrote: > > On 4/8/10 1:26 PM, "David Lemcoe" wrote: > > Checked the

Re: [CentOS] Performance problems with XFS on Centos 5.4

2010-04-09 Thread Ross Walker
On Apr 9, 2010, at 9:59 AM, Bernhard Gschaider wrote: > > Hi! > > During the last weeks I experienced some performance problems with a > large file-system on XFS basis. Sometimes for instance ls is > painfully. Immidiatly afterwards ls on the same directory is > immidiate. I used strace on this l

[CentOS] Kernel Panic Help

2010-04-09 Thread Matt
I have a CentOS 5.4 64 bit server running on a supermicro motherboard. It kernel paniced last night. http://www.freeimagehosting.net/image.php?c51cb1be89.jpg Any ideas? Its running the latest version of Squid available with yum. Memory issue? Would adding: kernel.panic = 10 to: /etc/sysctl

Re: [CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server

2010-04-09 Thread Benjamin Donnachie
On 9 Apr 2010, at 15:29, kalinix wrote: > He just said 'please stop top posting' in the post you replied. :) What about please trim your replies too? No need to quote an entire thread when you reply. Ben ___ CentOS mailing list CentOS@centos.org http

[CentOS] iptables info in proc - ttl

2010-04-09 Thread Carlos S
Hello List, I am having problem in getting iptables recent module working for me, so I was looking into /proc to get some clues. I see following line in the /proc for my iptables recent rule: # cat /proc/net/ipt_recent/badguy src=10.0.0.17 ttl: 63 last_seen: 3301974512 oldest_pkt: 2 3301973507, 33

Re: [CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server

2010-04-09 Thread kalinix
I would try to launch a tcpdump/wireshark session on centos server to see whether there's dhcp traffic on it. Alternatively, when in static configuration, to see whether the icmp packets reach for NAT server (my feeling is they are not). AFAIK, there is no limitation (or there should be none) on t

Re: [CentOS] Kernel Panic Help

2010-04-09 Thread Matthew Kent
On Fri, 2010-04-09 at 10:10 -0500, Matt wrote: > I have a CentOS 5.4 64 bit server running on a supermicro motherboard. > It kernel paniced last night. > > http://www.freeimagehosting.net/image.php?c51cb1be89.jpg > > Any ideas? Its running the latest version of Squid available with > yum. Memo

Re: [CentOS] NAT/DHCP/DNS/etc Settings from a Windows 2003 Server

2010-04-09 Thread David M Lemcoe Jr.
On 4/9/2010 10:29, kalinix wrote: On Thu, 2010-04-08 at 23:50 +0100, Joao Rodrigues wrote: Please verify the network cable from centos or switch port(broken or vlan). João Rodrigues On Thu, Apr 8, 2010 at 9:34 PM, Gary Greene mailto:ggre...@minervanetworks.com>> wrote: On 4/8/10 1:26

[CentOS] Cobbler import files with rsync error

2010-04-09 Thread Rudi Ahlers
Hi all, I'm trying to import in image into Cobbler (working with this: https://fedorahosted.org/cobbler/wiki/UsingCobblerImport) but keep on getting the following error: total size is 322467472 speedup is 1.00 rsync error: some files/attrs were not transferred (see previous errors) (code 23) at

Re: [CentOS] Cobbler import files with rsync error

2010-04-09 Thread Joseph L. Casale
>I'm trying to import in image into Cobbler (working with this: >https://fedorahosted.org/cobbler/wiki/UsingCobblerImport) but keep on >getting the following error: > >total size is 322467472 speedup is 1.00 >rsync error: some files/attrs were not transferred (see previous >errors) (code 23) at ma

Re: [CentOS] Cobbler import files with rsync error

2010-04-09 Thread Rudi Ahlers
On Sat, Apr 10, 2010 at 2:07 AM, Joseph L. Casale wrote: >>I'm trying to import in image into Cobbler (working with this: >>https://fedorahosted.org/cobbler/wiki/UsingCobblerImport) but keep on >>getting the following error: >> >>total size is 322467472  speedup is 1.00 >>rsync error: some files/a

[CentOS] Build Issue with multi module project

2010-04-09 Thread Vijay Shanker Dubey
Hi, I have a multi module web project. Four modules of the project are packaged as jar and added as dependency to the fifth module, which is packaged as war. When it is time to deploy the application i just run package on the war project and my war is created with all the dependencies. Now there

Re: [CentOS] Build Issue with multi module project

2010-04-09 Thread Vijay Shanker Dubey
Sorry Guys, Was meant for the maven mailing list. Regards, Vijay Shanker Dubey On Sat, Apr 10, 2010 at 11:47 AM, Vijay Shanker Dubey wrote: > Hi, > > I have a multi module web project. Four modules of the project are packaged > as jar and added as dependency to the fifth module, which is packa