Hi,
i have a vm defined in vm.conf like this:
vm "b1" {
disable
memory 1G
owner benoit
...
I start the vm:
[root@blap:/etc]# vmctl start b1
vmctl: started vm 1 successfully, tty /dev/ttyp6
but i'm still root, because i was just editing vm.conf.
So i exit and want to get the console:
[root@blap:/etc]# exit
[benoit@blap:/usr/src/usr.sbin/vmd]$ vmctl console b1
cu: open("/dev/ttyp6"): Permission denied
Mike tells me thats normal behaiviour. I think its not very obious,
the owner option should be followed, even ifroot starts it.
/B.