I’ve not had that. I do have however the quirk of Freeway 7 and El Capitan. If a document window is left open long enough and you start a new Freeway document you can’t draw a HTML or graphic box on that page. You need to quit and start over.
–
David Owen { Freeway Friendly Web hosting and Domains }
I posted about El Capitan issues with Chrome yesterday but for some reason it didnt make it here!
My problem is/was Chrome46 (and earlier) on El Capitan not loading certain Resources
This is what I got when visiting FWT
Chrome wouldn’t load the stylesheet?
Once I had cooy/pasted the link to the stylesheet into a new Browser window it seems OK (has Chrome cached it?) however I am still missing Resources such as
Did this ever resolve? I have seen similar problems when DNS or network issues prevented some of the requests from completing. I don’t have Cap installed yet, maybe this weekend, but I have seen this sort of partial page load every so often over the years for nearly as long as there has been a Web. Opening the Network pane of the Web Inspector and reloading can show the problem graphically.
Walter
On Oct 24, 2015, at 6:06 AM, DeltaDave email@hidden wrote:
We went a bit off course with this question before - anyone got any ideas? It pops up once or twice a day.
Thanks
On 23 Oct 2015, at 14:46, Trevreav email@hidden wrote:
Hi all, took the plunge and updated a couple of days ago. Since then an alert window has been popping up intermittently.
It’s a yellow warning triangle with a little applescript logo on it followed by the message:
sh: /usr/bin/lockfile: No such file or directory.
I haven’t a clue what this refers to - any ideas?
Thanks
Trev
/usr/bin/lockfile is a part of OSX and is used to create lock files in a safe way and if used as specified will hold up processes until the lock is freed. Use
man lockfile
in a Terminal window for details. It runs as group ‘mail’ and so is there to support the mail subsystem (rather than the Mail application). Looks like some AppleScript also uses it, and there’s no reason why not as long as the SGID ‘mail’ is safe. If yours is not found then you’ve had some sort of disc data corruption.
At 10.6.8 it looks like:
$ ls -l /usr/bin/lockfile
-rwxr-sr-x 1 root mail 53040 May 4 2009 /usr/bin/lockfile
It’s possible that Apple has removed the mail subsystem from El Capitan. If so it’s yet another reason to stay with SL.
Thanks David, There’s a lot of that I don’t understand- but it’s nothing for me to do about it for now except to say OK to the pop up?
regards Trev
On 28 Oct 2015, at 17:23, David Ledger email@hidden wrote:
On 28 Oct 2015, at 15:34, Trevor Reaveley wrote:
We went a bit off course with this question before - anyone got any ideas? It pops up once or twice a day.
Thanks
On 23 Oct 2015, at 14:46, Trevreav email@hidden wrote:
Hi all, took the plunge and updated a couple of days ago. Since then an alert window has been popping up intermittently.
It’s a yellow warning triangle with a little applescript logo on it followed by the message:
sh: /usr/bin/lockfile: No such file or directory.
I haven’t a clue what this refers to - any ideas?
Thanks
Trev
/usr/bin/lockfile is a part of OSX and is used to create lock files in a safe way and if used as specified will hold up processes until the lock is freed. Use
man lockfile
in a Terminal window for details. It runs as group ‘mail’ and so is there to support the mail subsystem (rather than the Mail application). Looks like some AppleScript also uses it, and there’s no reason why not as long as the SGID ‘mail’ is safe. If yours is not found then you’ve had some sort of disc data corruption.
At 10.6.8 it looks like:
$ ls -l /usr/bin/lockfile
-rwxr-sr-x 1 root mail 53040 May 4 2009 /usr/bin/lockfile
It’s possible that Apple has removed the mail subsystem from El Capitan. If so it’s yet another reason to stay with SL.