PDA

View Full Version : From suse 9.2 to fc6 things to think about


bananasfk
2007-01-23, 10:00 AM CST
tips/traps for migrating from Suse 9.2 distro (Patent Issues with Novell/Microsoft) to FC6.
For my reference to, Here are a few things to be wary about being that ive done it. Hope this will make things a little smoother if your doing this.

LVM (disks)
issue: ReiserFS is bye bye in FC6 as default gui install option
sort out: Backup 9.2 and repartition or expert partition and then restore.

Networking:
problem: install dvd can crash (anaconda) if you have more than one network card.
solution: add only one nic in install, the others later

problem: messed up gui network setup, bad errors
solution add ::1 and localhost to /etc/hosts file, aviod rehdat gui tools and for **** sake DONT CHANGE THE MTU SETTING in the GUI

BIG TIP: disable SELINUX for below or have hours or extra fun, SELINUX is to be avioded imho

Cyrus imap:
problem: Suse 9.2 ships with a version 2 release attempts to dbconvert (berkeley db tools) FC6 with a 2.3.7
solution: none the upgrade tools seemed to work from 2.0.0 > 2.3.7 so create new imap host(s) and transfer stuff via a imap client, ***** to do.

Read about SELINUX hint too

Sasl2:
problem: ? does it work in fc6, yes but testsasl program dont wont work in FC6.
solution: assume and check the the file rights to /etc/sasldb2,
warning: DONT DELETE SASL LIBRARIES from FC6 it will screw up GDM no x client.

Sasl2/Cyrus Imap integration
problem: Dont work with saslauthd mech
solution: change it to auxprop in fc6, that does

Postfix
problem: Suse groups vary to FC6 groups
solution: copy configurations and .db files which you postmap and redo your postfix configs, or add system users/groups. Expect bugs whatever you do

Postgres
problem: suse 9.2 uses 7.0 FC6 version 8, db backend problems
solution: have lots of fun with postgres db_dump tools - bit of ***** this one - pg8 dont seem to like pg7 output.

HTdig
problem: 6.4 works in FC6, kills kde if you remove
solution: not sure about this or the update to dig in updates

Apache
problem: rotatelogs2
solution: becomes rotatelogs in FC6, make a link or change your configs. also /srv/www becomes /var/www

Apache
problem: Redhat gui screws up apache2 config
solution: edit httpd.conf by text editor not the rh piece of config poo.

Cups:
problem: updated cups on fc6, not as nice with hp printer settings on suse
solution: have to reconfigure., cups works not major issue.

Strange stuff

PDF files/PHP hint
solution: use ?Pear? php libraries. Suse users should watch for /etc/php.d/<ini files> not php.ini

FC6 Speed up tip: trash yum update demon from run levels 3 and 5 when fresh installing - your thank me for that one, once fc6 is patched its ok.

Perl - add modules for compiling etc modules 5.8.8 is target in FC6 not 5.8.5

I'm out of Suse - Microsoft are going to do a termination number on Novell imho - I needed to upgrade our distro anyhow and im not not paying Novell a fee (imagine i bought a dvd in the past) to pass on to Microsoft.

Not my style.
Hope this helps fellow suse immigrants to fc land.

alpha645
2007-01-23, 10:41 AM CST
Shocking to see so many problems :eek: . But ehm, what is Microsoft going to do with Novell?

nick.stumpos
2007-01-23, 10:42 AM CST
very well organized, as only used suse once, I cannot verify everything, but im sure it will help out lots of people, just a few notes in case anyone is interested. fedora can support reiserfs if you boot the installation kernel with
linux reiserfs
Also SElinux is a powerful security tool when the policies are applied correctly, albeit it can be a pain at first. Just wanted to recommend that if users have the time, to take some time and look at the SElinux policy, much more so if you are running a server then a desktop.
Also never had a problem with multiple nics, my hosts file or redhat gui tools, must be hardware dependent?
everything else seems very suse->fc dependent so no comment there. All in all very informative post

bananasfk
2007-01-23, 12:52 PM CST
Shocking to see so many problems :eek:

no - more up to date db versions than suse or a differnt approach

. But ehm, what is Microsoft going to do with Novell?

Screw them simple. :D

bananasfk
2007-01-23, 01:02 PM CST
very well organized, as only used suse once, I cannot verify everything, but im sure it will help out lots of people, just a few notes in case anyone is interested. fedora can support reiserfs if you boot the installation kernel with
linux reiserfs

ok - thats not on any quick look document


Also SElinux is a powerful security tool when the policies are applied correctly, albeit it can be a pain at first. Just wanted to recommend that if users have the time, to take some time and look at the SElinux policy, much more so if you are running a server then a desktop.

not much documentation. - I'm running servers plain in the butt imho.

Also never had a problem with multiple nics, my hosts file or redhat gui tools, must be hardware dependent?
everything else seems very suse->fc dependent so no comment there. All in all very informative post

im using the tulip kernal driver

bananasfk
2007-01-31, 05:16 PM CST
Final thoughts on Postgres 8 and php 5.0

Bit nasty to upgrade since suse 9 users are coming from 7.4 pgsql and php version 4 if running what is supplied rather than hand built.

so in php $HTTP_GET_VARS becomes $_GET and POST becomes $_POST unless your using$_REQUEST* already expect bugs in php files or turn on backward compatible features in php.ini

Postgres** update not to bad - its a dump to text file and restore to version 8, not to much stuff out there about it but do-able*** unlike say mysql which i imagine has more of a lamp following

* better since $HTTP_GET_VARS will be 'bye bye' in php 6 apparently for security reasons
** New everything to deal with it seems
*** check access permissions

Hope that helps somebody