LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 03-29-2019, 08:37 AM   #1
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Rep: Reputation: Disabled
debian 7.11 error in installing git


hi, I got server with debian 7.11 (wheezy), have an error with installing git, read many posts about it, can't find solution...
first i do apt-get install git
Quote:
Err http://ftp.ua.debian.org/debian/ wheezy/main liberror-perl all 0.17-1
404 Not Found [IP: 2001:6b0:19::165 80]
Err http://security.debian.org/ wheezy/updates/main libcurl3-gnutls amd64 7.26.0-1+wheezy22
404 Not Found [IP: 2a04:4e42:1b::204 80]
Failed to fetch http://security.debian.org/pool/upda...zy22_amd64.deb 404 Not Found [IP: 2a04:4e42:1b::204 80]
Failed to fetch http://ftp.ua.debian.org/debian/pool...0.17-1_all.deb 404 Not Found [IP: 2001:6b0:19::165 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
then i do apt-get update
Quote:
Ign http://ftp.ua.debian.org wheezy Release.gpg
Get:1 http://security.debian.org wheezy/updates Release.gpg [1,601 B]
Ign http://ftp.ua.debian.org wheezy-updates Release.gpg
Ign http://ftp.ua.debian.org wheezy Release
Get:2 http://security.debian.org wheezy/updates Release [52.3 kB]
Ign http://ftp.ua.debian.org wheezy-updates Release
Ign http://ftp.ua.debian.org wheezy/main Sources/DiffIndex
Ign http://ftp.ua.debian.org wheezy/main amd64 Packages/DiffIndex
Get:3 http://security.debian.org wheezy/updates/main Sources [354 kB]
Ign http://ftp.ua.debian.org wheezy-updates/main Sources/DiffIndex
Ign http://ftp.ua.debian.org wheezy-updates/main amd64 Packages/DiffIndex
Get:4 http://security.debian.org wheezy/updates/main amd64 Packages [589 kB]
Get:5 http://security.debian.org wheezy/updates/main Translation-en [338 kB]
Ign http://ftp.ua.debian.org wheezy/main Translation-en_US
Ign http://ftp.ua.debian.org wheezy/main Translation-en
Ign http://ftp.ua.debian.org wheezy-updates/main Translation-en_US
Ign http://ftp.ua.debian.org wheezy-updates/main Translation-en
Err http://ftp.ua.debian.org wheezy/main Sources
404 Not Found [IP: 2001:6b0:19::165 80]
Err http://ftp.ua.debian.org wheezy/main amd64 Packages
404 Not Found [IP: 2001:6b0:19::165 80]
Err http://ftp.ua.debian.org wheezy-updates/main Sources
404 Not Found [IP: 2001:6b0:19::165 80]
Err http://ftp.ua.debian.org wheezy-updates/main amd64 Packages
404 Not Found [IP: 2001:6b0:19::165 80]
Fetched 1,334 kB in 2s (655 kB/s)
W: Failed to fetch http://ftp.ua.debian.org/debian/dist...source/Sources 404 Not Found [IP: 2001:6b0:19::165 80]
W: Failed to fetch http://ftp.ua.debian.org/debian/dist...amd64/Packages 404 Not Found [IP: 2001:6b0:19::165 80]
W: Failed to fetch http://ftp.ua.debian.org/debian/dist...source/Sources 404 Not Found [IP: 2001:6b0:19::165 80]
W: Failed to fetch http://ftp.ua.debian.org/debian/dist...amd64/Packages 404 Not Found [IP: 2001:6b0:19::165 80]
E: Some index files failed to download. They have been ignored, or old ones used instead.
my source.list
Quote:
# deb http://ftp.ua.debian.org/debian/ wheezy main
deb http://ftp.ua.debian.org/debian/ wheezy main
deb-src http://ftp.ua.debian.org/debian/ wheezy main
deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main
# wheezy-updates, previously known as 'volatile'
deb http://ftp.ua.debian.org/debian/ wheezy-updates main
deb-src http://ftp.ua.debian.org/debian/ wheezy-updates main
can someone help?
 
Old 03-31-2019, 11:24 AM   #2
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Unless you have extended LTS support, Wheezy is end-of-life (as of May 2018) and thus the repositories may be unavailable. You should upgrade to a supported version of Debian.

https://wiki.debian.org/DebianReleases
 
Old 04-01-2019, 01:29 AM   #3
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Unless you have extended LTS support, Wheezy is end-of-life (as of May 2018) and thus the repositories may be unavailable. You should upgrade to a supported version of Debian.

