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

 

 

 

issues with apt-get

Ask for help with issues regarding the Installations of the Debian O/S.
Post Reply
Message
Author
pc_user26
Posts: 75
Joined: 2009-10-21 16:43

issues with apt-get

#1 Post by pc_user26 »

hello
i installed debian squeeze using the gui however i ignored the mirrors on the installation processes

now i got issues with apt-get as show below

Code: Select all

pmaison@Poste2:~$ su
Mot de passe : 
root@Poste2:/home/pmaison# 
root@Poste2:/home/pmaison# apt-get update
Failed to exec method /usr/lib/apt/methods/
Failed to exec method /usr/lib/apt/methods/
E: Method  has died unexpectedly!
E: Le sous-processus  a renvoyé un code d'erreur (100)
E: La méthode /usr/lib/apt/methods/ n'a pas démarré correctement
E: Method  has died unexpectedly!
E: Le sous-processus  a renvoyé un code d'erreur (100)
E: La méthode /usr/lib/apt/methods/ n'a pas démarré correctement
root@Poste2:/home/pmaison# cd /usr/lib/apt/methods
root@Poste2:/usr/lib/apt/methods# cd http
bash: cd: http: N'est pas un dossier
root@Poste2:/usr/lib/apt/methods# ls http
http
root@Poste2:/usr/lib/apt/methods# ls
bzip2  cdrom  copy  file  ftp  gpgv  gzip  http  lzma  mirror  rred  rsh  ssh
root@Poste2:/usr/lib/apt/methods# ^C
root@Poste2:/usr/lib/apt/methods# 


here is sources.list

Code: Select all

deb cdrom:[Debian GNU/Linux 6.0.0 _Squeeze_ - Official i386 CD Binary-1 2011020$

deb http://ftp.fr.debian.org squeeze-updates main contrib
deb-src http://ftp.fr.debian.org squeeze-updates main contrib

deb http://security.debian.org/ squeeze/updates main contrib
deb-src http://security.debian.org/ squeeze/updates main contrib1


deb ://volatile.debian.org squeeze-updates main
deb-src ://volatile.debian.org squeeze-updates main

any ideas

thanks in advance

eric1959
Posts: 1298
Joined: 2008-12-15 13:17
Location: Amsterdam

Re: issues with apt-get

#2 Post by eric1959 »

http://debgen.simplylinux.ch/

The debian-volatile project has been discontinued with the Debian Squeeze release : http://www.debian.org/volatile/
Debian Bits And Snips
Squeeze, Gnome, amd64, Intel Core i3-530, Geforce GT330

User avatar
craigevil
Posts: 5391
Joined: 2006-09-17 03:17
Location: heaven
Has thanked: 28 times
Been thanked: 39 times

Re: issues with apt-get

#3 Post by craigevil »

eric1959 wrote:http://debgen.simplylinux.ch/

The debian-volatile project has been discontinued with the Debian Squeeze release : http://www.debian.org/volatile/

I can confirm having Volatile in my sources.list caused the same problem, removed it and problem solved.
Raspberry PI 400 Distro: Raspberry Pi OS Base: Debian Sid Kernel: 5.15.69-v8+ aarch64 DE: MATE Ram 4GB
Debian - "If you can't apt install something, it isn't useful or doesn't exist"
My Giant Sources.list

Post Reply