rocky_linux_9_migration_notes
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
rocky_linux_9_migration_notes [2024/05/13 14:43] – juckins | rocky_linux_9_migration_notes [2025/01/03 21:01] (current) – juckins | ||
---|---|---|---|
Line 1: | Line 1: | ||
==== Rocky Linux 9 Migration Notes ==== | ==== Rocky Linux 9 Migration Notes ==== | ||
+ | __2024-11-25__ | ||
+ | Old news, but LibreOffice no longer supported by RedHat. | ||
+ | Unpack the tar and verify you see individual RPMs. Then: | ||
+ | dnf localinstall *.rpm | ||
+ | | ||
+ | You can then start an application like this: | ||
+ | |||
+ | libreoffice24.8 --calc test.csv | ||
+ | | ||
+ | Make a .bashrc alias for shortcuts. | ||
+ | |||
+ | __2024-11-21__ | ||
+ | |||
+ | Upgrade to Rocky Linux 9.5: | ||
+ | |||
+ | Had to run the following due to package problems (which will break ' | ||
+ | |||
+ | dnf remove compat-ffmpeg4 ffmpeg-libs vlc | ||
+ | dnf update | ||
+ | dnf install vlc gstreamer1-plugin-openh264 | ||
+ | | ||
+ | Then security cameras running vlc and totem worked correctly. | ||
+ | |||
+ | __2024-05-13__ | ||
+ | |||
+ | Upgrade to Rocky Linux 9.4: | ||
+ | |||
+ | Had to run '' | ||
+ | |||
+ | After the upgrade the test Rocky Linux 9.3 VM would not start X with Xfce. Tried a bunch of things like reinstalling all RPMs, getting list of matching RPMs against another VM that upgraded OK but X still would not start. | ||
+ | |||
+ | Discovered that if you select the " | ||
+ | |||
+ | Very odd but that seems to be the workaround for this upgrade. | ||
+ | |||
+ | ---- | ||
NOTE 1: The fresh install instructions below were tested on Rocky Linux 9.3 | NOTE 1: The fresh install instructions below were tested on Rocky Linux 9.3 | ||
Line 35: | Line 71: | ||
* Since Xfce will be installed by running the bash script noted above, you can copy in pre-existing configs from another machine that already has Xfce installed. | * Since Xfce will be installed by running the bash script noted above, you can copy in pre-existing configs from another machine that already has Xfce installed. | ||
- | * Copy files in '' | + | |
- | * '' | + | |
+ | * '' | ||
+ | * Copy files in '' | ||
+ | * '' | ||
+ | * Reboot the target machine | ||
* See {{: | * See {{: | ||
* [[https:// | * [[https:// | ||
Line 42: | Line 82: | ||
* Disable screensaver and power management | * Disable screensaver and power management | ||
* If necessary, disable WiFi LAN connection as root: '' | * If necessary, disable WiFi LAN connection as root: '' | ||
+ | * If necessary, keep WiFi LAN enabled but install Intel WiFi drivers if needed | ||
+ | * '' | ||
+ | * Reboot and enable Wifi in task bar (the WiFi choice may be grayed out at first). Check that the wifi switch on the laptop needs to be turned on (keyboard toggle). | ||
+ | * http:// | ||
+ | * https:// | ||
* [[https:// | * [[https:// | ||
Line 126: | Line 171: | ||
* Check httpd logs for errors | * Check httpd logs for errors | ||
* Restore and test crons for each user | * Restore and test crons for each user | ||
+ | * At the top of each user's cron file, add something like '' | ||
+ | * Alternatively, | ||
* Check that each cron job runs and the specified log directory exists | * Check that each cron job runs and the specified log directory exists | ||
* Modify ''/ | * Modify ''/ | ||
Line 159: | Line 206: | ||
* Check any remaining ''/ | * Check any remaining ''/ | ||
* For example, [[https:// | * For example, [[https:// | ||
+ | * If Ookla becomes a graphical output, might need to consider '' | ||
* Mount /disk2 (see [[adding_a_second_hard_drive]]) | * Mount /disk2 (see [[adding_a_second_hard_drive]]) | ||
* Install [[https:// | * Install [[https:// | ||
Line 186: | Line 234: | ||
* Fix date [[https:// | * Fix date [[https:// | ||
* Setting should be in .bashrc | * Setting should be in .bashrc | ||
+ | * If you have slow dnf updates, add these 2 lines to '/ | ||
+ | * '' | ||
+ | * '' | ||
__Other Notes__ | __Other Notes__ |
rocky_linux_9_migration_notes.1715625839.txt.gz · Last modified: 2024/05/13 14:43 by juckins