9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] problem with pull
@ 2010-02-04 18:50 Rudolf Sykora
  2010-02-04 19:34 ` Iruata Souza
  2010-02-11 14:27 ` Rudolf Sykora
  0 siblings, 2 replies; 4+ messages in thread
From: Rudolf Sykora @ 2010-02-04 18:50 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello everybody,

I don't understand what's happening:

I run pull to attain the acme directory with the same contents as is
on the server.
Then I run pull again.
I'd expect there should be now no lines starting with acme, since it
has been synchronized.
But the truth is different. Not only I do not have the files up to
date, but some disappeared!

Also, could you tell me what those errors are about and what the
/n/boot directory is good for?

Thanks a lot!
Ruda

-------------------------------
term% pull -s acme
! adm/timezone/local: locally modified; will not overwrite
a acme/bin/386/Mail 775 sys sys 1236622904
a acme/bin/386/News 775 sys sys 1236622904
a acme/bin/386/Wiki 775 sys sys 1236622904
a acme/bin/386/spout 775 sys sys 1222571291
a acme/bin/386/win 775 sys sys 1241835505
a acme/bin/source/win/main.c 664 sys sys 1241817981
a acme/wiki 20000000775 sys sys 1197570952
error: mkdir acme/wiki: '/n/boot/acme/wiki' does not exist
! rc/bin/termrc: locally modified; will not overwrite
c acme/bin/386/win
c acme/mail/src/mesg.c
c acme/bin/386/Mail
c acme/mail/src/dat.h
c acme/mail/src/mesg.c
c acme/mail/src/reply.c
c acme/bin/386/Mail
! rc/bin/9fs: locally modified; will not update [927 1144685284 -> 927
1243421067]
error: copying /n/boot/acme/bin/386/Mail: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/News: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/Wiki: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/spout: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/win: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/source/win/main.c: '/n/boot/acme/bin'
does not exist

error: copying /n/boot/acme/mail/src/dat.h: '/n/boot/acme/mail' does not exist

error: copying /n/boot/acme/mail/src/mesg.c: '/n/boot/acme/mail' does not exist

error: copying /n/boot/acme/mail/src/reply.c: '/n/boot/acme/mail' does not exist

term% pull
! adm/timezone/local: locally modified; will not overwrite
a acme/bin/386/Mail 775 sys sys 1236622904
a acme/bin/386/News 775 sys sys 1236622904
a acme/bin/386/Wiki 775 sys sys 1236622904
a acme/bin/386/spout 775 sys sys 1222571291
a acme/bin/386/win 775 sys sys 1241835505
a acme/bin/source/win/main.c 664 sys sys 1241817981
a acme/wiki 20000000775 sys sys 1197570952
error: mkdir acme/wiki: '/n/boot/acme/wiki' does not exist
! rc/bin/termrc: locally modified; will not overwrite
! acme/bin/386/win: locally removed; will not update
! acme/mail/src/mesg.c: locally removed; will not update
! acme/bin/386/Mail: locally removed; will not update
! acme/mail/src/dat.h: locally removed; will not update
! acme/mail/src/mesg.c: locally removed; will not update
! acme/mail/src/reply.c: locally removed; will not update
! acme/bin/386/Mail: locally removed; will not update
! rc/bin/9fs: locally modified; will not update [927 1144685284 -> 927
1243421067]
error: copying /n/boot/acme/bin/386/Mail: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/News: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/Wiki: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/spout: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/386/win: '/n/boot/acme/bin' does not exist

error: copying /n/boot/acme/bin/source/win/main.c: '/n/boot/acme/bin'
does not exist

term%
-------------------------------



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

* Re: [9fans] problem with pull
  2010-02-04 18:50 [9fans] problem with pull Rudolf Sykora
@ 2010-02-04 19:34 ` Iruata Souza
  2010-02-09 18:02   ` Rudolf Sykora
  2010-02-11 14:27 ` Rudolf Sykora
  1 sibling, 1 reply; 4+ messages in thread
From: Iruata Souza @ 2010-02-04 19:34 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, Feb 4, 2010 at 4:50 PM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
> Also, could you tell me what those errors are about and what the
> /n/boot directory is good for?
>

/n/boot seems to be the mount of #s/boot, the root file server srv file.



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

* Re: [9fans] problem with pull
  2010-02-04 19:34 ` Iruata Souza
