9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] nusbrc(8) patch
@ 2021-06-18 21:20 igor
  2021-06-19 10:45 ` Alex Musolino
  2021-06-19 12:04 ` kvik
  0 siblings, 2 replies; 5+ messages in thread
From: igor @ 2021-06-18 21:20 UTC (permalink / raw)
  To: 9front; +Cc: igor

Spotted two small typos while reading nusbrc(8):

term% git/diff /sys/man/8/nusbrc 
--- //.git/fs/object/b3215c807556cdaaa0f949f1fb3f97c484ffd1da/tree//sys/man/8/nusbrc
+++ /sys/man/8/nusbrc
@@ -31,5 +31,5 @@
 identified by the devices unique name assigned by usbd.
 When the environment variable
 .I nousbhname
-is defined, devies are named by ther dynamically assigned
+is defined, devices are named by their dynamically assigned
 usb device address instead. This emulates the old behaviour.


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

* Re: [9front] nusbrc(8) patch
  2021-06-18 21:20 [9front] nusbrc(8) patch igor
@ 2021-06-19 10:45 ` Alex Musolino
  2021-06-19 16:19   ` ori
  2021-06-19 12:04 ` kvik
  1 sibling, 1 reply; 5+ messages in thread
From: Alex Musolino @ 2021-06-19 10:45 UTC (permalink / raw)
  To: 9front

I'm trying to push this change but am running into problems:

term% git/push -d
exec tlsclient -a tcp!git.9front.org!17021
<=w= 003c:	git-receive-pack /plan9front/plan9front\0host=git.9front.org\0
nu: 1
update: 40cba255802923eaa20f5a79a9bf9dd306222de8 refs/heads/front
=r=> 002d:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da HEAD
=r=> 003a:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da refs/heads/front\n
=r=> 0000
start write phase
<=w= 0062:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da 40cba255802923eaa20f5a79a9bf9dd306222de8 refs/heads/front
<=w= 0000
twixt init: keep 40cba255802923eaa20f5a79a9bf9dd306222de8
init: drop b3215c807556cdaaa0f949f1fb3f97c484ffd1da
init: drop b3215c807556cdaaa0f949f1fb3f97c484ffd1da
finding twixt commits
picking deltas
deltifying 6 objects: 100%
generating pack
writing 6 objects: 100%
/bin/git/push: send 1089652: sys: write on closed pipe pc=0x2153af
term% 

What am I doing wrong?


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

* Re: [9front] nusbrc(8) patch
  2021-06-18 21:20 [9front] nusbrc(8) patch igor
  2021-06-19 10:45 ` Alex Musolino
@ 2021-06-19 12:04 ` kvik
  1 sibling, 0 replies; 5+ messages in thread
From: kvik @ 2021-06-19 12:04 UTC (permalink / raw)
  To: 9front

Done, thanks.


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

* Re: [9front] nusbrc(8) patch
  2021-06-19 10:45 ` Alex Musolino
@ 2021-06-19 16:19   ` ori
  2021-06-20  2:02     ` Alex Musolino
  0 siblings, 1 reply; 5+ messages in thread
From: ori @ 2021-06-19 16:19 UTC (permalink / raw)
  To: 9front

Quoth Alex Musolino <alex@musolino.id.au>:
> I'm trying to push this change but am running into problems:
> 
> term% git/push -d
> exec tlsclient -a tcp!git.9front.org!17021
> <=w= 003c:	git-receive-pack /plan9front/plan9front\0host=git.9front.org\0
> nu: 1
> update: 40cba255802923eaa20f5a79a9bf9dd306222de8 refs/heads/front
> =r=> 002d:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da HEAD
> =r=> 003a:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da refs/heads/front\n
> =r=> 0000
> start write phase
> <=w= 0062:	b3215c807556cdaaa0f949f1fb3f97c484ffd1da 40cba255802923eaa20f5a79a9bf9dd306222de8 refs/heads/front
> <=w= 0000
> twixt init: keep 40cba255802923eaa20f5a79a9bf9dd306222de8
> init: drop b3215c807556cdaaa0f949f1fb3f97c484ffd1da
> init: drop b3215c807556cdaaa0f949f1fb3f97c484ffd1da
> finding twixt commits
> picking deltas
> deltifying 6 objects: 100%
> generating pack
> writing 6 objects: 100%
> /bin/git/push: send 1089652: sys: write on closed pipe pc=0x2153af
> term% 
> 
> What am I doing wrong?
> 

1) are you pushing using hjgit://? (edit /dist/plan9front/.git/config)

2) are you able to connect to git.9front.org over rcpu?



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

* Re: [9front] nusbrc(8) patch
  2021-06-19 16:19   ` ori
@ 2021-06-20  2:02     ` Alex Musolino
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Musolino @ 2021-06-20  2:02 UTC (permalink / raw)
  To: 9front

> 1) are you pushing using hjgit://? (edit /dist/plan9front/.git/config)

Yes.

> 2) are you able to connect to git.9front.org over rcpu?

Yes.

I eventually found that git/query also wasn't working.  That seems to
have been because my .git/refs/heads/front file was empty.  I updated
it to the latest hash and all seems to be right again.


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

end of thread, other threads:[~2021-06-20 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 21:20 [9front] nusbrc(8) patch igor
2021-06-19 10:45 ` Alex Musolino
2021-06-19 16:19   ` ori
2021-06-20  2:02     ` Alex Musolino
2021-06-19 12:04 ` kvik

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