https://wiki.debian.org/DebianReleases
and after upgrade apt will work correctly?
 
Old 04-01-2019, 01:34 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
you can click on http://ftp.ua.debian.org/debian/ (and go into dists) and you will see wheezy is removed. It is not available any more. I have no idea if it was still available anywhere.
 
Old 04-01-2019, 01:44 AM   #5
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
you can click on http://ftp.ua.debian.org/debian/ (and go into dists) and you will see wheezy is removed. It is not available any more. I have no idea if it was still available anywhere.
Quote:
See http://www.debian.org/ for information about Debian GNU/Linux.
Four Debian releases are available on the main site:

Debian 7.11, or wheezy. Access this release through dists/oldoldstable
Debian 7.11 was released Saturday, 4th June 2016.
from readme
 
Old 04-01-2019, 01:53 AM   #6
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
so you need to replace wheezy, use oldstable instead (in sources.list).
 
Old 04-01-2019, 02:05 AM   #7
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
so you need to replace wheezy, use oldstable instead (in sources.list).
so I need to change wheezy to oldoldstable and try apt-get update?
 
Old 04-01-2019, 02:08 AM   #8
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
Yes, I think you need to do something like that. but I could not find oldoldstable too, just oldstable.
 
Old 04-01-2019, 02:13 AM   #9
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
Yes, I think you need to do something like that. but I could not find oldoldstable too, just oldstable.
yes and it's for jessie, debian 8.11 I suppose it wouldn't work...
 
Old 04-01-2019, 02:15 AM   #10
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Frogvan View Post
and after upgrade apt will work correctly?
Yes, it should do so.
 
Old 04-01-2019, 02:20 AM   #11
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Yes, it should do so.
sad story but it's a progress, so one thing i can do is to upgrade system? what version you suggest? I'm newbee in Debian and Linux
 
Old 04-01-2019, 02:32 AM   #12
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
The latest stable version of Debian is Stretch so that would seem the best bet.

https://www.debian.org/distrib/

A fresh install would probably be the best way to go, but remember to back your data up to a couple of locations before doing so.

So what's the story behind you being a Linux newbie but having a Wheezy server, if I can ask? Did you inherit it or were you given responsibility for it at a new workplace? Are you able to take it offline while updating it?

Last edited by hydrurga; 04-01-2019 at 02:34 AM.
 
Old 04-01-2019, 02:41 AM   #13
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
The latest stable version of Debian is Stretch so that would seem the best bet.

https://www.debian.org/distrib/

A fresh install would be the best way to go, but remember to back your data up to a couple of locations before doing so.

So what's the story behind you being a Linux newbie but having a Wheezy server, if I can ask? Did you inherit it or were you given responsibility for it at a new workplace? Are you able to take it offline while updating it?
yes, it a new workplace and I don't work with that before, we have server on ukraine.com.ua, try to install let's encrypt sertificate on your site, but one problem goes for another and i see that OS on server is to old and can't update...but they have automatic update for new OS I'll ask can I install Stretch
And I can do all copies before istall new OS
 
Old 04-01-2019, 02:47 AM   #14
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Ok. If the server is critical then you might be best trying to get the new version of Debian and all related server software working in a virtual machine or on a very similar computer first in order to check that all is working ok so as to minimise downtime.

I really am no expert on servers so I recommend you continue to wait for advice on those who are such experts before proceeding.
 
Old 04-01-2019, 02:58 AM   #15
Frogvan
LQ Newbie
 
Registered: Mar 2019
Posts: 8

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
Ok. If the server is critical then you might be best trying to get the new version of Debian and all related server software working in a virtual machine or on a very similar computer first in order to check that all is working ok so as to minimise downtime.

I really am no expert on servers so I recommend you continue to wait for advice on those who are such experts before proceeding.
Ok, very thanks for reply.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Gitpod git-bolts git-IDE onto GitHub for in-browser code git-editing LXer Syndicated Linux News 0 09-05-2018 04:50 AM
LXer: Debian Wheezy Local Git Server With Git Lite Workflow LXer Syndicated Linux News 0 01-20-2013 01:30 PM
[SOLVED] Can't install Git repo (I don't git git ) Nemus Linux - Software 3 05-20-2011 02:09 PM
why is git scm named 'git'? hottdogg Linux - General 5 02-03-2009 07:25 AM
inconsistency issue of git-clone ***/git/mesa/drm with the existing kernel source centguy Linux - Desktop 2 10-08-2008 10:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian

All times are GMT -5. The time now is 02:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration