Command line rpm and SuSEconfig
By jeltsch on Tue, 03/06/2007 - 22:42After you run the rpm command from the command line, you always should run the SuSE config command in order to update the SuSE configuration files.
After you run the rpm command from the command line, you always should run the SuSE config command in order to update the SuSE configuration files.
Why do all hardware producers make up their own key combinations to access the BIOS? I never remember. This time it was an old DELL, that forced me to download the user manual: It is Ctrl+Alt+Enter. I needed to change the boot priority in the BIOS to enable scsi booting. Funnily grub confuses the disks and you manually have to specify the correct root(hd0,1) in the /boot/grub/menu.lst. Grub writes its guess of hard disk order to /boot/grub/device.map, but the guess was wrong in my case.
We updated my server from SuSE 9.3 to 10.1. php5 is the default on 10.1 and my blog software broke. As my blog software is not anymore maintained, I had to switch to another and I selected PluggedOut. The mysql database structures were quite different and this is what I did to do the conversion:
First I dumped the old database into textfiles:
mysqldump -u root -p --tab=/home/jeltsch/temp --fields-terminated-by=| --lines-terminated-by=# journal