Re: Mathematica

1999-09-30 Thread Joerg Plate
> And just to bolster your confidence, I ran Mathematica just > fine on my Debian slink system for quite some time. It works with potato, too. It is not a libc.so.6 or libc.so.5 problem, because everything is statically linked. -- "I'm working on it." "There should be more math. This could be m

Re: BEWARE: Exim in potato.

1999-06-29 Thread Joerg Plate
> also if you are running fetchmail. exim 3.02-1 will not work with fetchmail. It works for me... mda "/usr/sbin/exim -bm %T" -- "I'm working on it." "There should be more math. This could be mathier."

Re: Broken libtiff3g-dev

1999-05-01 Thread Joerg Plate
Append "exit 0" to "/var/lib/dpkg/info/libtiff3g-dev.postinst" and run "dpkg --configure --pending". -- "I'm working on it." "There should be more math. This could be mathier."

Re: Automate UPPER to lower case directory

1998-10-20 Thread Joerg Plate
1> cat /usr/local/bin/rename #!/usr/bin/perl -Tw use locale; # usage: rename perlexp [files] ($op = shift) || die "Usage: $0 perlexp [filenames]\n"; if ([EMAIL PROTECTED]) { @ARGV = ; chop(@ARGV); } for (@ARGV) { $old = $_; eval $op; die $@ if $@; $new = $_; next if $old eq $new; next

Re: Palm Pilot software

1998-08-03 Thread Joerg Plate
http://www.moshpit.org/pilotmgr/> -- "i'm working on it" -- Unsubscribe? mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Re: Stupid unix

1998-07-24 Thread Joerg Plate
> Is there a simple way to change all filenames in a directory so they > are lowercase? 1> cat /usr/local/bin/rename #!/usr/bin/perl -Tw use locale; # usage: rename perlexp [files] ($op = shift) || die "Usage: $0 perlexp [filenames]\n"; if ([EMAIL PROTECTED]) { @ARGV = ; chop(@ARGV); } $

where is killall? (hamm)

1998-01-11 Thread Joerg Plate
1> dpkg -S killall sysvinit: /usr/man/man8/killall5.8.gz sysvinit: /sbin/killall5 ii sysvinit2.73-2 System-V like init. Maybe another package? -- "i'm working on it" CIA SECRET: Proof of P=NP found in UFO!<[EMAIL PROTECTED]> -- TO UNSUBSCRIBE FROM THIS MAILING LIST

Re: parallel zip and scsi-kontroller conflict

1997-11-26 Thread Joerg Plate
Hello-hello, the problem is not a problem anymore :-) Kernel 2.0.32 and ppa 1.38 works fine (with modules, etc.) Jörg -- "i'm working on it" CIA SECRET: Proof of P=NP found in UFO!<[EMAIL PROTECTED]> -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL

parallel zip and scsi-kontroller conflict

1997-11-22 Thread Joerg Plate
Hello-hello, a scsi-controller and a harddisk are recognized as "/dev/sda". If I try to use the zip-drive "insmod ppa" fails (maybe because it wants to be "/dev/sda", too). Reading the sources wasn't very helpful. How can both be used together? -- "i'm working on it" CIA SECRET: Proof of P=NP

Re: [DEBIAN] Financial software?

1997-11-21 Thread Joerg Plate
http://www.menet.umn.edu/~clolson/cbb/ -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

montage: can't resolve symbol 'compress'

1997-09-02 Thread Joerg Plate
1> dpkg -S montage imagemagick: /usr/X11R6/bin/montage 1> dpkg -l imagemagick ii imagemagick 3.8.9-1 1> ldd /usr/X11R6/bin/montage libMagick.so.3.8 => /usr/X11R6/lib/libMagick.so.3.8 (0x4000b000) 3.8.9 libdf.so.4.0 => /usr/lib/libdf.so.4.0 (0x4011f000)