Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Les Mikesell
Craig White wrote: > > Thus far (and admittedly this is premature), I find Zenoss a lot beefier > but I spent a ton of time setting it up the first time until I figured > things out whereas I spent comparatively no time setting OpenNMS up. But > I have learned things along the way, especially gett

Re: [CentOS] Grub configuration from within Windows

2009-04-22 Thread Brian Mathis
On Wed, Apr 22, 2009 at 5:58 PM, Marko Vojinovic wrote: > My friend uses a typical dual-boot setup (Windows XP and Centos 5.3). > The machine is online 24/7 and he often uses it from a remote location > (Linux via ssh -X, Windows via rdesktop). > > The problem is that he wants to be able to remote

Re: [CentOS] Weird performance problem

2009-04-22 Thread Mike Fedyk
Can you find the first time this problem occoured? How about trying older kernel versions? You are either dealing with misbehaving hardware/driver or you need to tweak the settings on your clock source. Believe it or not but good sources of info to fix this affect vmware also so read those docs.

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread nate
Robert Heller wrote: > Note that is also possible to use dump or cpio as well. Unlike the > MS-Windows zip/unzip, which combines compressing and archiving in a > single program, the 'UNIX' way is to separate these functions. bzip2 > only compresses. Other programs (tar, dump, cpio) create archi

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread nate
Frank Cox wrote: > On Wed, 22 Apr 2009 19:29:52 -0400 > Robert Heller wrote: > >> Note that is also possible to use dump or cpio as well. Unlike the >> MS-Windows zip/unzip, which combines compressing and archiving in a >> single program, the 'UNIX' way is to separate these functions. bzip2 >> on

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread Frank Cox
On Wed, 22 Apr 2009 19:29:52 -0400 Robert Heller wrote: > Note that is also possible to use dump or cpio as well. Unlike the > MS-Windows zip/unzip, which combines compressing and archiving in a > single program, the 'UNIX' way is to separate these functions. bzip2 > only compresses. Other prog

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 17:50 -0500, Les Mikesell wrote: > Craig White wrote: > > > > OK, I've been tracking this conversation, installed/configured/started > > OpenNMS and have discovered everything and in fact, edited > > service-configuration.xml as recommended. > > > > I'm sort of comparing this

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread Robert Heller
At Wed, 22 Apr 2009 17:30:51 -0400 CentOS mailing list wrote: > > Hi, > > On Wed, Apr 22, 2009 at 17:23, James Matthews wrote: > > How do you get bzip2 to compress directories? > > You use "tar" to create a tar with the directory contents, and then > bzip2 to compress that tarfile. > > You

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Les Mikesell
Craig White wrote: > > OK, I've been tracking this conversation, installed/configured/started > OpenNMS and have discovered everything and in fact, edited > service-configuration.xml as recommended. > > I'm sort of comparing this to Zenoss which I had to stop (snmp > conflicts) to run OpenNMS. >

Re: [CentOS] QuickBooks Enterprise DB Server

2009-04-22 Thread Tim Nelson
- "Barry L. Kline" wrote: > Joseph L. Casale wrote: > > > I am getting there, trust me:) I can't believe support! Just > useless. > > Their forums are filled with equally upset people, but one of the > list > > members has contacted me and hopefully I can see what he did right! > > > > Its w

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 12:22 -0500, Les Mikesell wrote: > Sean Carolan wrote: > >> It was somewhat difficult to install on Centos (mostly just getting a > >> Sun JVM installed sanely) until they added the yum repository. It is > >> still somewhat complicated to deal with all of the things it can do

Re: [CentOS] Grub configuration from within Windows

2009-04-22 Thread Les Mikesell
Marko Vojinovic wrote: > My friend uses a typical dual-boot setup (Windows XP and Centos 5.3). > The machine is online 24/7 and he often uses it from a remote location > (Linux via ssh -X, Windows via rdesktop). > > The problem is that he wants to be able to remotely configure which of > these two

[CentOS] Grub configuration from within Windows

