Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Unable to connect to packages.siduction.org:http:  (Read 4669 times)

grady

  • Guest
[EN] Unable to connect to packages.siduction.org:http:
« on: 2012/06/10, 22:51:42 »
Friends:

Usual disclaimer: I'm a perpetual beginner.

SVP, how do I fix the subject ?

grady

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.854
Unable to connect to packages.siduction.org:http:
« Reply #1 on: 2012/06/10, 23:09:00 »
It would be very nice to see a human readable error description.
Who says what when doing what?

What is:
Code: [Select]
packages.siduction.org:http: ?
the adress is: http://packages.siduction.org and works fine.

grady

  • Guest
Unable to connect to packages.siduction.org:http:
« Reply #2 on: 2012/06/11, 00:22:43 »
devil:

I quite understand any possible impatience.


My siduction. list reads:
deb http://packages.siduction.org/siduction unstable main
#deb-src http://packages.siduction.org/siduction unstable main
deb http://packages.siduction.org/fixes unstable main
#deb-src http://packages.siduction.org/fixes unstable main

I don't know how to check whether that list is disabled.
However, apt-get update is reporting as follows.
"Err http://packages.siduction.org unstable InRelease" and
"...Release.gpg"

And finally, apt-get update reports: "Failed to fetch..." and "Unable to connect to packages.siduction.org:http: "

devil: thank you for replying. Best regards.
grady

Offline ralul

  • User
  • Posts: 1.814
Unable to connect to packages.siduction.org:http:
« Reply #3 on: 2012/06/11, 02:11:57 »
@grady show us this output:
Code: [Select]
p="/etc/apt/sources.list";cat $p $p.d/*|sed -e's/#.*//'|grep deb
experiencing siduction runs better than my gentoo makes me know I know nothing

grady

  • Guest
Unable to connect to packages.siduction.org:http:
« Reply #4 on: 2012/06/11, 04:20:25 »
@ralul:

root@debAboxbox:/home/ubdino# p="/etc/apt/sources.list";cat $p $p.d/*|sed -e's/#.*//'|grep deb
deb http://ftp.se.debian.org/debian unstable main
deb http://packages.siduction.org/siduction unstable main
deb http://packages.siduction.org/fixes unstable main
root@debAboxbox:/home/ubdino#

grady

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.854
Unable to connect to packages.siduction.org:http:
« Reply #5 on: 2012/06/11, 10:41:16 »
This can be only a momentary quirk during a mirror sync, as the sources.list is correct. Please try again.

You should change your debian.list to something closer to you though. deb http://ftp.se.debian.org/debian unstable main is in Sweden.

greetz
devil

Offline michaa7

  • User
  • Posts: 2.367
Unable to connect to packages.siduction.org:http:
« Reply #6 on: 2012/06/11, 13:52:50 »
simply as root open "/etc/apt/sources.list" with an editor (nano or mcedit should do) and change the line
"deb http://ftp.se.debian.org/debian unstable main"  

to

"deb http://ftp.ca.debian.org/debian unstable main"

save, done. This will enable apt to sync with an canadian mirror instead an swedish one.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake

grady

  • Guest
Unable to connect to packages.siduction.org:http:
« Reply #7 on: 2012/06/11, 22:16:59 »
@ ralul: Thank you for your helpful question

@ devil:  "momentary quirk": genau! My apt-get update just worked properly (without any tinkering)

@michaa7 & devil: The Swedish source appears to be working fine.
I'm not able to find a Canadian siduction mirror. Atlanta is closest I can find. Are you aware of a closer one?

@all: I'm now going to post another question separately (conflict: libreoffice dependencies.
Before I leave here: I don't know how to cppy from my tty1 screen to paste to my (IceWeasel) messages to you. I'll be grateful if someone will tell me how.

Thank you all for your patient help.

grady

Offline dibl

  • siduction community member
  • Global Moderator
  • User
  • *****
  • Posts: 2.388
    • Land of the Buckeye
Unable to connect to packages.siduction.org:http:
« Reply #8 on: 2012/06/11, 22:22:02 »
Quote from: "grady"
Atlanta is closest I can find. Are you aware of a closer one?


Univ. of Delaware is a little closer -- probably not enough to make much difference.

Code: [Select]
deb ftp://ftp.lug.udel.edu/pub/siduction/siduction unstable main
#deb-src ftp://ftp.lug.udel.edu/pub/siduction/siduction unstable main
deb ftp://ftp.lug.udel.edu/pub/siduction/fixes unstable main
#deb-src ftp://ftp.lug.udel.edu/pub/siduction/fixes unstable main
System76 Oryx Pro, Intel Core i7-11800H, SSD 970 EVO Plus;  Asus ROG STRIX X299-E, Core i7-7740X, Nvidia GTX-1060, dual monitors, SSD 860 EVO

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.854
Unable to connect to packages.siduction.org:http:
« Reply #9 on: 2012/06/12, 01:59:29 »
deb http://ftp.se.debian.org/debian unstable main  is not a siuduction repo, but a debian one. There should be a canadian mirror.

greetz
devil

grady

  • Guest
Unable to connect to packages.siduction.org:http:
« Reply #10 on: 2012/06/12, 03:21:45 »
devil:

Très bien. I'll follow Michaa7's latest advice. And I thank you (both).

grady

Offline michaa7

  • User
  • Posts: 2.367
Unable to connect to packages.siduction.org:http:
« Reply #11 on: 2012/06/12, 15:50:33 »
You need the Debian repo for the majority of packages you have installed (I'd say about 99,5 % of them). Only some artwork, fixes and a few customied packages are shipped through siduction repos.

So as long as you like to run siduction, you need one Debian mirror AND one siduction mirror. And each of them the closer, the better.
Ok, you can't code, but you still might be able to write a bug report for Debian's sake