[please CC, I don't follow -questions]
Hello!
I've been struggling with an odd quirk in sh(1). Here is my sample
code:
--- 8< cut here 8< ---
cleanup () {
echo "cleaning up $pid"
kill $pid
}
(
echo "in subshell"
tail -f /etc/motd &
pid=$!
trap cleanup 1 2 15
wait $pi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I don't some of the attachments you intended to send (raccoon.conf?
perl script?) didn't get through the list.
I would be very interested to read those, if you don't mind sharing
them...
Thanks,
A.
- --
Advertisers, not governments, are the primar
On Mon Mar 24, 2003 at 11:59:50AM -0600, Mike Meyer wrote:
> In <[EMAIL PROTECTED]>, The Anarcat <[EMAIL PROTECTED]> typed:
> > I am fortunate enough to have a box with a lot (by my standards) of
> > RAM:
> >
> > real memory = 1207877632 (1151 MB)
Hi.
I am fortunate enough to have a box with a lot (by my standards) of
RAM:
real memory = 1207877632 (1151 MB)
avail memory = 1166782464 (1112 MB)
Now the problem I have is I'd like to debug the panic()s I'm seeing
now and then on this box, since I'm running 5.0. :) But it seems I
need at leas
Hi!
Yesterday, I started having problems with my ADSL PPPoE connection. My
connection would be slow for about 20 minutes then just timeout. When
ppp tries to connect again, the kernel says:
/kernel: session in wrong state
I search the mailing lists and found a message with a similar problem
but