Re: [CentOS] Authentication Problems

2011-02-16 Thread Jeff
ate shadow and the same for /etc/groups, deleting gshadow > recreating it with grpconv will solve the problem but I still can't login as > the web dev user. > > Any ideas anyone? What does /etc/nsswitch.conf look like? Anything other than "files" for passwd, shadow and group?

Re: [CentOS] 32-bit compat-gcc on 64-bit CentOS?

2011-03-29 Thread Jeff
detail on what the actual problem is, but have you tried the -m32 flag with gcc. that will tell it to create 32-bit code. You will also need to pass that option to the linker and be sure any dependent libraries have the 32 bit versions installed. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] cross-platform email client

2011-04-15 Thread Jeff
ynch & Storage -> Uncheck "Keep messages for this account on this computer" Or at least that's where it is in Windows T-Bird. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] allowing users to issue the "shutdown" command

2009-10-16 Thread Jeff
mes in that file with the list of people that are logged in on a virtual console (from /var/run/utmp). Only if one of those authorized users or root is logged in, it will proceed. Otherwise it will write the message so maybe "shutdown -a" is all that is required. --

Re: [CentOS] apache env vars - best practices

2009-10-19 Thread Jeff
v vars for Apache? I put "export FOO=bar" in /etc/sysconfig/httpd and then PassEnv FOO in httpd.conf. Then scripts (PHP in my case) run by apache inherit FOO in the environment. I can't speak for python though. Don't know why it wouldn't work with what you call co

Re: [CentOS] Rsync and full path of filenames

2009-10-28 Thread Jeff
o the end result is more like : > > destinationfolder/etc/httpd/conf/httpd.conf ? Here's how we do it. cd / rsync -avR etc/httpd/conf/httpd.conf /destinationfolder Note that the lack of leading slash on the source. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] There isn't package for httpd-2.0.52-41.ent.6.centos4 [centos announce list from 12.11.2009]

2009-11-16 Thread Jeff
ackage httpd doesn't build ? More likely a mirror is out of sync. My mirror has httpd-2.0.52-41.ent.6.centos4.i386.rpm 12-Nov-2009 16:34 903K -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] crontab problem

2009-11-21 Thread Jeff
l executable pathnames explicitly defined in the script? If not, then maybe the cron environment is lacking some things in the PATH. You also don't even say if the scripts work when run manually. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Startup script woes

2009-12-02 Thread Jeff
k for what may have changed in the meantime. http://wrapper.tanukisoftware.org/doc/english/download.jsp -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] OT: free DNS service?

2010-01-17 Thread Jeff
ny issues. But it's strictly for personal use. They even have pretty good support for updating dynamic addresses. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 5.4 x86_64 authenticating against AD (Server 2008r2)

2010-02-07 Thread Jeff
mething drastic changed in the > schema and search filters for example had to change. +1 We've been using nss_ldap against AD for years. It's never a problem. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] raw device change back to root after reboot

2008-05-28 Thread Jeff
if "yes", anyone have sample? I create a new file /etc/udev/permissions.d/40-informix.permissions with the following contents: sdb5:informix:informix:0660 sdb6:informix:informix:0660 sdb7:informix:informix:0660 Of course, your drive devices will vary. Interesting to see someone else running Inf

Re: [CentOS] 3Ware 9690SA

2008-06-06 Thread Jeff
like to get them up and running. Is there a way to load a driver on > an already running system, or load it for anaconda? Something similar to F6 > in windows? Yes, anaconda supports the concept of a driver disk. http://www.centos.org/docs/2/rhl-ig-as-x86-en-2.1/ch-driverdisk.html And 3ware offers a disk image download for 9690SA/RHEL5. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Apache jserv monitoring?

2008-06-10 Thread Jeff
I've played with is jmap. Of course, you need to be running a recent JVM. I do not proclaim to be an expert with these tools, but it may be of some use in your situation. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Single crontab entry for every 15 minutes beginning & ending on the hour

