Siduction Forum

Siduction Forum => Installation - Support => Topic started by: GdV87 on 2011/12/22, 16:08:37

Title: migrate from aptosid to siduction? [SOLVED]
Post by: GdV87 on 2011/12/22, 16:08:37
I don't know if it is the right forum section, anyway:
is there a way to directly migrate from aptosid to siduction?
Greetings

GdV87
Title: migrate from aptosid to siduction?
Post by: devil on 2011/12/22, 18:10:01
look at http://forum.siduction.org/index.php?topic=1574&highlight=

greetz
devil
Title: migrate from aptosid to siduction?
Post by: michaaa62 on 2011/12/22, 18:10:23
How good is your german???
Here is towo's answer in another thread: http://forum.siduction.org/index.php?msg=14081#14081
Title: migrate from aptosid to siduction?
Post by: michaaa62 on 2011/12/22, 18:11:48
Beaten by the devil, himself.  :oops:
Still could feel worse...  :twisted:
Title: Re: migrate from aptosid to siduction?
Post by: michaa7 on 2011/12/22, 19:09:40
Quote from: "GdV87"I don't know if it is the right forum section, anyway:
is there a way to directly migrate from aptosid to siduction?
Greetings

GdV87

in German:
Quote1. Sourcen anpassen
2. dpkg -l | grep aptosid um zu schauen, welche aptosid-Pakete installiert sind
3. für die gefundenen Pakete die Pedands von siduction installieren
4. apt-get purge $(dpkg -l | awk '/aptosid/{print $2}')
5. aptosid aus den Sourcen schmeissen
6. reboot

das sollte reichen.

Sauberer wäre allerdings eine Neuinstallation.

translation:
Quote
1. adjust sources
2. which aptosid packages are installed:
dpkg -l | grep aptosid
3. install the relevant siduction packages for all found aptosid packages
4. delete aptosid packages:
apt-get purge $(dpkg -l | awk '/aptosid/{print $2}')
5. delete aptosid sources
6. reboot

should be enough

But a new install would be cleaner
Title: RE: Re: migrate from aptosid to siduction?
Post by: GdV87 on 2011/12/22, 19:33:38
Thanks, I'll try.

GdV87
Title: RE: Re: migrate from aptosid to siduction?
Post by: clubex on 2012/01/06, 23:59:37
As aptosid uses dmakms and siduction uses dkms for auto module installation how does one do the change from dmakms to dkms?
Title: RE: Re: migrate from aptosid to siduction?
Post by: devil on 2012/01/07, 00:19:39
delete dmakms and install the corresponding packages in those cases, where you made use of dmakms. Those can easily be found by doing:apt-cache search <package> and look for the respective foo-dkms package.
In the case of e.g. nvidia this would be nvidia-kernel-dkmsor, in case of old cards, nvidia-kernel-legacy-173xx-dkms or the like.

greetz
devil[/code]
Title: RE: Re: migrate from aptosid to siduction?
Post by: clubex on 2012/01/07, 01:39:32
Thanks devil
Title: RE: Re: migrate from aptosid to siduction?
Post by: hepp on 2012/10/14, 18:55:52
Perhas helpful for someone: The instructions still works fine. When installing the siduction packages before purging the aptosid I forgot to include the tiny little package linux-image-3.6-1.towo-siduction-amd64 that is sometimes used :) After that I had a few exciting minutes when booting the system  :) But I managed to have it installed afterwards and I could boot and start kde. I had bigger problems with the nepomuk desktop effects being turned on when I started with the PC hardly running and all the graphics looking weird or not at all. Now I have managed to turn it off and everything works just fine.

Thank's for the excellent migrate instructions.

CPU[-Dual AMD E-450 APU with Radeon HD Graphics clocked at Min:825.000Mhz Max:1650.000Mhz-]  Kernel[-Linux 3.6-1.towo-siduction-amd64 x86_64-]  Up[-27min-]  Mem[-1006.2/3557.3MB-]  HDD[-320GB(21%used)-]  Procs[-181-]  Client[Shell]
Title: RE: Re: migrate from aptosid to siduction?
Post by: DeepDayze on 2012/10/15, 00:19:30
Good idea to be fully dist-upgraded before making the conversion.