Click to See Complete Forum and Search --> : Strom and apt-get


Wonock
02-02-2001, 05:18 PM
Everytime I use apt-get update or upgrade or a package it just sits there saying retriving file at 0%. I changed the source list to the ftp servers they have for ftp apt-gets but it still just sits there.

Wonock :confused:

rod
02-02-2001, 07:14 PM
Post your /etc/apt/sources.list and someone may be able to help.

Could be the servers are down.

Regards,
Rod

[ 02 February 2001: Message edited by: rod ]

Strike
02-02-2001, 07:18 PM
Yeah, it's most likely the servers are down. Some of them were down recently (on my list anyway), and they don't time out for a LONG time. So, you might try waiting it out (i.e. do something else while it tries). If it craps out eventually, it should say something like "Data socket timed out." But if it never does (meaning >20 minutes later), then something is messed up.

debiandude
02-03-2001, 08:06 PM
Storm Linux filed for bankrupcy and I believe their servers are down... But Storm is based upon Debian Potato so just edit you /etc/apt/sources.list to:

deb ftp://ftp.us.debian.org/ potato main contrib non-free
deb-src ftp://ftp.us.debian.org/ potato main contrib non-free
deb http://non-us.debian.org/ potato main contrib non-free
deb-src http://non-us.debian.org/ potato main contrib non-free

That should cover it.

hsource
02-05-2001, 05:33 PM
I use storm.

try this List.

#for easy ftp setup, uncomment the following four lines:
#deb http://ftp.stormix.com/debian potato main contrib non-free
#deb http://ftp.stormix.com/debian-non-US potato/non-US main contrib non-free
#deb http://ftp.stormix.com/debian-security potato/updates main contrib non-free
#deb http://ftp.stormix.com/storm hail main contrib non-free

deb cdrom:[Storm Linux 2000 Installation]/ debian-jp/dists/potato-jp/contrib/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ debian-jp/dists/potato-jp/main/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ debian-jp/dists/potato-jp/non-free/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail-jp/commercial/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail-jp/contrib/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail-jp/main/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail-jp/non-free/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail/commercial/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/ storm/dists/hail/non-free/binary-i386/
deb cdrom:[Storm Linux 2000 Installation]/debian/ potato contrib main non-free
deb cdrom:[Storm Linux 2000 Installation]/storm/ hail contrib main


deb cdrom:[Debian GNU/Linux 2.2 r2 _Potato_ - Official i386 Binary-1 (20001207)]/ unstable contrib main non-US/contrib non-US/main


deb ftp://ftp.linuxberg.com/pub/distributions/Stormix hail main contrib non-free

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free


deb http://kde2.tdyc.com potato main qt1apps optional crypto beta

#for easy ftp setup, uncomment the following four lines:
deb http://ftp.stormix.com/debian potato main contrib non-free
deb http://ftp.stormix.com/debian-non-US potato/non-US main contrib non-free
deb http://ftp.stormix.com/debian-security potato/updates main contrib non-free
deb http://ftp.stormix.com/storm hail main contrib non-free

## Backup stuff for when Stormix is down

deb ftp://newton.mirror.ac.uk/sites/ftp.stormix.com/storm stable main contrib non-free

deb http://http.us.debian.org/debian stable main contrib non-free
deb http://non-us.debian.org/debian-non-US stable/non-US main contrib non-free
deb http://security.debian.org stable/updates main contrib non-free
#deb ftp://209.153.240.69:21/debian potato main contrib non-free
#deb ftp://209.153.240.69:21/storm hail main contrib non-free

## Woody...
deb http://http.us.debian.org/debian woody main contrib non-free
deb-src http://http.us.debian.org/debian woody main contrib non-free
deb http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free
deb-src http://non-us.debian.org/debian-non-US woody/non-US main contrib non-free

## Sid!! Unstable!! Use with caution!!
#deb http://http.us.debian.org/debian unstable main contrib non-free
#deb-src http://http.us.debian.org/debian unstable main contrib non-free
#deb http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free
#deb-src http://non-us.debian.org/debian-non-US unstable/non-US main contrib non-free

## KDE2 from TDYC
deb http://kde.tdyc.com potato main qt1apps optional crypto beta sword
deb-src http://kde.tdyc.com potato main qt1apps optional crypto beta

## UDE: The Unix Desktop Environment
#deb http://www.ude.org/files/ ude/

## Ximian Gnome...
#deb http://spidermonkey.ximian.com/distributions/Debian woody main
#deb-src http://spidermonkey.ximian.com/distributions/Debian woody main

## XFree86 4.0.2 for potato...
#deb http://people.debian.org/%7Ecpbotha/ xf402_potato/i386/
#deb http://people.debian.org/%7Ecpbotha/ xf402_potato/all/
:)

hsource
02-05-2001, 05:36 PM
OOOPPSS!

Comment out the STORMIX links (forgot).

:D

Wonock
02-06-2001, 05:06 PM
Thanks I'll give it a try! Hope it works! :)

Wonock