[9fans] pull - warning

2007-12-03 Thread Antonin Vecera
cpu% replica/pull -v /dist/replica/network warning: skipping bad log entry <> cpu% What does this message mean? Should I ignore it? Antonin

Re: [9fans] Tip of the day...

2007-11-26 Thread Antonin Vecera
7;$2 == "ata" {print $1}'<'#S/sdctl'} > > for(i in '#S'/^$d^*/ctl) > awk '$6 > 0 && $8 == 0 {print "echo dma on > " > ENVIRON["i"]}'<$i | > sed 's/#/''#''/g' | > rc > > - erik > /bin/dmaon Antonin

Re: [9fans] Plan 9 wiping itself?

2007-11-24 Thread Antonin Vecera
Yes. But in the same time many files and dirs were copied back. Antonin On Nov 24, 2007 12:29 AM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote: > term% /usr/glenda/bin/rc/pull > d just about every file in the sys/src/lib* directories > > What does this mean? am I going to los

Re: [9fans] QEMU question

2007-11-11 Thread Antonin Vecera
But what does this boot menu mean? I saw it yesterday after making new instalation of Plan9 with fresh install CD. It looks like a menu, but in plan9.ini isn't any [menu] section. Is it some new feature? Any doc? Antonin On Nov 10, 2007 2:28 AM, erik quanstrom <[EMAIL PROTECTED

Re: [9fans] a small error in /rc/bin/cpurc

2007-11-05 Thread Antonin Vecera
On 11/5/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hello, > > I downloaded CD-ROM image today, and found the order in /bin/termrc is > ip/ipconfig > ndb/dns -r termrc is OK. I don't like cpurc . Antonin

Re: [9fans] a small error in /rc/bin/cpurc

2007-11-05 Thread Antonin Vecera
t; Josh > 100% agree. But... unfortunately I don't have spare machine to run Plan9 native. I must run Plan9 in VMware player. Antonin

Re: [9fans] a small error in /rc/bin/cpurc

2007-11-04 Thread Antonin Vecera
, I don't need to meditate where else should I go. But maybe in future I will find some reason to make my /lib/ndb/local more accurate. I just look around and I love playing with Plan9. Antonin

Re: [9fans] a small error in /rc/bin/cpurc

2007-11-04 Thread Antonin Vecera
maybe i am wrong, but I think that if I first do ip/ipconfig and then ndb/dns -r , it will work for me and even for you. If you change the order, it will work only for you. Antonin

[9fans] a small error in /rc/bin/cpurc

2007-11-03 Thread Antonin Vecera
Hi all, there is a bad order in initialization of network in /rc/bin/cpurc: ndb/dns -r ip/ipconfig When I boot with these settings I get message: ndb/dns: can't read my ip address I suggest to swap these commands. Antonin

[9fans] Re: updated 9load not working

2007-11-03 Thread Antonin Vecera
I did next update and I got new version of /386/9load ...still not working. Antonin

[9fans] updated 9load not working

