Crypto-Swap questions

2004-01-21 Thread Johannes Graumann
Hello, Following loosely this document: http://www.sdc.org/~leila/usb-dongle/readme.html I have set up (or tried) to encrypt my swap partition (/dev/hda2). Here is what I did: * create /usr/local/sbin/crypto-swap (modified!) #!/bin/sh # Run this script somewhere in your startup scripts _after_ #

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Johannes Graumann
I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Thanks, Joh On Wed, 21 Jan 2004 01:34:25 -0400 Peter Cordes [EMAIL PROTECTED] wrote: On Tue, Jan 20, 2004 at 11:58:41PM -0500, Hubert Chan wrote: Johannes ==

Re: strange apache error.log entry

2004-01-21 Thread Markus Schabel
Jan Minar wrote: On Wed, Jan 21, 2004 at 01:28:32AM +0100, Markus Schabel wrote: I don't know what the surrounding lines are, but the core of your posting is a wget(1) logfile/stderr output :-) This isn't the standard wget in the main distribution; IIRC, it's the busybox' one. Busybox' small

Re: strange apache error.log entry

2004-01-21 Thread Markus Schabel
François TOURDE wrote: Le 12438ième jour après Epoch, [EMAIL PROTECTED] écrivait: Hi, can you tell me what the following means in an apache error.log and The log is the out put of wget command.Most probably the command which resulted in this entry is wget

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Peter Cordes
On Tue, Jan 20, 2004 at 11:07:51PM -0800, Johannes Graumann wrote: I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Yes, if the file you're looping back to is on a journalled filesystem, or is a partition. (ext3 is

Re: strange apache error.log entry

2004-01-21 Thread Bastian Blank
On Wed, Jan 21, 2004 at 12:04:58PM +1100, Russell Coker wrote: Looks like they used wget to download psybnc, it's an IRC bot. No, psybnc is an IRC bouncer and the archive includes a binary and the sources: | $ file psybnc | psybnc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for

Re: Crypto-Swap questions

2004-01-21 Thread Peter Cordes
On Tue, Jan 20, 2004 at 10:53:10PM -0800, Johannes Graumann wrote: Is the encryptionloop significantly slower than diskwrite/read speed? No, but it uses CPU, and disk I/O doesn't (when using dma: with IDE, use hdparm -v /dev/hda to check. With SCSI, well, you bought it so you wouldn't have

subscribe

2004-01-21 Thread Johannes Weiss
-- -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org mQGiBDvcCvERBAD6wb5wTnnHT2mqikeu91PdHSR+fGOOdtqTz638CFNupGw7yF9q Cljs7koC5aN8cF3Zusy40XE4vtpoHUzYR4WZkRNh66wq2XUqWbfDnaCDGZmv8UKi

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Johannes Graumann
On Wed, 21 Jan 2004 05:12:18 -0400 Peter Cordes [EMAIL PROTECTED] wrote: On Tue, Jan 20, 2004 at 11:07:51PM -0800, Johannes Graumann wrote: I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Yes, if the file

get error: /bin/sh: line1: myfilter: command in boot messages...

2004-01-21 Thread Walter Tautz
specically I have a /bin/sh script in /etc/network/if-pre-up.d/myfilter: #! /bin/sh iptables -X iptables -F iptables -A OUTPUT -p tcp --destination-port telnet -j REJECT which DOES work. I wonder why it's complaining about the line #! /bin/sh during the boot messages. Note no such output is

Re: get error: /bin/sh: line1: myfilter: command in boot messages...

2004-01-21 Thread Horst Pflugstaedt
On Wed, Jan 21, 2004 at 02:11:39PM -0500, Walter Tautz wrote: #! /bin/sh [...] which DOES work. I wonder why it's complaining about the line #! /bin/sh during the boot messages. Note no such output is in dmesg. Hi, ever tried the line #!/bin/sh ? all my scripts seem to lack the space.

information security trends and patterns for 2003

2004-01-21 Thread abe.usher
By studying messages on various information security mailing lists, I've created a visual depiction of INFOSEC community trends over time. You can view my report at:http://www.sharp-ideas.net/research/infosec_zeitgeist.html If you'd like to leave me comments, you can post them to my blog

Crypto-Swap questions

