2014-11-12 23:09
avsm changed the topic of #mirage to: mirage 2 released! party on!
00:00
nojb has joined #mirage
00:09
avsm has joined #mirage
00:23
nojb has quit [Quit: nojb]
00:30
avsm has quit [Quit: Leaving.]
00:37
thomasga has quit [Quit: Leaving.]
00:38
AltGr has joined #mirage
00:41
mcclurmc has quit [Remote host closed the connection]
00:43
manud has joined #mirage
00:57
nojb has joined #mirage
00:58
mcclurmc has joined #mirage
01:03
avsm has joined #mirage
01:07
avsm has quit [Ping timeout: 245 seconds]
01:19
mcclurmc has quit [Remote host closed the connection]
01:21
MrScout has quit [Remote host closed the connection]
01:22
MrScout has joined #mirage
01:26
MrScout has quit [Ping timeout: 250 seconds]
02:04
kdef has joined #mirage
02:04
manud has quit [Quit: Be back later ...]
02:14
nojb has quit [Quit: nojb]
02:22
rgrinberg has joined #mirage
02:26
manud has joined #mirage
02:30
rgrinberg has quit [Quit: Leaving.]
02:49
nojb has joined #mirage
02:51
rgrinberg has joined #mirage
02:53
manud has joined #mirage
02:58
kdef has quit [Quit: peace]
03:10
brson has quit [Quit: leaving]
03:12
nojb has quit [Quit: nojb]
03:13
nojb has joined #mirage
03:26
tlockney_away is now known as tlockney
03:29
rgrinberg has quit [Quit: Leaving.]
03:30
rgrinberg has joined #mirage
03:40
mcclurmc has joined #mirage
03:41
nojb has quit [Ping timeout: 258 seconds]
03:47
nojb has joined #mirage
04:18
nojb has quit [Quit: nojb]
04:33
larhat has quit [Quit: Leaving.]
05:45
tlockney is now known as tlockney_away
05:48
mcclurmc has quit [Remote host closed the connection]
05:58
laz has joined #mirage
06:11
rgrinberg has quit [Quit: Leaving.]
06:25
rgrinberg has joined #mirage
06:26
rgrinberg has quit [Client Quit]
06:40
nullcat_ has joined #mirage
07:02
avsm has joined #mirage
07:07
avsm has quit [Ping timeout: 245 seconds]
07:52
larhat has joined #mirage
09:35
AltGr has left #mirage [#mirage]
09:47
thomasga has joined #mirage
10:03
nojb has joined #mirage
10:10
nojb has quit [Quit: nojb]
10:11
jonludlam has joined #mirage
11:03
nojb has joined #mirage
11:03
djs55 has joined #mirage
11:09
nojb has quit [Ping timeout: 245 seconds]
11:39
nojb has joined #mirage
11:42
nojb has quit [Client Quit]
11:55
andreas has joined #mirage
12:17
avsm has joined #mirage
12:24
chambart has joined #mirage
12:51
nojb has joined #mirage
12:52
andreas has quit [Quit: Leaving.]
12:58
nojb has quit [Ping timeout: 264 seconds]
13:12
andreas has joined #mirage
13:16
andreas1 has joined #mirage
13:17
andreas has quit [Ping timeout: 240 seconds]
13:26
nojb has joined #mirage
13:38
djs55 has quit [Quit: Leaving.]
13:46
djs55 has joined #mirage
13:51
nojb has quit [Ping timeout: 240 seconds]
13:55
chambart has quit [Ping timeout: 265 seconds]
14:28
nojb has joined #mirage
14:30
mcclurmc has joined #mirage
14:34
<
avsm >
nojb: just looking at cutting a mirage release
14:35
<
avsm >
nojb: anything pending on the ipv6 front? if I understand 2.2.0 right, we still can't configure ipv6, but the types are good
14:35
<
avsm >
that seems fine, as we can add the configuration based on your new lib after
14:49
nojb has quit [Ping timeout: 264 seconds]
14:50
nojb has joined #mirage
14:50
<
nojb >
avsm: a couple of things are ongoing, but nothing that could be released right now. Yes, that’s right, types are good, ipv6 can be configured
*manually* (there is a PR in mirage-skeleton with a simple ping6 example), but is not integrated into current stackv4 so can’t be used with conduit, etc...
14:51
<
avsm >
nojb: ack, the ping is very useful. is it worth putting a manual one together with functor applications?
14:51
<
avsm >
nojb: as I cuold hook up mirage-www on live ipv6 with that, until config is done
14:54
<
nojb >
avsm: a manual
_what_ ? It would not be hard to integrate ipv6 into the current stackv4 (so the stack would offer both ipv4 and ipv6 and tcp/udp over both protocols), it is more a question of whether that is the design we want …
14:54
<
avsm >
a manual ipv6 only tcp->http
14:54
<
avsm >
so we could run that as a separate unikernel on an ipv6 address on punk
14:55
<
avsm >
i definitely think that having ipv4/ipv6/ipv4+6 options are all important
14:55
<
nojb >
http only needs a TCP argument, a STACKV4 argument, or a CONDUIT argument ?
14:56
<
nojb >
wait - I’ll check
14:57
<
avsm >
module Make(Conduit:Conduit_mirage.S) = struct
14:57
<
avsm >
hrm annoying
14:58
<
avsm >
oh could just add an ipv6 only conduit_mirage.S
14:58
<
avsm >
with no vchan or peer
14:58
<
avsm >
that signature really needs improving
14:59
<
nojb >
right - just for now I can do a ipv6-only stack and adapt conduit (I already did this some time back) to serve mirage-www on ipv6
14:59
<
nojb >
or I could do the combined ipv4,ipv6 stack if you prefer that
15:00
<
avsm >
nojb: an ipv6 only one would be good so we can host them separately
15:00
<
avsm >
its a good time to refactor the ipv4/6 one i think
15:00
<
avsm >
the existing mixup of vchan+ipv4+6 is not good
15:00
<
avsm >
but that's waiting on djs55's patches
15:00
<
avsm >
so let's get ipv6 into production use! :)
15:00
<
avsm >
i'll cut 2.2.0 meanwhile
15:01
<
avsm >
also a breaking interface change in cohttp that's minor but needs a rev, so there'll be two changes
15:02
<
nojb >
ok - I will update my changes to work with the current code …
15:03
<
nojb >
just to be clear - you will be releasing 2.2.0 and we will be integrating ipv6 for the next release, right ?
15:03
<
nojb >
I mean mirage-www/ipv6
15:04
<
avsm >
i just want to push the type changes in
15:04
<
nojb >
great! happy to see it merged!
15:11
<
nojb >
ok - will get this working and report back - bye!
15:11
nojb has quit [Quit: nojb]
15:13
AltGr has joined #mirage
15:13
AltGr has left #mirage [#mirage]
15:14
chambart has joined #mirage
15:19
thomasga has quit [Quit: Leaving.]
15:26
thomasga has joined #mirage
15:27
avsm has quit [Quit: Leaving.]
15:47
avsm has joined #mirage
15:48
larhat has quit [Quit: Leaving.]
15:58
mcclurmc has quit [Remote host closed the connection]
16:01
mcclurmc has joined #mirage
16:05
mcclurmc has quit [Remote host closed the connection]
16:06
laz has quit [Ping timeout: 245 seconds]
16:14
djs55 has quit [Quit: Leaving.]
16:15
mcclurmc has joined #mirage
16:21
djs55 has joined #mirage
16:23
tlockney_away is now known as tlockney
16:34
MrScout has joined #mirage
16:38
mcclurmc has quit [Remote host closed the connection]
16:43
mcclurmc has joined #mirage
16:56
mcclurmc has quit [Remote host closed the connection]
17:01
mcclurmc has joined #mirage
17:04
jonludlam has quit [Ping timeout: 245 seconds]
17:05
mcclurmc has quit [Ping timeout: 250 seconds]
17:23
nojb has joined #mirage
17:29
tlockney is now known as tlockney_away
18:04
rgrinberg has joined #mirage
18:04
brson has joined #mirage
18:13
nojb has quit [Quit: nojb]
18:26
topherB has joined #mirage
18:38
miragebot has joined #mirage
18:38
<
miragebot >
mirage/master f82ddb0 Anil Madhavapeddy: Release 2.2.0
18:38
<
miragebot >
mirage/master 5121e8e Anil Madhavapeddy: Merge pull request #340 from avsm/master...
18:38
miragebot has left #mirage [#mirage]
18:39
miragebot has joined #mirage
18:39
miragebot has left #mirage [#mirage]
18:44
djs55 has quit [Quit: Leaving.]
18:45
nojb has joined #mirage
19:13
tlockney_away is now known as tlockney
19:16
mcclurmc has joined #mirage
19:17
mcclurmc_ has joined #mirage
19:17
mcclurmc has quit [Read error: Connection reset by peer]
19:25
rgrinberg has quit [Quit: Leaving.]
19:27
nojb has quit [Quit: nojb]
19:28
avsm has quit [Quit: Leaving.]
19:33
mcclurmc_ has quit [Remote host closed the connection]
19:34
chambart has quit [Ping timeout: 250 seconds]
19:38
larhat has joined #mirage
19:40
rgrinberg has joined #mirage
20:08
manud has joined #mirage
20:16
brson has quit [Quit: leaving]
20:16
brson has joined #mirage
20:18
brson has quit [Client Quit]
20:19
brson has joined #mirage
20:25
brson has quit [Ping timeout: 244 seconds]
20:31
nullcat_ has joined #mirage
20:36
brson has joined #mirage
20:51
kdef has joined #mirage
20:52
djs55 has joined #mirage
20:59
manud has quit [Quit: Be back later ...]
21:01
manud has joined #mirage
21:25
djs55 has quit [Quit: Leaving.]
21:36
rgrinberg has quit [Quit: Leaving.]
21:37
thomasga has quit [Quit: Leaving.]
21:43
djs55 has joined #mirage
21:50
rgrinberg has joined #mirage
21:50
brson has quit [Ping timeout: 258 seconds]
21:56
mcclurmc has joined #mirage
22:02
mcclurmc has quit [Ping timeout: 258 seconds]
22:06
mcclurmc has joined #mirage
22:07
brson has joined #mirage
22:14
rgrinberg has quit [Quit: Leaving.]
22:49
djs55 has quit [Quit: Leaving.]
23:07
mcclurmc has quit [Remote host closed the connection]
23:09
chambart has joined #mirage
23:10
djs55 has joined #mirage
23:21
brson has quit [Ping timeout: 256 seconds]
23:24
brson has joined #mirage
23:26
avsm has joined #mirage
23:35
mcclurmc has joined #mirage
23:40
chambart has quit [Ping timeout: 244 seconds]
23:40
mcclurmc has quit [Ping timeout: 272 seconds]
23:43
djs55 has quit [Quit: Leaving.]
23:49
nojb has joined #mirage
23:55
nojb has quit [Quit: nojb]