Monticello/ftp stopped working for me

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
66 messages Options
1234
Reply | Threaded
Open this post in threaded view
|

Monticello/ftp stopped working for me

Cameron Sanders-3
So it is rather funny that after commenting on how I have been using  
Monticello's FTP repository feature all along (since December)... it  
stopped working on me yesterday after an update.

My starting image was pharo0.1-10268web09.04.1 and I did an update  
yesterday, and I saw my first failure of Monticello last night, and  
now again this morning (and I just loaded something from the inbox).

So a problem was fairly recently introduced, and I am in a position to  
help debug this.

How do I find out what all updates were installed recently?

Thanks in advance,
Cam

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
What do yo mean stop working?
I am in the same situation than Stéphane, I get a 'Socket status must  
Unconnected before opening a new connection' error when doing a  
ScriptLoader loadOBAlpha

Alexandre

On 28 Apr 2009, at 15:33, Cameron Sanders wrote:

> So it is rather funny that after commenting on how I have been using
> Monticello's FTP repository feature all along (since December)... it
> stopped working on me yesterday after an update.
>
> My starting image was pharo0.1-10268web09.04.1 and I did an update
> yesterday, and I saw my first failure of Monticello last night, and
> now again this morning (and I just loaded something from the inbox).
>
> So a problem was fairly recently introduced, and I am in a position to
> help debug this.
>
> How do I find out what all updates were installed recently?
>
> Thanks in advance,
> Cam
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3
This is the first time it has failed for me. I have been using MCs FTP  
in a variety of different images & VMs over the last four months.  
Suddenly...

MessageNotUnderstood: ByteArray>>port:

in Socket>>connectTo:port:.

Previously, hostAddress (in the aforementioned method) had been a  
SocketAddress, but now it is a ByteArray.

See http://www.mail-archive.com/pharo-project@.../msg07986.html 
.

How do I see which updates were installed in the last 24 hours? Oh...  
looks like a lot based on the cache. (or were those just touched?)

-Cam


On Apr 28, 2009, at 9:35 AM, Alexandre Bergel wrote:

> What do yo mean stop working?
> I am in the same situation than Stéphane, I get a 'Socket status must
> Unconnected before opening a new connection' error when doing a
> ScriptLoader loadOBAlpha
>
> Alexandre
>
> On 28 Apr 2009, at 15:33, Cameron Sanders wrote:
>
>> So it is rather funny that after commenting on how I have been using
>> Monticello's FTP repository feature all along (since December)... it
>> stopped working on me yesterday after an update.
>>
>> My starting image was pharo0.1-10268web09.04.1 and I did an update
>> yesterday, and I saw my first failure of Monticello last night, and
>> now again this morning (and I just loaded something from the inbox).
>>
>> So a problem was fairly recently introduced, and I am in a position  
>> to
>> help debug this.
>>
>> How do I find out what all updates were installed recently?
>>
>> Thanks in advance,
>> Cam
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
I have a different error.
Regarding updates, you can have a look at the package-cache, but  
printIt 'ScriptLoader new logStream' should do what you want

Cheers,
Alexandre


On 28 Apr 2009, at 16:16, Cameron Sanders wrote:

