[CentOS-docs] Fwd: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6, /etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be /etc/sysconfig/network-scripts/ifcfg-eth0

2012-01-19 Thread Karanbir Singh


 Original Message 
Subject: Typo in the FAQ at http://wiki.centos.org/FAQ/CentOS6,
/etc/sysconfig/nertwork-scripts/ifcfg-eth0 should be
/etc/sysconfig/network-scripts/ifcfg-eth0
Date: Thu, 19 Jan 2012 15:31:08 +0100
From: Maximilian Heise maximilian.he...@gmx.net
To: webmas...@centos.org


Hello,

I think there is a typo in the faq at http://wiki.centos.org/FAQ/CentOS6

Under 2. Why does my Ethernet not work unless I log in and explicitly
enable it?

There is a sentence If you are not using NetworkManager the same result
can be obtained by editing the configuration file for the network
interface ( normally /etc/sysconfig/nertwork-scripts/ifcfg-eth0 ) and
toggling ONBOOT=no to ONBOOT=yes.

The filename given there
/etc/sysconfig/nertwork-scripts/ifcfg-eth0
is wrong, it should be
/etc/sysconfig/network-scripts/ifcfg-eth0

or /etc/sysconfig/nerdwork-scripts/ifcfg-eth0, if you feel poetic ;)

BR
Max.

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


[CentOS-docs] proposed 'howto'?

2012-01-19 Thread Brenden Walker
I'm horribly new at this.  I just went through the process of setting  
up CentOS to use PAM + Kerboros for authenticating users to an Active  
Directory domain.  I ended up having to read a lot of out of date or  
related howtos to get what I need.

I documented the process I used and just got done re-doing it on a  
fresh VM install to make sure I covered everything.

I figured rather than keeping this documentation 'in house' I'd see if  
there is a need/place for this on the Wiki.  I'd be happy to give it a  
shot, or pass it along for someone else to post.

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


Re: [CentOS-docs] proposed 'howto'?

2012-01-19 Thread Jerry Amundson
On Thu, Jan 19, 2012 at 11:02 AM, Brenden Walker bren...@unruleable.orgwrote:

 I'm horribly new at this.  I just went through the process of setting
 up CentOS to use PAM + Kerboros for authenticating users to an Active
 Directory domain.  I ended up having to read a lot of out of date or
 related howtos to get what I need.


What version of CentOS?


 I documented the process I used and just got done re-doing it on a
 fresh VM install to make sure I covered everything.

 I figured rather than keeping this documentation 'in house' I'd see if
 there is a need/place for this on the Wiki.  I'd be happy to give it a
 shot, or pass it along for someone else to post.


Did you use this at some point along the way?
http://wiki.centos.org/TipsAndTricks/WinbindADS

Either way, I'm interested in what you put together.

thanks,
jerry
___
CentOS-docs mailing list
CentOS-docs@centos.org
http://lists.centos.org/mailman/listinfo/centos-docs


[CentOS] Wrong PV UUID

2012-01-19 Thread Muhammad Panji
Dear All,
I have one VG with one LV inside consist of four disk (and four PV) somehow
the UUID is changed. I try to restore with the last known good
configuration and use

pvcreate --uuid xxx --restorefile xxx

but I think when I first time do it I did use wrong UUID for two device.
but haven't only using command above and haven't used vgcfgrestore. After
carefully read the configuration, using hdparm to know device serial number
I think I have assign the right UUID for each device. I succesfully use
vgcfgrestore, but I cannot mount the device (unknown filesystem, bad
superblock, etc). My questions are, is my first attempt to assigning
(wrong) UUID make all the LVM corrupt? I see that all LE and PE is still
there, the VG and LV size is right but still I cannot mount the volume. Is
this just a bad filesystem or the data really gone? Thank you.
Regards,






-- 
-
Muhammad Panji
http://www.panji.web.id http://www.kurungsiku.com
http://sumodirjo.wordpress.com  http://www.kurungsiku.web.id

http://www.linuxbox.web.id
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No sound over HDMI using nvidia graphics card

2012-01-19 Thread Lars Hecking

 Try changing the above to:
 
 alias snd-card-0 snd-hda-intel
 options snd-card-0 index=0
 options snd-hda-intel index=0
 remove snd-hda-intel { /usr/sbin/alsactl store 0 /dev/null 21 || : ; 
 }; /sbin/modprobe -r --ignore-remove snd-hda-intel
 
 Save and reboot.
 
 I tried that yesterday and it did not work, but I found out that this
 happened for an entirely different reason. Tested again today and it
 works. Thanks, Ned!

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


[CentOS] CentOS 6.2 KS/Installer

