READ ONLY FORUM: m23 :: makes software distribution easy Forum Index READ ONLY FORUM: m23 :: makes software distribution easy
The m23 discussion forum
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Paketquellenliste

 
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme
View previous topic :: View next topic  
Author Message
nsx-sz40



Joined: 19 Aug 2009
Posts: 19

PostPosted: Wed Sep 16, 2009 12:20    Post subject: Paketquellenliste Reply with quote

Hallo,

ich versuche nun schon öfters die Paketquellenliste zu testen,
hier lenny
leider klappt das nicht..


Ign http://127.0.0.1 ./ Release.gpg
Ign http://127.0.0.1 ./ Release
Ign http://127.0.0.1 ./ Packages/DiffIndex
Hit http://127.0.0.1 ./ Packages
Err http://ftp.de.debian.org lenny Release.gpg
Could not connect to ftp.de.debian.org:80 (141.76.2.4), connection timed
out
Err http://m23.sourceforge.net ./ Release.gpg
Could not connect to m23.sourceforge.net:80 (216.34.181.96), connection
timed out
Reading package lists...
W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/Release.gpg
Could not connect to ftp.de.debian.org:80 (141.76.2.4), connection timed
out

W: Failed to fetch http://m23.sourceforge.net/m23debs/./Release.gpg Could
not connect to m23.sourceforge.net:80 (216.34.181.96), connection timed out

W: Some index files failed to download, they have been ignored, or old ones
used instead.
W: You may want to run apt-get update to correct these problems

ein apt-get update an der Console funktioniert aber schon

was mache ich falsch

mfg
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Sep 17, 2009 9:41    Post subject: Reply with quote

Was passiert, wenn Du in /m23/inc/distr/debian/packages.php
Code:
sudo apt-get update

in
Code:
sudo -i apt-get update

änderst?
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nsx-sz40



Joined: 19 Aug 2009
Posts: 19

PostPosted: Fri Sep 18, 2009 9:33    Post subject: Reply with quote

Hi,

dann kommt folg. Fehlermeldung

/usr/bin/apt-get: /usr/bin/apt-get: cannot execute binary file


der apache liefert beim start folg. fehler:
apache2apache2: Could not reliably determine the servers fully qulified domain name using 10.28.19.251 for ServerName

kann das auch noch ein Auswirkung haben,
evtl. das ich unseren Proxy als IP angeben muss

mfg
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Mon Sep 21, 2009 10:55    Post subject: Reply with quote

Ok, nächster Versuch Wink

Was passiert, wenn Du das ursprüngliche

Code:
$cmd = "export LANG=\"C\"; sudo apt-get update -o=Dir::Cache::archives='$dir/archivs' -o=Dir::State::status='$dir/status' -o=Dir::State='$dir' $archOption -o=Dir::Etc::sourcelist='$dir/sources.list' &> '$logFile'";


durch

Code:
$cmd = "export LANG=\"C\"; . /etc/wgetrc;. /etc/profiles; sudo apt-get update -o=Dir::Cache::archives='$dir/archivs' -o=Dir::State::status='$dir/status' -o=Dir::State='$dir' $archOption -o=Dir::Etc::sourcelist='$dir/sources.list' &> '$logFile'";


ersetzt?
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nsx-sz40



Joined: 19 Aug 2009
Posts: 19

PostPosted: Wed Sep 23, 2009 11:17    Post subject: Reply with quote

Hi,

ich hab geändert
$cmd = "export LANG=\"C\"; . /etc/wgetrc;. /etc/profile;

bei mir heißt das /etc/profile statt /etc/profiles

es erscheint wieder eine Fehlermeldung:
Ign http://127.0.0.1 ./ Release.gpg
Ign http://127.0.0.1 ./ Release
Ign http://127.0.0.1 ./ Packages/DiffIndex
Hit http://127.0.0.1 ./ Packages
Err http://ftp.de.debian.org lenny Release.gpg
Could not connect to ftp.de.debian.org:80 (141.76.2.4), connection timed
out
Err http://m23.sourceforge.net ./ Release.gpg
Could not connect to m23.sourceforge.net:80 (216.34.181.96), connection
timed out
Reading package lists...
W: Failed to fetch http://ftp.de.debian.org/debian/dists/lenny/Release.gpg
Could not connect to ftp.de.debian.org:80 (141.76.2.4), connection timed
out

