25.04.2024, 00:16 UhrDeutsch | English
Hallo Gast [ Registrierung | Anmelden ]
Letzte Änderung am 2006-08-17 20:28:02 von Richard

Erweiterungen:
If "Etch" had been typed instead of "testing", one could arrive to the situation of having a Stable system (when the current Etch/testing becomes the new stable), whereas, using the entry "testing" assures that when Etch becomes Stable, you will still be pointing to Testing, whatever it's new name shall be. The proceedure described above can be also applied in principle to a downgrade to Stable/Sarge, but one has to wonder if that would be wise.

Löschungen:
If "Etch" has been typed in place of "testing", one can arrive at the situation of having a stable system (when the current Etch/testing becomes the new stable), whereas, using the entry "testing" prevents that when Etch moves to Stable, you will still be pointing to Testing, whatever it's new name would be. The proceedure described above can be also applied in principle to a downgrade to Stable/Sarge, but one has to wonder if that would be wise.


Editiert am 2006-08-17 20:25:56 von Richard

Erweiterungen:
From this point, one could track "testing". When a new Kanotix version is released, use the Update Install, adjust to the Gentler Downgrade as above, and continue with a Stable, up-to-date "testing" -- an up-to-date production desktop system.

Löschungen:
From this point on, one could keep tracking Testing, upgrading only those new packages desired, that do not conflict or break dependencies. Then, when a new Kanotix version is released, use the Update Install, adjust to the Gentler Downgrade as above, and continue with a Stable, up-to-date "Testing". An up-to-date production desktop system.


Editiert am 2006-08-17 20:23:27 von Richard

Erweiterungen:
Simply comment out, like described above, all the unstable sources in the sources.list and add the following line in apt.conf,
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.
From this point on, one could keep tracking Testing, upgrading only those new packages desired, that do not conflict or break dependencies. Then, when a new Kanotix version is released, use the Update Install, adjust to the Gentler Downgrade as above, and continue with a Stable, up-to-date "Testing". An up-to-date production desktop system.


Löschungen:
Simply comment out, like described above, all the unstable sources in the sources.list and add the following line in apt.conf,
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.
From here, one could only upgrade those required packages that have no conflicts or broken dependencies. When a new Kanotix version is released, use the Update Install and then adjust to the Gentler Downgrade as above, and continue with a stable and up-to-date Unstable to Testing.



Editiert am 2006-08-17 20:09:46 von Richard

Erweiterungen:
From here, one could only upgrade those required packages that have no conflicts or broken dependencies. When a new Kanotix version is released, use the Update Install and then adjust to the Gentler Downgrade as above, and continue with a stable and up-to-date Unstable to Testing.


Editiert am 2006-08-17 20:06:28 von Richard proofing

Erweiterungen:
Simply comment out, like described above, all the unstable sources in the sources.list and add the following line in apt.conf,
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.


Löschungen:
Simply comment out, like described above, all the unstable sources in the sources.list and the following line in apt.conf,
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.



Editiert am 2006-08-17 20:05:30 von Richard

Erweiterungen:
Pin-Priority: 1001%% Explanation: With the so-called "Pinning" one can set priorities for apt-get. A priority of >1000 for testing forces apt-get to the downgrading of the packages.
Addendum
Synaptic
"Etch" oder "Testing"
Alternative: "Gentler downgrade"
Links:


Löschungen:
Pin-Priority: 1001%% Explanation: With the so-called "Pinning" one can set priorities for apt get. A priority of >1000 for testing forces apt-get to the downgrading of the packages.
Addendum
Synaptic
"Etch" oder "Testing"
Alternative: "Gentler downgrade"
Links:



Editiert am 2006-08-17 20:03:13 von Richard proofing

Erweiterungen:
The system can also be updated from the Synaptic menu:
 Update > System > Update > Smart Update
Details in SynapticHowTo (auf Deutsch)


Löschungen:
The system can also be updated with Synaptic:
�Update�, �System Update�> Smart Update. Details: SynapticHowTo (in German)



Editiert am 2006-08-17 19:59:51 von Richard

Erweiterungen:
Optional: stop CUPS, if desired, with:
and then:
or


Löschungen:
Optional: stop CUPS, if desired, with
or


Editiert am 2006-08-17 19:57:45 von Richard proofing

Erweiterungen:

Downgrading from Sid/Unstable to Etch/Testing


Initial considerations
Testing represents a compromise between Unstable (cutting edge) and Stable (mature). Packages from unstable are then put in testing after a test period. One can consider that this testing time allows to maintain security with updates.

