Re: [9fans] c code differencing

2011-08-31 Thread Rodolfo kix Garcia
endif and run "cpp -DLIBA ..." and "cpp -ULIBA ..." or "cpp ..." -- ||// //\\// Rodolfo "kix" Garcia ||\\// //\\ http://www.kix.es/

Re: [9fans] regexp doubt

2010-07-13 Thread Rodolfo (kix)
Can you try: /stat[abc]?[ ;\\-]/ I am not sure (and I do not have acme here), but probably the problem is with the backslash. You can try this too: /stat[abc]?[ ;-]/ Saludos. On Tue, Jul 13, 2010 at 5:01 PM, Vinu Rajashekhar wrote: > > On Tue, Jul 13, 2010 at 8:26 PM, hugo rivera wrote: >>

Re: [9fans] iwp9.org (Re: BibTex collections of all 4 proceedings)

2010-05-12 Thread Rodolfo (kix)
Hi, IMHO I prefer Europe. The first iwp9 was in Europe, the second in USA, third in Europe, the last in USA and the next? On the other hand, Seattle (WA) is very far far far far away from here (Europe). I cannot offer any place. On Wed, May 12, 2010 at 6:08 PM, Chad Brown wrote: > FWIW, there

Re: [9fans] iwp94e proceedings

2010-05-02 Thread Rodolfo (kix)
and iwp9-5e? On Sat, May 1, 2010 at 3:12 PM, erik quanstrom wrote: > http://iwp9.org/iwp94e.pdf > > - erik > > -- Rodolfo García "kix" http://www.kix.es/ ham: EA4ERH @ IN80ER

Re: [9fans] Recommended emulators/VMs for P9 install

2010-04-15 Thread Rodolfo (kix)
I am agreed with Federico, vmware. Do not spend time with other emulators. El 15 de abr de 2010, 9:02 p.m., "Federico G. Benavento" < benave...@gmail.com> escribió: vmware, the rest just suck, qemu and virtual box being the slowest On Thu, Apr 15, 2010 at 2:11 PM, Joel C. Salomon wrote: > My

Re: [9fans] wanted: ventifs?

2010-03-22 Thread Rodolfo (kix)
vacfs? saludos. On Tue, Mar 23, 2010 at 3:02 AM, YAMANASHI Takeshi <9.na...@gmail.com> wrote: > Hi, > > I remember that there was a program called "ventifs" at one time in the past > which enabled users  to traverse a venti tree using usual 'cd' and 'ls' > commands > but I couldn't find it on th

Re: [9fans] Where can i get teh code of the Paln 9

2009-11-23 Thread Rodolfo (kix)
Probably the newbie guide can help you: www.quanstro.net/newbie-guide.pdf And the nemo's intro guide: http://lsub.org/who/nemo/9.intro.pdf On the other hand, searching in google "Plan 9 OS" the first link is: http://plan9.bell-labs.com/plan9/ ... slds. On Mon, Nov 23, 2009 at 11:17 AM, vson

Re: [9fans] Announcing ninefs for win32

2009-11-05 Thread Rodolfo (kix)
Thanks a lot cool++ On Thu, Nov 5, 2009 at 10:53 PM, Tim Newsham wrote: > I'd like to announce ninefs for win32.  This is a Dokan > based 9p filesystem driver for win32 systems built with > npfs.  This is an early release intended for the bolder > user.  I've set up a mailing list for the pr

[9fans] Small, but usefull?

2009-09-03 Thread Rodolfo (kix)
http://www.picotux.com/indexe.html -- Rodolfo García "kix" EA4ERH - IN80ER

Re: [9fans] nice quote

