[Pharo-project] squeak sites not available
Hi all, As everybody have noticed squeak server is down. I wonder - if the squeak map is somehow mirrored. I'd like to install a bunch of packages into image but both PackageUniverse and SqueakMap browser do not work (obviously). How do folks cope with that? regards, Danil
On 21.10.2008, at 10:03, danil osipchuk wrote:
Hi all,
As everybody have noticed squeak server is down. I wonder - if the squeak map is somehow mirrored. I'd like to install a bunch of packages into image but both PackageUniverse and SqueakMap browser do not work (obviously). How do folks cope with that?
They dont. They just suffer silently. Marcus -- Marcus Denker -- denker@iam.unibe.ch http://www.iam.unibe.ch/~denker
They dont. They just suffer silently.
The Seaside community is suffering (not quite silently) since Friday. I think this is the end of Squeak. We have to migrate our mailing-lists. Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Lukas Renggli wrote:
They dont. They just suffer silently.
The Seaside community is suffering (not quite silently) since Friday.
I think this is the end of Squeak. We have to migrate our mailing-lists.
Is there a way to mirror the squeaksource repository? Or any squeaksource server? Michael
Lukas Renggli wrote:
They dont. They just suffer silently.
The Seaside community is suffering (not quite silently) since Friday.
I think this is the end of Squeak. We have to migrate our mailing-lists.
This is definitely not the end of Squeak! Just a good school... Janko -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si
2008/10/21 Janko Mivšek <janko.mivsek@eranova.si>:
Lukas Renggli wrote:
They dont. They just suffer silently.
The Seaside community is suffering (not quite silently) since Friday.
I think this is the end of Squeak. We have to migrate our mailing-lists.
This is definitely not the end of Squeak! Just a good school...
The french mailing list seems dead also ... -- Serge Stinckwich IRD - UR 079 Geodes, MSI Team, Hanoi, Vietnam Smalltalkers do: [:it | All with: Class, (And love: it)] http://doesnotunderstand.org/
Is there a way to mirror the squeaksource repository? Or any squeaksource server?
Also this is not related to the issues discussed here (squeaksource.com is running), it can be easily done using wget or a similar tool. For example to mirror the Seaside 2.9 repository: wget --recursive --no-parent --accept mcz "http://www.squeaksource.com/Seaside29/" Cheers, Lukas -- Lukas Renggli http://www.lukas-renggli.ch
Lukas Renggli wrote:
Is there a way to mirror the squeaksource repository? Or any squeaksource server?
Also this is not related to the issues discussed here (squeaksource.com is running), it can be easily done using wget or a similar tool. For example to mirror the Seaside 2.9 repository:
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com/Seaside29/"
Yes, but mirroring/backing up a complete server (meaning all the package files) needs to iterate over all the repositories. wget --recursive --no-parent --accept mcz "http://www.squeaksource.com" or wget --recursive --no-parent "http://www.squeaksource.com" or wget --recursive "http://www.squeaksource.com" won't do... Michael
Michael Rueger wrote:
Lukas Renggli wrote:
Also this is not related to the issues discussed here (squeaksource.com is running), it can be easily done using wget or a similar tool. For example to mirror the Seaside 2.9 repository:
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com/Seaside29/"
Yes, but mirroring/backing up a complete server (meaning all the package files) needs to iterate over all the repositories.
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com" or wget --recursive --no-parent "http://www.squeaksource.com" or wget --recursive "http://www.squeaksource.com"
won't do...
Isn't rsync more appropriate for such mirroring? Because rsync migrate only changes, you can run it more frequently, even every hour? Janko -- Janko Mivšek AIDA/Web Smalltalk Web Application Server http://www.aidaweb.si
Yes, but mirroring/backing up a complete server (meaning all the package files) needs to iterate over all the repositories.
wget --recursive --no-parent --accept mcz "http://www.squeaksource.com" or wget --recursive --no-parent "http://www.squeaksource.com" or wget --recursive "http://www.squeaksource.com"
won't do...
Yes, that's a known problem of this early version of Seaside that SqueakSource is built on. As Janko suggest you might want to use rsync if this is your own SqueakSource instance and you have file-system access. I hope you don't want to mirror the gigabytes of mcz's on squeaksource.com ;-) Lukas -- Lukas Renggli http://www.lukas-renggli.ch
participants (6)
-
danil osipchuk -
Janko Mivšek -
Lukas Renggli -
Marcus Denker -
Michael Rueger -
Serge Stinckwich