Re: ethernet not working (part 2)

2000-08-08 Thread Richard Adams
On Tue, 08 Aug 2000, Charles E. Gelm wrote about, Re: ethernet not working (part 2): On my old working kernel (2.2.13), boot messages were: ... FFreeing unused kernel memory: 32k freed. INIT: version 2.76 booting. request_module[net-pf-1] fork failed, errno 11 NET4: Unix domain sockets

Re: ethernet not working (part 2)

2000-08-08 Thread ksemat
I had a problem with an ne that did not work until I specified io=0x300 irq=5 and then it worked like a charm otherwise It had consistently refused to see the card. Is your card ISA or PCI? If it is PCI I recommend you use irq=10 Noah [EMAIL PROTECTED] - To unsubscribe from this list:

Netscrape

2000-08-08 Thread cr
I know this is only halfway a Linux techie question, but can anyone direct me to a site where I can find some good info on using Netscape? (And not Netscrape's own gotta-be-on-line-to-use-it 'Help' system which is as useless as a Windoze Help file :( (I want a way to clear the cache so I can

Re: Two default routes?

2000-08-08 Thread Bogdan Taru
Hi, Jos, The problem is that I don't do dial-up. My two connections are permanent (leased line and cable), so I need to use both of them simultaneous. Any ideas welcomed! bogdan On Mon, 7 Aug 2000, Jos Lemmerling wrote: On Mon, 7 Aug 2000, Bogdan Taru wrote: Hello

Re: broken C++ compiler

2000-08-08 Thread Richard Spencer
OK I can do that; pardon my ignorance--I don't usually write scripts, although I can follow directions :-) Here's what happened: $ tr -d "\r" mailfile hws $ chmod a+x hws Script started on Tue Aug 8 07:31:08 2000 [rks@localhost rks]$ ./hws #include iostream.h int main(void){ cout"Hello

User CGI Problems

2000-08-08 Thread Areg
HAllo 1.I'm using Apache 1.3.x, I tried to place a script not in cgi-bin, but in user's public_html directory. When i try to run that script from user's web page, Apache show's nothing more, than script itself (it's more awful when script is binary file). Is there any way to tell Apache to run

Re: /sbin/lilo - segmentation fault

2000-08-08 Thread brownh
thought it might be a bogus lilo. script is a handy way to capture a console session to a file, and I wanted to remind you of that, too. Or you could have said, lilo -v file_to_include_in_the_mail (bash only, other shells like "file 21", which bash also likes). That way you don't make

Re: Netscrape

2000-08-08 Thread Richard Spencer
What version of netscape did you say you were running? You didn't say, eh? I'm running 4.72 for Linux, and can tell you what to do in version 4. I'll bet you've got as far as: 'edit' -- 'preferences' -- 'advanced' but didn't know that you could click on the icon on the left side of the word

WU-FTPD RedHat 6.2

2000-08-08 Thread Linux Maillist user
Does anyone know if the current wu-ftpd package (wu-ftpd-2.6.0-14.6x) doesn't suffer from the SITE bug that is reviewed at www.wu-ftpd.org ? They have version 2.6.1 but there isn't any RedHat equivalent, is there? --Jesse - To unsubscribe from this list: send the line "unsubscribe

Re: ethernet not working (part 2)

2000-08-08 Thread Richard Adams
On Tue, 08 Aug 2000, [EMAIL PROTECTED] wrote about, Re: ethernet not working (part 2): refused to see the card. Is your card ISA or PCI? If it is PCI I recommend you use irq=10 Possably a good point brought about by a irrelavant answer. 1) The good point is, the origanal question asker

Re: Netscrape

2000-08-08 Thread Renaud OLGIATI
On Mon, 07 Aug 2000, you wrote: I know this is only halfway a Linux techie question, but can anyone direct me to a site where I can find some good info on using Netscape? (And not Netscrape's own gotta-be-on-line-to-use-it 'Help' system which is as useless as a Windoze Help file :( (I

Re: WU-FTPD RedHat 6.2

2000-08-08 Thread Jim Roland
RedHat, just like any other distribution is a collection of tools and software, along with some customizations to scripts, etc. You can always download the latest version in rpm format and install it, just make sure to read the README or INSTALL files included with any of the rpms or tar files,

Re: Two default routes?

2000-08-08 Thread Jack Barnett
I don't think you can have to default routes (atleast this is the way I understand it, I could be wrong.) but you can set more then 1 static routes. For example say eth0 - 192.168.17.2 eth1 - 10.10.10.2 (I know this are bunk ip's, just for example) everything that goes to 192.168.17.** should

Re: ethernet not working (part 2a)

2000-08-08 Thread Richard Adams
On Tue, 08 Aug 2000, Chuck Gelm wrote about, Re: ethernet not working (part 2a): Howdy, All: Thanks. I'll be back at this system this evening, but here are some thoughts on the tips I've received overnight. I am beginning to think you have the same problem i have with my NE2000 card

Re: WU-FTPD RedHat 6.2

2000-08-08 Thread Richard Adams
On Tue, 08 Aug 2000, Linux Maillist user wrote about, WU-FTPD RedHat 6.2: Does anyone know if the current wu-ftpd package (wu-ftpd-2.6.0-14.6x) doesn't suffer from the SITE bug that is reviewed at www.wu-ftpd.org ? They have version 2.6.1 but there isn't any RedHat equivalent, is there?

Re: ethernet not working (part 2a)

2000-08-08 Thread Chuck Gelm
Howdy, All: Thanks. I'll be back at this system this evening, but here are some thoughts on the tips I've received overnight. #Definitions Apparently the computer system is not an issue. Slackware 7.0 install, kernel 2.2.13. NIC=Macromate MN220PTC in NE2000 mode, io=0x2a0, irq=10, ISA Kernel

URGENT: Re: Two default routes?

2000-08-08 Thread Bogdan Taru
Hi, Jack, Yes, you're right... I can have more than one static route... but there are two drawbacks in what you've said (I hope I understood right everything that you wrote me): 1. I'm not going to build static routes for every network in the Internet. (the two gateways are ISPs,

Re: WU-FTPD RedHat 6.2

2000-08-08 Thread Ray Olszewski
At 10:51 AM 8/8/00 -0500, Jim Roland wrote: RedHat, just like any other distribution is a collection of tools and software, along with some customizations to scripts, etc. You can always download the latest version in rpm format and install it, just make sure to read the README or INSTALL files

Re: URGENT: Re: Two default routes?

2000-08-08 Thread Jack Barnett
Have you looked into the routed program? Hi, Jack, Yes, you're right... I can have more than one static route... but there are two drawbacks in what you've said (I hope I understood right everything that you wrote me): 1. I'm not going to build static routes for every network in the

Re: URGENT: Re: Two default routes?

2000-08-08 Thread Bogdan Taru
Hi, Jack, Yup, I've checked out the 'routed' daemon, but that one is designed only for small networks... Trying to run it on my server resulted in about 100 routes added to the kernel routing table just about 3 minutes.. :) I also checked out 'gated', but couldn't get it installed on

Re: Two default routes?

2000-08-08 Thread Jack Barnett
but what is the way to use two ISPs at the same time? if there is one default route, then everytime the data is sent through that route, and if we set a specific route, then for every site we have to set a specific route for the site we want to access? I seriously don't know man. Since no

Fetchmail working: sendmail next?

2000-08-08 Thread davidturetsky
OK, with a lot of help from the list, I have fetchmail working, at least from a non-msn ISP. Now I need something to handle outgoing bulk mail, to a list of addressees in a file I see and hear about lots of packages: exim, sendmail, zmailer, majordomo, etc I'd be grateful to hear views

Linksys 100LNETX V 4.1 problem.

2000-08-08 Thread Dances with Turtles
Well, I resolved my problem with my new Linksys 100LNETX V 4.1 nic. I returned it and bought a Netgear FA311 and with the driver that they provided, had it up and running in 10 minutes. In conclusion: My old 100LNETX (169 chip) works great. Linksys's support, while didn't solve

Network Error

2000-08-08 Thread Dan de Haan
I just set up a Mandrake 7.1 computer. When I try to load the network driver (rtl8139) I get the following error: SIOCSIFFLAGS: Resource Temporarily unavailable. What does this mean? Basic info about the computer PIII-667 on ASUS CUV4X (Via chipset) RealTech 8139A card Driver rtl8139.c v.1.07

enable CGI scripts

2000-08-08 Thread root
i have got apache_1.3.12 working on my machine, but if i try to open any cgi files in navigator all i see is the code. here is what is in my httpd.conf file: ScriptAlias /cgi-bin/ "/home/httpd/cgi-bin/" # # "/home/httpd/cgi-bin" should be changed to whatever your ScriptAliased # CGI directory

Re: broken C++ compiler (long)

2000-08-08 Thread Richard Spencer
Well, oops (about the missing pipe) I still wonder whether I can fix this rpm *%@^* I do have slackware 7.0, should I avoid using it with my Redhat? I mean, the binaries are dist specific, right? I'll just have to install slackware tomorrow :-) or check out the tarball for gcc-2.95.2 which

2 very simple questions ...

2000-08-08 Thread Webmaster - prayagonline.com
hi, i have 2 ery simple questions : 1.) I need to issure the commands halt / reboot from a telnet connection logged on as a different user ... so what to do ?? 2.) I want to change the message that appears befor the login prompt ... i changes the /etc/issue and /etc/issue.net but ti