> This is the first time it has failed for me. I have been using MCs FTP
> in a variety of different images & VMs over the last four months.
> Suddenly...
>
> MessageNotUnderstood: ByteArray>>port:
>
> in Socket>>connectTo:port:.
>
> Previously, hostAddress (in the aforementioned method) had been a
> SocketAddress, but now it is a ByteArray.
>
> See http://www.mail-archive.com/pharo-project@.../msg07986.html
> .
>
> How do I see which updates were installed in the last 24 hours? Oh...
> looks like a lot based on the cache. (or were those just touched?)
>
> -Cam
>
>
> On Apr 28, 2009, at 9:35 AM, Alexandre Bergel wrote:
>
>> What do yo mean stop working?
>> I am in the same situation than Stéphane, I get a 'Socket status must
>> Unconnected before opening a new connection' error when doing a
>> ScriptLoader loadOBAlpha
>>
>> Alexandre
>>
>> On 28 Apr 2009, at 15:33, Cameron Sanders wrote:
>>
>>> So it is rather funny that after commenting on how I have been using
>>> Monticello's FTP repository feature all along (since December)... it
>>> stopped working on me yesterday after an update.
>>>
>>> My starting image was pharo0.1-10268web09.04.1 and I did an update
>>> yesterday, and I saw my first failure of Monticello last night, and
>>> now again this morning (and I just loaded something from the inbox).
>>>
>>> So a problem was fairly recently introduced, and I am in a position
>>> to
>>> help debug this.
>>>
>>> How do I find out what all updates were installed recently?
>>>
>>> Thanks in advance,
>>> Cam
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3
In reply to this post by Cameron Sanders-3
Thanks Alexandre.

So to get my MC-ftp connection working (to save code changes in my  
image), I simply masked the problem. I altered
NetNameResolver class >> useOldNetwork
to simply return true.

The preparation of the class variable UseOldNetwork looks like the  
following in the method
NetNameResolver class>>initializeNetwork
...
        UseOldNetwork := [NetNameResolver primHostNameSize. false]
                on: Error
                do: [:ex | ex return: true]

And #primHostNameSize is failing under older versions; the code is

NetNameResolver class >>  primHostNameSize
        <primitive: 'primitiveResolverHostNameSize' module: 'SocketPlugin'>
        self primitiveFailed
--
I haven't been following the socket/FFI stuff, but this was just  
fixed, right? And the "owner" (or lead) is who?

-Cam

>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
I was also trying to track down the problem.

The log on Squeaksource says:
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Name: Network-Kernel-stephane_ducasse.6
Author: stephane.ducasse
Time: 30 March 2009, 11:21:24 pm
UUID: cb7829c0-0006-4b44-ad73-ab97531bc8ce
Ancestors: Network-Kernel-michael_rueger.5

  Issue 648: Opening protocol browser results in a  
MessageNotUnderstood: CompiledMethod>>category
                CompiledMethod>>category by eric
Issue 684: Recent Morphic Changesets
Removed BorderedMorph>>areasRemainingToFill:
Issue 691: integrate Setting System-Setting
Issue 696: SuniGUi showing coverage SUnit coverage enhancement
Issue 697: New Socket IPv6 new socket primitive and IPv6 changes
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

The new socket is likely to be the culprit. Unfortunately, the google  
website does not say much:
http://code.google.com/p/pharo/issues/detail?can=2&q=697&colspec=ID%20Type%20Status%20Summary%20Milestone&id=697

I am trying your trick.

Alexandre


On 28 Apr 2009, at 19:10, Cameron Sanders wrote:

> Thanks Alexandre.
>
> So to get my MC-ftp connection working (to save code changes in my
> image), I simply masked the problem. I altered
> NetNameResolver class >> useOldNetwork
> to simply return true.
>
> The preparation of the class variable UseOldNetwork looks like the
> following in the method
> NetNameResolver class>>initializeNetwork
> ...
> UseOldNetwork := [NetNameResolver primHostNameSize. false]
> on: Error
> do: [:ex | ex return: true]
>
> And #primHostNameSize is failing under older versions; the code is
>
> NetNameResolver class >>  primHostNameSize
> <primitive: 'primitiveResolverHostNameSize' module: 'SocketPlugin'>
> self primitiveFailed
> --
> I haven't been following the socket/FFI stuff, but this was just
> fixed, right? And the "owner" (or lead) is who?
>
> -Cam
>
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
In reply to this post by Cameron Sanders-3
Hum... "ScriptLoader loadOBAlpha" still does not pass...

Alexandre


On 28 Apr 2009, at 19:10, Cameron Sanders wrote:

