9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: arisawa@ar.aichi-u.ac.jp
To: 9fans@cse.psu.edu
Subject: Re: [9fans] #i: no frame buffer
Date: Fri, 10 Nov 2000 21:42:09 +0900	[thread overview]
Message-ID: <20001110131827.8DDBB199FF@mail.cse.psu.edu> (raw)
In-Reply-To: <200011101154.eAABsjM04073@hon.ai.univ-paris8.fr>

Hello,

>Trying to configure the very same machine as a cpu/auth server, I
>have the same 'bind: #i: no frame buffer' problem that some others
>encountered.

distributed pccpudisk support only few vga
and pccpu support nothing.

change pccpudisk and pccpu as bellow.
(you can remove redundant vga support)

Kenji Arisawa
E-mail: arisawa@aichi-u.ac.jp

------------ /sys/src/9/pc/pccpudisk ------------
dev
        root
        cons
        arch
        env
        pipe
        proc
        mnt
        srv
        dup
        rtc
        ssl
        bridge

        ether           netif
        ip              arp dial inferno ip ipaux iproute kio netlog  
nullmedium pktmedium ptclbsum386

        draw            screen vga vgax
        mouse           mouse
        vga

        sd
        floppy          dma

        lpt
        ns16552
        astar           pci

link
        ether82557      pci
        etherelnk3      pci
        ethermedium

misc
        archmp          mp apic

        ipconfig.root
        kfs.root

        sdata           pci sdscsi
        sd53c8xx        pci sdscsi
        sdmylex         pci sdscsi

        vga3dfx         +cur
        vgaark2000pv    +cur
        vgabt485        =cur
        vgaclgd542x     +cur
        vgaclgd546x     +cur
        vgact65545      +cur
        vgacyber938x    +cur
        vgahiqvideo     +cur
        vgamach64xx     +cur
        vgamga2164w     +cur
        vganeomagic     +cur
        vgargb524       =cur
        vgas3           +cur vgasavage
        vgat2r4         +cur
        vgatvp3020      =cur
        vgatvp3026      =cur

ip
        il
        tcp
        udp
        rudp
        ipifc
        icmp
        gre
        ipmux

port
        int cpuserver = 1;

boot cpu boot #S/sdC0/
        local
        il


-------------- /sys/src/9/pc/pccpu ----------
dev
        root
        cons
        arch
        env
        pipe
        proc
        mnt
        mntstats
        srv
        dup
        rtc
        ssl
        bridge

        ether           netif
        ip              arp dial inferno ip ipaux iproute kio netlog  
nullmedium pktmedium ptclbsum386

        draw            screen vga vgax
        mouse           mouse
        vga

        sd
        floppy          dma

        lpt
        ns16552

link
        ether2000       ether8390
        ether2114x      pci
        ether79c970     pci
        ether8003       ether8390
        ether82557      pci
        etherelnk3      pci
        ethermedium

misc
        archmp          mp apic

        ipconfig.root

        sdata           pci sdscsi
        sd53c8xx        pci sdscsi
        sdmylex         pci sdscsi

        vga3dfx         +cur
        vgaark2000pv    +cur
        vgabt485        =cur
        vgaclgd542x     +cur
        vgaclgd546x     +cur
        vgact65545      +cur
        vgacyber938x    +cur
        vgahiqvideo     +cur
        vgamach64xx     +cur
        vgamga2164w     +cur
        vganeomagic     +cur
        vgargb524       =cur
        vgas3           +cur vgasavage
        vgat2r4         +cur
        vgatvp3020      =cur
        vgatvp3026      =cur

ip
        il
        tcp
        udp
        rudp
        ipifc
        icmp
        gre
        ipmux

port
        int cpuserver = 1;

boot cpu
        il


  reply	other threads:[~2000-11-10 12:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-11-10 11:54 Jean Mehat
2000-11-10 12:42 ` arisawa [this message]
2000-11-10 15:33   ` Fco. J. Ballesteros

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20001110131827.8DDBB199FF@mail.cse.psu.edu \
    --to=arisawa@ar.aichi-u.ac.jp \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).