Re: [CentOS] boot hangs on trying to start sendmail

2007-12-27 Thread Ed Donahue
At startup, you will see a message that say Press I to run in interactive mode, there you can reject starting sendmail when you are prompted. On Dec 27, 2007 10:03 AM, Robert Moskowitz <[EMAIL PROTECTED]> wrote: > I am building a new server. It will be a temporary firewall of sorts. > > I am wel

Re: [CentOS] glibc

2008-01-23 Thread Ed Donahue
You can. just install it in a different location. On Jan 23, 2008 8:44 AM, Centos <[EMAIL PROTECTED]> wrote: > Hello > > Can we have different version of glibc on the same server ? > > Thanks > > ___ > CentOS mailing list > CentOS@centos.org > http://li

Re: [CentOS] Breaking Windows XP user password?

2008-01-24 Thread Ed Donahue
knoppix probably. On Jan 24, 2008 9:10 AM, Scott Ehrlich <[EMAIL PROTECTED]> wrote: > Granted this is not a UNIX system, but in case there is a UNIX tool to > accomplish the goal... > > I am looking for a bootable CD/DVD (or application to be placed on a > CD/DVD to > be made bootable) that can l

Re: [CentOS] One approach to dealing with SSH brute force attacks.

2008-01-30 Thread Ed Donahue
I use this one, works great and easy to setup http://rfxnetworks.com/bfd.php On Jan 30, 2008 11:54 AM, James B. Byrne <[EMAIL PROTECTED]> wrote: > Message-ID: <[EMAIL PROTECTED]> > > On: Tue, 29 Jan 2008 07:30:11 -0600, Johnny Hughes <[EMAIL PROTECTED]> > Subject Was: [CentOS] Unknown rootkit ca

Re: [CentOS] Yum not updating kernel

2008-02-18 Thread Ed Donahue
I am having the same issue [EMAIL PROTECTED] ~]$ uname -mr 2.6.18-53.el5 x86_64 [EMAIL PROTECTED] ~]$ rpm -qa | grep ^kernel | sort kernel-2.6.18-53.el5 kernel-devel-2.6.18-53.1.4.el5 kernel-devel-2.6.18-8.1.14.el5 kernel-headers-2.6.18-53.1.4.el5 On Feb 18, 2008 1:10 PM, Akemi Yagi <[EMAIL PRO

Re: [CentOS] Yum not updating kernel

2008-02-18 Thread Ed Donahue
output [EMAIL PROTECTED] ~]# yum -d5 update kernel Loading "skip-broken" plugin Loading "installonlyn" plugin Loading "priorities" plugin Loading "fastestmirror" plugin Loading "kmod" plugin Loading "kernel-module" plugin Running "config" handler for "skip-broken" plugin Running "config" handler f

Re: [CentOS] Yum not updating kernel

2008-02-18 Thread Ed Donahue
[EMAIL PROTECTED] pluginconf.d]# yum -d5 update kernel Loading "skip-broken" plugin Loading "installonlyn" plugin Loading "priorities" plugin Loading "fastestmirror" plugin "kmod" plugin is disabled "kernel-module" plugin is disabled Running "config" handler for "skip-broken" plugin Running "config

Re: [CentOS] Yum not updating kernel

2008-02-19 Thread Ed Donahue
OK, that worked for me yum clean all yum --disablerepo=\* --enablerepo=updates update Should this be done on a weekly/monthly basis? " yum clean all" Or are my repos messed up? repo id repo name status priority === =

Re: [CentOS] Keeping machines online

2008-03-06 Thread Ed Donahue
Need to do that in the BIOS BIOS setting for Power and set it to wake on LAN or there could be other options. On Thu, Mar 6, 2008 at 10:46 AM, Jerry Geis <[EMAIL PROTECTED]> wrote: > I am using centos 5.1. I want to keep my machines always powered on. > Some machines (important ones) are UPS'd.

[CentOS] Health Monitoring

2008-03-23 Thread Ed Donahue
Hey, I am looking for healt monitoring software for my centos5.1 box. Nothing crazy (like nagios), just something that records memory/cpu usage every min to 5 mins. I added some vmware stuff and was looking to see when if swap gets used and cpu spikes.

Re: [CentOS] Health Monitoring

2008-03-23 Thread Ed Donahue
sar and iostat are perfect, thanks! yum install sysstat Ed On Sun, Mar 23, 2008 at 9:30 PM, Barry Brimer <[EMAIL PROTECTED]> wrote: > > Hey, > > > > I am looking for healt monitoring software for my centos5.1 box. > Nothing > > crazy (like nagios), just something that records memory/cpu usage e

[CentOS] Linux equivalent of 'format' in solaris

