I am attempting to start some images in "headless" mode (no client side UI). In my testing, I found that reconnecting seemed to be causing a segmentation fault. Below, I have list two way to show what I think are the same issue.
Host: Fedora 11 (update to date as of today) with VirtualBox 3.0.4 r50677
Test Client: Fedora 11 (update to date as of today) [smaller installation image than the host, just for testing purposes]
Scenario #1: VBoxManage startvm "Fedora 11 - Dev" --type vrdp
1) start booting image
2) connect to vrdp on standard port with tsclient - connects fine
3) disconnect client (at any point, not just on boot)
4) try to reconnect to same image and get "Child terminated by signal" error message from tsclient. The image is no longer running.
Scenario #2: VBoxHeadless -startvm "Fedora 11 - Dev"
1) start booting image
1.2) usually get this warning:
2) connect to vrdp on standard port with tsclient - connects fine[WARN 14963] polkit-session.c:144:polkit_session_set_uid(): session != NULL
Not built with -rdynamic so unable to print a backtrace
3) disconnect client (at any point, not just on boot)
4) try to reconnect to same image and get "Segmentation fault" in the terminal window and "Child terminated by signal" error message from tsclient. The image is no longer running.
Of course, my goal is to be able to load once and reconnect many times to the VirtualBox image using vrpd. I assume these are bugs but if I am doing something wrong, can someone let me know what it is?
Regards,
Mike