[FreeNX-kNX] Odd login problems...SOLVED

Marcelo Boveto Shima marceloshima at gmail.com
Sat Sep 20 15:47:30 UTC 2008


Looks like you are running etch. ConsoleKit is not available for this
version.
In freenxteam3 I demoted it to a recommends and made it optional.

You will not be able to install freenx-session-launcher since it is a
ConsoleKit integration program neither freenx meta package  that
depends on freenx-session-launcher.
You should install freenx-media, freenx-server, freenx-rdp and
freenx-vnc.

This is odd:
Depends: libc6 (>=2.4) but 2.3.6.ds1-13 is to be installed:
Seems that it has been built into another system. Are you trying to
install freenx-server from the repository?

Let me know if it works.

Regards

On Sat, Sep 20, 2008 at 10:06 AM, jhonyl <jhonyl at netscape.net> wrote:

> Thanks :)
>
> BTW, intrepid doesn't have the team2 so I added the deb-src to hardy to
> my source.list instead
>
> There are a couple of warnings when I rebuild:
> ------------------------
> warning, in file `debian/freenx-server/DEBIAN/control' near line 9
> package `freenx-server':
> `Conflicts' field, reference to `freenx':
> `<' is obsolete, use `<=' or `<<' instead
> warning, in file `debian/freenx-server/DEBIAN/control' near line 9
> package `freenx-server':
> `Conflicts' field, reference to `freenx-session-launcher':
> `<' is obsolete, use `<=' or `<<' instead
> dpkg-deb: ignoring 2 warnings about the control file(s)
> dpkg-deb: building package `freenx-server' in
> `../freenx-server_0.7.3+svn612-0freenxteam2_i386.deb'.
> dpkg-deb: building package `freenx' in
> `../freenx_0.7.3+svn612-0freenxteam2_all.deb'.
> warning, in file `debian/freenx-media/DEBIAN/control' near line 7
> package `freenx-media':
> `Conflicts' field, reference to `freenx-nxredir':
> `<' is obsolete, use `<=' or `<<' instead
> ------------------------
>
>
> I had put all resulting *.deb in a ~/package directory and added this
> directory to my source.list
> but when 'aptitude update'ing, it said that I miss something.Packages,
> so I took
> Packages from the link of the deb-src. Then 'aptitude update'
> completed.
>
>
>
> I have tried to install the packages using synaptic. I marked one of
> the
> packages, but synaptic complained, so I marked all of the
> packages to be installed , and still synaptic complained:
>
> -----------------
> freenx:
> Depends:
>  freenx-media but it is not going to be installed
> Depends: freenx-rdp but it is not going to be installed
> Depends: freenx-server but it is not going to be installed
> Depends: freenx-session-launcher but it is not going to be installed
> Depends: freenx-vnc but it is not going to be installed
>
> freenx-media:
> Depends: freenx-server but it is not going to be installed
>
> freenx-nxdesktop:
> Depends: freenx-server but it is not going to be installed
>
> freenx-nxredir:
> Depends: freenx-media but it is not going to be installed
>
> freenx-nxviewer:
> Depends: freenx-server but it is not going to be installed
>
> freenx-rdp:
> Depends: freenx-server but it is not going to be installed
>
> freenx-server:
> Depends: consolekit but it is not installable or
> freenx-rdp but it is not going to be installed or
> freenx-vnc but it is not going to be installed
> Depends: libc6 (>=2.4) but 2.3.6.ds1-13 is to be installed
>
> freenx-session-launcher:
> Depends: consolekit but it is not installable
> Depends: freenx-server but it is not going to be installed or
> nxnode but it is not installable
>
> freenx-vnc:
> Depends: freenx-server but it is not going to be installed
>
> ----------------------------------------------------------------
>
>
>
> -----Original Message-----
> From: Marcelo Boveto Shima <marceloshima at gmail.com>
> To: User Support for FreeNX Server and kNX Client <freenx-knx at kde.org>
> Sent: Sat, 20 Sep 2008 5:01 am
> Subject: Re: [FreeNX-kNX] Odd login problems...SOLVED
>
>
>
> It is included in
> t freenx 0.7.3 tarball. init.d/freenx-server
>
> You can install it by:
> Put it into /etc/init.d
> The execute:
> $ chmod +x /etc/init.d/freenx-server
> $ update-rc.d freenx-server start 20 2 3 4 5 . stop 99 1 .
> (Debian based system)
>
> Or probably you should try the packages at
> https://edge.launchpad.net/~freenx-team/+archive<https://edge.launchpad.net/%7Efreenx-team/+archive>
>
> It should work on Debian, but you can rebuild the package if you want.
>
> Regards.
>
>
> On Fri, Sep 19, 2008 at 11:48 PM, jhonyl <jhonyl at netscape.net> wrote:
>
> I didn't know there's an init script :S
>
> Where is it? What is its name? How to install it?
>
>
>
> -----Original Message-----
> From: Marcelo Boveto Shima <marceloshima at gmail.com>
> To: User Support for FreeNX Server and kNX Client <freenx-knx at kde.org>;
> Verner Kjærsgaard <vk at os-academy.dk>
>
>
>
>
>
> Sent: Fri, 19 Sep 2008 8:52 pm
> Subject: Re: [FreeNX-kNX] Odd login problems...SOLVED
>
>
>
> You should install the init script.
> It will terminate the sessions when the system reboot.
>
> Regards.
>
>
> On Fri, Sep 19, 2008 at 3:45 PM, Verner Kjærsgaard <vk at os-academy.dk>
> wrote:
>
>
>
> jhonyl skrev:
> > Hi,
> >
> > After power failure the sessions that were open when the power went
> > out, still have some information stored on disk about their existence,
> > however they do not exist, and so when trying to resume them up on
> > login, there is a failure. There are two ways to handle it, first the
> > user who can't log in may be able to
>  terminate his own session via the
> > nxclient interface, or the administrator can open an xterm and run :
> >
> > $ nxserver --force-terminate *
> >
> > to terminate ALL sessions and remove their info.
> >
> > Running:
> >
> > $ nxserver
> >
> > will give you more options if you don't want to terminate all
> sessions.
> >
> > Hope this helps :S
> >
> > -----Original Message-----
> > From: Verner Kjærsgaard <vk at os-academy.dk>
> > To: freenx-knx at kde.org
> > Sent: Fri, 19 Sep 2008 8:21 am
> > Subject: [FreeNX-
> kNX] Odd login problems...
> >
> >
> >
> > Hi list
> >
> > - odd login problem..
> > - client on Linux: 3.2.0-9
> > - server on SuSE10.2:NXSERVER - Version 2.1.0-72 OS (GPL, using
> > backend:
> > 3.1.0)
> >
> > After a powerfailure, I can still login. The school admin can still
> > login, *some* other user can login remotely, most cannot. Everyone is
> > logging in using their regular accounts, the NoMachine keys are used.
> > If
> > the school admin tries to login using a student account *from the
> > admins
> > home location*, he can login too (!) From my own home location, I can
> > login using a students account too...
> >
> > Log shows nothing.
> >
> > This puzzles me...any hints?
> >
> >
> >
> >
> > --
> > ------------------------------
> > Med venlig hilsen/Best regards
> > Verner Kjærsgaard
> >
> > Novell Certified Linux
> > Professional 10035701
> > ------------------------------
>
> This advice did it :-)
> Thanks a million!
>
> --
> =0
> A------------------------------
> Med venlig hilsen/Best regards
> Verner Kjærsgaard
> Open Source Academy
> +45 56964223
>
> Novell Certified Linux
> Professional 10035701
> ------------------------------
> ________________________________________________________________
>     Were you helped on this list with your FreeNX problem?
>    Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>         Don't forget to check the NX Knowledge Base:
>
>                http://www.nomachine.com/kb/
>
> ________________________________________________________________
>       FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>      https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
>
>
>
>
>
> ________________________________________________________________
>     Were you helped on this list with your FreeNX problem?
>    Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>         Don't forget to check the NX Knowledge Base:
>                 http://www.nomachine.com/kb/
>
> ________________________________________________________________
>       FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>      https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
> _
> _______________________________________________________________
>     Were you helped on this list with your FreeNX problem?
>    Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>         Don't forget to check the NX Knowledge Base:
>                 http://www.nomachine.com/kb/
>
> ________________________________________________________________
>       FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>      https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
>
>
>
>
>
>
>
> ________________________________________________________________
> Were you helped on this list with your FreeNX problem?
> Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
> Don't forget to check the NX Knowledge Base:
> http://www.nomachine.com/kb/
>
> ________________________________________________________________
> FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
> https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
> ________________________________________________________________
>     Were you helped on this list with your FreeNX problem?
>    Then please write up the solution in the FreeNX Wiki/FAQ:
>
> http://openfacts2.berlios.de/wikien/index.php/BerliosProject:FreeNX_-_FAQ
>
>         Don't forget to check the NX Knowledge Base:
>                 http://www.nomachine.com/kb/
>
> ________________________________________________________________
>       FreeNX-kNX mailing list --- FreeNX-kNX at kde.org
>      https://mail.kde.org/mailman/listinfo/freenx-knx
> ________________________________________________________________
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/freenx-knx/attachments/20080920/97bf8b75/attachment.html>


More information about the FreeNX-kNX mailing list