Re: bug in ctime()?

1996-12-26 Thread Rob Leslie
Benedikt Eric Heinen writes: > I suppose I found a bug in libc (V5.2.18 - don't have a newer version > around, maybe someone else can check the newer version), but according to > the ctime man page the following source yields a wrong result: > [... ctime(0) ...] > > The result for this is: > >

Re: Caching-only "named": where is the cache?

1996-11-01 Thread Rob Leslie
> I've just installed "bind" as a caching only domain name server. In this > new debian version is really very easy to setup and run. It really works, > and it is happily serving all the machines in my department. Every time it > cannot resolve a name, asks to another DNS server outside. Next time

Re: linux v2.0: networking & sendmail changes?

1996-06-13 Thread Rob Leslie
> I read the Changes file in the distribution of linux-2.0 > There are some comments about the networking setup and sendmail filelocking. > Do they affect debian users? > [...] > > (2) Sendmail: > Something about file-locking conventions. Does the debian > sendmail package obey this?

Re: Interesting Activity for Shell commands.

1996-06-02 Thread Rob Leslie
> Also perhaps how I could also start my sendmail configuration > as if I only just installed it. I seem to have edited it > too many times and cant put it back the right way. > ie Do I deselect it, remove it and then reinstate it ? You should be able to reconfigure sendmail by running `sendmailco

Re: Bug with su and /usr/bin/zsh. Any idea?

1996-05-14 Thread Rob Leslie
> With the zsh package version 2.6-beta13-2, there is something really > strange happening when root uses zsh: if I do a > > % su > > I get a new shell that is *not* a root one, where when I do > > % su - > > I effectively get a root shell. This is especially strange as the su > com

Re: Sendmail Log

1996-05-11 Thread Rob Leslie
> Just a quick question. I was looking through the log for sendmail this > afternoon and noticed that it stopped recording where mail was comming > from and only recording who the mail is for. > > What is causing this to happen ? and how can I get it to record who the > mail is from and who it is

Re: Sendmail Log

1996-05-11 Thread Rob Leslie
>> I'm not sure I understand the situation. Can you provide an excerpt of your >> sendmail log where this has occurred? > > I guess the receive lines are logged from the stand-alone SMTP-Server to a > rotated logfile, the delivery-requests are logged into the correct one by > runq. Think there is

Re: Checking if the network is up

1996-05-11 Thread Rob Leslie
> Is there any way of checking whether the network is responding so that I > only run popclient when it is? Try using `fping' on your network gateway host. e.g.: if fping -q $GWHOST then popclient ... fi Or, if you prefer compactness (also good for crontabs): fping -q $GWHOST && pop

Re: 1.1 X setup default: bs/del don't work with motif apps.

1996-05-10 Thread Rob Leslie
> XKeyCaps is a wonderfull X app that will generate those ugly xmodmap > commands for you a-la Macintosh. Take a look at: > > http://home.netscape.com/people/jwz/xkeycaps/index.html > > I don't think there is a .deb package for it but it compiled "out of > the box" for me. Guess what! There is

Re: sendmail up and running or not

1996-05-08 Thread Rob Leslie
> I have configured the sendmail in Debian 1.1, in either the following > two ways: > > 1) use /usr/sbin/sendmailconfig which comes with the sendmail Debian > package This is the preferred method. > 2) follow the instrucions in /usr/doc/sendmail to create a .mc file, > which is quit simple in fa