Re: 2 very simple questions ...

2000-08-08 Thread Ray Olszewski
At 07:46 AM 8/9/00 +0530, Webmaster - prayagonline.com wrote: hi, i have 2 ery simple questions : 1.) I need to issure the commands halt / reboot from a telnet connection logged on as a different user ... so what to do ?? If you are accessing the machine remotely, you have to be root to

Bug

2000-08-08 Thread Daniel Provin
Anyone can help me with this bug !! When i try to change the passwd logged as a normal user i receive this message: Can't exclusively open /etc/ptmp, can't update password: Permission denied but this file doesn't exist, and when i create that, even changing permissions, it receives a similar

Great website for wholesale body jewelry and piercing supplies

2000-08-08 Thread MPInet User
We have just recently finished our website and online catalog. Please take a second and browse through our site to see our great prices on body jewelry and unique gifts. http://www.steeldreamsbodyjewelry.com We have jewelry that no one has seen before. As an incentive to buy from us we

dhcp on startup

2000-08-08 Thread Chris S
when i issue the command 'dhcpcd -h CS561924-A eth0' i am able to get an ip address assigned to my eth0 card from my ISP. which script do i modify to include this command so that this process happens automatically on startup? i am guessing in ifup, but i am not sure where or what the syntax

Re: broken C++ compiler

