From: Barry <barry_linux@rogers.com>
To: Linux-Hams <linux-hams@vger.kernel.org>
Subject: ax25 start up scripts
Date: 12 Jul 2002 22:09:59 -0400 [thread overview]
Message-ID: <1026526200.3223.2.camel@linux2.baznet.com> (raw)
Hi, I have the following in a file called rc.ax25
#!/bin/bash
kissnetd /dev/ptysf /dev/ptyse &
#sleep 10
kissattach /dev/ttyS2 ax0 44.135.97.18
kissattach /dev/ttyS3 ax1 44.135.97.19
kissattach /dev/ttysf ax2 44.135.97.20
kissattach /dev/ttyse ax3 44.135.97.21
/sbin/ifconfig ax0 mtu 236 broadcast 44.135.97.255 up
/sbin/ifconfig ax1 mtu 236 broadcast 44.135.97.255 up
/sbin/ifconfig ax2 mtu 236 broadcast 44.135.97.255 up
/sbin/ifconfig ax3 mtu 236 broadcast 44.135.97.255 up
The script works just fine if I execute it from a consol, but if I call
it from rc.local and have it run at start up, ax0 and ax1 are created
OK, but not ax2 and ax3.
This problem occurs in other situations too, where the file runs fine
when manually started, but not when called at startup. Any ideas please?
Using Mandrake 8.2, with kernel 2.4.18-19
Athalon 1.3 ghz
Barry
Ve3nav/va3wi
next reply other threads:[~2002-07-13 2:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-07-13 2:09 Barry [this message]
2002-07-18 20:27 ` ax25 start up scripts Wilson G. Hein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1026526200.3223.2.camel@linux2.baznet.com \
--to=barry_linux@rogers.com \
--cc=linux-hams@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox