Hi, Thank you Matt and Antonio. I am using csh and 'notty -12 ./boot/kernel/kernel -m 128m -r /var/vkernel/rootimg.01 -I auto:bridge0 >& /tmp/log' worked for me. It's really good to know that vkernels can be started from rc.conf, I'll try it as my next step :)
Thanks & Regards, Melan Jayasinghage On Mon, Apr 29, 2019 at 1:44 AM Antonio Huete Jiménez < [email protected]> wrote: > Hi, > > vkernels can be started from rc.conf. Please check > /etc/defaults/rc.conf to see the options. > > Regards, > Antonio Huete > > Matthew Dillon <[email protected]> escribió: > > > 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 > > > > -- Thanks & Regards, Melan Jayasinghage <http://twitter.com/melanster>