2008-06-18 Thread Jeff
will have the last run at 16:45, not 17:00 This is more of a brainteaser than a real problem. I can easily configure the job with multiple entries, but I'm a little obsessive-compulsive so I want to try to do it with one entry. # rpm -qa vixie-cron vixie-cron-4.1-49.EL4

Re: [CentOS] 3ware 9650 issues

2008-06-21 Thread Jeff
ssage. Meanwhile, we just cross our fingers and thank our lucky stars the the server in question is in our local office and not one of our non-tech-staffed remote offices. There are unsupported pre-release firmware downloads available if you like to gamble. I

Re: [CentOS] hard drive info

2008-07-09 Thread Jeff
On Wed, Jul 9, 2008 at 2:18 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > i'm acessing a centos box via ssh, is there any way that i can find out the > hard drive info, such IDE/SATA, format, size, make & model, etc...? dmesg |

Re: [CentOS] Linux equivalent of 'format' in solaris

2008-07-11 Thread Jeff
ECTED],1/[EMAIL > PROTECTED],0 > Specify disk (enter its number): There is no 'one' equivalent. If you want to partition disks, use fdisk. If you want to see the physical hardware info, try cat /proc/scsi/scsi or cat /proc/ide/hd?/model -- Jeff ___

Re: [CentOS] yum remove -- wants to remove a ton of stuff

2008-07-16 Thread Jeff
led > 379 k > net-snmp-utils i386 5.1.2-11.el4_6.11.3 installed > 299 k > xojpaneli386 0.91-9 installed 81 k > > Transaction Summary >

Re: [CentOS] Raw device gone after reboot (Centos 5.2)!!!

2008-07-17 Thread Jeff
stallation, we point the server directly at the /dev/sd* devices. The one trick is to create a file in /etc/udev/permissions.d that sets the permissions for the disk devices at boot. # cat /etc/udev/permissions.d/40-informix.permissions sdb5:informix:informix:0660 sdb6:informix:informix:0

Re: [CentOS] Raw device gone after reboot (Centos 5.2)!!!

2008-07-18 Thread Jeff
nmounted, unformatted partitions. You talk about 'mounting' raw devices in another post, but mounting is the opposite of 'raw'. Raw is by definition unmounted. Just point your database server at /dev/sd* devices. It will do the rest. Forget about raw devices. They are history

Re: [CentOS] Yum strangeness

2008-07-18 Thread Jeff
av? Perhaps I missed something, but don't > think so. > Appears to be yet another instance of mixing repositories. You have both kb and rpmforge, each of which has clamav packages. Disable one of the repos. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] sticky folder permissions

2008-07-22 Thread Jeff
or just not granting read permission to new objects? If an application so chooses, it can set whatever permissions it wants on newly created files. It may even have logic to alter the permissions on existing files. You may not be able to control it from the OS level. Or, it could b

[CentOS] No eth0 on centos 6.2

2012-01-04 Thread Jeff
Just installed centos 6.2. I run and ifconfig -a I see and em1 em2 and lo interface. If I go to /etc/sysconfig/network-scripts, I don't see an ifcfg-eth0. If I run ifup eth0 it comes back with "Device eth0 does not seem to be present, delaying initialization". Anybody have a clue? Thanks i

Re: [CentOS] No eth0 on centos 6.2

2012-01-04 Thread Jeff
I simply decided to set onboot to yes, bootproto to static, and assign an address. Thank you! ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] No eth0 on centos 6.2

2012-01-05 Thread Jeff
Thanks for the help and info! -JT ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Video on (video-capable digital) still camera not accessible

2009-05-22 Thread Jeff
does work, then start checking out different USB devices and flash cards on your computer to try to pinpoint the issue. Heck, sometimes one USB port works and another doesn't. Have you tried different ports yet? Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] BBC Player in firefox?

2009-06-06 Thread Jeff
? Any clues please? Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Cannot get LD_LIBRARY_PATH to work under NX (freenx)

2009-06-08 Thread Jeff
ther settings from > .bash_profile are set properly, so this file is definitely parsed during > nx session startup). Can you just skip the whole LD_LIBRARY_PATH thing and configure libraries at the system level? man ldconfig Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Evolution Question?

