Joe Auty wrote:

> Is there some way that I'm not aware of to define log files for individual 
> headless VMs?

Reading the --help output of {coreutils) nohup command:
> If standard error is a terminal, redirect it to standard output.
> To save output to FILE, use `nohup COMMAND > FILE'.

Therefore:
        nohup VBoxHeadless -s <VMname> > ~/VMname.log &

Have fun,
Berny
------------------------------------------------------------------------------

_______________________________________________
VBox-users-community mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vbox-users-community

Reply via email to