Re: asm include missing as well

2000-09-13 Thread Vidiot
>You may have that wrong...and its kinda trivial, but if a file is looking >at it then it's critical. > >On my 6.2 system the linking for asm is as follows > >/usr/include/asm is linked to >/usr/src/linux/include/asm OK, fixed that. >AND >/usr/src/linux/include/asm is linked to >/usr/

Re: Who broke GCC compiling ...

2000-09-13 Thread Vidiot
>I wouldn't (again) blame it on redhat. If the link is missing you should >create it...or just force a reinstall of the source and header packages >and it should do it for you. I've installed kernels from tarballs on my >own and recreated the link, and I just installed one on monday from rpms >a

Re: asm include missing as well

2000-09-13 Thread Rob Hardowa
> Following the example of linking "linux", I linked "asm-i386" to "asm" > as well. > You may have that wrong...and its kinda trivial, but if a file is looking at it then it's critical. On my 6.2 system the linking for asm is as follows /usr/include/asm is linked to /usr/src/linux/inc

How to log traffic going to / from an email address?

2000-09-13 Thread Dan Horth
Hiya - I'm considering setting up our server to accept email addressed to: [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] basically - any address @ some.domain.com and redirect that (using the fallback address option with vmail) to: [EMAIL PROTECTED] what I was wondering if there is any

Re: Who broke GCC compiling ...

2000-09-13 Thread Rob Hardowa
I wouldn't (again) blame it on redhat. If the link is missing you should create it...or just force a reinstall of the source and header packages and it should do it for you. I've installed kernels from tarballs on my own and recreated the link, and I just installed one on monday from rpms and th

Re: UPS

2000-09-13 Thread Jeremy Russell
Well, I tried this, and have no idea what it means (gdb) run Starting program: /usr/ls3/ls3 (no debugging symbols found)...(no debugging symbols found)... (no debugging symbols found)... Program received signal SIGSEGV, Segmentation fault. 0x4007efe8 in strcpy () from /usr/i486-linux-libc5/li

Where in "INT-MAX" defined?

2000-09-13 Thread Vidiot
I am having damn lousy luck getting gcc 2.95.2 to compile because Red Hat appears to not have installed stuff. Now the gcc compile stops at: gcc -c -DIN_GCC -g -O2 -DHAVE_CONFIG_H-I. -I. -I./config -I./../include ./genattrtab.c ./genattrtab.c: In function `max_attr_value': ./genattrta

RE: unsubscribe?

2000-09-13 Thread Shanmuga Raj
Is there any one who did it successfuly? -Original Message- From: Imran [mailto:[EMAIL PROTECTED]] Sent: Thursday, September 14, 2000 10:48 AM To: [EMAIL PROTECTED] Subject: unsubscribe? how can i unsubscribe from this list ___ Redhat-list

asm include missing as well

2000-09-13 Thread Vidiot
Add asm/errno.h to the list of missing links. Following the example of linking "linux", I linked "asm-i386" to "asm" as well. I still say that should have been handled by Red Hat during RPM installation of the kernel sources. MB -- e-mail: [EMAIL PROTECTED] Bart: Hey, why is it destroying

Re: Who broke GCC compiling ...

2000-09-13 Thread Vidiot
>On Thu, 14 Sep 2000, you wrote: >> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory >> make[1]: *** [fnmatch.o] Error 1 > >Sounds to me like you are missing the kernel headers. Install the kernel >source and make sure that /usr/include/linux is a symlink to >/path/to/kernel

RE: DHCP client fails after kernel upgrade

2000-09-13 Thread bdoster
Luke, What I've found on RH 6.1 and 6.2, running kernel 2.2.16-3 is: 1) Only the first if loaded (eth0) seems to be able to get an externally supplied dhcp address. 2) A second if (eth1) can get a dhcp address, but only from the same net that eth0 is already bound to. It's as if 2.2.16-3 is pre

Re: Kernel in Pinstripe

2000-09-13 Thread Bret Hughes
Statux wrote: > If you're gonna compile a kernel.. get the source from one of the many > many many kernel.org mirrors. > > On Thu, 14 Sep 2000, Juha Saarinen wrote: > > > > > -> Does anyone have any pointers for compiling a kernel in RH 6.9.5? > > %-> I had no problems in 6.1. I'm trying to get

Re: Who broke GCC compiling ...

2000-09-13 Thread Vidiot
>On Thu, 14 Sep 2000, you wrote: >> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory >> make[1]: *** [fnmatch.o] Error 1 > >Sounds to me like you are missing the kernel headers. Install the kernel >source and make sure that /usr/include/linux is a symlink to >/path/to/kernel

dhcpd starts, then quits re: net 0.0.0.0

2000-09-13 Thread bdoster
I'm at my wit's end (yes, that's a singular wit -- all I have left :). I have 2 RH boxes, a 6.1 and a 6.2, both running kernel 2.2.16-3. Both are configured identically as far as dhcpd is concerned (as far as I can tell), yet the 6.1 box works and the 6.2 doesn't. The 6.2 box starts dhcpd succe

Re: Who broke GCC compiling ...

2000-09-13 Thread Vidiot
>On Thu, 14 Sep 2000, Vidiot wrote: > >> What the Hell is this crap? /usr/include/linux/errno.h definately does >> not exist on this system. >> >> Personally I'd say redhat broke this. So, how do I fix it ASAP? > > >/usr/include/linux/errno.h *crap* is part of linux kernel. And personally >I'd

Re: Who broke GCC compiling ...

2000-09-13 Thread Rob Hardowa
On Thu, 14 Sep 2000, you wrote: > /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory > make[1]: *** [fnmatch.o] Error 1 Sounds to me like you are missing the kernel headers. Install the kernel source and make sure that /usr/include/linux is a symlink to /path/to/kernel-src/in

Re: Who broke GCC compiling ...

2000-09-13 Thread Ray Curtis
> "v" == Vidiot <[EMAIL PROTECTED]> writes: v> In file included from /usr/include/errno.h:36, v> from fnmatch.c:46: v> /usr/include/bits/errno.h:25: linux/errno.h: No such file or directory v> make[1]: *** [fnmatch.o] Error 1 v> make[1]: Leaving directory `/usr/local/src/gcc-

