Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Jessie to Stretch upgrade fails.

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
User avatar
scibearspace
Posts: 6
Joined: 2017-02-22 07:11

Jessie to Stretch upgrade fails.

#1 Post by scibearspace »

Hello all,

So I've been trying to get this to work out for a while... and I am finaly getting somewhere.

I've been able to upgrade my jessie system, but have had to hold back the following 4 packages :

flatpack
libostree-1-1
gitlab-ce
openjdk-8-doc

using dpkg, such as...

Code: Select all

echo "openjdk-8-doc hold"| sudo dpkg --set-selections
initially it seems that the packets / repositories for these packages are not simply not found (a surprise as they seem to match the docs, and particularly for the Java docs), putting the hold on them at least enables me to upgrade the rest of the stuff on my system. So I now at least have an 'up to date' (mostly) system, which is somewhat of a relief.

But now I would like to upgrade to Stretch, and this fails due to the hold on these packages. I don't particularly want to remove them entirely (I have some data, particularly on my local gitlab-ce) that I would like to keep, the others however I could remove and re-install after the upgrade.

Of course I'm beginning to think that backing up my gitlab-ce data may be the best solution ! remove - upgrade - then re-install everything after the upgrade. But that seems like a lot of work.

Any help or suggestions will be gratefully accepted.

thanks in advance

David

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: Jessie to Stretch upgrade fails.

#2 Post by cronoik »

It would help us a lot if you would post the output of this:
scibearspace wrote:But now I would like to upgrade to Stretch, and this fails due to the hold on these packages.
How does your sources.list look like? I'm asking because:
flatpack -> not available through the official debian repos.
libostree-1-1 -> available since jessie-backports
gitlab-ce -> not available through the official debian repos.
openjdk-8-doc -> available since jessie-backports
Maybe this also explains why some packets were not found (depending on how you have installed them. With dpkg or simply by extracting binaries.)
Have a nice day!

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 71 times

Re: Jessie to Stretch upgrade fails.

#3 Post by stevepusser »

Flatpack's also in jessie-backports, but those are versioned to allow a smooth upgrade. I suspect you don't have jessie-backports versions of those. What do you show for

Code: Select all

apt-cache policy flatpak gitlab-ce openjdk-8-doc
I can't think of why you need openjdk-8-doc installed at all times. Removing gitlab-ce should only remove the program, not any data in your home folder. You will have to do some research to see if gitlab-ce is compatible with Stretch.
MX Linux packager and developer

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: Jessie to Stretch upgrade fails.

#4 Post by debiman »

scibearspace wrote:I don't particularly want to remove them entirely (I have some data, particularly on my local gitlab-ce) that I would like to keep, the others however I could remove and re-install after the upgrade.
a normal uninstall would not remove data under your $HOME anyway, but to make double sure you can copy the data, uninstall the offending packages, do your upgrades, reinstall the packages, and put your data back, if even required.

User avatar
furquan
Posts: 48
Joined: 2017-05-10 11:57
Location: India

Re: Jessie to Stretch upgrade fails.

#5 Post by furquan »

Adding to the other answers here, you can also try aptitude and it will prompt you to resolve the held packages by removing them or asking you to install other versions/packages. Be very certain of the packages installed/removed though before you perform the operation because it will not be undoable. Of course this is just another idea unless you post the actual text that shows up when upgrading and your sources.list.
stevepusser wrote:I can't think of why you need openjdk-8-doc installed at all times.
Well it's true that most modern IDEs can fetch online doc or parse it from the given source files and you can download the offline doc from Oracle but the doc package can be useful if you develop Java and need a consistent documentation (offline docs need update when APIs change).

On a side note, though I don't use stable, the packages mentioned seem to be in the repos (flatpak, libostree-1-1, openjdk-8-doc ) with the exception of gitlab-ce which I think you've gotten from a 3rd-party repository (hence the need for you to post your sources.list).

I'd suggest you to clean your sources.list and add the necessary lines (non-free/contrib if you need them) which point to stretch (not stable unless you want an unnecessary release update) to ensure a smooth upgrade.
The source code for the kernel, library, etc. should fit on one diskette. Sources for the GNU utilities will vary (and will be big). The sources to GNU emacs will take at least 3 disks. -- Theodore Ts'o, 1992 (distributing the first Linux disks)

User avatar
scibearspace
Posts: 6
Joined: 2017-02-22 07:11

Re: Jessie to Stretch upgrade fails.

