Quote:
Originally Posted by Arcosanti
What kinds of problems should I expect after the upgrade?
|
Some differences I found 13.37_64 --> 14.1_64 (your mileage may vary):
1) I no longer needed to configure /etc/X11/xorg.conf to get high res monitors to work. 14.1 works with no changes.
2) Java is not included in 14.0/14.1 due to changes in licensing.
3) ALSA: I do have a note that I needed to create a ".profile" file and put "sudo alsactl restore" inside. Didn't have this issue in 13.37. I can't confirm this from memory though - I use Fluxbox mostly so it might be because of that. ;-)
4) Apache is v2.4.6 in 14.1 from v2.2.17 in 13.37. Some changes: By default most LoadModule lines are commented out. Also "Require" replaces "Allow" and "Deny", etc.
5) 14.1 switches to MariaDB from MySQL. Just like they say: the commands are identical, except for the replacement for my.cnf - its different for MariaDB. I always need to increase the max_allowed_packet so here's what I did:
Code:
--------server.cnf-----------------------------------------------------------------
#
# These groups are read by MariaDB server.
# Use it for options that only the server (but not clients) should see
#
# See the examples of server my.cnf files in /usr/share/mysql/
#
# this is read by the standalone daemon and embedded servers
[server]
# this is only for the mysqld standalone daemon
[mysqld]
# this is only for embedded server
[embedded]
# This group is only read by MariaDB-5.5 servers.
# If you use the same .cnf file for MariaDB of different versions,
# use this group for options that older servers don't understand
[mysqld-5.5]
# These two groups are only read by MariaDB servers, not by MySQL.
# If you use the same .cnf file for MySQL and MariaDB,
# you can put MariaDB-only options here
[mariadb]
max_allowed_packet = 1G
[mariadb-5.5]
[mysqldump]
quick
max_allowed_packet = 64M
You'll need multilib for wine. AlienBob makes it easy. I don't run Wine, but I do run Crossover with
MS Office Pro 2007 installed (daughter needs it for school).
14.1 KDE version is much better in my opinion than the versions in 14.0 and 13.37.
I never upgrade. I always do a clean install then copy my files over.