ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Hagmann Jörg" <joerg.hagmann@unibas.ch>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: Single user installation (Standalone)
Date: Fri, 18 Nov 2011 14:32:46 +0100	[thread overview]
Message-ID: <CB470799-CA68-4D3A-B248-C6E77BC60832@unibas.ch> (raw)
In-Reply-To: <70819461-CFC5-489A-873F-BF33E44EEB14@elvenkind.com>

> Not for me, and afaict, it has never happened to me before. Except … when at some point you have run ./first-update or context --make as superuser, then the files from that run will be owned by the superuser from then on. My guess is that some of the files inside your local context tree are no longer owned by you.

I probably did that long ago.

> You could wipe the install (as superuser) and retry. Or, if you are familiar with unix file handling, you could (as superuser) reassign the affected files to your own user account from within Terminal, like this
> 
> First, check the output of this:
> 
>  $ sudo find <contextinstallroot> -not -user <youraccount>
> 
> Then run:
> 
>  $ sudo find <contextinstallroot> -not -user <youraccount> -exec chown <youraccount>  \{\} \;

Thanks, I learned a couple of new tricks.

Cheers, Jörg
___________________________________________________________________________________
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
___________________________________________________________________________________


      reply	other threads:[~2011-11-18 13:32 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-18 12:49 Hagmann Jörg
2011-11-18 13:02 ` Taco Hoekwater
2011-11-18 13:32   ` Hagmann Jörg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CB470799-CA68-4D3A-B248-C6E77BC60832@unibas.ch \
    --to=joerg.hagmann@unibas.ch \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).