9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] plan9port
@ 2008-11-21 21:09 Rudolf Sykora
  2008-11-21 21:43 ` Uriel
  0 siblings, 1 reply; 4+ messages in thread
From: Rudolf Sykora @ 2008-11-21 21:09 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Hello, (this is probably targeted at Russ Cox...)


Why, on
http://swtch.com/debian/dists/testing/main/binary-i386/Packages
the description of
Package: plan9port-bin24
says
This package contains binaries for Linux 2.6 and later kernels
while
Package: plan9port-bin26
says
This package contains binaries for Linux 2.4 and earlier kernels

I would somehow expect it be the other way round...
So just in case it would be...
Ruda
Ruda



^ permalink raw reply	[flat|nested] 4+ messages in thread
* [9fans] plan9port
@ 2021-09-24  2:58 有澤 健治
  0 siblings, 0 replies; 4+ messages in thread
From: 有澤 健治 @ 2021-09-24  2:58 UTC (permalink / raw)
  To: 9fans

Hello 9fans.

issue:
9pfuse does not try to be authenticated.

the fix:
replace fsmount in src/cmd/9pfuse/main.c by fsamount.

how to fix:
(a) we need to add
     #include <auth.h>
in src/cmd/9pfuse/a.h
(b) replace
     if((fsys = fsmount(fd, spec)) == nil)
by
     if((fsys = fsamount(fd, spec)) == nil)
in src/cmd/9pfuse/main.c

if you want to leave old protocol, adding "-n" flag may be better 
following 9p command.

Kenji Arisawa


------------------------------------------
9fans: 9fans
Permalink: https://9fans.topicbox.com/groups/9fans/T0cd6b4c2ce9f9a00-M9d256d23c5f69112f5294f4c
Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

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

end of thread, other threads:[~2021-09-24  2:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-11-21 21:09 [9fans] plan9port Rudolf Sykora
2008-11-21 21:43 ` Uriel
2008-11-22  0:56   ` Russ Cox
2021-09-24  2:58 有澤 健治

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