2012-01-19 Thread Turbo Fredriksson
 I'm using the kickstart file we developed for v5 on 6.2 in VM (kvm/qemu 
 running on a CentOS 5.6),
 but it fails:

Error partitioning. Could not allocate requested partitions: not 
 enough free space on disks.

 There's nothing wrong with the disk. Both fdisk and parted works fine, 
 I can view, partition
 and write a partition table and the disk is 10.5GB.


 However, looking through the logs, it tries to run 'dmsetup info 
 /dev/sda' which fails!

Device /dev/sda not found
Command failed

 The disk setup part looks like this:

zerombr
clearpart --drives=sda --initlabel
part /boot --fstype ext3 --size 200 --ondrive=sda
part swap --recommended --ondrive=sda
part / --fstype ext3 --size 4 --ondrive=sda
part /scratch --fstype ext3 --size 1 --grow --ondrive=sda


 Running without a KS, the GUI works (but I still got the problem with 
 dmsetup in the logs).

 Any ideas?
 --
 ... but you know as soon as Oracle starts waving its wallet at a 
 Company it's time to run - fast.
 /illumos mailing list
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] CentOS 6.2 KS/Installer

2012-01-19 Thread Turbo Fredriksson
 On Thu, 19 Jan 2012 12:46:36 +0200, Turbo Fredriksson wrote:
 part / --fstype ext3 --size 4 --ondrive=sda

 Sorry, I've had a really crappy week without any sleep.

 40GB is of course larger than 10GB. Doh!

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


[CentOS] Redundant DHCP server with mixed static nonstatic ips

2012-01-19 Thread Götz Reinicke
Hi,

it's time to start our redundant dhcp server setup and I found some
suggestions and tutorials.

But all setups I found use either static or nonstatic ip adress management.

For the static setup I'd setup two servers and copy the configfile from
the 'master' to the secondary server and do a dhcpd restart.

For the nonstatic I have to setup pool and failover peer configurations
to have the lease information synced.

My question:

Can I mix both types of configuration? May be somewone has an example
config for me? We use centos 6.2 and it would be dhcp 4.1.1.


Thanks for any suggestion and best regards . Götz

-- 
Götz Reinicke
IT-Koordinator

Tel. +49 7141 969 420
Fax  +49 7141 969 55 420
E-Mail goetz.reini...@filmakademie.de

Filmakademie Baden-Württemberg GmbH
Akademiehof 10
71638 Ludwigsburg
www.filmakademie.de

Eintragung Amtsgericht Stuttgart HRB 205016

Vorsitzender des Aufsichtsrats:
Jürgen Walter MdL
Staatssekretär im Ministerium für Wissenschaft,
Forschung und Kunst Baden-Württemberg

Geschäftsführer:
Prof. Thomas Schadt

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


Re: [CentOS] CentOS 6.2 KS/Installer

2012-01-19 Thread George Mihaiescu
The virtio disk driver uses /dev/vda instead of sda, give it a try.

-Original Message-
From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of 
Turbo Fredriksson
Sent: Thursday, January 19, 2012 5:47 AM
To: centos@centos.org
Subject: [CentOS] CentOS 6.2 KS/Installer

 I'm using the kickstart file we developed for v5 on 6.2 in VM (kvm/qemu 
 running on a CentOS 5.6),
 but it fails:

Error partitioning. Could not allocate requested partitions: not 
 enough free space on disks.

 There's nothing wrong with the disk. Both fdisk and parted works fine, 
 I can view, partition
 and write a partition table and the disk is 10.5GB.


 However, looking through the logs, it tries to run 'dmsetup info 
 /dev/sda' which fails!

Device /dev/sda not found
Command failed

 The disk setup part looks like this:

zerombr
clearpart --drives=sda --initlabel
part /boot --fstype ext3 --size 200 --ondrive=sda
part swap --recommended --ondrive=sda
part / --fstype ext3 --size 4 --ondrive=sda
part /scratch --fstype ext3 --size 1 --grow --ondrive=sda


 Running without a KS, the GUI works (but I still got the problem with 
 dmsetup in the logs).

 Any ideas?
 --
 ... but you know as soon as Oracle starts waving its wallet at a 
 Company it's time to run - fast.
 /illumos mailing list
___
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] No sound over HDMI using nvidia graphics card

2012-01-19 Thread Ljubomir Ljubojevic
On 01/19/2012 10:58 AM, Lars Hecking wrote:

   I tried that yesterday and it did not work, but I found out that this
   happened for an entirely different reason. Tested again today and it
   works. Thanks, Ned!


Can you please inform us as well what was the cause?


-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Redundant DHCP server with mixed static nonstatic ips

