Re: [9fans] Newbie Question

2019-12-19 Thread cinap_lenrek
ok, never mind. -- cinap -- 9fans: 9fans Permalink: https://9fans.topicbox.com/groups/9fans/Tda6e61e03ce222c0-M2425616a037a16c94ec7afd1 Delivery options: https://9fans.topicbox.com/groups/9fans/subscription

Re: [9fans] Newbie Question

2019-12-19 Thread cinap_lenrek
makes sense. you need to configure the fileserver to listen on the network by specifying bootargs on the fs like: local!/dev/sdXX/fscache -a tcp!*!564 you can verify this with the netstat command on the fs console looking for 9fs service in Listen state. or use "tcp" instead of "tls" on the netb

Re: [9fans] Newbie Question

2019-12-18 Thread Frank D. Engel, Jr.
I figured this one out...  I had missed adding the "-a tcp!*!564" option on the file server bootargs. Now it is working! On 12/18/19 6:57 PM, Frank D. Engel, Jr. wrote: ok, I seem to have run into another one. I now have the file server booting as a cpu server with authentication enabled, a

Re: [9fans] Newbie Question

2019-12-18 Thread Frank D. Engel, Jr.
ok, I seem to have run into another one. I now have the file server booting as a cpu server with authentication enabled, and am trying to net boot another host from there. I have dhcpd and tftpd running on the file server; my /cfg/pxe/default looks like this: bootfile=/386/9pc bootargs=tl

Re: [9fans] Newbie Question

2019-12-16 Thread Frank D. Engel, Jr.
Thank you! When I tried bringing it up as a cpu server with auth enabled it did indeed make it past the errors. I'll see if I can work things out from there. On 12/16/19 2:27 PM, cinap_len...@felloff.net wrote: i believe that this is due to running a with service=terminal. this causes fact

Re: [9fans] Newbie Question

2019-12-16 Thread cinap_lenrek
i believe that this is due to running a with service=terminal. this causes factotum to be started as a client with no keys in it. the p9any auth protocol starts by the server presenting a set of keys, auth domains and protocols, which you wont have in this case (no keys there). which is most likel

Re: [9fans] Newbie question: I have a plan9 system running on

2012-11-16 Thread keystroke
Damn, google eat my post again. The problem is solve. Using ftpserver on xp, and ftpfs to mount the dir. Although it's really slow, it works. Many thanks to you folks.

Re: [9fans] Newbie question: I have a plan9 system

2012-11-12 Thread erik quanstrom
On Mon Nov 12 05:26:47 EST 2012, cinap_len...@gmx.de wrote: > you could drawterm to your plan9 vm, and just access your local windows > namespace under /mnt/term. i think the standard drawterm only makes the > C: drive available, but i have a version that exports all drives under > /mnt/term: > >

Re: [9fans] Newbie question: I have a plan9 system

2012-11-12 Thread cinap_lenrek
you could drawterm to your plan9 vm, and just access your local windows namespace under /mnt/term. i think the standard drawterm only makes the C: drive available, but i have a version that exports all drives under /mnt/term: http://9hal.ath.cx/usr/cinap_lenrek/drawterm.exe http://9hal.ath.cx/usr

Re: [9fans] Newbie question: I have a plan9 system

2012-11-12 Thread Bence Fábián
Using ftpd on either system. On plan 9 it's documented in the manpage ipserv(8) if you run the server on the windows machine, read ftpfs(4) 2012/11/12 keystroke > In the doubt of news group have eaten my last posts, I post again to make > sure > my answer should be know. > > Thanks, John, I pos

Re: [9fans] Newbie question: I have a plan9 system

2012-11-12 Thread keystroke
In the doubt of news group have eaten my last posts, I post again to make sure my answer should be know. Thanks, John, I post my question in the title of the mail, clearly it's not obvious to be perceive. Sorry for that. The question is: I had my laptop running under windows xp, and I installed

Re: [9fans] Newbie question: I have a plan9 system running on

2012-11-05 Thread John Floren
On Mon, Nov 5, 2012 at 5:33 AM, keystroke wrote: > I'm not sure whether it's stupid to ask this question here. > > Maybe it's too easy a question to answer, maybe you think that I am too lazy > to post a question before do a good search on google, or read the document > offered. > > But English

Re: [9fans] Newbie question

2009-04-21 Thread Eoghan Sherry
2009/4/21 philo...@juno.com : > Could someone be kind enough to remind me how I gain access > to protected folders such as /lib and /bin You want to add yourself to the group sys on the file server (fossil). The wiki explains how with links to relevant man pages: http://www.plan9.bell-labs.com/wik