Re: SSH AND IPTABLES

2001-07-12 Thread Moritz Schulte
moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Using apt

2001-07-12 Thread Moritz Schulte
offline Howto" (/usr/share/doc/apt/offline.html/index.html)? It explains ways to manage this. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: [OT] Why attached text messages?

2001-07-11 Thread Moritz Schulte
7;s because your mail client is simply broken. It sees attachements where no attachements are... moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Reinstall a package

2001-07-04 Thread Moritz Schulte
ke reinstall. 'dpkg -i foo.deb' will reinstall the package foo, if it's already installed. If you want to use APT, you've to use --reinstall in addition to 'install'. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/mori

Re: limiting "ps" command on every user..

2001-07-03 Thread Moritz Schulte
users can only view their own processes. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Where is syslogd started ???

2001-07-01 Thread Moritz Schulte
"Michael D. Schleif" <[EMAIL PROTECTED]> writes: > Where and how is syslogd started at bootup? /etc/init.d/sysklogd is the init script. This gets called via the links in /etc/rc?.d/ (or via /etc/runlevel.conf, if you're using file-rc). moritz -- Moritz Schulte

Re: random lines

2001-07-01 Thread Moritz Schulte
$t = int(rand($i+1)); $h = $arr[$t]; $arr[$t] = $arr[$i]; $arr[$i] = $h; $i--; } for $line (@arr){ print $line; } } srand; shuffle <>; It simply prints o

Re: networking script in Debian

2001-06-30 Thread Moritz Schulte
to edit? Yes, in Debian, network intefaces are configured via /etc/network/interfaces; see the interfaces manpage. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: take over a virtual console

2001-06-28 Thread Moritz Schulte
ns from different terminals. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Ethernet device

