From: Christopher Fowler <cfowler@outpostsentinel.com>
To: linux-kernel@vger.kernel.org
Cc: cfowler@linuxiceberg.com
Subject: exec terminating and all output not being seen
Date: 13 Mar 2003 15:06:36 -0500 [thread overview]
Message-ID: <1047585996.22029.25.camel@cfowler.outpostsentinel.com> (raw)
Kernel Version: 2.4.18
On a serial console, I'm issues a command like 'exec ls'
Autologin
[root@cas8]# exec ls /
bin dbin dev
[attached]
Autologin
[root@cas8]#
I'm not getting all output before a new getty is spawned by init. Now
I'll execute 'exec strace ls /'
old_mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS,
-1, 0) = 0x402b1000
mprotect(0x401b2000, 733184, PROT_READ|PROT_WRITE) = 0
mprotect(0x401b2000, 733184, PROT_READ|PROT_EXEC) = 0
mprote
[attached]
Autologin
[root@cas8]#
Again I get part of the strace but then it is cut off. I do not have a
problem when streaming data, just when using exec. I am running my own
init with mgetty and my own login. So maybe my tty is not setup
correctly. Is there something I forgot to do?
Thanks,
Chris
reply other threads:[~2003-03-13 19:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1047585996.22029.25.camel@cfowler.outpostsentinel.com \
--to=cfowler@outpostsentinel.com \
--cc=cfowler@linuxiceberg.com \
--cc=linux-kernel@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