2009-06-10 Thread Jeff
I have a CentOS 5.3 Desktop and use Evolution to read mailing lists . When i move from one read letter to another(either deleting or clicking next the Message pane flickers. How can i stop this because it is hard on my eyes when i have a few emails to read? Jeff

Re: [CentOS] Evolution Question?

2009-06-11 Thread Jeff
Sorin Srbu wrote: >> -Original Message- >> From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On > Behalf >> Of Jeff >> Sent: Thursday, June 11, 2009 7:41 AM >> To: CentOS mailing list >> Subject: [CentOS] Evolution Question? &g

Re: [CentOS] Cyrus IMAP and ipurge

2009-06-16 Thread Jeff
e light? > Can't help much with ipurge. I never did like how it works. I have chosen a different approach using the cyradm mboxconfig command to set the expire option on each mailbox as needed. The 'expire' option is set-it-and-forget-it. Yet this approach lacks managability. There is no quick and easy way to survey all of your user mailboxes to check the expire option settings. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] VMWARE tools on Centos 5.2

2009-06-21 Thread Jeff
aay résolution.. > (the max is 800 * 600) > any help? > You must run /usr/bin/vmware-config-tools.pl to complete the installation. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] best way to start and shutdown programs in CentOS?

2010-11-24 Thread Jeff
va-specific features. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum update troubles

2011-01-03 Thread Jeff
nd use yum-plugin-priorities or yum-plugin-protectbase? You may have to untangle installed packages from mixed repositories before you can go any further. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Converting to maildir

2011-01-04 Thread Jeff
. Once mail storage is fixed, you can start working on de-customizing your MTA. And with regard to backup space, it might be time to suck it up and tell your users that you need to implement mail quotas. How much are you backing up from "Sent" and "Trash" because nobody ma

Re: [CentOS] apache

2008-08-26 Thread Jeff
RMAT > export ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH LD_LIBRARY_PATH_32 > PATH > ~ Yes, that is the right way. But one point that was not clearly made is that you probably ALSO need to add to your apache configuration: PassEnv ORACLE_BASE ORACLE_HOME [etc.] Thi

Re: [CentOS] unix2dos did NOT fix line wrap problem on PC

2008-08-28 Thread Jeff
On Thu, Aug 28, 2008 at 9:57 AM, mcclnx mcc <[EMAIL PROTECTED]> wrote: > I have log files will mail from LINUX to my PC (MS exchange and outlook). > > When I look the E-MAIL, the log file line is unwrap. My script did use > "unix2dos" to convert format. anyone know why? > > > == script ==

Re: [CentOS] Re: CentOS 4.7 status

2008-09-12 Thread Jeff
ot; > > "NO" > :-D > They should have stuck with the "when it's ready" response instead of telling us the "5th or 6th", then "Monday night". They created greater anticipation by suggesting an actual time line. And greater frustration by missing it. "When it's ready" always worked for me in the past, but since they gave a date this time, I've been obsessively checking the mirrors looking for the release. It's human nature. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] "EDAC i5000 MC0: FATAL ERRORS Found!!!" error message?

2008-10-13 Thread Jeff
Hi List, We had the following error thrown on console on a PowerEdge server running CentOS 5 (64 bit). Googling around didn't yield any particular insights. The server crashed a few minutes after this message. Running memtester, just to check, didn't find anything; and the box has been r

[CentOS] Yum and case-sensitivity

