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
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
__
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
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
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
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
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
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
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
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
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"
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
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
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
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..
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
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
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
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
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
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/
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
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
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
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
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
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
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
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
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
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
-
31 matches
Mail list logo