Re: [CentOS] display problem running under vmware

2012-08-07 Thread Ted Miller
On 08/06/2012 02:57 PM, Steve wrote:
> I'm running an up-to-date CentOS 6 virtual machine in a VMWare player on a 
> Windows box and
 > I cannot set the display resolution to anything higher than 1280x720. 
Windows shows the
 > screen resolution on this monitor to be 1920x1080.
> I do have VMWareTools installed although I'm not certain it is installed 
> correctly. How can I tell?

I'm no expert, but I do have a running version of Centos6 under VMWare.

At first I thought that your logged error was due to problem with your 
VMWareTools install, but then I checked my install, and the control console 
says I don't have VMWareTools installed on that machine at all.

 > It is version 8.8.4-743747.
>
> I'm not sure if this is a CentOS issue or a VMWare issue but I thought I'd 
> start here.
>
> My Xorg.0.log shows this:
> [43.093] (II) LoadModule: "vmware"
> [43.095] (II) Loading /usr/lib/xorg/modules/drivers/vmware_drv.so
> [43.102] (II) Module vmware: vendor="X.Org Foundation"
> [43.102]compiled for 1.10.4, module version = 11.0.3
> [43.102]Module class: X.Org Video Driver
> [43.102]ABI class: X.Org Video Driver, version 10.0
> [43.102] (II) LoadModule: "vmwgfx"
> [43.132] (WW) Warning, couldn't open module vmwgfx
> [43.132] (II) UnloadModule: "vmwgfx"
> [43.132] (II) Unloading vmwgfx
> [43.132] (EE) Failed to load module "vmwgfx" (module does not exist, 0)
> [43.133] (EE) vmware: Please ignore the above warnings about not being 
> able to to load module/driver vmwgfx
> [43.133] (II) vmware: Using vmwlegacy driver everything is fine.
> [43.133] (II) LoadModule: "vmwlegacy"

My log looks similar to yours up to this point, but at this point my 
vmwlegacy driver loads and takes over.

I have to assume that the reason you are not getting high resolution video 
modes is because Xwindows is falling back to some default driver.

