Re: [CentOS] IPV4 is nearly depleted, are you ready for IPV6?

2010-12-08 Thread lhecking
I guess the reason it jars us here is because most people post properly. Except the gmail lusers who haven't figured out how to turn off multipart html crap. --- This message and any attachments may contain Cypress (or its

Re: [CentOS] Issues with CentOS in enterprise

2010-12-13 Thread lhecking
They are OK with the roll-your-own style of Gentoo? Especially with it's cutting edge versions, bugs, security holes and the only way to overcome them is to upgrade to an even newer version that may break compatibility, introduce new bugs, zero-day vulnerabilities, the list goes on and

Re: [CentOS] centos 5.5 x86_64 - mplayer install problems

2010-12-16 Thread lhecking
[r...@johan ~]# yum install libdvdcss libdvdread libdvdplay libdvdnav lsdvd mplayerplug-in mplayer mplayer-gui compat-libstdc++-33 flash-plugin gstreamer-plugins-bad gstreamer-plugins-ugly gstreamer-ffmpeg libquicktime IIRC the gstreamer-plugins-* are not dependencies of mplayer. Leave

Re: [CentOS] Graphing System Load MRTG

2010-12-21 Thread lhecking
Matt writes: I check system load like so: [r...@server cron.daily]# w 10:07:33 up 4 days, 15:01, 2 users, load average: 4.22, 3.17, 3.09 I would like to to graph the 3.17 5 minute average with MRTG. Anyone know of some examples of doing this? $ uptime 16:40:45 up 7 days, 54 min, 20

Re: [CentOS] Text Proccessing script - advice?

2010-12-21 Thread lhecking
sort -t ','? -k 3,3 -k 4,4? file.log? # this will sort the file according to the DATE field as well as the Time fileld. I'm stuck for the last 30 min to find a way to get the first line of each day (logically it'll be the earliest as i've sorted by date/time previously) once i know how to

[CentOS] Compiling thunderbird

2011-01-05 Thread lhecking
I'm following this thread here http://www.centos.org/modules/newbb/viewtopic.php?topic_id=23749forum=38 to build an rpm for thunderbird 3.1.6/3.1.7 from source. While it works well on i386, compilation fails for x86_64. Any advice how to fix the spec file? ... rm -f libthebes.so c++

Re: [CentOS] Compiling thunderbird

