Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-17 Thread Jim Hall
Thanks Mateusz! I'll open a support ticket with ibiblio with this
information. They may not be aware of the problem.
On Jan 17, 2015 2:21 AM, "Mateusz Viste"  wrote:

> Hi list,
>
> As I wrote before, the issue that some of you encounter IS an issue on
> ibiblio's side.
>
> Sometimes, they decide to allow HTTP directory listings, and sometimes
> not. This is not anything new, since I have observed this behaviour for
> many months now.
>
> There is no point in fiddling with your browser, your PC, or whatever
> that is local to you. You are not the problem. iBiblio is.
>
> Using FTP is an easy workaround, there, they never disallow directories
> listings:
>
> ftp://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/
>
> Now, since the issue seems to cause a general panic on the list, I
> looked more closely to it. In my previous message, I wrote that they
> might use a load balanced servers farm with inconsistent http
> configuration across nodes. This is still a possibility, but I also came
> up to another observation - basing on my limited tests (from last 10
> minutes), I see that they disallow directory listings over IPv6, but not
> over IPv4.
>
> Below is an extract of telnet tests I performed that proves the point
> above (headers only).
>
> === over IPv6 ===
> mateusz@mateusz:~> telnet www.ibiblio.org 80
> Trying 2610:28:3090:3000:0:bad:cafe:23...
> Connected to www.ibiblio.org.
> Escape character is '^]'.
> GET /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ HTTP/1.0
> Host: www.ibiblio.org
>
> HTTP/1.1 403 Forbidden
> Date: Sat, 17 Jan 2015 07:58:22 GMT
> Server: Apache
> Content-Length: 324
> Connection: close
> Content-Type: text/html; charset=iso-8859-1
>
> === over IPv4 ===
> mateusz@mateusz:~> telnet 152.19.134.40 80
> Trying 152.19.134.40...
> Connected to 152.19.134.40.
> Escape character is '^]'.
> GET /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ HTTP/1.0
> Host: www.ibiblio.org
>
> HTTP/1.1 200 OK
> Date: Sat, 17 Jan 2015 07:59:45 GMT
> Server: Apache
> Content-Length: 4916
> Connection: close
> Content-Type: text/html; charset=ISO-8859-1
>
>
> Before you all jump to testing iBiblio's server substituting ibiblio.org
> with its IPv4 address in your browser: please don't do that, it will
> lead you nowhere because iBiblio's servers are virtual hosts, and expect
> to get their proper hostname from browser's request in the 'host' field.
> if you are wondering what 'virtutal hosting' is, you might want to look
> up RFC2616.
>
>
> // conclusions //
> 1. the problem is on iBiblio's servers, not in your browser/os/whatever.
> Either their load balancing pool is screwed, or their IPv6 configuration
> is inconsistent.
> 2. if you have troubles to access iBiblio's directories listings, use ftp.
> 3. if you have some access to iBiblio's technical staff, you might try
> asking them to fix their servers.
>
> cheers,
> Mateusz
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-17 Thread Mateusz Viste
Hi list,

As I wrote before, the issue that some of you encounter IS an issue on 
ibiblio's side.

Sometimes, they decide to allow HTTP directory listings, and sometimes 
not. This is not anything new, since I have observed this behaviour for 
many months now.

There is no point in fiddling with your browser, your PC, or whatever 
that is local to you. You are not the problem. iBiblio is.

Using FTP is an easy workaround, there, they never disallow directories 
listings:
ftp://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/

Now, since the issue seems to cause a general panic on the list, I 
looked more closely to it. In my previous message, I wrote that they 
might use a load balanced servers farm with inconsistent http 
configuration across nodes. This is still a possibility, but I also came 
up to another observation - basing on my limited tests (from last 10 
minutes), I see that they disallow directory listings over IPv6, but not 
over IPv4.

Below is an extract of telnet tests I performed that proves the point 
above (headers only).

=== over IPv6 ===
mateusz@mateusz:~> telnet www.ibiblio.org 80
Trying 2610:28:3090:3000:0:bad:cafe:23...
Connected to www.ibiblio.org.
Escape character is '^]'.
GET /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ HTTP/1.0
Host: www.ibiblio.org

HTTP/1.1 403 Forbidden
Date: Sat, 17 Jan 2015 07:58:22 GMT
Server: Apache
Content-Length: 324
Connection: close
Content-Type: text/html; charset=iso-8859-1

=== over IPv4 ===
mateusz@mateusz:~> telnet 152.19.134.40 80
Trying 152.19.134.40...
Connected to 152.19.134.40.
Escape character is '^]'.
GET /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ HTTP/1.0
Host: www.ibiblio.org

