Re: Circular dependencies for RPM on RH 6.2

2002-11-15 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/13/2002 at 12:46 PM, R P Herrold <[EMAIL PROTECTED]> said: >Please forward me an exact scrape of the error sequence off list, so I >can view it. >-- Russ Herrold Hi Russ, To the owlriver address? I got a bounce (and it looks like my roadrunner server will only

Re: Circular dependencies for RPM on RH 6.2

2002-11-13 Thread sgarcia
In <1037158370.3884.4.camel@bretsony>, on 11/12/2002 at 09:32 PM, Bret Hughes <[EMAIL PROTECTED]> said: >seems like 3.0.5 was the backport to the 4.x format. maybe 3.06 I forget >thatis wa a fairly long while ago. Please tell me this server is NOT >connected to the 'net Not. 'Tis a back end

Re: Circular dependencies for RPM on RH 6.2

2002-11-13 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/12/2002 at 02:20 PM, Matthew Saltzman <[EMAIL PROTECTED]> said: >I don't recall the exact version/build numbers, but there was an >intermediate version of RPM. You needed to upgrade from 3.0.4 to the >intermediate version, then upgrade to 4.0.2. The procedure is

Re: arg, ntp problems

2002-11-12 Thread sgarcia
I'd try commenting out the 'restrict 127.0.0.1' on both machines, then restart ntpd. In <[EMAIL PROTECTED]>, on 11/12/2002 at 10:05 AM, christopher j bottaro <[EMAIL PROTECTED]> said: >ok, here's the situation. two computers on my lan: criticalsection and >semaphore. well, there are actuall

Circular dependencies for RPM on RH 6.2

2002-11-12 Thread sgarcia
I'm trying to upgrade my 6.2 server. What I really want is a current kernel (I'm running 2.2.14.) Right now I'm in the Linux (or at least Red Hat) version of 'DLL-Hell'. I gues we'd call it 'RPM-Hell'. The server currently has rpm 3.0.4. Most of the RPMs on the updates site require RPM 4 or ab

Re: /etc/rc.d/init.d/ problem

2002-11-12 Thread sgarcia
I would consider giving the script the full path to the named file. In my named script, mine is more like: daemon /usr/local/sbin/named In <007e01c28910$296ee250$[EMAIL PROTECTED]>, on 11/12/2002 at 03:23 PM, "cj" <[EMAIL PROTECTED]> said: >G'day all >Im using RedHat 7.1 >I am trying to

Re: PHP query string

2002-11-08 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/04/2002 at 07:21 AM, Brian Ashe <[EMAIL PROTECTED]> said: >M> I'm using Red Hat 8 as my web server with PHP module. The PHP version >is M> 3.23.52-3 (The original RPM that comes with the distro). It seems >that M> the PHP module have a problem with getting the quer

Re: extracting multiple archives with tar

2002-11-08 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/09/2002 at 11:51 PM, Thomas Ribbrock <[EMAIL PROTECTED]> said: >> > ls *.tar | xargs -n 1 tar xvf >> >> Whats wrong with: >> >> for i in *.tar ; do tar xvf $i ; done >It only works in [ba]sh, whereas Michael's example also works in >[t]csh... ;-) Ahh! Good po

Re: extracting multiple archives with tar

2002-11-07 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/06/2002 at 06:07 AM, Michael Schwendt <[EMAIL PROTECTED]> said: >> >> Does anyone know how to extract multiple archives with a single >> command, or is this just something tar can't do? > ls *.tar | xargs -n 1 tar xvf Whats wrong with: for i in *.tar ; do ta

RE: Email monitoring

2002-11-07 Thread sgarcia
In <[EMAIL PROTECTED]>, on 11/07/2002 at 01:22 PM, "Paul Lee" <[EMAIL PROTECTED]> said: >A note on the legal side of the monitoring ... all employees know that >the mail is monitored and have signed computer use forms to this extent. >It is done not necessarily to police our employees but rathe

Re: How do i convert i textfile to pdf in RedHat 7.3

2002-09-27 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/18/2002 at 03:21 PM, Scott and Tess Brady <[EMAIL PROTECTED]> said: >Just a quick question. >Do you know if there is a way of converting an openoffice document to >PDF, in linux of course. :-) Use spadmin. Create a new "printer". One of the printer type optio

Re: Apache name options