2009-09-02 Thread Rodolfo (kix)
I believe OS/2 is destined to be the most important operating system, and possibly program, of all time. (Bill Gates, OS/2 Programmers Guide, November 1987) ... we are all human ... :-) On Wed, Sep 2, 2009 at 4:29 PM, ron minnich wrote: > Q: "Will C continue to be important into the future?" > (

Re: [9fans] "Blocks" in C

2009-09-02 Thread Rodolfo (kix)
Hi kix (Anant), I don't like it, but the question is: do you need it? If you can do the same code with 8c, without much efford, then probably you don't need it. kix On Wed, Sep 2, 2009 at 10:04 AM, Anant Narayanan wrote: > Mac OS 10.6 introduced a new C compiler frontend (clang), which added >

Re: [9fans] iwp9 paper submission deadline

2009-08-13 Thread Rodolfo (kix)
http://iwp9.quanstro.net/ :-) On Thu, Aug 13, 2009 at 3:36 PM, erik quanstrom wrote: > it's fast approaching.  get those papers in. >        http://iwp9.net > > - erik > > -- Rodolfo García "kix" EA4ERH - IN80ER

Re: [9fans] outage Aug 2nd

2009-08-03 Thread Rodolfo (kix)
Thanks Geoff On Sun, Aug 2, 2009 at 2:20 AM, wrote: > Sunday afternoon (EDT), August 2nd, we'll move the Murray Hill Plan > 9 systems back into our newly-renovated machine room.  Plan 9 will be > unavailable for some of this time. > > -- Rodolfo García "kix" EA4ERH - IN80ER

Re: [9fans] vmware installation problems

2009-07-29 Thread Rodolfo (kix)
Is an strange problem ... problem with interrupts? Try to disable some hardware stuff, like the CD-ROM, USB, soundcard, etc. This problem is only with plan9? On Wed, Jul 29, 2009 at 4:49 PM, roger peppe wrote: > well, now i've got another problem... > i'm gettting strange time behaviour in the v

Re: [9fans] first timer - editing plan9.ini

2009-07-24 Thread Rodolfo (kix)
Some post are very constructive ... vim is not Linux, sometimes I use it on Windows :-) On Fri, Jul 24, 2009 at 6:38 PM, Kix wrote: > Some post are very constructive ... > > vim is not Linux, sometimes I use it on Windows :-) > > > El 24/07/2009, a las 12:49, maht escribió: > >> >>> Though I'm

Re: [9fans] plan9port tools speed

2009-07-24 Thread Rodolfo (kix)
The files are stripped? try "file /usr/local/plan9/bin/grep" if is non-stripped, try with "strip /usr/local/plan9/bin/grep" On Fri, Jul 24, 2009 at 11:08 AM, Francisco J Ballesteros wrote: > Think about shared libraries in linux. > >> >> Moreover, the executables in plan9/bin are bigger. Again

Re: [9fans] plan 9 regexp

2009-06-03 Thread Rodolfo (kix)
I Hugo, I do not use regex in plan9, but about the question: > But then, how exactly the '?' operator is useful for grep? I was > thinking that it was good to filter lines that contain more characters > that desired, but it is not. In PERL, for example, you can do something like: ^a$ where ^ i

Re: [9fans] music video that everone on this list will agree with :-)

2009-03-24 Thread Rodolfo kix Garcia
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I remember this: http://www.youtube.com/watch?v=q5THcoVW0oM Youtube is fine to find some old things :-) - -- - -kix- http://www.kix.es/ Joel C. Salomon escribió: > …and do you believe in yesterday(1)? > >

Re: [9fans] SYSTOR 2009---The Israeli Experimental Systems

2009-01-22 Thread Rodolfo kix García
If I remember, when you visit Israel, they put an additional paper in your passport. This paper is removed when you leave the country. Then ... your passport do not have any stamp of Israel ... and you will not have problems visit other countries. Saludos, kix. >> I wonder how much flack I would

[9fans] [Off-topic] Scifi

2009-01-16 Thread Rodolfo kix Garcia
Hi! I found these articles about scifi. Are the top tep books of scifi (NY Times) and the 20 Ten geek books. http://www.papelenblanco.com/2009/01/14-los-10-mejores-libros-de-ciencia-ficcion-segun-el-times http://www.papelenblanco.com/2007/08/30-el-top-20-de-literatura-geek The links are in sp

Re: [9fans] sendfd() on native Plan 9?