2008-07-11 Thread Ed Donahue
It shows the physical disks on the server bash-2.05b# format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c0t2d0 /[EMAIL PROTECTED],0/SUNW,[EMAIL PROTECTED],880/[EMAIL PROTECTED],0 1. c0t3d0 /[EMAIL PROTECTED],0/SUNW,[EMAIL PROTECTED],88

[CentOS] screen command

2008-07-12 Thread Ed Donahue
Anyone know which rpm give you the screen command? Or tell me how to figure this out on my own :-) Ed ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

[CentOS] prevent runaway PID taking down server (RAM/swap)

2008-07-23 Thread Ed Donahue
Is there a way I can prevent processes from taking up all the ram then swap until the box crashes/freezes? I'm using IEs4Linux and the wineserver seems to start taking up RAM until my box dies, it happens slowly. I am able to kill the sucker now, but I'd like to not have to worry about that. sar

[CentOS] way OT: CCNA Router Sim

2008-07-29 Thread Ed Donahue
I know this is completely off topic, but I was wondering if anyone could suggest a good network/router simulator. I don't want to spend $80 on CCNA CertSim unless I have to. ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinf

Re: [CentOS] hosting provider with CentOS shell?

2009-06-04 Thread Ed Donahue
On Fri, Jun 5, 2009 at 1:41 AM, Matt Harrington wrote: > I need a hosting provider just like Dreamhost.net's shared hosting > service, but with a CentOS shell instead of Debian.  Any pointers? > > Matt > ___ > CentOS mailing list > CentOS@centos.org > htt

[CentOS] - OT - VIM - recording

2009-07-14 Thread Ed Donahue
Is it possible in vim to do the following: Search for this block of data: # Catalog Service 2.0 for uat03 PathPrepend /inquiryservices Cluster 172.21.1.1:999 And change Cluster 172.21.1.1: to Cluster 172.21.1.2:7000 It needs to have uat03 (or 02, 01

Re: [CentOS] - OT - VIM - recording

2009-07-15 Thread Ed Donahue
On Wed, Jul 15, 2009 at 12:01 PM, Charles E Campbell Jr wrote: > Ed Donahue wrote: >> Is it possible in vim to do the following: >> >> Search for this block of data: >> >>         # Catalog Service 2.0 for uat03 >>         >>         PathPrepend /inqu

[CentOS] OT - Sensa Fuze

2009-07-17 Thread Ed Donahue
Anyone have experience with using a Sensa Fuze mp3/ogg player on CentOS 5.x? I'm looking for a player that plays vorbis and isn't a M$/DRM/Apple slave and this one looks like a good one to buy. Thanks for any help! ___ CentOS mailing list CentOS@centos.

[CentOS] libdirect - ok for two versions

2009-09-05 Thread Ed Donahue
For the latest update for xine, it requires: /usr/lib64/libdirect-1.0.so.0 I have /usr/lib64/libdirect-1.2.so.0.4.0 Can I have both sitting in the lib directory, just manually place the file there, without installing an older version of directfb (provides the lib)? Thank you, Ed _

Re: [CentOS] Need tip on an inexpensive printer for college student using CentOS 5.5

2010-08-16 Thread Ed Donahue
On Mon, Aug 16, 2010 at 4:55 PM, Robert Heller wrote: > At Mon, 16 Aug 2010 14:50:32 -0400 CentOS mailing list > wrote: > >> >> Sending my son back to college with a dual-boot laptop with Win 7 and >> CentOS 5.5.  He uses Win7 to manage his iPod and SW that sometimes >> issued by a professor for

[CentOS] Load at 5, no CPU I/O or swap in use

2010-08-20 Thread Ed Donahue
We are currently running CentOS 5 update 4 on a Dell R910 server 16 cores/32 hyperthreaded with 64GB of memory. It is our main Oracle 11g DB server for one of our customers and is attached to an MD 3000 storage array. We are having a load averaging around 5 but see no swap in use, CPUs are pretty m

Re: [CentOS] Load at 5, no CPU I/O or swap in use

2010-08-20 Thread Ed Donahue
On Fri, Aug 20, 2010 at 4:14 PM, Brian Mathis wrote: > On Fri, Aug 20, 2010 at 2:48 PM, Ed Donahue wrote: >> We are currently running CentOS 5 update 4 on a Dell R910 server 16 >> cores/32 hyperthreaded with 64GB of memory. It is our main Oracle 11g >> DB server for one of

[CentOS] PHP.ini question 5.5CentOS

2010-09-02 Thread Ed Donahue
I can't seem to figure out why any changes I make to php.ini and restart apache (apachectl stop|start; grep of any httpd processes), the settings do not update. php -r "phpinfo();" | grep Configuration Configuration File (php.ini) Path => /etc/php.ini Configuration I installed extensions via yum