2008-10-13 Thread Jeff
Hi List, On one of our servers (CentOS 4 32 bit), we have the dag repo enabled. Yesterday morning during a yum update, yum replaced the CentOS package "perl-DBD-MySQL" with one from dag, "perl-DBD-mysql". For whatever reason, the two packages differ, in that only one of them (the CentOS

Re: [CentOS] new list proposal

2008-10-15 Thread Jeff
o trouble navigating the list as is (with gmail) and adding a new list would just mean another subscription to manage. If I subscribed, I would probably give the new list the same label, so it would all be the same to me. I favor one-stop shopping. My $0.02 -- Jeff __

Re: [CentOS] Rsyncing UPdate repo yoyoing

2008-11-12 Thread Jeff
ut nothing > available yet. Perhaps the issue is only with your chosen mirror. I'm not well educated on how to read the centos mirror status page, but mirrors.kernel.org does appear to have a potentially questionable status of late. http://mirror-status.centos.org/ -- Jeff __

Re: [CentOS] Need a little card file database app

2008-12-05 Thread Jeff
d > on a couple of keywords like: > > Centos TightVNC fonts > > And what it takes to setup the sym links to get TightVNC running in > Centos > > > So anyone wish to share their favorite tidbit recording tool? We have a shared wiki for sysadmin notes and other bits. Yo

Re: [CentOS] pop3 attack

2008-12-09 Thread Jeff
lip=:::192.168.1.2 > > How worried should I bee about this? Any suggestions for dealing with > it? >From the log snippet, it does not appear to be a distributed attack. Block 66.167.184.203 at the router -- Jeff ___ CentOS mailing

Re: [CentOS] URGENT: libdvdcss install hosed /var

2008-12-11 Thread Jeff
It seems, though, that it is GNOME that is painfully slow > to start any thing up, and when it is doing so, it hampers everything > else to some extent. Slow as in it takes minutes to load programs > instead of milliseconds Are you sure your hard disk is healthy? -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] time command with options

2009-01-13 Thread Jeff
s this elusive GNU version? I checked both C4 and C5 and neither supported the additional options. Unless somebody else can shed some more light on this, I guess you are stuck with output redirection provided by your chosen shell. -- Jeff ___ CentOS mailing

Re: [CentOS] Emergency rescue help needed

2009-01-29 Thread Jeff
e CD images you can download which have utilities and thorough diagnostics. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Practical experience with NTLM/Windows Integrated Authentication [Apache]

2009-02-14 Thread Jeff
ure your Windows ADS is configured properly. If there's > anything that will throw off your project, it's the Windows server. > Your Windows admin better know his stuff! > OK, so you say it's possible, but how about some hints? You're leaving us completely in the da

Re: [CentOS] Create a Debian Repo Mirror

2009-02-26 Thread Jeff
downloading. Only downloads newer files. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Repo order - priority plugins

2009-02-27 Thread Jeff
nd would help. What services do you need from all of those repos? Are you running a do-everything desktop machine, or servers? Have you considered virtualization as a way to isolate the instances where third party packages are needed? -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] pam_ldap and nss_ldap failover

2009-03-19 Thread Jeff
ther strange syntax of: AuthLDAPURL "ldap://ldap1.example.com ldap2.example.com/OU=example,DC=example,DC=com" Note the space between hostnames. The man pages are rather vague on the exact syntax for multiple hosts. Good luck, -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Get only script name with shell script

2009-04-24 Thread Jeff
On Fri, Apr 24, 2009 at 1:35 PM, Semih Gokalp wrote: > Hi all, > > I wrote shell script and put it under the /usr/local/bin/ directory. > > I use echo $0 for get script name but it has printed > "/usr/local/bin/" but  i want to only print > > How can i do this ? basename $0 _

Re: [CentOS] calendar

2011-05-26 Thread Jeff
atured" instead of a download button, and following links is completely > circular, from the Mozilla site, to the lightnening site, back to the > Mozilla site. > > Any clues as to how to get the damn thing? > Well, I don't run it on CentOS, but on Windows Thunderbird 3.1.10

Re: [CentOS] calendar

2011-05-26 Thread Jeff
On Thu, May 26, 2011 at 3:21 PM, wrote: > Jeff wrote: >> On Thu, May 26, 2011 at 2:30 PM,   wrote: >>> Eero Volotinen wrote: >>>> 2011/5/26  : >>>>> Folks, >>>>> >>>>>   My manager's asked me about something that

Re: [CentOS] Email Problem

2010-02-26 Thread Jeff
On Fri, Feb 26, 2010 at 7:12 AM, Susan Day wrote: > On Fri, Feb 26, 2010 at 9:09 AM, Eero Volotinen > wrote: >> >> qmail is very old and not under development anymore. You should >> migrate your system to postfix. > > postfix isn't supported either. At least I have some experience with qmail. po

