Re: [CentOS] CentOS 6 + XEN problem

2011-09-06 Thread Rudi Ahlers
On Sun, Sep 4, 2011 at 3:12 PM, Pasi Kärkkäinen wrote: > Did you try using mayoung's "xendom0" kernel rpms? They're based on actual > rhel 6.0/6.1 kernels.. > (the kernel you're using now sounds like upstream kernel - not rhel6 kernel). > > xen hypervisor/tools rpms: http://xenbits.xen.org/peopl

Re: [CentOS] linux xfs

2011-09-06 Thread John Hodrien
On Mon, 5 Sep 2011, James Pearson wrote: > Kaushal Shriyan wrote: >> RuntimeError: /usr/sbin/mkfs.xfs can not be run > > CentOS 5 doesn't support XFS in the installer > > Once you have installed CentOS (with ext3 on the root disk), you can > then install the xfsprogs RPM and make XFS file syst

Re: [CentOS] Where are the CentOS 6 security updates?

2011-09-06 Thread security
Le 03/09/2011 20:15, John Kennedy a écrit : > 2 things to keep in mind... > 1) the httpd dos vuln does not even have a Red Hat patch yet, only a > work around. > 2) the people who work on CentOS are VOLUNTEERS. They do not get paid > which is a large part of why CentOS is free. > > If you need up

Re: [CentOS] CentOS 6 + XEN problem

2011-09-06 Thread andreas.balg
Hello Rudi, Regarding the tutorial for RHEL6 and Xen I'd like to remind you of the fact that CentOS is 100% compatible clone of RHEL so basically everything you read and find on the internet regarding RHEL6 can usually be applied identically to any CentOS6 system as well ... Regarding those ke

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread James A. Peltier
I didn't read the whole thread but you should make sure you blacklist the b43, bcm43xx and ssb drivers vi /etc/modprobe.d/broadcom-wl.conf blacklist b43 blacklist bcm43xx blacklist ssb and also add intel_iommu=off to the kernel line in your grub configuration. That works for my broadcom adapt

Re: [CentOS] linux xfs

2011-09-06 Thread James Pearson
John Hodrien wrote: > On Mon, 5 Sep 2011, James Pearson wrote: > > >>Kaushal Shriyan wrote: >> >>>RuntimeError: /usr/sbin/mkfs.xfs can not be run >> >>CentOS 5 doesn't support XFS in the installer >> >>Once you have installed CentOS (with ext3 on the root disk), you can >>then install the xfs

Re: [CentOS] Radeon driver under CentOS-6

2011-09-06 Thread Timothy Murphy
Timothy Murphy wrote: > I wonder if anyone has CentOS-6 working on an HP MicroServer? > I'm having a problem with the graphics driver > for the Radeon HD 4200 graphics card. It seems to me that the problem may arise from the lack of config-system-display in CentOS-6. I see that under CentOS-5.6

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Craig White
On Sat, 2011-09-03 at 17:51 -0700, Kenneth Porter wrote: > My client Windows XP boxes are failing to register with my WINS server > (running nmbd from Samba). I'm puzzled how to figure out what I'm doing > wrong. > > Background: I'm setting up BackupPC to back up my Windows clients using > rsyn

Re: [CentOS] Selinux extra packages and compiled apps

2011-09-06 Thread John Doe
Russ herrold wrote: >> Quick question: do I really "need" to install the setools/setroubleshoot >> packages or can I live without them?  They want to install 80 packages >> (gnome stuff, gstreamer, gtk, tcl/tk...) and I would like to avoid installing >> all sort of graphical tools/libs on my lean s

[CentOS] ICMPv6 messages of type RS

2011-09-06 Thread Helmut Drodofsky
Hallo, as described by CISCO in http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_7-2/ipv6_autoconfig.html a router hast to send ICMPv6 messages of type RS to the all-router multicast group: ff02::1 and ff02::2 for stateless autoconfiguration. How can I activate this sending in

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread Michael D. Berger
On Tue, 06 Sep 2011 02:28:03 -0700, James A. Peltier wrote: > I didn't read the whole thread but you should make sure you blacklist > the b43, bcm43xx and ssb drivers > > vi /etc/modprobe.d/broadcom-wl.conf > > blacklist b43 > blacklist bcm43xx > blacklist ssb > > and also add intel_iommu=off t

Re: [CentOS] Radeon driver under CentOS-6