2009-04-22 Thread Marko Vojinovic
My friend uses a typical dual-boot setup (Windows XP and Centos 5.3). The machine is online 24/7 and he often uses it from a remote location (Linux via ssh -X, Windows via rdesktop). The problem is that he wants to be able to remotely configure which of these two OSes is to be the default on next

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Scott Silva
on 4-22-2009 11:18 AM Dan Roberts spake the following: > Hmmm - > > # rpm -uv glibc* > -uv: unknown option > > Ok - so I go with -Uv instead > # rpm -Uv glibc* > error: File not found by glob: glibc* > > But this is strange because I know that glib-2.0 is there - fairly > easy to confirm - is

Re: [CentOS] QuickBooks Enterprise DB Server

2009-04-22 Thread Barry L. Kline
Joseph L. Casale wrote: > I am getting there, trust me:) I can't believe support! Just useless. > Their forums are filled with equally upset people, but one of the list > members has contacted me and hopefully I can see what he did right! > > Its working for him. If you find out please tell us w

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread Filipe Brandenburger
Hi, On Wed, Apr 22, 2009 at 17:23, James Matthews wrote: > How do you get bzip2 to compress directories? You use "tar" to create a tar with the directory contents, and then bzip2 to compress that tarfile. You can use the "-j" option of tar to bzip2 on the fly. This is probably what you want:

Re: [CentOS] Bzip2 Compress directories

2009-04-22 Thread Frank Cox
On Thu, 23 Apr 2009 00:23:35 +0300 James Matthews wrote: > How do you get bzip2 to compress directories? use tar. tar cvjf mydirectory.tar.bz2 mydirectory That will tar and bzip2 the directory called mydirectory and leave you with a file named mydirectory.tar.bz2 -- MELVILLE THEATRE ~ Melvill

[CentOS] Bzip2 Compress directories

2009-04-22 Thread James Matthews
Hi, How do you get bzip2 to compress directories? Thanks James -- http://www.astorandblack.com ___ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 15:37 -0500, Les Mikesell wrote: > Craig White wrote: > > On Wed, 2009-04-22 at 15:05 -0500, Les Mikesell wrote: > > > >> Once yum is basically working you might be able to > >> yum install yum-utils > >> and > >> yum-complete-transaction > >> to pick up where you left off.

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Craig White wrote: > On Wed, 2009-04-22 at 15:05 -0500, Les Mikesell wrote: > >> Once yum is basically working you might be able to >> yum install yum-utils >> and >> yum-complete-transaction >> to pick up where you left off. I had to do this on one box where the >> update process kicked me off

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Filipe Brandenburger
Hi, On Wed, Apr 22, 2009 at 16:06, Dan Roberts wrote: > There are indeed updates that it wants - and I went back to the site > to get them, but then things continue to show up as missing. > # rpm -Uvh --force rpm-4.4.2-48.el5.i386.rpm > error: Failed dependencies: >        librpm-4.4.so is needed

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread William L. Maltby
On Wed, 2009-04-22 at 14:06 -0600, Dan Roberts wrote: > I know very little about this, but maybe Felipe et al can fill in the holes. I recall times that folks on the list indicated an rpm rebuild db be done. Is that possibly needed here? Did the glibc get updated? If so/not what should be done

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 15:05 -0500, Les Mikesell wrote: > Once yum is basically working you might be able to > yum install yum-utils > and > yum-complete-transaction > to pick up where you left off. I had to do this on one box where the > update process kicked me off and died with a bunch of dupl

Re: [CentOS] udev & libvolume packages not updating

