ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Updating ConTeXt standalone problem on Mac OS X
@ 2016-04-26  9:21 Jaroslav Hajtmar
  2016-04-26  9:34 ` Mojca Miklavec
  0 siblings, 1 reply; 4+ messages in thread
From: Jaroslav Hajtmar @ 2016-04-26  9:21 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello ConTeXist
I have a problem with updating ConTeXt on my Mac OS X (El Captain). When 
you run the update script to me an error message appears, which 
surprises me, since I logged on as the system administrator. Can anyone 
advise me on what could be the problem. I note that I am a beginner on OS X.

Here is problematic report:


Jaroslav-MacBook-Air:context hajtmar$ sh first-setup.sh
receiving file list ... done
rsync: failed to set times on "/Users/hajtmar/context/bin": Operation 
not permitted (1)
bin/
rsync: mkstemp "/Users/hajtmar/context/bin/.luatex.y7B2Zy" failed: 
Permission denied (13)

etc....


Thanx
Jaroslav Hajtmar








___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updating ConTeXt standalone problem on Mac OS X
  2016-04-26  9:21 Updating ConTeXt standalone problem on Mac OS X Jaroslav Hajtmar
@ 2016-04-26  9:34 ` Mojca Miklavec
  2016-04-26  9:47   ` Meer, Hans van der
  2016-04-26 13:30   ` Jaroslav Hajtmar
  0 siblings, 2 replies; 4+ messages in thread
From: Mojca Miklavec @ 2016-04-26  9:34 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 26 April 2016 at 11:21, Jaroslav Hajtmar wrote:
> Hello ConTeXist
> I have a problem with updating ConTeXt on my Mac OS X (El Captain). When you
> run the update script to me an error message appears, which surprises me,
> since I logged on as the system administrator. Can anyone advise me on what
> could be the problem.

Running rsync as an administrator has an ugly consequence that you end
up copying the UID and GUID as-is, so you might end up with files
owned by very strange or perhaps even non-existing users.

Maybe you could play with
    --chown=USER:GROUP
when calling rsync from first-setup.sh to start with.

Who currently owns bin and bin/luatex?

It is not impossible that something changed yesterday though (I was
messing with the server), but the installation works for me. What
happens if you run the installation as a regular user (to a fresh
directory)?

We should look into it, but I need some proper diagnosis first.

Mojca
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updating ConTeXt standalone problem on Mac OS X
  2016-04-26  9:34 ` Mojca Miklavec
@ 2016-04-26  9:47   ` Meer, Hans van der
  2016-04-26 13:30   ` Jaroslav Hajtmar
  1 sibling, 0 replies; 4+ messages in thread
From: Meer, Hans van der @ 2016-04-26  9:47 UTC (permalink / raw)
  To: NTG ConTeXt


[-- Attachment #1.1: Type: text/plain, Size: 1749 bytes --]

I am running the same OSX El Capitan (from a non-administrator account) and I have no problems installing the ConTeXt-beta with the following script executed inside a fresk and empty directory:

#!/bin/bash
rsync -ptv rsync://contextgarden.net/minimals/setup/first-setup.sh .
chmod a+x first-setup.sh
mkdir tex
cd tex
ln -s ~/Documents/TeX/texmf texmf-local
cd ..
sh ./first-setup.sh --context=beta >first-setup.log
#sh ./first-setup.sh --context=current >first-setup.log
#sh ./first-setup.sh --context=date >first-setup.log
exit


On 26 Apr 2016, at 11:34, Mojca Miklavec <mojca.miklavec.lists@gmail.com<mailto:mojca.miklavec.lists@gmail.com>> wrote:

On 26 April 2016 at 11:21, Jaroslav Hajtmar wrote:
Hello ConTeXist
I have a problem with updating ConTeXt on my Mac OS X (El Captain). When you
run the update script to me an error message appears, which surprises me,
since I logged on as the system administrator. Can anyone advise me on what
could be the problem.

Running rsync as an administrator has an ugly consequence that you end
up copying the UID and GUID as-is, so you might end up with files
owned by very strange or perhaps even non-existing users.

Maybe you could play with
   --chown=USER:GROUP
when calling rsync from first-setup.sh to start with.

Who currently owns bin and bin/luatex?

It is not impossible that something changed yesterday though (I was
messing with the server), but the installation works for me. What
happens if you run the installation as a regular user (to a fresh
directory)?

We should look into it, but I need some proper diagnosis first.

Mojca
___________________________________________________________________________________

Hans van der Meer





[-- Attachment #1.2: Type: text/html, Size: 3525 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Updating ConTeXt standalone problem on Mac OS X
  2016-04-26  9:34 ` Mojca Miklavec
  2016-04-26  9:47   ` Meer, Hans van der
@ 2016-04-26 13:30   ` Jaroslav Hajtmar
  1 sibling, 0 replies; 4+ messages in thread
From: Jaroslav Hajtmar @ 2016-04-26 13:30 UTC (permalink / raw)
  To: ntg-context

Thanks Monca and Hans for the reply.
I deleted the entire installation tree and I installed again the entire 
ConTeXt and it seems that everything is already OK.

Jaroslav Hajtmar


Dne 26.04.16 v 11:34 Mojca Miklavec napsal(a):
> On 26 April 2016 at 11:21, Jaroslav Hajtmar wrote:
>> Hello ConTeXist
>> I have a problem with updating ConTeXt on my Mac OS X (El Captain). When you
>> run the update script to me an error message appears, which surprises me,
>> since I logged on as the system administrator. Can anyone advise me on what
>> could be the problem.
> Running rsync as an administrator has an ugly consequence that you end
> up copying the UID and GUID as-is, so you might end up with files
> owned by very strange or perhaps even non-existing users.
>
> Maybe you could play with
>      --chown=USER:GROUP
> when calling rsync from first-setup.sh to start with.
>
> Who currently owns bin and bin/luatex?
>
> It is not impossible that something changed yesterday though (I was
> messing with the server), but the installation works for me. What
> happens if you run the installation as a regular user (to a fresh
> directory)?
>
> We should look into it, but I need some proper diagnosis first.
>
> Mojca
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-04-26 13:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-26  9:21 Updating ConTeXt standalone problem on Mac OS X Jaroslav Hajtmar
2016-04-26  9:34 ` Mojca Miklavec
2016-04-26  9:47   ` Meer, Hans van der
2016-04-26 13:30   ` Jaroslav Hajtmar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).