[00:03:52] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 260 seconds)
[00:07:14] *** daleg <daleg!~daleg@static-108-48-124-82.washdc.fios.verizon.net> has quit IRC ()
[00:08:27] *** |asp <|asp!~|asp@c-98-198-102-81.hsd1.tx.comcast.net> has joined #illumos
[00:11:37] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has quit IRC (Quit: Leaving)
[00:14:34] *** ahrs <ahrs!~ahrs@46.166.137.194> has joined #illumos
[00:27:44] *** andy_js <andy_js!~andy@90.192.48.17> has quit IRC (Quit: andy_js)
[00:33:55] *** gila <gila!~textual@5ED4FE92.cm-7-5d.dynamic.ziggo.nl> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[00:50:21] <Alek> I had a related question: does anyone know the rw_read_held() semantics? It looks like there is no way to tell if the curthread already has a rw_lock as reader since we don't store reader's info in the lock, all it tells me is that someone has this lock as a reader right?
[00:52:35] *** ipalreadytaken <ipalreadytaken!~ipalready@108-232-26-171.lightspeed.sndgca.sbcglobal.net> has joined #illumos
[00:53:27] *** ipalreadytaken <ipalreadytaken!~ipalready@108-232-26-171.lightspeed.sndgca.sbcglobal.net> has quit IRC (Remote host closed the connection)
[00:53:35] *** ipalreadytaken <ipalreadytaken!~ipalready@2602:306:ce81:aab0:f557:8a93:2fb6:77c8> has joined #illumos
[01:02:57] *** Kelzier <Kelzier!~duka@77.105.27.241> has quit IRC (Read error: Connection reset by peer)
[01:03:52] *** trentm <trentm!~Adium@199.58.193.130> has quit IRC (Quit: Leaving.)
[01:04:10] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has joined #illumos
[01:09:22] *** heroux <heroux!sandroco@gateway/shell/insomnia247/x-emnpzaehxxmlvsmf> has quit IRC (Ping timeout: 250 seconds)
[01:12:40] *** ahrs <ahrs!~ahrs@46.166.137.194> has quit IRC (Remote host closed the connection)
[01:14:40] *** |asp <|asp!~|asp@c-98-198-102-81.hsd1.tx.comcast.net> has quit IRC (Remote host closed the connection)
[01:15:08] *** |asp <|asp!~|asp@2601:2c2:c300:51a9:2167:f29f:2b7d:84fa> has joined #illumos
[01:18:09] *** pmooney <pmooney!~pmooney@2001:470:1f11:836:391c:6644:8034:c197> has quit IRC (Quit: WeeChat 1.5)
[01:18:14] <rmustacc> Alek: The manual page description there is a bit odd, I have to admit. But yes, there's no way to know who has a rw lock for read.
[01:18:22] <rmustacc> At least, not from the rwlock itself.
[01:19:03] <Alek> ok thanks, that what I thought. You think it's worth it to file a bug to update that man page?
[01:19:46] <rmustacc> Well, if you honor the condition that you have to hold the lock before calling it, then it'll always be correct. ;)
[01:19:54] <rmustacc> At least, based on what the manual page says.
[01:20:01] <rmustacc> So I think it is correct, if you work on that. Just not super useful.
[01:20:03] *** |asp <|asp!~|asp@2601:2c2:c300:51a9:2167:f29f:2b7d:84fa> has quit IRC (Ping timeout: 245 seconds)
[01:20:16] <rmustacc> But then again, if you find yourself wanting to use rw_read_locked(), I might reconsider.
[01:20:58] <Alek> oh yeah I guess if u hold the lock it IS true. Ok thanks
[01:22:13] <Alek> "A reader will fail if the lock is either owned (in the RW_READER and RW_READER_STARVEWRITER cases)"
[01:22:45] <Alek> Isn't the whole point to have concurrent readers? that doesn't make sense
[01:23:18] <rmustacc> In general yes -- however RW_READER_STARVEWRITER is a special case that was introduced to allow someone to deal with writer starvation.
[01:23:29] <rmustacc> Basically forcing all future readers to block behind a writer getting in.
[01:23:38] <rmustacc> Otherwise you could have a livelock for a writer.
[01:23:45] <rmustacc> Though the times when that's necessary are rare.
[01:24:06] <rmustacc> Or maybe it was the other way around, sorry.
[01:24:31] <rmustacc> Yeah, sorry, got things crossed in my head.
[01:25:40] <rmustacc> So it's saying that if you're coming in with either of the RW_READER_* values and it is already owned (e.g. write locked), you'll block.
[01:26:06] <rmustacc> Alek: That make more sensE?
[01:26:08] <rmustacc> *sense
[01:27:54] <Alek> ah yes ok. The phrasing there was mixing me up
[01:27:56] *** makruger <makruger!~Michael@pool-108-20-232-57.bstnma.fios.verizon.net> has joined #illumos
[01:28:13] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has quit IRC (Quit: Leaving.)
[01:28:38] <Alek> thanks rmustacc
[01:30:03] <rmustacc> Sure, no problem.
[01:33:46] <Alek> recursive rw_enter as a reader here…
[01:36:29] <Alek> deadlock happens if u try to destroy the filesystem between the two reader enters, since we grab the z_teardown_inactive_lock as writer then
[01:40:51] <rmustacc> I see. Yeah, recursive rw enters are always tricky.
[01:41:03] <rmustacc> Or this is where you have the starvewriter.
[01:41:08] <rmustacc> I think Bryan introduced it for a similar reason.
[01:43:17] *** heroux <heroux!sandroco@507081C4.static.ziggozakelijk.nl> has joined #illumos
[01:51:12] *** makruger <makruger!~Michael@pool-108-20-232-57.bstnma.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[01:53:50] *** Alek <Alek!~Alek@140.174.232.4> has quit IRC (Quit: Leaving.)
[01:54:35] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has joined #illumos
[01:55:34] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has quit IRC (Quit: Leaving.)
[02:05:19] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Quit: Konversation terminated!)
[02:05:38] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has joined #illumos
[02:06:30] *** makruger <makruger!~Michael@pool-108-20-232-57.bstnma.fios.verizon.net> has joined #illumos
[02:08:35] *** igitoor <igitoor!igitur@unaffiliated/contempt> has quit IRC (Ping timeout: 250 seconds)
[02:08:56] *** igitoor <igitoor!igitur@2a00:d880:3:1::c1ca:a648> has joined #illumos
[02:09:03] *** dap_ <dap_!~dap@208.184.5.170> has quit IRC (Quit: Leaving.)
[02:09:56] *** cherimoya <cherimoya!~cherimoya@rezalsrohn.rzone.de> has quit IRC (Ping timeout: 256 seconds)
[02:10:33] *** cherimoya <cherimoya!~cherimoya@rezalsrohn.rzone.de> has joined #illumos
[02:10:56] *** Guest30403 <Guest30403!6dbefe20@gateway/web/freenode/ip.109.190.254.32> has quit IRC (Ping timeout: 260 seconds)
[02:20:01] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[02:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[02:30:05] *** igitoor <igitoor!igitur@2a00:d880:3:1::c1ca:a648> has quit IRC (Changing host)
[02:30:05] *** igitoor <igitoor!igitur@unaffiliated/contempt> has joined #illumos
[02:33:24] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has quit IRC (Quit: Leaving.)
[02:43:26] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:3991:9138:b25a:6138> has quit IRC (Quit: Leaving.)
[02:48:10] *** tozhu <tozhu!~Thunderbi@220.166.249.187> has joined #illumos
[02:53:00] *** tozhu <tozhu!~Thunderbi@220.166.249.187> has quit IRC (Ping timeout: 256 seconds)
[02:55:52] <rzezeski> Yea, RW_READER_STARVEWRITER is there to allow recursive read enters without deadlock
[02:55:56] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Read error: Connection reset by peer)
[02:56:04] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has joined #illumos
[02:56:29] <rzezeski> I was reading the solaris internals chapter on sobjs just yesterday because I'm in deadlock hell myself right now
[02:57:12] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has joined #illumos
[02:58:59] *** v_a_b <v_a_b!~volker@p5B371624.dip0.t-ipconnect.de> has quit IRC (Ping timeout: 265 seconds)
[03:02:17] *** v_a_b <v_a_b!~volker@p5B3716F7.dip0.t-ipconnect.de> has joined #illumos
[03:08:15] *** makruger <makruger!~Michael@pool-108-20-232-57.bstnma.fios.verizon.net> has quit IRC (Ping timeout: 252 seconds)
[03:11:19] *** freakazoid0223 <freakazoid0223!~chatzilla@pool-173-49-14-128.phlapa.fios.verizon.net> has joined #illumos
[03:13:18] *** denk <denk!~denis@195.19.104.16> has quit IRC (Ping timeout: 250 seconds)
[03:14:23] *** melloc <melloc!~melloc@208.184.5.170> has quit IRC (Quit: Leaving.)
[03:16:15] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Read error: Connection reset by peer)
[03:16:20] *** phobos <phobos!~phobos@unaffiliated/phobos-anomaly/x-6744724> has joined #illumos
[03:18:20] *** freakazoid0223 <freakazoid0223!~chatzilla@pool-173-49-14-128.phlapa.fios.verizon.net> has quit IRC (Read error: Connection reset by peer)
[03:19:20] *** meandrain <meandrain!~meandrain@89.39.95.149> has quit IRC (Read error: Connection reset by peer)
[03:22:25] *** freakazoid0223 <freakazoid0223!~chatzilla@pool-173-49-14-128.phlapa.fios.verizon.net> has joined #illumos
[03:23:13] *** denk <denk!~denis@devel.tambov.ru> has joined #illumos
[03:24:48] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has joined #illumos
[03:25:22] *** phobos <phobos!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Quit: Konversation terminated!)
[03:28:11] *** meandrain <meandrain!~meandrain@89.39.95.149> has joined #illumos
[03:28:15] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Client Quit)
[03:34:51] *** mmlb <mmlb!~mmlb@2601:589:c400:3299::2000> has quit IRC (Quit: WeeChat 1.6)
[03:43:42] *** mmlb <mmlb!~mmlb@2601:589:c400:3299:62a4:4cff:fe60:c2b5> has joined #illumos
[03:56:24] *** snuff-work <snuff-work!~snuff-wor@203.87.61.22> has left #illumos
[03:59:25] *** bahamat <bahamat!~bahamat@2001:470:f0f4:a0a:213b:e4a3:13f1:2291> has joined #illumos
[04:15:42] *** melloc <melloc!~melloc@2600:380:8555:f85e:2054:9ce2:6834:aace> has joined #illumos
[04:27:16] *** xchasdsfsd <xchasdsfsd!~x@unaffiliated/sdfgsdfg> has joined #illumos
[04:44:00] *** melloc <melloc!~melloc@2600:380:8555:f85e:2054:9ce2:6834:aace> has quit IRC (Quit: Leaving.)
[04:54:35] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[04:57:08] *** sanjay <sanjay!~Adium@67.230.218.82> has joined #illumos
[04:58:36] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 244 seconds)
[05:01:15] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has joined #illumos
[05:06:55] *** freakazoid0223_ <freakazoid0223_!~chatzilla@pool-173-49-14-128.phlapa.fios.verizon.net> has joined #illumos
[05:08:21] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[05:08:35] *** saint_dogbert <saint_dogbert!~phobos@unaffiliated/phobos-anomaly/x-6744724> has quit IRC (Quit: Konversation terminated!)
[05:09:32] *** freakazoid0223 <freakazoid0223!~chatzilla@pool-173-49-14-128.phlapa.fios.verizon.net> has quit IRC (Ping timeout: 260 seconds)
[05:11:20] *** jcea <jcea!~Thunderbi@ks27448.kimsufi.com> has quit IRC (Quit: jcea)
[05:12:47] *** jcea <jcea!~Thunderbi@ks27448.kimsufi.com> has joined #illumos
[05:30:02] *** melloc <melloc!~melloc@c-73-162-7-40.hsd1.ca.comcast.net> has joined #illumos
[05:33:05] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has joined #illumos
[05:35:06] *** rune <rune!4c4ca5ad@gateway/web/freenode/ip.76.76.165.173> has quit IRC (Ping timeout: 260 seconds)
[05:35:35] *** sanjay <sanjay!~Adium@67.230.218.82> has quit IRC (Quit: Leaving.)
[05:37:13] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[05:39:44] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has quit IRC (Quit: Leaving.)
[05:43:16] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has joined #illumos
[06:09:40] *** freakazoid0223_ is now known as freakazoid0223
[06:12:11] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has quit IRC (Quit: Leaving.)
[06:13:28] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has joined #illumos
[06:24:18] *** leoric <leoric!~leoric@176.212.42.247> has joined #illumos
[06:33:44] *** heroux <heroux!sandroco@507081C4.static.ziggozakelijk.nl> has quit IRC (Read error: Connection reset by peer)
[06:34:24] *** heroux <heroux!sandroco@gateway/shell/insomnia247/x-jcfipyuffgckjxpl> has joined #illumos
[06:34:56] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has joined #illumos
[06:43:28] *** kerberizer <kerberizer!~luchesar@wikipedia/Iliev> has quit IRC (Remote host closed the connection)
[06:44:07] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has quit IRC (Quit: Leaving.)
[06:44:55] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has left #illumos
[06:45:16] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has joined #illumos
[06:49:12] *** shruti <shruti!shruti@nat/redhat/x-tvsxxkyelzehmvyz> has joined #illumos
[06:51:53] *** alanc <alanc!~alanc@inet-hqmc02-o.oracle.com> has quit IRC (Remote host closed the connection)
[06:52:12] *** alanc <alanc!~alanc@inet-hqmc01-o.oracle.com> has joined #illumos
[06:58:40] *** kerberizer <kerberizer!~luchesar@wikipedia/Iliev> has joined #illumos
[07:21:49] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has quit IRC (Quit: Quitting)
[07:36:33] *** mhicks <mhicks!~Adium@ip70-179-50-128.sd.sd.cox.net> has quit IRC (Quit: Leaving.)
[07:48:18] *** tsoome <tsoome!~tsoome@220-90-235-80.dyn.estpak.ee> has quit IRC (Ping timeout: 250 seconds)
[07:50:05] *** leoric <leoric!~leoric@176.212.42.247> has quit IRC (Remote host closed the connection)
[08:14:21] *** matejz <matejz!~matejz@141.255.254.208> has joined #illumos
[08:15:10] *** Naeil <Naeil!~nzoueidi@ubuntu/member/na3il> has joined #illumos
[08:15:26] *** chrustler <chrustler!~chrustler@94-137-110-36.customers.ownit.se> has joined #illumos
[08:24:24] *** tsoome <tsoome!~tsoome@172-10-196-88.dyn.estpak.ee> has joined #illumos
[08:41:17] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 244 seconds)
[08:43:46] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[08:43:46] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has joined #illumos
[08:50:37] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 260 seconds)
[08:51:21] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[09:01:56] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Remote host closed the connection)
[09:02:14] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has joined #illumos
[09:15:50] *** tozhu <tozhu!~Thunderbi@223.85.203.28> has quit IRC (Ping timeout: 250 seconds)
[09:18:24] *** thebug <thebug!~thebug@unaffiliated/thebug> has quit IRC (Ping timeout: 265 seconds)
[09:26:21] <wilbury> please remind me, what's the current state of sun ssh vs. openssh in illumos?
[09:32:23] *** thebug <thebug!~thebug@unaffiliated/thebug> has joined #illumos
[09:32:57] *** anniz <anniz!~anniz@c83-250-15-118.bredband.comhem.se> has quit IRC (Ping timeout: 244 seconds)
[09:33:30] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has joined #illumos
[09:41:49] *** gila <gila!~textual@5ED4FE92.cm-7-5d.dynamic.ziggo.nl> has joined #illumos
[09:45:26] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has joined #illumos
[09:45:26] *** jhendricks <jhendricks!~jhendrick@c-73-162-7-40.hsd1.ca.comcast.net> has quit IRC (Client Quit)
[09:46:07] *** melloc <melloc!~melloc@c-73-162-7-40.hsd1.ca.comcast.net> has quit IRC (Quit: Leaving.)
[09:46:26] *** andy_js <andy_js!~andy@90.192.48.17> has joined #illumos
[09:54:50] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has quit IRC (Quit: slx86)
[09:59:52] <tsoome> sunssh is dead and buried.
[10:14:26] *** esoel_ <esoel_!~esoel_@130.87-253-62.static.virginmediabusiness.co.uk> has joined #illumos
[10:16:36] *** man_u <man_u!~manu@manu2.gandi.net> has joined #illumos
[10:18:48] *** merzo <merzo!~merzo@94.45.58.141> has joined #illumos
[10:24:59] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has joined #illumos
[10:25:39] <wilbury> ah ok, tsoome, thanks. i see, /usr/lib/ssh/sshd is openssh
[10:25:40] <wilbury> indeed
[10:37:17] *** MarcelT <MarcelT!~marcel@2a01:238:e100:360:211:e2ff:fe04:31e7> has joined #illumos
[10:40:43] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[11:02:55] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has joined #illumos
[11:09:09] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has quit IRC (Quit: Leaving)
[11:17:20] *** liuzhen <liuzhen!~liuzhen@218.241.172.114> has quit IRC (Quit: My MacBook has gone to sleep. ZZZzzz…)
[11:18:29] *** matejz <matejz!~matejz@141.255.254.208> has quit IRC (Quit: matejz)
[11:20:01] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[11:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[12:00:16] *** gila <gila!~textual@5ED4FE92.cm-7-5d.dynamic.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[12:03:35] *** gila <gila!~textual@gateway/vpn/privateinternetaccess/gila> has joined #illumos
[12:07:50] *** yurip <yurip!~yuri@188.170.200.115> has joined #illumos
[12:20:44] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has joined #illumos
[12:34:44] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has quit IRC (Ping timeout: 260 seconds)
[13:00:45] *** |asp <|asp!~|asp@2601:2c2:c300:51a9:54e:4d08:d020:a56e> has joined #illumos
[13:07:14] *** asp <asp!~|asp@c-98-198-102-81.hsd1.tx.comcast.net> has joined #illumos
[13:07:36] *** asp is now known as Guest60379
[13:10:16] *** |asp <|asp!~|asp@2601:2c2:c300:51a9:54e:4d08:d020:a56e> has quit IRC (Ping timeout: 260 seconds)
[13:11:32] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has joined #illumos
[13:12:52] *** Guest60379 <Guest60379!~|asp@c-98-198-102-81.hsd1.tx.comcast.net> has quit IRC (Remote host closed the connection)
[13:14:39] *** medfly <medfly!~fly@unaffiliated/medfly> has joined #illumos
[13:31:28] *** matejz <matejz!~matejz@141.255.254.208> has joined #illumos
[13:45:47] *** matejz <matejz!~matejz@141.255.254.208> has quit IRC (Quit: matejz)
[13:47:45] *** khalfell_ <khalfell_!~khalfella@cpe-2606-A000-4002-F900-9DE8-4A16-6550-CA84.dyn6.twc.com> has joined #illumos
[13:49:48] *** tozhu1 <tozhu1!~Thunderbi@117.136.64.65> has joined #illumos
[13:51:58] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has quit IRC (Ping timeout: 265 seconds)
[13:51:58] *** tozhu1 is now known as tozhu
[13:54:25] *** Kurlon_ <Kurlon_!~Kurlon@cpe-104-228-216-170.maine.res.rr.com> has quit IRC (Ping timeout: 260 seconds)
[13:58:41] *** tozhu <tozhu!~Thunderbi@117.136.64.65> has quit IRC (Read error: Connection reset by peer)
[14:01:49] *** matejz <matejz!~matejz@141.255.254.208> has joined #illumos
[14:02:37] *** medfly <medfly!~fly@unaffiliated/medfly> has left #illumos
[14:18:53] *** tozhu <tozhu!~Thunderbi@117.136.64.65> has joined #illumos
[14:25:48] *** tozhu <tozhu!~Thunderbi@117.136.64.65> has quit IRC (Read error: Connection reset by peer)
[14:32:46] *** xchasdsfsd <xchasdsfsd!~x@unaffiliated/sdfgsdfg> has quit IRC (Quit: xchasdsfsd)
[14:33:29] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has joined #illumos
[14:35:38] *** khalfell_ <khalfell_!~khalfella@cpe-2606-A000-4002-F900-9DE8-4A16-6550-CA84.dyn6.twc.com> has quit IRC (Remote host closed the connection)
[14:36:14] *** khalfell_ <khalfell_!~khalfella@cpe-2606-A000-4002-F900-9DE8-4A16-6550-CA84.dyn6.twc.com> has joined #illumos
[14:40:28] *** khalfell_ <khalfell_!~khalfella@cpe-2606-A000-4002-F900-9DE8-4A16-6550-CA84.dyn6.twc.com> has quit IRC (Ping timeout: 245 seconds)
[15:37:52] *** xzi11a <xzi11a!~robert@static-108-48-124-82.washdc.fios.verizon.net> has joined #illumos
[15:43:23] *** pmooney <pmooney!~pmooney@2001:470:1f11:836:391c:6644:8034:c197> has joined #illumos
[15:44:01] *** danmcd <danmcd!~danmcd@static-71-174-113-16.bstnma.fios.verizon.net> has joined #illumos
[15:53:17] *** tsoome <tsoome!~tsoome@172-10-196-88.dyn.estpak.ee> has quit IRC (Quit: tsoome)
[15:56:15] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has joined #illumos
[16:17:11] *** matejz <matejz!~matejz@141.255.254.208> has quit IRC (Quit: matejz)
[16:19:15] *** merzo <merzo!~merzo@94.45.58.141> has quit IRC (Ping timeout: 252 seconds)
[16:19:23] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has joined #illumos
[16:21:21] *** merzo <merzo!~merzo@92.60.189.225> has joined #illumos
[16:31:30] *** tsoome <tsoome!~tsoome@220-90-235-80.dyn.estpak.ee> has joined #illumos
[16:31:31] *** ipalreadytaken <ipalreadytaken!~ipalready@2602:306:ce81:aab0:f557:8a93:2fb6:77c8> has quit IRC ()
[16:40:47] *** nikolam <nikolam!~nikolam@unaffiliated/nikolam> has quit IRC (Quit: Leaving)
[16:42:36] *** richlowe <richlowe!~richlowe@2607:fcc8:bcd4:b100::5> has quit IRC (Ping timeout: 260 seconds)
[16:43:27] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Ping timeout: 252 seconds)
[16:52:34] *** jcea <jcea!~Thunderbi@ks27448.kimsufi.com> has quit IRC (Quit: jcea)
[16:52:35] *** merzo <merzo!~merzo@92.60.189.225> has quit IRC (Remote host closed the connection)
[16:53:40] *** merzo <merzo!~merzo@92.60.189.225> has joined #illumos
[16:55:16] *** jcea <jcea!~Thunderbi@ks27448.kimsufi.com> has joined #illumos
[16:56:45] *** trentm <trentm!~Adium@S0106204e7f7cd849.vn.shawcable.net> has joined #illumos
[16:58:52] *** MilkmanDan <MilkmanDan!~dan@wilug/expat/MilkmanDan> has quit IRC (Ping timeout: 260 seconds)
[16:59:12] *** MilkmanDan <MilkmanDan!~dan@wilug/expat/MilkmanDan> has joined #illumos
[17:04:02] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has joined #illumos
[17:13:38] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has joined #illumos
[17:16:45] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has quit IRC (Quit: Leaving.)
[17:17:07] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has joined #illumos
[17:17:34] *** ericray <ericray!~ejray@c-76-25-145-48.hsd1.co.comcast.net> has joined #illumos
[17:22:30] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has quit IRC (Quit: Leaving.)
[17:22:55] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has joined #illumos
[17:27:29] *** KermitTheFragger <KermitTheFragger!~KermitThe@gateway.serviceplanet.nl> has quit IRC (Remote host closed the connection)
[17:31:30] *** melloc <melloc!~melloc@208.184.5.170> has joined #illumos
[17:32:38] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has quit IRC (Quit: slx86)
[18:06:03] *** mhicks <mhicks!~Adium@ip70-179-50-128.sd.sd.cox.net> has joined #illumos
[18:06:06] *** leoric <leoric!~leoric@188.187.213.44> has joined #illumos
[18:10:25] *** mhicks <mhicks!~Adium@ip70-179-50-128.sd.sd.cox.net> has quit IRC (Client Quit)
[18:10:51] *** mhicks <mhicks!~Adium@ip70-179-50-128.sd.sd.cox.net> has joined #illumos
[18:12:40] *** natkin_ <natkin_!~textual@cpe-70-117-117-128.austin.res.rr.com> has joined #illumos
[18:25:12] *** esoel_ <esoel_!~esoel_@130.87-253-62.static.virginmediabusiness.co.uk> has quit IRC (Ping timeout: 260 seconds)
[18:28:02] <igork> pmooney: ping
[18:28:09] <pmooney> igork: pong
[18:28:45] <igork> pmooney: hey - how much build threads for debug build you have used for locales parallels checks?
[18:29:03] <igork> it failed on sparc with 26-36 threads
[18:29:30] <igork> i have imported your update from joyent tree
[18:29:35] <igork> and just wasted let you know
[18:29:58] *** natkin_ <natkin_!~textual@cpe-70-117-117-128.austin.res.rr.com> has quit IRC (Quit: Textual IRC Client: www.textualapp.com)
[18:30:01] *** natkin <natkin!~natkin@cpe-70-117-117-128.austin.res.rr.com> has quit IRC ()
[18:30:04] <igork> it is not failed every time - but time to time it failed
[18:30:05] <pmooney> MAX_JOBS=128 DMAKE_MAX_JOBS=26
[18:30:12] <igork> interest
[18:30:14] <pmooney> how did it fail?
[18:30:37] <igork> one moment
[18:31:17] <igork> something like that
[18:31:51] <igork> next incremental build fix it
[18:32:33] <igork> maybe missed dependency and need pre-build something
[18:32:47] <igork> i have no found yet how to check it
[18:32:59] <igork> and reproduce
[18:33:04] *** natkin <natkin!~textual@cpe-70-117-117-128.austin.res.rr.com> has joined #illumos
[18:33:23] *** mmlb <mmlb!~mmlb@2601:589:c400:3299:62a4:4cff:fe60:c2b5> has quit IRC (Quit: WeeChat 1.6)
[18:33:42] *** Naeil <Naeil!~nzoueidi@ubuntu/member/na3il> has quit IRC (Ping timeout: 250 seconds)
[18:33:46] <igork> if i do full cleanup - like: git clean -fdx in usr/src - i have this issue time to time, but not with every build
[18:36:44] <pmooney> igork: I would look to see if/when the yacc-related part of the build ran
[18:37:22] <igork> let me try to find it
[18:37:59] <igork> /ws/builds/igork/dg-orig/usr/src/tools/proto/root_sparc-nd/opt/onbld/bin/yacc -d -b parser parser.y - this one?
[18:38:15] <pmooney> Yes, that should generate parser.tab.h
[18:38:25] <pmooney> Which is where the missing define should be sourced from
[18:38:34] <igork> i can see only this line - no output
[18:39:15] <igork> part of
[18:39:33] <pmooney> FYI: these javascript-based paste services are a real hassle
[18:40:07] <igork> what do you mean?
[18:40:29] <igork> you have no content?
[18:40:31] <nahamu> can't use curl to download them.
[18:40:52] <igork> just open in browser
[18:41:03] <pmooney> igork: a browser which supports javascript and has it enabled
[18:41:18] <nahamu> I use paste.ec all the time, but I can empathize with those who do not.
[18:41:42] <igork> pmooney: you have no javascript enabled?
[18:41:59] <pmooney> I generally use noscript on this machine
[18:42:05] <igork> ah
[18:42:14] <igork> what paste you are profer ?
[18:42:16] <igork> prefer
[18:42:56] <jperkin> can't go much wrong with gist.github.com
[18:43:33] <pmooney> any that don't require javascript: gist, pastebin, whatever
[18:43:45] <igork> this one better?
[18:43:52] <pmooney> much, thanks
[18:45:05] <igork> it is copy/past from mc
[18:45:15] <igork> it is why no full lines
[18:45:48] *** man_u <man_u!~manu@manu2.gandi.net> has quit IRC (Ping timeout: 260 seconds)
[18:46:14] *** anniz <anniz!~anniz@c83-250-15-118.bredband.comhem.se> has joined #illumos
[18:47:01] *** mhicks <mhicks!~Adium@ip70-179-50-128.sd.sd.cox.net> has quit IRC (Quit: Leaving.)
[18:48:50] <pmooney> igork: does the error repeat if you 'dmake clean' the cmd/localedef directory and rebuild it?
[18:50:03] <igork> nope
[18:50:20] <igork> it is why i said before - i can't reproduce it with every build
[18:50:33] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[18:50:34] <igork> but i see it time to time - with parallel builds in zones
[18:50:39] <igork> on one host
[18:51:12] <igork> if i do next incremental build after this issue - build will be fine
[18:51:49] <igork> if i clean up only localedef and build only it - it will be fine too
[18:54:34] *** sanjay <sanjay!~Adium@174-16-243-116.hlrn.qwest.net> has quit IRC (Quit: Leaving.)
[18:58:33] <pmooney> The only thing which might make some sense here is if dmake is kicking off later compiles before yacc completes, I suppose?
[18:58:47] <pmooney> It should bail completely if parser.tab.h doesn't exist
[18:58:50] <igork> i think it can't finixed
[18:59:03] <igork> and have to add files to dependecy directly
[18:59:10] <igork> i try to check it
[18:59:23] <pmooney> so, parser.tab.h is a dependency for the OBJ files
[18:59:31] <igork> re you sure? :)
[18:59:36] <igork> i see this line
[18:59:37] <pmooney> Are these workspaces being clobbered prior to build?
[18:59:44] <igork> yes
[18:59:48] <pmooney> (clobbered and/or cleaned)?
[18:59:53] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[19:00:11] <igork> cleaned by : cd usr/src && git clean -fdx .
[19:00:17] <pmooney> ok
[19:00:19] <igork> and full build with clobber
[19:00:50] <pmooney> clobber shouldn't be needed if you're doing the git-clean
[19:01:08] <igork> full build to do it :)
[19:01:17] <igork> like - ./nightly illumos.sh
[19:01:27] <igork> clobber - if part of it
[19:01:33] <igork> s/if/is
[19:02:11] <igork> i did git clean for removing others temporary files
[19:02:48] <pmooney> yes, but it should nuke everything which would be cleaned in a 'clobber' anyways
[19:03:09] <igork> if you have good clobber rules :)
[19:03:34] <tsoome> clobber does not clean those .make.state files
[19:03:40] <igork> yes :)
[19:04:07] <igork> and others from previous build for comparision
[19:05:05] <igork> interest new one:
[19:05:41] <igork> i didn't see it before
[19:06:18] <igork> i have a lot of free space
[19:07:46] *** merzo <merzo!~merzo@92.60.189.225> has quit IRC (Ping timeout: 250 seconds)
[19:08:18] <pmooney> igork: Would those files be on tmpfs by any chance?
[19:08:29] <pmooney> (and if so, is it plausible that you may have hit dram limits for the zone)
[19:08:35] <igork> if i try to do build with 'dmake -m serial install' - i'm not failed
[19:09:07] <igork> pmooney: i have no changes in zones
[19:09:13] <igork> for reduce resources
[19:09:23] <igork> all zones are the same
[19:09:44] <igork> and i'm not on tmpfs
[19:10:25] <igork> it is zones dataset on another pool with lofs mount to another dataset on zpool
[19:10:53] <igork> i'm using one place with lofs between zones
[19:14:41] <igork> well
[19:15:20] <igork> but i still failed with : "parser.y", line 693: fatal: optimizer cannot open tempfile
[19:15:30] <igork> i'll try take a look it - why i failed
[19:15:51] <igork> i'll try reboot zone and chekc it again
[19:16:27] <igork> i try to do:
[19:16:27] <igork> ksh93 bldenv.sh -d illumos.sh -c "cd usr/src/cmd/localedef && dmake clobber"
[19:16:27] <igork> ksh93 bldenv.sh -d illumos.sh -c "cd usr/src/cmd/localedef && dmake install"
[19:23:15] <pmooney> igork: As you mentioned, building that dir by itself is probably not an accurate reproducer
[19:23:36] <igork> right now - i reproduce it
[19:23:42] <igork> with parallel build
[19:23:58] <igork> but - with dmake -m serial install - it is working
[19:24:32] <igork> or without .PARALLEL option
[19:24:49] <pmooney> I get that. We've been running all of our builds in parallel and have not observed the symptom you're describing
[19:25:07] <igork> i just wanted let you know
[19:25:18] <igork> and it is not illumos part
[19:26:55] <danmcd> Is there a good public blog/video about libumem?
[19:27:15] <danmcd> I just mentioned it to a security pro (one who's found bugs in ELF) and he'd never heard of it.
[19:27:23] <danmcd> If not, I shoudl find time to make one.
[19:28:06] <igork> danmcd: please do it :) +1
[19:28:11] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has joined #illumos
[19:30:27] <pmooney> igork: If yacc itself is failing, that seems much more like a resource constraint being blown than a build process bug
[19:30:50] <igork> pmooney: i'll try to check env
[19:30:55] <igork> first
[19:31:35] <igork> if i can reproduce it in another zone - will see how can i investigate and fix it
[19:31:39] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has joined #illumos
[19:32:36] <igork> it is interest- if i disable parallel build - yass work fine
[19:32:41] <igork> yacc
[19:32:50] <igork> and no bug what i posted
[19:34:11] <pmooney> igork: Sure, but if it's blowing up because a resource limit has been exceeded because of the parallelism, then it wouldn't be directly to blame
[19:34:12] <igork> well, i'll disable parallel now
[19:34:47] <igork> i have no changes in resources in zones
[19:34:51] <igork> all as default
[19:35:32] <pmooney> So there are zero resource constraints, or you haven't altered them?
[19:35:53] <igork> haven't altered them
[19:36:21] <pmooney> I've seen unrelated changes in parallelism cause problems because dmake would run while and exceed the limits for the zone/user/whatever
[19:36:31] <pmooney> It's not that dmake was wrong in its evaluation
[19:36:42] <pmooney> just that it was running more jobs that would be tolerated by the zone
[19:36:47] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[19:36:53] <pmooney> This is all without changes to the resource limits
[19:37:09] <igork> interest
[19:37:45] <igork> i have 64threads on this sparc
[19:38:11] <igork> and use 24 threads per build in zone
[19:38:23] <igork> have no found issues before
[19:39:45] <igork> also, i do 2 builds in different zones more time by jenkins
[19:39:50] *** ericray <ericray!~ejray@c-76-25-145-48.hsd1.co.comcast.net> has quit IRC (Quit: ericray)
[19:40:06] <igork> + one manual build in another zone
[19:40:42] <igork> it is first time when i can see issue with yacc with parallels
[19:40:56] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has quit IRC (Remote host closed the connection)
[19:41:05] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has joined #illumos
[19:41:42] <igork> and right now i have only one build is in progress
[19:43:04] <igork> a lot of ram, cpu, swap not used
[19:43:36] <jbk> danmcd: all i know of is the paper on it
[19:43:44] <pmooney> igork: And the builds runs fine in the GZ?
[19:43:49] <pmooney> or encounters the same problem?
[19:44:09] <igork> pmooney: i'm not using builds on global zone - all builds are in zones
[19:44:31] <igork> but i see resources in global zones what i use in zones
[19:50:04] *** matejz <matejz!~matejz@element.planetq.org> has quit IRC (Quit: matejz)
[19:59:36] *** mmlb <mmlb!~mmlb@2601:589:c400:3299::2000> has joined #illumos
[20:01:12] *** Alek <Alek!~Alek@140.174.232.4> has joined #illumos
[20:02:44] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has quit IRC (Ping timeout: 260 seconds)
[20:04:13] <danmcd> jbk: It needs a demo.
[20:04:29] <sensille> if I want to overlay filesystem operations through an LD_PRELOAD lib, do I have a chance to catch mmap accesses, too? are there any loopback driver or something like that?
[20:09:55] <sensille> for read access I could give out an unmapped pointer and catch segfaults, but for writes?
[20:17:08] *** sanjay <sanjay!~Adium@67.230.218.82> has joined #illumos
[20:20:12] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has quit IRC (Quit: slx86)
[20:31:10] *** baetheus <baetheus!~brandon@null.pub> has quit IRC (Remote host closed the connection)
[20:33:49] *** baetheus <baetheus!~brandon@null.pub> has joined #illumos
[20:34:40] <natkin> pmooney, igork: I see two runs of yacc in the iconv build. It seems there should be a "+" to specify a target group: "parser.tab.c + parser.tab.h: parser.y" -- vs what is there now, "parser.tab.c parser.tab.h: parser.y" (without "-") that directs them to build independently and potentially step on the other.
[20:37:28] <igork> natkin: i don't know if dmake understand it
[20:38:01] <yurip> it does, check the man page
[20:38:33] <yurip> target [+ target...] : Target group. The rule in the target entry builds all the indicate targets as a group.
[20:39:22] <igork> well, it can helps with parallel yacc, i'll try to later
[20:39:49] <igork> i have active build is in progress
[20:39:51] *** baetheus <baetheus!~brandon@null.pub> has quit IRC (Quit: Wherever I go, there I am.)
[20:40:21] *** baetheus <baetheus!~brandon@null.pub> has joined #illumos
[20:40:51] <pmooney> natkin: fascinating, good spot on that
[20:41:22] <natkin> thank you
[20:44:41] *** matejz <matejz!~matejz@element.planetq.org> has joined #illumos
[20:52:52] <pmooney> I should go fix all the yacc outputs, I suppose
[21:01:07] *** headw01 <headw01!~billhead@209.63.38.162> has joined #illumos
[21:03:30] *** Riastradh <Riastradh!~riastradh@netbsd/developer/riastradh> has joined #illumos
[21:04:12] <pmooney> natkin: It also looks like the general pattern-match syntax might do as well.
[21:04:19] *** sanjay <sanjay!~Adium@67.230.218.82> has quit IRC (Quit: Leaving.)
[21:04:28] <pmooney> (looking for an workable approach which is less specific to dmake)
[21:06:40] *** sanjay <sanjay!~Adium@67.230.218.82> has joined #illumos
[21:08:08] *** danmcd` <danmcd`!~user@static-71-174-113-16.bstnma.fios.verizon.net> has joined #illumos
[21:08:08] *** danmcd` is now known as kebe
[21:13:10] <pmooney> igork: I guess another question is: which dmake are you using?
[21:13:21] <natkin> I don't find documentation that sun make behaves the same as gnu make in that regard, whereas gnu make documents it explicitly.
[21:13:50] <igork> pmooney: dmake from illumos tree
[21:14:51] <pmooney> natkin: At least in my tests, I don't see dmake evaluating that rule out twice
[21:15:00] <pmooney> with or without the changes
[21:15:19] <igork> pmooney: what version you have of dmake ? :)
[21:15:36] <pmooney> the latest one in the gate
[21:15:40] <jbk> danmcd: btw, any other comments re pkcs11?
[21:15:55] <igork> pmooney: i'm using the same
[21:16:13] <igork> i do package with it by every build
[21:17:16] <igork> one difference - i have move it to 64bit build
[21:17:25] <igork> have updated
[21:17:35] <natkin> pmooney: I see it in the logs from a full, lint build from an hour ago. It could be a race where only sometimes it builds twice, and only sometimes they collide.
[21:19:37] *** sanjay1 <sanjay1!~Adium@172.56.13.85> has joined #illumos
[21:19:51] *** daleg <daleg!~daleg@pool-71-178-225-58.washdc.fios.verizon.net> has joined #illumos
[21:20:00] *** ed209 <ed209!~ed209@165.225.128.67> has quit IRC (Remote host closed the connection)
[21:20:07] *** ed209 <ed209!~ed209@165.225.128.67> has joined #illumos
[21:20:44] <pmooney> natkin: It should only be the one dmake process evaluating the rules for that directory. I'm not sure where the race would manifest itself when a single entity is determining the needed build actions.
[21:23:34] *** sanjay <sanjay!~Adium@67.230.218.82> has quit IRC (Ping timeout: 250 seconds)
[21:25:02] *** chrustler <chrustler!~chrustler@94-137-110-36.customers.ownit.se> has quit IRC (Remote host closed the connection)
[21:26:11] *** dap_ <dap_!~dap@208.184.5.170> has joined #illumos
[21:26:13] <kebe> jbk --> Can you paste the webrev again?
[21:26:21] <natkin> pmooney: can't that single entity determine to run parallel jobs that should not be run simultaneously?
[21:26:38] <kebe> I'm 2nd-derivative remote right now. My IRC & laptop doesn't have easy access to omniti.com email.
[21:27:21] <pmooney> natkin: I'm not seeing it evaluate to a pair of jobs, though. I don't understand what conditions would lead to that.
[21:27:41] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[21:28:21] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has quit IRC (Client Quit)
[21:32:49] <kebe> Did you get a chance to at least smoke-test in.iked or ikecert?
[21:35:16] <jbk> i'm not sure how to do that (and make sure it's both using it and using it correctly) -- i used nexenta's crypto tests on it
[21:37:14] <kebe> A quick&dirty test is:
[21:38:12] <kebe> ikecert certlocal -ks -m 2048 -k rsa-sha1 -D "C=US, CN=test" -T "Sun Metaslot"
[21:38:28] <kebe> That may ask a prompt.
[21:39:03] <kebe> You should get a PEM output blob. You can then add it locally w/o PKCS#11 on an other box (or zone).
[21:39:08] <kebe> Then compare:
[21:39:20] <kebe> ikecert certdb -lv "C=US, CN=test"
[21:39:28] <kebe> output between the generator (PKCS#11) and the peer.
[21:39:33] <jbk> ok..
[21:40:18] <natkin> pmooney: all OBJS depend on parser.tab.h by itself, which can cue a yacc; and independently, parser.tab.o depends on parser.tab.c, which can cue a yacc. Logs show yacc being run just after entry to usr/src/cmd/iconv and just before compiling parser.tab.c.
[21:41:06] <kebe> No major source changes since last I checked.
[21:42:53] <jbk> no -- rmustacc had one question (which I've hopefully answered) so I'm hoping it'll be wrapped up in the next couple of weeks (I'm moving to a new place this weekend, so that might delay things a little bit)
[21:45:06] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has joined #illumos
[21:45:27] <kebe> If I weren't trying to push 020 out the door, I might try your replacement via proto-area LD_LIBRARY_PATH on a production in.iked.
[21:49:31] <tsoome> gwr__: ping
[21:53:44] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has quit IRC (Quit: Leaving.)
[21:53:59] *** jhendricks <jhendricks!~jhendrick@208.184.5.170> has joined #illumos
[21:56:53] *** headw01 <headw01!~billhead@209.63.38.162> has quit IRC (Remote host closed the connection)
[21:57:20] <jbk> hmm.. using LD_LIBRARY_PATH it's failing, but truss shows that ikecert is doing lots of brk(0) which are failing with ENOMEM (and syslog show that ikecert is failing with CKR_HOST_MEMORY)
[21:57:31] <jbk> which makes me think the lib isn't the issue
[21:58:30] <jbk> (::memstat shows about 96gb of zfs file data)
[21:59:06] <tsoome> brk(0) ?
[21:59:21] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has joined #illumos
[21:59:22] <jbk> brk(0x00000000) Err#12 ENOMEM
[21:59:46] <kebe> Is your LD_LIBRARY_PATH pointing to a full stack?
[22:00:00] <kebe> Also, what about the ASLR stuff?
[22:00:13] <jbk> should be a full nightly run...
[22:00:14] <kebe> "full stack" ==> fully populated usr/lib ?
[22:00:17] <kebe> Hmmph.
[22:00:25] <jbk> hmm.. that oculd be -- running system doesn't have it i don't think
[22:00:33] <kebe> THat'd explain a few things.
[22:00:56] <igork> you need installed build with aslr first
[22:01:24] <tsoome> libc/port/sys/sbrk.c has brk to return ENOMEM in case the argument is NULL
[22:02:18] <tsoome> hm, but that line you did paste is from truss?
[22:02:38] <igork> hah - kebe: we have closed sources ike - will it work with new updates with aslr?
[22:02:52] <kebe> That's a very good question.
[22:03:12] <kebe> Once I merge illumos-omnios:master with upstream again (after 020 ships) I'll find out the hard way.
[22:03:32] <kebe> bloody.office (the home of OmniOS development & builds at OmniTI) also is in charge of an IPsec tunnel to my house.
[22:03:43] <kebe> If it breaks, I won't rest until it's fixed.
[22:04:04] *** tozhu <tozhu!~Thunderbi@101.204.248.110> has quit IRC (Ping timeout: 260 seconds)
[22:04:41] <kebe> I gotta run.
[22:04:43] *** kebe <kebe!~user@static-71-174-113-16.bstnma.fios.verizon.net> has quit IRC (Quit: rcirc on GNU Emacs 24.5.1)
[22:05:43] *** Kurlon_ <Kurlon_!~Kurlon@bidd-pub-04.gwi.net> has joined #illumos
[22:07:35] *** headw01 <headw01!~billhead@209.63.38.162> has joined #illumos
[22:08:48] *** Kurlon <Kurlon!~Kurlon@bidd-pub-03.gwi.net> has quit IRC (Ping timeout: 260 seconds)
[22:09:45] *** sanjay1 <sanjay1!~Adium@172.56.13.85> has quit IRC (Quit: Leaving.)
[22:10:12] *** Kurlon_ <Kurlon_!~Kurlon@bidd-pub-04.gwi.net> has quit IRC (Ping timeout: 250 seconds)
[22:11:22] *** headw01 <headw01!~billhead@209.63.38.162> has quit IRC (Remote host closed the connection)
[22:12:37] *** headw01 <headw01!~billhead@209.63.38.162> has joined #illumos
[22:16:33] *** aaro <aaro!~aaro@unaffiliated/xyox/x-040147> has joined #illumos
[22:19:44] <pmooney> natkin: Are you running your builds on a system similar to igork?
[22:20:08] <pmooney> We've had this in our repo for a while and haven't observed a manifestation of the race yet
[22:20:53] <rmustacc> jbk: I still have a todo to follow up on that, sorry it'll be a little bit.
[22:22:28] *** richlowe <richlowe!~richlowe@cpe-74-136-198-149.kya.res.rr.com> has joined #illumos
[22:28:58] *** _slx86 <_slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has joined #illumos
[22:31:07] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has quit IRC (Ping timeout: 268 seconds)
[22:31:07] *** _slx86 is now known as slx86
[22:32:02] *** slx86 <slx86!~Thunderbi@46-129-44-239.cable.dynamic.v4.ziggo.nl> has quit IRC (Client Quit)
[22:33:56] <natkin> pmooney: no I have Xeon with 4 cores.
[22:34:51] <igork> i have sparc t5220 with 8 cores x8 = 64 threads
[22:35:17] <igork> i have no issue on intel with 6cores x2 = 12 threads
[22:35:17] <pmooney> natkin: but you're seeing it too?
[22:36:18] <pmooney> igork: Yeah, I build on a xeons @ 2x6x2
[22:36:28] <pmooney> s/a //
[22:37:45] <igork> pmooney: yeah - i have some hw for upgrade to 2x xeon with 6cores, but this box still busy by zfs tests and need try to find time for disassembly it :)
[22:40:47] *** leoric <leoric!~leoric@188.187.213.44> has quit IRC (Remote host closed the connection)
[22:40:49] <natkin> pmooney: I see the duplicate yacc but not any failures. I only go to 8 jobs vs 16 in that igork log.
[22:41:14] <igork> natkin: i haev 24 jobs
[22:41:27] *** Kelzier <Kelzier!~duka@77.105.27.241> has joined #illumos
[22:42:49] <natkin> right, I just meant that it seemed only at ~16 in that gist.
[22:43:16] <igork> yes - because it is part of log
[22:47:59] *** yurip <yurip!~yuri@188.170.200.115> has quit IRC (Ping timeout: 265 seconds)
[22:48:08] <pmooney> I wonder if it wouldn't be clearer to either place those (parser.tab.[ch]) under NO_PARALLEL or make parser.tab.c depend upon parser.tab.h instead of the yacc job
[22:48:10] <pmooney> I don't know
[22:48:34] <pmooney> the '+' targetting is pretty obscure, which makes me uneasy about using it
[22:49:27] <igork> pmooney: i think we need NO_PARALLEL for files parser.tab.[ch]
[22:49:39] <igork> and PARALLEL for others jobs
[22:50:28] <pmooney> natkin: Do you have a leaning on the issue?
[22:50:41] *** merzo <merzo!~merzo@93-195-113-92.pool.ukrtel.net> has joined #illumos
[22:56:29] *** pmooney <pmooney!~pmooney@2001:470:1f11:836:391c:6644:8034:c197> has quit IRC (Quit: WeeChat 1.5)
[22:58:49] *** Kurlon <Kurlon!~Kurlon@cpe-104-228-216-170.maine.res.rr.com> has joined #illumos
[23:01:04] <natkin> I would suggest to use that syntax. If the time comes to convert to GNU make, the "+" will be a good cue to revise syntax.
[23:07:52] *** yurip <yurip!~yuri@188.170.200.24> has joined #illumos
[23:15:12] *** yurip <yurip!~yuri@188.170.200.24> has quit IRC (Ping timeout: 250 seconds)
[23:20:56] *** xzi11a <xzi11a!~robert@static-108-48-124-82.washdc.fios.verizon.net> has quit IRC (Ping timeout: 252 seconds)
[23:22:58] *** yurip <yurip!~yuri@188.170.200.149> has joined #illumos
[23:27:48] *** LeftWing <LeftWing!~leftwing@165.225.150.55> has quit IRC (Remote host closed the connection)
[23:27:55] *** LeftWing <LeftWing!~leftwing@165.225.150.55> has joined #illumos
[23:29:34] *** makruger <makruger!~Michael@pool-108-20-232-57.bstnma.fios.verizon.net> has joined #illumos
[23:44:31] *** headw01 <headw01!~billhead@209.63.38.162> has quit IRC (Quit: Leaving.)
[23:44:38] *** yurip <yurip!~yuri@188.170.200.149> has quit IRC (Ping timeout: 245 seconds)
[23:46:44] *** yurip <yurip!~yuri@188.170.200.149> has joined #illumos
[23:53:56] *** yurip <yurip!~yuri@188.170.200.149> has quit IRC (Ping timeout: 250 seconds)
[23:56:28] *** andy_js <andy_js!~andy@90.192.48.17> has quit IRC (Quit: andy_js)