2008-12-23 Thread Rodolfo kix Garcia
Nathaniel, I am not 100% sure if my answer will solve your problem, but probably you can do it using the 9P protocol. Look http://plan9.bell-labs.com/magic/man2html/5/0intro, 9P is the way to comunicate the kernel with the proccess. Probably sendfd is not needed in Plan 9. Saludos. Nathan

Re: [9fans] This is classic.

2008-12-17 Thread Rodolfo kix Garcia
Ron, probably is something like this: http://www.linuxquestions.org/questions/fedora-35/fedora-core-9-update-dbus.exception-and-dbus.proxies-and-dbus.error.accessdenied-errors-689207/ Saludos. ron minnich escribió: For no reason that I can see I am now getting this message via a dialogue box:

Re: [9fans] 9P in C++

2008-12-17 Thread Rodolfo kix Garcia
Pietro Gagliardi escribió: Given extern "C"{ #include <9p.h> // or whatever you do } you can link 9p into a C++ program easily. Yes! If I use the extern "C" it compiles :'-) Using "extern function" is not valid for linking C and C++ Sorry Pietro, sqweek. Thanks a lot.

Re: [9fans] 9P in C++

2008-12-15 Thread Rodolfo kix Garcia
Pietro Gagliardi escribió: Given extern "C"{ #include <9p.h> // or whatever you do } you can link 9p into a C++ program easily. Thanks Pietro :-) I use: #include stdio.h #include blablabla.h extern void threadmain(int c, char *a[]) Now the file compiles. But I have other problem. gcc -L.

[9fans] 9P in C++

2008-12-15 Thread Rodolfo kix García
Hi! I am working in an c++ application on linux and I would like to use a filesystem to access to the application data. Somebody knows any 9P implementation of 9P in C++? Thanks, Saludos, kix. -- Rodolfo García AKA kix http://www.kix.es/ EA4ERH (@IN80ER)

Re: [9fans] web interface to sources seems to be down

2008-12-13 Thread Rodolfo kix Garcia
Hi, you can use: http://www.kix.in/plan9/mirror/sources/ or http://9grid.es/sources/ Saludos. kix Roman V. Shaposhnik escribió: On Fri, 2008-12-12 at 10:16 +0500, Roman Zhukov wrote: http://9fans.net/archive/2008/11/891 Aha! I now remember seeing that one. But since its been more

Re: [9fans] Mouse jumps in vmware

2008-12-11 Thread Rodolfo kix Garcia
Ummm, I am not sure if the problem is vmware-tools, probably not (and Plan 9 is not the problem too). I am using linux + plan9port + acme and I get the same problem ... I am confused... BSOD @ me Skip Tavakkolian escribió: Maybe someone will be motivated to fill in the rest using the latest

Re: [9fans] MacOS X drawterm doesn't toggle

2008-12-09 Thread Rodolfo kix Garcia
Uriel, IMO drawterm is very good tool. I use it in my computer and in others, installation is not needed, not admin privilegies, ... Saludos. Uriel escribió: Why not forget drawterm and use 9vx or inferno instead of wasting more efforts on a dead end project? uriel On Tue, Dec 9, 2008 at 8

Re: [9fans] Mouse jumps in vmware

2008-12-07 Thread Rodolfo kix Garcia
I tryed xen, qemu and vmware ... and IMO vmware is better for my plan9 virtual machines. In other thread (probably long) ... we need think about to support any emulated software. We are not many people and write drivers is a hard work. I am not sure what is the rate of 9fans using real/emulate

Re: [9fans] Mouse jumps in vmware

2008-12-07 Thread Rodolfo kix Garcia
Hi Lucio, I am happy with vmware. Is very good environment for my plan9, because my wifi card is not supported, ... "the problem is vmware" is to avoid comments about it. [EMAIL PROTECTED] escribió: Yes, I know, the problem is vmware :-) No, the problem is _not_ vmware. At least to t

[9fans] Mouse jumps in vmware

2008-12-07 Thread Rodolfo kix Garcia
Hi! I use acme in vmware (windows) with two different virtual machines, a Plan9 virtual machine and Linux+p9p virtual machine. The problem is the same. When I make r-click in acme (to search, or open a file), and the mouse jumps to other place in the screen and vmware lost the mouse referenc

Re: [9fans] Very Off-Topic: Anybody here reads Sci-Fi? :)

