techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 5, 06, 20:14    kanotix apt-get dist-upgrade 2005-4 :: Misc Notes
Heres' the code for latest dist-upgrade of kanotix 2005-4 to the latest:

:: Code ::
dpkg --purge hal pptpd dbus-1 dbus
#Ctrl+Alt+F1 - to get to console mode
#logon as root, type
init 3
apt-get dist-upgrade
apt-get install hal dbus
fix-fonts

run ati or nvidia script if needed [DO NOT USE synaptic for dist-upgrade]

or just start the process in init 3, that's easier

kernel upgrades are a separate process
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 8, 06, 0:08    
kernel-update

update-modules

should be the last steps
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 8, 06, 12:49    
"freeze" is To start a service [at boot] unfreeze-rc.d; rcconf; freeze-rc.d or unfreeze-rc.d; update-rc.d <service> defaults; freeze-rc.d
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 16, 06, 14:44    
DO NOT USE THIS: IT CAUSES GTK APPS LIKE FIREFOX TO CRASH

:: Code ::
apt-get install gtk2-engines-gtk-qt

The gtk2-engines.. is seriously buggy, and will completely destabilize firefox. And probably other applications. I read elsewhere that simply installing another theme on firefox would resolve that issue but it didn't.

will add gtk support to gnome stuff running in kde. this adds a menu item in kde control center, under appearances and themes: GTK styles and Fonts.

This helps maintain consistent appearance between kde and gnome apps. Firefox, thunderbird, for example, are gnome apps mainly, OOo too I think.
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 29, 06, 16:41    
For sound card not working, as root run:

alsaconf

then if the settings don't stick on reboot, run:

alsactl store
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Mar 30, 06, 0:53    
unfreeze-rc.d

freeze-rc.d

to freeze and unfreeze services
techAdmin
Status: Site Admin
Joined: 26 Sep 2003
Posts: 936
Location: East Coast, West Coast? I know it's one of them.
Back to top
Posted: Apr 6, 06, 17:13    
to get rid of debian k3b bug where you get asked for root privileges for cdrao on k3b start but configuration dialoge is not present due to debian removing it, this thread covers solution.

:: Code ::
* dpkg-statoverride --add --update root cdrom 4750 /usr/bin/cdrecord
* dpkg-statoverride --add --update root cdrom 4750 /usr/bin/cdrecord.shm
* dpkg-statoverride --add --update root cdrom 4750 /usr/bin/cdrecord.mmap
* dpkg-statoverride --add --update root cdrom 4750 /usr/bin/readcd
* dpkg-statoverride --add --update root cdrom 4710 /usr/bin/cdrdao
* dpkg-statoverride --add --update root cdrom 4710 /usr/bin/mkisofs

#replace <your username> with your login name, non root
* adduser <your username> cdrom
Display posts from previous:   

All times are GMT - 8 Hours