2012-01-19 Thread Les Mikesell
2012/1/19 Götz Reinicke goetz.reini...@filmakademie.de:
 Hi,

 it's time to start our redundant dhcp server setup and I found some
 suggestions and tutorials.

 But all setups I found use either static or nonstatic ip adress management.

 For the static setup I'd setup two servers and copy the configfile from
 the 'master' to the secondary server and do a dhcpd restart.

 For the nonstatic I have to setup pool and failover peer configurations
 to have the lease information synced.

 My question:

 Can I mix both types of configuration? May be somewone has an example
 config for me? We use centos 6.2 and it would be dhcp 4.1.1.


'man dhcpd.conf'  should explain the concept - look for the
'Configuring Failover' section and specifically the 'include
/etc/dhcpd.master;' directive.   Basically you put the common stuff
in an included file - which will include both the dynamic ranges and
the hardware static assignments and the including file just has the
(unique) failover/peer info.

-- 
  Les Mikesell
lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] No sound over HDMI using nvidia graphics card

2012-01-19 Thread Lars Hecking
Ljubomir Ljubojevic writes:
 On 01/19/2012 10:58 AM, Lars Hecking wrote:
 
I tried that yesterday and it did not work, but I found out that this
happened for an entirely different reason. Tested again today and it
works. Thanks, Ned!
 
 
 Can you please inform us as well what was the cause?

 I followed another suggestion to disable the nvidia sound through /sys,
 but that broke nvidia graphics as well. The console was messed up, X
 didn't load, and I didn't get to test the sound config at all. So, saying
 that this approach didn't work is not quite correct.

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


[CentOS] CentOS-announce Digest, Vol 83, Issue 8

2012-01-19 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...@centos.org

You can reach the person managing the list at
centos-announce-ow...@centos.org

When replying, please edit your Subject line so it is more specific
than Re: Contents of CentOS-announce digest...


Today's Topics:

   1. CESA-2012:0033 Moderate CentOS 5 php Update (Johnny Hughes)


--

Message: 1
Date: Wed, 18 Jan 2012 19:55:58 +
From: Johnny Hughes joh...@centos.org
Subject: [CentOS-announce] CESA-2012:0033 Moderate CentOS 5 php Update
To: centos-annou...@centos.org
Message-ID: 20120118195558.ga27...@chakra.karan.org
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Security Advisory 2012:0033 Moderate

Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0033.html

The following updated files have been uploaded and are currently 
syncing to the mirrors: ( sha256sum Filename ) 

i386:
3c7ab591ac91aef6953423342a020a1aa913849ee6c54e836b5572cfcf0145a4  
php-5.1.6-27.el5_7.4.i386.rpm
ae000262c6da87fd7682247015957db02ac927e96b034713f4700b49d9932915  
php-bcmath-5.1.6-27.el5_7.4.i386.rpm
bac5ee2c277aeee442c8f9275a23aed12acb514e84cada94e2009e212559473c  
php-cli-5.1.6-27.el5_7.4.i386.rpm
95687c5f205b6beff0d45e056cd0058d1c77200c5ec56cd61fe339aee0386b6b  
php-common-5.1.6-27.el5_7.4.i386.rpm
29c2f224a0442b32b7a348d68989833257107542be5aaffbce9e70eb6e880ce6  
php-dba-5.1.6-27.el5_7.4.i386.rpm
89c822348a4fc3c1a9d9b03c612bfd67bb9722cf78c67d9e6c45c97d9b086d4e  
php-devel-5.1.6-27.el5_7.4.i386.rpm
34aebcef12c887785ea6dc5c8bc8340127d999f3eec71e1ff7969fbde7385c11  
php-gd-5.1.6-27.el5_7.4.i386.rpm
61f54dc5b9f9e5076f7ebd50867775e7b54336d0d1abda74c703b48073140041  
php-imap-5.1.6-27.el5_7.4.i386.rpm
46850c3d8aace38e8aff654d7871610f36f78ee817b86906fba79714bc16d639  
php-ldap-5.1.6-27.el5_7.4.i386.rpm
0ed1febfe0387790964d6b86c8cb009163b345dc08cf46c2f222d13da6b4c4d8  
php-mbstring-5.1.6-27.el5_7.4.i386.rpm
fbe8c904bb74e3668e8baadb3b54fd0909cc37a1ec737f61d7f3c8887146ba97  
php-mysql-5.1.6-27.el5_7.4.i386.rpm
2f9d58b2a127164205228010d77ff097eaaa8493bb8763c2c50a34e74c39bb2b  
php-ncurses-5.1.6-27.el5_7.4.i386.rpm
c39f33cd5f1352977988e863ca3cdb420c50284c5b45b85ab95a29d4f57d94f5  
php-odbc-5.1.6-27.el5_7.4.i386.rpm
dc2e9630b13d850e72d310d559eddde0b7c9273293b0b19e7569d01ce248a8fe  
php-pdo-5.1.6-27.el5_7.4.i386.rpm
0d5d836487005a3f6ce97b0b9236b775fcbbb5b91a5d8b605a4775a95490ae18  
php-pgsql-5.1.6-27.el5_7.4.i386.rpm
7cde676c8037400808324b4a14e9d16c4a54f8c7d46130e90ad7e128d5a8  
php-snmp-5.1.6-27.el5_7.4.i386.rpm
2a43522b8b6ef0487e06e87914133f8d9e8901c4f63ee2d555d42161bdbdf1aa  
php-soap-5.1.6-27.el5_7.4.i386.rpm
6a178c835bebb17e38a2bd746773f577fea63e9adc18814e55acf2486d4c4c84  
php-xml-5.1.6-27.el5_7.4.i386.rpm
647b458824599b93be399511b598fd965c54625173011334b9d4f99409ac849c  
php-xmlrpc-5.1.6-27.el5_7.4.i386.rpm

