Re: [CentOS] bizarre problem with performance

2014-09-18 Thread Eero Volotinen
2014-09-18 0:41 GMT+03:00 Dan Hyatt : > Hi, > I am running centos6-5 on dell620 blades. > mirrored local root drives > several (including home) mounted filesystems. > > The other blades are working fine. > Top indicates the server is running 1% cpu, and very little memory > (idleing) > There is no

Re: [CentOS] Ifconfig ipv6:permission denied.

2014-09-18 Thread dE
On 09/16/14 11:37, James Hogarth wrote: On 16 Sep 2014 04:14, "dE" wrote: Yeah, I'll try this again. Thanks for the help. Currently I'm working with CentOS 6.5 That's fairly important information to know due to the huge differences in behaviour. Your original post stated CentOS 7 __

Re: [CentOS] Ifconfig ipv6:permission denied.

2014-09-18 Thread dE
On 09/17/14 21:03, Marcelo Ricardo Leitner wrote: Em 07-09-2014 05:24, dE escreveu: Hi! I installed CentOS 7 today, it's a minimal install, so it didn't have ifconfig command. So I installed net-tools, however I can't add ipv6 address to it. # ifconfig enp0s3 add fc00::1002/124 SIOCSIFADDR: Pe

Re: [CentOS] repoquery -f does not work well.

2014-09-18 Thread dE
On 09/16/14 19:19, Jonathan Billings wrote: On Tue, Sep 16, 2014 at 10:16:37AM +0530, dE wrote: Hi. I've found inconstancy between output of repoquery and rpm. I was looking forward towards apache php 5.4 module which must provided by some package SCL (can someone tell me?). rpm -qf /etc/httpd

Re: [CentOS] repoquery -f does not work well.

2014-09-18 Thread dE
On 09/16/14 21:38, Jim Perrin wrote: On 09/15/2014 11:46 PM, dE wrote: Hi. I've found inconstancy between output of repoquery and rpm. I was looking forward towards apache php 5.4 module which must provided by some package SCL (can someone tell me?). Software collections are provided in a dif

Re: [CentOS] Problem with WRT54GL router

2014-09-18 Thread ken
On 09/17/2014 09:54 PM Fred Smith wrote: On Wed, Sep 17, 2014 at 07:49:32PM +0200, Timothy Murphy wrote: I have a curious problem with an old WRT54GL router, which I use as a WiFi access point on my LAN: Internet->ADSL modem->CentOS-7 computer->WRT54GL router Don't you mean: Internet->AD

[CentOS] mirrorlist returns wrong servers

2014-09-18 Thread Hokuto Hoshi
Hi, We're using CentOS on various servers in Japan. Recently, I found that mirrorlist.centos.org returns servers in China. It makes "yum update" slow. This problem occurs on "update" repo. Our tries and results are follows: ## "os" repository $ curl "http://mirrorlist.centos.org/?release=6.5&arc

Re: [CentOS] documentation for kernel

2014-09-18 Thread Johnny Hughes
On 09/17/2014 04:58 PM, Sven Kieske wrote: > On 17.09.2014 03:15, Johnny Hughes wrote: >>> Thank you, how can I query which updates that are available are >>> security updates? > >> you can't .. other than to look at the centos-announce mailing >> list > > This is not completely true, because you

Re: [CentOS] documentation for kernel

2014-09-18 Thread m . roth
Johnny Hughes wrote: > On 09/17/2014 04:58 PM, Sven Kieske wrote: >> On 17.09.2014 03:15, Johnny Hughes wrote: Thank you, how can I query which updates that are available are security updates? >> >>> you can't .. other than to look at the centos-announce mailing >>> list Not exactly corr

Re: [CentOS] documentation for kernel

2014-09-18 Thread Johnny Hughes
On 09/18/2014 10:37 AM, m.r...@5-cent.us wrote: > Johnny Hughes wrote: >> On 09/17/2014 04:58 PM, Sven Kieske wrote: >>> On 17.09.2014 03:15, Johnny Hughes wrote: > Thank you, how can I query which updates that are available are > security updates? >>> you can't .. other than to look a

Re: [CentOS] mirrorlist returns wrong servers

