avsm changed the topic of #mirage to: mirage 2 released! party on!
lobo has quit [Quit: leaving]
pablo_ has joined #mirage
<seangrove>
Hey all, I've got a custom site working locally on the unix backend using Drup's No. as a starting point (with a pinned mirage/functoria). Works with the unix setup, but running into an issue under xen. Looks like something to do with Xenstore, so probably has to to do with https://github.com/Drup/No./blob/master/config.ml#L26, but I'm not sure - here's the output https://gist.github.com/sgrove/7bfb82074b4c623ccead
<seangrove>
Drup: Might be better to go over it here
<seangrove>
re: direct_kv_ro transformation, I thought I might have to run a preprocess step
<Drup>
the preprocess should be automatic
<Drup>
(during configure)
<Drup>
(you have the certs and all that, right ?)
<seangrove>
Hrm, should secrets/ also be crunched? I see static1.ml and static2.ml, but don't see anything from secrets crunched (unless they're automatically named that)
pablo_ has quit [Remote host closed the connection]
<seangrove>
Would this be appropriate to open as an issue? Don't want to distract everyone with n00b problems
<seangrove>
But difficult to track down
<Drup>
It's not really difficult to track down as much as "Xs_protocol.Enoent("read")" being completely unhelpful
<Drup>
So yeah, open a bug report
<Drup>
and if you feel very adventurous, you can try to add more info to this exception, like, on what it fails to read
<Drup>
(I have no idea how difficult this is)
<seangrove>
I suppose this isn't important, "Unsupported function lseek called in Mini-OS kernel". Seems to be everywhere, even the hello-world tutorial
<hannes>
seangrove: that's what OCaml runtime calls during startup
<hannes>
(I believe it is lseek on stdin/stdout)
pierpa has quit [Quit: ERC Version 5.3 (IRC client for Emacs)]
raindev has quit [Remote host closed the connection]
seangrov` has joined #mirage
seangrov` has quit [Ping timeout: 256 seconds]
pierpa has joined #mirage
tomboy65 has quit [Ping timeout: 245 seconds]
seangrov` has joined #mirage
seangrov` has quit [Ping timeout: 256 seconds]
tomboy65 has joined #mirage
tomboy65 has quit [Ping timeout: 264 seconds]
tomboy65 has joined #mirage
tomboy64 has joined #mirage
lobo has joined #mirage
tomboy65 has quit [Ping timeout: 240 seconds]
tomboy65 has joined #mirage
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy65 has quit [Ping timeout: 245 seconds]
tomboy65 has joined #mirage
tomboy65 has quit [Ping timeout: 248 seconds]
tomboy65 has joined #mirage
tomboy64 has joined #mirage
tomboy65 has quit [Ping timeout: 276 seconds]
tomboy64 has quit [Ping timeout: 248 seconds]
tomboy64 has joined #mirage
tomboy65 has joined #mirage
tomboy64 has quit [Ping timeout: 240 seconds]
tomboy64 has joined #mirage
tomboy65 has quit [Ping timeout: 240 seconds]
seangrov` has joined #mirage
seangrov` has quit [Ping timeout: 256 seconds]
seangrov` has joined #mirage
kansi has quit [Ping timeout: 248 seconds]
<seangrov`>
Drup: Checked, but doesn't seem to be. Nothing logged from that function outputs at all (do I have to flush anything when using Printf.ksprintf ?)