2008-12-03 Thread Rodolfo kix García
Sci-Fi? In Spain we have newspapers. > Anathem by Neil Stephenson. Not incredibly fast-paced but loads of > idea-porn. Apart from some (convincing) nano-technological concepts, > the science is pretty much "hard" (i.e realistic). > > > 2008/12/3 Fernan Bolando <[EMAIL PROTECTED]>: >> Hi all >> >>

Re: [9fans] How do I set passwords for users?

2008-12-02 Thread Rodolfo kix Garcia
Nolan, how are you trying to connect to the Plan9? drawterm? Plan9 do not request for a password on console. Saludos. Nolan Hamilton escribió: I created a user nhh, and would just like to know how to set a password for it. I tried "auth/changeuser nhh" and entered in all of the answers for e

[9fans] Sources down

2008-11-30 Thread Rodolfo kix Garcia
Hi! sources seems to be down: Object not found The object / does not exist on this server. errstr: '/bin/ip/httpd/sources' does not exist uri host: header host: actual host: plan9.bell-labs.com Saludos, kix.

Re: [9fans] BeagleBoard

2008-11-25 Thread Rodolfo kix García
This other one can be interesting too: http://www.thelinuxstamp.com/ > Anyone tried to get Plan 9 running on it? > http://beagleboard.org/ > > -- > Anant > > > -- Rodolfo García AKA kix http://www.kix.es/ EA4ERH (@IN80ER)

Re: [9fans] gmail

2008-11-20 Thread Rodolfo kix García
The search function with the rigth button do not function ;-) > gmail just changed their interface more into the direction of rio acme. > > -- Rodolfo García AKA kix http://www.kix.es/ EA4ERH (@IN80ER)

Re: [9fans] rio startup fails in VMWare Fusion 2.0.0

2008-11-19 Thread Rodolfo kix García
Thanks Richard. >>   aux/vga: vgactlw: : unknown vmware id 0740 > > It was picking up the wrong pci device - 15AD/0740 is a "virtual machine > communication interface", not the virtual vga controller. > > Fixed by new version of /sys/src/9/pc/vgavmware.c now on sources. > > > -- Rodolfo Garc

Re: [9fans] I want to port some program or driver

2008-11-17 Thread Rodolfo kix García
Really, do you read your messages? http://9fans.net/archive/2008/11/35 > Hi all, > > I want to port some program or driver to Plan9 which is challenging as > well as important for Plan9. Please suggest me . > > Is any JVM ported to Plan9? or Firefox? or any other suggestions > > Anticipati

Re: [9fans] Books on plan 9

2008-11-15 Thread Rodolfo kix Garcia
Hi Nolan, you can buy some items here: http://www.vitanuova.com/products.html Saludos. Nolan Hamilton escribió: I was wondering if there are any books on plan 9. I mean that I can buy at a book store, not just a .pdf. I have already read nemo's textbook. -Nolan Hamilton

Re: [9fans] Cannot "boot from:"

2008-11-08 Thread Rodolfo kix Garcia
Your CD-Rom is SATA? If it is, try to change it to legacy mode in BIOS and try Trask Bryant Trojanek escribió: I am using a Dell Latitude CPx laptop, trying to install Plan 9. I successfully get to the "boot from:" line, but anything I put into the entry gives back no feedback. I have tried sd

Re: [9fans] Is /proc an Plan9 invention ?

2008-11-07 Thread Rodolfo kix Garcia
http://en.wikipedia.org/wiki/Procfs: UNIX 8th Edition Tom J. Killian implemented the UNIX 8th Edition version of |/proc|: he presented a paper titled "Processe

Re: [9fans] VMware Server 2.0 Video Chipset

