Mar
29
2011
I’m using Ubuntu for about five years now. I like it. I prefer it instead of other OS’s. And I always chose the Long Term Support (LTS) releases of Ubuntu.
Recently I updated my netbook from 9.04 through 9.10 to 10.04. Now I have a couple of problems. That’s not new, I’m used to a few problems after an OS upgrade. Not a big deal. Unfortunately all the problems and bug that appeared with Ubuntu 10.4 (Lucid Lynx) are already reported in Launchpad for a long time. But they are not solved. It seems that nobody is working on it. Well, it’s a free operating system and I should not expect too much. But, at least, I hoped for the same kind of support that I experienced with earlier releases; especially if it’s called Long Term Support.
Currently I’m looking for solutions of the follwing bugs (LG netbook X 110):
- WLAN is no longer working with some WLAN access points. Bug report: #545443 (similar, but fo Eee PC), #496093 (again Eee PC; wish I had bought Asus, not for the machine, but to be in bug mainstream land).
- Error messages on boot and while running. Bug report: #595329, #575985, #547147. All of the bug reports have been filed a year ago. One is reassigned to freedesktop.org and “solved”. But it still occurs on my machine. What should I do?
- System hibernates even when battery is full. Bug report: #576373 (Reported on 2010-05-06, Status: new, Importance: Undecided), #531190 (Reported on 2010-03-03, Status: Confirmed/Triaged, Importance: Critical/High). Note the long list of “Duplicates of this bug”. Should I click all of those links?
Maybe I have to dive deeper into the bugs…
If I missed an easy solution for one of the bugs, please let me know.
Comments Off on Ubuntu Support getting worse? | tags: Bugs, LG X110, Linux, LTS, Ubuntu | posted in Linux
Mar
8
2011
Apples Präsentationssoftware Keynote ist für ein Feature bekannt, das der Hersteller als Presenter Display bezeichnet. Gemeint ist eine zweigeteilte Bildschirmansicht: Das Vollbild der Präsentation wird über das externe Display (i.d.R. ein Beamer) angezeigt, während der Bildschirm des Notebooks eine andere Ansicht zeigt. Neben der aktuellen Folie ist die nächste Folie sowie wahlweise auch die zur Folie gehörenden Notizen zu sehen. Auch PowerPoint kennt diese Funktion. Dort heißt sie Presenter View. Da ich die Funktion mag, wollte ich sie auch auf meinem Linux-System haben.
Continue reading
Comments Off on “Presenter Display” für Präsentationen unter Linux | tags: Impress, Keynote, Linux, OpenOffice, PowerPoint, Presenter Console, Presenter Display, Ubuntu | posted in Linux
Nov
2
2010
Ich habe gerade unter Ubuntu 10.04 ein Problem mit einem USB-Stick mit FAT-Dateisystem. Er soll mit bestimmten Permissions eingehängt werden. Ubuntu verwendet jedoch Vorgabewerte, die für meinen Zweck nicht tauglich sind. Deshalb habe ich im Netz nach einer Lösung gesucht; nachfolgend findet Ihr die Zusammenfassung meiner Recherche.
Continue reading
Comments Off on Zugriffsrechte von Wechselmedien unter Linux | tags: FAT, Linux, Mount, Permissions, Ubuntu, USB | posted in Linux
Apr
7
2010
Users of Microsoft Office have access to the Microsoft ClipArt Library. The downloaded files can easily be used with the associated Clip Organizer, which runs on Windows, of course. But if you want to switch to Linux, there seems to be no software to handle the clip art files with the .mpf extension. Since the .mpf files are plain XML with the graphics embedded as Base64 strings, it’s easy to extract the files.
Continue reading
Comments Off on How to use Microsoft Clipart files on Linux/Unix | tags: .mpf, Linux, XML, XSLT | posted in Linux
Sep
16
2009
Bei unseren Versuchen mit der neuen USV (siehe Artikel von gestern) hat sich ein Rechner A hartnäckig geweigert, herunterzufahren. Als Ursache vermute ich die Reihenfolge, in der die USV die Rechner A und B abgeschaltet hat. Dummerweise ist B, der NFS-Server für A, zuerst ‘runtergefahren. Möglicherweise war ein dadurch hängender NFS-Filehandle o.ä. auf A dafür verantwortlich, dass A nicht auch abschaltete.
Heute kam mir die Idee, auf allen im Notfall herunterzufahrenden Rechnern, die NFS-Platten auszuhängen. Wie stellt man das an, wenn das Device “busy” ist? — Die Manpage brachte die Lösung: Es gibt eine Option, die ich noch nicht kannte. Sie nennt sich lazy umount und die Manpage verrät folgendes darüber:
-l Lazy unmount. Detach the filesystem
from the filesystem hierarchy now,
and cleanup all references to the
filesystem as soon as it is not busy
anymore. (Requires kernel 2.4.11 or
later.)
Eine Blick ins Netz zeigt, dass die Option von einigen Benutzern mit guten Erfahrungen eingesetzt wird. Also versuchen wir es auch mal in unseren Notfall-Shutdown-Skripten.
Comments Off on Lazy umount | tags: lazy umount, Linux, NFS, Ubuntu, umount | posted in Linux