> Thanks Alexandre.
>
> So to get my MC-ftp connection working (to save code changes in my
> image), I simply masked the problem. I altered
> NetNameResolver class >> useOldNetwork
> to simply return true.
>
> The preparation of the class variable UseOldNetwork looks like the
> following in the method
> NetNameResolver class>>initializeNetwork
> ...
> UseOldNetwork := [NetNameResolver primHostNameSize. false]
> on: Error
> do: [:ex | ex return: true]
>
> And #primHostNameSize is failing under older versions; the code is
>
> NetNameResolver class >>  primHostNameSize
> <primitive: 'primitiveResolverHostNameSize' module: 'SocketPlugin'>
> self primitiveFailed
> --
> I haven't been following the socket/FFI stuff, but this was just
> fixed, right? And the "owner" (or lead) is who?
>
> -Cam
>
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3
Alexandre,

Is your interest in getting the unit-test to pass, or o be able to use  
it?

-Cam


On Apr 28, 2009, at 1:35 PM, Alexandre Bergel wrote:

> Hum... "ScriptLoader loadOBAlpha" still does not pass...
>
> Alexandre
>


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
I am not sure to understand. I would like to be able to load OBAlpha  
in Pharo and to not have this the socket problem.

Cheers,
Alexandre

On 28 Apr 2009, at 21:30, Cameron Sanders wrote:

> Alexandre,
>
> Is your interest in getting the unit-test to pass, or o be able to use
> it?
>
> -Cam
>
>
> On Apr 28, 2009, at 1:35 PM, Alexandre Bergel wrote:
>
>> Hum... "ScriptLoader loadOBAlpha" still does not pass...
>>
>> Alexandre
>>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3

So you want to use the MC/FTP feature. You are not testing it to make  
certain that the MC/FTP works.

What is is your server string?

-Cam

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
Maybe it is still a bit early in the morning, but I am not sure to  
understand what you mean with "MC/FTP feature". What am I not testing?

Alexandre


On 29 Apr 2009, at 03:39, Cameron Sanders wrote:

>
> So you want to use the MC/FTP feature. You are not testing it to make
> certain that the MC/FTP works.
>
> What is is your server string?
>
> -Cam
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Michael Rueger-6
Alexandre Bergel wrote:
> Maybe it is still a bit early in the morning, but I am not sure to  
> understand what you mean with "MC/FTP feature". What am I not testing?

You two are talking about two different bugs.
Alexandre, you are most likely using a HTTP based repository, so you are
not testing the MC FTP backend. Also, the error in the FTP backend is
different than for the HTTP one.

Michael

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
Probably, I have never used the ftp backend. However, maybe this is  
the same bug, rooted in Socket. I will spend some time this morning on  
this.

Alexandre


On 29 Apr 2009, at 09:41, Michael Rueger wrote:

> Alexandre Bergel wrote:
>> Maybe it is still a bit early in the morning, but I am not sure to
>> understand what you mean with "MC/FTP feature". What am I not  
>> testing?
>
> You two are talking about two different bugs.
> Alexandre, you are most likely using a HTTP based repository, so you  
> are
> not testing the MC FTP backend. Also, the error in the FTP backend is
> different than for the HTTP one.
>
> Michael
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3
Alexandre,
I assume you are also following the threads on squeak-dev regarding "[squeak-dev] Re: Socket clock rollover issues" -- is the problem you are investigating related to that issue (e.g. failure due to a time-out)?

Are you connecting to a public repository? If so, give me the info (to setup the repository) and I will try it.

Cheers,
Cam


On Apr 29, 2009, at 3:48 AM, Alexandre Bergel wrote:

Probably, I have never used the ftp backend. However, maybe this is  
the same bug, rooted in Socket. I will spend some time this morning on  
this.

Alexandre


On 29 Apr 2009, at 09:41, Michael Rueger wrote:

Alexandre Bergel wrote:
Maybe it is still a bit early in the morning, but I am not sure to
understand what you mean with "MC/FTP feature". What am I not  
testing?

You two are talking about two different bugs.
Alexandre, you are most likely using a HTTP based repository, so you  
are
not testing the MC FTP backend. Also, the error in the FTP backend is
different than for the HTTP one.