2014-09-18 Thread Johnny Hughes
On 09/18/2014 05:36 AM, Hokuto Hoshi wrote: > Hi, > > We're using CentOS on various servers in Japan. > Recently, I found that mirrorlist.centos.org returns servers in China. > It makes "yum update" slow. > This problem occurs on "update" repo. > > Our tries and results are follows: > > ## "os"

Re: [CentOS] lost packets - Bond

2014-09-18 Thread Matt Garman
On Wed, Sep 17, 2014 at 11:28 AM, Eduardo Augusto Pinto wrote: > I'm using in my bond interfaces as active backup, in theory, should assume an > interface (or work) only when another interface is down. > > But I'm just lost packets on the interface that is not being used and is > generating > pac

[CentOS] saving at jobs

2014-09-18 Thread Frank Cox
I can easily save cron jobs in a file by doing this: crontab -l > file.txt And I can restore it with crontab file.txt Is there any way to do the same thing with at jobs? The closest thing that I've managed to find is this: #!/bin/bash atq for each in $(atq | cut -f 1); do echo "JOB $each"; at

Re: [CentOS] saving at jobs

2014-09-18 Thread Mogens Kjaer
On 09/18/2014 06:35 PM, Frank Cox wrote: Is there any way to do the same thing with at jobs? Can't you just back up /var/spool/at ? Mogens -- Mogens Kjaer, m...@lemo.dk http://www.lemo.dk ___ CentOS mailing list CentOS@centos.org http://lists.cento

Re: [CentOS] Ifconfig ipv6:permission denied.

2014-09-18 Thread James Hogarth
On 18 Sep 2014 09:07, "dE" wrote: > > On 09/17/14 21:03, Marcelo Ricardo Leitner wrote: >> >> One more test. Please check sysctl -a | grep disable_ipv6 output >> And if it's =1, set it to 0. >> >> When NetworkManager is running, it may disable ipv6 on the interface if its not configured via NM..

Re: [CentOS] saving at jobs

2014-09-18 Thread Frank Cox
On Thu, 18 Sep 2014 18:44:05 +0200 Mogens Kjaer wrote: > On 09/18/2014 06:35 PM, Frank Cox wrote: > > Is there any way to do the same thing with at jobs? > > Can't you just back up /var/spool/at ? I don't know. Can I do that? I can't back it up as a user since that directory is accessible only

Re: [CentOS] saving at jobs

2014-09-18 Thread m . roth
Frank Cox wrote: > On Thu, 18 Sep 2014 18:44:05 +0200 > Mogens Kjaer wrote: > >> On 09/18/2014 06:35 PM, Frank Cox wrote: >> > Is there any way to do the same thing with at jobs? >> >> Can't you just back up /var/spool/at ? > > I don't know. Can I do that? > > I can't back it up as a user since th

Re: [CentOS] pxebooting

2014-09-18 Thread m . roth
Sorry 'bout breaking threading. Paul, you write: > The gPXE bootloader can fetch files from an arbitrary network host > using TFTP, NFS, HTTP, etc, but the standard syslinux PXE bootloader > cannot. > On CentOS 6, the syslinux-nonlinux package includes both. If you > specify "filename gpxelinux.0

Re: [CentOS] pxebooting

2014-09-18 Thread Tom Bishop
On Thu, Sep 18, 2014 at 2:10 PM, wrote: > Sorry 'bout breaking threading. > > Paul, you write: >> The gPXE bootloader can fetch files from an arbitrary network host >> using TFTP, NFS, HTTP, etc, but the standard syslinux PXE bootloader >> cannot. > >> On CentOS 6, the syslinux-nonlinux package i

Re: [CentOS] pxebooting

2014-09-18 Thread m . roth
Tom Bishop wrote: > On Thu, Sep 18, 2014 at 2:10 PM, wrote: >> Sorry 'bout breaking threading. >> >> Paul, you write: >>> The gPXE bootloader can fetch files from an arbitrary network host >>> using TFTP, NFS, HTTP, etc, but the standard syslinux PXE bootloader >>> cannot. >> >>> On CentOS 6, the

[CentOS] KVM Remote

