[CentOS] [Admins] centos-virt mailing list dead?

2010-03-20 Thread Timo Schoeler
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi (admins),

maybe it'd be worth a check if there's something wrong; list's last
activity is about two days ago [0], two emails I sent yesterday were
delivered [1], but didn't appear on the list/in the archives.

Cheers,

Timo

[0] -- http://lists.centos.org/pipermail/centos-virt/2010-March/thread.html

[1] --

1st try:
Mar 19 13:43:32 tydirium postfix/smtp[8285]: 092C62B4B5B:
to=centos-v...@centos.org, relay=mail.centos.org[72.26.200.202]:25,
delay=1.7, delays=0.14/0.05/0.68/0.81, dsn=2.0.0, status=sent (250 2.0.0
Ok: queued as D746167981)

2nd try:
Mar 19 15:18:47 tydirium postfix/smtp[8998]: 26FD62B4B9E:
to=centos-v...@centos.org, relay=mail.centos.org[72.26.200.202]:25,
delay=1.3, delays=0.18/0.05/0.44/0.62, dsn=2.0.0, status=sent (250 2.0.0
Ok: queued as CD4C567B5B)
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with CentOS - http://enigmail.mozdev.org/

iD8DBQFLpHOuO/2mgkVVV7kRAkTvAJsGnYwW8HvuBUX58ZQIG8h+C0cFogCgkAVG
xw0xZlIC9OShnIqHUIr1hrQ=
=SbLr
-END PGP SIGNATURE-
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] upgrade

2010-03-20 Thread mattias
I have centos 5.0 on a server
Can i upgrade to the latest without reinstall the hole system?

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


[CentOS] freenas-like solution for aoe?

2010-03-20 Thread Vadkan Jozsef
Does anybody know a FreeNAS-like solution, that supports AoE? - Ata over
Ethernet?

Thank you!

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


Re: [CentOS] upgrade

2010-03-20 Thread Niki Kovacs
mattias a écrit :
 I have centos 5.0 on a server
 Can i upgrade to the latest without reinstall the hole system?


Yes, you can :o)

# yum update glibc\*
# yum update yum\* rpm\* python\*
# yum clean all
# yum update

Grab some coffee.

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


Re: [CentOS] upgrade

2010-03-20 Thread mattias
Ok but how to to do all that
I use the repo on vault.centos.org

-Ursprungligt meddelande-
Från: centos-boun...@centos.org [mailto:centos-boun...@centos.org] För
Niki Kovacs
Skickat: den 20 mars 2010 10:24
Till: CentOS mailing list
Ämne: Re: [CentOS] upgrade


mattias a écrit :
 I have centos 5.0 on a server
 Can i upgrade to the latest without reinstall the hole system?


Yes, you can :o)

# yum update glibc\*
# yum update yum\* rpm\* python\*
# yum clean all
# yum update

Grab some coffee.

Reboot.
___
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] upgrade

2010-03-20 Thread Niki Kovacs
mattias a écrit :
 Ok but how to to do all that
 I use the repo on vault.centos.org

Just use the default repos, and there you go :o)

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


Re: [CentOS] upgrade

2010-03-20 Thread mattias
So i need to add the centos 5.4 repo?

-Ursprungligt meddelande-
Från: centos-boun...@centos.org [mailto:centos-boun...@centos.org] För
Niki Kovacs
Skickat: den 20 mars 2010 13:09
Till: CentOS mailing list
Ämne: Re: [CentOS] upgrade


mattias a écrit :
 Ok but how to to do all that
 I use the repo on vault.centos.org

Just use the default repos, and there you go :o)

___
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] How to add virtio modules automatically to initrd in CentOS4?

2010-03-20 Thread Felix Schwarz
Hi,

I migrated a physical CentOS 4.8 server into a VM on a CentOS 5 KVM host. 
Everything works fine, I even can use the paravirt drivers for network and disk.

However the required kernel modules are not put into initrd somehow. Of course 
I can call mkinitrd --with virtioblk ... manually but that's too easy to 
forget.

I searched the web but I didn't find any similar reports... I found some 
references to /etc/sysconfig/mkinitrd/ but this doesn't work for me.

So how can I make sure that the initrd always includes the virtio stuff?

fs

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


Re: [CentOS] upgrade

2010-03-20 Thread Niki Kovacs
mattias a écrit :
 So i need to add the centos 5.4 repo?