2009-04-22 Thread Ray Leventhal
> Does not make much sense. You should update and move on to 5.3, if not > for other reasons, to keep your machine secure. Updating individual > packages might not work, it might even end up breaking your machine. > > > On Wed, Apr 22, 2009 at 15:54, Ray Leventhal wrote: > >> [r...@wh01 yum.re

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 16:06 -0400, Filipe Brandenburger wrote: > Hi, > > On Wed, Apr 22, 2009 at 16:00, Craig White wrote: > > I wouldn't recommend that you use '--force' for any rpm commands unless > > you know what you're doing. > > I suggested the --force just in case the RPM database already

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Ok - something truly bad appears to have happened.Yes, I will concede that cycling the system was a bad thing - but after two hours it should have returned from the update, still I was bad. There are indeed updates that it wants - and I went back to the site to get them, but then things

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Filipe Brandenburger
Hi, On Wed, Apr 22, 2009 at 16:00, Craig White wrote: > I wouldn't recommend that you use '--force' for any rpm commands unless > you know what you're doing. I suggested the --force just in case the RPM database already had the yum package registered, but the package was corrupt. I agree with y

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Filipe Brandenburger wrote: > Hi, > > On Wed, Apr 22, 2009 at 15:40, Dan Roberts wrote: >> # rpm -Uvh --force yum-3.2.19-18.el5.centos.noarch.rpm >> error: Failed dependencies: >>rpm >= 0:4.4.2 is needed by yum-3.2.19-18.el5.centos.noarch >>rpm-python is needed by yum-3.2.19-18.el

Re: [CentOS] udev & libvolume packages not updating

2009-04-22 Thread Filipe Brandenburger
Hi, Before you think about updating this single package: > CentOS 5.2, not yet updated to 5.3. Does not make much sense. You should update and move on to 5.3, if not for other reasons, to keep your machine secure. Updating individual packages might not work, it might even end up breaking your ma

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 13:40 -0600, Dan Roberts wrote: > Hi Filipe - > > Clearly I have indeed got things broken - > # rpm -q yum > package yum is not installed > > So I downloaded the rpm for a reinstall as you suggested - but clearly > I have more to get and install - > > I downloaded to my h

[CentOS] udev & libvolume packages not updating

2009-04-22 Thread Ray Leventhal
Hi all, CentOS 5.2, not yet updated to 5.3. Based on the alert on udev, I attempted to update udev and libvolume packages with the following result. A check of what's currently on the system reveals udev-095-14.19.el5 which I believe to be the affected version. Is it just that it hasn't rolle

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Filipe Brandenburger
Hi, On Wed, Apr 22, 2009 at 15:40, Dan Roberts wrote: > # rpm -Uvh --force yum-3.2.19-18.el5.centos.noarch.rpm > error: Failed dependencies: >        rpm >= 0:4.4.2 is needed by yum-3.2.19-18.el5.centos.noarch >        rpm-python is needed by yum-3.2.19-18.el5.centos.noarch >        yum-fastestmi

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Hi Filipe - Clearly I have indeed got things broken - # rpm -q yum package yum is not installed So I downloaded the rpm for a reinstall as you suggested - but clearly I have more to get and install - I downloaded to my home directory and ran the rpm -Uvh from there # rpm -Uvh --force yum-3.2.

Re: [CentOS] QuickBooks Enterprise DB Server

2009-04-22 Thread Joseph L. Casale
>We threw in the towel on this POS and just purchased a full XP license >to run under VMWare to host it. I am getting there, trust me:) I can't believe support! Just useless. Their forums are filled with equally upset people, but one of the list members has contacted me and hopefully I can see wha

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Filipe Brandenburger
On Wed, Apr 22, 2009 at 15:23, Lanny Marcus wrote: >> I have always wondered about the sanity of using python for system >> administration tools, but this should be a yum file in /usr/share/yum-cli/. > > I found i18n on my CentOS 5.3 Desktop. It's in /etc/sysconfig/ The /etc/sysconfig/i18n file h

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Filipe Brandenburger
Hi, On Wed, Apr 22, 2009 at 15:17, Dan Roberts wrote: > As to the question below - I have that directory, but not that file. yum-3.2.8-9.el5.centos.2.1 (from CentOS 5.2) has /usr/share/yum-cli/i18n.py yum-3.2.19-18.el5.centos (from CentOS 5.3) no longer has that file. Probably you broke your u

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Kwan Lowe
On Wed, Apr 22, 2009 at 12:47 PM, Dan Roberts wrote: > Hey there - > > This morning I ran the yum updater through Webmin as I do every month > or so - after about two hours I realized that I still had the same > updating screen going - and no response.   Seemed strange. > > Simple attempts to kill

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Yes - I have it in that location too - but clearly it is not getting found by yum On Apr 22, 2009, at 1:23 PM, Lanny Marcus wrote: > On 4/22/09, Les Mikesell wrote: >> Michael Holmes wrote: > >> I have always wondered about the sanity of using python for system >> administration tools, but th

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Dan Roberts wrote: > My current version of python appears to be python 2.4.3 > > python - v (without quotes returned a slue of lines, but near the > bottom it said > Python 2.4.3 (#1, Jan 21 2009, 01:10:13) > [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 > > As to the question below - I hav

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Toby Bluhm
Les Mikesell wrote: > Dan Roberts wrote: > >> that aside - I can't run the command you suggest because any yum >> operation results in the same error message. >> >> >> # yum clean all && yum update glibc\* && yum update >> Traceback (most recent call last): >>File "/usr/bin/yum", line 28, in

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On 4/22/09, Les Mikesell wrote: > Michael Holmes wrote: > I have always wondered about the sanity of using python for system > administration tools, but this should be a yum file in /usr/share/yum-cli/. I found i18n on my CentOS 5.3 Desktop. It's in /etc/sysconfig/ __

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On 4/22/09, Les Mikesell wrote: >>> On Wed, Apr 22, 2009 at 1:46 PM, Dan Roberts wrote: that aside - I can't run the command you suggest because any yum operation results in the same error message. # yum clean all && yum update glibc\* && yum update Traceback (most recen

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
My current version of python appears to be python 2.4.3 python - v (without quotes returned a slue of lines, but near the bottom it said Python 2.4.3 (#1, Jan 21 2009, 01:10:13) [GCC 4.1.2 20071124 (Red Hat 4.1.2-42)] on linux2 As to the question below - I have that directory, but not that file

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Michael Holmes wrote: > >> On Wed, Apr 22, 2009 at 1:46 PM, Dan Roberts wrote: >>> I will start reading again and striving to improve things. I have >>> previously taken steps to secure the server, and was under the >>> impression that it was so. >> I hope so. If not, you have a tiger by the tail

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On 4/22/09, Dan Roberts wrote: > I will start reading again and striving to improve things. I have > previously taken steps to secure the server, and was under the > impression that it was so. If you were only updating every month or so, impossible for the server to have been secure or anything

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Dan Roberts wrote: > that aside - I can't run the command you suggest because any yum > operation results in the same error message. > > > # yum clean all && yum update glibc\* && yum update > Traceback (most recent call last): >File "/usr/bin/yum", line 28, in ? > import yummain >

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On 4/22/09, Michael Holmes wrote: > 2009/4/22 Lanny Marcus : >> On Wed, Apr 22, 2009 at 1:46 PM, Dan Roberts wrote: >>> I will start reading again and striving to improve things. I have >>> previously taken steps to secure the server, and was under the >>> impression that it was so. >> >> I hope

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Michael Holmes
2009/4/22 Lanny Marcus : > On Wed, Apr 22, 2009 at 1:46 PM, Dan Roberts wrote: >> I will start reading again and striving to improve things.  I have >> previously taken steps to secure the server, and was under the >> impression that it was so. > > I hope so. If not, you have a tiger by the tail.

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On Wed, Apr 22, 2009 at 1:46 PM, Dan Roberts wrote: > I will start reading again and striving to improve things.  I have > previously taken steps to secure the server, and was under the > impression that it was so. I hope so. If not, you have a tiger by the tail. > > that aside - I can't run the

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Michael Holmes
2009/4/22 Dan Roberts : > Given the mess that I have already got, would you care to provide a > clear list of the steps to do that - I certainly don't want to blow a > hole in something else by mistake. Can you tell me what version Python is? A simple "python -v" (without quotes of course) should

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Thanks - I will start reading again and striving to improve things. I have previously taken steps to secure the server, and was under the impression that it was so. that aside - I can't run the command you suggest because any yum operation results in the same error message. # yum clean a

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Craig White wrote: > On Wed, 2009-04-22 at 13:28 -0500, Les Mikesell wrote: >> Jim Perrin wrote: >>> So you probably missed the notes and announcements about the 5.3 >>> release, as well as the release notes about upgrade hiccups. >> You guys just have to screw up more often to keep everyone on the

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On Wed, Apr 22, 2009 at 12:48 PM, Dan Roberts wrote: > thanks for the details - As the server lives in a closet without a > monitor on it or even easy access I opted for Webmin so as to have the > ability to get in and work with it. There are other ways you can get into a headless server or a ser

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Given the mess that I have already got, would you care to provide a clear list of the steps to do that - I certainly don't want to blow a hole in something else by mistake. On Apr 22, 2009, at 12:37 PM, Michael Holmes wrote: > 2009/4/22 Dan Roberts : >> thanks for the details - As the server

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Michael Holmes
2009/4/22 Dan Roberts : > thanks for the details - As the server lives in a closet without a > monitor on it or even easy access I opted for Webmin so as to have the > ability to get in and work with it. > > I will resubscribe and get back into a better habit - I had been > checking every day a yea

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Craig White
On Wed, 2009-04-22 at 13:28 -0500, Les Mikesell wrote: > Jim Perrin wrote: > > > > So you probably missed the notes and announcements about the 5.3 > > release, as well as the release notes about upgrade hiccups. > > You guys just have to screw up more often to keep everyone on their toes. t

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Richard Foltyn
Dan Roberts wrote: > thanks for the details - As the server lives in a closet without a > monitor on it or even easy access I opted for Webmin so as to have the > ability to get in and work with it. I think most people on this list would recommend using ssh + screen for remote administration, not

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Les Mikesell
Jim Perrin wrote: > > So you probably missed the notes and announcements about the 5.3 > release, as well as the release notes about upgrade hiccups. You guys just have to screw up more often to keep everyone on their toes. -- Les Mikesell lesmikes...@gmail.com _

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Hmmm - # rpm -uv glibc* -uv: unknown option Ok - so I go with -Uv instead # rpm -Uv glibc* error: File not found by glob: glibc* But this is strange because I know that glib-2.0 is there - fairly easy to confirm - is something missing? # locate glibc /usr/lib/glib-2.0/include/glibconfig.h /usr

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Rob Kampen
Dan Roberts wrote: thanks for the details - As the server lives in a closet without a monitor on it or even easy access I opted for Webmin so as to have the ability to get in and work with it. I will resubscribe and get back into a better habit - I had been checking every day a year ago,

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
thanks for the details - As the server lives in a closet without a monitor on it or even easy access I opted for Webmin so as to have the ability to get in and work with it. I will resubscribe and get back into a better habit - I had been checking every day a year ago, and then life got busy

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Sean Carolan
> Back to my first email message when I thought you were already using > OpenNMS...  You have to uncomment the Linkd service in > etc/service-configuration.xml, then restart opennms and give it some > time to probe.  Then it should show from the 'View Node Link Detailed > Info' at the top left of a

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Les Mikesell
Sean Carolan wrote: >> It was somewhat difficult to install on Centos (mostly just getting a >> Sun JVM installed sanely) until they added the yum repository. It is >> still somewhat complicated to deal with all of the things it can do so >> I'd suggest joining the mailing list if you haven't alre

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Jim Perrin
On Wed, Apr 22, 2009 at 12:47 PM, Dan Roberts wrote: > Hey there - > > This morning I ran the yum updater through Webmin as I do every month > or so - after about two hours I realized that I still had the same > updating screen going - and no response.   Seemed strange. So you probably missed the

Re: [CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Lanny Marcus
On Wed, Apr 22, 2009 at 11:47 AM, Dan Roberts wrote: > This morning I ran the yum updater through Webmin as I do every month > or so - after about two hours I realized that I still had the same > updating screen going - and no response.   Seemed strange. No idea why you are getting this problem o

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Sean Carolan
> It was somewhat difficult to install on Centos (mostly just getting a > Sun JVM installed sanely) until they added the yum repository.  It is > still somewhat complicated to deal with all of the things it can do so > I'd suggest joining the mailing list if you haven't already.  It does > support

[CentOS] Yum update corrupted something badly - can only get access through SSH terminal or Webmin

2009-04-22 Thread Dan Roberts
Hey there - This morning I ran the yum updater through Webmin as I do every month or so - after about two hours I realized that I still had the same updating screen going - and no response. Seemed strange. Simple attempts to kill it didn't work so I sent a command to reboot the system - t

Re: [CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
I think my problem was that because I am using all-numeric usernames, setquota was assuming I was giving it a UID. So I used the "-x" option and now it is working: setquota -x 12345 1 11000 0 0 -a /dev/hda3 On Wed, Apr 22, 2009 at 9:52 AM, Xn Nooby wrote: > edquota show's the quota, but the

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Les Mikesell
Sean Carolan wrote: >> I'll repeat my recommendation for OpenNMS. Getting started is as easy >> as 'yum install' (almost...). And it can do about anything you'd want >> in a monitoring system - including matching up those switch ports with >> the connected devices. > > Les, at first I didn't hee

Re: [CentOS] QuickBooks Enterprise DB Server

2009-04-22 Thread Barry L. Kline
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Joseph L. Casale wrote: > Anyone running this POS on CentOS and can spare some info? Support > is useless, and it's just not working:)I am not getting a qbdir.dat > file created, and the error log is, well, empty! We threw in the towel on this POS and

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Sean Carolan
> I'll repeat my recommendation for OpenNMS.  Getting started is as easy > as 'yum install' (almost...).  And it can do about anything you'd want > in a monitoring system - including matching up those switch ports with > the connected devices. Les, at first I didn't heed your advice because I figu

[CentOS] Centos 5.3 NetworkManager success story

2009-04-22 Thread Robert Moskowitz
In the past I have not been able to use NetworkManager. It failed to provide a connection to my WPA-PSK AP (hey don't argue WPA-PSK security with me, I helped right the spec on it, and wrote the paper on the attack on it! It works here, as I use it.). So I have continued to use my set of scri

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Les Mikesell
david.mackint...@xdroop.com wrote: > On Tue, Apr 21, 2009 at 10:25:59PM +0100, Daniel Bird wrote: > >> Take a look at Netdisco. I seem to remember it's a little tricky to set >> up on CentOS but I wouldn't live without it now. > > "A little tricky"? > > Last time I looked at it, I described the

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread Sean Carolan
> Last time I looked at it, I described the installation process as > only slightly less complicated than building a Saturn-V rocket out of > 1960's era TV parts. You were not kidding - I some how managed to get netdisco installed using the CentOS installer script but there were several points whe

Re: [CentOS] One for the Cisco experts...

2009-04-22 Thread David . Mackintosh
On Tue, Apr 21, 2009 at 10:25:59PM +0100, Daniel Bird wrote: > Take a look at Netdisco. I seem to remember it's a little tricky to set > up on CentOS but I wouldn't live without it now. "A little tricky"? Last time I looked at it, I described the installation process as only slightly less compli

Re: [CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
edquota show's the quota, but the quota command does not: [r...@mail ~]# setquota -u 12345 1 11000 0 0 -a /dev/hda3 [r...@mail ~]# edquota -u 12345 Disk quotas for user 12345 (uid 12345): Filesystem blocks soft hard inodes soft hard /dev/hda3

[CentOS] Cannot set user quotas

2009-04-22 Thread Xn Nooby
Hello, I am having some trouble getting quota's to work. When I try to set the quota for a user, it does not show up when I run repquota. I am doing this on a Redhat (RHEL5) machine (I assume it is the same on Centos). I think I am missing a step, but this is what I am doing: (1) I add usrquota t

Re: [CentOS] tg3 BCM5755 intermittantly stops working after upgrade to 5.3.

2009-04-22 Thread D Tucny
2009/4/22 Mangesh S. Umbarje > >The machine has a static IP. If I try to change speed or > autoneg or both the network completely stops. It starts working only after > I issue service network restart. > You can't have a gigabit connection with autoneg off and to manually set the spee

Re: [CentOS] tg3 BCM5755 intermittantly stops working after upgrade to 5.3.

2009-04-22 Thread Mangesh S. Umbarje
The machine has a static IP. If I try to change speed or autoneg or both the network completely stops. It starts working only after I issue service network restart. Regards, Mangesh On Tue, 21 Apr 2009, Michael Iatrou wrote: > When the date was Tuesday 21 April 2009, Mangesh S. Um

Re: [CentOS] Dual-boot with WinXP, CentOS already installed

2009-04-22 Thread JohnS
On Wed, 2009-04-22 at 09:25 +0200, Sorin Srbu wrote: > >-Original Message- > >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf > >Of JohnS > >Sent: Tuesday, April 21, 2009 11:42 PM > >To: CentOS mailing list > >Subject: Re: [CentOS] Dual-boot with WinXP, CentOS

Re: [CentOS] Dual-boot with WinXP, CentOS already installed

2009-04-22 Thread Sorin Srbu
>-Original Message- >From: centos-boun...@centos.org [mailto:centos-boun...@centos.org] On Behalf >Of JohnS >Sent: Tuesday, April 21, 2009 11:42 PM >To: CentOS mailing list >Subject: Re: [CentOS] Dual-boot with WinXP, CentOS already installed > >> It's either Aopen or Asus. Can't tell just