@ 2010-02-09 18:02   ` Rudolf Sykora
  0 siblings, 0 replies; 4+ messages in thread
From: Rudolf Sykora @ 2010-02-09 18:02 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On 4 February 2010 20:34, Iruata Souza <iru.muzgo@gmail.com> wrote:
> On Thu, Feb 4, 2010 at 4:50 PM, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>> Also, could you tell me what those errors are about and what the
>> /n/boot directory is good for?
>>
>
> /n/boot seems to be the mount of #s/boot, the root file server srv file.
>

And what does it mean for my problem? How is it connected to the
messages I am getting?

Thanks a lot!
R



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

* Re: [9fans] problem with pull
  2010-02-04 18:50 [9fans] problem with pull Rudolf Sykora
  2010-02-04 19:34 ` Iruata Souza
@ 2010-02-11 14:27 ` Rudolf Sykora
  1 sibling, 0 replies; 4+ messages in thread
From: Rudolf Sykora @ 2010-02-11 14:27 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello,

Trying once more...
When I tried to update my system recently I obtained the attached result.
And I don't know if I understand it, neither how to proceed...

I wanted to update the system and use the exact copy of acme-related
things from the server.
But the pull didn't work (and still doesn't) as I expected.
Some errors appeared, and more, the next pull claimed e.g acme/win was
locally removed...
Can anybody shed some light on it?

Also, is there any example of e.g. local use replica, i.e.
synchronizing two directory trees?
Are there any pros why replica should be used in place of e.g. mercurial?

Thanks!
Ruda

On 4 February 2010 19:50, Rudolf Sykora <rudolf.sykora@gmail.com> wrote:
>
> -------------------------------
> term% pull -s acme
> ! adm/timezone/local: locally modified; will not overwrite
> a acme/bin/386/Mail 775 sys sys 1236622904
> a acme/bin/386/News 775 sys sys 1236622904
> a acme/bin/386/Wiki 775 sys sys 1236622904
> a acme/bin/386/spout 775 sys sys 1222571291
> a acme/bin/386/win 775 sys sys 1241835505
> a acme/bin/source/win/main.c 664 sys sys 1241817981
> a acme/wiki 20000000775 sys sys 1197570952
> error: mkdir acme/wiki: '/n/boot/acme/wiki' does not exist
> ! rc/bin/termrc: locally modified; will not overwrite
> c acme/bin/386/win
> c acme/mail/src/mesg.c
> c acme/bin/386/Mail
> c acme/mail/src/dat.h
> c acme/mail/src/mesg.c
> c acme/mail/src/reply.c
> c acme/bin/386/Mail
> ! rc/bin/9fs: locally modified; will not update [927 1144685284 -> 927
> 1243421067]
> error: copying /n/boot/acme/bin/386/Mail: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/News: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/Wiki: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/spout: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/win: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/source/win/main.c: '/n/boot/acme/bin'
> does not exist
>
> error: copying /n/boot/acme/mail/src/dat.h: '/n/boot/acme/mail' does not exist
>
> error: copying /n/boot/acme/mail/src/mesg.c: '/n/boot/acme/mail' does not exist
>
> error: copying /n/boot/acme/mail/src/reply.c: '/n/boot/acme/mail' does not exist
>
> term% pull
> ! adm/timezone/local: locally modified; will not overwrite
> a acme/bin/386/Mail 775 sys sys 1236622904
> a acme/bin/386/News 775 sys sys 1236622904
> a acme/bin/386/Wiki 775 sys sys 1236622904
> a acme/bin/386/spout 775 sys sys 1222571291
> a acme/bin/386/win 775 sys sys 1241835505
> a acme/bin/source/win/main.c 664 sys sys 1241817981
> a acme/wiki 20000000775 sys sys 1197570952
> error: mkdir acme/wiki: '/n/boot/acme/wiki' does not exist
> ! rc/bin/termrc: locally modified; will not overwrite
> ! acme/bin/386/win: locally removed; will not update
> ! acme/mail/src/mesg.c: locally removed; will not update
> ! acme/bin/386/Mail: locally removed; will not update
> ! acme/mail/src/dat.h: locally removed; will not update
> ! acme/mail/src/mesg.c: locally removed; will not update
> ! acme/mail/src/reply.c: locally removed; will not update
> ! acme/bin/386/Mail: locally removed; will not update
> ! rc/bin/9fs: locally modified; will not update [927 1144685284 -> 927
> 1243421067]
> error: copying /n/boot/acme/bin/386/Mail: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/News: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/Wiki: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/spout: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/386/win: '/n/boot/acme/bin' does not exist
>
> error: copying /n/boot/acme/bin/source/win/main.c: '/n/boot/acme/bin'
> does not exist
>
> term%
> -------------------------------
>



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

end of thread, other threads:[~2010-02-11 14:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-04 18:50 [9fans] problem with pull Rudolf Sykora
2010-02-04 19:34 ` Iruata Souza
2010-02-09 18:02   ` Rudolf Sykora
2010-02-11 14:27 ` Rudolf Sykora

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).