HTTP/1.1 200 OK
Date: Sat, 17 Jan 2015 07:59:45 GMT
Server: Apache
Content-Length: 4916
Connection: close
Content-Type: text/html; charset=ISO-8859-1


Before you all jump to testing iBiblio's server substituting ibiblio.org 
with its IPv4 address in your browser: please don't do that, it will 
lead you nowhere because iBiblio's servers are virtual hosts, and expect 
to get their proper hostname from browser's request in the 'host' field. 
if you are wondering what 'virtutal hosting' is, you might want to look 
up RFC2616.


// conclusions //
1. the problem is on iBiblio's servers, not in your browser/os/whatever. 
Either their load balancing pool is screwed, or their IPv6 configuration 
is inconsistent.
2. if you have troubles to access iBiblio's directories listings, use ftp.
3. if you have some access to iBiblio's technical staff, you might try 
asking them to fix their servers.

cheers,
Mateusz

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Jim Hall
I wonder if this is a home network problem, since the issue was "Every
computer in the house (non networked) gives the .. error." I'd take a
laptop to a coffeeshop and test if you can access ibiblio from there.
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Christopher Evans
wondering if I should mirror that on my servers?





--
-Chris Evans
Computer Consultant, Systems Administrator, Programmer, PC technician
Digitalatoll Solutions Group (Tawhaki Software)
Cell.   : 916-612-6904 | http://www.tawhakisoft.slyip.net/

Office: 916-382-9395 | http://www.digitalatoll.com/
Skype: chris.evans450 | http://norcalhost.com/


On Thu, Jan 15, 2015 at 7:53 PM, Carl Spitzer  wrote:

> comes up 404 for me in California.
>
> Whats up??
>
> CWSIV
>
> On Thu, 2015-01-15 at 15:06 -0500, Don Flowers wrote:
>
> Hi All~
>
> I am having difficulty accessing the FreeDOS ibiblio.org repo.
>
> Every computer in the house (non networked) gives the following error
>
>
> Forbidden
> You don't have permission to
> access /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on
> this server.
>
>
> 
> Apache Server at www.ibiblio.org Port 80
>
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Jim Hall
> On 1/16/2015 5:36 PM, Don Flowers wrote:
> > Could this be a linux issue? I installed a couple of different
> > browsers (Chrome and Qupzilla on two different machines and I have the
> > same result
> >

Unlikely to be a Linux issue, as I run Linux on my laptop and didn't have
access issues.
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Ralf Quint
On 1/16/2015 5:36 PM, Don Flowers wrote:
> Could this be a linux issue? I installed a couple of different 
> browsers (Chrome and Qupzilla on two different machines and I have the 
> same result
>
Not per se. Just for the record, I tried Opera 26 and the latest Chrome 
on my Windows 8.1 laptop as well, also just working fine, just could not 
get arsed to try Internet Exploder. Would have to test on Linux on 
Saturday, but doubtful that this is something outside of your system...

Ralf

---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Don Flowers
Could this be a linux issue? I installed a couple of different browsers
(Chrome and Qupzilla on two different machines and I have the same result

On Fri, Jan 16, 2015 at 4:54 PM, Don Flowers  wrote:

> that is curious
>
> On Fri, Jan 16, 2015 at 3:05 PM, Jim Hall  wrote:
>
>> Interesting that ftp.ibiblio.org works for you, but not
>> www.ibiblio.org. These are both the same server, just different DNS
>> entries. I'm guessing some cache problem is causing this - whether
>> that's at ibiblio's end (load balancer) or your end (Firefox) I'm not
>> sure.
>>
>> $ host www.ibiblio.org
>> www.ibiblio.org has address 152.19.134.40
>> ...
>> $ host ftp.ibiblio.org
>> ftp.ibiblio.org has address 152.19.134.40
>>
>>
>>
>>
>> On Fri, Jan 16, 2015 at 1:18 PM, Don Flowers  wrote:
>> >
>> > I found another way in via this link:
>> >
>> > ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/repos/
>> >
>> > (paste into your browser address bar)
>> >
>> > On Fri, Jan 16, 2015 at 2:07 PM, Mateusz Viste 
>> wrote:
>> >>
>> >> Actually, I suspect ibiblio to perform some load balancing on their
>> >> servers, so when connecting to ibiblio, we don't land on the same
>> server
>> >> every time.
>> >>
>> >> Apparently, they disabled directories indexing on some of their
>> servers,
>> >> but not others... I do get this "forbidden" error from time to time
>> >> also, since at least a year.
>> >>
>> >> It doesn't mean the files aren't there, only that you can't see the
>> listing.
>> >>
>> >> Mateusz
>> >>
>> >>
>> >>
>> >>
>> >>
>> >> On 01/16/2015 08:02 PM, Don Flowers wrote:
>> >> > Well, I cleared my history, deleted cookies and have the same result.
>> >> > Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have
>> >> > access, so it must be a FireFox issue?
>> >> >
>>
>>
>> --
>> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
>> GigeNET is offering a free month of service with a new server in Ashburn.
>> Choose from 2 high performing configs, both with 100TB of bandwidth.
>> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
>> http://p.sf.net/sfu/gigenet
>> ___
>> Freedos-user mailing list
>> Freedos-user@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/freedos-user
>>
>
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Jim Hall
Interesting that ftp.ibiblio.org works for you, but not
www.ibiblio.org. These are both the same server, just different DNS
entries. I'm guessing some cache problem is causing this - whether
that's at ibiblio's end (load balancer) or your end (Firefox) I'm not
sure.

$ host www.ibiblio.org
www.ibiblio.org has address 152.19.134.40
...
$ host ftp.ibiblio.org
ftp.ibiblio.org has address 152.19.134.40




On Fri, Jan 16, 2015 at 1:18 PM, Don Flowers  wrote:
>
> I found another way in via this link:
>
> ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/repos/
>
> (paste into your browser address bar)
>
> On Fri, Jan 16, 2015 at 2:07 PM, Mateusz Viste  wrote:
>>
>> Actually, I suspect ibiblio to perform some load balancing on their
>> servers, so when connecting to ibiblio, we don't land on the same server
>> every time.
>>
>> Apparently, they disabled directories indexing on some of their servers,
>> but not others... I do get this "forbidden" error from time to time
>> also, since at least a year.
>>
>> It doesn't mean the files aren't there, only that you can't see the listing.
>>
>> Mateusz
>>
>>
>>
>>
>>
>> On 01/16/2015 08:02 PM, Don Flowers wrote:
>> > Well, I cleared my history, deleted cookies and have the same result.
>> > Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have
>> > access, so it must be a FireFox issue?
>> >

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Ralf Quint
On 1/16/2015 11:02 AM, Don Flowers wrote:
> Well, I cleared my history, deleted cookies and have the same result. 
> Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have 
> access, so it must be a FireFox issue?
Negative. Works here just fine,using Firefox 35.0 on Windows 8.1/64...

Ralf

---
This email has been checked for viruses by Avast antivirus software.
http://www.avast.com


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Don Flowers
I found another way in via this link:

ftp.ibiblio.org/pub/micro/pc-stuff/freedos/files/repos/

(paste into your browser address bar)

On Fri, Jan 16, 2015 at 2:07 PM, Mateusz Viste  wrote:

> Actually, I suspect ibiblio to perform some load balancing on their
> servers, so when connecting to ibiblio, we don't land on the same server
> every time.
>
> Apparently, they disabled directories indexing on some of their servers,
> but not others... I do get this "forbidden" error from time to time
> also, since at least a year.
>
> It doesn't mean the files aren't there, only that you can't see the
> listing.
>
> Mateusz
>
>
>
>
>
> On 01/16/2015 08:02 PM, Don Flowers wrote:
> > Well, I cleared my history, deleted cookies and have the same result.
> > Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have
> > access, so it must be a FireFox issue?
> >
> >
> > On Fri, Jan 16, 2015 at 9:36 AM, Jim Hall  > > wrote:
> >
> > You might want to check it again. It seems to be working here. I
> > suspect I ibiblio was having a minor problem or undergoing
> maintenance.
> >
> >
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/
> >
> >
> > On Thursday, January 15, 2015, Don Flowers  > > wrote:
> >
> > Hi All~
> > I am having difficulty accessing the FreeDOS ibiblio.org
> >  repo.
> > Every computer in the house (non networked) gives the following
> > error
> >
> >
> >   Forbidden
> >
> > You don't have permission to access
> > /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on
> > this server.
> >
> >
>  
> > Apache Server at www.ibiblio.org  Port
> 80
> >
> >
> >
> >
>  
> --
> > New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> > GigeNET is offering a free month of service with a new server in
> > Ashburn.
> > Choose from 2 high performing configs, both with 100TB of bandwidth.
> > Higher redundancy.Lower latency.Increased capacity.Completely
> compliant.
> > http://p.sf.net/sfu/gigenet
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > 
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
> >
> >
> >
> >
> --
> > New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> > GigeNET is offering a free month of service with a new server in Ashburn.
> > Choose from 2 high performing configs, both with 100TB of bandwidth.
> > Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> > http://p.sf.net/sfu/gigenet
> >
> >
> >
> > ___
> > Freedos-user mailing list
> > Freedos-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/freedos-user
> >
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Mateusz Viste
Actually, I suspect ibiblio to perform some load balancing on their 
servers, so when connecting to ibiblio, we don't land on the same server 
every time.

Apparently, they disabled directories indexing on some of their servers, 
but not others... I do get this "forbidden" error from time to time 
also, since at least a year.

It doesn't mean the files aren't there, only that you can't see the listing.

Mateusz





On 01/16/2015 08:02 PM, Don Flowers wrote:
> Well, I cleared my history, deleted cookies and have the same result.
> Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have
> access, so it must be a FireFox issue?
>
>
> On Fri, Jan 16, 2015 at 9:36 AM, Jim Hall  > wrote:
>
> You might want to check it again. It seems to be working here. I
> suspect I ibiblio was having a minor problem or undergoing maintenance.
>
> 
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/
>
>
> On Thursday, January 15, 2015, Don Flowers  > wrote:
>
> Hi All~
> I am having difficulty accessing the FreeDOS ibiblio.org
>  repo.
> Every computer in the house (non networked) gives the following
> error
>
>
>   Forbidden
>
> You don't have permission to access
> /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on
> this server.
>
> 
> 
> Apache Server at www.ibiblio.org  Port 80
>
>
>
> 
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in
> Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> 
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
>
>
>
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Don Flowers
Well, I cleared my history, deleted cookies and have the same result.
Oddly, In FreeDOS, FDNPKG works and I just tried DilloDOS and I have
access, so it must be a FireFox issue?


On Fri, Jan 16, 2015 at 9:36 AM, Jim Hall  wrote:

> You might want to check it again. It seems to be working here. I suspect I
> ibiblio was having a minor problem or undergoing maintenance.
>
>
> http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/
>
>
> On Thursday, January 15, 2015, Don Flowers  wrote:
>
>> Hi All~
>> I am having difficulty accessing the FreeDOS ibiblio.org repo.
>> Every computer in the house (non networked) gives the following error
>> Forbidden
>>
>> You don't have permission to access
>> /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on this server.
>> --
>> Apache Server at www.ibiblio.org Port 80
>>
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user
>
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-16 Thread Jim Hall
You might want to check it again. It seems to be working here. I suspect I
ibiblio was having a minor problem or undergoing maintenance.

http://www.ibiblio.org/pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/


On Thursday, January 15, 2015, Don Flowers  wrote:

> Hi All~
> I am having difficulty accessing the FreeDOS ibiblio.org repo.
> Every computer in the house (non networked) gives the following error
> Forbidden
>
> You don't have permission to access
> /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on this server.
> --
> Apache Server at www.ibiblio.org Port 80
>
--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-15 Thread Louis Santillan
Works for me in CA

On Thu, Jan 15, 2015 at 7:53 PM, Carl Spitzer  wrote:
> comes up 404 for me in California.
>
> Whats up??
>
> CWSIV
>
> On Thu, 2015-01-15 at 15:06 -0500, Don Flowers wrote:
>
> Hi All~
>
> I am having difficulty accessing the FreeDOS ibiblio.org repo.
>
> Every computer in the house (non networked) gives the following error
>
>
> Forbidden
> You don't have permission to
> access /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on
> this server.
>
>
> 
> Apache Server at www.ibiblio.org Port 80
>
>
> --
> New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
> GigeNET is offering a free month of service with a new server in Ashburn.
> Choose from 2 high performing configs, both with 100TB of bandwidth.
> Higher redundancy.Lower latency.Increased capacity.Completely compliant.
> http://p.sf.net/sfu/gigenet
> ___
> Freedos-user mailing list
> Freedos-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freedos-user

--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user


Re: [Freedos-user] FreeDOS repo inaccessible

2015-01-15 Thread Carl Spitzer
comes up 404 for me in California.

Whats up??

CWSIV

On Thu, 2015-01-15 at 15:06 -0500, Don Flowers wrote:

Hi All~

I am having difficulty accessing the FreeDOS ibiblio.org repo.

Every computer in the house (non networked) gives the following error


Forbidden
You don't have permission to
access /pub/micro/pc-stuff/freedos/files/distributions/1.1/repos/ on
this server.



Apache Server at www.ibiblio.org Port 80


--
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
___
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user