aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Pages: [1] 2

Author Topic: Repository Debian doesn't work!  (Read 13439 times)

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Repository Debian doesn't work!
« on: July 09, 2010, 11:39:13 AM »

Hi everybody!
First excuse me for my english.
Then I tried to install last version of amule on Debian 4.0. I used this guide (http://wiki.amule.org/index.php/HowTo_Compile_In_Debian ) and , after I added GPG sign
Code: [Select]
apt-key adv --recv-keys --keyserver wwwkeys.eu.pgp.net D63913EF50D0AE60
, I used this command
Code: [Select]
apt-get update && apt-get install amule.
Well, amule didn't install so i decided to compile it. Then i checked that repos of Debian were good, but they didn't work. So I deleted GPG sign and retry to use repos of Debian and they still not working.

I hope somebody understanding what I write, if not make question.

Thanks to all.
« Last Edit: July 09, 2010, 11:48:34 AM by solidaran »
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #1 on: July 09, 2010, 12:48:50 PM »

Didn't work is not very precise. As you are using Debian 4.0, I can imagine 3 scenarios. Your sources.list reffers to oldstable, and you get an error saying old-stable not found, or your sources.list uses etch, and you get etch not found error, or you're trying to use my stable or testing repo in oldstable, which leads you to some unsatisfyable dependencies. Anyway without your sources.list entry and the error message, I can't tell you what's going wrong, and I recommend you to upgrade your system at least to debian stable, as old-stable isn't supported anymore by the debian team.
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #2 on: July 10, 2010, 07:20:19 PM »

Thank you Vollstrecker to help me.

This is my sources.list
Code: [Select]
#deb file:///cdrom/ sarge main

#deb-src ftp://ftp.it.debian.org/debian/ unstable main
#deb ftp://ftp.it.debian.org/debian/ unstable main

deb ftp://ftp.it.debian.org/debian/ oldstable main
deb-src ftp://ftp.it.debian.org/debian/ oldstable main

deb http://security.debian.org/ oldstable/updates main

#deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
#deb-src http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp


and these are errors messages:
Code: [Select]
# apt-get update
Get:1 http://security.debian.org oldstable/updates Release.gpg [835B]
Get:2 ftp://ftp.it.debian.org oldstable Release.gpg
Hit http://security.debian.org oldstable/updates Release
Ign ftp://ftp.it.debian.org oldstable Release.gpg
Get:3 ftp://ftp.it.debian.org oldstable Release
Ign ftp://ftp.it.debian.org oldstable Release
Ign http://security.debian.org oldstable/updates/main Packages/DiffIndex
Get:4 ftp://ftp.it.debian.org oldstable/main Packages
Hit http://security.debian.org oldstable/updates/main Packages
Err ftp://ftp.it.debian.org oldstable/main Packages
  Unable to fetch file, server said 'Failed to open file.  ' [IP: 213.92.8.5 21]
Get:5 ftp://ftp.it.debian.org oldstable/main Sources
Err ftp://ftp.it.debian.org oldstable/main Sources
  Unable to fetch file, server said 'Failed to open file.  ' [IP: 213.92.8.5 21]
Scaricato 1B in 1s (1B/s)
Unable to fetch ftp://ftp.it.debian.org/debian/dists/oldstable/main/binary-i386/Packages.gz  Unable to fetch file, server said 'Failed to open file.  ' [IP: 213.92.8.5 21]
Unable to fetch ftp://ftp.it.debian.org/debian/dists/oldstable/main/source/Sources.gz  Unable to fetch file, server said 'Failed to open file.  ' [IP: 213.92.8.5 21]
Reading package list in progress... Done
W: Unable checking package list sorgent ftp://ftp.it.debian.org oldstable/main Packages (/var/lib/apt/lists/ftp.it.debian.org_debian_dists_oldstable_main_binary-i386_Packages) - stat (2 No such file or directory)
W: you can run apt-get update to correct these problems.

Maybe errors are not correct, i translate from italian.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #3 on: July 11, 2010, 12:23:35 AM »

And there's your problem. Replace oldstable with stable, apt-get update, apt-get dist-upgrade and you're fine. old stable is too old to be used.
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #4 on: July 11, 2010, 10:38:41 PM »

I done what you told me.
Now what will i do to install amule daemon?
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #5 on: July 12, 2010, 01:18:52 PM »

Uncomment the lines for my repo, add the key and install amule-daemon.
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #6 on: July 12, 2010, 11:30:33 PM »

I tried to make what you told me, but
Code: [Select]
# apt-get update && apt-get install amule-daemon amule-utilsreports that binutils isn't installable.
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #7 on: July 13, 2010, 01:49:54 AM »

So if you only changed oldstable to stable, give me please the output of
Code: [Select]
LC_ALL=C apt-get update && apt-get install amule-daemon amule-utils
Code: [Select]
LC_ALL=C apt-cache policy amule-daemon binutils
Code: [Select]
LC_ALL=C dpkg --audit
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #8 on: July 13, 2010, 06:59:24 PM »

this is my sources.list
Code: [Select]
#deb file:///cdrom/ sarge main

#deb-src ftp://ftp.it.debian.org/debian/ unstable main
#deb ftp://ftp.it.debian.org/debian/ unstable main

#deb ftp://ftp.it.debian.org/debian/ stable main
#deb-src ftp://ftp.it.debian.org/debian/ stable main

#deb http://security.debian.org/ stable/updates main

deb http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp
deb-src http://www.vollstreckernet.de/debian/ stable amule-stable wx upnp

First output
Code: [Select]
# LC_ALL=C apt-get update && apt-get install amule-daemon amule-utils
Hit http://www.vollstreckernet.de stable Release.gpg
Hit http://www.vollstreckernet.de stable Release
Ign http://www.vollstreckernet.de stable/amule-stable Packages/DiffIndex
Ign http://www.vollstreckernet.de stable/wx Packages/DiffIndex
Ign http://www.vollstreckernet.de stable/upnp Packages/DiffIndex
Ign http://www.vollstreckernet.de stable/amule-stable Sources/DiffIndex
Ign http://www.vollstreckernet.de stable/wx Sources/DiffIndex
Ign http://www.vollstreckernet.de stable/upnp Sources/DiffIndex
Hit http://www.vollstreckernet.de stable/amule-stable Packages
Hit http://www.vollstreckernet.de stable/wx Packages     
Hit http://www.vollstreckernet.de stable/upnp Packages   
Hit http://www.vollstreckernet.de stable/amule-stable Sources
Hit http://www.vollstreckernet.de stable/wx Sources     
Hit http://www.vollstreckernet.de stable/upnp Sources   
Reading package lists... Done                           
Generating dependency now
Reading information state... Done
Some packages can not be installed. This may mean that you have requested a impossible situation or, if you are using "unstable" distribution, that some packages requested have not yet been created or been moved out of incoming.
Following informations may help to resolve the situation:

Following packages have dependences not satisfied:
  amule-daemon: Depends: binutils but is not installable
  amule-utils: Depends: amule-cmd (= 2.2.6-1) but is not to be installed
E: Package not intact

Second output
Code: [Select]
# LC_ALL=C apt-cache policy amule-daemon binutils
amule-daemon:
  Installed: (none)
  Candidate: 2.2.6-1
  Version table:
     2.2.6-1 0
        500 http://www.vollstreckernet.de stable/amule-stable Packages
     2.2.1-1+lenny2 0
        100 /var/lib/dpkg/status
binutils:
  Installed: (none)
  Candidate: (none)
  Version table:

Third output
Code: [Select]
# LC_ALL=C dpkg --audit
no answer
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #9 on: July 13, 2010, 09:10:52 PM »

this is my sources.list
Code: [Select]
...
#deb ftp://ftp.it.debian.org/debian/ stable main
#deb-src ftp://ftp.it.debian.org/debian/ stable main

#deb http://security.debian.org/ stable/updates main
...

And here is your problem. How should apt know where to find binutils, when you comment these lines?
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #10 on: July 14, 2010, 09:43:27 AM »

Thanks Vollstrecker! I finally installed amuled 2.2.6!  ;D
There is another little problem: before I had amule 2.1.3 with all configuration files in
Code: [Select]
/home/user/.aMule,  now I have these files in the same path with amule 2.2.6 . I opened amule.conf and there are old configurations.
Well, where will I find the correct file?

I hope it's all clear

Thanks a lot
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #11 on: July 14, 2010, 01:11:05 PM »

Your old configuration is your new configuration. Why should the same app use different configgs in each version.
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #12 on: July 14, 2010, 02:29:54 PM »

OK! I told you this  because yesterday night i tried to run amuled
Code: [Select]
amuled -f but i can't connect to amuleweb
Logged

Vollstrecker

  • Administrator
  • Hero Member
  • *****
  • Karma: 67
  • Offline Offline
  • Posts: 1549
  • Unofficial Debian Packager
    • http://vollstreckernet.de
Re: Repository Debian doesn't work!
« Reply #13 on: July 14, 2010, 11:29:30 PM »

Nope, amuleweb has to connect to amuled.
And as I told you already, noone can help you, without informations. Errors Messages anything that could be helpfull.
Logged
Homefucking is killing prostitution

solidaran

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 20
Re: Repository Debian doesn't work!
« Reply #14 on: July 15, 2010, 11:21:32 PM »

Here I am!
Well I copied configurations from my old amule.conf. After that I installed amuleweb from your repository but it said me this
Code: [Select]
# amuleweb -w -h=localhost -P=password
FATAL ERROR: Cannot find template: php-default
Logged
Pages: [1] 2