[squeak-dev] Problem with changes file write permissions on Mac OS X

John M McIntosh johnmci at smalltalkconsulting.com
Mon Nov 17 16:56:00 UTC 2008


Well the base squeak vm and image have no way to change the  
permissions on a file. So

(a) you have an FFI call that does that?
(b) I have painfully discovered in the past if you exceed the disk  
full threshold which is not 100% btw then writes to the disk will  
fail, so is your hard disk *nearly* full? I
believe it's a percentage of the total size, not a fixed value.
(c) I'm not sure if you exceed a certain size for the changes file if  
it becomes an issue.

On 17-Nov-08, at 8:12 AM, Mikael Kindborg wrote:

> Hi!
>
> I have encountered a strange problem, at some point after filing in
> code from a MC repository, it seems as if the changes file loses its
> write permissions. The strange thing is that the changes file does
> appear to have the correct write permissions, and I do not have
> multiple images open. I have experimented with copying the image and
> changes files over to a Windows file system (running in VirtualBox),
> where everything works fine, and then copy them back again, with the
> same result!
>
> Does this ring any bells to those of you who are on Mac OS X ??
> Perhaps I have overlooked something very simple...
>
> Very best, Micke
>

--
= 
= 
= 
========================================================================
John M. McIntosh <johnmci at smalltalkconsulting.com>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
= 
= 
= 
========================================================================






More information about the Squeak-dev mailing list