[CentOS] the mirrors are still not updated

2011-04-28 Thread fakessh
hello centos network ads on the list centos-annonces Thursday the mirrors are still not updated even the main deposit No it has never been so long someone has an explanation can be thanks -- http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x092164A7 gpg --keyserver pgp.mit.edu --recv-k

Re: [CentOS] Can somebody explay the here down message lines from server Centos 5.6

2011-04-28 Thread Christopher Chan
Messed up user information database? LDAP? On Friday, April 29, 2011 12:38 PM, Michel Donais wrote: > **Unmatched Entries** > gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user > gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user > gdm[5342]: pam

[CentOS] Can somebody explay the here down message lines from server Centos 5.6

2011-04-28 Thread Michel Donais
**Unmatched Entries** gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user gdm[5342]: pam_succeed_if(gdm:auth): error retrieving information about user 9 gdm[5342]: pam_succeed_if(gdm:auth): er

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Gleb Natapov wrote: > of virt stack. You should use libvirt or virt-manager instead. Especially > if you are concerned about security. I think libvirt can start guest on > headless server. > > If this still fails for you you need to complain to libvirt developers > (not in a rant mode,

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread m . roth
Alexander Farber wrote: > Turned out, smartd kept saying, that it had no entries in smartd.conf. > > I've copied smartd.rpmnew over smartd.conf, restarted it, > now I have (in /var/log/messages, date+hostname removed): At this point, I'd run the long test on each drive, and (after coming back an h

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
Turned out, smartd kept saying, that it had no entries in smartd.conf. I've copied smartd.rpmnew over smartd.conf, restarted it, now I have (in /var/log/messages, date+hostname removed): smartd version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen Home page is http://smartmontoo

Re: [CentOS] Rsync 3 from rpmforge

2011-04-28 Thread Scott Silva
on 4/27/2011 7:46 AM Jussi Hirvi spake the following: > Thanks for a triple answer. :-) Now I remember - like I said, I solved > this problem once already. Hm, I should document better what I do... > > - Jussi Where's the fun in that? ;) ___ CentOS ma

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Michel van Deventer
On Thu, 2011-04-28 at 21:52 +0200, Alexander Farber wrote: > On the 2nd try it has booted and seems to work. Did it give an error on the first try and if so, which one ? You should check /var/log/messages for i/o errors and check your disks with smartctl I have had my raid1 arrays rebuild sometim

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Scott Silva
on 4/28/2011 12:40 PM Alexander Farber spake the following: > Thank you all, it seems to have finished - I'm rebooting. > > Just curious why is the State of md3 "active", while the others are "clean"? > If I remember right, clean means it is completely synced and not being written to or mounted.

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread m . roth
Alexander Farber wrote: > On the 2nd try it has booted and seems to work. > > The /var/log/mcelog is (and was) empty. To be expected - I'd expect this as a h/d error. Check your logfiles for info from smartd mark ___ CentOS mailing list Cen

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
On the 2nd try it has booted and seems to work. The /var/log/mcelog is (and was) empty. # sudo cat /proc/mdstat Personalities : [raid1] md0 : active raid1 sdb1[1] sda1[0] 1023936 blocks [2/2] [UU] md2 : active raid1 sdb5[1] sda5[0] 277728192 blocks [2/2] [UU] md3 : active raid1 sdb6

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
Thank you all, it seems to have finished - I'm rebooting. Just curious why is the State of md3 "active", while the others are "clean"? # cat /proc/mdstat Personalities : [linear] [raid0] [raid1] md0 : active raid1 sda1[0] sdb1[1] 1023936 blocks [2/2] [UU] md1 : active raid1 sda3[0] sdb3[1

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Digimer
On 04/28/2011 03:31 PM, Michel van Deventer wrote: > Hi, > > On Thu, 2011-04-28 at 21:26 +0200, Alexander Farber wrote: >> Hello, I didn't touch anything, just booted the hoster's "rescue image". > Cool :) > >> # cat /proc/mdstat >> Personalities : [linear] [raid0] [raid1] >> md0 : active raid1 s

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Michel van Deventer
Hi, On Thu, 2011-04-28 at 21:26 +0200, Alexander Farber wrote: > Hello, I didn't touch anything, just booted the hoster's "rescue image". Cool :) > # cat /proc/mdstat > Personalities : [linear] [raid0] [raid1] > md0 : active raid1 sda1[0] sdb1[1] > 1023936 blocks [2/2] [UU] > > md1 : activ

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Digimer
On 04/28/2011 03:26 PM, Alexander Farber wrote: > Hello, I didn't touch anything, just booted the hoster's "rescue image". > > # cat /etc/mdadm.conf > cat: /etc/mdadm.conf: No such file or directory > > > # cat /proc/mdstat > Personalities : [linear] [raid0] [raid1] > md0 : active raid1 sda1[0]

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Michel van Deventer
Hi, what is the output of 'cat /proc/mdstat' ? A healthy raid should look something like below : [root@janeway ~]# cat /proc/mdstat Personalities : [raid1] md2 : active raid1 sdb1[0] sda1[1] 256896 blocks [2/2] [UU] md0 : active raid1 sdd1[0] sdc1[1] 1465135936 blocks [2/2] [

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Les Mikesell
On 4/28/2011 2:07 PM, Alexander Farber wrote: > Hello, > > since weeks I was ignoring this warning at my CentOS 5.6/64 bit machine - > > /etc/cron.weekly/99-raid-check: > WARNING: mismatch_cnt is not 0 on /dev/md0 > > in the hope that the software RAID will slowly repair itself. > > I als

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
Hello, I didn't touch anything, just booted the hoster's "rescue image". # cat /etc/mdadm.conf cat: /etc/mdadm.conf: No such file or directory # cat /proc/mdstat Personalities : [linear] [raid0] [raid1] md0 : active raid1 sda1[0] sdb1[1] 1023936 blocks [2/2] [UU] md1 : active raid1 sda3[0

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Digimer
On 04/28/2011 03:10 PM, Alexander Farber wrote: > Rebuild Status : 38% complete That's potentially promising. What does 'cat /proc/mdstat' show? Did you have to recover the array, or were you able to use /etc/mdadm.conf? -- Digimer E-Mail: digi...@alteeve.com AN!Whitepapers: http://alteeve.com

