Re: Bug#1859: Start/stop scripts do not work when not invoked by init

1995-11-13 Thread Andrew Howell
Ian Jackson writes: > > Heh :) Remember we're being nice to each other now Ian :) > > I didn't mean I didn't like his patch. I'm sure it does the right > thing as far as it goes. It's just that /etc/init.d/functions is > obsolete, and should be replaced with an empty file so that people > stop t

New packaging guidelines - draft

1995-11-13 Thread Ian Jackson
Below is a draft copy of a revised set of packaging guidelines. Please comment if you feel appropriate. In a week or so, barring serious controversy, I'll post a definitive version. I've made various typo fixes, &c. to the draft Ian M. gave me, and made the descriptions of the *.txt files availa

Re: Bug#1859: Start/stop scripts do not work when not invoked by init

1995-11-13 Thread Ian Jackson
Andrew Howell writes: > Ian Jackson writes: > > Harald Schueler writes: > > > I think "functions" should restore the arguments. The following patch > > > makes works for me: > > > > I prefer the patch below. > > Heh :) Remember we're being nice to each other now Ian :) I didn't mean I didn't lik

Re: cron mailing root

1995-11-13 Thread Ian Jackson
Alvar Bray writes ("cron mailing root"): > I have just noticed that at sometime during the slow incremental > upgrade of my system, cron has stoped mailing root about the jobs it > runs (mandb updates etc). > > Is this correct or have I broken something? This is correct. It's better to avoid sen

Re: Bug#1834: kubla@goofy.zdv.Uni-Mainz.de: /etc/profile on Debian Linux]

1995-11-13 Thread Winfried Truemper
Hi, the file "/etc/profile" should contain only absolut necessary entries. Of course there are thousands of tricks one could do in "/etc/profile", but this stuff (and explanative examples) belong to "/usr/doc/examples". Nobody really wants to mess around with other people taste regarding to enviro

cron mailing root

1995-11-13 Thread Alvar Bray
Hi, I have just noticed that at sometime during the slow incremental upgrade of my system, cron has stoped mailing root about the jobs it runs (mandb updates etc). Is this correct or have I broken something? alvar -- Alvar Bray Meiko LimitedPhone:+44 1454 616171 650 Aztec We

Re: Bug#1834: [kubla@goofy.zdv.Uni-Mainz.de: /etc/profile on Debian Linux]

1995-11-13 Thread Richard Kettlewell
Steve Greenland writes: >[/etc/profile suggestion] >> if [ -f $HOME/$ARCH-linux ]; then >> PATH=$HOME/$ARCH-linux:$PATH >> else >> mkdir $HOME/bin 2>/dev/null >> PATH=$HOME/bin:$PATH >> fi >> > >I don't think /etc/profile should be creating directories in my home >directory. Ag

Re: Bug#1834: [kubla@goofy.zdv.Uni-Mainz.de: /etc/profile on Debian Linux]

1995-11-13 Thread Steve Greenland
[/etc/profile suggestion] > if [ -f $HOME/$ARCH-linux ]; then > PATH=$HOME/$ARCH-linux:$PATH > else > mkdir $HOME/bin 2>/dev/null > PATH=$HOME/bin:$PATH > fi > I don't think /etc/profile should be creating directories in my home directory. I think if is someone is sufficiently

Re: Bug#1859: Start/stop scripts do not work when not invoked by init

1995-11-13 Thread Andrew Howell
Ian Jackson writes: > > Harald Schueler writes: > > I think "functions" should restore the arguments. The following patch > > makes works for me: > > I prefer the patch below. Heh :) Remember we're being nice to each other now Ian :) Andrew -- Dehydration - 34%, Recollection of previous eveni

Bug#1859: Start/stop scripts do not work when not invoked by init

1995-11-13 Thread Ian Jackson
Harald Schueler writes: > I think "functions" should restore the arguments. The following patch > makes works for me: I prefer the patch below. Ian. --- /etc/init.d/functions Sat Feb 25 21:20:35 1995 +++ /dev/null Thu Mar 30 21:18:57 1995 @@ -1,76 +0,0 @@ -#! /bin/sh -# -# functionsT

Bug#1858: kpathsea package does not install or maintain an ls-R database

1995-11-13 Thread Ian Jackson
Matthew Swift writes: > I recommend that a script like the following, called something like > 'maintain-texmf', be included with kpathsea.deb, run during its > postinst, and that a link be placed to the script in cron.daily or > cron.weekly. (I do not feel strongly about the (new) user group > "te

Bug#1834: kubla@goofy.zdv.Uni-Mainz.de: /etc/profile on Debian Linux]

1995-11-13 Thread Ian Jackson
Ian Murdock writes: > A little complicated, perhaps, but he does have good suggestions. Try. I'd like to take issue with a few of the bits, though: > # /etc/profile - sh(1) initialization file for Linux-based systems. > # Copyright (C) 1993-1995 by Dominik Kubla, ... > # Set the umask: > # um

Bug#1860: fdisk bugs

1995-11-13 Thread Ian Jackson
Observe the session transcripts below. The first bug is the coredump. The second bug is where it won't let me recreate hda3 after having deleted it, claiming that I'm only allowed to go up to cylinder 2047 for some reason. If I delete hda4 too it will let me do it, and then I can recreate hda4 s

Bug#1841: man_db problems

1995-11-13 Thread Alvar Bray
> "Chris" == Chris Fearnley <[EMAIL PROTECTED]> writes: Chris> Package: man Chris> Version: 2.3.10 Chris> 1) man -k pattern gives error messages: Chris> [EMAIL PROTECTED]:~$ man -k ftp Chris> apropos: warning: can't read the fallback whatis text database. Chris> apropo

Bug#1853: top fails after 130 processes?

1995-11-13 Thread Martin Schulze
Hello Karl Ferguson! }Package: procps }Version: 0.97-4 }I was running top on my system tonight and it showed the stats of 124 }processes etc etc. Then on the next "view" 5 seconds later it spits out: } }top: Help! Too many processes } }Then it exits, and wont let me run it until it's below 130i

Bug#1859: Start/stop scripts do not work when not invoked by init

1995-11-13 Thread Harald Schueler
Package: sysvinit Version: 2.57b-1 I want to use the scripts in /etc/init.d to manually start/stop daemons, e.g. do a "xdm stop", then change the config, and finally "xdm start". I noticed that "xdm start/stop" does not work, when called manually. This is because it (and many other scripts) includ