Suse Linux 9

Suse Linux 9.1

I bought the boxed version of Suse Linux 9.1. The update went quite smoothly. Although it reported about 1500 package conflicts, they were all just consequences of kopete 0.81 (my icq client) and vlc 0.71 (my video player). I resolved the conflicts by first unprotecting the non-Suse packages that I had installed and then risking system inconsistencies. However, after the update both kopete and vlc still functioned. On the other hand VMWare 4.0.5 broke but updating to 4.5.1 helped.

Making a Suse RPM for the Staden Package

As the binaries work on all Suse distributions, I though to skip the build process and just have the binaries unpacked by rpm and then add the suse-specific files to the correct places. These additional files are mainly kde.desktop files, icons and

export STADENROOT=/usr/local/staden-linux-1-4-1

and sourcing

/usr/local/staden-linux-1-4-1/staden.profile

in ~/.bashrc.

Thus the unpacking would be just
tar --extract --verbose --gzip --absolute-names --file=staden-linux-1-4-1.tar.gz

and

Suse Linux 9.1/9.2 and vmware

I downloaded again a VMware release to test (4.5.2). But it didn't even wanted to be configured. Apparently Suse has screwed up the installation source directory tree structure. I found this fix: cd /usr/src/linux su make cloneconfig make prepare After this the vmware-config.pl should run ok. Before running the vmware-config.pl I also applied the vmware-any-any-update78 patch. BTW: You have to repeat this procedure everytime you update your kernel! After updating to 9.2 I had more problems.

Pages