• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux VPS linux debian... Sources ;(

Murach

Banned User
Joined
Aug 22, 2010
Messages
136
Reaction score
3
Hi

Now I have a VPS Linux Debian and I have a few bugs.

As he wrote Elf, I changed the sources:

Code:
 etch main deb http://mir1.ovh.net/debian/
deb-src http://mir1.ovh.net/debian/ etch main
deb http://security.debian.org/ etch / updates main contrib
deb-src http://security.debian.org/ etch / updates main contrib
deb http://ftp.de.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.de.debian.org/debian testing main contrib non-free
deb http://security.debian.org stable / updates main contrib non-free
deb-src http://security.debian.org stable / updates main contrib non-free
deb http://security.debian.org testing / updates main contrib non-free
deb-src http://security.debian.org testing / updates main contrib non-free

then goes
Code:
 apt-get update

and
Code:
 apt-get upgrade

but unfortunately, when I type
Code:
 apt-get update

errors; /

Code:
 debian: ~ # apt-get update
Etch Release.gpg Ign http://mir1.ovh.net
Etch Release Ign http://mir1.ovh.net
Ign http://mir1.ovh.net etch / main Packages
Ign http://mir1.ovh.net etch / main Sources
Ign http://mir1.ovh.net etch / main Packages
Ign http://mir1.ovh.net etch / main Sources
Err http://mir1.ovh.net etch / main Packages
  404 Not Found [IP: 91.121.124.139 80]
Err http://mir1.ovh.net etch / main Sources
  404 Not Found [IP: 91.121.124.139 80]
Get: 1 http://ftp.de.debian.org testing Release.gpg [835B]
Get: 2 http://ftp.de.debian.org testing Release [89.9kB]
Get: 3 http://security.debian.org etch / updates Release.gpg [835B]
Get: 4 http://security.debian.org stable / updates Release.gpg [835B]
Get: 5 http://security.debian.org testing / updates Release.gpg [835B]
Get: 6 http://security.debian.org etch / updates Release [37.6kB]
Get: 7 http://security.debian.org stable / updates Release [40.8kB]
Hit http://ftp.de.debian.org testing / main Packages / DiffIndex
Get: 8 http://security.debian.org testing / updates Release [44.6kB]
Ign http://security.debian.org etch / updates / main Packages / DiffIndex
Ign http://security.debian.org etch / updates / contrib Packages / DiffIndex
Ign http://security.debian.org etch / updates / main Sources / DiffIndex
Hit http://ftp.de.debian.org testing / contrib Packages / DiffIndex
Hit http://ftp.de.debian.org testing / non-free Packages / DiffIndex
Hit http://ftp.de.debian.org testing / main Sources / DiffIndex
Hit http://ftp.de.debian.org testing / contrib Sources / DiffIndex
Ign http://security.debian.org etch / updates / contrib Sources / DiffIndex
Ign http://security.debian.org stable / updates / main Packages / DiffIndex
Ign http://security.debian.org stable / updates / contrib Packages / DiffIndex
Ign http://security.debian.org stable / updates / non-free Packages / DiffIndex
Ign http://security.debian.org stable / updates / main Sources / DiffIndex
Ign http://security.debian.org stable / updates / contrib Sources / DiffIndex
Ign http://security.debian.org stable / updates / non-free Sources / DiffIndex
Ign http://security.debian.org testing / updates / main Packages / DiffIndex
Ign http://security.debian.org testing / updates / contrib Packages / DiffIndex
Ign http://security.debian.org testing / updates / non-free Packages / DiffIndex
Ign http://security.debian.org testing / updates / main Sources / DiffIndex
Ign http://security.debian.org testing / updates / contrib Sources / DiffIndex
Ign http://security.debian.org testing / updates / non-free Sources / DiffIndex
Hit http://security.debian.org etch / updates / main Packages
Hit http://security.debian.org etch / updates / contrib Packages
Hit http://ftp.de.debian.org testing / non-free Sources / DiffIndex
Hit http://security.debian.org etch / updates / main Sources
Hit http://security.debian.org etch / updates / contrib Sources
Hit http://security.debian.org stable / updates / main Packages
Hit http://security.debian.org stable / updates / contrib Packages
Hit http://security.debian.org stable / updates / non-free Packages
Hit http://security.debian.org stable / updates / main Sources
Hit http://security.debian.org stable / updates / contrib Sources
Hit http://security.debian.org stable / updates / non-free Sources
Hit http://security.debian.org testing / updates / main Packages
Hit http://security.debian.org testing / updates / contrib Packages
Hit http://security.debian.org testing / updates / non-free Packages
Hit http://security.debian.org testing / updates / main Sources
Hit http://security.debian.org testing / updates / contrib Sources
Hit http://security.debian.org testing / updates / non-free Sources
216KB fetched in 4s (50.3kB / s)
W: Failed to fetch http://mir1.ovh.net/debian/dists/etch/main/binary-i386/Packages 404 Not Found [IP: 91.121.124.139 80]

W: Failed to fetch http://mir1.ovh.net/debian/dists/etch/main/source/Sources 404 Not Found [IP: 91.121.124.139 80]

E: Some index files failed to download, They have been ignored, or old ones used instead.
debian: ~ #

From what I know, some people also have such problems, only speak in the old subjects.

What should I do? Next nothing is typed so as not to cause problems ...

sorry for the English -> Beginner;)
 
After typing the first command
Code:
 apt-get install mysql-server

error

Code:
 debian: ~ # apt-get install mysql-server
Reading package lists ... Done
Building dependency tree
Reading state information ... Done
You might want to run `apt-get-f install 'to correct These:
The Following packages have unmet dependencies:
  libc6-xen: PreDepends: libc6 (= 2.7-18) but 2.11.2-6 is to be installed
  mysql-server: Depends: mysql-server-5.1 but it is not going to be installed
E: Unmet dependencies. Try 'apt-get-f install' with no packages (or a solution Specify).
debian: ~ #

This is possible since it had previously installed the older sources of elf?
 
Back
Top