Author Topic: [RESOLVED via FM] Is there something wrong with the Ibiblio server?  (Read 1039 times)

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
I noticed in my log files that when I tries to sync with the ibiblio server at 10:00pm it failed. I tried to run it manually and this is the results that came back

rsync: failed to connect to distro.ibiblio.org: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(124) [receiver=3.0.6]

I tried this on two different machines now with the same results
« Last Edit: September 16, 2011, 02:15:25 PM by YouCanToo »




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11561
  • ----IOFLU----
Re: Is there something wrong with the Ibiblio server?
« Reply #1 on: September 16, 2011, 12:04:07 AM »
I noticed in my log files that when I tries to sync with the ibiblio server at 10:00pm it failed. I tried to run it manually and this is the results that came back

rsync: failed to connect to distro.ibiblio.org: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(124) [receiver=3.0.6]

I tried this on two different machines now with the same results

I just did my upgrades to the 64 bit test system, from ibiblio, at 1:00 Central Time and had no trouble with connecting. Maybe it was just syncing with what Texstar was uploading when you tried. Try again.
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Is there something wrong with the Ibiblio server?
« Reply #2 on: September 16, 2011, 12:08:14 AM »
nope same thing at 23:10 PST

[root@findmoore pclosusers]# ./get-files.sh
rsync: failed to connect to distro.ibiblio.org: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(122) [receiver=3.0.4]

I will try it once more in a couple of hours.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10628
  • MLUs Forever!
Re: Is there something wrong with the Ibiblio server?
« Reply #3 on: September 16, 2011, 02:19:48 AM »
No problem here either ....  updating 64 bit .....  and now the main repo .... as I write this ..
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: Is there something wrong with the Ibiblio server?
« Reply #4 on: September 16, 2011, 02:14:51 PM »
Well I am not sure just what is going on here. I tried connecting two more times last night and it still has not worked. I tried again this morning about 8 am PST and was still not working. I tried again about 11:00 am PST and it finally worked. Yeah  :D :D :D  Perhaps it is some sort of a networking issue as a couple of folks said it was working for them. Though I not so sure as the message stated "Connection Refused"  Anyway I am marking the message as "resolved via FM"




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online muungwana

  • Hero Member
  • *****
  • Posts: 6233
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #5 on: September 16, 2011, 03:54:30 PM »

"Connection refused" error message usually means the server at the other end of the connection is up and running and reachable but there is no service running on the port you want to connect to. The error is produces by the kernel when it accepts your connection, look up the port number you ask to connect to and find out there is no application listening on that port. It then just drops the connection with that error.

Those who responding said they were on 64 bit, maybe they werent accessing the same server/server port number?
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10628
  • MLUs Forever!
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #6 on: September 16, 2011, 04:42:57 PM »

"Connection refused" error message usually means the server at the other end of the connection is up and running and reachable but there is no service running on the port you want to connect to. The error is produces by the kernel when it accepts your connection, look up the port number you ask to connect to and find out there is no application listening on that port. It then just drops the connection with that error.

Those who responding said they were on 64 bit, maybe they werent accessing the same server/server port number?

Dunno about the ports ......  but I connected to the 64 bit and also to the main repo at the same time period.
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #7 on: September 16, 2011, 05:45:21 PM »

"Connection refused" error message usually means the server at the other end of the connection is up and running and reachable but there is no service running on the port you want to connect to. The error is produces by the kernel when it accepts your connection, look up the port number you ask to connect to and find out there is no application listening on that port. It then just drops the connection with that error.

Those who responding said they were on 64 bit, maybe they weren't accessing the same server/server port number?

One would think it should not matter which version (32 or 64bit) was being used, rsync as it defaults should be using port 873. Really guess it does not matter at the time now that it is working.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online muungwana

  • Hero Member
  • *****
  • Posts: 6233
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #8 on: September 16, 2011, 05:57:51 PM »

what does "FM" mean?

It happened before, to you this time, it probably will happen again, to you or somebody else. If we do not find out what happened this time, we will be exactly where you were on your first post when it happen again.

I do not know how rsync works. It connects to the server on port 873? I think normal access to the repositories is on port 80. Maybe this is why others manage to connect correctly? They were using synaptic and it was connection on port 80 and your were failing because you were connecting on port 873?
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #9 on: September 16, 2011, 06:23:10 PM »