2002-09-27 Thread sgarcia
You sound like you're trying very hard to avoid setting up a virtual host. Why? It's the obvious answer to your problem. And it's not hard. You need to include the following: # The asterisk means match all interfaces. If you have a fixed IP # you'll probably want to specify it NameVirtualHos

Re: Apache

2002-09-27 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/25/2002 at 10:34 AM, "Fifield, Mike" <[EMAIL PROTECTED]> said: >I am trying to install apache from source (not rpm) but after I run >./configure >make >make install >I end up with all the apache files in the /usr/local/apache2 directory, >and when I type "serv

RE: RH7.3 freeze!!!!

2002-09-12 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/13/2002 at 04:32 AM, [EMAIL PROTECTED] said: >Try lowering the bios video settings for a while. >Screensavers? If this is meant to be a serious server then >why not a blank screensaver? (not that that is a solution to the problem) If it's meant to be a serious se

Re: network setting

2002-09-12 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/12/2002 at 07:58 AM, "Anthony E. Greene" <[EMAIL PROTECTED]> said: >>`echo 1 > /proc/sys/net/ivp4/ip_forward` >> >>But that only sticks until the next reboot, by which time you will have >>completely forgotten about it. (Might be months or years from now.) That

Re:Re: Red Hat 7.3 and linuxconf

2002-09-12 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/10/2002 at 05:08 PM, "John Haverty" <[EMAIL PROTECTED]> said: >I found the following in a Google search while looking for reasonable >answers to finding a non X unified configurator that is extensible / >scriptable, and I found this snarky trollish reply on the

Re: Odd Q: How to check CPU count on *Nix server?

2002-09-12 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/12/2002 at 06:18 AM, Kent Borg <[EMAIL PROTECTED]> said: >What *I* was wondering was where I might see multiple CPU information in >the /proc file system. As far as I know, top only looks in the /proc >file system to get its info anyway, and as top is designed fo

Re: network setting

2002-09-12 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/11/2002 at 09:44 PM, Rupesh Moharana <[EMAIL PROTECTED]> said: > Can any one please help me to setup a dual NIC >gateway using linux os. I have tow ip address one is >for Global internet (etho) and another is for my local >intranet (eth1). My problem is usin

Re: Redhat 6.1 Problems [sendmail]

2002-09-11 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/11/2002 at 06:37 AM, [EMAIL PROTECTED] said: >A client of ours has a HP Netserver E50 running RH 6.1. There server is >an open relay. I have looked on the web, and I have noticed that the >best way to fix the problem is to upgrade the O/S to a new version, >howe

Re: kernel and kernel-headers

2002-09-07 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/07/2002 at 12:27 PM, Remo Mattei <[EMAIL PROTECTED]> said: >Hi guys I have compiled my own kernel 2.4.19 with some features that are >not in the standard rpm kernel. I try to remove kernel-2.4.2-2 and I get >this: Why? Having an old (working) kernel around is a

Re: Creating a tgz, what's the problem? TGZ better than ZIP?

2002-09-07 Thread sgarcia
In <001401c25644$a0cf4be0$0200a8c0@LAPTOP>, on 09/07/2002 at 12:00 AM, "David Chao" <[EMAIL PROTECTED]> said: >Although I did not start this thread, I do have some unresolved queries >regarding the .tgz or .tar.gz file extensions. >What is the difference between them? I think they are the sam

Re: More on apples text files

2002-09-06 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/06/2002 at 09:48 AM, Blake Thornton <[EMAIL PROTECTED]> said: >I'm running into problems with sharing text files between macs and my >linux machine. The problem seems to be that on linux my text files have >end of lines (\n) and on the mac text files have somet

Re: detaching a command from an xterm

2002-09-06 Thread sgarcia
In <003901c255c3$eb1c9da0$[EMAIL PROTECTED]>, on 09/06/2002 at 08:39 AM, "daniel" <[EMAIL PROTECTED]> said: >i understand how to put a command in the background by putting an '&' on >the end, but it seems that this doesn't separate the command from that >xterm. Someone has already told you ab

Re: php with GD2

2002-09-06 Thread sgarcia
In <[EMAIL PROTECTED]>, on 09/06/2002 at 07:10 AM, "Fifield, Mike" <[EMAIL PROTECTED]> said: >I am trying to install GD2 and upgrade php to version 4.2.2 but am very >new to linux and am not sure what I am doing wrong. I have redhat7.3 >installed and when I run "./configure -all, make, make i