Re: [AOLSERVER] ns_writecontent and POST'ing data to AOLserver 3.5.0

2002-10-17 Thread Dossy
Heh, I discovered it was more errors relating to nsunix/nsvhr ... I
guess I didn't get it 100% right.

The upside is that I'm closer to having nsunix/nsvhr working again
with AOLserver 3.5.0.  :-)

-- Dossy


On 2002.10.16, Dossy [EMAIL PROTECTED] wrote:
 I'm seeing some weird error and I'm not sure what's causing
 it.

 [16/Oct/2002:19:56:27][600.80903][-conn3-] Error: Error writing content: resourc
 e temporarily unavailable
 Error writing content: resource temporarily unavailable
 while executing
 ns_writecontent $fd
 (procedure registered_wikit_intranet_proc line 59)
 invoked from within
 registered_wikit_intranet_proc cns19 {}

 Guess AOLserver 3.5.0 isn't a clean upgrade from 3.4.2 ... ;-)

 Other than the recent stacksize increase issue, anyone else run
 up against other changes that need to be made?

 I'm currently busy poking around in gdb, but if anyone else
 has something to contribute, either reply or ping me on IM,
 s/n DossyNJ.

--
Dossy Shiobara   mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/
  He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on. (p. 70)



[AOLSERVER] ns_writecontent and POST'ing data to AOLserver 3.5.0

2002-10-16 Thread Dossy

I'm seeing some weird error and I'm not sure what's causing
it.

[16/Oct/2002:19:56:27][600.80903][-conn3-] Error: Error writing content: resourc
e temporarily unavailable
Error writing content: resource temporarily unavailable
while executing
ns_writecontent $fd
(procedure registered_wikit_intranet_proc line 59)
invoked from within
registered_wikit_intranet_proc cns19 {}

Guess AOLserver 3.5.0 isn't a clean upgrade from 3.4.2 ... ;-)

Other than the recent stacksize increase issue, anyone else run
up against other changes that need to be made?

I'm currently busy poking around in gdb, but if anyone else
has something to contribute, either reply or ping me on IM,
s/n DossyNJ.

-- Dossy

--
Dossy Shiobara   mail: [EMAIL PROTECTED]
Panoptic Computer Network web: http://www.panoptic.com/
  He realized the fastest way to change is to laugh at your own
folly -- then you can let go and quickly move on. (p. 70)



Re: [AOLSERVER] ns_writecontent and POST'ing data to AOLserver 3.5.0

2002-10-16 Thread Patrick Spence

- Original Message -
From: Dossy [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Wednesday, October 16, 2002 7:08 PM
Subject: [AOLSERVER] ns_writecontent and POST'ing data to AOLserver 3.5.0


 Guess AOLserver 3.5.0 isn't a clean upgrade from 3.4.2 ... ;-)

 Other than the recent stacksize increase issue, anyone else run
 up against other changes that need to be made?

Just to be sure its clear, since you seem to be implying that the stack size
thing is in 3.5.0 here.. I am running 3.4.2 not 3.5 and I had to increase
the stack space.

Which, incidentally, has cured my problems I was having with some PHP
scripts causing a segfault randomly...



--
  Patrick Spence arivenATarivenDOTcom
  www.RandomRamblings.com
  www.Ariven.com



Re: [AOLSERVER] ns_writecontent and POST'ing data to AOLserver 3.5.0

2002-10-16 Thread Peter M. Jansson

On Wed, 16 Oct 2002, Patrick Spence wrote:

 Just to be sure its clear, since you seem to be implying that the stack size
 thing is in 3.5.0 here.. I am running 3.4.2 not 3.5 and I had to increase
 the stack space.

The stack space thing appears to be related to updates to RedHat Linux
beyond 7.3, and is not specific to a particular version of AOLserver, from
the evidence available so far.

Pete.