x86_64:
6b948ea8e3ab8e267e7b237b415b79e4d58a557e07b5defd9bce360e30e672fc  
php-5.1.6-27.el5_7.4.x86_64.rpm
95471a5522ecd3a6f88b2b46b9c5d59ef480da0c007d65ec71d2f70887f9ced9  
php-bcmath-5.1.6-27.el5_7.4.x86_64.rpm
8d1794685b365526f77019fabb2038d6c4a3b03341f5aa20fba1f210288ae9a6  
php-cli-5.1.6-27.el5_7.4.x86_64.rpm
9b737a278835d49bef14288c1f579fc41616c4d18490296cb1f365363085c64c  
php-common-5.1.6-27.el5_7.4.x86_64.rpm
a718fc31553c2745c5ce04a292c452cba64e46a2f3aabe67210a8c0d926ba83d  
php-dba-5.1.6-27.el5_7.4.x86_64.rpm
682253727784ab80f9cde6357cb2174f9abbd7ee7c6121275969fc3afdd75743  
php-devel-5.1.6-27.el5_7.4.x86_64.rpm
598e3073ffd574365c857cd6fd5133cd7af896f9cc22fcc6ff3905d52fb27105  
php-gd-5.1.6-27.el5_7.4.x86_64.rpm
f69fb334b4445f7e2b2d4d28f86dd334c2f7186be2e0ced4e0b5ac893ac56811  
php-imap-5.1.6-27.el5_7.4.x86_64.rpm
c8f1637914b0a168f90d6cef2b7877db18b5d559c673ff791b4170a9de91c1dd  
php-ldap-5.1.6-27.el5_7.4.x86_64.rpm
ae3cb72697d6a5113908265693cd422fc221e973d08c164e309e2b5bba62f252  
php-mbstring-5.1.6-27.el5_7.4.x86_64.rpm
670cf67ac6623633b621bb48b381f142c6c86f5735861099c8d5f5e879ade275  
php-mysql-5.1.6-27.el5_7.4.x86_64.rpm
2ac4af5dfb4d808e3e86486748aea9a84229edbf35f092fb9883202f43e2f40b  
php-ncurses-5.1.6-27.el5_7.4.x86_64.rpm
d7b0d95d3eca33b22f2e4319f8a95f7407bd8123b052f6f7c7fd1054a28604b9  
php-odbc-5.1.6-27.el5_7.4.x86_64.rpm
39d7bc6c6bc461bddd30b06ef00cddfa92238b6e3f805a1c769fb83f99f08584  
php-pdo-5.1.6-27.el5_7.4.x86_64.rpm
e624963e417ca6e942e2d5baeafa3ded6d0f984660f5b70f3e29f5dfeb3af0cd  
php-pgsql-5.1.6-27.el5_7.4.x86_64.rpm
ed597d964f51436f7afca7430873473d3ff954cb0bfec25f15d000c993f28de6  
php-snmp-5.1.6-27.el5_7.4.x86_64.rpm
ca26c721d7e3f73948c3d648c9c2a3325f191a08bdc2df484a476c53db8e9400  
php-soap-5.1.6-27.el5_7.4.x86_64.rpm

Re: [CentOS] Connecting ethX devices directly to a KVM/QEMU guest OS (no bridging)

2012-01-19 Thread Chuck Munro