2007-11-02 Thread Antonin Vecera
; can't read last one dev A0 port 1F0 config 427A capabilities 2F00 mwdma 0007 udma 0407 sectread: bios failed to read 512 @ sector 0 of 0x80 sectread: bios failed to read 512 @ sector 1073741822 of 0x80 sectread: bios failed to read 512 @ sector 0 of 0x80 Antonin

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
On 10/15/07, erik quanstrom <[EMAIL PROTECTED]> wrote: > > Is the usable size of kernel limited? > > I use NOT gziped variation of kernel, just as is written in "Compiling > > kernels (Plan 9 wiki)". > > Am I wrong? > > > > Antonin > > yes.

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
On 10/15/07, ron minnich <[EMAIL PROTECTED]> wrote: > On 10/15/07, Antonin Vecera <[EMAIL PROTECTED]> wrote: > > I have just made new compilation of 9pccpuf with "mk clean" at the > > beginning. > > No success... :-( > > > > ls -l /n/9fat

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
you're not booting > from venti, you can get rid of that. in the ip section you can get > rid of gre, rudp and likely ipmux. > Yes, I know I can make a custom kernel. But I assume that pccpuf config file from the distribution CD will work. Without any corrections. Custom kernel should be second step. Antonin

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
/9fat/9pcf --rw-rw-rw- M 22 bill trog275 Oct 13 2007 /n/9fat/plan9.ini Antonin On 10/15/07, Steve Simon <[EMAIL PROTECTED]> wrote: > > cd /sys/src/9/pc > > mk 'CONF=pc' install > > mk 'CONF=pcf' install > > mk 'CONF=

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
> (i had that problem just over the weekend, but with ken's kernel. > switching to 4MB pages solved the problem.) > How to do it? I compile my kernels exactly according to http://cm.bell-labs.com/wiki/plan9/Compiling_kernels Antonin

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
cd /386 cp 9load 9pcf 9pccpuf /n/9fat # reboot Antonin

Re: [9fans] 9pccpuf freezes (after replica/pull)

2007-10-15 Thread Antonin Vecera
00020 _ == Antonin

[9fans] 9pccpuf freezes (after replica/pull)

2007-10-14 Thread Antonin Vecera
Hi all, I have done "replica/pull -v /dist/replica/network" a few days ago. After that I made new kernel "9pccpuf" for my file/auth/cpu server. Since then I can't boot (in Qemu) - my machine starts booting, prints some lines of dots and then freezes... (9pcf boots ok) Any idea? Antonin

Re: [9fans] factotum question

2007-09-29 Thread Antonin Vecera
I got it! I misunderstand to factotum. :-( I need to use secstore. Antonin On 9/28/07, Antonin Vecera <[EMAIL PROTECTED]> wrote: > Yes, as I understand each window/process has its own namespace. > But I guess some sources can be shared among them, f.e. my > passwords/keys sto

Re: [9fans] factotum question

2007-09-28 Thread Antonin Vecera
7;t see my factotum keys. Why? Maybe I should bind/mount something. But both namespaces contain "mount -a '#s/factotum' /mnt". Is it not enough? auth/factotum in drawterm doesn't help. Antonin On 9/28/07, Gabriel Diaz <[EMAIL PROTECTED]> wrote: > hello >

[9fans] factotum question

2007-09-28 Thread Antonin Vecera
ored there. Why? Antonin

Re: [9fans] bind and namespace

2007-09-26 Thread Antonin Vecera
Yes. Now it does sense to me. Thank you! :-) Antonin On 9/26/07, Martin Neubauer <[EMAIL PROTECTED]> wrote: > * Antonin Vecera ([EMAIL PROTECTED]) wrote: > > In my home profile is "bind -a $home/bin/rc /bin" . > > Why is not in my namespace line "bind -

Re: [9fans] bind and namespace

2007-09-26 Thread Antonin Vecera
On 9/26/07, Gorka Guardiola <[EMAIL PROTECTED]> wrote: > On 9/26/07, Antonin Vecera <[EMAIL PROTECTED]> wrote: > > Why 1 bind command adds 2! lines with bind command to my namespace? > > Why is added "bind /sys/man/4 /sys/man/4" to namespace? > > Why is

Re: [9fans] bind and namespace

2007-09-26 Thread Antonin Vecera
there is already there so it gets resolved. That are the > extra lines you are looking at. ...sorry, i don't understand. :-( Why 1 bind command adds 2! lines with bind command to my namespace? Why is added "bind /sys/man/4 /sys/man/4" to namespace? Why is one dir mounted to itself? Antonin

[9fans] bind and namespace

2007-09-25 Thread Antonin Vecera
Hi all, can somebody help me to understand to bind and namespace ? I made dir for manual pages in my $home and I wanted to bind it to /sys/man . I typed: 1. term% bind -a $home/man/4 /sys/man/4 2. term% ns 3. bind /sys/man/4 /sys/man/4 4. bind -a /usr/antonin/man/4 /sys

[9fans] how to update

2007-08-01 Thread Antonin Vecera
I have successfully done "pull" and I got some changed files from /sys/src tree. Is it necessary to manually compile it or did it "pull" script? I tried to "cd /sys/src ; mk all ; mk install" but it ended with some error (compiling dhcpd.c). Antonin

Re: [9fans] how to run screensaver on cpu server console

2007-08-01 Thread Antonin Vecera
Thanks for your explanation. I have looked at apm, but "man 3 apm" says : "It is only available on uniprocessor PCs." And I want it to run on my 2 core processor. That's a pity. Antonin On 8/1/07, Kris Maglione <[EMAIL PROTECTED]> wrote: > You don't want to

Re: [9fans] how to run screensaver on cpu server console

2007-07-31 Thread Antonin Vecera
ut without the screensaver. Everybody unplugs his monitor cable or burns out his CRT/LCD screen? Antonin

[9fans] how to run screensaver on cpu server console

2007-07-31 Thread Antonin Vecera
Hi all, is it possible to run screensaver (blank screen) on cpu server console? How to set idle time? Antonin

Re: [9fans] Venti on Qemu?

2007-07-27 Thread Antonin Vecera
Hmmm... I made new installation with latest image and it seems OK. Antonin > On 7/27/07, erik quanstrom <[EMAIL PROTECTED]> wrote: > > this looks like an error one gets when the machine is shutdown > > without shuting down fossil and venti gracefully. are you running >

Re: [9fans] Venti on Qemu?

2007-07-26 Thread Antonin Vecera
It is about 2 weeks old install CD and the error messages are shown immediately after installation finished and I did reboot. Maybe Qemu doesn't emulate some function right? I wonder that nobody has problem with Venti on Qemu. :-) I will leave it on some day in future... Antonin On 7/27/07,

[9fans] Venti on Qemu?

2007-07-26 Thread Antonin Vecera
... Is it possible to run Venti on Qemu? I just want to look around it but it seems there is a problem. Hard disk size was 5GB with qcow format, memory 128MB. Antonin

Re: [9fans] patch for /rc/bin/cpurc

2007-07-19 Thread Antonin Vecera
g /dev/null onto files in /bin/service (for example) in /cfg/$sysname/namespace can be used to alter the set of services offered. You are right. Better way is to create file /cfg/$sysname/namespace . I didn't know about this option. Thanks. Antonin

[9fans] patch for /rc/bin/cpurc

2007-07-19 Thread Antonin
bin/service <-- inserted if(test -d /cfg/$sysname/ service.auth) <-- inserted /bin/bind /cfg/$sysname/service.auth /rc/bin/service.auth<-- inserted if(test -e /cfg/$sysname/cpurc) . /cfg/$sysname/cpurc Antonin

[9fans] Plan9 on Lenovo C200?

2007-07-18 Thread Antonin
Hi all, I am thinking about buying Lenovo C200 notebook and I want it to be compatible with Plan 9. Has anybody working installation of Plan 9 on this piece of hardware? ( mainly interested in integrated graphics and ethernet card, I don't care about wifi ) Thanks, Antonin

[9fans] Plan9 on Lenovo C200?

2007-07-17 Thread Antonin Vecera
Hi all, I am thinking about buying Lenovo C200 notebook and I want it to be compatible with Plan 9. Has anybody working installation of Plan 9 on this piece of hardware? ( mainly interested in integrated graphics and ethernet card, I don't care about wifi ) Thanks, Antonin

[9fans] Re: unable to download install CD

2007-06-26 Thread Antonin Vecera
Yesterday I successfully downloaded it from original site ( http://cm.bell-labs.com/plan9/). I wanted to get fresh updated copy and I was not sure if a mirror/torrent would have it. Antonin

[9fans] unable to download install CD

2007-06-25 Thread Antonin Vecera
I am unable to download during last 7 hours the install CD image. I get "HTTP/1.1 404 sorry, one to a customer". Is it successful DOS to Plan 9 site? :-) Antonin

Re: [9fans] error in fscons?

2007-06-14 Thread Antonin Vecera
Thanks. Antonin On 6/14/07, Richard Miller <[EMAIL PROTECTED]> wrote: > Will it be corrected in installation CD? I hope so - I've just submitted it as a patch.

Re: [9fans] error in fscons?

2007-06-14 Thread Antonin Vecera
Will it be corrected in installation CD? Antonin On 6/13/07, Richard Miller <[EMAIL PROTECTED]> wrote: > I think there is an error in fossil or fscons... I think you're right, and the correction is to delete these lines: /sys/src/cmd/fossil/9user.c:228,229

[9fans] error in fscons?

2007-06-13 Thread Antonin Vecera
ONSENSE!!! % cat /adm/users adm:adm:adm:sys,bootes bootes:bootes:: glenda:glenda:glenda: none:none:: noworld:noworld:: sys:sys::adm <- NONSENSE!!! upas:upas:: I think there is an error in fossil or fscons... Antonin

Re: [9fans] fossil crash after installation

2007-06-04 Thread Antonin Vecera
On 6/4/07, Steve Simon <[EMAIL PROTECTED]> wrote: echo 'dma off' > /dev/sd00/ctl Where is the best place to disable DMA ? This command can be used in termrc (or cpurc) after kernel is loaded. But isn't it late? Antonin

Re: [9fans] fossil crash after installation

2007-06-04 Thread Antonin Vecera
ecessary to disable it in Plan 9? Should I care what is set in PIO mode? Antonin

[9fans] fossil crash after installation

2007-06-04 Thread Antonin Vecera
install MS-Windows and it was OK) Antonin

Re: [9fans] an error on distribution CD

2007-05-22 Thread Antonin
Thanks. Antonin Richard Miller napsal: > > Is there an error or am I wrong? > > There was an error but it has now been fixed - try again > with a new copy of the cd from the website.

[9fans] an error on distribution CD

2007-05-22 Thread Antonin
rc: null list in concatenation init: rc exit status: rc 8: error init: starting /bin/rc % _ Is there an error or am I wrong? Antonin

Re: [9fans] Is IBM ThinkPad R60e notebook compatible with Plan9?

2007-05-10 Thread Antonin
Yes, I know... I decided to buy a pc, which will run my fs/auth/cpu server nativly (not emulated). Antonin Federico Benavento napsal: > you can always run Plan 9 on a vm like qemu or vmware. > > On 5/10/07, Antonin <[EMAIL PROTECTED]> wrote: > > That's a pity. Without a

Re: [9fans] Is IBM ThinkPad R60e notebook compatible with Plan9?

2007-05-10 Thread Antonin
That's a pity. Without a network it is useless for me. :-( Thank you for your reply. Antonin Markus Sonderegger napsal: > Hello, > > Integrated graphics work fine for me, but the ethernet card don't work. But I > think there's a > driver in progress. > > Regards

[9fans] Is IBM ThinkPad R60e notebook compatible with Plan9?

2007-05-10 Thread Antonin
Hello all, I am thinking about buying of IBM ThinkPad R60e for playing with Plan 9 at home. Does anybody know if it is compatible with Plan 9? ( mainly integrated graphics and ethernet card, I don't care about wifi ) Antonin

Re: [9fans] Problems setting up a cpu/auth/file server

2007-05-09 Thread Antonin
ccel off' > '#v/vgactl' I hope it will help you. Antonin Kim Shrier napsal: > I am having a few problems getting this going. I have a PC that I > have just installed Plan 9 on using a CD image I downloaded on May > 5th. Since I want to connect to it from my Mac us