On Fri, Sep 12, 2008 at 8:16 PM, erik quanstrom <[EMAIL PROTECTED]> wrote:
>> Anyway, does 9P and Plan9 know about "path MTU discovery"?
>
> traditional path mtu uses icmp messages. if your router/modem/whatever
> eats icmp, you're outta luck with these traditional methods.
> cf. http://www.nethea
On Fri, Sep 12, 2008 at 1:47 PM, erik quanstrom <[EMAIL PROTECTED]> wrote:
I had problem to create a patch - the command didn't finish for long long
time.
>>>
>>> I created a patch yesterday and it worked fine. It is fairly slow as it
>>> diff's all the files you have changed with those
On Fri, Sep 12, 2008 at 9:54 AM, Steve Simon <[EMAIL PROTECTED]> wrote:
>> I had problem to create a patch - the command didn't finish for long long
>> time.
>
> I created a patch yesterday and it worked fine. It is fairly slow as it
> diff's all the files you have changed with those on sources.
>
Hello all,
I had problem to create a patch - the command didn't finish for long long time.
I tried to do it manualy step by step from command line and it seems
that the problem is with "cp" command.
This is method how to repeat it:
I have in my home dir prepared new version of tftpd.c
ls -l $hom
On Tue, Sep 9, 2008 at 11:20 AM, Steve Simon <[EMAIL PROTECTED]> wrote:
> The startup script is envoked by your profile ($home/lib/profile)
> where it starts rio (I call mine startup, you seem to call yours
> riostartup, its personal choice really)
>
> here is the relevant line in mine:
>
>
Hello people,
I have file $home/bin/rc/riostart , which starts my favorite programs
after my login to terminal.
I would like to have in my initial rc window printed a message from
fortune, something like this:
+--
| Don't worry, be happy!
|
| term$ _
|
|
I a
On Mon, Sep 8, 2008 at 7:29 PM, Skip Tavakkolian <[EMAIL PROTECTED]> wrote:
> if you're the host owner, you can do 'Kill' -- with a captial k.
>
>> Hello all,
>>
>> I run on my terminal a process, which switches user id to 'none' (f.e.
>> tftpd).
>> I can't kill that process.
>>
>> ps | grep none
Hello all,
I run on my terminal a process, which switches user id to 'none' (f.e. tftpd).
I can't kill that process.
ps | grep none
none 132 0:00 0:00 140K Open tftpd
echo kill>/proc/132/note
/proc/132/note: rc: can't open: '/proc/132/note' permission denied
Is it somehow possible t
On Fri, Aug 29, 2008 at 7:40 PM, michael block <[EMAIL PROTECTED]> wrote:
> hello,
>
> i have 3com etherlink iii 509b isa card that refuses to let me change
> its port or irq. also the only way i can get the card to talk on the
> network is to put my usb mouse on the same irq and wiggle it around
On Fri, Aug 29, 2008 at 5:43 PM, <[EMAIL PROTECTED]> wrote:
> IPv6 support is a little rusty, but was working. I need to
> reestablish an IPv6 test environment here to continually exercise the
> code and figure out some remaining thorny issues. The last time I
> tried it, I could connect to remo
Hello people,
I am trying to configure IPv6 on my site, but I am no successful with Plan 9.
What I can:
- assign IPv6 link-local address (ip/ipconfig -6)
- manually assign IPv6 address to my ethernet card (ip/ipconfig ether
/net/ether0 add fd32:6e43:fb94::a)
What I can't:
- assign "::1" addres
On Tue, Aug 26, 2008 at 1:27 PM, Robert Raschke <[EMAIL PROTECTED]> wrote:
> On Tue, Aug 26, 2008 at 11:58 AM, John Waters <[EMAIL PROTECTED]> wrote:
>> Greetings fellow 9fans,
>>
>> I am having a strange and annoying issue with Plan9 inside vmware
>> fusion. In both windowed and full screen mode t
Hello all,
does anybody know how to setup ipv6 address to my ethernet device?
(I would like to have local ether0 device with ipv4 address
192.168.0.5 together with ipv6 link-local and site-local
(fd32:6e43:fb94::5) address set via ipconfig+/lib/ndb/local)
1. I have in my /lib/ndb/local this recor
Hello all,
I proposed a patch which turns off hw acceleration for vga if you boot
in VMware.
But now I find out that it is necessary to do the same in installation tree.
So, if anybody can, please, correct this file /386/bin/aux/vmware on
installation CD (add 1 line):
#!/bin/rc
if(aux/isvmware -
On Wed, Jul 16, 2008 at 4:08 PM, Skip Tavakkolian <[EMAIL PROTECTED]> wrote:
> i added /dev/showfile for windows a while back. in that case, dt
> hands anything it is given on /dev/showfile to explorer (closest thing
> to plumber on windows). plumb rule for urls hands them to a script
> that look
On Wed, Jul 16, 2008 at 10:30 AM, Philip Silva <[EMAIL PROTECTED]> wrote:
>> you either remove the cdrom from the virtual machine or make it to
>> emulate scsi.
>> if you're iso is more than 2 days old, you'll have to do
>> % echo hwaccel off > /dev/vgactl
>> to get vga working well.
> I see, well
Hello all,
I would like to ask a question: when I am doing "fshalt" I got this screen:
1. server# fshalt
2. syncing.../srv/fscons...prompt: venti...
3. halting.../srv/fscons...archive vac:03f1ac6d50d1d191405b33e7f6
4. srv -AWP replica
5. prompt:
6. done halting
7. fsSnapshot snap: file system is
On Sun, Jul 6, 2008 at 8:31 PM, Martin Neubauer <[EMAIL PROTECTED]> wrote:
> The reason there is no conflict is that the entries for rc/bin/termrc in the
> replica databases on sources and on your computer are identical. Only after
> termrc would change on sources a conflict would arise becase the
On Sun, Jul 6, 2008 at 7:29 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> See patch(1) for instructions on contributing a patch.
>
>man -t patch | page
Thanks, I will try to do it this way.
Antonin
On Sun, Jul 6, 2008 at 7:29 PM, Pietro Gagliardi <[EMAIL PROTECTED]> wrote:
> Sorry, but I got screwed by that too. -s only works if there is a conflict.
> You'll have to manually copy it from /n/sources/plan9/. Type
>
>9fs sources
>cp /n/sources/plan9/rc/bin/termc /rc/bin/termrc
T
Hello all,
can somebody help me with replica/pull ...
I made some changes to /rc/bin/termrc . After that I decided to move
my changes to /rc/bin/termrc.local and restore termrc . I did:
replica/pull -v -s rc/bin/termrc /dist/replica/network
I expected restoration of termrc to actual distri
Hello all,
I don't know how to submit a patch, so I try to do it this way...
I have installed Plan 9 in WMware Player and every time when I start
the terminal I have to turn graphics hardware acceleration off .
I can do it in some local config file. But I notice that there is file
/bin/aux/vmware
22 matches
Mail list logo