2011-09-06 Thread Timothy Murphy
Timothy Murphy wrote: >> I wonder if anyone has CentOS-6 working on an HP MicroServer? >> I'm having a problem with the graphics driver >> for the Radeon HD 4200 graphics card. I've managed to get the machine into graphics mode, after following the advice in

Re: [CentOS] Selinux extra packages and compiled apps

2011-09-06 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/02/2011 10:50 AM, John Doe wrote: > Hey, > > I am in the process of trying (and convincing my colleagues) to > learn/setup > > selinux as we switch to 6.0... Quick question: do I really "need" > to install the setools/setroubleshoot > > packag

Re: [CentOS] [solved] ICMPv6 messages of type RS

2011-09-06 Thread Helmut Drodofsky
Von: centos-boun...@centos.org [mailto:centos-boun...@centos.org] Im Auftrag von Helmut Drodofsky Gesendet: Dienstag, 6. September 2011 16:03 An: 'CentOS mailing list' Betreff: [CentOS] ICMPv6 messages of type RS Hallo, as described by CISCO in http://www.cisco.com/web/about/ac123/ac147/a

[CentOS] ICMPv6 messages of type RS

2011-09-06 Thread R P Herrold
On Tue, 6 Sep 2011, Helmut Drodofsky wrote: > as described by CISCO in > http://www.cisco.com/web/about/ac123/ac147/archived_issues/ipj_7-2/ipv6_autoconfig.html > > a router has to send ICMPv6 messages of type RS to the all-router multicast > group: ff02::1 and ff02::2 for stateless autoconfigura

Re: [CentOS] Radeon driver under CentOS-6

2011-09-06 Thread Nicolas Thierry-Mieg
Timothy Murphy wrote: > > I'm not sure if vesa is a different driver, > or is it a mode for the radeon driver? > It does not seem to appear as a module under lsmod ; > the same radeon modules as before are listed. http://lmgtfy.com/?q=vesa+driver ___ C

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread James A. Peltier
- Original Message - | On Tue, 06 Sep 2011 02:28:03 -0700, James A. Peltier wrote: | | > I didn't read the whole thread but you should make sure you | > blacklist | > the b43, bcm43xx and ssb drivers | > | > vi /etc/modprobe.d/broadcom-wl.conf | > | > blacklist b43 | > blacklist bcm43xx |

Re: [CentOS] [solved] ICMPv6 messages of type RS