2000-08-08 Thread Richard Spencer
* [EMAIL PROTECTED] [EMAIL PROTECTED] [000808 22:23]: Sorry Ray, you're the one who's sig sports Han Solo's words :-) -- Richard Spencer -- Sao Paulo, Brazil Running Linux kernel 2.2.16 and Redhat 6.0 - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a

Re: /sbin/lilo - segmentation fault

2000-08-08 Thread Ray Olszewski
At 12:06 AM 8/8/00 EDT, [EMAIL PROTECTED] wrote: I don't know how to make lilo segment fault, so I don't know how to fix it. Could you be dead flat out of space in /boot? I would expect that to get error 28, but maybe not. df to see. I wouldn't expect a segfault from that problem either.

Re: broken C++ compiler (long)

2000-08-08 Thread Richard Spencer
* [EMAIL PROTECTED] [EMAIL PROTECTED] [000808 18:48]: On Tue, 8 Aug 2000, Richard Spencer wrote: * [EMAIL PROTECTED] [EMAIL PROTECTED] [000808 14:45]: find /usr/include -name iostream.h $ find /usr/include -name iostream.h $ That just told me your c++ header files are not

RE: dhcp on startup

2000-08-08 Thread Drash, Jim [EESUS]
Title: RE: dhcp on startup BTW, dhcpcd part of the software discussed in this mailing list. However in RedHat 6.2, you need to modify /etc/sysconfig/network-scripts/ifup Jim Drash Ethicon Endo Surgery, Inc. e-mail: [EMAIL PROTECTED] -Original Message- From: Chris S

Re: dhcp on startup

2000-08-08 Thread Ted Lemon
dhcpcd is not an ISC product, so this is the wrong place to be asking about it. The short answer is that there's some file in /etc/rc.d that you need to tweek, but I don't know which one offhand. _MelloN_ - To unsubscribe from this list: send the line