On 01/19/2012 09:00 AM, Tait Clarridge wrote:
 
   I've Googled until I'm blue in the face, but haven't found a clear
   explanation of how I can assign each ethX device directly to the guest
   OS rather than going thru the usual bridge configuration. I need to
   allow the m0n0wall OS to assign the LAN and WAN IP addresses, if that's
   possible without using a bridge.
 I would think that it is a little easier to setup a bridge but not
 assign an IP address for it on the CentOS host.

 eg.

 /etc/sysconfig/network-scripts/ifcfg-br0

 DEVICE=br0
 TYPE=Bridge
 BOOTPROTO=none
 ONBOOT=yes
 NM_CONTROLLED=no

 /etc/sysconfig/network-scripts/ifcfg-ethX (where X is the interface
 number of one of your intel ports and the HWADDR is the MAC address)

 DEVICE=ethX
 ONBOOT=yes
 BRIDGE=br0
 HWADDR=xx:xx:xx:xx:xx:xx
 NM_CONTROLLED=no


 Restart the network service, then run brctl show - the new bridges
 should show up.

 Create the 8 bridges that you need and go from there, you should be able
 to assign them in Virtual Machine Manager to the VMs.

 Then in your VM guests you should be able to assign the IPs that you
 want.

Thanks for your reply, Tait.  I came to much the same conclusion after I 
eventually found an article about tinkering with the host kernel device 
tables to remap each NIC instance.  I was going to try it until I 
discovered that the new motherboard I'm using doesn't properly support 
IOMMU in the BIOS, which the mapping trick requires.  So much for that idea.

Your method of not configuring a bridge IP address gets around having 
the NIC appear to my ISP as having some sort of rogue IP (even if I 
assign something in the 172.16... range).  I wasn't aware that I could 
bring up the bridge without an IP.

But a new problem arises ... one of the m0n0wall instances needs to use 
DHCP to get a dynamic IP from my ISP (the others are static, so they're 
ok).  How do I get the bridge to proxy the DHCP request and forward the 
response to the VM guest?  I brought up a test instance of m0n0wall but 
when it asks for an IP on its WAN side, the result is  0.0.0.0/8  so it 
would appear the request never makes it to the ISP.

As a sanity check, I configured the WAN-side bridge to use DHCP and that 
worked, but it's the m0n0wall VM guest that needs to make the request, 
not the CentOS host.

Suggestions anyone?  In the mean time, I'll keep looking for a solution.

Thanks,
Chuck



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


Re: [CentOS] Virtual Machine Manager error

2012-01-19 Thread Nataraj
On 01/18/2012 03:15 PM, Ljubomir Ljubojevic wrote:
 On 01/18/2012 11:27 AM, Darrin Wilkinson wrote:
 Hi,

 I am getting the exact same error on a CentOS 6.2 X86_64 machine that I have
 just setup.

 Removed and re-installed ALL the *virt* and *qemu* packages ( re-installed 
 from
 the distro CD ).

 The machine is a DELL Optiplex 755 with an Intel x86_64 processor.


 I found there was a similar bug on Fedora a while ago and it was fixed here:

 https://bugzilla.redhat.com/show_bug.cgi?id=726167


 Not sure if the two are related but it seems likely given the descriptions...
 My CentOS 6.2  x86_64 KVM system works as expected.

 By I have not updated libvirt, libvirt-client and libvirt-python! :

 [root@kancelarija ~]# yum list libvirt libvirt-client libvirt-python
 Loaded plugins: downloadonly, fastestmirror, priorities, refresh-packagekit
 Loading mirror speeds from cached hostfile
 1312 packages excluded due to repository priority protections
 Installed Packages
 libvirt.x86_64  0.9.4-23.el6_2.1@plc-updates
 libvirt-client.x86_64   0.9.4-23.el6_2.1@plc-updates
 libvirt-python.x86_64   0.9.4-23.el6_2.1@plc-updates
 Available Packages
 libvirt.x86_64  0.9.4-23.el6_2.4plc-updates
 libvirt-client.i686 0.9.4-23.el6_2.4plc-updates
 libvirt-client.x86_64   0.9.4-23.el6_2.4plc-updates
 libvirt-python.x86_64   0.9.4-23.el6_2.4plc-updates

 Try downgrading those 3 packages.

The error that you are reporting is simply telling you that the libvirtd
daemon is not running.  You can confirm this with

ps auxw | grep libvirtd

root  3329  0.0  0.0 600440  8420 ?Sl   10:22   0:00
libvirtd --daemon

If it is not running then attempt to start it with:
service libvirtd start

To have it start at system startup run
 chkconfig libvirtd on

I have one system where, for some reason 'service libvirtd start' fails,
but running

/etc/init.d/libvirtd start

works.  I have not had a chance to determine why yet.  Also, if libvirtd
fails to start, check your log files /var/log/messages /var/log/boot.log
/var/log/audit/audit.log for errors.  You could also try temporarily
disabling selinux enforcement with setenforce 0.  Use 'setenforce 1'
to renable it.

Nataraj



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


Re: [CentOS] Connecting ethX devices directly to a KVM/QEMU guest OS (no bridging)