2004-01-21 Thread Johannes Graumann
Hello, Following loosely this document: http://www.sdc.org/~leila/usb-dongle/readme.html I have set up (or tried) to encrypt my swap partition (/dev/hda2). Here is what I did: * create /usr/local/sbin/crypto-swap (modified!) #!/bin/sh # Run this script somewhere in your startup scripts _after_ #

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Johannes Graumann
I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Thanks, Joh On Wed, 21 Jan 2004 01:34:25 -0400 Peter Cordes [EMAIL PROTECTED] wrote: On Tue, Jan 20, 2004 at 11:58:41PM -0500, Hubert Chan wrote: Johannes ==

Re: strange apache error.log entry

2004-01-21 Thread Markus Schabel
Jan Minar wrote: On Wed, Jan 21, 2004 at 01:28:32AM +0100, Markus Schabel wrote: I don't know what the surrounding lines are, but the core of your posting is a wget(1) logfile/stderr output :-) This isn't the standard wget in the main distribution; IIRC, it's the busybox' one. Busybox' small

Re: strange apache error.log entry

2004-01-21 Thread Markus Schabel
François TOURDE wrote: Le 12438ième jour après Epoch, [EMAIL PROTECTED] écrivait: Hi, can you tell me what the following means in an apache error.log and The log is the out put of wget command.Most probably the command which resulted in this entry is wget

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Peter Cordes
On Tue, Jan 20, 2004 at 11:07:51PM -0800, Johannes Graumann wrote: I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Yes, if the file you're looping back to is on a journalled filesystem, or is a partition. (ext3 is

Re: strange apache error.log entry

2004-01-21 Thread Bastian Blank
On Wed, Jan 21, 2004 at 12:04:58PM +1100, Russell Coker wrote: Looks like they used wget to download psybnc, it's an IRC bot. No, psybnc is an IRC bouncer and the archive includes a binary and the sources: | $ file psybnc | psybnc: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for

subscribe

2004-01-21 Thread Johannes Weiss
-- -BEGIN PGP PUBLIC KEY BLOCK- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org mQGiBDvcCvERBAD6wb5wTnnHT2mqikeu91PdHSR+fGOOdtqTz638CFNupGw7yF9q Cljs7koC5aN8cF3Zusy40XE4vtpoHUzYR4WZkRNh66wq2XUqWbfDnaCDGZmv8UKi

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Johannes Graumann
On Wed, 21 Jan 2004 05:12:18 -0400 Peter Cordes [EMAIL PROTECTED] wrote: On Tue, Jan 20, 2004 at 11:07:51PM -0800, Johannes Graumann wrote: I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Yes, if the file

get error: /bin/sh: line1: myfilter: command in boot messages...

2004-01-21 Thread Walter Tautz
specically I have a /bin/sh script in /etc/network/if-pre-up.d/myfilter: #! /bin/sh iptables -X iptables -F iptables -A OUTPUT -p tcp --destination-port telnet -j REJECT which DOES work. I wonder why it's complaining about the line #! /bin/sh during the boot messages. Note no such output is

Re: get error: /bin/sh: line1: myfilter: command in boot messages...

2004-01-21 Thread Horst Pflugstaedt
On Wed, Jan 21, 2004 at 02:11:39PM -0500, Walter Tautz wrote: #! /bin/sh [...] which DOES work. I wonder why it's complaining about the line #! /bin/sh during the boot messages. Note no such output is in dmesg. Hi, ever tried the line #!/bin/sh ? all my scripts seem to lack the space.

Re: 2.6.1 CryptoAPI woes

2004-01-21 Thread Adam ENDRODI
On Wed, Jan 21, 2004 at 05:12:18AM -0400, Peter Cordes wrote: On Tue, Jan 20, 2004 at 11:07:51PM -0800, Johannes Graumann wrote: I feel this is kind of over my head ... to boil it down: does it even make sense to run reiserfs inside a loopback partition? Yes, if the file you're looping

Re: get error: /bin/sh: line1: myfilter: command in boot messages...

2004-01-21 Thread Bernd S. Brentrup
On Wed, Jan 21, 2004 at 02:11:39PM -0500, Walter Tautz wrote: specically I have a /bin/sh script in /etc/network/if-pre-up.d/myfilter: #! /bin/sh [...] which DOES work. I wonder why it's complaining about the line #! /bin/sh during the boot messages. Note no such output is in dmesg. The