2011-09-06 Thread Vesselin Kolev
Dear Helmut, Sorry for this letter. I want just to make some aspects of the problem more clear. Joining all-router multicast group is a kernel option. Your host send Router Solicitation requests (it's ICMPv6 code number 133) to the all-routers multicast group. Sending of RS is controlling by the

Re: [CentOS] hfsplus.ko

2011-09-06 Thread Lamar Owen
On Friday, September 02, 2011 12:48:47 AM Ned Slider wrote: > You should also consider filing a bug report upstream and make a case > for hfsplus inclusion in the RHEL6 kernel. It's not unheard of for Red > Hat to turn modules back on that they had previously disabled. There be dragons here. Be

Re: [CentOS] linux xfs

2011-09-06 Thread John Hodrien
On Tue, 6 Sep 2011, James Pearson wrote: > I use a custom CentOS 5 installer that will create (and install on) XFS > /boot and / - so it is possible, but does involve patching and > rebuilding anaconda and then rebuilding the installer images (not a > straight forward process). Can you not just d

Re: [CentOS] linux xfs

2011-09-06 Thread James Pearson
John Hodrien wrote: > On Tue, 6 Sep 2011, James Pearson wrote: > >>I use a custom CentOS 5 installer that will create (and install on) XFS >>/boot and / - so it is possible, but does involve patching and >>rebuilding anaconda and then rebuilding the installer images (not a >>straight forward proce

Re: [CentOS] linux xfs

2011-09-06 Thread John Hodrien
On Tue, 6 Sep 2011, James Pearson wrote: > I wanted to add XFS as an available filesystem using the standard > installer menu items for others to use. Okay, neater. jh ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/c

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread Michael D. Berger
On Tue, 06 Sep 2011 08:10:51 -0700, James A. Peltier wrote: > - Original Message - > | On Tue, 06 Sep 2011 02:28:03 -0700, James A. Peltier wrote: | > | > I didn't read the whole thread but you should make sure you | > > blacklist > | > the b43, bcm43xx and ssb drivers > | > > | > vi /etc/

[CentOS] Networking question

2011-09-06 Thread tdukes
Hello, Is it possible to use a mobile hot spot such as the one from Verizon to run a home network? Is there a way to do this without having to buy wireless cards? I was thinking maybe I would have to buy one for my centos machine which acts as my gateway but would like to have other devices wir

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread Olaf Mueller
Michael D. Berger wrote: > On Tue, 06 Sep 2011 08:10:51 -0700, James A. Peltier wrote: >> create it with the contents I listed and reboot. If running SELinux >> in enforcing mode you may need to run restorecon on it. > Done, still no action. Note that at present, ifconfig does > not list wlan0.

[CentOS] "Continious Repo" vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread Robert Heller
I have some questions about the "Continious Repo". Does the "Continious Repo" replace the Centos-Base/Updates repo? Is the "Continious Repo" in a standard place on the CentOS mirrors? Ie. can I just add another line to my rsync script to get this repo? It is not possible for me to just update di

[CentOS] Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC

2011-09-06 Thread Rajagopal Swaminathan
Greetings, I am tearing my hair at getting this to work under centos 5.5/Ubuntu 10.04. Any suggesstions (Repos, RPMs etc)? My MB Intel embedded NIC blow up after a lightning (Mumbai get _real_ heavy mansoon rains inter alia). I want this to make work under Centos 5.x (and 6.x subsequently who D

Re: [CentOS] Selinux extra packages and compiled apps

2011-09-06 Thread Jim Wildman
On Tue, 6 Sep 2011, John Doe wrote: Nothing wrong; I already read it, and will read the redhat doc... Just looking for all the doc I can find on the subject. And maybe also for the hidden secret magic button that will auto-write the hundreds custom policies we will need... Creating a custom poli

Re: [CentOS] Networking question

2011-09-06 Thread m . roth
tdu...@sc.rr.com wrote: > > Is it possible to use a mobile hot spot such as the one from Verizon to What do you mean b "a mobile hot spot"? Do you mean the router they give you? If so, that's both wireless and wired. > run a home network? Is there a way to do this without having to buy > wireless

Re: [CentOS] Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC

2011-09-06 Thread m . roth
Rajagopal Swaminathan wrote: > Greetings, > > I am tearing my hair at getting this to work under centos 5.5/Ubuntu > 10.04. > > Any suggesstions (Repos, RPMs etc)? > > My MB Intel embedded NIC blow up after a lightning (Mumbai get _real_ > heavy mansoon rains inter alia). > > I want this to make wo

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Kenneth Porter
--On Tuesday, September 06, 2011 6:50 AM -0700 Craig White wrote: > do you have 'wins support = yes' in your smb.conf on the system that is > supposed to be the wins server? Yes. > Is this system running backuppc a different computer? If so, does it > have 'wins server = $IP.Address.Of.WINS_Se

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Kenneth Porter
--On Tuesday, September 06, 2011 12:09 PM -0700 Kenneth Porter wrote: > That might be an issue. I can't find a wins.tdb in /var/lib/samba. Found it in /var/cache/samba. It has the record I want, but nmblookup unicast fails. nmblookup broadcast works, but that gets it from the workstation, not

Re: [CentOS] Networking question

2011-09-06 Thread Jim Wildman
Question is a bit vague, but you can look at wifiranger.com was a possiblity. On Tue, 6 Sep 2011, tdu...@sc.rr.com wrote: > Hello, > > Is it possible to use a mobile hot spot such as the one from Verizon to run a > home network? Is there a way to do this without having to buy wireless cards? >

Re: [CentOS] Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC

2011-09-06 Thread Rajagopal Swaminathan
Greetings. On Tue, Sep 6, 2011 at 11:31 PM, wrote: > Rajagopal Swaminathan wrote: > Sorry, but I don't have a clue of what your problem *is*. Are you saying > you had a surge, and it burned out the NIC, and you're trying to use an > card? > > Also, what kind of connection do you have: is it T-3

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Kenneth Porter
--On Tuesday, September 06, 2011 12:25 PM -0700 Kenneth Porter wrote: > Found it in /var/cache/samba. It has the record I want, but nmblookup > unicast fails. nmblookup broadcast works, but that gets it from the > workstation, not the WINS server, and the point of WINS is to get rid of > the bro

[CentOS] Help with kickstart install

2011-09-06 Thread Jerry Geis
I am doing a kickstart install for CentOS 6.0 (x86_64 install) The error on screen is "fatal error occurred when install glibc package. Could indicate error with install media" When I looked at the /mnt/sysimage/root/install.log file I see Installing glibc-2.12.-1.7.el6.i686 error unpacking o

Re: [CentOS] Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC

2011-09-06 Thread m . roth
Rajagopal Swaminathan wrote: > On Tue, Sep 6, 2011 at 11:31 PM, wrote: >> Rajagopal Swaminathan wrote: > >> Sorry, but I don't have a clue of what your problem *is*. Are you saying >> you had a surge, and it burned out the NIC, and you're trying to use an >> card? >> >> Also, what kind of connect

Re: [CentOS] "Continious Repo" vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread William Hooper
On Tue, Sep 6, 2011 at 1:40 PM, Robert Heller wrote: > I have some questions about the "Continious Repo". > > Does the "Continious Repo" replace the Centos-Base/Updates repo? No. See http://lists.centos.org/pipermail/centos-announce/2011-August/017689.html . The CR repo is just a way to get fa

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Craig White
On Sep 6, 2011, at 11:25 AM, Kenneth Porter wrote: > --On Tuesday, September 06, 2011 12:09 PM -0700 Kenneth Porter > wrote: > >> That might be an issue. I can't find a wins.tdb in /var/lib/samba. > > Found it in /var/cache/samba. It has the record I want, but nmblookup > unicast fails. nmbl

Re: [CentOS] WINS server (nmbd) puzzle

2011-09-06 Thread Craig White
On Sep 6, 2011, at 11:09 AM, Kenneth Porter wrote: > --On Tuesday, September 06, 2011 6:50 AM -0700 Craig White > wrote: > > >> Are you aware that elections take 15 minutes? If you actually restart >> the nmbd process on your samba based wins server, you need to wait to >> get a browsing list

Re: [CentOS] "Continious Repo" vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread Robert Heller
At Tue, 6 Sep 2011 15:07:03 -0400 CentOS mailing list wrote: > > On Tue, Sep 6, 2011 at 1:40 PM, Robert Heller wrote: > > I have some questions about the "Continious Repo". > > > > Does the "Continious Repo" replace the Centos-Base/Updates repo? > > No. See > http://lists.centos.org/pipermai

Re: [CentOS] "Continious Repo" vs. 'normal' Centos-Base/Updates questions

2011-09-06 Thread William Hooper
On Tue, Sep 6, 2011 at 4:23 PM, Robert Heller wrote: > At Tue, 6 Sep 2011 15:07:03 -0400 CentOS mailing list > wrote: > >> >> On Tue, Sep 6, 2011 at 1:40 PM, Robert Heller wrote: >> > I have some questions about the "Continious Repo". >> > >> > Does the "Continious Repo" replace the Centos-Base

[CentOS] scim-bridge?

2011-09-06 Thread m . roth
Anybody familiar with it, or what it's needed for? I've got at least one user (it's *very* noticeable with her) whose system is spamming /var/log/messages, to the effect of "Another agent is running...\nFailed to allocate the agent. Exitting" (complete with misspelled exiting). In googling, I've s

Re: [CentOS] scim-bridge?

2011-09-06 Thread John R Pierce
On 09/06/11 1:43 PM, m.r...@5-cent.us wrote: > Anybody familiar with it, or what it's needed for? I've got at least one > user (it's *very* noticeable with her) whose system is spamming > /var/log/messages, to the effect of "Another agent is running...\nFailed > to allocate the agent. Exitting" (co

Re: [CentOS] scim-bridge?

2011-09-06 Thread m . roth
John R Pierce wrote: > On 09/06/11 1:43 PM, m.r...@5-cent.us wrote: >> Anybody familiar with it, or what it's needed for? I've got at least one >> user (it's *very* noticeable with her) whose system is spamming >> /var/log/messages, to the effect of "Another agent is running...\nFailed >> to alloca

Re: [CentOS] scim-bridge?

2011-09-06 Thread John R Pierce
On 09/06/11 2:31 PM, m.r...@5-cent.us wrote: >> looks like its mostly for far eastern languages. > Yeah, from the last stuff I've found, looks like it's for her to read > Chinese. I've seen some suggestions, and if they don't work (xim?), I'll > talk to her about what we can do. as an Input Method

Re: [CentOS] hfsplus.ko

2011-09-06 Thread Ned Slider
On 06/09/11 16:34, Lamar Owen wrote: > On Friday, September 02, 2011 12:48:47 AM Ned Slider wrote: >> You should also consider filing a bug report upstream and make a case >> for hfsplus inclusion in the RHEL6 kernel. It's not unheard of for Red >> Hat to turn modules back on that they had previous

Re: [CentOS] scim-bridge?

2011-09-06 Thread Scott Robbins
On Tue, Sep 06, 2011 at 05:31:48PM -0400, m.r...@5-cent.us wrote: > > Yeah, from the last stuff I've found, looks like it's for her to read > Chinese. I've seen some suggestions, and if they don't work (xim?), I'll > talk to her about what we can do. Scim is being replaced by ibus. It should b

[CentOS] Centos6 : Pan newsreader

2011-09-06 Thread Michael D. Berger
Where can I get the latest pan newsreader that would work with KDE 4? Thanks, Mike. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] OpenSSL Advisory affects Exim

2011-09-06 Thread Always Learning
OpenSSL is one of the two available implementations of the TLS protocol in Exim. The other is GnuTLS. In the output of { exim -bV } is a line "Support for:"; if it does not include "OpenSSL" then you are not affected. The OpenSSL advisory covers t

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread Michael D. Berger
On Tue, 06 Sep 2011 00:49:11 +0200, Milos Blazevic wrote: [...] > Mike, > > from what I can see in one of your earlier e-mails, you appear to be > dealing with BCM4311, which is in my experience one of least problematic > - worked out of the box on CentOS 6, however, ymmv. Anyway, it would be > us

Re: [CentOS] Help with kickstart install

2011-09-06 Thread Joseph L. Casale
>Installing glibc-2.12.-1.7.el6.i686 >error unpacking of archive failed on file /lib/ld-2.12.so;4e66d2ec cpio read >failed bad file descriptor. >(Note I am installing x86-64 but the error is on i686 file) My experience so far is that if your ks actually chooses packages by their arch, x86_64 and

[CentOS] pan reader and gmime

2011-09-06 Thread Michael D. Berger
Running: yum list available | grep -i gmime shows results for CentOS 5, but not for CentOS 6. It seems to be needed by my pan. What should I do? Thanks, Mike. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Broadcom Wifi Problem

2011-09-06 Thread James A. Peltier
- Original Message - | On Tue, 06 Sep 2011 00:49:11 +0200, Milos Blazevic wrote: | [...] | > Mike, | > | > from what I can see in one of your earlier e-mails, you appear to be | > dealing with BCM4311, which is in my experience one of least | > problematic | > - worked out of the box on Cen

Re: [CentOS] scim-bridge?

2011-09-06 Thread Craig White
On Tue, 2011-09-06 at 16:43 -0400, m.r...@5-cent.us wrote: > Anybody familiar with it, or what it's needed for? I've got at least one > user (it's *very* noticeable with her) whose system is spamming > /var/log/messages, to the effect of "Another agent is running...\nFailed > to allocate the agent.

Re: [CentOS] Centos Realtek Network driver for Realtek RTL8139/810x Family Fast Ethernet NIC

2011-09-06 Thread Emmanuel Noobadmin
On 9/7/11, Rajagopal Swaminathan wrote: > In a hurry, due to my then budget and my stupidity bought this cards > which just has a .c file under its linux folder in its driver floppy. The Realtek based cards are so common, the necessary drivers should already be installed. At least I never had to

Re: [CentOS] scim-bridge?

2011-09-06 Thread Scott Robbins
On Tue, Sep 06, 2011 at 07:44:39PM -0700, Craig White wrote: > > > > Oh, right, CentOS 5.6, KDE 3.5.4-1 > > on Fedora, I ditched scim for ibus - much better and much more recent > development... my wife is Chinese so it is of interest to me. > > I don't have CentOS 6 installed anywhere, may

Re: [CentOS] mrtg 2.16.2 ipv6 on centos 6

2011-09-06 Thread Florian
Hi, i solved my first problem and created a new one :-( After installing the perl-module IO-Socket-INET6-2.67.tar the mrtg 2.16 works with V4 and V6-Addresses. I had to install the perl-Module from source-code "by hand". Is this a dependency, which is not resolved by yum? >From mrtg 2.17 i ge