9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Nick LaForge <nicklaforge@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Tvx update
Date: Wed, 26 May 2010 17:50:40 -0800	[thread overview]
Message-ID: <AANLkTin38IJTsUR_D5asubewpDycRbu6eIrXvm9KbdWh@mail.gmail.com> (raw)
In-Reply-To: <AANLkTil8ikU5mi5AoX0NwlusThs0Kr4T-Yfyv_KI2pUk@mail.gmail.com>

On Wed, May 26, 2010 at 3:58 PM, ron minnich <rminnich@gmail.com> wrote:
> Be careful .. did you set up a persistent /home? I'm not sure what you
> have done. There's no substitute at some point for seeing how things
> work at tinycore.org.

Not necessary -- once the install script is fixed to actually follow
the symlink it works on tmpfs home too.

> cd /sys/doc
> ls | grep 8
> 8
> cd 8
> Can't cd 8: '8' file does not exist
> cd 8½
> Can't cd 8½: '8½' file does not exist
> cd 8?
> ls 8?.ms
> 8�.ms
> touch 9½
> ls 9½
> 9½
>
> That's an interesting problem. I wonder if it is some artifact of the
> use of squashfs. The sam and venti directories are fine.

The sam and venti directories don't have any non-ascii utf-8.  Also,
from the host:
ls sys/doc/?½.ms
8½.ms
ls sys/doc/??½.ms
9ý.ms (The file I touched from 9vx)

So 9vx is misreading utf-8 from the host, and unsurprisingly, it tacks
extra bits on when writing.  This happens on a tmpfs home and on a
persistent ext2 home (I actually didn't test how the HOST interprets
it on ext2 because I got rid of my persistent home.)

>>sed '43 s/H/L/' Tvx
>
> Sorry, you lost me.

change /usr/local/bin/Tvx:43 to
cp -LRp /usr/local/Tvx-root/* ${P9}

On Wed, May 26, 2010 at 3:53 PM, erik quanstrom <quanstro@quanstro.net> wrote:
>perhaps you could track down the source of the cp flags and change them.

The 'p' flag preserves the dates, although the directories that were
separated (/sys/src and /sys/doc) were touched anyway by the
installer.

> They're not going away I bet, but what are you talking about here?

No, I want symlinks to go away from the universe.  (Bind them in a bag
and drown them in the ocean)



  reply	other threads:[~2010-05-27  1:50 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-25 18:46 EBo
2010-05-25 19:34 ` Nick LaForge
2010-05-25 19:57   ` EBo
2010-05-26 18:02     ` Nick LaForge
2010-05-26 18:17       ` erik quanstrom
2010-05-26 20:35         ` EBo
2010-05-26 20:42       ` EBo
2010-05-26 23:31         ` Nick LaForge
2010-05-26 23:53         ` erik quanstrom
2010-05-26 23:58       ` ron minnich
2010-05-27  1:50         ` Nick LaForge [this message]
2010-05-27  2:51           ` ron minnich
2010-05-27  4:19             ` EBo
2010-05-27  5:03               ` Nick LaForge
2010-05-27  5:18                 ` EBo
2010-05-27  7:17                 ` EBo
2010-05-27 14:30                   ` hiro
2010-05-27 18:14                     ` Jorden M
2010-05-27 19:26                     ` EBo
2010-05-28  3:42                       ` ron minnich
2010-05-27  5:48               ` ron minnich
2010-05-27  7:02                 ` EBo
2010-05-27 14:39                   ` ron minnich
     [not found]                 ` <5147DCD3-BD95-4D54-96B7-30DCA4D113DA@mit.edu>
2010-05-27 19:59                   ` Chad Brown
2010-05-27 20:16                     ` Bakul Shah
2010-05-28  3:41                       ` ron minnich
2010-05-28 10:34                         ` erik quanstrom
2010-05-28 11:04                           ` Ethan Grammatikidis
2010-05-28 11:51                       ` Ethan Grammatikidis
2010-05-28 11:59                         ` erik quanstrom
2010-05-28 12:19                           ` Ethan Grammatikidis
2010-05-28 13:20                             ` erik quanstrom
2010-05-28 15:09                               ` Steve Simon
2010-05-28 16:21                                 ` Ethan Grammatikidis
2010-05-28 16:26                                   ` erik quanstrom
2010-05-28 16:38                                     ` Ethan Grammatikidis
2010-05-28 16:04                         ` Bakul Shah
2010-05-28 16:13                           ` erik quanstrom
2010-05-28 16:53                           ` Ethan Grammatikidis
2010-05-27 20:20                     ` EBo
2010-05-27  4:54         ` EBo
2010-05-27  6:57           ` ron minnich
2010-05-27  7:07             ` EBo
2010-05-27 14:38               ` ron minnich
2010-05-27 19:11                 ` EBo
2010-05-28  3:44                   ` ron minnich
2010-05-28 10:24                     ` erik quanstrom
2010-06-13  8:43 [9fans] tvx update EBo
2010-08-19  2:39 ` Ryousei Takano
2010-08-19  3:02   ` EBo

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=AANLkTin38IJTsUR_D5asubewpDycRbu6eIrXvm9KbdWh@mail.gmail.com \
    --to=nicklaforge@gmail.com \
    --cc=9fans@9fans.net \
    /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).