> [43.136] (WW) Warning, couldn't open module vmwlegacy
> [43.136] (II) UnloadModule: "vmwlegacy"
> [43.136] (II) Unloading vmwlegacy
> [43.136] (EE) Failed to load module "vmwlegacy" (module does not exist, 0)
> [43.137] (EE) vmware: Unexpected failure while loading the "vmwlegacy" 
> driver. Giving up.
> [43.137] (II) UnloadModule: "vmware"
> [43.137] (II) Unloading vmware
> [43.137] (EE) Failed to load module "vmware" (a required submodule could 
> not be loaded, 136118924)
>
> Is this problem just a mismatch between CentOS and vmwware?
>
> Thanks,
> Steve
>
> more info:
>
> $ uname -r
> 2.6.32-279.2.1.el6.i686
>
> but
> $ ls -d /usr/lib/vmware-tools/modules/binary/*2.6.32-279*
> ls: cannot access /usr/lib/vmware-tools/modules/binary/*2.6.32-279*: No such 
> file or directory
>
> There are bld-2.6.32-24.whatever and bld-2.6.32-28.55-whatever files in 
> /usr/lib/vmware-tools/modules/binary/
>
> There is a legacy directory under /usr/lib/vmware-tools/modules/source/ and 
> the source directory has a vmwgfx.tar file in it.
>
> # cat /proc/modules | grep vmware
> vmware_balloon 5811 0 - Live 0x<...>
>
> VMWare Player version 4.04 build 744019
> ___
> CentOS mailing list
> CentOS@centos.org
> http://lists.centos.org/mailman/listinfo/centos
>

Looks like you may need to rebuild or download VMWareTools for your latest 
kernel upgrade, but that may not deal with your basic problem.

The vmwlegacy video driver is located in the xorg-x11-drv-vmware package 
that Centos provides in the "base" repository.  You probably need to 
install, update, or re-install that package.

Ted Miller



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


Re: [CentOS] display problem running under vmware [SOLVED]

2012-08-07 Thread Steve
Hi Ted,

 Ted Miller  wrote: 
> On 08/06/2012 02:57 PM, Steve wrote:
> > I'm running an up-to-date CentOS 6 virtual machine in a VMWare player on a 
> > Windows box and
>  > I cannot set the display resolution to anything higher than 1280x720. 
> Windows shows the
>  > screen resolution on this monitor to be 1920x1080.
> > I do have VMWareTools installed although I'm not certain it is installed 
> > correctly. How can I tell?

> 
> Looks like you may need to rebuild or download VMWareTools for your latest 
> kernel upgrade, but that may not deal with your basic problem.
> 
> The vmwlegacy video driver is located in the xorg-x11-drv-vmware package 
> that Centos provides in the "base" repository.  You probably need to 
> install, update, or re-install that package.
> 
> Ted Miller

I do have the xorg-x11-drv-vmware package insalled:

$ rpm -qa | grep vmware
xorg-x11-drv-vmware-11.0.3-1.el6.i686

$ rpm -q --provides xorg-x11-drv-vmware-11.0.3-1.el6.i686
vmware_drv.so  
vmwlegacy_drv.so  
xorg-x11-drv-vmware = 11.0.3-1.el6
xorg-x11-drv-vmware(x86-32) = 11.0.3-1.el6

$ locate vmwlegacy_drv.so
/usr/lib/vmware-tools/configurator/...
/usr/lib/xorg/modules/drivers/vmlegacy_drv.so.old.0

Interesting. Why is the driver called .old.0?

# yum reinstall xorg-x11-drv-vmware-11.0.3-1.el6.i686
...
# ls /usr/lib/xorg/modules/drivers/vm*
/usr/lib/xorg/modules//drivers//vmware_drv.so
/usr/lib/xorg/modules//drivers//vmware_drv.so.BeforeVMwareToolsInstall.old.0
/usr/lib/xorg/modules//drivers//vmwlegacy_drv.so
/usr/lib/xorg/modules//drivers//vmwlegacy_drv.so.old.0

Reboot and ... yeay! Full screen resolution.

Thanks, Ted.

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


[CentOS] Snort: Problems configuring for init/start upon bootup rc.conf not working

2012-08-07 Thread Jim Abercromby
Ladies/Gents,
/etc/init.d/snortd
more snortd
#!/bin/sh
# Description: start up script for snort
# chkconfig: 2345 40 60
#
# Source function library.
. /etc/rc.d/init.d/functions
#
case "$1" in
#
'start')
echo "Starting up Snort..."
/prod/snort/bin/snort -c /prod/snort/etc/snort.conf -D -g snort -u snort -i
eth0 -l /var/log/snort
echo "Done."
;;
#
'stop')
echo "Stopping Snort..."
killproc snort
echo "Done."
;;
#
'restart')
$0 stop
$0 start
;;
#
status)
status snort
;;
#
*)
echo "Usage: $0 {start|stop}"
exit 1
#
esac
exit 0

chkconfig
abrt-ccpp   0:off 1:off 2:off 3:on 4:off 5:on 6:off
abrt-oops   0:off 1:off 2:off 3:on 4:off 5:on 6:off
abrtd   0:off 1:off 2:off 3:on 4:off 5:on 6:off
acpid   0:off 1:off 2:on 3:on 4:on 5:on 6:off
atd 0:off 1:off 2:off 3:on 4:on 5:on 6:off
auditd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
cgconfig   0:off 1:off 2:off 3:off 4:off 5:off 6:off
cgred   0:off 1:off 2:off 3:off 4:off 5:off 6:off
cpuspeed   0:off 1:on 2:on 3:on 4:on 5:on 6:off
crond   0:off 1:off 2:on 3:on 4:on 5:on 6:off
haldaemon   0:off 1:off 2:off 3:on 4:on 5:on 6:off
ip6tables   0:off 1:off 2:on 3:on 4:on 5:on 6:off
iptables   0:off 1:off 2:on 3:on 4:on 5:on 6:off
irqbalance 0:off 1:off 2:off 3:on 4:on 5:on 6:off
kdump   0:off 1:off 2:off 3:on 4:on 5:on 6:off
lvm2-monitor   0:off 1:on 2:on 3:on 4:on 5:on 6:off
mdmonitor   0:off 1:off 2:on 3:on 4:on 5:on 6:off
messagebus 0:off 1:off 2:on 3:on 4:on 5:on 6:off
netconsole 0:off 1:off 2:off 3:off 4:off 5:off 6:off
netfs   0:off 1:off 2:off 3:on 4:on 5:on 6:off
netsaint_statd 0:off 1:off 2:on 3:on 4:on 5:on 6:off
network 0:off 1:off 2:on 3:on 4:on 5:on 6:off
ntpd   0:off 1:off 2:on 3:on 4:on 5:on 6:off
ntpdate 0:off 1:off 2:off 3:off 4:off 5:off 6:off
psacct 0:off 1:off 2:off 3:off 4:off 5:off 6:off
quota_nld   0:off 1:off 2:off 3:off 4:off 5:off 6:off
rdisc   0:off 1:off 2:off 3:off 4:off 5:off 6:off
restorecond 0:off 1:off 2:off 3:off 4:off 5:off 6:off
rhnsd   0:off 1:off 2:on 3:on 4:on 5:on 6:off
rngd   0:off 1:off 2:off 3:off 4:off 5:off 6:off
rsyslog 0:off 1:off 2:on 3:on 4:on 5:on 6:off
saslauthd   0:off 1:off 2:off 3:off 4:off 5:off 6:off
smartd 0:off 1:off 2:off 3:off 4:off 5:off 6:off
snmpd   0:off 1:off 2:on 3:on 4:on 5:on 6:off
snmptrapd   0:off 1:off 2:off 3:off 4:off 5:off 6:off
sshd   0:off 1:off 2:on 3:on 4:on 5:on 6:off
sysstat 0:off 1:on 2:on 3:on 4:on 5:on 6:off
udev-post   0:off 1:on 2:on 3:on 4:on 5:on 6:off
#Yes - I am aware that it's not in this output, this is because we opted
out of snort chkconfig because I had read
posts that snort can not be configured to autostart in the conventional and
usual fashion on CentOS/RHEL,


Linux vsp-01.kewr5.s.vonagenetworks.net 2.6.32-220.17.1.el6.x86_64 #1 SMP
Thu Apr 26 13:37:13 EDT 2012 x86_64 x86_64 x86_64 GNU/Linux
Red Hat Enterprise Linux Server release 6.2 (Santiago)
Kernel \r on an \m

I have tried to implement snort startup on boot via rc.local as well (See
below).

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
/prod/snort/bin/snort -D -u snort -g snort -c /prod/snort/etc/snort.conf -i
eth0


This does not do the trick either so I am out of answers and this point and
defering to the community.
___
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos


[CentOS] CentOS-announce Digest, Vol 90, Issue 4

2012-08-07 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. CEBA-2012:1143 CentOS 5 mutt FASTTRACK Update (Johnny Hughes)
   2. CEBA-2012:1142  CentOS 6 sudo Update (Johnny Hughes)
   3. CEBA-2012:1145 CentOS 5 pm-utils FASTTRACK Update (Johnny Hughes)
   4. CEBA-2012:1144 CentOS 5 libuser FASTTRACK Update (Johnny Hughes)


--

Message: 1
Date: Mon, 6 Aug 2012 14:52:46 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1143 CentOS 5 mutt FASTTRACK
Update
To: centos-annou...@centos.org
Message-ID: <20120806145246.ga16...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1143

Upstream details at : http://rhn.redhat.com/errata/RHBA-2012-1143.html

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

i386:
82152912c5ea94e4423d86450abbdfb87310016f5be79c58d3097b956e359753  
mutt-1.4.2.2-6.el5.i386.rpm

x86_64:
a49e0ed81b4e5de2468944797ec0b96c2abe7645d2735641bb590744be5b4048  
mutt-1.4.2.2-6.el5.x86_64.rpm

Source:
0bc37a7e99be5b50ccbb31eba0cbf3c7c53d6cc8d96e95f93306e63a18155f58  
mutt-1.4.2.2-6.el5.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 2
Date: Mon, 6 Aug 2012 16:07:38 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1142  CentOS 6 sudo Update
To: centos-annou...@centos.org
Message-ID: <20120806160738.ga21...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1142 

Upstream details at : https://rhn.redhat.com/errata/RHBA-2012-1142.html

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


i386:
ada4b170cf6d62e1825efe3fab6145a3fd3206045c3992b14d1297f72bc81e2c  
sudo-1.7.4p5-13.el6_3.i686.rpm

x86_64:
8320d7aaf866c3b23a27beab2cef5381a0035143b2a5fc7feee34880241b8189  
sudo-1.7.4p5-13.el6_3.x86_64.rpm

Source:
0a5d959f274e35e34a213f10a0840c2b7953a9be1efee3e43cf1bf2fdf741a70  
sudo-1.7.4p5-13.el6_3.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 3
Date: Tue, 7 Aug 2012 11:37:19 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1145 CentOS 5 pm-utils FASTTRACK
Update
To: centos-annou...@centos.org
Message-ID: <20120807113719.ga14...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1145

Upstream details at : http://rhn.redhat.com/errata/RHBA-2012-1145.html

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

i386:
15c35992c87221538ebdb1469c48931aafb42c6f37d8e1456ca80070779a72f7  
pm-utils-0.99.3-14.el5.i386.rpm
681922b4ac55098b25f8130bce63e004d04feb4f874286810f985a785b0a87d2  
pm-utils-0.99.3-14.el5.i686.rpm

x86_64:
f99c8502d1ee9e5e5b87254530587458a5c46c225eae16ad92d20c2d56e8ba03  
pm-utils-0.99.3-14.el5.x86_64.rpm

Source:
fcbe63f045844a4d4a15687721a657858f14ae63d16ff36deafaaab00e34  
pm-utils-0.99.3-14.el5.src.rpm



-- 
Johnny Hughes
CentOS Project { http://www.centos.org/ }
irc: hughesjr, #cen...@irc.freenode.net



--

Message: 4
Date: Tue, 7 Aug 2012 13:05:15 +
From: Johnny Hughes 
Subject: [CentOS-announce] CEBA-2012:1144 CentOS 5 libuser FASTTRACK
Update
To: centos-annou...@centos.org
Message-ID: <20120807130515.ga19...@chakra.karan.org>
Content-Type: text/plain; charset=us-ascii


CentOS Errata and Bugfix Advisory 2012:1144

Upstream details at : http://rhn.redhat.com/errata/RHBA-2012-1144.html

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

i386:
1b65ef5dca43d1b932c1183cfa57e32815daa53ca1f61d76224214c1be0a0209  
libuser-0.54.7-3.el5.i386.rpm
54fb2bfd85b8bc643bce9d3ce32840e8a6f1ea78b536ecb0aa11c9de8fb9e4cd  
libuser-devel-0.54.7-3.el5.i386.rpm

x86_64:
1b65ef5dca43d1b932c1183cfa57e32815daa53ca1f61d76224214c1be0a0209  
libuser-0.54.7-3.el5.i386.rpm
c57a47fba2bf2b572f46175757afe4cb0e9d38536f827aa2cdca6231bfeab0ac  
libuser-0.54.7-3.el5.x86_64.rpm
54fb2bfd85b8bc643bce9d3ce32840e8a6f1ea78b536ecb0aa11c9de8fb9e4cd  
libuser-devel-0.54.7-3.el5.i386.rpm
63f2d52da17b53293d89f05269db0d44dbfb3cb81d684daf95d95ce1d60beb87  
libuser-devel-0.54.7-3.el5.x86_6

Re: [CentOS] CentOS Digest, Vol 91, Issue 7

2012-08-07 Thread Cal Sawyer
On 07/08/12 17:00, centos-requ...@centos.org wrote:
> Message: 6
> Date: Mon, 06 Aug 2012 21:34:43 +0200
> From: Alexander Dalloz 
> Subject: Re: [CentOS] Configure LAGG Interface?
> To: centos@centos.org
> Message-ID: <50201c53.2070...@uni-x.org>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Am 06.08.2012 19:44, schrieb Rainer Duffner:
>> > 
>> > Am 06.08.2012 um 19:22 schrieb Cal Sawyer :
>> > 
>>> >> In my experience, LAG/LACP won't provide aggregatation, only failover
>>> >> and fault tolerance.  For link aggregation, you don't need to configure
>>> >> the switch ports - just set bonding to mode=6 for balanced
>>> >> transmit/receive and plug up the the NICs to a group of ports on the
>>> >> switch.  However, balance-alb doesn't help with single stream rsync/FTP
>>> >> sessions, etc, but helps a lot with concurrent transmits/receives as
>>> >> encountered in typical fileserver scenarios.
>>> >>
>> > 
>> > 
>> > On FreeBSD, you don't get 2*1 Gbit from A to B, but 1*1 Gbit from A to B 
>> > and another 1*1 Gbit from C to B.
>> > "B" being the server with the LAGG interface.
Yup, as i said, which isn't too bad (imho).  "Real" LAG/LACP can't
provide 2x bandwidth for one stream either, can it?
>> > 
>> > How is that in CentOS?
> It is of course the same, as long as we speak about standardized 802.3ad
> protocol.
>
> Alexander
The nice thing about balance-alb is that you don't have to care (or
forget, in my case) about how the switch is configured.  Ever come
across a switch that "someone else" has set up LAGs on but nobody can
remember (or admit) why? )

Throw arpwatch on the bonded-NICs server and see how the bonded
interface flips between the slave MACs as intended

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


[CentOS] ATI X1800 XT driver for CentOS 5

2012-08-07 Thread Dick Holland
Does anyone have direct experience of setting up an ATI X1800 XT under
CentOS 5? I have seen horror stories on the web about buggy drivers.
What is the best source (and version) for drivers?

Any advice would be much appreciated.

-- 
Dick Holland

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


[CentOS] centos deployment project

2012-08-07 Thread Kay Williams
Hello,

Wanted to let folks know about a community project focused on centos/rhel 
deployment. The project is called CentOS Studio. The idea is to provide a 
general platform for assembling and testing rpm package repositories containing 
existing rpms, user-provided content and, optionally, anaconda installation 
images. The repositories can be used with yum, as usual, or to install complete 
systems from boot images, over the network, etc.

A stable beta release of the CentOS Studio product is available at 
www.centosstudio.org.

Would love to get feedback.

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


[CentOS] centos deployment community project

2012-08-07 Thread Kay Williams
Hello,

Wanted to let folks know about a community project focused on centos/rhel
deployment. The project is called CentOS Studio. The idea is to provide a
general platform for assembling and testing rpm package repositories
containing existing rpms, user-provided content and, optionally, anaconda
installation images. The repositories can be used with yum, as usual, or to
install complete systems from boot images, over the network, etc.

A stable beta release of the CentOS Studio product is available at
www.centosstudio.org.

Hope this may be useful to some.

Kay

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


Re: [CentOS] compare zfs xfs and jfs o

2012-08-07 Thread Pasi Kärkkäinen
On Mon, Aug 06, 2012 at 12:00:22PM +0200, Joerg Schilling wrote:
> Karanbir Singh  wrote:
> 
> > On 08/04/2012 08:32 PM, Joerg Schilling wrote:
> > > I would not call it a rant but a food for thought.
> >
> > agreed!
> >
> > > ZFS was distributed to the public after it turned 4.
> > > ZFS is now in public use since more than 7 years.
> >
> > but ZFS has not had a stable release in Linux as yet, making it still be
> > negative in years. The codebase is likely to take a lot longer to get
> > into a stable status than btrfs.
> 
> The ZFS code base is stable, the problem is the VFS interface in Linux and 
> that 
> applies to all filesystems
>

Hello,

Care to explain what's the problem in Linux VFS layer ? 

-- Pasi

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