Re: [CentOS] cron.hourly runs twice

2010-03-16 Thread Jeff
twice. > > I just wonder if anyone has come across this curiosity? > Or can suggest any possible cause. hourly, daily, weekly and monthly jobs are configured in /etc/crontab. What's your /etc/crontab look like? Are you seeing the same behavior for daily

Re: [CentOS] OT: Rsync question

2007-12-08 Thread Jeff Larsen
Although, there's no reason the ' for i in /dir1 /dir2 /dir3' shouldn't work. Start debugging your script without the loop, just rsync /dir1 and get that working, then add more. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] [OT] Connecting to a Windows server via NFS

2007-12-12 Thread Jeff Larsen
ror has occurred" with no helpful details. Still scratching our heads on that one. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Logging into Windows 2003 Active Directory

2007-12-19 Thread Jeff Larsen
nce you get it figured out, it's pretty slick. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] Getting email from cron when script is run manually

2007-12-19 Thread Jeff Larsen
in /var/run and /var/lock/subsys respectively. Is that the connection? Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Getting email from cron when script is run manually

2007-12-19 Thread Jeff Larsen
run-parts to see what's happening. Thanks, Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Getting email from cron when script is run manually

2007-12-19 Thread Jeff Larsen
input. Adding 2>&1 to the end of the python command fixed it. Dumb mistake on my part. But in my defense, interpreted languages make for lousy daemons. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
ream issue or a CentOS issue? Can something be done about it going forward? Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
On Dec 21, 2007 10:29 AM, Ignacio Vazquez-Abrams <[EMAIL PROTECTED]> wrote: > > On Fri, 2007-12-21 at 09:53 -0600, Jeff Larsen wrote: > > We had some custom additions to our site.py file for a third party > > application. 'yum update' to 4.6 overwrote the file

Re: [CentOS] 4.6 update overwrote my /usr/lib/python2.3/site.py file

2007-12-21 Thread Jeff Larsen
> Jeff Larsen wrote: > > We had some custom additions to our site.py file for a third party > > application. 'yum update' to 4.6 overwrote the file with no backup or > > warning. Not hard to repair, but it did have me worried there for a > > few minutes

Re: [CentOS] Do you need to reboot after adding an entry to fstab?

2008-01-17 Thread Jeff Larsen
eded? (or > > some service restarted). > > > IIRC, as long as you have the proper fs module loaded, all you need to do is > mount the file system. Maybe goes without saying, but 'mount -a' would be recommended as that reads from fstab to perform the mount. We do

Re: [CentOS] Cron on certain days?

2008-01-28 Thread Jeff Larsen
run them on a regular schedule and program them with the logic needed to decide whether or not they should do anything. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Help with authenticating against Active Directory.

2008-01-31 Thread Jeff Larsen
onkey business. We use it for database application auth and limited shell access. It just works, failures are rare. Configuration details are left as an exercise for the OP as I have had a long day and a couple glasses of wine -- Jeff ___ CentOS m

Re: [CentOS] Help with authenticating against Active Directory.

2008-02-01 Thread Jeff Larsen
own hotfixes and DLLs to get our mixed environment working. It was not fun, but we eventually got it all squared away. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Help with authenticating against Active Directory.

2008-02-01 Thread Jeff Larsen
On Feb 1, 2008 9:38 AM, <[EMAIL PROTECTED]> wrote: > On Thu, 31 Jan 2008 20:29:07 -0600 > "Jeff Larsen" <[EMAIL PROTECTED]> wrote: > > > Don't use Samba. > > > > Microsoft Services For UNIX or 2003R2 support UNIX attributes in >

Re: [CentOS] Help with authenticating against Active Directory.

2008-02-01 Thread Jeff Larsen
On Feb 1, 2008 10:20 AM, <[EMAIL PROTECTED]> wrote: > On Fri, 1 Feb 2008 09:49:47 -0600 > "Jeff Larsen" <[EMAIL PROTECTED]> wrote: > > > > 1. I have the same problem, but the admin does not want to > > > install Microsoft Services For UNIX.

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Jeff Larsen
e as yum install compat* A more targeted approach: run "ldd a.out" and see what 32-bit libraries your 32-bit binary is expecting to have available. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] 32 bit applications on 64 bit machine