2008-10-22 Thread Rodolfo kix Garcia
The kernel file edited was /sys/src/9/pc/vgavmware.c and copy the options of vmware1 and vmware2 cards. slds Rodolfo kix Garcia escribió: Hi! I am trying to boot a new installation of Plan9 in a VMware Server 2.0. All is fine (installation under textonly) but I can´t get rio. I get this

[9fans] VMware Server 2.0 Video Chipset

2008-10-22 Thread Rodolfo kix Garcia
Hi! I am trying to boot a new installation of Plan9 in a VMware Server 2.0. All is fine (installation under textonly) but I can´t get rio. I get this on the console: aux/vga: vgactlw: linear 0x800 0x0: unknown vmware id 0740 rio: can't open display: initdisplay: /dev/draw/new: no frame bu

Re: [9fans] iwp9 hotel info

2008-10-14 Thread Rodolfo kix García
I have the room in the Phillipos too. Is cheaper than the Park Hotel with or without the IWP9 offer. On the other hand, probably the Park Hotel is better. > On Tue, Oct 14, 2008 at 4:03 PM, Noah Evans <[EMAIL PROTECTED]> wrote: >> What kind of deal did you guys get at Park hotel? I settled on a >>

Re: [9fans] Init hangs

2008-09-22 Thread Rodolfo kix García
Hi! I am not sure, and my reply can be stupid ... Try to disconect the CD-Rom in vmware, and boot plan9 slds. > Hi 9fans! > > I downloaded the ISO image dated 18 Sep 2008. The live CD worked > beautifully, > so I decided to install under VMWare Workstation 6. Well done to the guys > who > did

Re: [9fans] installation usb mouse

2008-09-22 Thread Rodolfo kix García
Hi Armando, in any case, you can edit the plan9.ini: If you are in console, you can edit it using "ed". The first time is not very easy, but only the first time ... If you are in rio (user glenda), you can edit doing: Hit enter, because the window on the top is selected. You can try with ed too

Re: [9fans] test command

2008-09-10 Thread Rodolfo kix García
a < b = !(a > b) + (a = b) > On Wed, Sep 10, 2008 at 3:19 AM, Kenji Arisawa <[EMAIL PROTECTED]> > wrote: >> Hello, >> >> "test" command of plan 9 has a operator "older", the usage is: >>test f -older t >> where f is a file and t is a time. >> however the command does not have "newer" oper

Re: [9fans] SATA VT8251 support?

2008-08-06 Thread Rodolfo kix García
Hi Erik, I try it this morning, but the server don't boot. I cannot say nothing about the problem, because the server is "far far away" and we don't have console. Probably we need change the 9load to include this SATA support. Any help? Thanks Eric, slds. >> i cant see anywhere in sdata.c an

Re: [9fans] bundle //GO.SYSIN DD

2008-07-29 Thread Rodolfo kix Garci­a
Job Control Language, I am not sure, but I belive was/is used in batch proccessing in the IBM Mainframes. Roman V. Shaposhnik escribió: ron minnich wrote: more useless crap from memory: the actual correct usage is //GO.SYSIN DD * but of course the * would make things messy. See this and rea

Re: [9fans] vx32 vs. drawterm

2008-07-04 Thread Rodolfo kix García
But we don't have vx32 for Windows yet. > I'm finding that vx32 is a *way* better way to get to lguest guests > than drawterm :-) > > It is just so much snappier. > > ron > > -- Rodolfo García AKA kix http://www.kix.es/ EA4ERH (@IN80ER)

Re: [9fans] look and feel for iwp9

2008-07-03 Thread Rodolfo kix Garci­a
ron, look at http://9fans.net/archive/2006/11/59. There are more mails in 2006/11 and 2006/10 about TeX and iwp9. Probably you migth convert the lyx format to TeX (LaTeX) and apply that header. slds. ron minnich escribió: noble goal: look like plan 9 docs ways to goal: 1. troff 2. tex wi

Re: [9fans] sad commentary