#6 Post by scibearspace »

So first off thanks for all the replies, lots of help, I love linux just for all the expert help that is available.

So answer the various questions :

Lets start with the sources.list files.

Code: Select all

more /etc/apt/sources.list


# generated from https://debgen.simplylinux.ch

###### Debian Main Repos
deb http://ftp.ir.debian.org/debian/ jessie main contrib non-free
deb-src http://ftp.ir.debian.org/debian/ jessie main contrib non-free

deb http://ftp.ir.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://ftp.ir.debian.org/debian/ jessie-updates main contrib non-free

deb http://security.debian.org/ jessie/updates main
deb-src http://security.debian.org/ jessie/updates main

deb http://ftp.ir.debian.org/debian jessie-backports main
deb-src http://ftp.ir.debian.org/debian jessie-backports main
and I have some extra ones in the sources.list.d directory :

For flatpack :

first off the source from alexlarsson (who is the main flatpack debian packager... I think ?)
[codemore /etc/apt/sources.list.d/alexlarsson-flatpak-jessie.list
deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu jessie main
# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu jessie main][/code]
but I also have this one, whic looks more debian 'official'

Code: Select all

more /etc/apt/sources.list.d/flatpak.list
deb [arch=amd64] https://sdk.gnome.org/apt/debian/ jessie main
Which of them should I keep ?

Moving onto gitlab...

Code: Select all

more /etc/apt/sources.list.d/gitlab_gitlab-ce.list
# this file was generated by packages.gitlab.com for
# the repository at https://packages.gitlab.com/gitlab/gitlab-ce

deb https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie main
deb-src https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie main
As others have mentioned for the java doc, I'm not overly concerned about that, I am happy to 'remove it' then reinstall it later on. I have a local copy simply as I used to work a lot when I was offline.

Stevepusser asked for the output of this
apt-cache policy flatpak gitlab-ce openjdk-8-doc
flatpak:
Installé : 0.6.6-0alexlarsson1~jessie
Candidat : 0.6.13-0alexlarsson1~jessie1
Table de version :
0.8.5-2+deb9u1~bpo8+1 0
100 http://ftp.ir.debian.org/debian/ jessie-backports/main amd64 Packages
0.6.13-0alexlarsson1~jessie1 0
500 https://sdk.gnome.org/apt/debian/ jessie/main amd64 Packages
*** 0.6.6-0alexlarsson1~jessie 0
100 /var/lib/dpkg/status
gitlab-ce:
Installé : 8.11.3-ce.1
Candidat : 10.1.0-ce.0
Table de version :
10.1.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
10.0.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
10.0.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
10.0.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
10.0.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
10.0.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.5.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.4.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.3.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.2.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.1.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.13-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.12-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
9.0.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.1-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.17.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.5-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.16.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.4-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.15.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.14.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.12-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.13.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.13-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.12-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.12.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
*** 8.11.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
100 /var/lib/dpkg/status
8.11.2-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.0-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.11.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.13-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.12-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.10.0-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.11-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.4-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.9.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.7-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.6-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.5-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.0-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.8.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.9-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.7-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.7.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.9-ce.3 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.9-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.6.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.13-ce.3 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.13-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.12-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.11-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.0-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.5.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.11-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.10-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.4.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.10-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.9-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.8-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.7-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.6-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.5-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.3.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.5-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.4-ce.2 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.2.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.0-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.1.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.4-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.2-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.1-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
8.0.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.3-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.2-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.14.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.5-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.4-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.3-ce.1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.2-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.1-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.13.0-ce.0 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.2~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.2~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.1~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.1~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.0~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.12.0~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.4~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.3~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.2~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.1~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.0~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.11.0~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.5~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.4~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.4~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.3~omnibus-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.1~omnibus.3-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.1~omnibus.2-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
7.10.1~omnibus.1-1 0
500 https://packages.gitlab.com/gitlab/gitlab-ce/debian/ jessie/main amd64 Packages
openjdk-8-doc:
Installé : 8u102-b14.1-1~bpo8+1
Candidat : 8u131-b11-1~bpo8+1
Table de version :
8u131-b11-1~bpo8+1 0
100 http://ftp.ir.debian.org/debian/ jessie-backports/main amd64 Packages
*** 8u102-b14.1-1~bpo8+1 0
100 /var/lib/dpkg/status
and finaly the output of my attempt to upgrade (starting with an apt-get update, then upgrade, then a dist-upgrade ~ how do I do this and only output the warnings and errors ?)

Code: Select all

sudo apt-get update
[sudo] password for davem: 
Ign http://dl.google.com stable InRelease
Ign http://ppa.launchpad.net jessie InRelease                                  
Réception de : 1 http://security.debian.org jessie/updates InRelease [63,1 kB] 
Ign http://ftp.ir.debian.org jessie InRelease                                  
Ign http://ppa.launchpad.net jessie InRelease                                  
Atteint http://repository.spotify.com stable InRelease                         
Atteint http://dl.google.com stable Release.gpg                                
Réception de : 2 http://ftp.ir.debian.org jessie-updates InRelease [145 kB]    
Atteint http://dl.google.com stable Release                                    
Ign http://ppa.launchpad.net jessie InRelease                                  
Réception de : 3 http://repository.spotify.com stable/non-free amd64 Packages [1 601 B]
Ign http://ppa.launchpad.net jessie Release.gpg                                
Réception de : 4 http://repository.spotify.com stable/non-free i386 Packages [1 140 B]
Ign http://ppa.launchpad.net jessie Release.gpg                                
Réception de : 5 http://security.debian.org jessie/updates/main Sources [208 kB]
Réception de : 6 http://dl.google.com stable/main i386 Packages [784 B]        
Ign http://ppa.launchpad.net jessie Release.gpg                                
Ign http://ppa.launchpad.net jessie Release                                    
Ign http://ppa.launchpad.net jessie Release                                    
Ign http://ppa.launchpad.net jessie Release                                    
Réception de : 7 http://ftp.ir.debian.org jessie-backports InRelease [166 kB]  
Atteint http://dl.google.com stable/main amd64 Packages                        
Réception de : 8 http://security.debian.org jessie/updates/main amd64 Packages [435 kB]
Atteint https://packages.gitlab.com jessie InRelease                           
Ign http://repository.spotify.com stable/non-free Translation-fr_FR            
Ign http://repository.spotify.com stable/non-free Translation-fr               
Ign http://repository.spotify.com stable/non-free Translation-en               
Réception de : 9 https://sdk.gnome.org jessie InRelease [328 B]                
Ign https://sdk.gnome.org jessie InRelease                                     
Atteint https://packages.gitlab.com jessie/main Sources                        
Atteint http://ftp.ir.debian.org jessie Release.gpg                            
Réception de : 10 https://sdk.gnome.org jessie Release.gpg [330 B]             
Ign https://sdk.gnome.org jessie Release.gpg                                   
Réception de : 11 http://ftp.ir.debian.org jessie-updates/main Sources [17,2 kB]
Réception de : 12 https://sdk.gnome.org jessie Release [326 B]                 
Ign https://sdk.gnome.org jessie Release                                       
Atteint https://packages.gitlab.com jessie/main amd64 Packages                 
Réception de : 13 https://sdk.gnome.org jessie/main amd64 Packages/DiffIndex [356 B]
Ign https://sdk.gnome.org jessie/main amd64 Packages/DiffIndex                 
Réception de : 14 https://sdk.gnome.org jessie/main Translation-fr_FR [350 B]  
Réception de : 15 http://ftp.ir.debian.org jessie-updates/contrib Sources [32 B]
Réception de : 16 http://ftp.ir.debian.org jessie-updates/non-free Sources [920 B]
Réception de : 17 https://sdk.gnome.org jessie/main Translation-fr [347 B]     
Atteint https://packages.gitlab.com jessie/main i386 Packages                  
Réception de : 18 http://ftp.ir.debian.org jessie-updates/main amd64 Packages/DiffIndex [9 376 B]
Réception de : 19 https://sdk.gnome.org jessie/main Translation-en [347 B]     
Réception de : 20 http://security.debian.org jessie/updates/main i386 Packages [435 kB]
Réception de : 21 https://packages.gitlab.com jessie/main Translation-fr_FR [162 B]
Réception de : 22 https://sdk.gnome.org jessie/main amd64 Packages [349 B]     
Réception de : 23 https://packages.gitlab.com jessie/main Translation-fr [162 B]
Réception de : 24 https://sdk.gnome.org jessie/main Translation-fr_FR [350 B]  
Ign http://dl.google.com stable/main Translation-fr_FR                         
Réception de : 25 https://packages.gitlab.com jessie/main Translation-en [162 B]
Réception de : 26 https://sdk.gnome.org jessie/main Translation-fr [347 B]     
Réception de : 27 https://packages.gitlab.com jessie/main Translation-fr_FR [162 B]
Réception de : 28 https://sdk.gnome.org jessie/main Translation-en [347 B]     
Ign http://dl.google.com stable/main Translation-fr                            
Réception de : 29 https://packages.gitlab.com jessie/main Translation-fr [162 B]
Réception de : 30 https://sdk.gnome.org jessie/main amd64 Packages [349 B]     
Ign http://dl.google.com stable/main Translation-en                            
Réception de : 31 https://packages.gitlab.com jessie/main Translation-en [162 B]
Réception de : 32 https://sdk.gnome.org jessie/main Translation-fr_FR [350 B]  
Réception de : 33 http://ftp.ir.debian.org jessie-updates/contrib amd64 Packages [32 B]
Réception de : 34 http://security.debian.org jessie/updates/main Translation-en [233 kB]
Réception de : 35 https://packages.gitlab.com jessie/main Translation-fr_FR [162 B]
Réception de : 36 http://ftp.ir.debian.org jessie-updates/non-free amd64 Packages/DiffIndex [736 B]
Réception de : 37 https://sdk.gnome.org jessie/main Translation-fr [347 B]     
Réception de : 38 http://ftp.ir.debian.org jessie-updates/main i386 Packages/DiffIndex [9 376 B]
Réception de : 39 https://sdk.gnome.org jessie/main Translation-en [347 B]     
Réception de : 40 https://packages.gitlab.com jessie/main Translation-fr [162 B]
Réception de : 41 https://sdk.gnome.org jessie/main amd64 Packages [349 B]     
Réception de : 42 https://packages.gitlab.com jessie/main Translation-en [162 B]
Réception de : 43 https://sdk.gnome.org jessie/main Translation-fr_FR [350 B]  
Réception de : 44 https://packages.gitlab.com jessie/main Translation-fr_FR [162 B]
Réception de : 45 http://ftp.ir.debian.org jessie-updates/contrib i386 Packages [32 B]
Réception de : 46 https://sdk.gnome.org jessie/main Translation-fr [347 B]     
Réception de : 47 http://ftp.ir.debian.org jessie-updates/non-free i386 Packages/DiffIndex [736 B]
Réception de : 48 https://packages.gitlab.com jessie/main Translation-fr [162 B]
Réception de : 49 http://ftp.ir.debian.org jessie-updates/contrib Translation-en [14 B]
Réception de : 50 https://sdk.gnome.org jessie/main Translation-en [347 B]     
Réception de : 51 https://packages.gitlab.com jessie/main Translation-en [162 B]
Réception de : 52 http://ftp.ir.debian.org jessie-updates/main Translation-en/DiffIndex [3 688 B]
Réception de : 53 https://sdk.gnome.org jessie/main amd64 Packages [349 B]     
Réception de : 54 https://packages.gitlab.com jessie/main Translation-fr_FR [162 B]
Réception de : 55 http://ftp.ir.debian.org jessie-updates/non-free Translation-en/DiffIndex [736 B]
Ign https://packages.gitlab.com jessie/main Translation-fr_FR                  
Réception de : 56 https://sdk.gnome.org jessie/main Translation-fr_FR [350 B]  
Ign https://sdk.gnome.org jessie/main Translation-fr_FR                        
Réception de : 57 http://ftp.ir.debian.org jessie-backports/main Sources/DiffIndex [27,8 kB]
Réception de : 58 https://packages.gitlab.com jessie/main Translation-fr [162 B]
Ign https://packages.gitlab.com jessie/main Translation-fr                     
Réception de : 59 https://sdk.gnome.org jessie/main Translation-fr [347 B]     
Ign https://sdk.gnome.org jessie/main Translation-fr                           
Réception de : 60 https://packages.gitlab.com jessie/main Translation-en [162 B]
Ign https://packages.gitlab.com jessie/main Translation-en                     
Réception de : 61 https://sdk.gnome.org jessie/main Translation-en [347 B]     
Ign https://sdk.gnome.org jessie/main Translation-en                           
Réception de : 62 https://sdk.gnome.org jessie/main amd64 Packages [349 B]     
Err https://sdk.gnome.org jessie/main amd64 Packages                           
  HttpError404
Réception de : 63 http://ftp.ir.debian.org jessie-backports/main amd64 Packages/DiffIndex [27,8 kB]
Réception de : 64 http://ftp.ir.debian.org jessie-backports/main i386 Packages/DiffIndex [27,8 kB]
Réception de : 65 http://ftp.ir.debian.org jessie-backports/main Translation-en/DiffIndex [27,8 kB]
Atteint http://ftp.ir.debian.org jessie Release                                
Réception de : 66 http://ftp.ir.debian.org jessie-updates/main amd64 2017-10-26-2029.42.pdiff [523 B]
Réception de : 67 http://ftp.ir.debian.org jessie-updates/main amd64 2017-10-26-2029.42.pdiff [523 B]
Réception de : 68 http://ftp.ir.debian.org jessie-updates/main i386 2017-10-26-2029.42.pdiff [523 B]
Réception de : 69 http://ftp.ir.debian.org jessie-updates/main i386 2017-10-26-2029.42.pdiff [523 B]
Réception de : 70 http://ftp.ir.debian.org jessie/main Sources [7 054 kB]      
Réception de : 71 http://ftp.ir.debian.org jessie/contrib Sources [50,4 kB]    
Réception de : 72 http://ftp.ir.debian.org jessie/non-free Sources [99,5 kB]   
Réception de : 73 http://ftp.ir.debian.org jessie/main amd64 Packages [6 789 kB]
Réception de : 74 http://ftp.ir.debian.org jessie/contrib amd64 Packages [49,8 kB]
Réception de : 75 http://ftp.ir.debian.org jessie/non-free amd64 Packages [83,6 kB]
Réception de : 76 http://ftp.ir.debian.org jessie/main i386 Packages [6 790 kB]
Réception de : 77 http://ftp.ir.debian.org jessie/contrib i386 Packages [49,1 kB]
Réception de : 78 http://ftp.ir.debian.org jessie/non-free i386 Packages [80,4 kB]
Réception de : 79 http://ftp.ir.debian.org jessie/contrib Translation-en [38,3 kB]
Réception de : 80 http://ftp.ir.debian.org jessie/main Translation-fr [846 kB] 
Réception de : 81 http://ftp.ir.debian.org jessie/main Translation-en [4 582 kB]
Réception de : 82 http://ftp.ir.debian.org jessie/non-free Translation-en [72,1 kB]
Err http://ppa.launchpad.net jessie/main amd64 Packages                        
  404  Not Found
Err http://ppa.launchpad.net jessie/main i386 Packages                         
  404  Not Found
Ign http://ppa.launchpad.net jessie/main Translation-fr_FR                     
Ign http://ppa.launchpad.net jessie/main Translation-fr                        
Ign http://ppa.launchpad.net jessie/main Translation-en                        
Err http://ppa.launchpad.net jessie/main amd64 Packages                        
  404  Not Found
Err http://ppa.launchpad.net jessie/main i386 Packages                         
  404  Not Found
Ign http://ppa.launchpad.net jessie/main Translation-fr_FR                     
Ign http://ppa.launchpad.net jessie/main Translation-fr                        
Ign http://ppa.launchpad.net jessie/main Translation-en                        
Err http://ppa.launchpad.net jessie/main amd64 Packages                        
  404  Not Found
Err http://ppa.launchpad.net jessie/main i386 Packages                         
  404  Not Found
Ign http://ppa.launchpad.net jessie/main Translation-fr_FR                     
Ign http://ppa.launchpad.net jessie/main Translation-fr                        
Ign http://ppa.launchpad.net jessie/main Translation-en                        
1 842 ko réceptionnés en 23s (78,4 ko/s)                                       
W: Aucune clé publique n'est disponible pour la/les clé(s) suivante(s) :
1397BC53640DB551
W: Impossible de récupérer http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu/dists/jessie/main/binary-i386/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/fossfreedom/byzanz/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/fossfreedom/byzanz/ubuntu/dists/jessie/main/binary-i386/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/linuxgndu/sqlitebrowser/ubuntu/dists/jessie/main/binary-amd64/Packages  404  Not Found

W: Impossible de récupérer http://ppa.launchpad.net/linuxgndu/sqlitebrowser/ubuntu/dists/jessie/main/binary-i386/Packages  404  Not Found

W: Impossible de récupérer https://sdk.gnome.org/apt/debian/dists/jessie/main/binary-amd64/Packages  HttpError404

E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
[\code]
the upgrade...
[code]
sudo apt-get upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été conservés :
  flatpak gitlab-ce libostree-1-1 openjdk-8-doc
0 mis à jour, 0 nouvellement installés, 0 à enlever et 4 non mis à jour.
The dist-upgrade give the same output as above,

Code: Select all

sudo apt-get dist-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été conservés :
  flatpak gitlab-ce libostree-1-1 openjdk-8-doc
0 mis à jour, 0 nouvellement installés, 0 à enlever et 4 non mis à jour.
and just by way to confirm that I am still not on debian 9 (stretch)

Code: Select all

sudo uname -a
Linux Scibearspace 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u5 (2017-09-19) x86_64 GNU/Linux
I can say that I am not too concerned for the moment (I prefer a stable system to a super modern one !), and with the packages on hold I am at least now able to perform an upgrade (which previously I couldn't) ~ so at least I am now getting the security upgrades etc.

I'm a bit averse to the idea of doing the upgrade directly through aptitude (rather than using apt-get), mostly due to the warning about it doing potentially anoying things to my system.

However is there a way to just upgrade those parts required to make my system at 'strecth' version, and update the repos accordingly, and then be able to perform an update of my flatpack, gitlab... etc etc.

One final question :

I notice that libostree is used by flatpack, but what other things depend on it ? (I run a lot of virtual machines on my system ~ using qemu and virtual machine manager).

As always thanks in advance.

David

cronoik
Posts: 310
Joined: 2015-05-20 21:17

Re: Jessie to Stretch upgrade fails.

#7 Post by cronoik »

scibearspace wrote: For flatpack :

first off the source from alexlarsson (who is the main flatpack debian packager... I think ?)
[codemore /etc/apt/sources.list.d/alexlarsson-flatpak-jessie.list
deb http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu jessie main
# deb-src http://ppa.launchpad.net/alexlarsson/flatpak/ubuntu jessie main][/code]
but I also have this one, whic looks more debian 'official'

Code: Select all

more /etc/apt/sources.list.d/flatpak.list
deb [arch=amd64] https://sdk.gnome.org/apt/debian/ jessie main
Which of them should I keep ?
Well if you don't need them, you should remove them. When you need flatpak, you should consider if the version offered by debian is enough for your requirements [1]. It looks like the ppa isn't offering a package for jessie anymore [2]. Also the second entry isn't valid according to your dist-upgrade.
scibearspace wrote:I notice that libostree is used by flatpack, but what other things depend on it ? (I run a lot of virtual machines on my system ~ using qemu and virtual machine manager).
Just check [1].
scibearspace wrote:However is there a way to just upgrade those parts required to make my system at 'strecth' version, and update the repos accordingly, and then be able to perform an update of my flatpack, gitlab... etc etc.
Of course. Just comment out the repositories you don't want to upgrade (gitlab-ce...) and do the dist-upgrade for base system. Uncomment the other entries after the dist-upgrade and upgrade them as well. BUT most importantly is that you do a back-up before.

[1] https://packages.debian.org/stretch/flatpak
[2] https://launchpad.net/~alexlarsson/+arc ... tu/flatpak



I can say that I am not too concerned for the moment (I prefer a stable system to a super modern one !), and with the packages on hold I am at least now able to perform an upgrade (which previously I couldn't) ~ so at least I am now getting the security upgrades etc.

I'm a bit averse to the idea of doing the upgrade directly through aptitude (rather than using apt-get), mostly due to the warning about it doing potentially anoying things to my system.

However is there a way to just upgrade those parts required to make my system at 'strecth' version, and update the repos accordingly, and then be able to perform an update of my flatpack, gitlab... etc etc.

One final question :

I notice that libostree is used by flatpack, but what other things depend on it ? (I run a lot of virtual machines on my system ~ using qemu and virtual machine manager).

As always thanks in advance.

David[/quote]
Have a nice day!

User avatar
scibearspace
Posts: 6
Joined: 2017-02-22 07:11

Re: Jessie to Stretch upgrade fails.

#8 Post by scibearspace »

Big thankyou to cronoik, he has given me the answer I was looking for.
cronoik wrote: Of course. Just comment out the repositories you don't want to upgrade (gitlab-ce...) and do the dist-upgrade for base system. Uncomment the other entries after the dist-upgrade and upgrade them as well. BUT most importantly is that you do a back-up before.
I knew it would be easy, I just couldn't figure out how to do it :roll:

I'll do the upgrade over the next couple of days, and report on the success (or otherwise).

thanks to everyone else for their help.

David

Post Reply