2008-02-05 Thread Jeff Larsen
led, but if you need to install more you will have to specify the i386 version to yum. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] system smtp server question

2008-02-06 Thread Jeff Larsen
t a local daemon is ultimately going to be much messier and higher maintenance than running a local MTA. My $0.02, Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Java not seeing timezone/tomcat displaying times in GMT

2008-02-08 Thread Jeff Larsen
up to date? Then again, I haven't done much with directory listings in Tomcat, so there may be a different issue at work here. Can you create a simple JSP page that writes java.util.TimeZone.getDefault().toString() and see what you get? -- Jeff

Re: [CentOS] Java not seeing timezone/tomcat displaying times in GMT

2008-02-09 Thread Jeff Larsen
h? Maybe there's a way to manipulate that, but I don't know it. The Tomcat developers probably don't care much about it because Tomcat is seldom used to serve static content. But at least you can stop letting the time zone configuration drive you crazy... -- Jeff _

Re: [CentOS] Apache2::Request on CentOS 5

2008-02-10 Thread Jeff Larsen
... Check out the cpan command. It's an interactive program that you can use to manage perl add-ons. Not all perl stuff is available via RPM and since perl is pretty well self-contained, you can't get into to much trouble by pulling things in from other sources. Jeff _

Re: [CentOS] domain name display issue in linux pc

2008-02-14 Thread Jeff Larsen
name in my prompt. domainname command is for NIS/YP, you want dnsdomainname. I don't see any problems with your configuration files. Whether to use or not use the FDQN in those files is not well defined. If hostname -s and hostname -f return the short and FDQN names respectively, then

Re: [CentOS] OFF Topic: mysql installation problem

2008-02-14 Thread Jeff Larsen
On Thu, Feb 14, 2008 at 6:59 PM, Michael A. Peters <[EMAIL PROTECTED]> wrote: > Ed Morrison wrote: > > This is interesting: > > > > Locate shows this: > > > > [EMAIL PROTECTED] ~]# locate mysql | less > > > > > > > > > But listing the directories will not show the same files: > > > > [EM

Re: [CentOS] Logwatch showing entries for non existent services

2008-02-26 Thread Jeff Larsen
On Tue, Feb 26, 2008 at 8:49 AM, Joseph L. Casale <[EMAIL PROTECTED]> wrote: > I had removed Exim and installed Postfix yet Logwatch still shows an empty > Exim section? Why is that still in the output? Probably because the package removal does not remove log files. Try manually deleting the logs.

Re: [CentOS] VMWare error: Use of uninitialized value in string eq

