Archive for the tag 'ubuntu'

Debian Package for RSSOwl 2.0

It has been a while since I first blogged about RSSOwl.

RSSOwl is still my favorite Feed Reader and version 2.0 is still in beta state but quite a good piece of software. I did not much contribute to the project, just filed some bugs and submitted some patches to the project.

Now I started to build a package for Debian and Ubuntu and my scope is to bring RSSOwl 2.0 into Debian. It is not yet perfect, but quite useful.

Feedback is always welcome.

Use Thunderbird as the default e-mail program in Ubuntu Hardy

If you wish to use Thunderbird as default e-mail program instead of evolution, just open a terminal and type

$ gconf-editor

Search for “mailto” by using ctrl-f and replace evolution with thunderbird in

/desktop/gnome/url-handlers/mailto

in the command node.

VMware Server auf Ubuntu (Update 2)

Update
Auf Ubuntu 6.06 gibt es mit VMware 1.0.3 einige Eigenheiten.

MUI (Webinterface)
Bei einem Neustart startet der Webserver für das MUI nicht mehr. Folgenden Hotfix behebt das Problem:
In /etc/init.d/http.vmware nach dem Kommentaren folgendes eintragen:

mkdir -p /var/run/vmware/httpd
chown www-data:nogroup /var/run/vmware/httpd
chmod 0700 /var/run/vmware/httpd

PAM Fehlermeldung in vmware.log

vmware-authd[7348]: PAM adding faulty module: /lib/security/pam_unix2.so
v18092 vmware-authd[7350]: PAM unable to dlopen(/lib/security/pam_unix2.so)
v18092 vmware-authd[7350]: PAM [dlerror: /lib/security/pam_unix2.so: cannot open shared object file: No such file or directory]

In

 nano -w /etc/apt/sources.list

das repo universe freischalten, (sprich Kommentarzeichen vor deb entfernen)

 ## Major bug fix updates produced after the final release of the
 ## distribution.
 #deb http://ch.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
 #deb-src http://ch.archive.ubuntu.com/ubuntu/ dapper-updates main restricted
 ...
 #deb http://security.ubuntu.com/ubuntu dapper-security universe
 #deb-src http://security.ubuntu.com/ubuntu dapper-security universe

dann apt update

 aptitude update

und pam unix2 installieren

 aptitude install libpam-unix2

Urspünglicher Eintrag
Also, VMware auf Ubuntu 7.04 ist kaputt (manuelle Installation wie auch vom Repository), da VMware einem aufgrund eines Bugs nicht mit der VMware console reinlässt. Man kann dies mit einem Workaround [1] beheben. Ein weiterer unschöner Effekt ist, dass ich es nicht geschafft habe das Webinterface von VMware auf 7.04 zum Laufen zu bewegen.

Mit Ubuntu 6.06 LTS funktioniert die manuelle Installation einwandfrei, wie auch das Webinterface. Eine Anleitung findet man z.B. hier [2], ich habe es zwar nicht nach dieser gemacht, jedoch sind die Schritte nahezu identisch. Die Anleitung installiert auch ein paar Sachen die es eigentlich nicht bräuchte…

[1] Bug report
[2] Howto VMware auf Ubuntu