Re: scripting problem

2005-11-26 Thread Jan de Haan
David Koski <[EMAIL PROTECTED]> wrote: > > > echo -n "3 ===";echo -n ${MD5PW} | tr ' ' '\n' | while read char ; do awk \ > > '{printf("%c",$char)}' ; done ; echo "===" [EMAIL PROTECTED]:/home/user/tmp > > Try to replace "awk" with "echo $char | awk". > > I know that doesn't answer your question

Re: problems unpacking kernel source

2005-06-27 Thread Jan de Haan
On Mon, 27 Jun 2005 15:59:09 +0100 Simon Rees <[EMAIL PROTECTED]> wrote: > Hello > > I'm having problems unpacking the kernel-source-2.6.8 package. Aptitude > unpacks the deb package and places it in /usr/src but attempting: > tar xjvf kernel-source-2.6.8.tar.bz2 > returned: > - > bz

xinetd secondary addresses and ports

2003-09-20 Thread Jan de Haan
Hi All, want to run several instances of the same application (apache, sshd, whatever...) with different configurations on separated secondary addresses with their original port numbers (e.g. eth0:1 192.168.123.1:80 httpd www.acme.com and eth0:2 172.16.1.1:80 httpd www.whitehouse.gov) Thi