2001-06-23 Thread Moritz Schulte
moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: C programming: What does this construct in printf(_(" means?

2001-06-20 Thread Moritz Schulte
packages use `_' (a simple underline) as a keyword, and write `_("Translatable string")' instead of `gettext ("Translatable string")'. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian

Re: talk does not work after ?

2001-06-09 Thread Moritz Schulte
Balbir Thomas <[EMAIL PROTECTED]> writes: > But I am unable to talk even locally on my own pc. Talk hangs after > stating "[Checking for invitation on caller's machine]". Is there something useful logged in /var/log/daemon.log, while trying to talk? moritz

Re: kapm-idled consumes more than 30% CPU

2001-06-07 Thread Moritz Schulte
s idle. This is a new behaviour in Linux 2.4, nothing to worry about. :) hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Slow Ximian Gnome 1.4

2001-05-31 Thread Moritz Schulte
g the biggest CPU hogs (even though all Nautilus windows are > closed). Sometimes, I'm seeing Nautilus eating all my CPU time, too. After a 'killall -9 nautilus' it calmes down. ;) hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz

Re: gnumeric

2001-05-23 Thread Moritz Schulte
ions, including Debian Potato; Gnumeric in Ximian GNOME is v0.64. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: for i in *

2001-05-20 Thread Moritz Schulte
x is: for NAME [in WORDS ...]; do COMMANDS; done (from bash's info pages, package bash-doc) You also wouldn't write $ 'ls -a' if you want to execute the command ls, with parameter -a. Have you searched in the bash manual (info pages, man pages)? There's

Re: GRUB bootloader

2001-05-14 Thread Moritz Schulte
install a newer version of Grub. I build the version from Sid on my Potato system via apt-get source -b grub, with the deb-src entries for Sid in my sources.list. Runs fine. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http:/

Re: Timeout for shell script

2001-05-02 Thread Moritz Schulte
Andre Berger <[EMAIL PROTECTED]> writes: > Thanks... but still I'd like to know if it's possible to use a shell > script with a timeout, in general. Have a look at /usr/share/doc/bash/examples/scripts/timeout.gz (in package 'bash-doc'). hth, m

Re: apache startup script

2001-04-20 Thread Moritz Schulte
an be purged cleanly... that's what the script is for. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: apache startup script

2001-04-20 Thread Moritz Schulte
> "Setting up apache (1.3.9-13.2) ... > update-rc.d: /etc/init.d/apache: file does not exist" Hmm. What about creating a 'dummy' script: $ touch /etc/init.d/apache $ chmod 755 /etc/init.d/apache and then reinstalling the apache package? (/etc/init.d/apache should be i

Re: APT Questions.

2001-04-19 Thread Moritz Schulte
ry, a typo. I meant 'apt-cache search'. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: APT Questions.

2001-04-19 Thread Moritz Schulte
also search via dpkg -l. See the man pages. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Where can I find openssh?

2001-04-08 Thread Moritz Schulte
ixed entries for stable and testing. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Creating eth0

2001-04-08 Thread Moritz Schulte
tart/stop them with ifup/ifdown. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Building GNOME 1.4 on Debian potato -- errors in control-center

2001-04-08 Thread Moritz Schulte
ple_getid' [...] Have you installed esd (it's the Enlightenment Sound Daemon) before you try to build control-center? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ G

Re: New to Debian....compilation problems

2001-04-08 Thread Moritz Schulte
ucible? If not, i would guess you have a hardware problem. Signal 4 is "Illegal instruction" (man 7 signal) - have you overclocked your system? Well, it is about Signal 11, but perhaps it's useful, too: http://www.bitwizard.nl/sig11/. hth, moritz -- M

Re: Please help with ADSL

2001-04-08 Thread Moritz Schulte
look like? (route -n) There should be a default gateway entry.. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Shutdown

2001-04-03 Thread Moritz Schulte
Ales Jerman <[EMAIL PROTECTED]> writes: > Is there any combination like Ctrl+Alt+Del, but not for reboot > system, but for halt or shutdown system? You can define what happens if you press Ctrl+Alt+Del in /etc/inittab. moritz -- Moritz Schulte <[EMAIL P

Re: Talk problem again

2001-03-28 Thread Moritz Schulte
Jana Kasparova <[EMAIL PROTECTED]> writes: > I have a problem with talk on the same machine. What I receive is: > Checking for invitation on caller's machine Have you checked wether something interesting gets logged in /var/log/daemon.log? Have you installed the talkd?

Re: Sid vs unstable

2001-03-27 Thread Moritz Schulte
(the current) unstable -> Sid Later, Woody will be the new stable and Sarge will be the new testing. Unstable will be always Sid. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/

Re: logging make config

2001-03-24 Thread Moritz Schulte
it does what you want. > , so I can get a recording of all the choices I make on the > configuration. You know, that all the configuration choices are in the file .config in the kernel source tree? Then, you can also use something nicer like 'make menuconfig'. :) hth, mori

Re: How can I start from a terminal instead of gdm

2001-03-23 Thread Moritz Schulte
hould boot into Single user mode. You could also specify something like "init=/bin/bash", which would directly start a shell. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu

Re: X11 header files - which package?

2001-03-23 Thread Moritz Schulte
i support. I don't understand this. I guess you need the (devel) libs for a GUI toolkit, like GTK+. IIRC, the GUI Vim uses GTK+. Have you looked at the documentation and the config.log? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz

Re: IP tables setup

2001-03-23 Thread Moritz Schulte
hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Nautilus ?

2001-03-21 Thread Moritz Schulte
0.9, but can easily install it via Red Carpet (which is apt-getable) from Ximian. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: A fact & a problem

2001-03-19 Thread Moritz Schulte
x27;t you use the included rtl839 driver? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Problems with talkd

2001-03-19 Thread Moritz Schulte
Preben Randhol <[EMAIL PROTECTED]> writes: > I cannot get talk to work _to_ my machine. When people try to talk it > says I refuse to talk to them. See 'man mesg'. Perhaps it is set to 'n'? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]>

Re: [OT] _("STRING") notation

2001-03-17 Thread Moritz Schulte
constant? Seems that the code is using the GNU gettext library, which handles translation of messages. Have a look at the gettext info pages... moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.

Re: sound with 2.4.1

2001-03-17 Thread Moritz Schulte
r this sound card in your Linux? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: dpkg fails to allocte memory ?

2001-03-17 Thread Moritz Schulte
I suggest to install Linux 2.2.18 + Andrea Arcangeli's VM-global-2.2.18pre25 Patch, which can be found on a kernel.org mirror under people/andrea or Linux >= 2.2.19pre2, which has this VM patch included. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.

Re: GDM background image

2001-03-17 Thread Moritz Schulte
> handle bitmaps, my question is: How do I set the background of gdm to a > jpg (or some other common image format)? Thanks. -Jeff Use something other than xsetroot - xloadimage for example. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU s

Re: exim: localhosts and smarthost

2001-03-16 Thread Moritz Schulte
try. This definition applies for mails addressed to '*.sc' (my lan domain) and then sends the mail directly to this host ('$domain byname'). lan: driver = domainlist transport = remote_smtp route_list = "*.sc $domain byname" hth, moritz --

Re: free software download

2001-03-14 Thread Moritz Schulte
Jie Zou <[EMAIL PROTECTED]> writes: > Where can I get the free debian software? Have you looked at http://www.debian.org/? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/

Re: apt-get question

2001-03-12 Thread Moritz Schulte
Eric Richardson <[EMAIL PROTECTED]> writes: > Any comments on the proposed-updates? It's not testing but it is not > approved stable either. proposed-updates (which is a link to potato-proposed-updates/) contains updates to stable. moritz -- Moritz Schulte <[EM

Re: Iptables

2001-03-12 Thread Moritz Schulte
ply build the iptables source package from unstable on your stable system? -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: iptables and 2.4.1

2001-02-20 Thread Moritz Schulte
s explained here: http://netfilter.filewatcher.org/unreliable-guides/packet-filtering-HOWTO/packet-filtering-HOWTO.linuxdoc-9.html. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprin

Re: Fw: Debian crashes.

2001-02-20 Thread Moritz Schulte
fixed since Linux 2.2.19pre2. Linux 2.4 is fine, too. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: grep and memory problems with kernel 2.4.1

2001-02-19 Thread Moritz Schulte
of open files, cpu time, etc...) a user is allowed to use. You can specify these limits in /etc/security/limits.conf; don't forget to active this feature in /etc/pam.d/login (and /etc/pam.d/su?). Btw: you can get information about your current limits via 'ulimit -a'.

Re: Insecure permission for swap partition.

2001-02-18 Thread Moritz Schulte
[EMAIL PROTECTED] (Fu-Dong Chiou) writes: > Thanks a lot! I didn't know I can chmod a partition as well. That > takes care of my problem now. "In Unix, everything is a file." ;) moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/

Re: ext2resize

2001-02-18 Thread Moritz Schulte
rs. If you access /dev/hda5, Linux forwards the requests to the device driver, which is responsible for this device file. So, /dev/hda5 isn't 500MB; the partition, which is represented by /dev/hda5 is 500MB big. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.cha

Re: ext2resize

2001-02-18 Thread Moritz Schulte
ol, the name of which escapes my memory Perhaps you mean GNU Parted? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: apt-get via firewall

2001-02-16 Thread Moritz Schulte
<[EMAIL PROTECTED]> writes: > Is there a way to run apt-get through a ftp/http firewall? "ftp/http firewall"? If you're doing packet filtering, allow those packets. Or set up a ftp/http proxy. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]>

Re: Error using gcc

2001-02-14 Thread Moritz Schulte
alled this package? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: tracing a kernel lock up

2001-02-13 Thread Moritz Schulte
onnie" - a benchmark tool, which stresses the hd a lot. Do you get a see something useful in your logs? Is there a kernel panic? Checking the hardware would be a good idea. For example, running memtest86 to check the core... hth, moritz -- Moritz Schulte <[EMAIL PROTECTE

Re: gateway machine

2001-02-13 Thread Moritz Schulte
t have to set up some rules and tell the one host that the other one is it's gateway (via /etc/network/interfaces)... hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG

Re: Choosing the Window Menager

2001-02-13 Thread Moritz Schulte
update-alternatives. You can also make an installed window manager the default 'x-window-manager' via: update-alternatives --config x-window-manager moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/

Re: .deb creation

2001-02-13 Thread Moritz Schulte
"Leonard Leblanc" <[EMAIL PROTECTED]> writes: > Can someone point me to a doc or howto on how to create .deb files? - maint-guide - packaging-manual - debian-policy hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ De

Re: PS/2 mouse mystery

2001-02-12 Thread Moritz Schulte
ure GPM as a 'Repeater' and then configure X to use /dev/gpmdata as mouse. To configure GPM as a Repeater, check man gpm. The options should be written to /etc/gpm.conf (/usr/sbin/gpmconfig can be used to do that). hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http

Re: deleting ~

2001-02-11 Thread Moritz Schulte
Robert Cymbala <[EMAIL PROTECTED]> writes: > But why delete your home directory? "~ (1 char) named directory" and > "my home directory" are the same thing: He said "~ (1 char) named directory *in* my home directory". moritz -- Moritz Schulte &

Re: Cat-ting binary files to the console

2001-02-11 Thread Moritz Schulte
Andre Berger <[EMAIL PROTECTED]> writes: > > # bash > > set PS1="^V^O whatever> " > > Huh? Do you mean "export" instead of "set"? But the exported line > displays verbatim here? (potato) > > ^V^O whatever> ^V^O me

Re: list file by size

2001-02-10 Thread Moritz Schulte
t; $0 }' \ | sort -nr | sed -e 's/^[0-9]*\W*//;' | less hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: nterm on port 1026 (SOLVED)

2001-02-09 Thread Moritz Schulte
term". moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: nterm on port 1026

2001-02-09 Thread Moritz Schulte
with 'ps aux | grep ', whose process has this pid... moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: I'm in trouble. Someone call 911, I'm in trouble....

2001-02-09 Thread Moritz Schulte
do downgrades. Does this have changed in Sid? But, why don't you just try it? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: nterm on port 1026

2001-02-09 Thread Moritz Schulte
times (x > 50, IIRC - something like that) a definitely non-running servers was found. Strange. A newer version of nmap didn't showed this behaviour. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http:/

Re: modprobe: error

2001-02-09 Thread Moritz Schulte
ux doesn't have support for them. Have you perhaps compiled Linux yourself and forgot to enable Unix domain sockets? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG finger

Re: XFree 4.0 debs?

2001-02-08 Thread Moritz Schulte
"francisco m . neto" <[EMAIL PROTECTED]> writes: > I'm looking for deb packages of XFree 4.0.2, and it doesn't > seem to be under the testing tree, neither under the unstable one. I just checked, it _is_ packaged (also in testing). moritz --

inn (was: Unidentified subject!)

2001-02-08 Thread Moritz Schulte
hing to put in this field as I have no domain > name. What should I do? Can't help you. Have you read the documentation? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/

Re: C++ linking problem

2001-02-08 Thread Moritz Schulte
returned 1 exit status It seems you don't have the libstdc++...-dev package installed. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Gnome 1.2 and potato

2001-02-07 Thread Moritz Schulte
erent Icons in the panel, if you use Ximian GNOME's default. :) moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: upgrading the kernel to 2.4