Re: Who broke GCC compiling ...

2000-09-13 Thread Hossein S. Zadeh
On Thu, 14 Sep 2000, Vidiot wrote: > What the Hell is this crap? /usr/include/linux/errno.h definately does > not exist on this system. > > Personally I'd say redhat broke this. So, how do I fix it ASAP? /usr/include/linux/errno.h *crap* is part of linux kernel. And personally I'd think you

Who broke GCC compiling ...

2000-09-13 Thread Vidiot
... Red Hat or GNU? System: RH 6.2 Installed the following GCC tarballs: gcc-core-2.95.2.tar.gz gcc-java-2.95.2.tar.gz gcc-2.95.2.tar.gz gcc-g++-2.95.2.tar.gz Did a ./configure and then a make using the gcc that comes with RH6.2 and got: make[1]: Entering directory `/usr/local/src/gcc-

disks, cables, file corruption..

2000-09-13 Thread Charles Galpin
Can bad cables cause file corruption on a disk? I'm assuming yes. Can this happen with no messages in the message log? I have a 6.1 box that has had files on the root partition get severly corrupted. The first time I restored a few key files under /etc, and the box was back in operation. A week

Re: mounting devices using rescue disk

2000-09-13 Thread Charles Galpin
Ok, with a working system, and booting with the rescue disk/option, fdisk -l does not work either. When in this mode there doesn't appear to be a dmesg file or command available. With this disk as a slave I was able to mount it's partitons though. THis was after I had run e2fsck on them. Perhaps

unsubscribe?

2000-09-13 Thread Imran
how can i unsubscribe from this list ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: www.redhat.com

2000-09-13 Thread Vidiot
>I was not saying how RedHat should/could/would be able to do it, no doubt >they will be using load balancining and all sorts of software to achieve >what they want, but if the person who asked wants to have domain.com and >www.domain.com working on the same box, its easy to do, I do it on many of

Re: Unable to load interpreter

2000-09-13 Thread Charles Galpin
Thanks for keeping this alive Bret :) This is certainly possible - comments below On Wed, 13 Sep 2000, Bret Hughes wrote: > Charles Galpin wrote: > > > Duncan > > > > I have been getting similar messages on a machine that has been acting up > > lately (and getting worse). It too has plenty of

Re: www.redhat.com

2000-09-13 Thread Mikkel L. Ellertson
On Thu, 14 Sep 2000, Greg Wright wrote: > > It is simple, you can do it with IP's or name based, point domain.com > as an A record to the box in question, use www (www.domain.com) as a CNAME > to domain.com , of course there are other ways as well, then in Apache > configure as either IP or

Re: www.redhat.com

2000-09-13 Thread Greg Wright
*** REPLY SEPARATOR *** On 13/09/00 at 21:46 Vidiot wrote: >> >>It is simple, you can do it with IP's or name based, point domain.com >>as an A record to the box in question, use www (www.domain.com) as a CNAME >>to domain.com , of course there are other ways as well, the

RE: Kernel in Pinstripe

2000-09-13 Thread Statux
If you're gonna compile a kernel.. get the source from one of the many many many kernel.org mirrors. On Thu, 14 Sep 2000, Juha Saarinen wrote: > > -> Does anyone have any pointers for compiling a kernel in RH 6.9.5? > %-> I had no problems in 6.1. I'm trying to get linux-2.3.99-pre5 > %-> com

Re: UPS

2000-09-13 Thread Statux
run it via gdb and backtrace the segfault On Wed, 13 Sep 2000, Robert Canary wrote: > I wonder if it makes a difference if it was compiled as i386 or i686. > > Jeremy Russell wrote: > > > Hi All, > > I have just tried to install a Powerware UPS with their Lansafe III > > monitoring Software.

Fujitsu Lifebook I Series

2000-09-13 Thread Marc Davis
Anyone have any luck doing a linux (RH 6.2) install on this laptop: Fujitsu Lifebook I series? I can find quite a bit of information on B Series, E Series, etc., but haven't found anything on the I series. Just a couple of bobbles left: pcmcia, sound, and the floppy (for some reason). Would

Tar not restoring ownership

2000-09-13 Thread Vidiot
System: RH 6.2 I have a CD that I cut containing a tar file that was made on a different system (Solaris 2.5.1 using gnutar). I now want to restore the tar file on my system, keeping the ownership and group of the original files. No matter what I try, the files all belong to root. The -p and -

Re: where can I get realplayer?

2000-09-13 Thread Statux
Is that even the right package for your system? Are you using 2.0 or 2.2? just use --force or --nodeps with the rpm command. On Wed, 13 Sep 2000, rank wrote: > I have downloaded one > rp7-linux20-libc6-i386-cs1-rpm, > but it confilcts with kdebase, > after I upgrade the kdebase, it > still c

Re: Whois Command?

2000-09-13 Thread Statux
info returned via whois isn't like it used to be... back in my day.. whois was a really nice utility... now adays.. eh.. no comment. On Tue, 12 Sep 2000, William J. Salvino wrote: > Anybody used whois lately? I must have missed something. Is there a man > page for whois? Can't get detailed infor

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Dan Horth
At 6:41 PM -0700 13/9/00, Thornton Prime wrote: >On Wed, 13 Sep 2000, Ray Curtis wrote: > >> Use this webpage URL at the bottom of every message on this list: >> >> https://listman.redhat.com/mailman/listinfo/redhat-list > >I believe the host uses a self-signed SSL certificate. The original post

Re: www.redhat.com

2000-09-13 Thread Vidiot
> >It is simple, you can do it with IP's or name based, point domain.com >as an A record to the box in question, use www (www.domain.com) as a CNAME >to domain.com , of course there are other ways as well, then in Apache >configure as either IP or Name based virtual server on the one Apache >

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Greg Wright
*** REPLY SEPARATOR *** On 13/09/00 at 18:41 Thornton Prime wrote: >On Wed, 13 Sep 2000, Ray Curtis wrote: > >> Use this webpage URL at the bottom of every message on this list: >> >> https://listman.redhat.com/mailman/listinfo/redhat-list > >I believe the host uses a self-si

Re: www.redhat.com

2000-09-13 Thread Greg Wright
*** REPLY SEPARATOR *** On 13/09/00 at 21:04 Mikkel L. Ellertson wrote: >On Wed, 13 Sep 2000, John Aldrich wrote: > >> On Wed, 13 Sep 2000, Vidiot wrote: >> > And why should they? That means setting up an apache server on redhat.com, >> > in order just to forward requests to

Re: www.redhat.com

2000-09-13 Thread Vidiot
>On Wed, 13 Sep 2000, Vidiot wrote: >> And why should they? That means setting up an apache server on redhat.com, >> in order just to forward requests to another machine. >> >> In this situation, the www is needed in order for it to work. I've run >> into other corporations that have separate m

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Jim Mills
why would anyone want off any list with such interesting threads as this? excuse the rant jim mills ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

Re: www.redhat.com

2000-09-13 Thread Mikkel L. Ellertson
On Wed, 13 Sep 2000, John Aldrich wrote: > On Wed, 13 Sep 2000, Vidiot wrote: > > And why should they? That means setting up an apache server on redhat.com, > > in order just to forward requests to another machine. > > > > In this situation, the www is needed in order for it to work. I've run

Re: Linking X -> console was [Starting X in a second console (SOLVED)]

2000-09-13 Thread Mikkel L. Ellertson
On Wed, 13 Sep 2000, John Aldrich wrote: > On Wed, 13 Sep 2000, Jamin Collins wrote: > > Well, I'm booting straight to run level 5. So, unless I'm missing > > something, X didn't start from one of the consoles. However, I would like > > to get the background output directed to one for diagnosti

Re: fgrep file limit? (actually option parsing bug)

2000-09-13 Thread Cameron Simpson
On Wed, Sep 13, 2000 at 01:16:01PM -0700, Steve Dixon wrote: | I wonder if there is a restraint on the number of files in a directory | fgrep will work on - is it something that can be increased? See below: | | eb@dpnz src]$ cd ../src6 | [deb@dpnz src6]$ fgrep -n DNADD * | more | AEADD:63:::

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Thornton Prime
On Wed, 13 Sep 2000, Ray Curtis wrote: > Use this webpage URL at the bottom of every message on this list: > > https://listman.redhat.com/mailman/listinfo/redhat-list I believe the host uses a self-signed SSL certificate. The original poster mentioned having problems accessing his site from hi

Re: UPS

2000-09-13 Thread Robert Canary
I wonder if it makes a difference if it was compiled as i386 or i686. Jeremy Russell wrote: > Hi All, > I have just tried to install a Powerware UPS with their Lansafe III > monitoring Software. When I try to activate the software I get the > following message: > [1]+ Segmentation fault (

(SOLUTION FOR YOU?) GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Kirk
I would suggest that you visit this site, I went there and it seems to work fine, it sent me my password. Go to the bottom of the page put in your email address and then you will go to the next page and click, send my password, when you get that go back to the same place and unsubscribe. This ad

Re: www.redhat.com

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Vidiot wrote: > And why should they? That means setting up an apache server on redhat.com, > in order just to forward requests to another machine. > > In this situation, the www is needed in order for it to work. I've run > into other corporations that have separate machine

Re: Linking X -> console was [Starting X in a second console (SOLVED) ]

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Jamin Collins wrote: > Well, I'm booting straight to run level 5. So, unless I'm missing > something, X didn't start from one of the consoles. However, I would like > to get the background output directed to one for diagnostics when something > does go wrong. > I believe it

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Ray Curtis
> "sl" == Stephen Liu <[EMAIL PROTECTED]> writes: sl> Hi All People, sl> I got the same problem too, trying to be off this list for 2 weeks without sl> success. I also tried with following without any result nor any reply sl> received. sl> [EMAIL PROTECTED] Subject Password and email b

slow performance problems: Setting processes per-user limits for daemons (such as postgres, interchange, etc.)

2000-09-13 Thread Dan Browning
How do I set maximum number of concurrent processes for users that run daemons, such as postgreSQL (under postgres user), or interchange, or mysql, or anything for that matter. limits.conf edits by themselves don't work. I found in performance testing that my system would lock up under a light l

UPS

2000-09-13 Thread Jeremy Russell
Hi All, I have just tried to install a Powerware UPS with their Lansafe III monitoring Software. When I try to activate the software I get the following message: [1]+ Segmentation fault (core dumped) ./ls3 Can somebody please tell me what causes this and weather anybody has had any luck run

Re: Solved the printer problem. Moved on to my sound card.

2000-09-13 Thread Dave Reed
> Date: Wed, 13 Sep 2000 18:33:06 -0500 > From: "Rev. David P. Giffen" <[EMAIL PROTECTED]> > > I solved my printer problem by just giving up on Redhat 6.1 and bought > Redhat 6.2. This plan worked. Now then I have been looking into my > sound card problem and have gotten to the stage of hacking

Re: Solved the printer problem. Moved on to my sound card.

2000-09-13 Thread Luke C Gavel
On Wed, 13 Sep 2000, Rev. David P. Giffen wrote: > I solved my printer problem by just giving up on Redhat 6.1 and bought > Redhat 6.2. This plan worked. Now then I have been looking into my > sound card problem and have gotten to the stage of hacking my > isapnpp.conf file. So I have to find an

Re: [OT] Netgear switch

2000-09-13 Thread Charles Galpin
cool. But why in the living room? Is there where your larger concentration of equipment is? :) On Wed, 13 Sep 2000, Gustav Schaffter wrote: > It will be installed in our living room and my dear wife objects to > noisy units that will be running 24 hours/day. :-) ___

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Stephen Liu
Hi All People, I got the same problem too, trying to be off this list for 2 weeks without success. I also tried with following without any result nor any reply received. [EMAIL PROTECTED] Subject Password and email body Password [EMAIL PROTECTED]Subject "How to unsubscribe" and ema

Solved the printer problem. Moved on to my sound card.

2000-09-13 Thread Rev. David P. Giffen
I solved my printer problem by just giving up on Redhat 6.1 and bought Redhat 6.2. This plan worked. Now then I have been looking into my sound card problem and have gotten to the stage of hacking my isapnpp.conf file. So I have to find an unused IO address and IRQs. Can anyone tell me which file

Re: Re: Logreport - apache

2000-09-13 Thread Kirk
>At 11:24 AM 9/13/00 -0400, you wrote: >On Wed, 13 Sep 2000, Robert Friberg wrote: >> Hi all, >> >> I'm looking for a webbased reporting tool for >> the webaccess logs. Anyone know of such a beast? >> >Hmm...you mean something like WebTrends? :-) > John > Or possibly Analog :-) Search Fre

Re: How to build test kernels ?

2000-09-13 Thread Leonard den Ottolander
Hello Daniel, > I need help on how to build > a test kernel but not overwrite my current kernel. Get yourself the HOWTO's. They are on the 2nd cd with 6.2, or you can find them on the ftp site somewhere under doc(s). Try the Kernel-HOWTO. Also read man lilo.conf. > Finally I

Re: GET ME OFF THIS *@$!^ LIST

2000-09-13 Thread Glen Lee Edwards
If worse comes to worse you can add the following to /etc/mail/access [EMAIL PROTECTED] 550 Unable to unsubscribe from list This will bounce the mail back to redhat. Glen On Wed, 13 Sep 2000, Dan Donaldson wrote: >As I have noted elsewhere, the mechanism for unsubscribing is broken

Re: www.redhat.com

2000-09-13 Thread Vidiot
>redhat.com and www.redhat.com are resolving to two different IPs. Looks >like they are not forwarding http request on "redhat.com" to >http://www.redhat.com . looks like a boo-boo. >-eric And why should they? That means setting up an apache server on redhat.com, in order just to forward reque

Re: I cant beleave redhat

2000-09-13 Thread Michael R. Jinks
Please don't bash Red Hat about this. This is not an installation issue. It is an important issue, granted, but not one that Red Hat has promised to work with you on. If you want their support for adding functionality to a running Red Hat system, you have to pay for it. If you want support for

Re: fgrep file limit?

2000-09-13 Thread Michael R. Jinks
Any chance that there's a file with a "--" in its name? When the shell expands your wild card, it passes the results to fgrep literally, so fgrep might be interpreting this as fgrep [options] [pattern] [file0 file1 file2] -- [file3]...[fileN] When it sees the double-dash, it expects the next s

Linking X -> console was [Starting X in a second console (SOLVED)]

2000-09-13 Thread Jamin Collins
Well, I'm booting straight to run level 5. So, unless I'm missing something, X didn't start from one of the consoles. However, I would like to get the background output directed to one for diagnostics when something does go wrong. Jamin W. Collins -Original Message- From: John Aldrich [

Re: I cant beleave redhat

2000-09-13 Thread Bret Hughes
"Smith, Jonathan" wrote: > I dont know if you know my issue or not. > > I had a number of computers running redhat 5.2 for years and it was great after talk >to redhat support I was told that I could just run the upgrade to redhat 6.2 and >everything will be ok. After upgraging to redhat 6.2 t

unsubscribe?

2000-09-13 Thread Bastian Schmid
How can i unsubscribe redhat mailing-list?   Thanks Bastian

Re: /etc/printcap without X

2000-09-13 Thread Bret Hughes
Steve Dixon wrote: > You need to either tar up your /var/spool/lpd/* and get it to the new > server or rcp the files over there and then just plop you printcap in > place. I do it all of the time. would that be described in man plop? :-) Bret __

Re: Problem with mgetty-1.1.22-1.5.x.i386.rpm

2000-09-13 Thread Bret Hughes
"Owen V. Gray" wrote: > I had mgetty-1.1.14-5 working fine on my RH5.2 system. > > I updated to mgetty-1.1.22-1.5.x.i386.rpm, and got the following > in my logs: > > Sep 13 10:23:52 medarb mgetty[20714]: mgetty: experimental test > release 1.1.22-Aug17: Success > Sep 13 10:23:52 medarb mgetty[207

Re: RPM install with dependencies?

2000-09-13 Thread Bret Hughes
[EMAIL PROTECTED] wrote: > I don't think that rpm has this functionality, but it sure would be > nice. > > Say you're in your RedHat/RPMS directory and want to install an > rpm, but a simple -ivh (or -Uvh) fails because that package has > dependencies that weren't met. Is there a way one could e

RE: Apache problem

2000-09-13 Thread Juha Saarinen
%-> I have been configuring my new box and have been having some %-> problems. Where %-> are the files that are called when linux boots? I know about %-> the rc.d directory %-> and how that works, but I've looked all over for where the line %-> "/etc/httpd" is in the init files. I am moving all we

RE: Kernel in Pinstripe

2000-09-13 Thread Juha Saarinen
-> Does anyone have any pointers for compiling a kernel in RH 6.9.5? %-> I had no problems in 6.1. I'm trying to get linux-2.3.99-pre5 %-> compliled, %-> yet the process is acting a bit strange. The output looks differently %-> from any other time I have built a kernel. I would paste some of %

Re: Multiple Linuxs

2000-09-13 Thread Graham Hemmings
You could install RH6.2 and then install VMware (not free, but reasonable at $99). This will allow you to create several virtual machines onto which you then install Win2000, SuSE, Caldera etc. The beauty of this is that you can have all of these "machines" running at once, each with it's own

Re: www.redhat.com

2000-09-13 Thread Eric Wood
redhat.com and www.redhat.com are resolving to two different IPs. Looks like they are not forwarding http request on "redhat.com" to http://www.redhat.com . looks like a boo-boo. -eric - Original Message - From: "Eddie Strohmier" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesd

I cant beleave redhat

2000-09-13 Thread Smith, Jonathan
I dont know if you know my issue or not. I had a number of computers running redhat 5.2 for years and it was great after talk to redhat support I was told that I could just run the upgrade to redhat 6.2 and everything will be ok. After upgraging to redhat 6.2 the following issues poped up 1)

Re: Unable to load interpreter

2000-09-13 Thread Bret Hughes
Charles Galpin wrote: > Duncan > > I have been getting similar messages on a machine that has been acting up > lately (and getting worse). It too has plenty of RAM and swap. I'm > starting to think a memory chip has gone bad, but it's not the kind of > thing you can test easily on an operational

Re: file date time stamps

2000-09-13 Thread Bret Hughes
Ward William E PHDN wrote: > Ok, I'll accept that. However, it >still< seems to me that it's > curious that there is a four hour difference when he's in EDT and > EDT is four hours off UTC, which is the default time kept on many > Unix machines in hardware, is an option in Linux, etc. Looks to

fgrep file limit?

2000-09-13 Thread Steve Dixon
I wonder if there is a restraint on the number of files in a directory fgrep will work on - is it something that can be increased? See below: eb@dpnz src]$ cd ../src6 [deb@dpnz src6]$ fgrep -n DNADD * | more AEADD:63::: CHAINR TO DNADD if account is 'D' AEADD:116::: DNADD A

Re: [6.1] Sendmail and spam filter

2000-09-13 Thread Glen Lee Edwards
Cancel this message. I found out that you can accomplish the same by modifying /etc/mail/access. [EMAIL PROTECTED] REJECT or [EMAIL PROTECTED] 550 You have no friends here Glen On Wed, 13 Sep 2000, Glen Lee Edwards wrote: >Would someone refresh my memory as to how t

Re: Am I asking for problems?

2000-09-13 Thread Rob Hardowa
>From reponses on the list I guess others have had 6.2 running on Presario. The problem I encountered during an install was with Xor, as far as I can remember anyway :) And that was back in January so it would have been 6.1 I believe. It didn't recognize the video adapter and all I could get

Re: [OT] Netgear switch

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Gustav Schaffter wrote: > Hi, > > Sorry for the off-topic question but [usual excuses, including > flattering you]. ;-) > > I'm considering to order a Netgear FS308 Ethernet switch, but the sales > people can't answer a simple question about the product. (Can't buy > direct

Re: Shell Scripting HOWTO?

2000-09-13 Thread Luke C Gavel
On Wed, 13 Sep 2000, George Lenzer wrote: > I really want to gain more knowledge on shell scripting. (I > used to be pretty good at DOS batch files in my "bad old > days" :) ) Bash blows DOS completely away [KABM *DOS drops, a shattered, tired, old hulk...*] at least when you compare the pr

[OT] Netgear switch

2000-09-13 Thread Gustav Schaffter
Hi, Sorry for the off-topic question but [usual excuses, including flattering you]. ;-) I'm considering to order a Netgear FS308 Ethernet switch, but the sales people can't answer a simple question about the product. (Can't buy direct from Netgear since I'm in Europe.) I've been to the netgear s

Re: Starting X in a second console (SOLVED)

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Jonathan Wilson wrote: > Well pal, that's never been the case on any of my systems ;-) and in fact > F8 through F12 are used for other things, like system messages > Ok. My question then, since you've piqued my curiosity, where does your second X session start up? :-)

Re: Starting X in a second console (SOLVED)

2000-09-13 Thread Jonathan Wilson
Well pal, that's never been the case on any of my systems ;-) and in fact F8 through F12 are used for other things, like system messages JW At 09:27 AM 9/13/2000 -0400, you wrote: >On Tue, 12 Sep 2000, Miroslav Skoric wrote: > > "Mikkel L. Ellertson" wrote: > > > > > > The X se

Re: i386-i686.rpm from src.rpm

2000-09-13 Thread Jonathan Wilson
Well, in my personal opinion, (no, I'm not barking at you or anyone else) it's simply the fastest, simplest way (for me). rpm --rebuild --target=i686 foo.src.rpm rpm -Uhv /usr/src/redhat/RPMS/i686/foo.i686.rpm Simple as Pi ;-) later, JW At 01:42 PM 9/12/2000 -0700, you wrot

Re: Am I asking for problems?

2000-09-13 Thread Jonathan Wilson
Not Red Hat, but I've tried Presarios, and it's not the best deal. It will probably work - just might be difficult. JW At 09:43 PM 9/12/2000 -0400, you wrote: >I am considering getting a deal from Ameritech for DSL and a Compaq >Presario computer with a 566 mhz Celeron cpu lo

Re: Multiple Linuxs

2000-09-13 Thread Jonathan Wilson
Note that in th multi-boot configureatoin, you need to do your partitioning before or during the initail Distro's install. My favorite thing to do is get a tomsrtbt disk and do all the partitioning with is (via fdisk). then you don't have to do any partitioning during your distro install, you o

Re: Shell Scripting HOWTO?

2000-09-13 Thread Adam Sleight
On Wed, 13 Sep 2000 14:14:30 -0400 "George Lenzer" <[EMAIL PROTECTED]> wrote: #I really want to gain more knowledge on shell scripting. (I used to be pretty #good at DOS batch files in my "bad old days" :) ) Does anyone have any good #resources that they are familiar with on the net? A guy na

Re: Apache problem

2000-09-13 Thread Rob Hardowa
Hi Jake, I'm not an Apache admin or anything but I may be able to help. If your problem is where Apache is looking for your web files, then the config file you are looking to change is, depending on apache version, likely httpd.conf. You will likely find this in the conf directory of your webse

Re: Shell Scripting HOWTO?

2000-09-13 Thread Chuck Mead
On Wed, 13 Sep 2000, George Lenzer spewed into the bitstream: GL>I've been using Linux for about three years now and haven't really GL>explored much beyond the usual bash commands: mv, ls, mkdir, export, GL>gzip, dd, cat, etc... GL> GL>I really want to gain more knowledge on shell scripting. (I

Re: No Medium Found

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Jim Travnick wrote: > I would but im trying to get away from creative labs CD drives as I had one > that went bad and had to send the next two they sent me back as they where > bad out of the box. Im very unhappy with there support. Plus not sure about > this but I think creat

RE: Starting X in a second console (SOLVED)

2000-09-13 Thread John Aldrich
On Wed, 13 Sep 2000, Jamin Collins wrote: > I'm running RH 6.2 with XFree86 4.0.1. What would be necessary to link the > normal (VC 7) X session with an actual console that will output program > error messages? > Well, it really WILL put the info onto console #1, or whichever console you started

Re: /etc/printcap without X

2000-09-13 Thread Anthony E . Greene
On 13 Sep 2000 14:05 Anthony E . Greene wrote: >On 13 Sep 2000 13:57 Adam Sleight wrote: >>Can I just setup all my remote ip printers with printtool under X on some >>server. Then copy the /etc/printcap file to another server (like a 2U rm >unit) >>which doesn't have X installed and then will i

RE: file date time stamps

2000-09-13 Thread Ward William E PHDN
Ok, I'll accept that. However, it >still< seems to me that it's curious that there is a four hour difference when he's in EDT and EDT is four hours off UTC, which is the default time kept on many Unix machines in hardware, is an option in Linux, etc. Looks to me like he may have something that e

Re: Shell Scripting HOWTO?

2000-09-13 Thread rpjday
On Wed, 13 Sep 2000, George Lenzer wrote: > I've been using Linux for about three years now and haven't really explored much >beyond the usual bash commands: > mv, ls, mkdir, export, gzip, dd, cat, etc... > > I really want to gain more knowledge on shell scripting. (I used to be pretty good >

Shell Scripting HOWTO?

2000-09-13 Thread George Lenzer
I've been using Linux for about three years now and haven't really explored much beyond the usual bash commands: mv, ls, mkdir, export, gzip, dd, cat, etc... I really want to gain more knowledge on shell scripting. (I used to be pretty good at DOS batch files in my "bad old days" :) ) Does an

[OT] Hardware configuration issue, ASUS CUBX, PIII/733 CPU

2000-09-13 Thread Rick Forrister
Wondering if anyone out there might have knowledge/pointers/links for a small problem I'm sorting out. I have the following collection of components: ASUS CUBX motherboard Intel PIII/733 CuMine CPU 512Mb Viking PC-133 ECC SDRAM G400/32Mb Matrox single head video card SB Live Value audio card Ada

What happened to Balsa.net

2000-09-13 Thread Anthony E . Greene
The 'A' record for the site seems to have disappeared from the DNS. Anyone have a clue? -- Anthony E. Greene <[EMAIL PROTECTED]> PGP Key: 0x6C94239D/7B3D BD7D 7D91 1B44 BA26 C484 A42A 60DD 6C94 239D Linux. The choice of a GNU Generation.

Re: No Medium Found

2000-09-13 Thread Jim Travnick
John Aldrich wrote: > On Wed, 13 Sep 2000, Jim Travnick wrote: > > I have just about the same problem with my Acer 50x it will install > > linux fine but than when im in linux it will not see any medium not > > even the linux CD that i used to install or music CDs all of which are > > store

Re: /etc/printcap without X

2000-09-13 Thread Anthony E . Greene
On 13 Sep 2000 13:57 Adam Sleight wrote: >Can I just setup all my remote ip printers with printtool under X on some >server. Then copy the /etc/printcap file to another server (like a 2U rm unit) >which doesn't have X installed and then will it work? I did this for a couple of server that did n

Re: /etc/printcap without X

2000-09-13 Thread Steve Dixon
You need to either tar up your /var/spool/lpd/* and get it to the new server or rcp the files over there and then just plop you printcap in place. I do it all of the time. Adam Sleight wrote: > > Can I just setup all my remote ip printers with printtool under X on some > server. Then copy the

Thanks: Logreport - apache

2000-09-13 Thread Robert Friberg
I checked all the suggestions and I'm going to try out webalizer. Thanks! Robert Friberg, ensofus ab ___ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list

/etc/printcap without X

2000-09-13 Thread Adam Sleight
Can I just setup all my remote ip printers with printtool under X on some server. Then copy the /etc/printcap file to another server (like a 2U rm unit) which doesn't have X installed and then will it work? I'd imagine I have to create a directory for each queue like mkdir /var/spool/lpd/queue1

  1   2   >