Re: [CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
Additional info (how many RAID arrays do I have??): # mdadm -D /dev/md3 /dev/md3: Version : 00.90 Creation Time : Sat Mar 19 22:53:25 2011 Raid Level : raid1 Array Size : 185151360 (176.57 GiB 189.59 GB) Used Dev Size : 185151360 (176.57 GiB 189.59 GB) Raid Devices : 2 T

[CentOS] Server offline :-( please help to repair software RAID

2011-04-28 Thread Alexander Farber
Hello, since weeks I was ignoring this warning at my CentOS 5.6/64 bit machine - /etc/cron.weekly/99-raid-check: WARNING: mismatch_cnt is not 0 on /dev/md0 in the hope that the software RAID will slowly repair itself. I also had executed "echo 10 > /proc/sys/dev/raid/speed_limit_max

Re: [CentOS] ETA

2011-04-28 Thread Johnny Hughes
On 04/28/2011 01:34 PM, Johnny Hughes wrote: > On 04/28/2011 01:18 PM, Robert Heller wrote: >> At Thu, 28 Apr 2011 12:25:26 -0500 CentOS mailing list >> wrote: >> >>> >>> >>> >>> Dear developers, >>> >>> I don't care for reasons, arguments, or flamefests. I need to plan my >>> workload. >>> >>> B

Re: [CentOS] ETA

2011-04-28 Thread Johnny Hughes
On 04/28/2011 01:18 PM, Robert Heller wrote: > At Thu, 28 Apr 2011 12:25:26 -0500 CentOS mailing list > wrote: > >> >> >> >> Dear developers, >> >> I don't care for reasons, arguments, or flamefests. I need to plan my >> workload. >> >> By now I have half a dozen servers overdue for reimaging. I

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Jim Wildman
On Thu, 28 Apr 2011, Jussi Hirvi wrote: > BTW, can guests be installed on raw (unformatted or formatted) > partitions (not images)? Can virt-install do that? I tried it and had no > luck. > > - Jussi You can install them to logical volumes... Season to taste virt-install -p -n test_phys -r 512

Re: [CentOS] ETA

2011-04-28 Thread Robert Heller
At Thu, 28 Apr 2011 12:25:26 -0500 CentOS mailing list wrote: > > > > Dear developers, > > I don't care for reasons, arguments, or flamefests. I need to plan my > workload. > > By now I have half a dozen servers overdue for reimaging. I can put this > off for another week or two, but not re

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Jussi Hirvi
On 28.4.2011 20.29, Tru Huynh wrote: > does that mean that you volonteer to add some pages to wiki.centos.org > (-> centos-docs mailing list for more) ? ;P > Maybe I could, How could that be done? Though I should have started to think about that earlier, now the big install hassle starts to be ov

Re: [CentOS] ETA

2011-04-28 Thread Daniel Heitmann
He meant 6, that's why he mentioned SL, I think. You should at least wait "a few days" upon making a decision, see: https://twitter.com/#!/centos You should also remember that CentOS is a community effort and not RHEL. Greetings, Daniel Heitmann gpg id: B251006E | key: http://horrendum.de/gpg.

Re: [CentOS] ETA

2011-04-28 Thread Dimitri Maziuk
Johnny Hughes wrote: > On 04/28/2011 12:25 PM, Dimitri Maziuk wrote: >> Dear developers, >> >> I don't care for reasons, arguments, or flamefests. I need to plan my >> workload. >> >> By now I have half a dozen servers overdue for reimaging. I can put this >> off for another week or two, but not re

Re: [CentOS] ETA

2011-04-28 Thread Johnny Hughes
On 04/28/2011 12:25 PM, Dimitri Maziuk wrote: > Dear developers, > > I don't care for reasons, arguments, or flamefests. I need to plan my > workload. > > By now I have half a dozen servers overdue for reimaging. I can put this > off for another week or two, but not really much longer. > > There

[CentOS] How to switching terminal/console to /dev/pts/X while in SSH?

2011-04-28 Thread Emmanuel Noobadmin
Is there a way to switch the display/console while connected while SSH to another display e.g /dev/pts/X ? The purpose is because qemu-kvm diverts the char device output to /dev/pts/X so there's no further way to view/interact with the VM. ___ CentOS mai

Re: [CentOS] ETA

2011-04-28 Thread m . roth
Dimitri Maziuk wrote: > Dear developers, > > I don't care for reasons, arguments, or flamefests. I need to plan my > workload. > > By now I have half a dozen servers overdue for reimaging. I can put this > off for another week or two, but not really much longer. > > There's obviously no point in in

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Craig White
On Thu, 2011-04-28 at 09:28 -0700, Paul Heinlein wrote: > On Thu, 28 Apr 2011, Steve Thompson wrote: > > > This works: > > > > nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus > > We use a slightly longer version: > > nss_initgroups_ignoreusers > root,ldap,named,avahi,haldaemon

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Tru Huynh
On Thu, Apr 28, 2011 at 08:17:46PM +0300, Jussi Hirvi wrote: > On 28.4.2011 18.58, Emmanuel Noobadmin wrote: > > like anaconda not seeing the "dvd" > > (mounted ISO specified using --location) that it just booted from. > > That's ok, once you know that... But I agree, it is frustrating, because >

[CentOS] ETA

2011-04-28 Thread Dimitri Maziuk
Dear developers, I don't care for reasons, arguments, or flamefests. I need to plan my workload. By now I have half a dozen servers overdue for reimaging. I can put this off for another week or two, but not really much longer. There's obviously no point in installing centos 5 on any new machine.

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Jussi Hirvi
On 28.4.2011 18.58, Emmanuel Noobadmin wrote: > like anaconda not seeing the "dvd" > (mounted ISO specified using --location) that it just booted from. That's ok, once you know that... But I agree, it is frustrating, because of lack of documentation. How much time wasted! I found an interesting

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Les Mikesell
On 4/28/2011 11:02 AM, Emmanuel Noobadmin wrote: > >> If you have a graphical linux workstation on the same network (x can be >> slow across a WAN, so I would only do it locally), you can just do this >> from the workstation with X running: >> >> ssh -XY -l root >> >> then from the server do this:

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Paul Heinlein
On Thu, 28 Apr 2011, Steve Thompson wrote: > This works: > > nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus We use a slightly longer version: nss_initgroups_ignoreusers root,ldap,named,avahi,haldaemon,dbus,radvd,tomcat,radiusd,news,mailman I suspect, however, that the extra

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Ljubomir Ljubojevic
Emmanuel Noobadmin wrote: > On 4/28/11, Johnny Hughes wrote: >> You don't have to run an entire X desktop on the server to use >> virt-manager there. >> >> If you have a graphical linux workstation on the same network (x can be >> slow across a WAN, so I would only do it locally), you can just do

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Johnny Hughes wrote: > You don't have to run an entire X desktop on the server to use > virt-manager there. > > If you have a graphical linux workstation on the same network (x can be > slow across a WAN, so I would only do it locally), you can just do this > from the workstation with

[CentOS] CentOS-announce Digest, Vol 74, Issue 9

2011-04-28 Thread centos-announce-request
Send CentOS-announce mailing list submissions to centos-annou...@centos.org To subscribe or unsubscribe via the World Wide Web, visit http://lists.centos.org/mailman/listinfo/centos-announce or, via email, send a message with subject or body 'help' to centos-announce-requ..

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Gleb Natapov wrote: > Qemu is not intended to be used directly by end user. It is too complex as > you already found out. VMware don't even give you access to such low parts > of virt stack. You should use libvirt or virt-manager instead. Especially > if you are concerned about securit

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Steve Thompson
On Thu, 28 Apr 2011, Benjamin Hackl wrote: > On Thu, 28 Apr 2011 16:21:58 +0200 > "Mattias Geniar" wrote: > >> Here's my /etc/ldap.conf file: > > Did you include nss_initgroups_ignoreuser in your /etc/ldap.conf? > > nss_initgroups_ignoreusers root,ldap This works: nss_initgroups_ignoreusers

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread John Hodrien
On Thu, 28 Apr 2011, Mattias Geniar wrote: > I read quite a few topics on that solving the issue, but it didn't seem > to be that case in my environment. > Are there other workarounds/tips if the bind_policy doesn't work? The > rc.local hack seems ... ugly ... and embarrassing if a client would >

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Scott Robbins
On Thu, Apr 28, 2011 at 05:03:55PM +0200, Mattias Geniar wrote: > > Hi Scott, > > In case you're wondering, this is about the oldest entry (2006): > https://bugzilla.redhat.com/show_bug.cgi?id=186527 > > The bind_policy didn't seem to have the wanted effect with me, it kept > trying to connect

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread John Hodrien
On Thu, 28 Apr 2011, Scott Robbins wrote: > On Thu, Apr 28, 2011 at 03:52:44PM +0100, John Hodrien wrote: >> On Thu, 28 Apr 2011, Mattias Geniar wrote: >> >>> could be a work-around I can live with, but it doesn't appear there is. >> >> I'd hope you'd see these problems almost entirely go away in

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Mattias Geniar
> Yes, the bug is actually older than that---Don't know if it's only RH > based systems (as so many things seem to work everywhere but RH and > their offshoots) or ldap. > You should be able to fix it by changing /etc/ldap.conf. There is a > default commented line in there > > #bind_policy hard >

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Scott Robbins
On Thu, Apr 28, 2011 at 03:52:44PM +0100, John Hodrien wrote: > On Thu, 28 Apr 2011, Mattias Geniar wrote: > > > could be a work-around I can live with, but it doesn't appear there is. > > I'd hope you'd see these problems almost entirely go away in future with a > switch to sssd rather than nss_

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Scott Robbins
On Thu, Apr 28, 2011 at 04:21:58PM +0200, Mattias Geniar wrote: > Hi Everyone, > > > So that's pretty straight forward. My LDAP systems are running fine, and > I can authenticate to them. > > However, the problem: when the client boots *without network > connectivity*, the server gets stuck/hang

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread John Hodrien
On Thu, 28 Apr 2011, Mattias Geniar wrote: >> Did you include nss_initgroups_ignoreuser in your /etc/ldap.conf? >> >> nss_initgroups_ignoreusers root,ldap >> >> Brgds > > Hi Benjamin, > > I tried that, but that just makes it hang upon the next service trying > to start (in our case: a zabbix monit

[CentOS] FASTTRACK Update

2011-04-28 Thread Akemi Yagi
Johnny, Thanks for releasing the fasttrack updates for CentOS-5. Could you also provide the repo file for this? Akemi ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Mattias Geniar
> Did you include nss_initgroups_ignoreuser in your /etc/ldap.conf? > > nss_initgroups_ignoreusers root,ldap > > Brgds Hi Benjamin, I tried that, but that just makes it hang upon the next service trying to start (in our case: a zabbix monitoring daemon running as zabbix/zabbix). It works, if

Re: [CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Benjamin Hackl
On Thu, 28 Apr 2011 16:21:58 +0200 "Mattias Geniar" wrote: > Here's my /etc/ldap.conf file: Did you include nss_initgroups_ignoreuser in your /etc/ldap.conf? nss_initgroups_ignoreusers root,ldap Brgds ___ CentOS mailing list CentOS@centos.org http:/

[CentOS] Install CentOS as KVM guest

2011-04-28 Thread R P Herrold
On Thu, 28 Apr 2011, Emmanuel Noobadmin wrote: > Thanks for pointing out that it really is abnormal because > it takes about 2 hours for virt-install to create a 190G > disk for me. As you are having issues with the install, I might suggest creating a more modest sized disk image, at least dur

[CentOS] LDAPs causing System Message Bus to hang when there's no network

2011-04-28 Thread Mattias Geniar
Hi Everyone, I'm experiencing the following problem, for which I've not yet found a resolution. It's been discussed elsewhere, but unfortunately nothing actually solves it. Here's my /etc/ldap.conf file: # ldap_version 3 base ou=people,o=xxx uri ldaps://server1.domain.be/ ldaps://

Re: [CentOS] libvirt security update CVE-2011-1146

2011-04-28 Thread Johnny Hughes
On 04/28/2011 07:47 AM, Riccardo Veraldi wrote: > Hello, > I have seen that package libvirt-0.8.2-15.el5_6.3 on CentOS 5.6 which > addresses CVE-2011-1146 > vulnerability > is not yet available while for example it is on Scientific Linux

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Johnny Hughes
On 04/28/2011 06:46 AM, Emmanuel Noobadmin wrote: > On 4/28/11, Gleb Natapov wrote: >> So why don't you use virt-manager? > > The original intention was to run the host without any graphical > desktop or anything not necessary to host the guests. That was based > on reading and such which recomme

Re: [CentOS] ssh in while in fsck

2011-04-28 Thread Scott Robbins
On Thu, Apr 28, 2011 at 03:38:44AM -0500, Johnny Hughes wrote: > > On Wed, Apr 27, 2011 at 4:14 PM, wrote: > >> > >> Does anyone know if it's possible to have that happen with CentOS? It > >> would be nice to have it boot that way, so that if you checked, and > >> figured it should have been up a

Re: [CentOS] Curious fdisk report on large disk

2011-04-28 Thread Robert Nichols
On 04/28/2011 04:06 AM, Timothy Murphy wrote: > Robert Nichols wrote: > >> Actually, if it were my drive I would just re-create the 4 primary >> partitions using whatever tool was handy, but giving that extended >> partition a "normal" type instead. Once I had the primary partitions >> looking rig

[CentOS] libvirt security update CVE-2011-1146

2011-04-28 Thread Riccardo Veraldi
Hello, I have seen that package libvirt-0.8.2-15.el5_6.3 on CentOS 5.6 which addresses CVE-2011-1146 vulnerability is not yet available while for example it is on Scientific Linux. Is there any particular reason why the above rpm upd

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Ljubomir Ljubojevic
Emmanuel Noobadmin wrote: > On 4/28/11, Gleb Natapov wrote: >> So why don't you use virt-manager? > > The original intention was to run the host without any graphical > desktop or anything not necessary to host the guests. That was based > on reading and such which recommends not having anything

Re: [CentOS] INN removed from CentOS 6

2011-04-28 Thread Cal Sawyer
In a past life when i was working with IRIX systems, i changed from innd to DNews (http://netwinsite.com/dnews/install.htm, http://netwinsite.com/dnews/faq1.htm#2). Looks like it's been out of development since 2007 (but what's changed nntp-wise since 2007? dunno), but it was a piece of cake

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Gleb Natapov wrote: > So why don't you use virt-manager? The original intention was to run the host without any graphical desktop or anything not necessary to host the guests. That was based on reading and such which recommends not having anything beyond the necessary to minimize pote

Re: [CentOS] malware scanner

2011-04-28 Thread Ljubomir Ljubojevic
Les Mikesell wrote: > On 4/27/11 10:46 PM, Fajar Priyanto wrote: >> On Thu, Apr 28, 2011 at 11:43 AM, Fajar Priyanto wrote: >>> On Wed, Apr 27, 2011 at 5:32 PM, Ljubomir Ljubojevic >>> wrote: You should check out ClearOS. It's based on CentOS and it's full gateway/proxy/anti-malware so

Re: [CentOS] INN removed from CentOS 6

2011-04-28 Thread Tony Mountifield
In article <20110427185049.ga3...@frodo.gerdesas.com>, John R. Dennison wrote: > > Best practices call for not building rpm as root. For additional > information please take a look at: > > http://wiki.centos.org/HowTos/RebuildSRPM Thanks for the pointer! Tony -- Tony Mountifield Work: t...@s

Re: [CentOS] Curious fdisk report on large disk

2011-04-28 Thread Timothy Murphy
Robert Nichols wrote: > Actually, if it were my drive I would just re-create the 4 primary > partitions using whatever tool was handy, but giving that extended > partition a "normal" type instead. Once I had the primary partitions > looking right, then I'd go in with a hex editor and change the t

[CentOS] Samba with 389 Directory Server Auth problem

2011-04-28 Thread sync
Hi Folks, I had a crack at setting up a Samba PDC using a fresh installation of FDS 1.2.4 as the backend on one of our RHEL 5.3 servers per the Wiki Howto:Samba but ran into a few issues. In the section 'Populating FDS with PDC Entry', it instructs the user to run 'net getlocalsid'. This result

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Jussi Hirvi wrote: > For me creating the images does not take any noticeable time. Only when > the installer formats the "disk" to ext3 (or others), it will take some > time. Probably your syntax does not work. Try the syntax in my example, like > > --disk path=/kvmail/mail.img,size=29

Re: [CentOS] ssh in while in fsck

2011-04-28 Thread Johnny Hughes
On 04/27/2011 03:22 PM, Brian Mathis wrote: > On Wed, Apr 27, 2011 at 4:14 PM, wrote: >> My manager reminds me that "in the old Sun days", the ssh server came up >> first, *before* the fsck on boot, so that if there was a problem, and fsck >> was waiting for an answer, you could remotely ssh in,

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Emmanuel Noobadmin
On 4/28/11, Simon Grinberg wrote: > What version of VMWare are you using? Currently, I'm not using VMWare yet on this new server as I really do hope to be able to use an "unified" solution. But so far, it's just one brickwall after another. I've given myself until this weekend to get things worki

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Jussi Hirvi
> On 4/28/11, Jussi Hirvi wrote: >>> Try virt-install without creating the image first. On 28.4.2011 9.17, Emmanuel Noobadmin wrote: > I'll give that a spin next, although the disks file I created are RAW > as well. The problem wth using virt-install to create files is that it > takes forever, I

Re: [CentOS] Install CentOS as KVM guest

2011-04-28 Thread Simon Grinberg
- Original Message - > From: "Emmanuel Noobadmin" > To: "CentOS mailing list" , "kvm" > Sent: Tuesday, April 26, 2011 11:57:18 PM > Subject: Re: [CentOS] Install CentOS as KVM guest > Unfortunately, things still don't work. > > > It's just ridiculous that the installer under KVM does

Re: [CentOS] Missing packages since January (broken update for CentOS 5)

2011-04-28 Thread Markus Falb
On 28.4.2011 07:13, Milan Keršláger wrote: > There are missing updates (there could be more of them): > > libselinux-1.33.4-5.7.el5.src.rpm (RHBA-2011:0029, 1/12/11) > device-mapper-1.02.55-2.el5.src.rpm (RHBA-2011:0051, 1/13/11) Nothing is missing. Those are in CentOS 5.6 What version are you ru

Re: [CentOS] ssh in while in fsck

2011-04-28 Thread Bent Terp
On Wed, Apr 27, 2011 at 10:28 PM, wrote: > Hmm, now *that's* an interesting thought: with, say, DRAC, could you ssh > into a management server, then go to a booting system? I'd recommend you use a vpn connection instead, so you can go straight to the iDRAC/ILO/RSA2 (Dell/HP/IBM, respectively) us