How to run a vkernel as a background process

Matthew Dillon dillon at backplane.com
Sun Apr 28 12:37:27 PDT 2019


Try redirecting stdout and stderr to a file.   notty -12 blahblahblabhalh
>& /tmp/logfile

That's with csh or tcsh . With sh it would be notty -12 blsahblahblbha  >
/tmp/logfile 2>&1

And then see what error you are getting.

-Matt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20190428/93835723/attachment-0001.htm>


More information about the Users mailing list