9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] what is this?
@ 2002-10-11  8:23 Petr Cejchan
  0 siblings, 0 replies; 10+ messages in thread
From: Petr Cejchan @ 2002-10-11  8:23 UTC (permalink / raw)
  To: 9fans

Hi all,
(and sorry to disturb all the time)
I get the following message periodically since
I've got plan9 network connectivity:
     arpreq: 0x0080ad88f9e3/0x0080ad88f9e3 also has ip address
147.231.139.4 (it is my correct ip)

Any idea?
Thanks,

++pac.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] what is this?
  2004-10-20 14:19 cej
@ 2004-10-20 14:22 ` Russ Cox
  0 siblings, 0 replies; 10+ messages in thread
From: Russ Cox @ 2004-10-20 14:22 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

> while writing to disk, the following message (with variants) occured repeatedly"
>         disk: io=10005 at 3.036ms
> (i'm using fossil, but I think it is not relevant)
> What's going on, please?

it's just an informational print.
you can ignore it.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [9fans] what is this?
@ 2004-10-20 14:19 cej
  2004-10-20 14:22 ` Russ Cox
  0 siblings, 1 reply; 10+ messages in thread
From: cej @ 2004-10-20 14:19 UTC (permalink / raw)
  To: 9fans



Hello,

while writing to disk, the following message (with variants) occured repeatedly"
	disk: io=10005 at 3.036ms
(i'm using fossil, but I think it is not relevant)
What's going on, please?

Thanks,
++pac.


---
Odchozí zpráva neobsahuje viry.
Zkontrolováno antivirovým systémem AVG (http://www.grisoft.cz).
Verze: 6.0.779 / Virová báze: 526 - datum vydání: 19. 10. 2004
 


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] what is this?
@ 2002-10-11  7:32 Fco.J.Ballesteros
  0 siblings, 0 replies; 10+ messages in thread
From: Fco.J.Ballesteros @ 2002-10-11  7:32 UTC (permalink / raw)
  To: 9fans

Looks like either you are using someone else IP addr, or someone
else is using your ip/addr.

Disconnect your machine, check your ip addr, try to connect to the
other machine (it has your ip addr) to see which one has problems.

hth



^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] what is this?
@ 2002-10-04 15:36 Russ Cox
  0 siblings, 0 replies; 10+ messages in thread
From: Russ Cox @ 2002-10-04 15:36 UTC (permalink / raw)
  To: 9fans

> what does this mean in plain words?

something bad happened in your floating point unit,
when your program was executing at 0xeb98, and when
you went to use the unit again at 0xf792, it finally
killed the program.

acid jasper
src(0xeb98)

if you boot the current kernel from sources (as of
a few weeks ago) the suicide message will tell
you the floating point flag register too, so that
you can try to figure out what's going on.

russ


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [9fans] what is this?
@ 2002-10-04 14:17 Peter A. Cejchan
  0 siblings, 0 replies; 10+ messages in thread
From: Peter A. Cejchan @ 2002-10-04 14:17 UTC (permalink / raw)
  To: 9fans


please,
what does this mean in plain words?

jasper 172: suicide: sys: fp: invalid fppc=0xeb98 pc=0x0000f792
jasper 172: sys: fp: invalid fppc=0xeb98 pc=0x0000f792

Sorry, TIA,
--
++pac.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] What is this?
  2002-04-24  6:12 [9fans] What " Peter A. Cejchan
@ 2002-04-24  9:45 ` peter a. cejchan
  0 siblings, 0 replies; 10+ messages in thread
From: peter a. cejchan @ 2002-04-24  9:45 UTC (permalink / raw)
  To: 9fans

pac@cejchan.gli.cas.cz (Peter A. Cejchan) wrote in message news:<20020424081211.A211@next.gli.cas.cz>...
> #########################
>
> term% file ./pstotext
> ./pstotext: 386 plan 9 executable
>
> term% grep denied *.[ch]
>
> term% grep 'Permission denied' *
>
> [the following is piggy, but worked :-) ... ]
> pstotext: [snip] ... blah blah blah ...Directory not emptyNottyNxioPermission deniedBroken pipeRead-only file system ... blah blah blah ...[snip]
>
> [...thus pointing me at sys libs]
> term% rgrep 'Permission denied' '*.c' /sys/src/ape
> /sys/src/ape/cmd/pdksh/missing.c:		return "Permission denied";
> /sys/src/ape/lib/ap/stdio/strerror.c:	"Permission denied",
>
> term% rgrep 'Permission denied' '*.h' /sys/src/ape
>
> term%
> [rgrep is "recursive grep" script]
>  R
> term% rgrep   'EPERM' '*.h' /sys/include
> /sys/include/ape/errno.h:#define EPERM	30
>
> term%
> [thus, it is probably #define EPERM	30 from /sys/include/ape/errno.h    ... however, errno.h is included so many times from allmost everywhere, that I am (hopefully temporarily) lost :-(((   ... I'm digging. ]
>
> #########################
>  C gurus: Any hints, please?  A more comprehensive description of errno 30 than "Permission denied" is welcome...
> #########################
> .
> TIA,
> cheers,
> ++pac.
>
> --WOW! WOW! WOW!_WOW!_WOW!_WOW!_WOW!_WOW!_WOW!_WOW!_
YUP !!! Problem solved: it was traced down to an illegal char in
pathname (,). Uffff. (++pac grows ;-)).

Now pstotext (a more powerful alternative to ps2ascii) runs on Plan 9
R3. Just wanted to tell it somebody. How do YOU grep ps/pdf documents?

Thanks to all, friends!

++pac.


^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] What is this?
@ 2002-04-24  6:12 Peter A. Cejchan
  2002-04-24  9:45 ` peter a. cejchan
  0 siblings, 1 reply; 10+ messages in thread
