Re: Printing problems

2002-02-13 Thread Johannes Franken
On Mon, Feb 11, 2002 at 12:44:58PM -0600, Ernesto Gonzalez Gomez wrote: > coping this file to /dev/lp0, it works, but when I use lpr with the same > file, I have again the blank page at the end. Could be a blank banner page. Have you tried lpr -h ? -- Johannes Franken Professiona

Re: 486 SX

2002-02-13 Thread Johannes Franken
in of=/dev/fd0 or using the dos/windows program rawrite.exe. smack the one that got rescue.bin into drive A:, reboot, and there you go. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: Browsing workgroup from command line

2002-02-13 Thread Johannes Franken
e addressed by as \\PRINTSRV\LASER1. But this is not debian specific anyway. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: Browsing workgroup from command line

2002-02-13 Thread Johannes Franken
On Wed, Feb 13, 2002 at 12:27:50PM -0800, Patrick Kirk wrote: > I need to see the list of machines on a LAN that can be seen in Network > Neighborhood ion the Windows boxes. Check smbclient -N -L ip_adress_of_your_PDC -- Johannes Franken Professional unix/network development mailto:

Re: Installation Problem with Potato

2002-02-12 Thread Johannes Franken
the CD tested: switch to a shell console, cp /dev/cdrom /dev/null and watch for error messages. (you might have to replace /dev/cdrom with /dev/hdc etc., respectively) -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

[jfranken@jfranken.de: Re: find]

2002-02-09 Thread Johannes Franken
Tom, sorry for the typo. should be echo echo -n \> \$1 > /tmp/truncate && find /var/log -type f -exec sh /tmp/truncate {} \; another way to do it would be find /var/log -type -f -exec cp /dev/null {} \; HTH - Forwarded message from Johannes Franken <

Re: find

2002-02-09 Thread Johannes Franken
x27;re right. What about echo echo -n \> \$1 /tmp/truncate && find /var/log -type f -exec sh /tmp/truncate {} \; -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: Problem pinging gateway

2002-02-09 Thread Johannes Franken
; and "tcpdump -n & ping 192.168.0.1" say? -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: find

2002-02-09 Thread Johannes Franken
ing that file), so the arguments left for find are: "/var/log -type f -exec echo -n" (yet another implementation of the NOP command). Try echo >/tmp/blankfile && find /var/log -type f -exec cp /tmp/blankfile {} \; instead. -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: Squid - Had to "recreate" the cache...

2002-02-09 Thread Johannes Franken
On Sat, Feb 09, 2002 at 02:36:23PM -0200, Pedro Zorzenon Neto wrote: >Did squid cache got corrupted? why? what happened? check /var/log/squid/squid.out* -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: perl script to replace html login?

2002-02-08 Thread Johannes Franken
On Fri, Feb 08, 2002 at 02:01:30PM +0200, Martin Fluch wrote: > Is there a easy way to make a perl skript to send an http post request apt-get install libwww-perl man 1p POST -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/

Re: aacraid.o

2002-02-07 Thread Johannes Franken
e your kernel version differs from what the module expected. You should either - build a new kernel containing aacraid.o or - put debian-kernel 2.2.16 on your bootdisk (e.g. using zdisk) -- Johannes Franken Professional unix/network development mailto:[EMAIL PROTECTED] http://www.jfranken.de/