KnoppMyth downloads | documentation | HowTo | reporting bugs | links | Recent Changes  
search for in the  

What is a Wiki?

See WikiWikiWeb

If you don't know how to use a wiki see the WikiHowto

ErfurtWiki is maintained by a loosely knit group of developers.

Quick Links

Related sites

Contact

Please submit website bugs in the BugReports

Contribute!

Please file any wishes on UserSuggestions.

Hosted By

This page is an attempt to show the differences between R5.x and R6.x as well as capture some equivalent shell commands for the user who has been using R5 and below. Please contribute. Also see the R6 Shortcut Menu page.

Core Components

Component R5 Uses... R6 Uses...
"The Brand" Knoppmyth LinHES
Parent Linux Distro Debian Arch Linux
Webserver Apache2 Lighttpd

Miscell. Components/Shell Examples

Component R5 Uses... R6 Uses... R5 Example R6 Example
Adding a Daemon update-rc.d add_service.sh # update-rc.d daemonname defaults $ sudo add_service.sh daemonname
Removing a Daemon update-rc.d remove_service.sh # update-rc.d -f daemonname remove $ sudo remove_service.sh daemonname
Init System sysv init runit #/etc/init.d/webmin start $ sudo sv start webmin
Diskless Frontend NFS root, shared /usr pacman -S diskless-legacy ; config_diskless_frontend.bash knoppmyth_diskless_frontend.bash

As always, commands that start with a dollar sign ($) are run as the mythtv user and command that start with the pound sign (#) as run as root.

Package Management/Shell Examples

As always, commands that start with a dollar sign ($) are run as the mythtv user and command that start with the pound sign (#) as run as root.

Package Task R5 Uses... R6 Uses... R5 Example R6 Example
Update package list dpkg and apt-get pacman # apt-get update # pacman -Sy
Install a Package dpkg and apt-get pacman # apt-get install packagename # pacman -S packagename
Remove a Package dpkg and apt-get pacman # apt-get remove packagename # pacman -Rs packagename
Location of repos /etc/apt/sources.list /etc/pacman.conf
Location of Package Cache /var/cache/apt/archives /data/var/cache/pacman/pkg
Upgrade All Installed Packages dpkg and apt-get pacman apt-get dist-upgrade # pacman -Syu
Install from local file dpkg pacman # dpkg -i <file> # pacman -U <file>

I can't fit this into a table but I feel it needs added here as it's a "Difference/Equivalent Command"

In R5.5 there was a KnoppMyth Menu that had options to Shutdown and Reboot the computer. The KnoppMyth Menu has been replaced with the "Service Menu". The Service Menu is missing the Shutdown and Reboot options. These options have been moved to a hidden menu that can be accessed by pressing "M" on your keyboard or the "M" equivalent on your remote. On my Grey Hauppauge remote the "Menu" key works by default to bring up the hidden menu.

Configuration settings

Many file locations and configuration settings have also changed.

Component or config file R5 Uses... R6 Uses... R5 example R6 Example
/etc/fstab device names UUID /dev/hda1 UUID=a6b1c6b8-eebf-4e28-8020-309cf441bfcc


UpdatedPages

· WakeOnLANRouter last changed on Sun Feb 7 05:04:09 2010
· KnoppMythWiki last changed on Sat Feb 6 14:22:21 2010
· KnoppMythInstall last changed on Tue Feb 2 04:58:54 2010
· StaticIPConfig last changed on Sun Jan 24 11:02:40 2010
· LinuxTips last changed on Tue Jan 12 05:11:08 2010
· TroubleShooting last changed on Tue Jan 12 05:09:39 2010
· HowTo last changed on Tue Jan 12 05:05:53 2010
· RarFiles last changed on Sun Jan 10 06:13:35 2010
· TinnyAudioPVR150 last changed on Thu Jan 7 19:21:53 2010
· MediaMVP_LinuxHOWTO last changed on Mon Jan 4 07:23:41 2010
· StorageGroups last changed on Mon Dec 14 18:38:15 2009
· SandBox last changed on Mon Nov 30 10:04:30 2009
· NZMythConfig last changed on Fri Nov 27 01:32:05 2009
· webminhowto last changed on Wed Nov 25 16:02:59 2009
· UpgradeHowTo last changed on Tue Nov 24 00:09:52 2009
· MythVodkaHuluFixR6 last changed on Mon Nov 23 18:09:38 2009
· Change Channels with Serial Cable last changed on Sat Nov 21 06:22:23 2009
· x11vncHowTo last changed on Wed Nov 18 09:15:23 2009
· GeForce4 last changed on Sun Nov 15 06:13:50 2009
· WhatCardYouUse last changed on Thu Nov 12 22:54:17 2009
· tv_grab_au last changed on Wed Nov 11 16:58:37 2009
· kworld115HowTo last changed on Sat Nov 7 18:18:53 2009
· AutomatedBackup last changed on Mon Oct 12 11:01:34 2009
· MythBackupAndRestoreHowTo last changed on Mon Oct 12 09:59:40 2009
· HardwareAcceleratedVideo last changed on Mon Oct 5 23:03:26 2009
· RepairingMythConvergDB last changed on Thu Oct 1 18:51:12 2009
sitemap |