Re: [9fans] USB keyboard/mouse

2008-06-16 Thread sqweek
On Tue, Jun 17, 2008 at 9:12 AM, ron minnich <[EMAIL PROTECTED]> wrote: > On Mon, Jun 16, 2008 at 4:27 PM, erik quanstrom <[EMAIL PROTECTED]> wrote: >>> [how to get usb mouse/keyboard working?] >> >> either >> (a) compile a kernel without usb support and use that, or >> >> (b) add usb/usbd

Re: [9fans] USB keyboard/mouse

2008-06-16 Thread ron minnich
On Mon, Jun 16, 2008 at 4:27 PM, erik quanstrom <[EMAIL PROTECTED]> wrote: >> Hi, >> >> I am trying to use a Logitech USB Keyboard+Mouse in Plan 9. The keyboard >> is running in the bios, but when Plan 9 is starting the keyboard is not >> responding. I can't select where is the root partition (hit

Re: [9fans] USB keyboard/mouse

2008-06-16 Thread erik quanstrom
> Hi, > > I am trying to use a Logitech USB Keyboard+Mouse in Plan 9. The keyboard > is running in the bios, but when Plan 9 is starting the keyboard is not > responding. I can't select where is the root partition (hit enter). > > Any help? > > Thanks. either (a) compile a kernel without

[9fans] USB keyboard/mouse

2008-06-16 Thread Rodolfo kix GarciĀ­a
Hi, I am trying to use a Logitech USB Keyboard+Mouse in Plan 9. The keyboard is running in the bios, but when Plan 9 is starting the keyboard is not responding. I can't select where is the root partition (hit enter). Any help? Thanks.

Re: [9fans] pnp factotum from linux to plan 9: site-specific password failures.

2008-06-16 Thread ron minnich
On Wed, Jun 4, 2008 at 10:33 AM, Russ Cox <[EMAIL PROTECTED]> wrote: >> p9skclient: gettickets: Connection timed out > > Aha! Factotum uses ndb (the library, not the program) > to map from auth domain to auth server. If it can't find > a mapping, it tries to use the auth domain as a machine > nam

Re: [9fans] command line tool for storing / reading files on venti

2008-06-16 Thread ron minnich
On Sun, Jun 15, 2008 at 4:58 PM, Enrico Weigelt <[EMAIL PROTECTED]> wrote: > * Pietro Gagliardi <[EMAIL PROTECTED]> wrote: >> Doesn't matter. Process groups are process groups on any Unix clone. >> If it's daemons you're dealing with, then it leaves the scope of this >> room. If it's Windows, you'r

Re: [9fans] Porting plan9 assembler/compiler on Linux

2008-06-16 Thread sqweek
On Mon, Jun 16, 2008 at 4:45 PM, <[EMAIL PROTECTED]> wrote: > Hi, > I am plan 9 fan, this is my first post with this google account. :) > Like the title says, where should i look into first? There was some work done on that for the gsoc last year. See http://gsoc.cat-v.org/projects/kencc/ and ht

[9fans] Porting plan9 assembler/compiler on Linux

2008-06-16 Thread plan9assembler
Hi, I am plan 9 fan, this is my first post with this google account. :) Like the title says, where should i look into first? I am already compiled plan9port on fedora 9 and using it's acme on gnome environment. TIA

Re: [9fans] command line tool for storing / reading files on venti

2008-06-16 Thread Steve Simon
> Doesn't matter. Process groups are process groups on any Unix clone. > If it's daemons you're dealing with, then it leaves the scope of this > room. If it's Windows, you're out of luck. Not true, Windows has the concept of process groups. See the description of CREATE_NEW_PROCESS_GROUP at h