Re: lynx proxy

1998-12-07 Thread Kalle Valo
Shao Zhang [EMAIL PROTECTED] writes:

   Could anyone tell me how to set the proxy settings for lynx??

Edit /etc/lynx.cfg and uncomment http_proxy-variable and alter it for
your settings. _Or_ you can use environment variable 'http_proxy', like
this:

export http_proxy='http://wwwproxy.hut.fi:80/'

Same applies to other protocols (ftp, gopher...). no_proxy
means... well.. no proxy for this host/domain :)


valo


Re: Kernel compile problem

1998-11-30 Thread Kalle Valo
Roger Franz [EMAIL PROTECTED] writes:

 I got a sound card (my wife insisted on having a sound card), and am now
 trying to recompile the kernel to include support for it.
 
 I've got the configuration set up, and everything appears to be correct.
 
 I run make-kpkg, and it runs until I get this:
 
   gcc:  Internal compiler error: Program cc1 got fatal signal 11.
 
 This apparently occurs at random points during the run of the compile;
 this particular one occurred while compiling init.o.  Previous errors
 have occurred at floppy.o, keyboard.o, pty.o.  I get the same error
 trying to compile the kernel manually (make clean, make config, make
 dep, make zImage).

I think you should read the sig11 FAQ at
http://www.bitwizard.nl/sig11/. It could help you a bit. btw, I'm
having same kind of problems, but sometimes my machine lockups
completely. I haven't investigated what's the cause. I can still
compile kernels, I just use 'make-kpkg kernel_image' again. It
continues there it left before the lockup and the compiled kernel
works fine.

Sorry about my english,
Kalle Valo