2012-01-19 Thread Tait Clarridge

 But a new problem arises ... one of the m0n0wall instances needs to use 
 DHCP to get a dynamic IP from my ISP (the others are static, so they're 
 ok).  How do I get the bridge to proxy the DHCP request and forward the 
 response to the VM guest?  I brought up a test instance of m0n0wall but 
 when it asks for an IP on its WAN side, the result is  0.0.0.0/8  so it 
 would appear the request never makes it to the ISP.
 
 As a sanity check, I configured the WAN-side bridge to use DHCP and that 
 worked, but it's the m0n0wall VM guest that needs to make the request, 
 not the CentOS host.
 
 Suggestions anyone?  In the mean time, I'll keep looking for a solution.
 
 Thanks,
 Chuck

Hmmm. Is the bridge up and you can see the interface attached to it from
running brctl show and ifconfig? Could you attach that output?

If yes, then I would do a packet capture on the CentOS host on the eth
interface attached to the bridge to see if the request makes it out.

I'm running XEN at home and I have a very similar setup where I pass a
VLAN from my switch that a provider modem is connected to into a bridge
and it gets DHCP no problem (as long as the bridge and dot1q
subinterfaces show up in ifconfig).

The bridge should automatically send all the traffic out regardless of
protocol, I doubt ebtables would be actively blocking anything as well
and same goes for the ISP locking down with MAC addresses.

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


Re: [CentOS] Transition to CentOS - RAID HELP!

2012-01-19 Thread Ashley M. Kirchner
On 1/17/2012 2:51 PM, John R Pierce wrote:
 frankly, I'd temporarily hang a 1TB drive on that thing, format it as 
 a simple volume, and backup your file systems to it, that raid is a 
 *MESS*. It would make much more sense to have 1 partition on each 
 physical disk be a member of the MD raid5, then put that md in the 
 volgroup, rather than having 9 sets of raids, I can only imagine they 
 did it the way they did due to limitations of that ancient linux 
 kernel in RH Linux 7.x (early Kernel 2.4, I believe). but, a newer 
 linux kernel should see those md volumes, and should be able to import 
 the LVM VG on them, if you really want to keep it intact. 

 While I absolutely agree that it's a mess, there was a reason to 
the madness I'm sure.I think originally they were thinking smaller  
volume sizes which are then raided in mirror mode, so when a drive 
fails, only a small slice of data would fail.  This is all theoretical 
on my part.

 The interesting this is, there's a CentOS 5.7 (Final) system in the 
mix that's also setup the same exact way.  The F7 is merely a mirror 
backup of the CentOS machine.  (I realized it's not an RH7, but Fedora 
7, running kernel 2.6.23.17-88.fc7.)

 Either way, I do think a rebuild is in order, if only to simplify 
the raid ...  I think what I'm going to do is upgrade the mirror system 
first after rebuilding the raid, mirror the main system, then swap 
machines while I then address the main one, which is running CentOS.  
Once that's back up and running, swap them back because the CentOS 
system is actually the larger, more powerful one (8 cores versus 2 cores 
on the mirror system.)
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Transition to CentOS - RAID HELP!

2012-01-19 Thread Ashley M. Kirchner
On 1/17/2012 9:16 PM, Raymond Lillard wrote:
 Just make sure you have a verified backup
 before you do anything  !!

 If it's not backed up data, it's not important data.
 This particular system is actually a mirror of a production server, 
a CentOS 5.7 (Final), which is also configured the same exact way as far 
as the raid goes.  The data is already on a different machine.  The one 
I'm going to be working on is the backup to the main server.  So, even 
if I don't create a backup, it won't be a total loss as I just have to 
mirror it from the main system again.  However, that being said, I do 
plan on backing it up anyway, just to cover my ass.  In a moment of 
stupidity, I could very easy reverse the rsync command and end up 
deleting everything from the main server instead of mirroring it. :)

 I don't remember what version of the ext filesystem
 was current during the RH7 days, but I would
 seriously consider dumping the raid and reloading
 in onto a newly formatted ext4 filesystem.
 Agreed, but I'm also considering redoing the raid.  I still can't 
come up with a good reason why it was created the way it was.  I'm sure 
they had their reasons at the time.

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


[CentOS] doing a new install on top of existing software raid-1

2012-01-19 Thread fred smith
Hi all!

One of these days I'm going to upgrade my centos 5.7 box (which is
currently configured with raid-1 on two drives) to 6.x.

i've been given to believe that I should be able to do a fresh install
on top of the existing raid setup, i.e., without having to re-create
the raid array, but just use the existing setup.

and somewhere in the last few days (in this list I think) someone posted
that Anaconda should detect the existing raid array and allow you to re-
use it for a new install.

