| Dernières entrées |
|---|
| 04/01/2006 : Comment utiliser urpmi --parallel |
| 09/03/2005 : Comment installer plusieurs distributions |
| 07/07/2004 : Introduction à Linux |
| 07/07/2004 : Gestion des logiciels ( tar.gz, rpm et urpmi ) |
| 07/07/2004 : Comment installer le pilote NForce ? |
| Mandriva : Introduction to parallel boot under Mandriva | 25/08/2008 15:30:22 |
|---|---|
Prcsys is used by Mandriva to do easy and hassle-free LSB-compliant parallel boot. This tool have been developped by Couriousous and is used in the Pinit project. Pinit support several features :
Note : If for whatever reasons you have issues when booting with Pinit, you can disable it at boot time with the nopinit option To debug prcsys boot, you can start it from CLI with the --test, and it will allow to see in which order services are going to be started. You need to defined the mode ( S for start mode, K for kill mode ) and the directory where are located the service init scripts ( most of the time /etc/rc5.d or /etc/rc3.d ). For example to test service startup in runlevel 5, you may use the following command :
prcsys --test S /etc/rc5.d/ Links :
| |
| Dark_Schneider | |
| Mandriva : MIB Live Games 2008.1 released | 25/08/2008 13:36:09 |
|---|---|
Marcello Anni announced on Cooker ML the release of the MIB Live Games 2008.1. MIB ( Mandriva Italian Backports ) is a derived distribution of Mandriva Linux done by the Italian Mandriva community. MIB live Games DVD is a revised version of Mandriva 2008.1 One edition, but it is more bigger (about 2 GB) and contains a lot of the best games availables for the Linux world. We distribute it in 2 different DVDs, that contain different games (MIB Live games DVD1: supertux, freecive, globulation2, supertuxkart, warzone2100, flightgear and many others - MIB Live games DVD2: kdegames4, torcs, wesnoth, opencity, openarena, wormux, gnome-games, nexuiz and so on..). You can play to all of these games in Live mode, and if you prefer, you can install the distro to the hard disk using the "Live install" option. | |
| Dark_Schneider | |
| Mandriva : Olivier is the king : vservers fixes | 19/08/2008 23:17:59 |
|---|---|
In April, I test Linux Vservers under Mandriva 2008.1 Spring. However there were severals issues and bugs in the Mandriva support. So I provide patch to fix some of them, notably in the urpmi support. Because of this, and some others issues, I was unable to configure Vservers under Mandriva with the default Mandriva packages. This month Olivier Blin applied my patch and fixed all the issues reported by me : really he made my day :) I will be able to give another try to Vservers and I do hope that I will be able to have an easy way to setup Vservers under Mandriva Linux :). I will have eventually to contact upstream in order to have theses patches integrated directly upstream. Here is the list of bugs reported by me : When Vservers will be fixed in Mandriva, I do promised to provide a complete HOWTO in both french and english. | |
| Dark_Schneider | |
| Linux : How to backup Firefox 3 settings under Linux | 15/08/2008 13:10:44 |
|---|---|
Today I had a crash of my computer while updating Mandriva Cooker and writing email with Firefox. After a reboot, when I launched Firefox 3, I noticed that I had lost nearly all of my prefs ( bookmarks, start page ). At least the website passwords were safe. As I have some issues with Firefox 3, maybe due to my old Firefox 2 profile, I decide to remove my profil. However I want to save some of my profiles elements like bookmarks or web password ( the 2 most important things in a web browser IMHO ). So here are the different ways to backup some of your Firefox settings :
Note : be aware fo the fact that with Firefox 3, bookmarks and history are written in a SQLite file named places.sqlite located in the Firefox profile directory. Cookies are save also in a SQLite file named cookies.sqlite. You may try to backup and restore theses settings by copying and restoring directly theses .sqlite files while Firefox is not running. | |
| Dark_Schneider | |
| Linux : GVFS vs fstab | 14/08/2008 17:17:33 |
|---|---|
I found the upstream bug report about my issues with NFS shares visibility in Nautilus : bgo #536292. Whereas I thought it was a bug, it seems instead this is an intended behavior ... Indeed, if you look at bgo #520736, you will noticed that gvfs will silently ignore all entries in fstab where the mountpoint is not in /media. I don't know what to think about that ... This is so far away from the spirit of Unix/Linux ! Guys, If I put the user and the noauto option in the fstab entry, maybe it's because I want users to be able to mount it ! Why should I have to mount everything in /media ? I may want to do it in /opt, or for NFS home workstations in /home ! Really we should stop deciding for the users ! On top of that this behavior have been documented ... nowhere ( except in the bug report ) ! Now it seems that the only solution for me is to :
Wanna laugh more ? So GVFS is looking for mountpoints in /media from fstab and is using HAL ? but what will happen when we will have DeviceKit which will replace most parts of HAL ? Can you believed it ! HAL is not even a 1.0 release and 3 years after, when only most applications were using it correctly, HAL is already obsolete. Please note that it's David Zeuthen, the one who do HAL, who is trowing his own baby in the water. Are we going to have another behavior change in 1 year ? | |
| Dark_Schneider | |