2008-07-03 Thread Rodolfo kix García
> Robert William Fuller wrote: >> erik quanstrom wrote: >> >> >> >>> these are tetonic forces. there's nothing directly >> >> As a geologist, I can't let this one slip (pun intended.) It's >> tectonic. > > Being of german ancestry, I can't let it slip either.. Maybe Eric meant > Teutonic? Eit

Re: [9fans] P9p's mount(1) on linux

2008-06-19 Thread Rodolfo kix García
In my opinion, the Uriel patch is better. If you check for the words "9p(2000)" and "fuse" (without spaces, end of line, start of line, or other things) probably the patch will be "kernel independent" The "lsmod" output format can change in new releases too. Saludos. > Thanks for your reply, bu

Re: [9fans] USB keyboard/mouse

2008-06-17 Thread Rodolfo kix García
> Hello, > > That thread may be related to an issue similar to yours: > http://groups.google.fr/group/comp.os.plan9/browse_frm/thread/29db526113595aef > > Cheers, > Mathieu. That mail was in my mailbox ... sorry. Yesterday I looked for the problem and I didn't find the solution. Thanks. -- Rod

[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] I/O load crashes Qemu

2008-06-13 Thread Rodolfo kix García
I have problems with Qemu too. Qemu hangs booting, hangs after booting, hangs ramdomly, ... with or without venti. I am using now a "new" PC for Plan9 > Everything, in my experience, crashes QEMU. Nice try. > > Just the opinion of me and my dog (who barks loudly when I shout > f**king QEMU - pie

[9fans] Factotum

2008-05-03 Thread Rodolfo kix Garci­a
factotum comes from the Charles Bukowski's book?

Re: [9fans] Installing Plan 9 on a ICH9 SATA controller.

2008-03-29 Thread Rodolfo kix Garcia
Has you try to put the sata controller in legacy pata or something like? I had the same problem with my Linux and I changed to pata and all works fine. The AHCI mode do not run with me. slds. Armando Camarero escribió: Hi, I've tried to install Plan 9 on my new computer and I'm having troubl

Re: [9fans] Kernel Compiling Problem

2008-03-24 Thread Rodolfo kix Garci­a
I don't run pull in this default installation, then the install CD do not write this value. I got the same problem with two different CD images, three days ago and one week ago, installing them in vmware and qemu virtual machines. Thanks Richard Richard Miller escribió: grep 386/bin/fossi

Re: [9fans] Kernel Compiling Problem

2008-03-24 Thread Rodolfo kix García
Hi, thanks for your reply >> yes, December 1969 is the date of this file. The file _fossil has the >> same >> time. > > It seems that replica/applylog (which is used for both install > and pull) isn't setting the correct date on your files. > > Please try the following commands: > > date Mon M

Re: [9fans] Kernel Compiling Problem

2008-03-24 Thread Rodolfo kix García
Hi, yes, December 1969 is the date of this file. The file _fossil has the same time. In the plan9.iso the date for /386/bin/fossil/fossil is Feb 29 2008. The size is equal in the plan9 installation and the plan9.iso, 336315 bytes >> term% ls -l /386/bin/fossil/fossil >> --rwxrwxr-x M 8 sys sys

Re: [9fans] Kernel Compiling Problem

2008-03-24 Thread Rodolfo kix García
> I'm assuming /386/bin/fossil/fossil does not, in fact, exist. The file exists: term% ls -l /386/bin/fossil/fossil --rwxrwxr-x M 8 sys sys 366315 Dec 31 1969 /386/bin/fossil/fossil term% > The fact that the last file completed changes is just a distraction > in this case; I suspect you have

[9fans] Kernel Compiling Problem

2008-03-23 Thread Rodolfo kix Garci­a
Hi, The last week I downloaded the plan9.iso.bz file from the sources. Then I installed it in a vmware machine, perfect. Then, I pulled and I tryed to compile the pccpuf kernel (with glenda). I got a problem. First time: term% mk 'CONF=pccpuf' 8a $AFLAGS l.s mk: don't know how to make '/38