2014-09-18 Thread Matt
Have a few Supermicro based CentOS boxes at remote date center. Is there anyway to do a remote KVM over TCP to them for the case when they do not seem to come back after a reboot? ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/

[CentOS] repos...

2014-09-18 Thread John R Pierce
is rpmforge now considered 'friendly' with EPEL? I normally only use EPEL as an addition repo, but one package I want to install on this one system is ffmpeg, and I'm finding it on rpmforge only... but its install wants to mix epel and rpmforge packages... Installing: ffmpeg x86_64 0.6.5-1.e

Re: [CentOS] KVM Remote

2014-09-18 Thread John R Pierce
On 9/18/2014 12:59 PM, Matt wrote: Have a few Supermicro based CentOS boxes at remote date center. Is there anyway to do a remote KVM over TCP to them for the case when they do not seem to come back after a reboot? the ones I've used have a full IPMI/KVM on a seperate ethernet management port

Re: [CentOS] repos...

2014-09-18 Thread Akemi Yagi
On Thu, Sep 18, 2014 at 1:02 PM, John R Pierce wrote: > is rpmforge now considered 'friendly' with EPEL? > > I normally only use EPEL as an addition repo, but one package I want to > install on this one system is ffmpeg, and I'm finding it on rpmforge only... > but its install wants to mix epel an

Re: [CentOS] repos...

2014-09-18 Thread Tom Bishop
On Thu, Sep 18, 2014 at 3:10 PM, Akemi Yagi wrote: > On Thu, Sep 18, 2014 at 1:02 PM, John R Pierce wrote: >> is rpmforge now considered 'friendly' with EPEL? >> >> I normally only use EPEL as an addition repo, but one package I want to >> install on this one system is ffmpeg, and I'm finding it

Re: [CentOS] KVM Remote

2014-09-18 Thread Paul Heinlein
On Thu, 18 Sep 2014, John R Pierce wrote: On 9/18/2014 12:59 PM, Matt wrote: Have a few Supermicro based CentOS boxes at remote date center. Is there anyway to do a remote KVM over TCP to them for the case when they do not seem to come back after a reboot? the ones I've used have a full IP

Re: [CentOS] pxebooting

2014-09-18 Thread Paul Heinlein
On Thu, 18 Sep 2014, Tom Bishop wrote: On Thu, Sep 18, 2014 at 2:10 PM, wrote: The gPXE bootloader can fetch files from an arbitrary network host using TFTP, NFS, HTTP, etc, but the standard syslinux PXE bootloader cannot. On CentOS 6, the syslinux-nonlinux package includes both. If you sp

Re: [CentOS] KVM Remote

2014-09-18 Thread Keith Keller
On 2014-09-18, Paul Heinlein wrote: > > On Thu, 18 Sep 2014, John R Pierce wrote: > >> On 9/18/2014 12:59 PM, Matt wrote: >>> Have a few Supermicro based CentOS boxes at remote date center. >>> Is there anyway to do a remote KVM over TCP to them for the case >>> when they do not seem to come ba

Re: [CentOS] Advice on CentOS 7, software raid 1, lvm, 3 TB

2014-09-18 Thread SilverTip257
On Wed, Sep 17, 2014 at 1:26 PM, Jeff Boyce wrote: > Sorry for breaking the threading, as I only get the daily digest. My > comments (interspersed) begin with the **. > > <...snipped...> > > > Arch Linux create soft-raid - > https://wiki.archlinux.org/index.php/Software_RAID_and_LVM > > ** I h

[CentOS] Storage Install and configure on Centos

2014-09-18 Thread Chandran Manikandan
Dear All, I would like to study and practice for storage in Centos 5 and 6. Could anyone guide me. What is cluster and Virtualization technology how to implement in our office. -- *Thanks,* *Manikandan.C* *System Administrator* ___ CentOS mailing list

Re: [CentOS] Storage Install and configure on Centos

2014-09-18 Thread John R Pierce
On 9/18/2014 9:14 PM, Chandran Manikandan wrote: Dear All, I would like to study and practice for storage in Centos 5 and 6. Could anyone guide me. What is cluster and Virtualization technology how to implement in our office. http://www.redhat.com/en/services/training/courses-by-curriculum -