what does "FM" mean?

frigging magic

Quote
It happened before, to you this time, it probably will happen again, to you or somebody else. If we do not find out what happened this time, we will be exactly where you were on your first post when it happen again.

I do not know how rsync works. It connects to the server on port 873?

I agree it would indeed be nice to know why it happened! At this time I am also happy that it is working as it should be.

yes, rsync connects on port 873

Quote
I think normal access to the repositories is on port 80. Maybe this is why others manage to connect correctly? They were using synaptic and it was connection on port 80 and your were failing because you were connecting on port 873?

I sync pclosusers repository using rsync not synaptic using the following command

Code: [Select]
rsync -av -P --stats --delete \distro.ibiblio.org::pclinuxos/pclinuxos/apt/. \/home/members/pclosusers/pclosfiles

rsync does not do the same thing as synaptic which indeed uses port 80

Even if it were the case that still would not explain why it didn't work and than started working about 12 hours later. It wasn't on just one machine either. It was on 2 different machines on different networks.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Online muungwana

  • Hero Member
  • *****
  • Posts: 6233
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #10 on: September 16, 2011, 07:24:15 PM »

rsync does not do the same thing as synaptic which indeed uses port 80

Even if it were the case that still would not explain why it didn't work and than started working about 12 hours later. It wasn't on just one machine either. It was on 2 different machines on different networks.


You tried to connect using rsync and it tried to connect on port 873 but there was no service running on that port number on the server and thats why the server returned a "connection refused" error.

Those who tested the server tested using synaptic and hence on port 80 and thats why things worked for them.

The only explanation remaining is that the rsync server was down and now it is up.
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12505
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #11 on: September 16, 2011, 07:30:34 PM »
It must have been down earlier because I just tried it and it went to ibiblio without issue.

Thanks to everyone who donates. You keep the servers running.

Offline YouCanToo

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 5331
  • Location: Lebanon, OR., USA
    • Spreading the word.......
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #12 on: September 16, 2011, 09:18:36 PM »

rsync does not do the same thing as synaptic which indeed uses port 80

Even if it were the case that still would not explain why it didn't work and than started working about 12 hours later. It wasn't on just one machine either. It was on 2 different machines on different networks.


You tried to connect using rsync and it tried to connect on port 873 but there was no service running on that port number on the server and thats why the server returned a "connection refused" error.

Those who tested the server tested using synaptic and hence on port 80 and thats why things worked for them.

The only explanation remaining is that the rsync server was down and now it is up.

Yes, I think we can all agree on it.




Be sure to visit the NEW Knowledge Base


Linux is user-friendly- it's just picky who its friends are!

Offline Just17

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 10628
  • MLUs Forever!
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #13 on: September 17, 2011, 05:57:33 AM »

rsync does not do the same thing as synaptic which indeed uses port 80

Even if it were the case that still would not explain why it didn't work and than started working about 12 hours later. It wasn't on just one machine either. It was on 2 different machines on different networks.


You tried to connect using rsync and it tried to connect on port 873 but there was no service running on that port number on the server and thats why the server returned a "connection refused" error.

Those who tested the server tested using synaptic and hence on port 80 and thats why things worked for them.

The only explanation remaining is that the rsync server was down and now it is up.

Yes, I think we can all agree on it.

Well I cannot agree .......  as I was using rsync for both sets of downloads when I posted above.
The downloads were in progress and as I posted, one finished and the other started.

If I could find a service running there then so should everyone else.
Unless the times were out .....  or is it possible there is a limit on connections and it was exceeded when you tried?

To me it seems more like an issue with your provider at the time .....

regards.
MLUs rule the roost!

Linux XPS 3.2.18-pclos2.pae.bfs  32 bit
Intel Core2 Quad CPU Q9450 @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech DTT

Online muungwana

  • Hero Member
  • *****
  • Posts: 6233
Re: [RESOLVED via FM] Is there something wrong with the Ibiblio server?
« Reply #14 on: September 17, 2011, 08:17:55 AM »

just18,
can you check and confirm your rsync command did point to "distro.ibiblio.org"?
.. 3 things are certain in life : death, taxes and software bloat ..
.. tell me something i don't know, something i can use as i struggle to reason with the world around me ..