2011-01-05 Thread lhecking
/usr/bin/ld: gfxUserFontSet.o: relocation R_X86_64_PC32 against `ots::Process(ots::OTSStream*, unsigned char const*, unsigned long, bool)' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: Bad value collect2: ld returned 1 exit status HTH

Re: [CentOS] Compiling thunderbird

2011-01-06 Thread lhecking
Rob Kampen writes: lheck...@users.sourceforge.net wrote: As far as I can tell, all objects are being compiled with -fPIC. And -m64. Including gfxUserFontSet.cpp. It's a bug, and I was able to compile it by applying the fix from here: https://bugzilla.mozilla.org/show_bug.cgi?id=615196

Re: [CentOS] Compiling thunderbird

2011-01-06 Thread lhecking
lheck...@users.sourceforge.net writes: Rob Kampen writes: lheck...@users.sourceforge.net wrote: As far as I can tell, all objects are being compiled with -fPIC. And -m64. Including gfxUserFontSet.cpp. It's a bug, and I was able to compile it by applying the fix from here:

[CentOS] Bonding performance question

2011-01-11 Thread lhecking
I have a Dell server with four bonded, gigabit interfaces. Bonding mode is 802.3ad, xmit_hash_policy=layer3+4. When testing this setup with iperf, I never get more than a total of about 3Gbps throughput. Is there anything to tweak to get better throughput? Or am I running into other limits

Re: [CentOS] Bonding performance question

2011-01-11 Thread lhecking
According to the Linux bonding docs, xmit_hash_policy=layer3+4 uses: ((source port XOR dest port) XOR ((source IP XOR dest IP) AND 0x) modulo slave count So I guess you could plug in in the above IP addresses and port numbers and see if you get 3

Re: [CentOS] Bonding performance question

2011-01-11 Thread lhecking
I guess you need to look at the bonding src code - looks like it is in drivers/net/bonding/bond_main.c - for CentOS 5 it is: C xor is bitwise. I did a bit of scripting and found that the algorithm seems much more sensitive to port numbers than IP addresses. Not that iperf gives much

Re: [CentOS] Bonding performance question

2011-01-11 Thread lhecking
Hashing 4 values to 4 targets seems like collisions would be likely no matter how you do it. The TX packet/byte values from ifconfig on the NICs should show how much went out each interface. Yes, we checked that in addition to iperf's output. One interface was essentially idle.

Re: [CentOS] Bonding performance question

2011-01-12 Thread lhecking
Is the layer2+3 option simply undocumented via modinfo or is it not present in the CentOS bonding module? It's docuemnted in the kernel docs rpm, /usr/share/doc/kernel-doc-2.6.18/Documentation/networking/bonding.txt. --- This

Re: [CentOS] Bind won't start.

2011-01-14 Thread lhecking
Jan 14 07:29:41 plato named[23057]: the working directory is not writable See if that is owned or at least writeable, by named. I vaguely remember running into something similar, and that was the issue--the file wound up being owned by root and not writeable by named. named does not

[CentOS] Verify tomcat config

2011-03-26 Thread lhecking
I'm going to retire an old RHEL3 server and move the services to CentOS5. In particular, the web server is giving me a headache. On the old box, there's a hacked-up httpd/mod_jk/tomcat setup, and CentOS is perfect for the new box because the required components are included and the whole

Re: [CentOS] Verify tomcat config

2011-03-28 Thread lhecking
Do you need Tomcat6? It's available over at www.jpackage.org, and will be in CentOS 6. Not that this deals with your issue, but I thought you might appreciate a heads up on its availability as a more contemporary version to aim for. Thanks, Nico, I will stick with CentOS5 onboard tools for

Re: [CentOS] CentOS 6: hostname and timezone

2011-10-04 Thread lhecking
Alexander Farber writes: Actually I already seem to have the correct timezone file, but why is the time wrong? afarber@CentOS-60-64-minimal:~ sudo diff /usr/share/zoneinfo/Europe/Berlin /etc/localtime afarber@CentOS-60-64-minimal:~ date Wed Oct 5 00:35:39 CEST 2011 Should I:

[CentOS] No more sound since gfx card update

2011-11-14 Thread lhecking
Our workstation vendor EOL'd the gfx card we were buying and replaced it with a different model. With the new card, sound is no longer working. Previous system: # lspci |grep -i audio 00:1b.0 Audio device: Intel Corporation 82801JI (ICH10 Family) HD Audio Controller # aplay

Re: [CentOS] CentOS6 yum-plugin-fastestmirror spectacular failure

2011-11-25 Thread lhecking
most machines would have base and updates and extras enabled, so you will see those being listed as mirror lists are handed out. open a bugreport at bugs.centos.org if you think the geoip lookup is getting it wrong ( include the ip you are connecting from ). Do you know how exactly geoip

Re: [CentOS] iSCSI best practices

2011-12-12 Thread lhecking
Outage is one thing, but having the disk volumes disappear mid-transaction can be detrimental to a file system's health. To get this back on-topic and closer to the OP's requests, are there any particular iscsi settings one should consider to increase resiliency and minimise the impact of

[CentOS] anaconda and x86_64

2009-08-21 Thread lhecking
I'm trying to build a bugfixed anaconda package for 5.3 x84_64, but there are some fairly basic failures, like pkg-config .pc files not being found. When I modify the spec file accordingly, linking fails because installed libraries are not found. $ rpmbuild -ba anaconda.spec

Re: [CentOS] anaconda and x86_64

2009-08-23 Thread lhecking
Karanbir Singh writes: On 08/21/2009 05:57 PM, lheck...@users.sourceforge.net wrote: I'm trying to build a bugfixed anaconda package for 5.3 x84_64, What bugs are you trying to fix here ? Borked kickstart build in 5.2/5.3. I didn't follow the issue closely, but a patch for it was

Re: [CentOS] anaconda and x86_64

2009-08-23 Thread lhecking
Karanbir Singh writes: On 08/23/2009 01:36 PM, lheck...@users.sourceforge.net wrote: http://bugs.centos.org/view.php?id=2975 https://bugzilla.redhat.com/show_bug.cgi?id=448006 What I'm really trying to do is build a new stage2.img :) afaict, that should be usable with just an

Re: [CentOS] anaconda and x86_64

2009-08-24 Thread lhecking
Karanbir Singh writes: On 08/23/2009 01:36 PM, lheck...@users.sourceforge.net wrote: http://bugs.centos.org/view.php?id=2975 https://bugzilla.redhat.com/show_bug.cgi?id=448006 What I'm really trying to do is build a new stage2.img :) afaict, that should be usable with just an

Re: [CentOS] anaconda and x86_64

2009-08-25 Thread lhecking
are you sure its being used ? apart from that, you really are better off working with the issue on the bugtracker, the anaconda developers would also mostly like to get feedback if the patch isnt working. You are right. I got a response from David Cantrell and he pointed out how I was

Re: [CentOS] anaconda and x86_64

2009-08-25 Thread lhecking
Joseph L. Casale writes: You are right. I got a response from David Cantrell and he pointed out how I was going about this completely the wrong way. Will hopefully get this working tomorrow. Please post your procedure, I have been following this thread with interest! In brief: The bug

[CentOS] quota command broken

2009-09-01 Thread lhecking
We noticed a big change in the workings of the quota command when moving from RHEL3 to CentOS5. Under RHEL3 (quota-3.10-7), quota -v essentially lists the fs quotas for all users logged into the local machine. Under CentOS5 (quota-3.13-1.2.5.el5), only one user quota is displayed, and while

Re: [CentOS] System Recovery

2009-09-04 Thread lhecking
I deleted one copy of the backup, as I've done in the past and made a new crontab entry to try the backup again 2 or 3 minutes later. It was still running several hours later, which couldn't possibly be right. Next, I tried clearing the backup on the backup drive and manually copying

[CentOS] Excessive NFS operations

2009-09-10 Thread lhecking
Reading the waiting IOs thread made me remember I have a similar problem that has been here for months, and I have no sulution yet. A single CentOS 5.2 x86_64 machine here is overloading our NetApp filer with excessive NFS getattr, lookup and access operations. The weird thing is that the

Re: [CentOS] Excessive NFS operations

2009-09-10 Thread lhecking
Do you have anything running that would try to read all the files and build a search index - like beagle? There's also the nightly run of updatedb but that just reads the filenames and normally nfs mounts are excluded. There is no package beagle installed, I don't know if any other

Re: [CentOS] GnuPG for CentOS 5.3?

2009-10-02 Thread lhecking
IMO the default install of gpg is good enough. Remember, you break it, you get to keep the pieces. Good enough is in the eye of the beholder. If you want to use gpg-agent and pinentry, you need gpg2. ___ CentOS mailing list CentOS@centos.org

[CentOS] [Solved] Excessive NFS operations

2009-10-02 Thread lhecking
lheck...@users.sourceforge.net writes: [...] A single CentOS 5.2 x86_64 machine here is overloading our NetApp filer with excessive NFS getattr, lookup and access operations. The weird thing is that the number of these operations increases over time. I have an mrtg graph (which I didn't

Re: [CentOS] [Solved] Excessive NFS operations

2009-10-02 Thread lhecking
This is definitely a weird interaction, as neither the screensaver nor its components actually run on the CentOS machine. I have not checked whether any other activities in a vnc session cause similar behaviour. Where does the screensaver's data files (eg where are the quotes stored)

Re: [CentOS] [Solved] Excessive NFS operations

2009-10-03 Thread lhecking
Maybe it is updating the access time on each read or something that causes the activity. It is either re-reading the files or checking mod times to determin if the local cached copy is valid. Either way, lots of traffic. And this was hundreds of ops/second? I need to ppoint out

[CentOS] Desktop apps, OO and Scribus

2009-10-07 Thread lhecking
I just came across a user who tried to view a Word document on a CentOS5 machine, and it seems that desktop, firefox etc. are trying to view it with Scribus instead of OpenOffice. This needs to change. Is there a system-wide setting for it? On the older, RHEL3 systems we used to have

Re: [CentOS] Desktop apps, OO and Scribus

2009-10-09 Thread lhecking
I use GNOME 99% of the time (CentOS 5.3 32 bit). I have never seen this. If the box has GNOME on it, in Nautilus, if you right click on the file name, it gives you the opportunity to select another app to open the file with. I have OO 3.1 installed. It looks like I found the config in

Re: [CentOS] Sparc?

2009-10-15 Thread lhecking
ML writes: HI All, I have acquired a Sun Fire VL 240. I know there is not a SPARC version of CentOS. Can anyone recommend a good OS for a machine that will do apache, postfix, mysql, etc. I know this is sort of a loaded question, but I don't have a lot of knowledge on distros

Re: [CentOS] Sparc?

2009-10-15 Thread lhecking
Solaris 10. Top notch OS, and comes with ZFS. As does OpenSolaris. Recommend to max it out on RAM. Max out RAM? 16gb? How do you figure that? Apache and MySQL will definitely benefit from it, but if you don't plan on running a busy production server, 2-4GB will probably do. I was

Re: [CentOS] /etc/aliases file wildcard

2009-10-28 Thread lhecking
Jerry Geis writes: I have been trying to find out if the /etc/aliases file can accept wildcards in the user name I was hoping that a line like or similiar: machine*: myaccount would take any name matching machine* and forward onto the myaccount mailbox. man aliases didnt really

Re: [CentOS] Bug in freeradius 1.1.3-1.5.el5_4 rpm

2009-11-02 Thread lhecking
Ian Forde writes: I upgraded one of my servers to CentOS 5.4 today. The freeradius service (radiusd) didn't start up due to permissions errors. I tracked it to the permissions on the /etc/raddb/certs/ directory being set to 640 rather than 750, so the radius user couldn't enter the

[CentOS] Kickstart regression

2009-04-03 Thread lhecking
The 5.3 upgrade broke the kickstart procedures for my xen virtual machines. They are installed via http. 1. The installer sets up the timezone interactively even though it is specified in the kickstart file. Not a big deal, though. 2. The installer hangs unpredictably when installing

Re: [CentOS] Kickstart regression

2009-04-03 Thread lhecking
Ralph Angenendt writes: lheck...@users.sourceforge.net wrote: The 5.3 upgrade broke the kickstart procedures for my xen virtual machines. They are installed via http. 1. The installer sets up the timezone interactively even though it is specified in the kickstart file. Not a

[CentOS] rpmbuild failure

2009-04-19 Thread lhecking
I'm trying to rebuild nx-3.2.0-8.el5.centos.src.rpm from the extras repo. It works on a machine running 5.1, but fails on another running 5.3. The working machine is arch=x86_64, the other i386. The strange bit is the line rpmbuild complains about: it's the last line in the spec file, at the

Re: [CentOS] rpmbuild failure

2009-04-20 Thread lhecking
lheck...@users.sourceforge.net writes: I'm trying to rebuild nx-3.2.0-8.el5.centos.src.rpm from the extras repo. It works on a machine running 5.1, but fails on another running 5.3. The working machine is arch=x86_64, the other i386. The strange bit is the line rpmbuild complains about:

[CentOS] virt-install nographics not working for hvm guest

2009-04-23 Thread lhecking
I'm trying to set up a fully-virtualised CentOS 3.9 guest under 5.3 using kickstart. This doesn't work at all with a text-only install: virt-install -r 384 -n $host -f $dev -v \ -l $loc \ -x ks=http://$kssrv/centos3.ks \ -m $mac

[CentOS] Update notification

2009-04-28 Thread lhecking
CentOS 5.3 New updates available used to be flagged in the (Gnome) desktop notification area, but I don't get them any longer. What could be the problem? yum-updatesd is set up with the default configuration (dbus), and on the machines I changed the notification to email, I do indeed

Re: [CentOS] More on CentOS autotools bug

2011-07-08 Thread lhecking
The only thing I can do is explain how to reproduce the error. However, this would be time-consuming for anyone trying to do so. Sorry, I think You are already wasting everybody's time here. There are people on this list willing to help but you keep waffling without providing even the

Re: [CentOS] send existing root email to another user

2009-12-01 Thread lhecking
Argh spoke to soon - its mostly all good apart from the attachments that are on the emails don't come through as attachments. Is there any way I can send the so that they are received with attachments still intact? mutt -f /var/mail/root tag all messages: T. bounce all tagged

[CentOS] Device enumeration during kickstart

2009-12-14 Thread lhecking
By default, a kickstart installation will spread the configured partitions over all disks that are found, and the only way around that is to use --ondisk or ignoredisk. But I was wondering how reliable this method is. E.g. if there are four SATA ports on the system board, can I blindly

Re: [CentOS] Bind data directory borked on update from 5.3 to 5.4

2010-01-21 Thread lhecking
It seems to be working, but I get this complaint (I see it as a complaint) each time named gets restarted - until I give it write permission for that directory. This is RedHat's policy for bind. The working directory does not need to be writable, and RH's bind maintainer Adam Tkac has

[CentOS] extras repository broken?

2010-03-01 Thread lhecking
Been getting this for the past few days: /etc/cron.daily/yum: Not using downloaded repomd.xml because it is older than what we have: Current : Fri Feb 26 18:03:06 2010 Downloaded: Thu Nov 5 20:40:44 2009 Then I ran yum clean all ; yum -d0 check-update and got

[CentOS] Kickstart 8TB partition limit?

2010-03-25 Thread lhecking
I found a kickstart installation with part pv.10 --size=1 --grow volgroup vol0 pv.10 creates a partition with a size of 8TB even though more than 9TB is available. I need to go in manually with gdisk to destroy the partition and recreate it with all available space. No filesystem

Re: [CentOS] Kickstart 8TB partition limit?

2010-03-26 Thread lhecking
Jeff Hefner writes: hopefully this helps I have quite a few systems in the same boat. really large volume formated as xfs for storing backup data. Here is a simplified snippet from my kickstart files. part pv.2 --noformat --ondisk=sdb --size=1 --grow volgroup lg_largevol --pesize=32768

Re: [CentOS] VMWare vs. KVM - recommendations?

2010-03-30 Thread lhecking
MHR writes: Okay, I'm being noisy today. I have VMWare Server 1.0.8 installed on my CentOS desktop, and it runs my XP and CentOS guests just fine, though I don't use them much. [...] VirtualBox is pretty good, but if you need USB support, it's not exactly plugplay. Even in the non-OSE

[CentOS] selinux on xen virtual machines

2010-03-31 Thread lhecking
I rebuilt my xen host with the 64-bit OS and am in the process of recreating the guests, both 32 and 64 bit. I use a kickstart installation with virt-install, and so far none of the installation attempts has completed. Anaconda indicates installation should take about 2-3 minutes, but when

Re: [CentOS] selinux on xen virtual machines

2010-03-31 Thread lhecking
lheck...@users.sourceforge.net writes: I rebuilt my xen host with the 64-bit OS and am in the process of recreating the guests, both 32 and 64 bit. I use a kickstart installation with virt-install, and so far none of the installation attempts has completed. Anaconda indicates

Re: [CentOS] (no subject)

2010-04-11 Thread lhecking
Benjamin Franz writes: James Bensley wrote: What is this supposed to be Mike? I can't get to the site, eventually it times out? It isn't from Mike. It is some spambot using his forged mail ID to post to the list. It is a common trick to by-pass member's only posting filters. It came

Re: [CentOS] how to debug pxe boot problems

2010-04-13 Thread lhecking
Rudi Ahlers writes: Hi all, I'm trying to get a pxeboot server up and running, according to the instructions on the WIKI (http://wiki.centos.org/HowTos/PXE/PXE_Setup http://wiki.centos.org/HowTos/PXE/PXE_Setup/Menus) Here's my /tftpboot/pxepxelinux.cfg/default : default menu.c32

[CentOS] CentOS5 and samba

2010-04-16 Thread lhecking
We're trying to migrate RHEL3 and CentOS4 based samba servers over to CentOS5, but it's a bleeding disaster. We cannot get it to work reliably with any version of CentOS5, i386 or x86_64, the included 3.0.x version of samba or 3.4.x/3.5.x compiled from source. The symptoms are: read access

Re: [CentOS] CentOS5 and samba

2010-04-16 Thread lhecking
Here's a question: are you using your old configuration files? You might want to compare the default from the install with the old ones - there may be deprecated or defunct or invalid options. Have used the same smb.conf for years on RHEL3 while moving from 3.0.x to 3.[2-4].x.

Re: [CentOS] CentOS5 and samba

2010-04-19 Thread lhecking
Daniel Bird writes: [...] However, at the risk of being a pedant, that doesn't give us a explanation as to why the same setup on CentOS RHEL resulted in the behavior we experienced. NFS mounts are surely not that uncommon on samba servers and one would expect the locking mechanisms to

[CentOS] Local repo sqlite files?

2010-05-12 Thread lhecking
Hi all, I'm updating a customised CentOS 5.2 repo to 5.4. After running createrepo, I find all the usual .xml.gz files updated, but the sqlite.bz2 files have not been touched. What is the significance of these files? If they need to be updated, how is it done? -r--r--r-- 1 user group

Re: [CentOS] Local repo sqlite files?

2010-05-12 Thread lhecking
Karanbir Singh writes: On 05/12/2010 11:23 AM, lheck...@users.sourceforge.net wrote: Hi all, I'm updating a customised CentOS 5.2 repo to 5.4. After running createrepo, I find all the usual .xml.gz files updated, but the sqlite.bz2 files have not been touched. What is

Re: [CentOS] [URGENT] Assistance Requested in Looking for Dr Francis T. Seow, Harvard Law School Research Fellow

2010-05-27 Thread lhecking
Mr. Teo En Ming (Zhang Enming) writes: Dear James, I apologize but I am really not spamming. I am really sending a genuine medical plea. You also sent to openbsd-misc and who knows where, so by definition, you are a spammer. Go away.

Re: [CentOS] Migrating away from Nagios

2010-06-21 Thread lhecking
As Jane's paper makes clear, Nagios less the networking tool, and more the extensible way to monitor specific systems and applications. If hand editing configuration files scares you, it's not for you. But anything that's trying to go fully GUI these days goes XML. And if hand editing

Re: [CentOS] Increasing NFS Performance

2010-06-22 Thread lhecking
Tim Nelson writes: Greetings all- I have a CentOS 5 (Final) system that is serving up content to several other hosts via NFS. The amount of data transferred is rather small as most of the files are under 100kb and each export has maybe 100 files that are accessed regularly. I'm finding that

Re: [CentOS] Colour laser printer

2010-10-05 Thread lhecking
Laurent Wandrebeck writes: On Tue, 05 Oct 2010 13:01:11 +0100 Timothy Murphy gayle...@eircom.net wrote: Anyone got a recommendation for a cheap (but good) colour laser printer that runs under CentOS-5.5 ? hp laserjet 2055dn ? The worst piece of crap I ever had the misfortune to buy.

Re: [CentOS] nspluginwrapper rpms on x86_64? (was: firefox. java. 64 bit. bleah!)

2010-11-21 Thread lhecking
Mike Fedyk writes: On Sat, Nov 20, 2010 at 3:25 PM, Lars Hecking lheck...@users.sourceforge.net wrote: ??Possibly. Or possibly not. On a closely related topic, can you comment on ??whether or not it's a good idea to install the nspluginwrapper rpms on x86_64? ??They seem to be

[CentOS] Intel igb driver question

2012-03-20 Thread lhecking
Does anyone here know which CentOS release added support for 8086:1521, some I350 class device? We cannot get it to work under 5.4/igb driver version 1.3.16-k2. There must have been some major updates since, 5.8 driver is 3.0.6-k2-2 and current is 3.3.6.

[CentOS] Mount options for NFS

2012-10-09 Thread lhecking
We're experiencing problems with some legacy software when it comes to NFS access. Even though files are visible in a terminal and can be accessed with standard shell tools and vi, this software typically complains that the files are empty or not syntactically correct. The NFS filesystems

Re: [CentOS] Mount options for NFS

2012-10-09 Thread lhecking
Mogens Kjaer writes: On 10/09/2012 02:16 PM, lheck...@users.sourceforge.net wrote: The clients exhibiting the problem are running CentOS 5.4 and CentOS 5.8 x84_64. Which NFS protocol version? Have you tried NFS mount with vers=3 ? From /proc: nfs

Re: [CentOS] Mount options for NFS

2012-10-09 Thread lhecking
I would suspect the inode64 option is the problem We had similar issues running 32 bit apps on a 64 bit clients accessing 'large' NFS servers (non-Linux NFS servers) - the 'fix' was to make sure the file systems were exported/mounted with 32 bit inode compatibility

Re: [CentOS] Mount options for NFS

2012-10-10 Thread lhecking
lheck...@users.sourceforge.net writes: I would suspect the inode64 option is the problem We had similar issues running 32 bit apps on a 64 bit clients accessing 'large' NFS servers (non-Linux NFS servers) - the 'fix' was to make sure the file systems were exported/mounted with 32

Re: [CentOS] Mount options for NFS

2012-10-10 Thread lhecking
It did not work. The test environemnt was set up wrong. Is it possible to re-build the 32 bit application with large file support? Nope. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] CentOS6 and pam_access

2012-10-10 Thread lhecking
I just realised that pam_access no longer works under CentOS6 - or it works differently from CentOS5. Under CentOS5, I used this configuration to restrict access to root only: # cat /etc/security/access.conf + : root : ALL - : ALL : ALL # cat /etc/pam.d/system-auth-ac ... account

Re: [CentOS] CentOS6 and pam_access

2012-10-19 Thread lhecking
Under CentOS5, I used this configuration to restrict access to root only: # cat /etc/security/access.conf + : root : ALL - : ALL : ALL # cat /etc/pam.d/system-auth-ac ... account required pam_access.so account required pam_unix.so account sufficient

[CentOS] rup on CentOS6

2013-01-04 Thread lhecking
I just noticed an interesting behaviour of rup on CentOS5/6: run without any host args, it never prints results for CentOS6 machines. However, if a CentOS6 machine is queried directly, there is a result. It doesnt't matter whether the querying host runs CentOS5 or CentOS6. # rup |grep centos6host

[CentOS] rsync and selinux

2013-01-07 Thread lhecking
I'm trying to use rysnc to back up some directories on a CentOS6 machine that uses selinux in enforcing mode. Most files didn't transfer, so I tried the example from rsync_selinux(8): Allow rsync servers to read the /var/rsync directory by adding the pub- lic_content_t file type to

Re: [CentOS] rsync and selinux

2013-01-07 Thread lhecking
I use rsync extensively to transfer entire systems from and to SElinux enforcing environments and have never had a problem with reads using rsync when logged on as the root user. My typical command line is some variation of the following: /usr/bin/rsync -avX --delete-after

Re: [CentOS] rsync and selinux

2013-01-07 Thread lhecking
I would try the booleans getsebool -a | grep rsync Yes, I've set rsync_client. The others aren't relevant here IMHO. allow_rsync_anon_write -- on rsync_client -- on rsync_export_all_ro -- off rsync_use_cifs -- off rsync_use_nfs -- off ___

Re: [CentOS] rsync and selinux

2013-01-08 Thread lhecking
Seemed to be worthy of a blog http://danwalsh.livejournal.com/61646.html Thanks, Dan - the unconfined domain method is the ticket! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] firefox 18

2013-01-10 Thread lhecking
./firefox: symbol lookup error: ./libstdc++.so.6: undefined symbol: _ZNSt7num_getIcSt19istreambuf_iteratorIcSt11char_traitsIcEEE2idE, version GLIBCXX_3.4 and dunno either what I've done wrong, or what other things need to be brought over. Clues appreciated. :) Haven't quite figured

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-14 Thread lhecking
Okay so that means I should use: --with-tcl-libs=/usr/lib --with-tcl-inc=/usr/include --with-tcl-lib-name=tcl.h no? Those are default locations/names and should be found anyway. Check the generated config.log file to find out why exactly they are not.

Re: [CentOS] Cannot find Tcl library(Sort of OT)

2013-01-16 Thread lhecking
I ran this: ./configure --with-tcl-libs=/usr/lib --with-tcl-inc=/usr/include --with-tcl-lib-name=tcl.h None of these options are probably required. Test it. configure:2805: checking for tcl.h library configure:2815: gcc -o conftestconftest.c -lSM -lICE -lX11 -lXi -lXext

Re: [CentOS] firefox 18

2013-01-25 Thread lhecking
You can install a separate python 2.6 stack - e.g: http://pkgs.org/centos-5-rhel-5/epel-i386/python26-2.6.8-2.el5.i386.rpm.html This won't interfere with the default CentOS 5 python 2.4 install I think the firefox build process looks for a 'python2.6' binary - if not, then just add a

Re: [CentOS] Dell unofficial community repository - what do you think?

2013-02-01 Thread lhecking
What are your experiences: should I perform firmware updates the traditional way by downloading *.bin packages from Dell and run them manually or should I use this repo? Is this repo safe and releases stable packages? This is a good resource:

Re: [CentOS] Dell unofficial community repository - what do you think?

2013-02-01 Thread lhecking
I also haven't figured out how to only update firmware for specific devices. With the inventory_firmware and update_firmware commands, it looks for updates and applies all updates at once. inventory_firmware_gui lets you select. I'm not aware of how to achieve this with command line only.

[CentOS] Botched kernel update

2014-04-15 Thread lhecking
I have a 6.5 box that failed to boot after a kernel update. The reason is the first arg on the kernel line: title CentOS (2.6.32-431.11.2.el6.x86_64) root (hd0,0) kernel /tboot.gz ro root=/dev/mapper/vol0-lvol1 intel_iommu=on rd_NO_LUKS LANG=en_US.UTF-8 rd_NO_MD

Re: [CentOS] Critical update for bash released today.

2014-09-26 Thread lhecking
If you absolutely must run an EL4 workload, please do not do it on CentOS-4 and instead pay for and upgrade to RHEL-4 ELS as described in the above link from February 2012. CentOS-4 is unsafe .. don't use it .. don't do it .. please. Or, use the source, Luke. There are official patches for

Re: [CentOS] URGENT! Shellshock fix DOES NOT fix the bug on CentOS 5.4

2014-09-29 Thread lhecking
William Woods writes: 5.4 ? really???. 5.4 ? you have a lot of other issues to worry about. Repeating it three times doesn't make an arrogant statement more true. There are corporate environments that cannot upgrade for various reasons. Also, the history and performance of e.g autofs on

Re: [CentOS] Wiki links broken

2015-02-24 Thread lhecking
I will change the instructions on the wiki to say to edit the files that are included in the centos-release rpm. Thanks, Johnny. That's not really my problem. My problem is that I now need to track an additional channel for updates, with associated local mirror and scripting. I was only

[CentOS] Wiki links broken

2015-02-24 Thread lhecking
http://wiki.centos.org/AdditionalResources/Repositories Under CentOS-Fasttrack, the links to the Readme and CentOS6 repo are broken (again, if the list archives are anything to go by ...). ___ CentOS mailing list CentOS@centos.org

[CentOS] Missing /sys/devices/system/cpu/cpu0/cpufreq

2015-03-19 Thread lhecking
What could be the reason for /sys/devices/system/cpu/cpu0/cpufreq non-existing? The cpu supports EIST. My guess is this may not be available because of cpu power/performance settings in the BIOS, but I can't take down production machines to play with this. Any ideas? The HW is Dell PER

[CentOS] CentOS6.6 installation failure

2015-04-20 Thread lhecking
I have been installing CentOS for years using PXE, kickstart and NFS, but the procedure fails with CentOS 6.6 for some reason. A PXE-initiated, manual install goes through all the setup steps, and once rpm installation has started, it dies after a few packages: anaconda 13.21.229 exception

Re: [CentOS] CentOS6.6 installation failure

2015-04-20 Thread lhecking
I would say to eliminate issues, the first thing to make sure is that your mailcap package is, indeed, good. Summary: it's a good package, but the wrong package for the location. I downloaded the package from a different mirror, and the install proceeds past it. However, now it stops at

Re: [CentOS] nfs (or tcp or scheduler) changes between centos 5 and 6?

2015-04-30 Thread lhecking
Also check out NetApp performance monitors, e.g. autoupport web site or trusty old filer-mrtg. NFS ops and cpu load might be an indication of things going wrong at the NetApp end - you might run into particular bugs and want to upgrade to the latest patch level of the OS.

Re: [CentOS] VirtIO drivers and CentOS 5.4(Final)

2015-05-06 Thread lhecking
You have several hundred more Critical or Important security updates outstanding. If that box touches the Internet in any way, it is likely compromised. Just in the last 6 months there are 21 Important or Critical updates. That is an important qualifier: *If* that box touches the Internet

Re: [CentOS] VirtIO drivers and CentOS 5.4(Final)

2015-05-06 Thread lhecking
And I, personally, would want an email from aforesaid manager telling me not to do any upgrades, which I would print out in several copies and put in a secure place snip You do not understand the situation I presented. This is about avoiding a situation where in a highly complex

Re: [CentOS] VirtIO drivers and CentOS 5.4(Final)

2015-05-07 Thread lhecking
Thanks, Akemi, that's really useful, and I'd never heard of it. I suppose that as it gets updated, it'll tell me the most current legacy to use (in my case, the 310.40 worked, but the 340.58 did not... and that was trial and error. It's all in the README that comes with the driver ... once

  1   2   >