so just as an experiment, I booted up the 6.2 DVD (not live) and took it
as far as where it sets up the partitioning. So, was I unduly surprised
when it DID NOT detect the existing raid? well, a little. more in the 
category of NOT ENTIRELY PLEASED, actually.

I'd appreciate it if someone who knows something about linux hardware
raid, and its intersection with Anaconda, could drop a few clues in my
direction.

thanks in advance!

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us -
  And he will be called Wonderful Counselor, Mighty God, Everlasting Father,
  Prince of Peace. Of the increase of his government there will be no end. He 
 will reign on David's throne and over his kingdom, establishing and upholding
  it with justice and righteousness from that time on and forever.
--- Isaiah 9:7 (niv) --
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing a new install on top of existing software raid-1

2012-01-19 Thread Les Mikesell
On Thu, Jan 19, 2012 at 3:30 PM, fred smith
fre...@fcshome.stoneham.ma.us wrote:
 Hi all!

 One of these days I'm going to upgrade my centos 5.7 box (which is
 currently configured with raid-1 on two drives) to 6.x.

 i've been given to believe that I should be able to do a fresh install
 on top of the existing raid setup, i.e., without having to re-create
 the raid array, but just use the existing setup.

 and somewhere in the last few days (in this list I think) someone posted
 that Anaconda should detect the existing raid array and allow you to re-
 use it for a new install.

 so just as an experiment, I booted up the 6.2 DVD (not live) and took it
 as far as where it sets up the partitioning. So, was I unduly surprised
 when it DID NOT detect the existing raid? well, a little. more in the
 category of NOT ENTIRELY PLEASED, actually.

 I'd appreciate it if someone who knows something about linux hardware
 raid, and its intersection with Anaconda, could drop a few clues in my
 direction.

I tried to boot a 5.x system with several raid1 sets with a 6.0 live
dvd and not only did it not detect/match up the mirrors, it renamed
and broke them so they no longer worked on 5.x.  I think there are
major differences in the way the kernel handles things.   I probably
won't try to access existing arrays again unless someone else reports
success, and even then I'll probably pull one of the drives of each
set until I'm convinced it is safe to sync them back.

-- 
  Les Mikesell
 lesmikes...@gmail.com
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Transition to CentOS - RAID HELP!

2012-01-19 Thread Ljubomir Ljubojevic
On 01/19/2012 08:50 PM, Ashley M. Kirchner wrote:
 On 1/17/2012 9:16 PM, Raymond Lillard wrote:
 I don't remember what version of the ext filesystem
 was current during the RH7 days, but I would
 seriously consider dumping the raid and reloading
 in onto a newly formatted ext4 filesystem.
   Agreed, but I'm also considering redoing the raid.  I still can't
 come up with a good reason why it was created the way it was.  I'm sure
 they had their reasons at the time.

You can create mdadm RAID 10 far and create separate partitions on top 
that will mimic original/old raid.
You can also first create partitions and then create RAID 10 far for 
each partion(s).

-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] centos 6 on ppc64

2012-01-19 Thread fakessh @
hello guys
hello centos list
hello master of Fu


I write following the announcement on twitter Port centos 6.3 on ppc.
what about the port on ppc64 and PS3 later old school


sincerely
-- 
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xC2626742
 gpg --keyserver pgp.mit.edu --recv-key C2626742

 http://urlshort.eu fakessh @
 http://gplus.to/sshfake
 http://gplus.to/sshswilting
 http://gplus.to/john.swilting


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6 on ppc64

2012-01-19 Thread Karanbir Singh
On 01/20/2012 12:18 AM, fakessh @ wrote:
 I write following the announcement on twitter Port centos 6.3 on ppc.
 what about the port on ppc64 and PS3 later old school

the first target is going to be power7 - anything and everything else is
do-able, but it needs more people to come in and help.

given that there are about 8 different powerpc platforms available
today, plenty of room for quite a lot of people. So, keeping that in
mind, are you going to write the ps3 support ?

-- 
Karanbir Singh
+44-207-0999389 | http://www.karan.org/ | twitter.com/kbsingh
ICQ: 2522219| Yahoo IM: z00dax  | Gtalk: z00dax
GnuPG Key : http://www.karan.org/publickey.asc
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] centos 6 on ppc64

2012-01-19 Thread fakessh @

Le vendredi 20 janvier 2012 à 00:20 +, Karanbir Singh a écrit :
 On 01/20/2012 12:18 AM, fakessh @ wrote:
  I write following the announcement on twitter Port centos 6.3 on ppc.
  what about the port on ppc64 and PS3 later old school
 
 the first target is going to be power7 - anything and everything else is
 do-able, but it needs more people to come in and help.
 
 given that there are about 8 different powerpc platforms available
 today, plenty of room for quite a lot of people. So, keeping that in
 mind, are you going to write the ps3 support ?
 