You could use this for inspiration, as a starting point :

--8--- /etc/yum.repos.d/CentOS-Base.repo ---
[base]
enabled=1
name=CentOS-$releasever - Base
mirrorlist=http://mirrorlist.centos.org/?release=$releaseverarch=$basearchrepo=os
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

[updates]
enabled=1
name=CentOS-$releasever - Updates
mirrorlist=http://mirrorlist.centos.org/?release=$releaseverarch=$basearchrepo=updates
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5

[extras]
enabled=1
name=CentOS-$releasever - Extras
mirrorlist=http://mirrorlist.centos.org/?release=$releaseverarch=$basearchrepo=extras
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-5
--8-

Cheers,

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


Re: [CentOS] upgrade

2010-03-20 Thread Kai Schaetzl
Mattias wrote on Sat, 20 Mar 2010 12:48:34 -:

 Ok but how to to do all that
 I use the repo on vault.centos.org

Why? This contains old software. You had to specifically change the repo 
files for that. Just remove/go back to what it originally was.

Kai

-- 
Get your web at Conactive Internet Services: http://www.conactive.com



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


Re: [CentOS] How to add virtio modules automatically to initrd in CentOS4?

2010-03-20 Thread Alexander Dalloz
Am 20.03.2010 14:32, schrieb Felix Schwarz:
 Hi,
 
 I migrated a physical CentOS 4.8 server into a VM on a CentOS 5 KVM host. 
 Everything works fine, I even can use the paravirt drivers for network and 
 disk.
 
 However the required kernel modules are not put into initrd somehow. Of 
 course 
 I can call mkinitrd --with virtioblk ... manually but that's too easy to 
 forget.
 
 I searched the web but I didn't find any similar reports... I found some 
 references to /etc/sysconfig/mkinitrd/ but this doesn't work for me.
 
 So how can I make sure that the initrd always includes the virtio stuff?
 
 fs

Create the recommended /etc/modprobe.conf entry

alias scsi_hostadapter${NUM} virtio_blk

and virtio_blk.ko will be picked up automatically. Not sure where
virtio_pci is a module dependency of virtio_blk.

Please see too

http://wiki.libvirt.org/page/Virtio

http://kbase.redhat.com/faq/docs/DOC-25441

Alexander

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


[CentOS] vtund error

2010-03-20 Thread Daniel Bruno
Hello,

I have two hosts with a tunnel closed by vtun, when I reboot a host,
the other show the error bellow.

unregister_netdevice: waiting for tun0 to become free. Usage count = 6

OS version: CentOS 5.4
Vtund version: vtun-3.0.2-1

some idea about?

Thanks
-- 
Daniel Bruno
http://danielbruno.eti.br
danielbr...@projetofedora.org
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] Add default quirk to pm-utils (CentOS 5.4)

2010-03-20 Thread Martin Jungowski
I've installed CentOS 5.4 on my new Lenovo Ideapad S12 (Atom-based 12 
notebook) and need to add a quirk to pm-suspend in order for the laptop to 
actually go to sleep. There's a couple of quirks that work just fine so I 
really don't have a preference.

I found several instructions but most of them have failed me because 
CentOS's pm-utils is too ancient. Newer versions come with a parameter 
that adds the quirk to hald automatically, the CentOS version of pm-utils 
does not have this function yet. I've tried adding a /etc/pm/
config.d/99local config file with DISPLAY_QUIRK_VBE_POST=true and a /etc/
hal/fdi/information/99local-pm-utils-quirks.fdi manually to no avail:

?xml version=1.0 encoding=ISO-8859-1? !-- -*- SGML -*- --
!-- Created by pm-utils --
deviceinfo version=0.2
device
merge key=power_management.quirk.dpms_on type=boolfalse/merge
merge key=power_management.quirk.dpms_suspend type=boolfalse/merge
merge key=power_management.quirk.vbe_post type=booltrue/merge
merge key=power_management.quirk.vbemode_restore type=boolfalse/
merge
merge key=power_management.quirk.vbestate_restore type=boolfalse/
merge
merge key=power_management.quirk.vga_mode_3 type=boolfalse/merge
/device
/deviceinfo

But nothing seems to work. Running pm-suspend does not do anything, 
running pm-suspend --quirk-vbe-post puts the Laptop to sleep.

Any ideas?

