01:41:49 -!- alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 02:26:38 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 02:37:45 -!- alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has quit [Quit: alms_] 02:42:15 alms_ [~alms_@146-115-42-237.c3-0.bkl-ubr1.sbo-bkl.ma.cable.rcn.com] has joined #ccl 02:56:39 -!- rme [~rme@pool-70-105-122-27.chi.dsl-w.verizon.net] has quit [Quit: rme] 05:38:41 -!- deepfire [~deepfire@80.92.100.69] has quit [Ping timeout: 240 seconds] 05:39:17 deepfire [~deepfire@80.92.100.69] has joined #ccl 08:10:40 jdz [~jdz@193.206.22.97] has joined #ccl 09:52:11 tfb [~tfb@92.41.40.3.sub.mbb.three.co.uk] has joined #ccl 12:22:46 -!- sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has quit [Quit: sellout] 12:41:08 sellout [~greg@64.134.240.185] has joined #ccl 14:43:48 -!- tfb [~tfb@92.41.40.3.sub.mbb.three.co.uk] has quit [Ping timeout: 272 seconds] 15:02:10 rme [~rme@pool-70-105-122-27.chi.dsl-w.verizon.net] has joined #ccl 15:21:21 -!- sellout [~greg@64.134.240.185] has quit [Quit: sellout] 15:32:47 sellout [~greg@c-24-61-13-161.hsd1.ma.comcast.net] has joined #ccl 15:48:50 anRch [~markmilli@64.134.68.90] has joined #ccl 15:57:27 milanj [~milanj_@109-93-200-20.dynamic.isp.telekom.rs] has joined #ccl 16:12:38 -!- PuffTheMagic [~PuffTheMa@unaffiliated/puffthemagic] has quit [Read error: Operation timed out] 16:13:06 PuffTheMagic [~PuffTheMa@unaffiliated/puffthemagic] has joined #ccl 16:48:44 -!- jdz [~jdz@193.206.22.97] has quit [Ping timeout: 276 seconds] 16:50:38 -!- anRch [~markmilli@64.134.68.90] has quit [Quit: anRch] 16:57:36 anRch [~markmilli@64.134.68.90] has joined #ccl 17:00:15 -!- syntard_ [~chatzilla@74.112.63.251] has left #ccl 17:10:53 When I'm looking at a file in bash, how can I tell if it's a symlink? 17:11:25 try something like ls -ald possible-symlink 17:11:39 or is this for a script? 17:11:49 just in the terminal. Thanks. 17:24:05 -!- anRch [~markmilli@64.134.68.90] has quit [Quit: anRch] 17:40:31 jdz [~jdz@host250-90-dynamic.54-82-r.retail.telecomitalia.it] has joined #ccl 18:02:07 -!- jdz [~jdz@host250-90-dynamic.54-82-r.retail.telecomitalia.it] has quit [Quit: Leaving] 18:32:54 -!- milanj [~milanj_@109-93-200-20.dynamic.isp.telekom.rs] has quit [Ping timeout: 265 seconds] 18:37:57 milanj [~milanj_@109-93-133-66.dynamic.isp.telekom.rs] has joined #ccl 20:47:23 syntard_ [~chatzilla@74.112.63.251] has joined #ccl 20:47:32 http://paste.lisp.org/display/116677 20:57:26 Hunchentoot threads die all the time. THe problem appears to be that you saved the output stream and tried to use it in another thrad 20:57:28 thread 20:58:01 But that's only a guess given the very little that you pasted 20:58:10 syntard_, 20:58:36 ok, I'll paste more 20:58:47 I'm going to make coffee. Back in 10 minutes or so 20:58:58 http://paste.lisp.org/display/116677#1 21:01:16 Looks like a cl-prevelance bug, attempting to log a transaction with a shared stream that wasn't opened as shared 21:01:34 The default is that only the thread that made a stream can write to it 21:01:46 IIRC 21:02:00 so, hunt the open-stream and set it to shared? 21:02:14 think so. 21:06:11 Looks like it's a SHARING keyword arg to OPEN. Defaults to :private. :lock is handled specially, too. Anything else appears to be treated the same. Best to look at the docs on the web site, though. 21:06:22 And, of course, that's a CCL only arg 21:06:45 ahh 21:07:20 coffee now 21:19:50 hmm, cl-prevalence claims to have fixed this by adding #+ccl :sharing #+ccl nil 21:20:28 i have old release I guess 21:58:39 -!- milanj [~milanj_@109-93-133-66.dynamic.isp.telekom.rs] has quit [Quit: Leaving] 22:10:05 -!- Modius [~Modius@cpe-70-123-158-125.austin.res.rr.com] has quit [Ping timeout: 245 seconds] 22:46:05 http://paste.lisp.org/display/116683 22:46:17 files are definitely there 22:55:55 apparently it's tripping on .asd links 22:55:58 ./examples/weblocks-demo/weblocks-demo.asd 23:03:44 never mind they did something silly (or something so smart I can't comprehend)