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] 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)? > >

[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.

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] 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] 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] 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