Current time: 05-06-2024, 10:49 PM Hello There, Guest! (LoginRegister)


Post Reply 
404 Packages not found in Installscript
Author Message
Cyco Offline


Posts: 3
Joined: Jun 2010
Reputation: 0
Post: #1
404 Packages not found in Installscript
i used this doc: http://isp-control.net/documentatin/star...ion:debian
with ispcp-omega-1.0.5 on deb.lenny

after doing this step:
aptitude install $(cat ./docs/Debian/debian-packages-`lsb_release -cs`)
i got so many 404 of packages..
where can i found an updated package list? or do i need to install them all manually? Sad

Code:
Err http://ftp.de.debian.org lenny/updates/main libexpat1 2.0.1-4+lenny1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libpq5 8.3.8-0lenny1
  404 Not Found
Get:25 http://ftp.de.debian.org lenny/main libaprutil1 1.2.12+dfsg-8+lenny4 [80.                                                                             0kB]
Err http://ftp.de.debian.org lenny/updates/main apache2-utils 2.2.9-10+lenny6
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main apache2.2-common 2.2.9-10+lenny6
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main apache2-mpm-worker 2.2.9-10+lenn                                                                             y6
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main apache2 2.2.9-10+lenny6
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main apache2-suexec 2.2.9-10+lenny6
  404 Not Found
Get:26 http://ftp.de.debian.org lenny/main awstats 6.7.dfsg-5.1 [918kB]
Get:27 http://ftp.de.debian.org lenny/main binutils 2.18.1~cvs20080103-7 [2730kB                                                                             ]
Get:28 http://ftp.de.debian.org lenny/main chkrootkit 0.48-8 [308kB]
Err http://ftp.de.debian.org lenny/main libltdl3 1.5.26-4
  404 Not Found
Get:29 http://ftp.de.debian.org lenny/main tcl8.4 8.4.19-2 [1201kB]
Get:30 http://ftp.de.debian.org lenny/main expect 5.43.0-17 [341kB]
Get:31 http://ftp.de.debian.org lenny/main courier-authlib 0.61.0-1+lenny1 [78.3                                                                             kB]
Get:32 http://ftp.de.debian.org lenny/main courier-authdaemon 0.61.0-1+lenny1 [7                                                                             328B]
Get:33 http://ftp.de.debian.org lenny/main courier-authlib-userdb 0.61.0-1+lenny                                                                             1 [34.0kB]
Err http://ftp.de.debian.org lenny/main libfam0 2.7.0-13.3
  404 Not Found

...


Err http://ftp.de.debian.org lenny/updates/main mysql-common 5.0.51a-24+lenny2
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libmysqlclient15off 5.0.51a-24+lenny2
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main mysql-client-5.0 5.0.51a-24+lenny2
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main mysql-server-5.0 5.0.51a-24+lenny2
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libisc45 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libdns45 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libisccc40 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libisccfg40 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main libbind9-40 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main liblwres40 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main bind9-host 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main dnsutils 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main bind9utils 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main bind9 1:9.5.1.dfsg.P3-1
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main mysql-client 5.0.51a-24+lenny2
  404 Not Found
Err http://ftp.de.debian.org lenny/updates/main mysql-server 5.0.51a-24+lenny2
  404 Not Found
and some others more.[/quote]
06-20-2010 10:26 PM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #2
RE: 404 Packages not found in Installscript
Please post your source.list
06-20-2010 10:36 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Cyco Offline


Posts: 3
Joined: Jun 2010
Reputation: 0
Post: #3
RE: 404 Packages not found in Installscript
deb http://ftp.de.debian.org/debian/ lenny main contrib non-free
deb-src http://ftp.de.debian.org/debian/ lenny main contrib non-free

deb http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib non-free
deb-src http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib non-free

deb http://ftp.de.debian.org/debian-security/ lenny/updates main contrib non-free
deb-src http://ftp.de.debian.org/debian-security/ lenny/updates main contrib non-free
06-20-2010 10:52 PM
Find all posts by this user Quote this message in a reply
Cyco Offline


Posts: 3
Joined: Jun 2010
Reputation: 0
Post: #4
RE: 404 Packages not found in Installscript
~push

nobody who can help me? :/
source.liste is edited like the documentation says.
server is freshly installed deb
06-24-2010 03:46 AM
Find all posts by this user Quote this message in a reply
gOOvER Offline
Banned

Posts: 3,561
Joined: Jul 2007
Post: #5
RE: 404 Packages not found in Installscript
Try it again. Smile This has nothing to do with installation. this has something to to with your Server Wink
06-24-2010 04:14 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)