Martin
-- 
Rieke Computersysteme GmbH
Hellerholz 5
D-82061 Neuried
Email: mar...@rhm.de

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


Re: [CentOS] Add default quirk to pm-utils (CentOS 5.4)

2010-03-20 Thread Martin Jungowski
Nevermind, I found it. Had to add a second line to /etc/pm/
config.d/99local. It now contains the following:

DISPLAY_QUIRK_S3_MODE=true
QUIRKOPTS=true

Whick quirk I pick doesn't make a difference, I found several that work. 
This one works just fine and the laptop goes to sleep when I enter start 
pm-suspend from a shell, close the lid, or select suspend from the klaptop 
menu.

Martin

-- 
Rieke Computersysteme GmbH
Hellerholz 5
D-82061 Neuried
Email: mar...@rhm.de

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


Re: [CentOS] how does the bootup screen move the cursor around?

2010-03-20 Thread Bart Schaefer
On Fri, Mar 19, 2010 at 10:18 PM, Frank Cox thea...@sasktel.net wrote:
 My question is, how does that happen?  Does it write its own esc codes
 directly to the screen?  If so, how does it know what terminal we're
 using and, therefore, what esc codes to send?

Modern terminals aren't text-based devices like the ones that used
to be connected as serial consoles on old refrigerator-sized
mini-computers and mainframes.  Instead they're effectively
framebuffer devices and anything that looks like text-character
drawing is done by the display chipset on the graphics card or built
into the motherboard.  Those in turn all have a common set of minimal
operations that can be accessed before the full set of OS-level
drivers is loaded and that are supported by all types of monitors, so
the boot loader doesn't need to know what specific chipset or monitor
you have available as long as the basic hardware is considered
supported.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] upgrade

2010-03-20 Thread Ian Forde
On Sat, 2010-03-20 at 15:31 +0100, Kai Schaetzl wrote:
 Mattias wrote on Sat, 20 Mar 2010 12:48:34 -:
 
  Ok but how to to do all that
  I use the repo on vault.centos.org
 
 Why? This contains old software. You had to specifically change the repo 
 files for that. Just remove/go back to what it originally was.

And just before you reboot, you may want to do the following:

updatedb
locate rpmnew ; locate rpmsave

and resolve any config file changes that you see...

-I

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


Re: [CentOS] freenas-like solution for aoe?

2010-03-20 Thread Karanbir Singh
On 03/20/2010 09:48 AM, Vadkan Jozsef wrote:
 Does anybody know a FreeNAS-like solution, that supports AoE? - Ata over
 Ethernet?


ataoe is supported in the centos kernel, you only need to add userland 
tools and you can do whatever you like.

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


Re: [CentOS] Multipath and iSCSI Targets

2010-03-20 Thread Drew
 Depends on the target and the setup, ideally if you have 4 NICs you
 should be using at least two different VLANs, and since you have 4
 NICs (I assume for iSCSI only) you should use jumbo frames.

 Jumbo frames should only be used if your CPU can't keep up with the
 load of 4 NICs otherwise it does add some latency to iSCSI.

How much latency are we talking about?

I'm looking into gigabit networks at for both home  work and while
home isn't so much an issue, work could be as I'm in the planning
stages of setting up a gigabit network to allow some iSCSI NAS/SAN
devices to back a bunch of VMware servers that we're due to get for
our next refresh.


-- 
Drew

Nothing in life is to be feared. It is only to be understood.
--Marie Curie
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Multipath and iSCSI Targets

2010-03-20 Thread Ross Walker
On Mar 20, 2010, at 4:52 PM, Drew drew@gmail.com wrote:

 Depends on the target and the setup, ideally if you have 4 NICs you
 should be using at least two different VLANs, and since you have 4
 NICs (I assume for iSCSI only) you should use jumbo frames.

 Jumbo frames should only be used if your CPU can't keep up with the
 load of 4 NICs otherwise it does add some latency to iSCSI.

 How much latency are we talking about?

That often depends on the NICs and switches, but in the realm of  
10-15% off throughput.

 I'm looking into gigabit networks at for both home  work and while
 home isn't so much an issue, work could be as I'm in the planning
 stages of setting up a gigabit network to allow some iSCSI NAS/SAN
 devices to back a bunch of VMware servers that we're due to get for
 our next refresh.

Set it up jumbo frame capable, but start out with standard frames and  
if you see the CPU getting pegged, try interrupt coalesence, if that  
isn't cutting it use jumbo frames.