Furthermore, to maintain your Kanotix hard drive installation as Testing (information on different releases are available at: http://www.nl.debian.org/releases/ ), proceed as follows:

Preparation:
Change the entry in the /etc/apt/apt.conf file, from:
APT::Default-Release "unstable"; 
to
// APT::Default-Release "unstable"; 
either by deleting or by commenting it out by use of double slashes at the start of line.

All the Debian Unstable sources in the list (/etc/apt/sources.list) will be commented out by the use of a # at the beginning of the line, alternative sources will be either commented, or changed over to Testing as long as they are available.

Finally, there is still another file, /etc/apt/preferences, which has the following contents:
Package: *
Pin: release a=testing
Pin-Priority: 1001
Explanation: With the so-called "Pinning" one can set priorities for apt get. A priority of >1000 for testing forces apt-get to the downgrading of the packages.

Downgrade:
Open a root terminal, then as root:
# init 2
//Optional: stop CUPS, if desired, with //
# /etc/init.d/cupsys stop

# apt-get update && apt-get dist-upgrade
or
# aptitude update && aptitude dist-upgrade
Since some of testing has the same conditions as unstable, only relatively few, if any, packages are replaced. If one has not done apt-get upgrade in a long while, depending on the conditions of the installed unstable package, it's possible that some packages will be even replaced with packages with newer version numbers, because the testing packages have already higher version numbers than the installed unstable packages.

It's possible that one must perform apt-get dist-upgrade several times if necessary, because of dependencies which have to be processed successively, so that the following downgrades are also carried out.

If there occur version conflicts, resolve then dpkg --[parameter].
Otherwise: done ;-)

Addendum
If one would like to maintain along a pure Testing distribution, the file /etc/apt/preferences can be deleted and the line
 APT::Default-Release "testing"; 
can be appended in the file /etc/apt/apt-conf.


Synaptic
The system can also be updated with Synaptic:

�Update�, �System Update�> Smart Update. Details: SynapticHowTo (in German)

However, downgrading to testing with Synaptic is not recommended. There is a high probability that changes to packages would be made, which are required by Synaptic to run (e.g. at least X runs), which can lead to problems.

"Etch" oder "Testing"

If "Etch" has been typed in place of "testing", one can arrive at the situation of having a stable system (when the current Etch/testing becomes the new stable), whereas, using the entry "testing" prevents that when Etch moves to Stable, you will still be pointing to Testing, whatever it's new name would be. The proceedure described above can be also applied in principle to a downgrade to Stable/Sarge, but one has to wonder if that would be wise.


Alternative: "Gentler downgrade"
Simply comment out, like described above, all the unstable sources in the sources.list and the following line in apt.conf,
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.

Links:
Detailed directions, with references to fine tuning among other things, for instance to build a testing/unstable mixed distribution, can be found at: Quick-Reference.en


Löschungen:

Downgrading from SID/Unstable to Sarge/Testing

Initial considerations
Testing represents a compromise between sid (cutting edge) and stable (mature). Packages from sid are then put in testing after a test phase. One can consider that this testing time allows to maintain security with updates.
Furthermore, to maintain your Kanotix hard drive installation as Testing (information on different releases are available at: http://www.nl.debian.org/releases/ ), proceed as follows:
Preparation:
The entry in the /etc/apt/apt.conf file
APT::Default-Release "unstable";
will be deleted or commented by using double slashes at the start of line.
All the Debian Unstable sources in the list (/etc/apt/sources.list) will be commented with the use of # at the beginning of the line, alternative sources will be either commented, or changed over to Testing as long as they are available.
Finally there is still another a file /etc/apt/preferences provided, which has the following contents:
Package: *
Pin: release a=testing
Pin-Priority: 1001
Explanation: With the so-called "Pinning" one can set priorities for apt get. A priority of >1000 for testing forces apt-get to the downgrading of the packages.
Downgrade:
Open a root terminal (as root: init 2):
Optional: stop CUPS with /etc/init.d/cupsys stop
apt-get update
apt-get dist-upgrade
Since some of testing has the same conditions as unstable, only relatively few if necessary packages are replaced. If one has not done apt-get upgrade in a long while, depending on the conditions of the installed unstable package, it's possible that some packages will be even replaced with packages with newer version numbers, because the testing packages have already higher version numbers than the installed unstable packages.
It's possible that one must perform apt-get dist-upgrade several times if necessary, because of dependencies which have to be processed successively, so that the following downgrades are also done.
It can come to version conflicts, which must be resolved however with dpkg --[parameter].
Otherwise: done ;-)
Addendum
If one would like to maintain along a pure Testing distribution, the file /etc/apt/preferences can be deleted and the line
APT::Default-Release "testing";
can be appended in the file /etc/apt/apt-conf.