I have a PS3 60GB wifi year 2006 sold in France. OS Sony support for the
lnix boot no longer supports L (Other option boot removes ) I work with
the latest firmware that supports linux and I'm running without a
problem  yellowdoglinux 6.2 but it support for updates stop concludes
geohot is firmware written to to replace that of sony but I never
managed to find a version originalle. with the other distributions I can
not realize a boot this with and kboot bootloader as petitboot. I end up
with a supercomputer that works great but I have no reliable system
above is a shame how does the nasa

sincerely Karanbir

-- 
 http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0x092164A7
 gpg --keyserver pgp.mit.edu --recv-key 092164A7

 http://urlshort.eu fakessh @
 http://gplus.to/sshfake
 http://gplus.to/sshswilting
 http://gplus.to/john.swilting


signature.asc
Description: Ceci est une partie de message	numériquement signée
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] Transition to CentOS - RAID HELP!

2012-01-19 Thread Ashley M. Kirchner
On 1/19/2012 5:01 PM, Ljubomir Ljubojevic wrote:
 You can create mdadm RAID 10 far and create separate partitions on 
 top that will mimic original/old raid. You can also first create 
 partitions and then create RAID 10 far for each partion(s). 

 To what point?  I don't really care for how they were done.  After 
I make sure everything is 100% mirrored, I'm just going to blow it away 
and start over.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing a new install on top of existing software raid-1

2012-01-19 Thread Ljubomir Ljubojevic
On 01/19/2012 10:30 PM, fred smith wrote:
 Hi all!

 One of these days I'm going to upgrade my centos 5.7 box (which is
 currently configured with raid-1 on two drives) to 6.x.

 i've been given to believe that I should be able to do a fresh install
 on top of the existing raid setup, i.e., without having to re-create
 the raid array, but just use the existing setup.

 and somewhere in the last few days (in this list I think) someone posted
 that Anaconda should detect the existing raid array and allow you to re-
 use it for a new install.

 so just as an experiment, I booted up the 6.2 DVD (not live) and took it
 as far as where it sets up the partitioning. So, was I unduly surprised
 when it DID NOT detect the existing raid? well, a little. more in the
 category of NOT ENTIRELY PLEASED, actually.

 I'd appreciate it if someone who knows something about linux hardware
 raid, and its intersection with Anaconda, could drop a few clues in my
 direction.

 thanks in advance!


Are you sure LiveDVD has mdadm service installed and running? LiveCD 5.3 
was missing it, I have not looked at 6.x yet.

-- 

Ljubomir Ljubojevic
(Love is in the Air)
PL Computers
Serbia, Europe

Google is the Mother, Google is the Father, and traceroute is your
trusty Spiderman...
StarOS, Mikrotik and CentOS/RHEL/Linux consultant
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


Re: [CentOS] doing a new install on top of existing software raid-1

2012-01-19 Thread fred smith
On Fri, Jan 20, 2012 at 02:14:16AM +0100, Ljubomir Ljubojevic wrote:
 On 01/19/2012 10:30 PM, fred smith wrote:
  Hi all!
 
  One of these days I'm going to upgrade my centos 5.7 box (which is
  currently configured with raid-1 on two drives) to 6.x.
 
  i've been given to believe that I should be able to do a fresh install
  on top of the existing raid setup, i.e., without having to re-create
  the raid array, but just use the existing setup.
 
  and somewhere in the last few days (in this list I think) someone posted
  that Anaconda should detect the existing raid array and allow you to re-
  use it for a new install.
 
  so just as an experiment, I booted up the 6.2 DVD (not live) and took it
  as far as where it sets up the partitioning. So, was I unduly surprised
  when it DID NOT detect the existing raid? well, a little. more in the
  category of NOT ENTIRELY PLEASED, actually.
 
  I'd appreciate it if someone who knows something about linux hardware
  raid, and its intersection with Anaconda, could drop a few clues in my
  direction.
 
  thanks in advance!
 
 
 Are you sure LiveDVD has mdadm service installed and running? LiveCD 5.3 
 was missing it, I have not looked at 6.x yet.

this was NOT the live dvd:

CentOS-6.2-x86_64-bin-DVD1.iso

and in my original post, when I said ...knows something about
linux hardware raid... I had meant to say software raid. DUH.

-- 
 Fred Smith -- fre...@fcshome.stoneham.ma.us 
Do you not know? Have you not heard? 
The LORD is the everlasting God, the Creator of the ends of the earth. 
  He will not grow tired or weary, and his understanding no one can fathom.
- Isaiah 40:28 (niv) -
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos