Re: quota on /var/spool/mail

1999-02-10 Thread Juergen Nagler
Filesystem blocks quota limit grace files quota limit grace /dev/sda81001* 10002000none 2 0 0 Juergen Nagler

quota on /var/spool/mail

1999-02-10 Thread Juergen Nagler
Any suggestions? TIA, Juergen Nagler -- [EMAIL PROTECTED] students residence server admin Heilmeyersteige, Ulm, Germany

What to do with a patch for a stable package?

1998-10-04 Thread Juergen Nagler
urces, inserting the patch and compiling it. 2. Wrote to some debug list? 3. Or should I do everything local (patching source and compile) because nobody will care? Have I forgotten anything? Somebody else to report to? Thanks for any advice, Juergen Nagler -- [EMAIL PROTECTED]

Re: complex syslog facility daemon

1998-09-21 Thread Juergen Nagler
> Yes, Juergen, using LOCAL? facilities is exactly what you want. > Unfortunately, the > facility used by services is, in general, compiled in. There's no "standard" > way to > split daemon.log though you could certainly write a perl script to do it. In > general > since the format is ' ' writi

Re: complex syslog facility daemon

1998-09-21 Thread Juergen Nagler
>Is there any reason that you can not look in dhcp.log or whatever rather >than daemon.log? Out of the man page of my dhcpd: To have dhcpd log to the standard error descriptor, specĀ­ ify the -d flag. This can be useful for debugging, and also at sites where a complete

Re: Samba

1998-09-21 Thread Juergen Nagler
>I'm running bo, and I've installed samba. When, from the command line >I type > >smbd -D > >and then >ps -aux | grep smbd > >I do not see the smbd running. When I look in /var/log I get > > Added interface ip=127.0.0.1 bcast=127.255.255.255 nmask=255.0.0.0 > bind failed on port 139

Re: complex syslog facility daemon

1998-09-21 Thread Juergen Nagler
Thanks for the answer anyway! > Juergen, syslogd.conf in /etc lets you tell each item where it gets > logged. This way you can have an nfs log, mail log, ftp log, etc. Read > the man page for this and look at the example. Should be helpful. If > this not what you wanted please repost with a mo

Re: Iomega Zip

1998-09-20 Thread Juergen Nagler
On 20 Sep 1998 22:57:18 +0200, in list.linux.debian.user you wrote: >I have an Iomega zip drive that i used in win98, but when i do >mount /dev/sda /zip -t msdos it won't let me saying it doesn't recognize a >block device tehre, anyone know the problem? Perhaps i'm useing the wrong >dev or there

Re: I broke X when moving /home

1998-09-20 Thread Juergen Nagler
>the new partition as /home, then copied the old /home to the new (cp -r >/tmp/home/* /home) You've got forgotten the -p flag (preserve) to duplicate owner, group and permissons, too. Just an idea. Juergen

complex syslog facility daemon

1998-09-20 Thread Juergen Nagler
Hi, we've got a lot services runnig and every is logging to daemon.log. It's a PC with Debian 2.0. Before we had a SUN Sparcstation running Redhat. Many of the services had to be newly compiled for the sparc architecture so we had the posibility to change the facilities to some LOCALs in the sourc