Yves Arrouye writes:
Yves> I can't find the name of the package maintainer, so here's the
Yves> problem: when the timezone is incorrectly set (the default in my 1.1
Yves> brand new installation), saying
Yves>
Yves> % date +%Z
Yves>
Yves> does something bad: instead of re
On Thu, 9 May 1996, Yves Arrouye wrote:
> The subject says it: none of these keys work with Motif apps on a
> fresh installation. I'm sure some xmodmap commands (though I'm not
> sure which ones, if you can help) would do the trick, but I wonder
> what neither of them is usable by default?
Blame
In article <[EMAIL PROTECTED]>,
Yves Arrouye <[EMAIL PROTECTED]> wrote:
>When issuing a telinit command to change runlevel (from 2 to 4, for
>example), nothing happens :-(, processes are not being sent any signal
>and new processes don't start. Why?
I don't know. I have tested it on a range of Li
On Fri, 10 May 1996, Luis Francisco Gonzalez wrote:
> The question is:
>
> Is there any way of checking whether the network is responding so that I only
> run popclient when it is?
I wrote a series of scripts to handle this (however a virus infected my
partition table - am still re-installing),
> "K" == "Keith Beattie[SFSU Student]" writes:
K> I don't think there is a .deb package for it but it compiled "out
K> of the box" for me.
FYI: Actually, there is a debian package for xkeycaps.
--
Rob
> "G" == Gerry Jensen <[EMAIL PROTECTED]> writes:
G> It's interesting that people are having problems now with Motif
G> apps, because suddenly, my problems with Motif apps have been
G> magically solved. That is, the backspace key now works correctly
G> for both Motif and non-Motif apps. Pre
> 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
Guy Maor ([EMAIL PROTECTED]) wrote on 9 May 1996 20:44:
>! Shouldn't be necessary
>keycode 107 = Delete
This is useless for me. I keep getting ESC[3~ when I type delete. With
the latest ncurses libs I still have to use stty erase ^H to be able
to erase when I type backspace.
xbase-3.1.2-8.deb c
Luis> Is there any way of checking whether the network is responding so
Luis> that I only run popclient when it is?
Here's my crontab entry. Every 5 minutes, fping tests whether we can connect
to the pop hosts. In case we are, popclient is called with the account
password on rosebud being sto
> From: Steve Preston <[EMAIL PROTECTED]>
> Subject: 1.1 installation notes.
>
> ...
>
> One trouble is that I find the dselect "Select" screen confusing.
> Admittedly, It is not immediately obvious to me which line is the
> "selection". Also I was surprised, the first time I used dselect, to
>
> Hi,
> I am trying to write a script to use popclient to download the mail from
> the office's server. This will run on a portable. I want the script to
> check whether the network is up before attempting to retrieve any mail,
> as I am likely to use the notebook in other places and won't be hooke
On Fri, 10 May 1996, Martin Konold wrote:
> I did a ln -s /usr/X11R6 /usr/X386
> in order to get the motif application netscape running.
> This way it will find the
> /usr/X11R6/lib/X11/XKeysymDB
> for wihich netscape looks at
> /usr/X386/lib/X11/XKeysymDB
That's a really gross solution. Here's
On Fri, 10 May 1996, Martin Konold wrote:
> I did a ln -s /usr/X11R6 /usr/X386
> in order to get the motif application netscape running.
> This way it will find the
> /usr/X11R6/lib/X11/XKeysymDB
> for wihich netscape looks at
> /usr/X386/lib/X11/XKeysymDB
>
> May the debian team will include th
> I just have my ip-up script (it's a ppp config script, see man pppd)
> touch a file in /usr/local/etc/ppp when I connect, and ip-down remove
> the file when I disconnect. Then I can just check for the existence
> of that file, and know if I'm connected. Alternatively, you could
doesn't work
On Fri, 10 May 1996, Luis Francisco Gonzalez wrote:
> The question is:
>
> Is there any way of checking whether the network is responding so that I only
> run popclient when it is?
Try this:
#!/bin/sh
#Change ppp0 to the network device (eth0, etc.)
DEVICE=ppp0
if [ -r /var/run/$DEVICE.pid ]; th
**Dans l'article <[EMAIL PROTECTED]>,
** Rob Ransbottom (Rob Ransbottom <[EMAIL PROTECTED]>) écrivait:
RR>With the installation of 1.1, I would like to
RR>set up a news server to serve myself news which
RR>which will be snagged by 'suck' or equivalent.
RR>
RR>What package should I be installin
Hi,
If I want to ftp something onto my home computer (via a ppp link over
my modem to my university), I currently have two options available to
me. I can use a two step process: first ftp the stuff from the site
in question to my account at university, then ftp (I use ncftp) the
stuff from uni to
> All of the '012..9' keystrokes would move the scrollboxes as if you were
> pressing an arrow.
Looks OK (we can include a mouse interface). But what is required more then
a new look is the ability to list only the 'installed' packages, or select a
singe package to be installed/removed, and a meth
In article <[EMAIL PROTECTED]>,
Dale Miller <[EMAIL PROTECTED]> wrote:
>I am trying to use the nis package in debian. I have it
>setup as a master. When I boot up my system I get the
>following message.
>YPBINDPROC_DOMAIN: No bound server for domain Chipper
>Once I have finished the boot if I do a
While compiling dpkg, the configure scripts says:
checking for sysinfo... no
checking __NR_sysinfo... yes; tsk tsk - get your libc fixed.
So what I am supposed to do? I thought I had the most recent possible
installation ;-)
Thanks for any advice,
Yves.
On Fri, 10 May 1996 [EMAIL PROTECTED] wrote:
> For example, one of the basics X package need cpp, and I had already
> installed gcc so I didn't want to install the cpp package, I was not
> able to do it with dselect.
Actually that was a bug that's since been fixed.
Guy
Hello,
> It does if you also have these set.
>
> lcp-echo-interval
> lcp-echo-failure
>
> Actually, I think hardware handshaking should handle the problem, but
> it doesn't always seem to (grrr).
Actually if your modem is configured correctly (CD drop on Carrier loss
&C1), and if the pppd is
>> 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
>
> Could someone email a sample /etc/papersize file on this list?
>
> Yves.
>
If you usually want "a4" sized paper, then /etc/papersize will simply
contain the two characters "a" and "4".
If you like us letter format better, the /etc/papersize file will
be much more complicated, as it then has
Am I missing something? I don't see a tset, but I have all of the
standard packages for Debian 0.93R6. Should I be using something
else instead?
Thanks!
Ben
--
Ben Armstrong -. Medianet Development Group,
[EMAIL PROTECTED] `-.Dymaxion Research Limi
Hi,
I'm afraid I can't reproduce this behaviour (downloading
patch-100.gz from europe as I speak). _Why_ can't you just download
to your machine directly? What are the error messages?
If you are interested in troubleshooting this yourself, it
maybe interesting to look at how
Hello,
> 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 a
> "e" == eckes <[EMAIL PROTECTED]> writes:
e> Actually if your modem is configured correctly (CD drop on Carrier
e> loss &C1), and if the pppd is given the option "modem" the Process
e> will hangup if the line goes down. This is not the actual hardware
e> handshake, but on of the RS232 signa
> "M" == Maarten Boekhold <[EMAIL PROTECTED]> writes:
>> I just have my ip-up script (it's a ppp config script, see man
>> pppd) touch a file in /usr/local/etc/ppp when I connect, and
>> ip-down remove the file when I disconnect. Then I can just check
>> for the existence of that file, and k
> 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
On Fri, 10 May 1996, Shawn Asmussen wrote:
> Well, I have a Supra 288i modem although it's not speakerphone. I think
> the problem with plug and play stuff is that it's kind of undefined until
> the operating system tells it what irq and port to use. I also have dos
> and windows (Not Win95) o
Hi,
I seem to have a double problem to use ppp.
1) If I try pppd as a normal user, I get an error that I miss write access, and
pppd exits immediately. This should be easy...
2) (tougher) If I try as a superuser, I can connect, ping, etc... But if I try
to telnet certain addresses (nearly local
Hi,
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 to.
On Fri, 10 May 1996 [EMAIL PROTECTED] wrote:
> > From: Steve Preston <[EMAIL PROTECTED]>
> > Subject: 1.1 installation notes.
> >
> > ...
> >
> > One trouble is that I find the dselect "Select" screen confusing.
> > Admittedly, It is not immediately obvious to me which line is the
> > "selectio
Yves Arrouye writes:
> The fact that nvi (does not) displays diacritic characters has nothing
> to do with the fonts, just to what isprint() returns. I had it work
> under Linux using a Slackware 3.0 distribution.
Plain Slackware? I thought my Slackware would do that too until I discoverd
that tcs
35 matches
Mail list logo