Hi, I am new to xen. I have a couple of questions: - When I start up domains, the domain console seems to be listening on a high tcp port. Is there a way to either fix the port or cause it to bind in a way that cannot be accessed remotely? - Now that I''m using xen, I can still connect to my serial port but it appears "dead". Is this because xen is using my serial port for diagnostic output? Is there some way I can redirect the output to a different serial port or disable it entirely? I need the serial port for debugging another machine :) Thanks for the great software, Tim N. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel
No answers yet so I''ll provide my own:> - When I start up domains, the domain console seems to be > listening on a high tcp port. Is there a way to either fix > the port or cause it to bind in a way that cannot be accessed > remotely?There is a "console = <port#>" option in "xm create" that fixes the console port. I would still prefer an option to bind to 127.0.0.1 or use a unix domain socket instead.> - Now that I''m using xen, I can still connect to my serial port > but it appears "dead". Is this because xen is using my serial > port for diagnostic output? Is there some way I can redirect > the output to a different serial port or disable it entirely? > I need the serial port for debugging another machine :)This was my fault, my serial lines werent coming up in domain zero. A rebuild of the kernel fixed it. Tim N. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ Xen-devel mailing list Xen-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/xen-devel