2008-03-04 Thread Jeff Larsen
orm. I have commented out (with a #) both lines 114 and 115 in VmPerl.pm with no ill effects. I tried to figure out the cause, but I am not perl guy, so I gave up and went for the easy fix. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rsync

2008-03-07 Thread Jeff Larsen
is a pain in the you know what. Very finicky. Perhaps try **/*.pdf as the include patterns are directory sensitive. I don't think a simple *.pdf will apply recursively. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Migrate Outlook Express mail to Thunderbird?

2008-03-11 Thread Jeff Larsen
ail/IMAP and copy from gmail to Local Folders. Hopefully you don't have several Gigs of messages. If you already have an IMAP enabled mail account somewhere else, you could use that too. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] disable SELinux

2008-03-11 Thread Jeff Larsen
On Tue, Mar 11, 2008 at 1:25 PM, Hiep Nguyen <[EMAIL PROTECTED]> wrote: > hi all, i asked this topic couple days ago, but i have problem again. > > for some reasons, iptables was turned on again. is there any way to > disable iptables completely? > > this is what i did last time: > #service ip

Re: [CentOS] how do i have a clone centos server

2008-03-28 Thread Jeff Larsen
isk, so get another one and set up raid 1. Other than that, your hardware will probably run for years without issue. We all want 100% uptime, but you have to weigh the cost against the actual need. -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rsync question

2008-04-07 Thread Jeff Larsen
e does not exist in the source directory? Is it just being rsynced along with everything else? Perhaps it is left over from previous backup strategies. Have you opened up the archive to look at dates and timestamps? -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] rsync question

2008-04-08 Thread Jeff Larsen
e and put a / in front of the name (use the --dry- run option if you're not yet ready to copy any files). I think this is one of the weakest features of rsync. I wish they would implement something that would generate more predictable outcomes. -- Jeff __

Re: [CentOS] mod_auth_ldap Apache2 on CentOS 5 and require group

2008-04-10 Thread Jeff Larsen
lement that references your svn repository path? Please show more of your config. Are you sure Apache is querying the LDAP server? Are you prompted for a login. Are you denied if a bad password or username is given? -- Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] CentOS 5 - Xen and Vmware Server

2007-10-16 Thread Jeff Larsen
xen dom0 in a VMware virtual machine. Never tried it myself, so I won't make any promises. Performance in xen domU would stink, but I can't imagine you would be doing this for any other reason than development and testing... Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] SNMP and MIB

2007-10-19 Thread Jeff Larsen
is the IP address of the machine that will be querying SNMP. Make sure to use the same community name in your Dell Server Assistant discovery configuration. It's all in the documentation (except for the Nahant trick). Good luck, Jeff ___ Ce

Re: [CentOS] install via http

2007-11-26 Thread Jeff Larsen
10Mb) iso image that you can use to boot from. Great for mounting virtual media in a Dell DRAC to launch a network install. Here's the docs on how to do it: http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch02s04.html See section 2.4.2. Jeff ___

Re: [CentOS] Local repository via createrepo assumes apache?

2007-12-03 Thread Jeff Larsen
x27;t bother. You can still configure clients to use your local mirror for base/update and public mirrors for anything else they might need. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] yum update for 5.0 ==> 5.1

2007-12-05 Thread Jeff Larsen
Looking at my /var/log/yum.log, I only had 90 packages updated or installed.Total installed packages now is 277. Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] centos 5.1 netinstall iso bugged ?

2007-12-06 Thread Jeff Larsen
On Dec 6, 2007 8:15 AM, kOoLiNuS - Nicola Losito <[EMAIL PROTECTED]> wrote: > server: mirror.centos.org > path: centos/$releasever/os/$basearch Try path: centos/5/os/i386 (or x86_64 instead of i386) I don't think the $releasever and $basearch variables are set in thi

[CentOS] dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?

2007-07-02 Thread Jeff Potter
PROTECTED]" so it allows it. Thoughts? I'm thinking I'm missing something reay basic. best, Jeff ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?

2007-07-02 Thread Jeff Potter
Thanks, Brent -- I tried this, but still no dice. I didn't copy all of your directives, since there's no relay involved in our case, but I did make sure that the following 3 were enabled... FEATURE(`allmasquerade')dnl FEATURE(`masquerade_entire_domain')dnl FEATURE(`m

Re: [CentOS] dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname?

2007-07-02 Thread Jeff Potter
Since you are using NAT, the important IP address and host name associated with it is the one the outside world sees. Does that IP address have a host name the world sees and does that name then resolve to the same IP address? Yup -- that's what I'm trying to get sendmail to use, b

Re: [CentOS] dumb sendmail question -- how to get outbound messages to use "example.com" instead of hostname? SOLVED

2007-07-02 Thread Jeff Potter
OSED_USER(`root')dnl Thanks, guys! I think I'd have banged my head on this one for a long while, because it would work for all users *except* root, and I was testing it as root (and actually need it to work for root, too). best, Jeff

Re: [CentOS] how do export a block device via eSATA?

2011-02-14 Thread Jeff Hefner
use quieter fans possibly putting them on some kind of speed control jeff On Mon, Feb 14, 2011 at 8:05 AM, Les Mikesell wrote: > On 2/14/11 7:57 AM, Ross Walker wrote: >> >>> I just had this idea of exploring eSATA since most machines already >>> have an eSATA port

  1   2   3   >