i just did a fresh install of Suse 9.0 as well as doing all Suse online updates then installed apt-get for Suse from http://linux01.gwdg.de/apt4rpm/ .. my apt-get update runs smoothly and the apt-get dist-upgrade runs okay until i say yes to continue then i get the following error
Need to get 1496MB of archives.
After unpacking 184MB of additional disk space will be used.
Do you want to continue? [Y/n] y
E: Method ftp has died unexpectedly!
E: Tried to dequeue a fetching object
jd:~ #
Is this an error on my system or on the repoistory?
Chris
apt-get error
sources/.list
# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at http://linux01.gwdg.de/apt4rpm
# rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update-prpm security-prpm
# A very basic sources.list line. Fastest repository first.
# Remove "base" in case you are behind a
# slow connection. Fastest repository first.
# Visit the server to determine which apt components are provided.
#rpm ftp://mirrors.mathematik.uni-bielefeld. ... /suse/apt/ SuSE/9.0-i386 update security
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
# The list with all available components can be found at:
# http://linix01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
# http://ftp.gwdg.de/pub/linux/suse/apt/S ... s.list.FTP
# Consult the link above if you want to include uri's for src rpms
apt.conf
// with "apt-config dump" all settings can be viewed
Acquire::CDROM::Copy "true";
Debug
{
pkgRPMPM "false";
}
RPM
{
// Hold (do not update) a list with pkgs:
// Hold { "k_deflt"; "sane"; };
// Leave list empty to disable
Ignore {"gpg-pubkey"; };
Options { };
Install-Options "";
Erase-Options "";
Source {
Build-Command "rpmbuild --rebuild";
};
}
thanks for any advice
chris
# Uncomment the line below, in case you want to use SuSE's patch rpms.
# Read the information about patch rpms at http://linux01.gwdg.de/apt4rpm
# rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update-prpm security-prpm
# A very basic sources.list line. Fastest repository first.
# Remove "base" in case you are behind a
# slow connection. Fastest repository first.
# Visit the server to determine which apt components are provided.
#rpm ftp://mirrors.mathematik.uni-bielefeld. ... /suse/apt/ SuSE/9.0-i386 update security
#rpm ftp://ftp.gwdg.de/pub/linux/suse/apt/ SuSE/9.0-i386 update security
rpm ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
rpm-src ftp://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
# The list with all available components can be found at:
# http://linix01.gwdg.de/apt4rpm
# Some components provide experimental software, select wisely!
# http://ftp.gwdg.de/pub/linux/suse/apt/S ... s.list.FTP
# Consult the link above if you want to include uri's for src rpms
apt.conf
// with "apt-config dump" all settings can be viewed
Acquire::CDROM::Copy "true";
Debug
{
pkgRPMPM "false";
}
RPM
{
// Hold (do not update) a list with pkgs:
// Hold { "k_deflt"; "sane"; };
// Leave list empty to disable
Ignore {"gpg-pubkey"; };
Options { };
Install-Options "";
Erase-Options "";
Source {
Build-Command "rpmbuild --rebuild";
};
}
thanks for any advice
chris
There is nothing there that jumps out at me. Are you able to do download an RPM from the comand line from the repository?
e.g.
You do not have a proxy defined in your apt.conf so I assume you don't need one to ftp out from your box. Another thing you might try is in your sources.list change the URL from "ftp://" to "http://". That is, so you have this:
Then "apt-get update" and then "apt-get install somepackage".
e.g.
Code: Select all
# cd /tmp
# wget ftp://ftp.gwdg.de/pub/linux/suse/apt/SuSE/9.0-i386/RPMS.suser-scorot/MPlayer-skins-1.4-1.noarch.rpm
Code: Select all
rpm http://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
rpm-src http://ftp.gwdg.de/pub/linux/suse/apt SuSE/9.0-i386 suser-scorot suse-people base update-prpm update gnome2 xfree86 mozilla suser-rbos usr-local-bin suser-kpietrz suser-tcousin suser-sbarnin suser-ollakka funktronics packman packman-i686 wine suse-projects security-prpm security
How about just running an "apt-get upgrade"?
EDIT: I've been doing a lot of searching and I'm just coming up empty on the problem you are having. I wish I could help you more but it seems the SUSE version has a few differences here and there. I think you best bet would be to subscribe to the apt4rpm-suse mailing list and ask your question. I would be willing to bet someone on there will be able to help solve your problem. Here is the subscription info and the archives:
http://lists.sourceforge.net/lists/list ... t4rpm-suse
EDIT: I've been doing a lot of searching and I'm just coming up empty on the problem you are having. I wish I could help you more but it seems the SUSE version has a few differences here and there. I think you best bet would be to subscribe to the apt4rpm-suse mailing list and ask your question. I would be willing to bet someone on there will be able to help solve your problem. Here is the subscription info and the archives:
http://lists.sourceforge.net/lists/list ... t4rpm-suse