From: Peter A. Cejchan @ 2002-04-24  6:12 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 37 bytes --]

this is ++pac intruding, again:-)


[-- Attachment #2: TORUSS --]
[-- Type: text/plain, Size: 1164 bytes --]

#########################

term% file ./pstotext
.../pstotext: 386 plan 9 executable

term% grep denied *.[ch]

term% grep 'Permission denied' *

[the following is piggy, but worked :-) ... ]
pstotext: [snip] ... blah blah blah ...Directory not emptyNottyNxioPermission deniedBroken pipeRead-only file system ... blah blah blah ...[snip]

[...thus pointing me at sys libs]
term% rgrep 'Permission denied' '*.c' /sys/src/ape
/sys/src/ape/cmd/pdksh/missing.c:		return "Permission denied";
/sys/src/ape/lib/ap/stdio/strerror.c:	"Permission denied",

term% rgrep 'Permission denied' '*.h' /sys/src/ape

term%
[rgrep is "recursive grep" script]

term% rgrep   'EPERM' '*.h' /sys/include
/sys/include/ape/errno.h:#define EPERM	30

term%
[thus, it is probably #define EPERM	30 from /sys/include/ape/errno.h    ... however, errno.h is included so many times from allmost everywhere, that I am (hopefully temporarily) lost :-(((   ... I'm digging. ]

#########################
 C gurus: Any hints, please?  A more comprehensive description of errno 30 than "Permission denied" is welcome...
#########################

TIA,
cheers,
++pac.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [9fans] What is this?
@ 2002-04-23 15:26 Russ Cox
  0 siblings, 0 replies; 10+ messages in thread
From: Russ Cox @ 2002-04-23 15:26 UTC (permalink / raw)
  To: 9fans

run file pstotext


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [9fans] What is this?
@ 2002-04-23 13:49 Peter A. Cejchan
  0 siblings, 0 replies; 10+ messages in thread
From: Peter A. Cejchan @ 2002-04-23 13:49 UTC (permalink / raw)
  To: 9fans

[-- Attachment #1: Type: text/plain, Size: 116 bytes --]

Hi,
sorry to intrude again... I'm learning ... however, slowly :-(
(my problem is attached).

See you,
++pac.

[-- Attachment #2: WHATisTHIS --]
[-- Type: text/plain, Size: 370 bytes --]

$ make all
cc -D_BSD_EXTENSION  -c bundle.c
cc -D_BSD_EXTENSION  -c main.c
cc -D_BSD_EXTENSION  -c ptotdll.c
cc -D_BSD_EXTENSION  -o pstotext main.o bundle.o ptotdll.o -lm
$ ./pstotext
.../pstotext: Permission denied
$ ls -l pstotext
--rwxr-xr-x M 3 pac pac 200997 Apr 23 15:35 pstotext
$ chmod 755 ./pstotext
$ ./pstotext
.../pstotext: Permission denied
$

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-10-20 14:22 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-11  8:23 [9fans] what is this? Petr Cejchan
  -- strict thread matches above, loose matches on Subject: below --
2004-10-20 14:19 cej
2004-10-20 14:22 ` Russ Cox
2002-10-11  7:32 Fco.J.Ballesteros
2002-10-04 15:36 Russ Cox
2002-10-04 14:17 Peter A. Cejchan
2002-04-24  6:12 [9fans] What " Peter A. Cejchan
2002-04-24  9:45 ` peter a. cejchan
2002-04-23 15:26 Russ Cox
2002-04-23 13:49 Peter A. Cejchan

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