Re: [CentOS] PHP.ini question 5.5CentOS

2010-09-02 Thread Ed Donahue
On Thu, Sep 2, 2010 at 6:32 PM, Ed Donahue wrote: > I can't seem to figure out why any changes I make to php.ini and > restart apache (apachectl stop|start; grep of any httpd processes), > the settings do not update. > > php -r "phpinfo();" | grep Configuration >

[CentOS] Lost Sound after Firefox crash

2008-08-01 Thread Ed Donahue
My Firefox crashed and I lost sound, is there a way to release the lock Firefox had on sound when it crashed? I was streaming sirius radio at the time of the crash. Is there a daemon I can restart? I could just reboot but I'm not windows admin :) I logged out of the GUI then back in, would restar

[CentOS] Remove old kernel

2008-09-05 Thread Ed Donahue
I've switched from the xen kernel to regular kernel and trying to remove the xen one is giving me an error: [root@ ~]# rpm -e kernel-xen-2.6.18-92.1.10.el5 error: Failed dependencies: xen-hypervisor-abi = 3.1 is needed by (installed) xen-3.0.3-64.el5_2.1.i686 [root@ ~]# uname -r 2.6.18-92

Re: [CentOS] nspluginwrapper included in CentOS 5.2 fails completely

2008-11-17 Thread Ed Donahue
64-bit flash is here, well alpha stage: http://labs.adobe.com/technologies/flashplayer10/ Here is what I did: yum remove flash-plugin mozilla-plugin-config -i -f -v (might not be necessary) Deleted this one /usr/lib64/mozilla/plugins/npwrapper.libflashplayer.so placed libflashplayer.so (64-bi

[CentOS] acroread = resource hog

2009-01-12 Thread Ed Donahue
Any have trouble with acroread taking up massive cpu and memory? I exited my Firefox browser and the lil bastard was still hogging up my resources. Took up 69% of 4GB, and wouldn't let go, until a kill -9 showed'em, have to do it every time I open a pdf in firefox. Any use Xpdf or something else

[CentOS] libpython2.4.so.1.0 i386

2009-01-23 Thread Ed Donahue
I am running Kernel 2.6.18-92.1.18.el5 x86_64. I need /usr/lib/libpython2.4.so.1.0 for virtualbox. I have python-2.4.3-21.el5.i386.rpm installed which is supposed to provide it. Can I just grab the rpm and take out libpython2.4.so.1.0 and just put it in /usr/lib ? Not sure how to do that. I figured

Re: [CentOS] compile driver before X starts

2009-03-05 Thread Ed Donahue
vi /etc/init.d cahnge the number 5 to 3 reboot fix driver change the 3 to 5 reboot enjoy On Thu, Mar 5, 2009 at 9:20 PM, Jerry Geis wrote: > hi all > > is there a way/method to compile an X11 driver at boot before X starts??? > > Seems like the ATI catalyst driver (after a kernel change) do

Re: [CentOS] compile driver before X starts

2009-03-05 Thread Ed Donahue
oops vi /etc.inittab init.d is a directory On Thu, Mar 5, 2009 at 9:39 PM, Ed Donahue wrote: > vi /etc/init.d > > cahnge the number 5 to 3 > > reboot > > fix driver > > change the 3 to 5 > > reboot > > enjoy > > On Thu, Mar 5, 2009 at 9:20 PM, Jerr

Re: [CentOS] Nvidia driver on CentOS 5.3

2009-04-01 Thread Ed Donahue
On Wed, Apr 1, 2009 at 11:41 AM, Michael A. Peters wrote: > Timo Schoeler wrote: >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> Hi, >> >> just installed their NVIDIA-Linux-x86_64-180.44-pkg2 driver. I had it >> running on my CentOS 5.2 x64 machine, and I'm happily surprised that it >> b

[CentOS] [OT] rsa host key change

2009-04-16 Thread Ed Donahue
Anyone ever come across a linux server host key changing with out a reboot, sshd restart, change in negotiating (SSHv1, SSHv2), and different DNS name or IP address? I have a server on RHEL4.4 that changed its host key. Red Hat Enterprise Linux ES release 4 (Nahant Update 4) openssh-server-3.9p1-

Re: [CentOS] Can't reach Internet

2014-08-31 Thread Ed Donahue III
$ route -n the one listed as gateway is your default route. On Aug 31, 2014 5:03 PM, "reynie...@gmail.com" wrote: > What you mean with check default route? > On Aug 31, 2014 4:31 PM, wrote: > > > > > Check default route.. If installed > > -- > > Enviado pelo aplicativo muMail para Android > > d