[Gllug] phpmyadmin and Debian

Paul Cupis paul at cupis.co.uk
Sat Jun 16 13:58:25 UTC 2007


Adrian McMenamin wrote:
> adrian at transpero:~$ cat /etc/apt/sources.list
> 
> # Hetzner default-sources
> deb http://amd64.debian.net/debian sarge main contrib non-free
> 
> # Debian.org security updates
> deb http://security.debian.org/ stable/updates main contrib non-free

This is the problem. You are using 'sarge' version for the main archive, 
but 'stable' for security updates. 'etch' is the new stable version of 
Debian so you are mixing distributions.

> I think, now I have been proffered a clue, that it *is* mixing etch and
> sarge packages but I haven't found the right recipe for sources.list to
> fix that - I suppose I'd prefer etch all round if possible

Change the line:

deb http://amd64.debian.net/debian sarge main contrib non-free

to

deb http://ftp.uk.debian.org/debian etch main contrib non-free

and apt-get update. You should read the release notes at 
http://www.debian.org before upgrading to etch fully - it will give the 
best procedure to use.

-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list