avsm changed the topic of #mirage to: mirage 2 released! party on!
twopoint718 has joined #mirage
jermar has quit [Ping timeout: 256 seconds]
noddy has joined #mirage
rgrinberg has quit [Ping timeout: 256 seconds]
noddy has quit [Ping timeout: 266 seconds]
<twopoint718> Howdy!
copy` has quit [Quit: Connection closed for inactivity]
brson has quit [Quit: leaving]
noddy has joined #mirage
twopoint718 has quit [Read error: Connection reset by peer]
syntiux has quit [Quit: ZNC 1.6.1 - http://znc.in]
syntiux has joined #mirage
jermar has joined #mirage
noddy has quit [Ping timeout: 250 seconds]
kensan has quit [Ping timeout: 260 seconds]
noddy has joined #mirage
jermar has quit [Ping timeout: 260 seconds]
demonimin has quit [Ping timeout: 256 seconds]
demonimin has joined #mirage
fgimenez has joined #mirage
andreas23 has joined #mirage
jermar has joined #mirage
mort___ has joined #mirage
mato has joined #mirage
miragebot has joined #mirage
<miragebot> mirage/master b2d3857 Anil Madhavapeddy: doc: add pbkdf
<miragebot> mirage/master b90f42a Anil Madhavapeddy: doc: add charrua-unix
miragebot has left #mirage [#mirage]
<miragebot> mirage/master bd25968 Anil Madhavapeddy: doc: add syslog-message
<miragebot> [mirage] avsm pushed 7 new commits to master: https://git.io/vXYXh
srenatus[m] has joined #mirage
_whitelogger has joined #mirage
srenatus[m] has quit [Read error: Connection reset by peer]
srenatus[m] has joined #mirage
<mato> hannes: While updating to the latest mirage-dev:
<mato> The following actions failed ∗ install mirage-entropy dev~mirage
<mato> ...
<mato> # pkg.ml: [ERROR] X/mirage-freestanding/lib/libmirage-entropy_stubs+mirage-freestanding.clib: Cannot read file, parent directory does not exist
<mato> # pkg.ml: [ERROR] Package description has 1 error(s), see log above.
fgimenez has quit [Ping timeout: 265 seconds]
fgimenez has joined #mirage
fgimenez has joined #mirage
fgimenez has quit [Changing host]
<mato> where is the carefully hidden "restart build" button in the travis web UI?
<mato> ah, "travis restart" via the CLI works and is acutally discoverable...
copy` has joined #mirage
<mato> hannes: so, i restarted the travis builds, and they're failing with the same error(s): https://travis-ci.org/mirage/mirage-dev
<mato> hmm, ok, looks like mirage-entropy is the culprit here
<mato> (pinging david...)
rgrinberg has joined #mirage
gjaldon has joined #mirage
gjaldon has quit [Remote host closed the connection]
demonimin has quit [Ping timeout: 260 seconds]
demonimin has joined #mirage
<mato> tracked this down to topkg.0.8.0 breaking the cstubs, if i downgrade to 0.7.9 then the build works
yomimono has joined #mirage
fgimenez has quit [Ping timeout: 244 seconds]
fgimenez has joined #mirage
GemmaG has joined #mirage
<GemmaG> Hi all :) I've reopened the anonymous Mirage call feedback form - please tell us your views if you haven't already: https://goo.gl/forms/N62k7u1aRpHNwLCt2
fructase has joined #mirage
agarwal1975 has joined #mirage
fgimenez has quit [Ping timeout: 245 seconds]
fgimenez has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
djwillia has joined #mirage
djwillia has quit [Client Quit]
andreas23 has quit [Quit: Leaving.]
GemmaG has quit [Quit: Leaving.]
brson has joined #mirage
noddy has quit [Ping timeout: 250 seconds]
GemmaG has joined #mirage
GemmaG has quit [Client Quit]
<mato> uhhhhh
<mato> hannes: the crusty-unix-oldschoolness of freebsd amazes me sometimes :)
<mato> hannes: i've been trying out to figure out a sane way of redirecting the bhyve console output to a file, turns out it's not trivial since bhyve insists that the thing it talks to must be a TTY
<mato> (this so that i can parse the output of test runs and determine a PASS/FAIL...)
GemmaG has joined #mirage
<reynir> mato: Would 'expect' be useful maybe?
<mato> reynir: perhaps, but that doesn't come as part of the base system, so it'd be an extra dependency
<reynir> true
<mato> all I want is something like 'cat /dev/nmdm0B' but with the addition of a) setting a sane baud rate and b) doing the right thing with CRLF
<mato> perhaps I'll just write a simplistic helper in C and distribute that
smondet has joined #mirage
rgrinberg has quit [Ping timeout: 265 seconds]
sknebel has quit [Quit: No Ping reply in 180 seconds.]
sknebel has joined #mirage
fgimenez has quit [Ping timeout: 245 seconds]
fgimenez has joined #mirage
mort___ has quit [Quit: Leaving.]
noddy has joined #mirage
mort___ has joined #mirage
noddy has quit [Ping timeout: 268 seconds]
jermar has quit [Ping timeout: 260 seconds]
noddy has joined #mirage
agarwal1975 has quit [Quit: agarwal1975]
GemmaG has quit [Quit: Leaving.]
agarwal1975 has joined #mirage
GemmaG has joined #mirage
GemmaG has quit [Ping timeout: 245 seconds]
fructase` has joined #mirage
fructase has quit [Read error: Connection reset by peer]
yomimono has quit [Ping timeout: 245 seconds]
agarwal1975 has quit [Quit: agarwal1975]
agarwal1975 has joined #mirage
mort___ has quit [Quit: Leaving.]
fgimenez has quit []
andreas23 has joined #mirage
rgrinberg has joined #mirage
brson has quit [Ping timeout: 251 seconds]
brson has joined #mirage
brson has quit [Ping timeout: 252 seconds]
brson has joined #mirage
noddy has quit [Ping timeout: 245 seconds]
noddy has joined #mirage
yomimono has joined #mirage
brson has quit [Ping timeout: 260 seconds]
jermar has joined #mirage
noddy has quit [Ping timeout: 268 seconds]
mort___ has joined #mirage
<rixed> Is there a memory liitation that I'm unaware of in mirageos? I get out of memory errorswhenever my kernels GC heap is about 660Mb with a surprising regularity, regardless of the max memory set in xen :-/ ??
<hannes> rixed: sorry, I don't have exact pointers, but I think there was somewhere the OCaml heap size set... not sure where, though
<rixed> hannes: Mmmmh, interesting, will look for this.
<hannes> you might have more luck to get decent replies on the mailing list
<rixed> hannes: the mirage-dev ML is read only for me :)
<hannes> rixed: huh?
<rixed> hannes: I can receive messages alright but everything I post never show up. I've heard that I'm not the only one.
<hannes> it was the case for me for a weekend, and I asked lars kurth, who seems to actually run the mail server, and they had issues when upgrading to a new anti-spam system (which classified my mails as spam)
<rixed> It's not like I have a lot to contribute anyway
<hannes> that's not true.
yomimono has quit [Ping timeout: 252 seconds]
brson has joined #mirage
noddy has joined #mirage
yomimono has joined #mirage
fructase` has quit [Read error: Connection reset by peer]
<rixed> hannes: AFAICT mini-os takes its number of pages from the XEN supplied start_info structure and I fail to see where mirage ocaml runtime would change that
<rixed> hannes: I may easily have overlooked something though, given I'm just grepping through my .opam/build directory - one day I'll try to make sense of the 50 packages that form mirageos :)
yomimono has quit [Ping timeout: 260 seconds]
<rixed> hannes: meanwhile, I will run many more smaller microKs :)
yomimono has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
mort___ has quit [Quit: Leaving.]
mort___ has joined #mirage
rgrinberg has quit [Ping timeout: 260 seconds]
ebagdasa has quit [Read error: Connection reset by peer]
yomimono has quit [Ping timeout: 245 seconds]
jermar has quit [Ping timeout: 256 seconds]
mort___ has quit [Quit: Leaving.]
yomimono has joined #mirage