-----Ursprüngliche Nachricht----- Von: "John A. Sullivan III" <jsullivan@opensourcedevel.com> Gesendet: 16.01.10 06:24:25 An: x2go-mailing <x2go-dev@lists.berlios.de> Betreff: [X2go-dev] cups-x2go fails on Ubuntu
It complained of a missing dependency of cups-client. I believe the problem may be that Ubuntu calls this package cupsys-client.
Hello John,
please tell me on which version of ubuntu you discovered this problem. On 9.10 I can install cups-x2go without any problems - I'll test it on 9.04 today too:
----8<------------------------------
root@tablet:~# uname -a
Linux tablet 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 16:20:31 UTC 2009 i686 GNU/Linux
root@tablet:~# apt-get install cups-x2go
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut
Lese Status-Informationen ein... Fertig
Die folgenden NEUEN Pakete werden installiert:
cups-x2go
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
Es müssen noch 0B von 8.520B an Archiven heruntergeladen werden.
Nach dieser Operation werden 111kB Plattenplatz zusätzlich benutzt.
Wähle vormals abgewähltes Paket cups-x2go.
(Lese Datenbank ... 206496 Dateien und Verzeichnisse sind derzeit installiert.)
Entpacke cups-x2go (aus .../cups-x2go_3.0.0-2_all.deb) ...
Richte cups-x2go ein (3.0.0-2) ...
root@tablet:~#
----8<------------------------------
best regards,
Heinz
Preisknaller: WEB.DE DSL Flatrate für nur 16,99 Euro/mtl.! http://produkte.web.de/go/02/
On Sat, 2010-01-16 at 07:28 +0100, Heinz-M. Graesing wrote:
-----Ursprüngliche Nachricht----- Von: "John A. Sullivan III" <jsullivan@opensourcedevel.com> Gesendet: 16.01.10 06:24:25 An: x2go-mailing <x2go-dev@lists.berlios.de> Betreff: [X2go-dev] cups-x2go fails on Ubuntu
It complained of a missing dependency of cups-client. I believe the problem may be that Ubuntu calls this package cupsys-client.
Hello John,
please tell me on which version of ubuntu you discovered this problem. On 9.10 I can install cups-x2go without any problems - I'll test it on 9.04 today too: <snip> Hi, Heinz. My apologies; I thought I had mentioned this is Hardy LTS - 8.0.4:
The following packages have unmet dependencies: cups-x2go: Depends: cups-client but it is not installable E: Broken packages
root@jasiii:/# apt-cache search cups | grep client cupsys-client - Common UNIX Printing System(tm) - client programs (SysV)
Am I correct to assume this is trivial to manually install? I would assume I would: download the orig tarball and patch extract and apply patch copy cups-x2go.conf to /etc/cups/ copy cups-x2go to /usr/lib/cups/backend/ copy CUPS-X2GO.ppd to usr/share/ppd/cups-x2go/ copy init.d.ex into /etc/init.d appropriately renamed with the links to the rc directories.
However, I'm thrown off by the following line in the init script: DAEMON=/usr/sbin/cups-x2go Should cups-x2go be copied there, too, or does it go there instead of /usr/lib/cups/backend?
This would be helpful to know as we may wind up using a CentOS cups server rather than Debian - not sure yet. Thanks - John