W: Failed to fetch http://m23.sourceforge.net/m23debs/./Release.gpg Could
not connect to m23.sourceforge.net:80 (216.34.181.96), connection timed out

W: Some index files failed to download, they have been ignored, or old ones
used instead.
W: You may want to run apt-get update to correct these problems

?

der apt-get update auf der console klappt einwandfrei

ABER: der sudo apt-get update klappt auch auf der console nicht!!
das ist es ,oder?

mfg
Back to top
View user's profile Send private message
Hauke



Joined: 02 Mar 2003
Posts: 1072

PostPosted: Thu Sep 24, 2009 12:00    Post subject: Reply with quote

nsx-sz40 wrote:
ABER: der sudo apt-get update klappt auch auf der console nicht!!
das ist es ,oder?

Genau.

Schau mal im Netz, ob Du dazu etwas findest. Mehr als Suchen kann ich da auch nicht und ich habe nicht die Zeit dazu Wink

Melde Dich bitte, wenn Du etwas gefunden hast.
_________________
Hauke Goos-Habermann
- project leader m23 (http://m23.sf.net) -
Jabber: dodgerm23@jabber.org

Schulung, Entwicklung und Support zu m23 und anderen OpenSource-Produkten: www.goos-habermann.de

Auch DU kannst etwas gegen Softwarepatente tun! www.patentfrei.de
Back to top
View user's profile Send private message Send e-mail Visit poster's website
nsx-sz40



Joined: 19 Aug 2009
Posts: 19

PostPosted: Fri Sep 25, 2009 10:09    Post subject: Reply with quote

hi ich glaub ich habs,
hab in der /etc/apt/apt.conf.d/proxy
eine fehler.

Acquire::http::Proxy ... <= fehlt diese Proxy
Acquire::ftp::Proxy

jetzt klappt auch der sudo apt-get update auf der console

beim Paketquellen test
kommt aber noch folg.
Paketquellenliste: lenny
Es ist folgender Fehler beim Updaten der Paketquelle aufgetreten:
Get:1 http://ftp.de.debian.org lenny Release.gpg [1032B]
Ign http://127.0.0.1 ./ Release.gpg
Get:2 http://ftp.de.debian.org lenny Release [73.6kB]
Ign http://127.0.0.1 ./ Release
Get:3 http://m23.sourceforge.net ./ Release.gpg [197B]
Get:4 http://ftp.de.debian.org lenny/main Sources [2307kB]
Ign http://127.0.0.1 ./ Packages/DiffIndex
Get:5 http://m23.sourceforge.net ./ Release [956B]
Ign http://127.0.0.1 ./ Packages
Get:6 http://m23.sourceforge.net ./ Packages [4649B]
Ign http://127.0.0.1 ./ Packages
Err http://127.0.0.1 ./ Packages
503 Service Unavailable
Get:7 http://ftp.de.debian.org lenny/non-free Sources [48.7kB]
Get:8 http://ftp.de.debian.org lenny/contrib Sources [39.1kB]
Get:9 http://ftp.de.debian.org lenny/main Packages [5294kB]
Get:10 http://ftp.de.debian.org lenny/non-free Packages [100kB]
Get:11 http://ftp.de.debian.org lenny/contrib Packages [76.1kB]
Fetched 7946kB in 54s (145kB/s)
W: Failed to fetch http://127.0.0.1/extraDebs/./Packages 503 Service Unavailable

E: Some index files failed to download, they have been ignored, or old ones used instead.

Bitte überprüfen Sie Ihre Paketquellenliste


mfg
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    READ ONLY FORUM: m23 :: makes software distribution easy Forum Index -> Problems with the server / Serverprobleme All times are GMT - 2 Hours
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group