IRC log of dig on 2011-02-22
Timestamps are in UTC.
- 00:06:15 [lkagal]
- lkagal has quit (Quit: lkagal)
- 00:23:06 [oshani]
- oshani has quit (Quit: Mama nidi!)
- 00:27:41 [kennyluck]
- kennyluck has quit (Quit: kennyluck)
- 02:57:41 [melvster]
- melvster has quit (Ping timeout: 264 seconds)
- 03:11:00 [kennyluck]
- kennyluck (~kennyluck@p2098-ipbf5803marunouchi.tokyo.ocn.ne.jp) has joined #dig
- 03:12:51 [betehess]
- betehess has quit (Quit: Leaving)
- 05:02:07 [melvster]
- melvster (~melvster@p579F90FA.dip.t-dialin.net) has joined #dig
- 08:09:36 [kennyluck]
- kennyluck has quit (Read error: Connection reset by peer)
- 08:11:14 [kennyluck]
- kennyluck (~kennyluck@p2098-ipbf5803marunouchi.tokyo.ocn.ne.jp) has joined #dig
- 08:32:56 [melvster]
- melvster has quit (Ping timeout: 276 seconds)
- 09:55:04 [IvanHerman]
- IvanHerman (~ivan@83.160.85.48) has joined #dig
- 10:28:14 [melvster]
- melvster (~melvster@p5797F050.dip.t-dialin.net) has joined #dig
- 10:53:51 [amy]
- amy has quit (Ping timeout: 276 seconds)
- 10:54:06 [amy]
- amy (~amy@65-78-21-147.c3-0.wrx-ubr6.sbo-wrx.ma.cable.rcn.com) has joined #dig
- 11:14:01 [timbl]
- boost-log/stage/lib/libboost_log.so.1.45.0
- 11:16:10 [timbl]
- Library not loaded: boost-log/stage/lib/libboost_log.so.1.45.0
- 11:16:42 [timbl]
- 14:16 here means 06:16 EST
- 11:26:55 [timbl]
- I can't find any boost module which I don't have which looks as though it would provide boost-log. Search path issues I wonder?
- 11:27:13 [timbl]
- Guess I'll need mysql5
- 11:29:18 [kennyluck]
- kennyluck has quit (Quit: kennyluck)
- 11:31:04 [timbl]
- Hmmm the new .app includes in Frameworks a libboost_log.so.1.45.0
- 11:31:15 [timbl]
- unlike the old .app
- 11:31:20 [timbl]
- Assume that is the problem
- 11:48:45 [amy]
- amy has quit (Quit: bye)
- 12:23:21 [ericP]
- timbl, worky now?
- 12:23:47 [ericP]
- it should work without installing boost
- 12:25:14 [timbl]
- Ok, it does -version on pond
- 12:25:43 [timbl]
- is .dmg updated?
- 12:26:35 [ericP]
- yep
- 12:26:49 [ericP]
- are you testing on a box without boost?
- 12:27:04 [ericP]
- (and ideally without mysql?)
- 12:27:25 [ericP]
- 'cause if that works for you, i can use it for a hands-on tutorial tomorrow
- 12:27:30 [timbl]
- !rsync
- 12:27:58 [timbl]
- I had to install boost
- 12:28:24 [timbl]
- and so then I installed mysql5 whil eI was at it
- 12:28:49 [ericP]
- i'll try it on muriel's machine
- 12:29:11 [timbl]
- Well, actually I may just have seen boost in the libboost
- 12:29:32 [timbl]
- and just jumpted to install boost
- 12:31:03 [timbl]
- _________
- 12:31:06 [timbl]
- Much better:
- 12:31:07 [timbl]
- $ /Applications/Sparql.app/Contents/MacOS/Sparql --pathmap s{data/}{serverroot/} --serve http://localhost:8880/SPARQL
- 12:31:07 [timbl]
- Working directory: /devel/ericp .
- 12:32:39 [ericP]
- there's a lot of power in those path renamings
- 12:32:45 [ericP]
- i have no idea what all one could do
- 12:33:51 [ericP]
- (e.g you can capture and make back-refs a la s{people/\([0-9]+\)}{dir\1foo/}
- 12:37:24 [timbl]
- > { <http://dig.csail.xvm.mit.edu/2007/wiki/people/JoeLambda#JL> \
- 12:37:24 [timbl]
- > <http://xmlns.com/foaf/0.1/age> 66 }' \
- 12:37:24 [timbl]
- > -H Content-type:application/sparql-query \
- 12:37:24 [timbl]
- > http://localhost:8080/me.ttl
- 12:37:25 [timbl]
- curl: (52) Empty reply from server
- 12:37:25 [timbl]
- $ ls serverroot/
- 12:37:25 [timbl]
- $
- 12:38:37 [ericP]
- that was a PUT?
- 12:38:44 [timbl]
- POST
- 12:39:10 [ericP]
- huh, i wonder what will happen when you post that to http://localhost:8080/data/me.ttl
- 12:39:23 [timbl]
- curl -d 'INSERT .." oops missig DATA
- 12:39:26 [ericP]
- (note the "data/" to correspond to the pathmap
- 12:39:32 [ericP]
- )
- 12:40:10 [timbl]
- ooops i missed out a debug level.
- 12:40:31 [ericP]
- --debug 3 will get it all
- 12:40:34 [timbl]
- (The conference goes to asr prayer beneath me)
- 12:42:32 [timbl]
- ooops -- you use 8880
- 12:42:57 [timbl]
- <html><head><title>Bad Request</title></head><body><h1>400 Bad Request</h1></body></html>
- 12:43:52 [timbl]
- it needs data/ I guess
- 12:44:20 [timbl]
- 400 Bad Request
- 12:44:36 [timbl]
- with
- 12:44:37 [timbl]
- curl -d 'INSERT DATA \
- 12:44:37 [timbl]
- { <http://dig.csail.xvm.mit.edu/2007/wiki/people/JoeLambda#JL> \
- 12:44:38 [timbl]
- <http://xmlns.com/foaf/0.1/age> 66 }' -H Content-type:application/sparql-query http://localhost:8880/data/me.ttl
- 12:44:44 [lkagal]
- lkagal (~lkagal@pool-96-237-240-136.bstnma.fios.verizon.net) has joined #dig
- 12:45:10 [timbl]
- 15:44 - 8 = 7:44
- 12:46:29 [ericP]
- yeah, woke up at 5:00
- 12:47:29 [timbl]
- Hope not a sign of worry or depression
- 12:47:56 [ericP]
- a bit stressed, but should alleviate soon
- 12:49:05 [timbl]
- curl -d "INSERT DATA { GRAPH <data/me.ttl> { <s> <p> <o> } }" http://localhost:8880/
- 12:49:09 [timbl]
- <html><head><title>Bad Request</title></head><body><h1>400 Bad Request</h1></body></html>$
- 12:49:33 [timbl]
- That was the POST you suggested in your mail
- 12:49:34 [ericP]
- http://localhost:8880/data/foo ?
- 12:49:36 [ericP]
- hmm
- 12:50:05 [timbl]
- same
- 12:50:12 [ericP]
- i had done with with a browser, i wonder if that changes soemthing
- 12:50:19 [ericP]
- (Which it shouldn't)
- 12:51:17 [timbl]
- You had done a psot with a browser?
- 12:51:22 [timbl]
- post?
- 12:52:29 [ericP]
- i *think* so
- 12:52:37 [ericP]
- replicated locally
- 12:52:49 [ericP]
- b'fast time. will get back to you in 20 mins
- 12:55:28 [DIGlogger]
- DIGlogger (~dig-logge@groups.csail.mit.edu) has joined #dig
- 12:55:28 [verne.freenode.net]
- topic is: Decentralized Information Group @ MIT http://dig.csail.mit.edu/
- 12:55:28 [verne.freenode.net]
- Users on #dig: DIGlogger RalphS lkagal melvster IvanHerman manu1 timbl danbri webr3 sandro der-rho-ist gbot30 presbrey ericP manu-db
- 12:56:09 [timbl]
- Nice 404 message with client headers
- 12:57:53 [lkagal]
- lkagal has quit (Quit: lkagal)
- 13:02:58 [timbl]
- GET http://localhost:8880/SPARQL -> Q&D SPARQL Server Parsing Error
- 13:03:52 [IvanHerman]
- IvanHerman has quit (Quit: bye guys)
- 13:04:03 [timbl]
- curl -I http://localhost:8880/data/foo
- 13:04:03 [timbl]
- HTTP/1.0 404 Not Found
- 13:04:03 [timbl]
- Content-Length: 975
- 13:04:33 [timbl]
- How would I know that that is in principle writable?
- 13:15:25 [timbl]
- so the 404 should come with a writable header?
- 13:15:33 [timbl]
- Author-Via?
- 13:15:40 [ericP]
- re: in principle writable, anything which matches a pathmap
- 13:16:08 [ericP]
- yeah, but i bet i'm issuing that header indiscrimanently
- 13:16:11 [timbl]
- How does tabulator know, if it doesn't get back an empty document with the MS-Author-Via ?
- 13:16:28 [timbl]
- Youre not on 404s
- 13:16:41 [ericP]
- ahh, can add that
- 13:17:22 [ericP]
- in principle, all of this agent's graphs are editable, but a subset are backed by a filesystem hierarchy
- 13:17:46 [timbl]
- I'd have to hack the tabulator code to spot it
- 13:18:01 [timbl]
- (You should only callit writable if you don't throw the data away)
- 13:19:02 [timbl]
- But the insert data doesn't work either
- 13:19:59 [timbl]
- always 400 bad request
- 13:20:49 [timbl]
- Would be nice if 400 bad request had a reason somewhere
- 13:21:27 [ericP]
- hmm, could pass the exception info in
- 13:22:34 [timbl]
- "Errrr while trying to do x with y, stack follows" is nice
- 13:23:08 [ericP]
- let's see something work: go to http://localhost:8880/
- 13:23:22 [ericP]
- (with a browser thingie)
- 13:23:23 [timbl]
- yes
- 13:23:33 [ericP]
- and paste in "INSERT DATA { GRAPH <data/foo.ttl> { <s> <p> <o> } }"
- 13:23:55 [ericP]
- then look for serverroot/foo.ttl
- 13:24:13 [timbl]
- yes I have a foo.ttl
- 13:24:24 [timbl]
- $ cat foo.ttl
- 13:24:25 [timbl]
- <s> <p> <o> .
- 13:24:31 [ericP]
- ok, that's one thing that works
- 13:24:33 [timbl]
- Ok, something works
- 13:24:53 [ericP]
- now to beat on the rest
- 13:27:04 [timbl]
- I wonder whether it is URL encoding
- 13:27:15 [timbl]
- in the post
- 13:27:45 [ericP]
- poking around in debugger now...
- 13:28:07 [timbl]
- No can't be as it displays the right query in the debug output
- 13:30:34 [kennyluck]
- kennyluck (~kennyluck@netDHCP-173.keio.w3.org) has joined #dig
- 13:34:59 [ericP]
- something with the http req -- never getting to the sparql request handler...
- 13:45:06 [timbl]
- thanks for doing stuff at ungodly hour of the morning
- 13:47:32 [ericP]
- i think it's becoming godly
- 13:48:42 [ericP]
- got it
- 13:48:50 [ericP]
- it's not URL-encoding the req URI
- 13:48:56 [ericP]
- i wasn't looking hard
- 13:49:24 [timbl]
- with a post, there is no url encoding in the URI
- 13:49:35 [timbl]
- the query is in the body
- 13:49:47 [ericP]
- GET /?INSERT DATA { GRAPH <data/me.ttl> { <s> <p> <o> } } HTTP/1.0\r\n
- 13:49:53 [ericP]
- ahh, i was doing a get
- 13:50:04 [ericP]
- (yes, i know, WRONG)
- 13:50:05 [timbl]
- see above curl
- 13:52:04 [lkagal]
- lkagal (~lkagal@pool-96-237-240-136.bstnma.fios.verizon.net) has joined #dig
- 13:52:07 [timbl]
- I do have to get this pbass printed ...
- 13:52:37 [ericP]
- ok, i'll let you know what i come up with
- 13:53:22 [ericP]
- Content-Type: application/x-www-form-urlencoded
- 13:53:22 [ericP]
- INSERT DATA { GRAPH <data/me.ttl> { <s> <p> <o> } }
- 13:53:30 [ericP]
- does curl encode for you?
- 14:05:38 [ericP]
- timbl, curl -F query="INSERT DATA { GRAPH <data/me.ttl> { <s> <p> <o> } }" http://localhost:8880/
- 14:09:26 [ericP]
- no idea how to make it send application/sparql-query
- 14:20:35 [amy]
- amy (~amy@30-5-15.wireless.csail.mit.edu) has joined #dig
- 14:32:48 [danbri]
- ericp, following webid work at all? I just sent http://www.w3.org/2001/04/20-ACLs.html around the webid xg list... but if you've more details on rdf/acl stuff, would be great...
- 14:33:13 [ericP]
- haven't thought about it at all
- 14:33:43 [ericP]
- and i suspect that the little bit of herik's notion of rnodes that got captured is all we have
- 14:34:00 [danbri]
- does access control on w3.org still use rdf somehow?
- 14:35:47 [ericP]
- i think that's been irradicated
- 14:36:18 [ericP]
- it used to be used between the web client and the CGI to keep state between manipulations
- 14:37:47 [ericP]
- that's what disappeared
- 14:38:54 [ericP]
- though i think rrsagent still speaks to the new chacl via RDF, so maybe...
- 14:42:12 [danbri]
- you've long retired from such duties?
- 14:42:22 [ericP]
- yup
- 14:43:43 [danbri]
- congratulations
- 14:45:46 [ericP]
- too much stress -- want to go back
- 14:50:29 [danbri]
- (tequila in a sippy cup...)
- 15:08:51 [lkagal]
- lkagal has quit (Quit: lkagal)
- 15:34:39 [Pipian-Lab]
- Pipian-Lab (~pipian@w3cdhcp27.w3.org) has joined #dig
- 15:35:01 [Pipian-Lab]
- Pipian-Lab is now known as Pipian_
- 15:45:10 [betehess]
- betehess (~betehess@betehess.w3.org) has joined #dig
- 15:51:47 [jnpato]
- jnpato (~jnp.irc@c-98-229-160-12.hsd1.ma.comcast.net) has joined #dig
- 16:03:31 [IvanHerman]
- IvanHerman (~ivan@83.160.85.48) has joined #dig
- 16:03:37 [IvanHerman]
- IvanHerman has left #dig
- 16:03:49 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 16:05:45 [melvster]
- melvster has quit (Remote host closed the connection)
- 16:06:39 [melvster]
- melvster (~melvster@p5797F050.dip.t-dialin.net) has joined #dig
- 16:17:04 [jnpato]
- jnpato has quit (Ping timeout: 240 seconds)
- 16:31:08 [lkagal]
- lkagal has quit (Quit: lkagal)
- 16:41:39 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 16:41:55 [bbaren]
- bbaren (~bbaren@LINERVA.MIT.EDU) has joined #dig
- 16:58:48 [lkagal]
- lkagal has quit (Quit: lkagal)
- 17:01:37 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 19:32:53 [betehess]
- betehess has quit (Quit: Leaving)
- 19:34:26 [betehess]
- betehess (~betehess@31-33-3.wireless.csail.mit.edu) has joined #dig
- 20:41:50 [lkagal]
- lkagal has quit (*.net *.split)
- 20:41:50 [amy]
- amy has quit (*.net *.split)
- 20:41:51 [danbri]
- danbri has quit (*.net *.split)
- 20:49:30 [amy]
- amy (~amy@30-5-15.wireless.csail.mit.edu) has joined #dig
- 21:00:16 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 21:00:16 [danbri]
- danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) has joined #dig
- 21:00:21 [gbot30]
- gbot30 has quit (Excess Flood)
- 21:00:35 [gbot30]
- gbot30 (~gbot30@config.fsf.org) has joined #dig
- 21:05:20 [bbaren]
- bbaren has quit (*.net *.split)
- 21:05:23 [presbrey]
- presbrey has quit (*.net *.split)
- 21:05:29 [lkagal]
- lkagal has quit (*.net *.split)
- 21:05:29 [danbri]
- danbri has quit (*.net *.split)
- 21:05:38 [ericP]
- ericP has quit (*.net *.split)
- 21:05:40 [timbl]
- timbl has quit (*.net *.split)
- 21:05:43 [Pipian_]
- Pipian_ has quit (*.net *.split)
- 21:05:45 [betehess]
- betehess has quit (*.net *.split)
- 21:05:53 [kennyluck]
- kennyluck has quit (*.net *.split)
- 21:05:53 [RalphS]
- RalphS has quit (*.net *.split)
- 21:05:54 [manu1]
- manu1 has quit (*.net *.split)
- 21:05:59 [der-rho-ist]
- der-rho-ist has quit (*.net *.split)
- 21:05:59 [manu-db]
- manu-db has quit (*.net *.split)
- 21:06:00 [gbot30]
- gbot30 has quit (*.net *.split)
- 21:06:00 [amy]
- amy has quit (*.net *.split)
- 21:06:02 [webr3]
- webr3 has quit (*.net *.split)
- 21:06:57 [gbot30]
- gbot30 (~gbot30@config.fsf.org) has joined #dig
- 21:06:57 [danbri]
- danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) has joined #dig
- 21:06:57 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 21:06:57 [amy]
- amy (~amy@30-5-15.wireless.csail.mit.edu) has joined #dig
- 21:06:57 [betehess]
- betehess (~betehess@31-33-3.wireless.csail.mit.edu) has joined #dig
- 21:06:57 [Pipian_]
- Pipian_ (~pipian@w3cdhcp27.w3.org) has joined #dig
- 21:06:57 [kennyluck]
- kennyluck (~kennyluck@netDHCP-173.keio.w3.org) has joined #dig
- 21:06:57 [RalphS]
- RalphS (~swick@30-6-193.wireless.csail.mit.edu) has joined #dig
- 21:06:57 [manu1]
- manu1 (~chatzilla@pool-96-240-178-55.ronkva.east.verizon.net) has joined #dig
- 21:06:57 [timbl]
- timbl (~timbl@212.70.34.22) has joined #dig
- 21:06:57 [webr3]
- webr3 (~nathan@host86-133-148-238.range86-133.btcentralplus.com) has joined #dig
- 21:06:57 [der-rho-ist]
- der-rho-ist (~rho@chello213047112079.11.11.vie.surfer.at) has joined #dig
- 21:06:57 [manu-db]
- manu-db (~msporny@206.158.104.51) has joined #dig
- 21:06:57 [ericP]
- ericP (~ericP@ssh.w3.org) has joined #dig
- 21:07:53 [bbaren]
- bbaren (~bbaren@LINERVA.MIT.EDU) has joined #dig
- 21:07:53 [presbrey]
- presbrey (~presbrey@SCRIPTS.MIT.EDU) has joined #dig
- 21:08:11 [Martinp23]
- [Global Notice] Hi everyone! Just a bit of re-routing there which will hopefully reduce lag in parts of the network and make the layout a bit more sane. Sorry for the noise! Join #freenode with any questions.
- 21:20:57 [RalphS]
- RalphS has quit (Quit: a train-ing ...)
- 21:49:07 [lkagal]
- lkagal has quit (*.net *.split)
- 21:49:08 [danbri]
- danbri has quit (*.net *.split)
- 21:50:11 [danbri]
- danbri (~danbri@ip176-48-210-87.adsl2.static.versatel.nl) has joined #dig
- 21:50:11 [lkagal]
- lkagal (~lkagal@30-6-179.wireless.csail.mit.edu) has joined #dig
- 21:50:13 [gbot30]
- gbot30 has quit (Excess Flood)
- 21:50:27 [gbot30]
- gbot30 (~gbot30@config.fsf.org) has joined #dig
- 23:15:08 [lkagal]
- lkagal has quit (Quit: lkagal)
- 23:25:52 [Pipian_]
- Pipian_ has quit (Remote host closed the connection)
- 23:45:53 [der-rho-ist]
- der-rho-ist has quit (Ping timeout: 240 seconds)
- 23:45:54 [kennyluck]
- kennyluck has quit (Quit: kennyluck)
- 23:59:09 [lkagal]
- lkagal (~lkagal@pool-96-237-240-136.bstnma.fios.verizon.net) has joined #dig