-Ross

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


[CentOS] bruteforce protection howto

2010-03-20 Thread Vadkan Jozsef
Two pc's:

1 - router
2 - logger

Situation: someone tries to bruteforce into a server, and the logger
get's a log about it [e.g.: ssh login failed].

What's the best method to ban that ip [what is bruteforcig a server]
what was logged on the logger?
I need to ban the ip on the router pc.

How can i send the bad ip to the router, to ban it?

Just run a cronjob, and e.g.: scp the list of ip's from the logger to
the router, then ban the ip from the list on the router pc?

Or is there any offical method for this?

I'm just asking for docs/howtos.. :\ to get started..

Thank you!

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


Re: [CentOS] bruteforce protection howto

2010-03-20 Thread Larry Vaden
On Sat, Mar 20, 2010 at 5:17 PM, Vadkan Jozsef jozsi.avad...@gmail.com wrote:

 What's the best method to ban that ip [what is bruteforcig a server]
 what was logged on the logger?
 I need to ban the ip on the router pc.

http://www.fail2ban.org/wiki/index.php/Main_Page but you may have to
run fail2ban on the server instead of on the logger.

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


Re: [CentOS] bruteforce protection howto

2010-03-20 Thread Larry Brower
Larry Vaden wrote:
 On Sat, Mar 20, 2010 at 5:17 PM, Vadkan Jozsef jozsi.avad...@gmail.com 
 wrote:
 What's the best method to ban that ip [what is bruteforcig a server]
 what was logged on the logger?
 I need to ban the ip on the router pc.
 
 http://www.fail2ban.org/wiki/index.php/Main_Page but you may have to
 run fail2ban on the server instead of on the logger.
 
 kind regards/ldv

+1

you might also look at APF + BFD as it works as well. Both solutions 
are intended for the server and not for a remote host, however you 
could probably work around this with a small shell script.

This does beg the question, why are you wanting to ban the IP's on the 
router box as opposed to the machine being targeted? The whole point 
of a router is to route traffic, not enforce firewall policy. This 
would be better handled by a firewall of all things, be it a hardware 
appliance (ASA, PIX, Juniper HSC) or iptables on the machine itself. 
You might keep in mind that the more firewall rules you add to the 
router the slower the  network will become as all packets have to be 
checked against all rules. Just my opinion ;)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] bruteforce protection howto

2010-03-20 Thread Ned Slider
Larry Vaden wrote:
 On Sat, Mar 20, 2010 at 5:17 PM, Vadkan Jozsef jozsi.avad...@gmail.com 
 wrote:
 What's the best method to ban that ip [what is bruteforcig a server]
 what was logged on the logger?
 I need to ban the ip on the router pc.
 
 http://www.fail2ban.org/wiki/index.php/Main_Page but you may have to
 run fail2ban on the server instead of on the logger.
 

Fail2ban is of limited effectiveness against ever more common 
distributed attacks. Don't make it your only line of defense but rather 
combine it with other effective measures:

http://wiki.centos.org/HowTos/Network/SecuringSSH

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


[CentOS] mirrors.centos.org DNS problems?

2010-03-20 Thread Stephen Harris
From various place I can't resolve the name; from others it works fine

eg
 on my FIOS line (96.234.66.*): fail
 from Panix internet (166.84.67.*): success
 (166.84.5.*): success
 from bt.net (194.72.6.*): fail
 from he.net (65.19.175.*): fail
 from AShosting.nl (81.171.86.*): success

-- 

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


Re: [CentOS] mirrors.centos.org DNS problems?

2010-03-20 Thread Tru Huynh
On Sat, Mar 20, 2010 at 08:40:38PM -0400, Stephen Harris wrote:
 From various place I can't resolve the name; from others it works fine
 
 eg
  on my FIOS line (96.234.66.*): fail
  from Panix internet (166.84.67.*): success
  (166.84.5.*): success
  from bt.net (194.72.6.*): fail
  from he.net (65.19.175.*): fail
  from AShosting.nl (81.171.86.*): success
 
it's fixed now, one line deleted by mistake while removing some of the lagging
mirror.centos.org.

Thanks for the heads-up.

Tru
-- 
Tru Huynh (mirrors, CentOS-3 i386/x86_64 Package Maintenance)
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xBEFA581B


pgptzD5KztNc2.pgp
Description: PGP signature
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos