[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tty logins & signals... (was: mail failed, returning to sender...)



old post but this might still intrest someone...

In article <m0rDRDm-0004uzC@uss.lonestar.org>,
Evan Langlois <evanlang@uss.lonestar.org> wrote:

>I keep trying to get a good remote login package, possibly with email
>that will work with modm0dev (so i can get dial in and dial out devices
>and signals).  However, signals still don't seem to work, and modm0dev
>tends to be slow (but doesn't lock up like the built-in driver does
>when sending to the port and running stty at once - at least I think that
>is what does it!)  

 locking up sounds like broken BIOS code, have you tried booting with
a fix? (put it before MiNT!)  especially flow control just seems to be
impossible for atari to implement properly, and if your unlucky this
_can_ leave your tty in a `hung' state...

 i don't know about modm0dev (it only works on modem1 and modem1 is
too slow for my modem :), but to get signals working you can also
go thru a pty i.e. use anything like script /dev/null, telnet...
or just screen -fn if you have enough RAM.
>
>Should I get MiNTOS?  Does MiNTOS include mail and such (elm?).  Is there
>a good cron included?

 not included but surely available?
>
>Also, a friend of mine, running Linux, modified his login (or some other
>utility) so that when the login shell was run, all IO was piped through
>a small driver he wrote which echoed the IO to a spare Vconsole.  He
>could then watch remote users trying to hack at his system on one of
>his consoles, and even type commands at the users shell and such in case
>the user needed help.  I'd like to do something like this, but I'm unsure
>of where in the login stuff this should go.  Do I have to modify the 
>binaries like he did, or can I just change the login shell to a binary
>that does the piping and runs the shell?

 the simplest solution is just have the user say something like
`script /dev/ttyv9', this also has the advantage that he knows
big brother is watching him :)

 of course as soon as he changes TERM you'll have a problem...

 cheers
	Juergen