Re: [CentOS-virt] A question about memory ballooning

2011-04-25 Thread carlopmart
On 04/25/2011 05:03 PM, Phil Schaffner wrote: carlopmart wrote on 04/23/2011 05:04 PM: ... How can I manage automatically memory ballooning under a kvm host (C5.6 and future C6)?? Looks like you got an answer to your nearly identical post on rhelv6-list:

Re: [CentOS] Attaching LinkSys WRT54GL to CentOS machine

2011-04-25 Thread Anthony
On 25/04/11 09:34, Ljubomir Ljubojevic wrote: His ADSL modem is already on 192.168.1.x subnet, so CentOS WAN NIC already uses it. And I do not expect resetting router to defaults every week. Maybe never. Ljubomir Ah yes - forgot that titbit of information - :(. In that case, what you

[CentOS] Samba can't access dir - SELinux problem?

2011-04-25 Thread Alexander Farber
Hello, I was using CentOS 5.5 as a playground VM at my WinXP notebook and now I'm migrating to a new CentOS 5.6 install and everything has worked well - except samba. I have this very permissive config to export my ~/src dir: # cat /etc/samba/smb.conf [global] guest ok= yes guest

Re: [CentOS] Samba can't access dir - SELinux problem?

2011-04-25 Thread Alexander Farber
# chcon -R -t samba_share_t src hasn't helped either ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Samba can't access dir - SELinux problem?

2011-04-25 Thread John R. Dennison
On Mon, Apr 25, 2011 at 10:58:26AM +0200, Alexander Farber wrote: # chcon -R -t samba_share_t src hasn't helped either Take a look at the front of /etc/samba/smb.conf; there is a blurb there about selinux and samba. John -- Normal

Re: [CentOS] Samba can't access dir - SELinux problem?

2011-04-25 Thread Ned Slider
On 25/04/11 09:49, Alexander Farber wrote: Hello, I was using CentOS 5.5 as a playground VM at my WinXP notebook and now I'm migrating to a new CentOS 5.6 install and everything has worked well - except samba. I have this very permissive config to export my ~/src dir: # cat

Re: [CentOS] Still a kvm problem after 5.6 upgrade

2011-04-25 Thread Daniel J Walsh
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/23/2011 07:51 AM, David McGuffey wrote: On Fri, 2011-04-22 at 06:50 -0400, David McGuffey wrote: On Fri, 2011-04-22 at 06:18 -0400, Daniel J Walsh wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 04/21/2011 09:47 PM, David

[CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
Just thought I'd pass along an error I received this weekend after upgrading two servers to 5.6. Both are HP Proliant DL380 servers running 64-bit, but one is a G6 model and one is a G7. After the upgrade and the reboot to the 2.6.18-238.9.1.el5 kernel, both servers displayed the following

Re: [CentOS] 5.6 - SRPM's

2011-04-25 Thread Filipe Rosset
On 04/21/2011 06:41 PM, Bob Hepple wrote: On Thu, 21 Apr 2011 11:30:37 +0100 Karanbir Singh mail-li...@karan.org wrote: On 04/21/2011 12:18 AM, Bob Hepple wrote: Hmmm - it's 10 days on and I still can't see all of the [a-l] *.src.rpm's. I strongly suspect that something's gone wrong - or

Re: [CentOS] Samba can't access dir - SELinux problem?

2011-04-25 Thread Alexander Farber
Thank you! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Johnny Hughes
On 04/25/2011 08:58 AM, Windsor Dave L. (AdP/TEF7.1) wrote: Just thought I'd pass along an error I received this weekend after upgrading two servers to 5.6. Both are HP Proliant DL380 servers running 64-bit, but one is a G6 model and one is a G7. After the upgrade and the reboot to the

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
On 4/25/2011 10:26 AM, Johnny Hughes wrote: On 04/25/2011 08:58 AM, Windsor Dave L. (AdP/TEF7.1) wrote: Just thought I'd pass along an error I received this weekend after upgrading two servers to 5.6. Both are HP Proliant DL380 servers running 64-bit, but one is a G6 model and one is a G7.

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Ned Slider
On 25/04/11 15:44, Windsor Dave L. (AdP/TEF7.1) wrote: On 4/25/2011 10:26 AM, Johnny Hughes wrote: On 04/25/2011 08:58 AM, Windsor Dave L. (AdP/TEF7.1) wrote: Just thought I'd pass along an error I received this weekend after upgrading two servers to 5.6. Both are HP Proliant DL380 servers

[CentOS] Should svnserve run as root?

2011-04-25 Thread Les Mikesell
Now that the subversion package in CentOS is a usable version I've replaced a Collabnet package with it. But, it seems odd that the svnserve process runs as root instead of having a unique user to own the files and run the process like most other daemons. Did I miss something in the setup?

[CentOS] Blocking an IP address both as source and destination

2011-04-25 Thread Alexander Farber
Hello, how do you block incoming AND outgoing traffic to a site? I have 2 drop lines for a site in my /etc/sysconfig/iptables: *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [294:35064] -A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -s

Re: [CentOS] Blocking an IP address both as source and destination

2011-04-25 Thread Stephen Harris
On Mon, Apr 25, 2011 at 06:03:29PM +0200, Alexander Farber wrote: Hello, how do you block incoming AND outgoing traffic to a site? I have 2 drop lines for a site in my /etc/sysconfig/iptables: *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [294:35064] -A INPUT -m state

Re: [CentOS] Blocking an IP address both as source and destination

2011-04-25 Thread Ljubomir Ljubojevic
Stephen Harris wrote: On Mon, Apr 25, 2011 at 06:03:29PM +0200, Alexander Farber wrote: Hello, how do you block incoming AND outgoing traffic to a site? I have 2 drop lines for a site in my /etc/sysconfig/iptables: *filter :INPUT DROP [0:0] :FORWARD DROP [0:0] :OUTPUT ACCEPT [294:35064]

Re: [CentOS] CentOs 5.6 and Time Sync

2011-04-25 Thread Mailing List
On 4/13/2011 7:35 AM, Mailing List wrote: Hi, I have upgraded my Dell C521 to the latest 5.6. I have always used ntp to sync this machine and then the rest of the machines in the network would sync from it. Since the update I cannot keep the right time on the machine. This is with / without

Re: [CentOS] Attaching LinkSys WRT54GL to CentOS machine

2011-04-25 Thread Florin Andrei
That's exactly how I have my home network configured. Had it for many years actually. There's a Linux box that is the central point of the network. It has several network cards: one for the cable modem, another for the WiFi access point, another for the local LAN. On the cable modem, I just

Re: [CentOS] Blocking an IP address both as source and destination

2011-04-25 Thread Alexander Farber
Thank you, it seems to work now ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOs 5.6 and Time Sync

2011-04-25 Thread Denniston, Todd A CIV NAVSURFWARCENDIV Crane
-Original Message- From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf Of Mailing List Sent: Monday, April 25, 2011 13:57 To: CentOS mailing list Subject: Re: [CentOS] CentOs 5.6 and Time Sync On 4/13/2011 7:35 AM, Mailing List wrote: Hi, I have

Re: [CentOS] Attaching LinkSys WRT54GL to CentOS machine

2011-04-25 Thread Timothy Murphy
Anthony wrote: what you need do is connect the Linksys to the same switch as the one which hosts your eth1 and ADSL modem. Go to the configuration pages on the Linksys, change the IP and subnet, then when you commit and reboot, disconnect the ethernet cable from that switch and onto the

Re: [CentOS] Attaching LinkSys WRT54GL to CentOS machine

2011-04-25 Thread John R Pierce
On 04/25/11 12:28 PM, Florin Andrei wrote: The WiFi access point is connected to the server via a loopback Ethernet cable actually. There's no need to use a switch when there are only 2 devices connected. Also, in this setup, there's no point to use a WiFi router - a simple WiFi access point

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Johnny Hughes
On 04/25/2011 10:19 AM, Ned Slider wrote: On 25/04/11 15:44, Windsor Dave L. (AdP/TEF7.1) wrote: On 4/25/2011 10:26 AM, Johnny Hughes wrote: On 04/25/2011 08:58 AM, Windsor Dave L. (AdP/TEF7.1) wrote: Just thought I'd pass along an error I received this weekend after upgrading two servers to

[CentOS] Htaccess Help

2011-04-25 Thread Matt
Been looking for a while on this before resorting to asking. I have an .htaccess file like so. order allow,deny allow from x.x.x.0/24 I have this in my root html directory and it works fine. Only allows access by the x.x.x.0/24 subnet. Thing is I have one file ~siteinfo.html that I want to

Re: [CentOS] Attaching LinkSys WRT54GL to CentOS machine

2011-04-25 Thread Robert Heller
At Mon, 25 Apr 2011 13:20:58 -0700 CentOS mailing list centos@centos.org wrote: On 04/25/11 12:28 PM, Florin Andrei wrote: The WiFi access point is connected to the server via a loopback Ethernet cable actually. There's no need to use a switch when there are only 2 devices connected.

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Windsor Dave L. (AdP/TEF7.1)
On 4/25/2011 5:15 PM, Johnny Hughes wrote: On 04/25/2011 10:19 AM, Ned Slider wrote: On 25/04/11 15:44, Windsor Dave L. (AdP/TEF7.1) wrote: removed I saw and reported the issue during QA for CentOS-5.6. I think it's quite widespread, I saw it on generic Intel-based motherboards. I've not

Re: [CentOS] Htaccess Help

2011-04-25 Thread Jerry McAllister
On Mon, Apr 25, 2011 at 04:23:41PM -0500, Matt wrote: Been looking for a while on this before resorting to asking. I have an .htaccess file like so. order allow,deny allow from x.x.x.0/24 I have this in my root html directory and it works fine. Only allows access by the x.x.x.0/24

[CentOS] Install CentOS as KVM guest

2011-04-25 Thread Emmanuel Noobadmin
I'm having problems trying to install CentOS as a KVM guest despite following the wikis and howtos. The problem is that most of the instructions skip the part that happens after virt-install... It seems that something blindingly obvious happens if nothing goes wrong and most instructions

[CentOS] Suspen/Hibernate problem with Ati x1400

2011-04-25 Thread Besenyei Tamas
Dear All ! I am trying to figure out, why I get blank screen with a dead system after resume from suspend or hibernation. It seems, that on the way to suspend or hibernation now works fine in most cases, but when it awakes , everything freezes , no picture , dead-boy , both with kde and gnome

Re: [CentOS] Adding comments to /etc/sysconfig/iptables

2011-04-25 Thread Kenneth Porter
On Sunday, April 24, 2011 9:04 AM +0200 Alexander Farber alexander.far...@gmail.com wrote: If comments not possible, please share few tricks - how do YOU usually use iptables on CentOS, i.e. there is sudo service iptables save, but I've yet to discover its usefulness I keep related rules in

Re: [CentOS] Install CentOS as KVM guest

2011-04-25 Thread Paul Heinlein
On Tue, 26 Apr 2011, Emmanuel Noobadmin wrote: I'm having problems trying to install CentOS as a KVM guest despite following the wikis and howtos. The problem is that most of the instructions skip the part that happens after virt-install... It seems that something blindingly obvious

[CentOS] Packet routing diagram (was: Blocking an IP address both as source and destination)

2011-04-25 Thread Kenneth Porter
There's a number of diagrams around the Internet illustrating the path packets take through the Linux kernel, including the various firewall modules, that's quite helpful in understanding which rules should go in which table. Here's one that's not bad:

Re: [CentOS] Packet routing diagram

2011-04-25 Thread Ljubomir Ljubojevic
Kenneth Porter wrote: There's a number of diagrams around the Internet illustrating the path packets take through the Linux kernel, including the various firewall modules, that's quite helpful in understanding which rules should go in which table. Here's one that's not bad:

Re: [CentOS] FYI - pci_mmcfg_init kernel error after upgrading to 5.6

2011-04-25 Thread Johnny Hughes
On 04/25/2011 04:32 PM, Windsor Dave L. (AdP/TEF7.1) wrote: On 4/25/2011 5:15 PM, Johnny Hughes wrote: On 04/25/2011 10:19 AM, Ned Slider wrote: On 25/04/11 15:44, Windsor Dave L. (AdP/TEF7.1) wrote: removed I saw and reported the issue during QA for CentOS-5.6. I think it's quite

Re: [CentOS] 5.6 - SRPM's

2011-04-25 Thread Johnny Hughes
On 04/25/2011 09:16 AM, Filipe Rosset wrote: On 04/21/2011 06:41 PM, Bob Hepple wrote: On Thu, 21 Apr 2011 11:30:37 +0100 Karanbir Singh mail-li...@karan.org wrote: On 04/21/2011 12:18 AM, Bob Hepple wrote: Hmmm - it's 10 days on and I still can't see all of the [a-l] *.src.rpm's. I

Re: [CentOS] 5.6 - SRPM's

2011-04-25 Thread Filipe Rosset
On 04/25/2011 10:35 PM, Johnny Hughes wrote: I have pushed what I think are all of the SRPMS for os and updates. Great, thank you! -- Filipe Rio Grande do Sul, Brazil ___ CentOS mailing list CentOS@centos.org

Re: [CentOS] Adding comments to /etc/sysconfig/iptables

2011-04-25 Thread Geoff Galitz
assuming you are talking about /etc/sysconfig/iptables , hash is indeed the comment mark, and works fine. In my file on this system all comment lines have a hash as first character on the line though, so perhaps it doesn't like end-of-line comments but only accepts full lines of comment.