Synaptic
The system can also be updated with Synaptic:
„Update“, „System Update“> Smart Update. Details: SynapticHowTo (in German)
However, downgrading to testing with Synaptic is not recommended. There is a high probability that changes to packages would be made, which are required by Synaptic to run (e.g. at least X runs), which can lead to problems.
"Sarge" oder "Testing"
If "sarge" has been typed in place of "testing", one can land at some point in the situation of having a stable system(if the current sarge/testing becomes the new stable), whereas using the entry "testing" prevents that when sarge moves to stable, you will still be pointing to testing, whatever it's new name would be. The proceedure described above can be also applied in principle to a downgrade to stable/woody, but one has to wonder if that would be wise.

Alternative: "Gentler downgrade"
Simply comment out, like described above, all the unstable sources in the sources.list and the following line in apt.conf :
APT::Default-Release "testing";
With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.
Links:
Detailed directions, with references to fine tuning among other things, for instance to build a testing/unstable mixed distribution, can be found at:
http://www.debian.org/doc/manuals/quick-reference/quick-reference.en.html


älteste bekannte Version dieser Seite wurde bearbeitet am 2005-02-07 21:49:10 von OffTopic [ ]

Downgrading from SID/Unstable to Sarge/Testing




Initial considerations

Testing represents a compromise between sid (cutting edge) and stable (mature). Packages from sid are then put in testing after a test phase. One can consider that this testing time allows to maintain security with updates.

Furthermore, to maintain your Kanotix hard drive installation as Testing (information on different releases are available at: http://www.nl.debian.org/releases/ ), proceed as follows:


Preparation:

The entry in the /etc/apt/apt.conf file

APT::Default-Release "unstable";

will be deleted or commented by using double slashes at the start of line.

All the Debian Unstable sources in the list (/etc/apt/sources.list) will be commented with the use of # at the beginning of the line, alternative sources will be either commented, or changed over to Testing as long as they are available.

Finally there is still another a file /etc/apt/preferences provided, which has the following contents:

Package: *
Pin: release a=testing
Pin-Priority: 1001

Explanation: With the so-called "Pinning" one can set priorities for apt get. A priority of >1000 for testing forces apt-get to the downgrading of the packages.


Downgrade:

Open a root terminal (as root: init 2):
Optional: stop CUPS with /etc/init.d/cupsys stop

apt-get update
apt-get dist-upgrade

Since some of testing has the same conditions as unstable, only relatively few if necessary packages are replaced. If one has not done apt-get upgrade in a long while, depending on the conditions of the installed unstable package, it's possible that some packages will be even replaced with packages with newer version numbers, because the testing packages have already higher version numbers than the installed unstable packages.

It's possible that one must perform apt-get dist-upgrade several times if necessary, because of dependencies which have to be processed successively, so that the following downgrades are also done.

It can come to version conflicts, which must be resolved however with dpkg --[parameter].

Otherwise: done ;-)


Addendum

If one would like to maintain along a pure Testing distribution, the file /etc/apt/preferences can be deleted and the line

APT::Default-Release "testing";

can be appended in the file /etc/apt/apt-conf.



Synaptic

The system can also be updated with Synaptic:

„Update“, „System Update“> Smart Update. Details: SynapticHowTo (in German)

However, downgrading to testing with Synaptic is not recommended. There is a high probability that changes to packages would be made, which are required by Synaptic to run (e.g. at least X runs), which can lead to problems.

"Sarge" oder "Testing"

If "sarge" has been typed in place of "testing", one can land at some point in the situation of having a stable system(if the current sarge/testing becomes the new stable), whereas using the entry "testing" prevents that when sarge moves to stable, you will still be pointing to testing, whatever it's new name would be. The proceedure described above can be also applied in principle to a downgrade to stable/woody, but one has to wonder if that would be wise.



Alternative: "Gentler downgrade"

Simply comment out, like described above, all the unstable sources in the sources.list and the following line in apt.conf :

APT::Default-Release "testing";

With each upgrade and/or dist-upgrade only those unstable packages which have a testing version number higher than the unstable version number are now replaced by testing packages. A downgrade "by force" does not take place.

Links:

Detailed directions, with references to fine tuning among other things, for instance to build a testing/unstable mixed distribution, can be found at:

http://www.debian.org/doc/manuals/quick-reference/quick-reference.en.html
Letzte Revision :
Letzter Editor :
Eigentümer :
 
Deutsch | English
Logos and trademarks are the property of their respective owners, comments are property of their posters, the rest is © 2004 - 2006 by Jörg Schirottke (Kano).
Consult Impressum and Legal Terms for details. Kanotix is Free Software released under the GNU/GPL license.
This CMS is powered by PostNuke, all themes used at this site are released under the GNU/GPL license. designed and hosted by w3you. Our web server is running on Kanotix64-2006.