FAQ Search Today's Posts Mark Forums Read

» Linux Archive
Home
New Posts
Search
FAQ


Go Back   Linux Archive > Redhat > Fedora User

 
 
LinkBack Thread Tools
 
Old 07-19-2008, 11:08 PM
"V Pomerol"
 
Default FreeNX on fc9.x86_64

After crossing several obstacles in getting FreeNX to work on
fc9.x86_64 I still cannot get it to run, and I would appreciate any
help on this issue.

Here is what I already did:

1. put SELinux in permissive mode (this resolved an authentication
issue reported by the freenx client, damn selinux!)

2. I followed the instructions in the following bugzilla comment
(https://bugzilla.redhat.com/show_bug.cgi?id=446816#c11). I now have
the following two packages installed:

$ rpm -qa | grep nx
nx-3.2.0-27.fc9.i386
freenx-server-0.7.2-8.fc9.i386

3. I installed xfs and manually started the service in runlevel 3.

I can now finally run nxnode on the server. Executing
'/usr/libexec/nx/nxnode --agent' on the server produces the following
errors:

------------------------
NX> 1000 NXNODE - Version 2.1.0-72 OS (GPL, using backend: 3.2.0)
NX> 716 Starting NX Agent ...
_XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
_XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 9
_XSERVTransMakeAllCOTSServerListeners: failed to create listener for local

NXAGENT - Version 3.2.0

Copyright (C) 2001, 2007 NoMachine.
See http://www.nomachine.com/ for more information.

Info: Agent running with pid '26781'.
Session: Starting session at 'Sat Jul 19 18:40:39 2008'.
Error: Aborting session with 'Unable to open display '.
Session: Aborting session at 'Sat Jul 19 18:40:39 2008'.
Session: Session aborted at 'Sat Jul 19 18:40:39 2008'.
NX> 716 NX Agent exited with status: 1
NX> 1001 Bye.
-----------------------------

Does anyone have any idea on how to proceed in resolving this remaining issue?

Thanks,

Victor

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 07-22-2008, 08:56 PM
"V Pomerol"
 
Default FreeNX on fc9.x86_64

This is a reply to my own post. The issue I encountered is a know bug
that was submitted 4 months ago
(https://bugzilla.redhat.com/show_bug.cgi?id=437655), and there is an
easy workaround.

My apologies for the noise, but at least I hope that this message will
help others trying to get FreeNX to work in FC9. Specifically those
who read (and post) to this list before doing a detailed search on
bugzilla. ;-)

Thanks to all those working to fix FreeNX in FC9. It is a fantastic
piece of software.

On Sat, Jul 19, 2008 at 7:08 PM, V Pomerol <v.pomerol@gmail.com> wrote:
> After crossing several obstacles in getting FreeNX to work on
> fc9.x86_64 I still cannot get it to run, and I would appreciate any
> help on this issue.
>
> Here is what I already did:
>
> 1. put SELinux in permissive mode (this resolved an authentication
> issue reported by the freenx client, damn selinux!)
>
> 2. I followed the instructions in the following bugzilla comment
> (https://bugzilla.redhat.com/show_bug.cgi?id=446816#c11). I now have
> the following two packages installed:
>
> $ rpm -qa | grep nx
> nx-3.2.0-27.fc9.i386
> freenx-server-0.7.2-8.fc9.i386
>
> 3. I installed xfs and manually started the service in runlevel 3.
>
> I can now finally run nxnode on the server. Executing
> '/usr/libexec/nx/nxnode --agent' on the server produces the following
> errors:
>
> ------------------------
> NX> 1000 NXNODE - Version 2.1.0-72 OS (GPL, using backend: 3.2.0)
> NX> 716 Starting NX Agent ...
> _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
> _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 9
> _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local
>
> NXAGENT - Version 3.2.0
>
> Copyright (C) 2001, 2007 NoMachine.
> See http://www.nomachine.com/ for more information.
>
> Info: Agent running with pid '26781'.
> Session: Starting session at 'Sat Jul 19 18:40:39 2008'.
> Error: Aborting session with 'Unable to open display '.
> Session: Aborting session at 'Sat Jul 19 18:40:39 2008'.
> Session: Session aborted at 'Sat Jul 19 18:40:39 2008'.
> NX> 716 NX Agent exited with status: 1
> NX> 1001 Bye.
> -----------------------------
>
> Does anyone have any idea on how to proceed in resolving this remaining issue?
>
> Thanks,
>
> Victor
>

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 
Old 08-23-2008, 06:22 PM
"Franck Y"
 
Default FreeNX on fc9.x86_64

On Tue, Jul 22, 2008 at 4:56 PM, V Pomerol <v.pomerol@gmail.com> wrote:
> This is a reply to my own post. The issue I encountered is a know bug
> that was submitted 4 months ago
> (https://bugzilla.redhat.com/show_bug.cgi?id=437655), and there is an
> easy workaround.
>
> My apologies for the noise, but at least I hope that this message will
> help others trying to get FreeNX to work in FC9. Specifically those
> who read (and post) to this list before doing a detailed search on
> bugzilla. ;-)
>
> Thanks to all those working to fix FreeNX in FC9. It is a fantastic
> piece of software.
>
> On Sat, Jul 19, 2008 at 7:08 PM, V Pomerol <v.pomerol@gmail.com> wrote:
>> After crossing several obstacles in getting FreeNX to work on
>> fc9.x86_64 I still cannot get it to run, and I would appreciate any
>> help on this issue.
>>
>> Here is what I already did:
>>
>> 1. put SELinux in permissive mode (this resolved an authentication
>> issue reported by the freenx client, damn selinux!)
>>
>> 2. I followed the instructions in the following bugzilla comment
>> (https://bugzilla.redhat.com/show_bug.cgi?id=446816#c11). I now have
>> the following two packages installed:
>>
>> $ rpm -qa | grep nx
>> nx-3.2.0-27.fc9.i386
>> freenx-server-0.7.2-8.fc9.i386
>>
>> 3. I installed xfs and manually started the service in runlevel 3.
>>
>> I can now finally run nxnode on the server. Executing
>> '/usr/libexec/nx/nxnode --agent' on the server produces the following
>> errors:
>>
>> ------------------------
>> NX> 1000 NXNODE - Version 2.1.0-72 OS (GPL, using backend: 3.2.0)
>> NX> 716 Starting NX Agent ...
>> _XSERVTransmkdir: ERROR: euid != 0,directory /tmp/.X11-unix will not be created.
>> _XSERVTransSocketUNIXCreateListener: mkdir(/tmp/.X11-unix) failed, errno = 9
>> _XSERVTransMakeAllCOTSServerListeners: failed to create listener for local
>>
>> NXAGENT - Version 3.2.0
>>
>> Copyright (C) 2001, 2007 NoMachine.
>> See http://www.nomachine.com/ for more information.
>>
>> Info: Agent running with pid '26781'.
>> Session: Starting session at 'Sat Jul 19 18:40:39 2008'.
>> Error: Aborting session with 'Unable to open display '.
>> Session: Aborting session at 'Sat Jul 19 18:40:39 2008'.
>> Session: Session aborted at 'Sat Jul 19 18:40:39 2008'.
>> NX> 716 NX Agent exited with status: 1
>> NX> 1001 Bye.
>> -----------------------------
>>
>> Does anyone have any idea on how to proceed in resolving this remaining issue?
>>
>> Thanks,
>>
>> Victor
>>
>
> --
> fedora-list mailing list
> fedora-list@redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
Hello

I don t get it did you make it work ?
How did you do it i am running fc9 on x64
Thnaks
--
Franck

--
fedora-list mailing list
fedora-list@redhat.com
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
 

Thread Tools




All times are GMT. The time now is 06:17 AM.

VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2007 - 2008, www.linux-archive.org