2001-02-07 Thread Moritz Schulte
dified so that it finds the modules (I don't know wether that's still the case in the latest modconf). But, sure, you can edit /etc/modules & /etc/modutils/* manually... moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter -

Re: Gnome 1.2 and potato

2001-02-07 Thread Moritz Schulte
ferent version strings) the update should work. Btw: Perhaps it would be better if you (re)move your ~/.gnome* directories, so that the new GNOME will create the new config files. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/

Re: AT&T Korn shell for Debina (potato) ?

2001-02-07 Thread Moritz Schulte
There's a public domain version of the Korn shell packaged as 'pdksh'. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Potato and kernel 2.4

2001-02-07 Thread Moritz Schulte
Mahatma Ghandi cool. :) moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Potato and kernel 2.4

2001-02-07 Thread Moritz Schulte
ng system.. linux/Documentation/Changes says which packages need to be upgraded. You could compile the source packages from Debian Woody/Sid on your Potato system, to get newer versions. Should work... hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/mori

Re: compiling with two processors

2001-02-07 Thread Moritz Schulte
ion. See, which targets are called by 'build'. There should be a call to '$(MAKE)' - here you could add additional arguments to make. hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian

Re: Gnome 1.2 and potato

2001-02-07 Thread Moritz Schulte
/etc/apt/sources.list deb http://spidermonkey.ximian.com/distributions/debian unstable main and do apt-get update && apt-get install task-helix-core (which installs the core elements of the Ximian GNOME desktop). task-helix-gnome will install much more... moritz -- Moritz Schulte <[EM

Re: virus detection

2001-02-05 Thread Moritz Schulte
"Sean 'Shaleh' Perry" <[EMAIL PROTECTED]> writes: > there are no known virus for UNIX. Uhm, I think there are virii for Unix. I did a quick search and found some information on Unix virii; I also read that the first systems affected by virii were Unix systems.

Re: helix gnome sound support not working

2001-02-05 Thread Moritz Schulte
output plugin? (I've no idea about the other programs...) moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Crash?!?

2001-02-03 Thread Moritz Schulte
sibling > Feb 3 02:08:12 host kernel: task PCstack pid father > child younger older > Feb 3 02:08:12 host kernel: init 1 S C17F9EF8 5136 1 0 > 4438 [...] I suggest posting this to linux-kernel (http://www.tux.org/lkml).

Re: Memory upgrade and kernel panic

2001-02-01 Thread Moritz Schulte
c in line 22. Try a ram-test-program, for example 'memtest86' (see freshmeat.net). hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: renaming files

2001-01-28 Thread Moritz Schulte
" > > done > > Oh, goodness, that looks complex. > > % rename 's/[ ,"()]/_/g' *.mp3 Why do it the easy way if there's a complicated one? :) moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: renaming files

2001-01-27 Thread Moritz Schulte
#x27;, `"', `(', `)', `,'. You may have to edit the regular expression in the sed-command, if it's not exactly, what you want... hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Help w/ pcmcia

2001-01-25 Thread Moritz Schulte
er Linux 2.0 has PCMCIA support - but, if it has, I don't think, it's as good as the support in Linux 2.2, or even 2.4. Would be much better (not only because of the PCMCIA support) to upgrade to Debian 2.2 ("Potato"), which contains Linux 2.2. moritz -- Moritz Schulte

Re: Can't create file larger than 1G on console ?

2001-01-24 Thread Moritz Schulte
ror messages do you get? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: packages have been kept back?

2001-01-23 Thread Moritz Schulte
upgraded, 0 newly installed, 0 to remove and 1 not upgraded. > *** Perhaps the packages is set 'on hold'. Packages on hold are not handled by dpkg, unless forced (see man dpkg). You can check the status of a package with (for example): dpkg --get-selections | grep $PKG hth

Re: Networking questions

2001-01-22 Thread Moritz Schulte
ages. See man syslogd. >  7. Can I block all TCP connection request (-y) without disrupting > web, mail and whatnot access? Sure - do you have a special problem? Have you read the Firewall/IPChains Howto? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/mo

Re: "talk" doesn't

2001-01-21 Thread Moritz Schulte
Kent West <[EMAIL PROTECTED]> writes: > syslog reports: > error: cannot execute /usr/sbin/in.ntalkd: No such file or directory It seems you don't have the talk daemon installed; it's in the package 'talkd'. moritz -- Moritz Schulte <[EMAIL PROTECT

Re: out of RAM.

2001-01-21 Thread Moritz Schulte
) fails. Perhaps you can still execute small programs? Does something like 'su -c "kill "' work? hth, moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Security Updates

2001-01-21 Thread Moritz Schulte
Bill Shui <[EMAIL PROTECTED]> writes: > ps. anyone know how to get deb packages for KDE2 without upgrading to > unstable? http://kde.tdyc.com/ moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz Debian/GNU supporter - http://www.debian.org/

Re: "talk" doesn't

2001-01-21 Thread Moritz Schulte
a few seconds, and then reports > "Checking for invitation on caller's machine" and just sits there > forever. Is there something helpful in your log files (/var/log/syslog for example)? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/m

Re: MAIL environment variable.

2001-01-15 Thread Moritz Schulte
is no longer works. Start a login shell ("su - user"); see man su. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: dselect/firewall

2001-01-11 Thread Moritz Schulte
don't know, wether other dselect methods than apt honor http_proxy. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: where would cu be?

2001-01-08 Thread Moritz Schulte
"Toni Janz" <[EMAIL PROTECTED]> writes: > Anyone know what package contains the 'cu' utility? $ zgrep bin/cu Contents-i386.gz usr/bin/cu comm/uucp [...] moritz -- Moritz Schulte <[EMAIL PROTECTED]> htt

Re: upgrading the kernel to 2.4

2001-01-03 Thread Moritz Schulte
7;s (or, is it already in Testing?) modutils source package and compile it on your Potato system.. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: dist upgrade

2001-01-02 Thread Moritz Schulte
; is just more intelligent when it comes to dependency resolution than 'upgrade'. BTW: There's nothing special about an upgrade from one release to the next. It's just updating of packages. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaos

Re: C compiler.

2001-01-02 Thread Moritz Schulte
p/ccCw1SMR.o(.text+0x52): undefined reference to `pow' > collect2: ld returned 1 exit status [...] ...so, linking fails. You've to explicitely tell gcc to link against the math library with the '-lm' switch. moritz -- Moritz Schulte <[EMAIL PROTECTED]

Re: gnome MIME types

2001-01-02 Thread Moritz Schulte
illa/mozilla the Mozilla binary or some kind of script which cd's into the directory and runs ./mozilla? moritz PS: See you later. ;) -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz/ Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Debian 2.2 and ISDN

2000-12-23 Thread Moritz Schulte
ippp0: Chargesum is 0 Perhaps you get more useful information, if you increase the verbose level? moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

Re: Debian 2.2 and ISDN

2000-12-23 Thread Moritz Schulte
ipppd doesn't mention missing PAP entries.. moritz -- Moritz Schulte <[EMAIL PROTECTED]> http://www.chaosdorf.de/moritz Debian/GNU supporter - http://www.debian.org/ http://www.gnu.org/ GPG fingerprint = 3A14 3923 15BE FD57 FC06 B501 0841 2D7B 6F98 4199

  1   2   3   >