Michael

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Nicolas Cellier
This is very unlikelya rollover: rollover happens once every 12 days or so.

Nicolas

2009/4/29 Cameron Sanders <[hidden email]>:

> Alexandre,
> I assume you are also following the threads on squeak-dev regarding
> "[squeak-dev] Re: Socket clock rollover issues" -- is the problem you are
> investigating related to that issue (e.g. failure due to a time-out)?
> Are you connecting to a public repository? If so, give me the info (to setup
> the repository) and I will try it.
> Cheers,
> Cam
>
> On Apr 29, 2009, at 3:48 AM, Alexandre Bergel wrote:
>
> Probably, I have never used the ftp backend. However, maybe this is
> the same bug, rooted in Socket. I will spend some time this morning on
> this.
>
> Alexandre
>
>
> On 29 Apr 2009, at 09:41, Michael Rueger wrote:
>
> Alexandre Bergel wrote:
>
> Maybe it is still a bit early in the morning, but I am not sure to
>
> understand what you mean with "MC/FTP feature". What am I not
>
> testing?
>
> You two are talking about two different bugs.
>
> Alexandre, you are most likely using a HTTP based repository, so you
>
> are
>
> not testing the MC FTP backend. Also, the error in the FTP backend is
>
> different than for the HTTP one.
>
> Michael
>
> _______________________________________________
>
> Pharo-project mailing list
>
> [hidden email]
>
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Cameron Sanders-3
Very good -- i have not followed it closely. Thank you.
-Cam

On Apr 29, 2009, at 11:38 AM, Nicolas Cellier wrote:

> This is very unlikelya rollover: rollover happens once every 12 days  
> or so.
>
> Nicolas
>
> 2009/4/29 Cameron Sanders <[hidden email]>:
>> Alexandre,
>> I assume you are also following the threads on squeak-dev regarding
>> "[squeak-dev] Re: Socket clock rollover issues" -- is the problem  
>> you are
>> investigating related to that issue (e.g. failure due to a time-out)?
>> Are you connecting to a public repository? If so, give me the info  
>> (to setup
>> the repository) and I will try it.
>> Cheers,
>> Cam
>>
>> On Apr 29, 2009, at 3:48 AM, Alexandre Bergel wrote:
>>
>> Probably, I have never used the ftp backend. However, maybe this is
>> the same bug, rooted in Socket. I will spend some time this morning  
>> on
>> this.
>>
>> Alexandre
>>
>>
>> On 29 Apr 2009, at 09:41, Michael Rueger wrote:
>>
>> Alexandre Bergel wrote:
>>
>> Maybe it is still a bit early in the morning, but I am not sure to
>>
>> understand what you mean with "MC/FTP feature". What am I not
>>
>> testing?
>>
>> You two are talking about two different bugs.
>>
>> Alexandre, you are most likely using a HTTP based repository, so you
>>
>> are
>>
>> not testing the MC FTP backend. Also, the error in the FTP backend is
>>
>> different than for the HTTP one.
>>
>> Michael
>>
>> _______________________________________________
>>
>> Pharo-project mailing list
>>
>> [hidden email]
>>
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Alexandre Bergel
In reply to this post by Cameron Sanders-3
Open a Pharo image, and execute "ScriptLoader loadOBAlpha"
If you have a Mac, this will surely fail.

Alexandre

On 29 Apr 2009, at 17:32, Cameron Sanders wrote:

> Alexandre,
> I assume you are also following the threads on squeak-dev regarding  
> "[squeak-dev] Re: Socket clock rollover issues" -- is the problem  
> you are investigating related to that issue (e.g. failure due to a  
> time-out)?
>
> Are you connecting to a public repository? If so, give me the info  
> (to setup the repository) and I will try it.
>
> Cheers,
> Cam
>
>
> On Apr 29, 2009, at 3:48 AM, Alexandre Bergel wrote:
>
>> Probably, I have never used the ftp backend. However, maybe this is
>> the same bug, rooted in Socket. I will spend some time this morning  
>> on
>> this.
>>
>> Alexandre
>>
>>
>> On 29 Apr 2009, at 09:41, Michael Rueger wrote:
>>
>>> Alexandre Bergel wrote:
>>>> Maybe it is still a bit early in the morning, but I am not sure to
>>>> understand what you mean with "MC/FTP feature". What am I not
>>>> testing?
>>>
>>> You two are talking about two different bugs.
>>> Alexandre, you are most likely using a HTTP based repository, so you
>>> are
>>> not testing the MC FTP backend. Also, the error in the FTP backend  
>>> is
>>> different than for the HTTP one.
>>>
>>> Michael
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>
>>
>> --
>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>> Alexandre Bergel  http://www.bergel.eu
>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

--
_,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
Alexandre Bergel  http://www.bergel.eu
^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.






_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Nicolas Cellier
I confirm it works on windows and fails on linux (exupery VM)

Nicolas

2009/4/29 Alexandre Bergel <[hidden email]>:

> Open a Pharo image, and execute "ScriptLoader loadOBAlpha"
> If you have a Mac, this will surely fail.
>
> Alexandre
>
> On 29 Apr 2009, at 17:32, Cameron Sanders wrote:
>
>> Alexandre,
>> I assume you are also following the threads on squeak-dev regarding
>> "[squeak-dev] Re: Socket clock rollover issues" -- is the problem
>> you are investigating related to that issue (e.g. failure due to a
>> time-out)?
>>
>> Are you connecting to a public repository? If so, give me the info
>> (to setup the repository) and I will try it.
>>
>> Cheers,
>> Cam
>>
>>
>> On Apr 29, 2009, at 3:48 AM, Alexandre Bergel wrote:
>>
>>> Probably, I have never used the ftp backend. However, maybe this is
>>> the same bug, rooted in Socket. I will spend some time this morning
>>> on
>>> this.
>>>
>>> Alexandre
>>>
>>>
>>> On 29 Apr 2009, at 09:41, Michael Rueger wrote:
>>>
>>>> Alexandre Bergel wrote:
>>>>> Maybe it is still a bit early in the morning, but I am not sure to
>>>>> understand what you mean with "MC/FTP feature". What am I not
>>>>> testing?
>>>>
>>>> You two are talking about two different bugs.
>>>> Alexandre, you are most likely using a HTTP based repository, so you
>>>> are
>>>> not testing the MC FTP backend. Also, the error in the FTP backend
>>>> is
>>>> different than for the HTTP one.
>>>>
>>>> Michael
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [hidden email]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>> --
>>> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
>>> Alexandre Bergel  http://www.bergel.eu
>>> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>>>
>>>
>>>
>>>
>>>
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [hidden email]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
> --
> _,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:
> Alexandre Bergel  http://www.bergel.eu
> ^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;._,.;:~^~:;.
>
>
>
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Michael Rueger-6
Nicolas Cellier wrote:
> I confirm it works on windows and fails on linux (exupery VM)

as it also fails on Mac it seems it could be the Unix socket code?

Michael

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: Monticello/ftp stopped working for me

Nicolas Cellier
Also note that it fails at the end of the progress bar.
And inspecting response tempVar in HTTPSocket>>getRestOfBuffer: leads to:

collection copyFrom: readLimit-100 to: readLimit ->
'Standard.39-cwp.1.mcz</a>                        18-Aug-2006 19:38
50K
<hr></pre>
</body></html>
'

I don't want to learn anything about http protocol, but it sounds like
the whole stream was correctly retrieved.
That means something has changed in the order things are processed.
We should test if it is a matter of VM or in image change.

Nicolas

2009/4/29 Michael Rueger <[hidden email]>:

> Nicolas Cellier wrote:
>> I confirm it works on windows and fails on linux (exupery VM)
>
> as it also fails on Mac it seems it could be the Unix socket code?
>
> Michael
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
1234