vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I want to start wsm on a Fedora Linux 7 system using either gnome-terminal or xterm, but after "export DISPLAY=192.168.30.110:0" it says > host: 0827-803 Cannot find address 192.168.30.110. Also, this is reported: > mkdir: 0653-357 Cannot access directory /usr/java14/.private142/jre. > /usr/java14/.private142/jre: The file access permissions do not allow the specified action. > > $ java.lang.InternalError: Can't connect to X11 window server using '192.168.30.110:0' as the value of the DISPLAY variable. Checking the directory: > $ ls -l > total 16 > drwxr-xr-x 3 bin bin 1536 Oct 22 16:24 bin > drwxr-xr-x 9 bin bin 3072 Oct 22 16:24 lib > lrwxrwxrwx 1 bin bin 31 Oct 22 16:24 sh -> /usr/java14/.private142/jre/bin > $ pwd > /usr/java14/.private142/jre > $ cd .. > $ ls -lad jre > drwxr-xr-x 4 bin bin 512 Oct 22 16:24 jre What is wrong and how do I solve it? Thanks. |
| |||
| On Nov 2, 12:55 pm, Huub <"v.niekerk at hccnet.nl"> wrote: > Hi, > > I want to start wsm on a Fedora Linux 7 system using either > gnome-terminal or xterm, but after "export DISPLAY=192.168.30.110:0" it says > > > host: 0827-803 Cannot find address 192.168.30.110. > > Also, this is reported: > > > mkdir: 0653-357 Cannot access directory /usr/java14/.private142/jre. > > /usr/java14/.private142/jre: The file access permissions do not allow the specified action. > > > $ java.lang.InternalError: Can't connect to X11 window server using '192.168.30.110:0' as the value of the DISPLAY variable. > > Checking the directory: > > > $ ls -l > > total 16 > > drwxr-xr-x 3 bin bin 1536 Oct 22 16:24 bin > > drwxr-xr-x 9 bin bin 3072 Oct 22 16:24 lib > > lrwxrwxrwx 1 bin bin 31 Oct 22 16:24 sh -> /usr/java14/.private142/jre/bin > > $ pwd > > /usr/java14/.private142/jre > > $ cd .. > > $ ls -lad jre > > drwxr-xr-x 4 bin bin 512 Oct 22 16:24 jre > > What is wrong and how do I solve it? > > Thanks. It looks like that you'de a firewall on your Fedora, try to disable it can you run # xclock before lunchin' setup with wich user are u lunchin' the install ... can u put the result of # ls -lart /usr/java14/.private142/jre |
| |||
| On Nov 3, 12:55 am, Huub <"v.niekerk at hccnet.nl"> wrote: > Hi, > > I want to start wsm on a Fedora Linux 7 system using either > gnome-terminal or xterm, but after "export DISPLAY=192.168.30.110:0" it says > > > host: 0827-803 Cannot find address 192.168.30.110. > > Also, this is reported: > > > mkdir: 0653-357 Cannot access directory /usr/java14/.private142/jre. > > /usr/java14/.private142/jre: The file access permissions do not allow the specified action. > > > $ java.lang.InternalError: Can't connect to X11 window server using '192.168.30.110:0' as the value of the DISPLAY variable. > > Checking the directory: > > > $ ls -l > > total 16 > > drwxr-xr-x 3 bin bin 1536 Oct 22 16:24 bin > > drwxr-xr-x 9 bin bin 3072 Oct 22 16:24 lib > > lrwxrwxrwx 1 bin bin 31 Oct 22 16:24 sh -> /usr/java14/.private142/jre/bin > > $ pwd > > /usr/java14/.private142/jre > > $ cd .. > > $ ls -lad jre > > drwxr-xr-x 4 bin bin 512 Oct 22 16:24 jre > > What is wrong and how do I solve it? > > Thanks. what do you get from the "who" command ? have you done the "xhost +" on the client ? are you connecting using SSH, if so, do you have X11Forwarding set to yes ? |
| ||||
| On Nov 2, 6:55 am, Huub <"v.niekerk at hccnet.nl"> wrote: > Hi, > > I want to start wsm on a Fedora Linux 7 system using either > gnome-terminal or xterm, but after "export DISPLAY=192.168.30.110:0" it says > > > host: 0827-803 Cannot find address 192.168.30.110. > > Also, this is reported: > > > mkdir: 0653-357 Cannot access directory /usr/java14/.private142/jre. > > /usr/java14/.private142/jre: The file access permissions do not allow the specified action. > > > $ java.lang.InternalError: Can't connect to X11 window server using '192.168.30.110:0' as the value of the DISPLAY variable. > > Checking the directory: > > > $ ls -l > > total 16 > > drwxr-xr-x 3 bin bin 1536 Oct 22 16:24 bin > > drwxr-xr-x 9 bin bin 3072 Oct 22 16:24 lib > > lrwxrwxrwx 1 bin bin 31 Oct 22 16:24 sh -> /usr/java14/.private142/jre/bin > > $ pwd > > /usr/java14/.private142/jre > > $ cd .. > > $ ls -lad jre > > drwxr-xr-x 4 bin bin 512 Oct 22 16:24 jre > > What is wrong and how do I solve it? > > Thanks. I would start by eliminating the possibility that the messages mean exactly what they say. If you try to ping 192.168.30.110 what happens? What is 192.168.30.110 and where is it? Is it a system you should be able to access? HTH Jim Lane |