|
|
|
|
|
|
|
|
|
|
xen-users
RE: [Xen-users] Xwindows or Freenx in a guest domain
You have got to be kidding me :( I could have sworn I checked that at
least 10 times. That was the problem sadly. I used cp -ax
/{dev,lib,...the rest}/ to copy all the dirs over for my guest domain,
did I not do it correctly? Do you think I will have other permission
problems then...ugg, the short yellow bus is here to pick me up :(
On another note, any idea what the guest domain doesn't see any of the
PCI devices? DO I need to provide a param in the guest config file for
them or something, I couldn't find anything on it in the help but I did
see an obscure email saying something to the effect of
pci = ...
Regards,
Jamie
-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of Fajar A.
Nugraha
Sent: Thursday, December 15, 2005 6:19 PM
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xwindows or Freenx in a guest domain
Jamie Moore wrote:
> First time posting, sorry if this is a lame question but has anyone
> been able to get Xwindows or something like freenx working in a guest
> Xen domain? I am able to run and connect to freenx fine on the host
> machine as without problems, and I can install fine into the Xen guest
> but as soon as I try and connect I get the following error (in the
> NoMachine client):
>
>
>
>
>
[snip]
> mktemp: cannot create temp file /tmp/nxserver_tmp.nhHqc3592:
> Permission denied
>
I suggest you start with that. /tmp should be world-writable. I'm
guessing you didn't preserve permissions and owner while creating
dom-U's filesystem. "cp -a" or "tar" or "rsync -a" should do the trick.
--
Fajar
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|