[Kicad-developers] Space used on server

2019-11-29 Thread tedd.t...@gmail.com
Hi all,

Just a quick note in case no-one's aware. I remember before the move
to CERN's infrastructure, the server hosting all the builds had a
script to delete old testing builds, presumably to keep space used in
check.

Since the move, there hasn't been any deletions of testing builds, and
as of now, is coming up to 900GB, increasing about 100GB a month.

Thanks,
Tedd

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Space used on server

2019-11-29 Thread tedd.t...@gmail.com
Hi Nick,

I'm not asking for anything. Just, I'm using a hacky way to mirror the
downloads to Sourceforge, involving storing a complete copy locally.
I'm definitely going to architect a solution that doesn't require that
if it becomes a problem for me, but I thought I'd let the list know
just in case no-one's aware.

Thanks,
Tedd

On Fri, 29 Nov 2019 at 20:17, Nick Østergaard  wrote:
>
> What are you asking?
>
> On Fri, 29 Nov 2019 at 10:44, tedd.t...@gmail.com  wrote:
> >
> > Hi all,
> >
> > Just a quick note in case no-one's aware. I remember before the move
> > to CERN's infrastructure, the server hosting all the builds had a
> > script to delete old testing builds, presumably to keep space used in
> > check.
> >
> > Since the move, there hasn't been any deletions of testing builds, and
> > as of now, is coming up to 900GB, increasing about 100GB a month.
> >
> > Thanks,
> > Tedd
> >
> > ___
> > Mailing list: https://launchpad.net/~kicad-developers
> > Post to : kicad-developers@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~kicad-developers
> > More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Download Server AWS CLI access?

2019-03-20 Thread tedd.t...@gmail.com
Hi,

I'm the guy who operate(s,d) the KiCad mirror on Sourceforge. Since
your switch to Ceph and the CERN servers, I haven't been able to sync
the mirror with the official servers.

I originally used wget to download to my local file server, then rsync
up to SF's servers, as they do not allow outgoing network connections.
Now that you've got an S3 API, I'd like to mount the KiCad server with
s3fs and delete my local copy.

I have been trying to connect without credentials (so, anonymously),
but whatever I do, I get the error "Unable to
connect(host=https://kicad-downloads.s3.cern.ch) - result of checking
service".

So I try AWS CLI like so: "aws s3 cp --recursive s3://kicad-downloads
/tmp/kicad-downlaods --endpoint-url https://kicad-downloads.s3.cern.ch
--no-sign-request"

And I get the error: "An error occurred (NuSuchKey) when calling the
ListObjectsV2 operation: Unknown".

As far as I know, Ceph with S3 API is supposed to work as-is with AWS
CLI and other compatible utilities.

Could I get some assistance please? I'd like to help out with getting
releases to more people more quickly.

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


Re: [Kicad-developers] Download Server AWS CLI access?

2019-03-21 Thread tedd.t...@gmail.com
Thanks Mark (and Maciej),

I've got the inital sync going now.

I noticed that file modification times for files created before the
migration to Ceph weren't preserved. If it's important to you, I still
have my local copy of the files from http://downloads.kicad-pcb.org.

Thanks,
Tedd

On Fri, 22 Mar 2019 at 02:02, Mark Roszko  wrote:
>
> Woops, forgot to send it agaisnt the list
>
> Correct command:
> aws  --no-sign-request s3 cp --recursive s3://kicad-downloads 
> /tmp/kicad-downlaods --endpoint-url https://s3.cern.ch
>
>
> On Thu, Mar 21, 2019 at 2:03 AM tedd.t...@gmail.com  
> wrote:
>>
>> Hi,
>>
>> I'm the guy who operate(s,d) the KiCad mirror on Sourceforge. Since
>> your switch to Ceph and the CERN servers, I haven't been able to sync
>> the mirror with the official servers.
>>
>> I originally used wget to download to my local file server, then rsync
>> up to SF's servers, as they do not allow outgoing network connections.
>> Now that you've got an S3 API, I'd like to mount the KiCad server with
>> s3fs and delete my local copy.
>>
>> I have been trying to connect without credentials (so, anonymously),
>> but whatever I do, I get the error "Unable to
>> connect(host=https://kicad-downloads.s3.cern.ch) - result of checking
>> service".
>>
>> So I try AWS CLI like so: "aws s3 cp --recursive s3://kicad-downloads
>> /tmp/kicad-downlaods --endpoint-url https://kicad-downloads.s3.cern.ch
>> --no-sign-request"
>>
>> And I get the error: "An error occurred (NuSuchKey) when calling the
>> ListObjectsV2 operation: Unknown".
>>
>> As far as I know, Ceph with S3 API is supposed to work as-is with AWS
>> CLI and other compatible utilities.
>>
>> Could I get some assistance please? I'd like to help out with getting
>> releases to more people more quickly.
>>
>> ___
>> Mailing list: https://launchpad.net/~kicad-developers
>> Post to : kicad-developers@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~kicad-developers
>> More help   : https://help.launchpad.net/ListHelp
>
>
>
> --
> Mark

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp


[Kicad-developers] Release 5.1.1_1 Windows build

2019-04-18 Thread tedd.t...@gmail.com
Hi,

I've downloaded the latest stable x64 build from
kicad-downloads.s3.cern.ch, but it failed the NSIS installer
verification.

To be specific, I downloaded it from Sourceforge after having mirrored
it from the official site.

I'm currently performing another rsync, but whatever it is that causes
low throughput between Switzerland and Australia is still a problem.

Does the 5.1.1_1 installer work or is there a problem with it?

Thanks,
Tedd

___
Mailing list: https://launchpad.net/~kicad-developers
Post to : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp