You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(2) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
(9) |
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
(8) |
Aug
(1) |
Sep
|
Oct
|
Nov
(7) |
Dec
(9) |
2004 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
(2) |
Dec
(4) |
2005 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
(3) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(4) |
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(3) |
2007 |
Jan
|
Feb
(3) |
Mar
|
Apr
(3) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
From: Rudi S. <ru...@co...> - 2002-07-16 20:41:51
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ru <sor...@ma...> writes: > Hello all, > > Sorry, I am a newbi to lisp and portableaserve. Welcome! > > While executing a command: > > (aserve-example::start-server :port 2100) > > I am getting an error mesages: > > ..- aserve-worker: 07/16/02 - 21:15:44 - got error #<Stream for Standard > Input> is not a binary input stream > > from 1 to 5 aserve-worker. What's wrong? Thanks in advance, > This was a spurious error message in the last released version. The server works just fine after this initial messages. Nevertheless, it is corrected in the current CVS version. I take it you run paserve on cmucl; in this case, you should start the server as follows (chunked stream encoding is not yet implemented on cmucl): (net.aserve:start :port <whatever> :chunking nil) The number of threads can be adjusted with the :listeners argument to start. If you set listeners to 0, like so: (net.aserve:start :port <whatever> :chunking nil :listeners 0) , you get a single-threaded server, which can be better for debugging your application. If you want, check out the CVS version. It is based on a newer version of AllegroServe that has some nice features added, like the publish-multi method and easier file upload handling (check out aserve/examples/examples.cl, which I have finally gotten to run properly half an hour ago). And if you have questions or bug reports, please don't hesitate to write to the list. > Sincerely, > Ru. Regards, Rudi - -- whois DRS1020334-NICAT http://constantly.at/pubkey.gpg.asc Key fingerprint = C182 F738 6B9A 83AF 9C25 62D9 EFAE 45A6 9A69 0867 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.6 <http://mailcrypt.sourceforge.net/> iD8DBQE9NIVH765FppppCGcRAlzHAJ4yFw8dNl54aWfCuxlWbubLBM4QrACgkbtF XC8mLpNDTSfeXLEK4Wc53Kg= =8qYb -----END PGP SIGNATURE----- |
From: Ru <sor...@ma...> - 2002-07-16 20:04:49
|
Hello all, Sorry, I am a newbi to lisp and portableaserve. While executing a command: (aserve-example::start-server :port 2100) I am getting an error mesages: ..- aserve-worker: 07/16/02 - 21:15:44 - got error #<Stream for Standard Input> is not a binary input stream from 1 to 5 aserve-worker. What's wrong? Thanks in advance, Sincerely, Ru. |
From: John P. <pon...@in...> - 2002-03-13 06:29:30
|
I am trying to install portableaserve on my FreeBSD box. I am running cmucl 18c, a recent version CLOCC, and portableaserve out of cvs. When trying to (load "INSTALL") for the first time things seem to go well, stuff is compiling and such. Then things get ugly and I get this error: Error in function COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX: Unknown foreign symbol: "setuid" Here is a listing of a full run, you will notice the stuff that was already compiled is loaded up and I seem to be dying right after/during? the load of main.x86f, which is where the setuid stuff is setup...I *think* * (load "INSTALL.lisp") ;; Loading #p"/usr/home/jmp/lisp/portableaserve/INSTALL.lisp". ;; Loading #p"/usr/local/lib/cmucl/lib/subsystems/gray-streams-library.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/logical-hostnames.lisp". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-compat.system". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/nregex.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-mp-package.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-mp-cmu.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-socket-cmu.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-excl-cmu.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/acl-sys-cmu.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/meta.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/uri.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/acl-compat/chunked.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/aserve/aserve.system". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/aserve/htmlgen/htmlgen.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/aserve/macs.x86f". ;; Loading #p"/usr/home/jmp/lisp/portableaserve/aserve/main.x86f". Error in function COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX: Unknown foreign symbol: "setuid" Restarts: 0: [CONTINUE] Return NIL from load of "/usr/home/jmp/lisp/portableaserve/aserve/main.x86f". 1: Return NIL from load of "INSTALL.lisp". 2: [ABORT ] Return to Top-Level. Debug (type H for help) (COMMON-LISP::FOREIGN-SYMBOL-ADDRESS-AUX "setuid") 0] I have tried this on two seperate machines, set up by different people, with the same result. Though we both more than likey have stuff set up pretty much the same. Any ideas? --pontious |