Sunday, 2019-08-04

*** junland <junland!~junland@142.93.201.46> has quit IRC00:00
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC00:00
*** junland <junland!~junland@142.93.201.46> has joined #yocto00:03
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC01:32
*** nslu2-log_ <nslu2-log_!~nslu2-log@23.141.224.193> has joined #yocto01:59
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC02:00
*** nslu2-log_ is now known as nslu2-log02:01
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto02:13
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto03:02
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC03:02
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has joined #yocto03:03
*** jkridner|pd <jkridner|pd!~jkridner@pdpc/supporter/active/jkridner> has quit IRC03:07
*** mattsm <mattsm!~mattsm@76-205-175-243.lightspeed.austtx.sbcglobal.net> has quit IRC04:16
*** mattsm <mattsm!~mattsm@76-205-175-243.lightspeed.austtx.sbcglobal.net> has joined #yocto04:17
*** clement <clement!~clement@laubervilliers-656-1-70-194.w82-127.abo.wanadoo.fr> has quit IRC05:27
*** jkridner <jkridner!~jkridner@pdpc/supporter/active/jkridner> has quit IRC06:36
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto08:16
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC08:26
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto08:40
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto09:15
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has joined #yocto09:29
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto10:02
*** Eleventh_Doctor <Eleventh_Doctor!~neal@fedora/ngompa> has joined #yocto10:25
*** Pharaoh_Atem <Pharaoh_Atem!~neal@fedora/ngompa> has quit IRC10:26
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC10:35
*** agust <agust!~agust@p508B6BE0.dip0.t-ipconnect.de> has joined #yocto10:54
*** King_InuYasha <King_InuYasha!~King_InuY@fedora/ngompa> has quit IRC11:36
*** fitzsim <fitzsim!~user@69-165-165-189.dsl.teksavvy.com> has quit IRC12:21
*** socrabot <socrabot!~zen@user-24-236-87-211.knology.net> has joined #yocto12:37
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC12:46
*** socrabot <socrabot!~zen@user-24-236-87-211.knology.net> has quit IRC12:48
*** BCMM <BCMM!~BCMM@unaffiliated/bcmm> has quit IRC12:55
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has quit IRC13:14
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto13:17
*** BobPungartnik <BobPungartnik!~BobPungar@179.177.240.45> has joined #yocto14:56
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has quit IRC15:31
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto15:31
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has quit IRC16:04
*** elgamal <elgamal!~elg@5.253.206.68> has joined #yocto16:09
*** BobPungartnik <BobPungartnik!~BobPungar@179.177.240.45> has quit IRC16:15
*** elgamal <elgamal!~elg@5.253.206.68> has quit IRC16:15
*** elGamal <elGamal!~elg@5.253.206.68> has joined #yocto16:16
*** nslu2-log <nslu2-log!~nslu2-log@23.141.224.193> has joined #yocto16:25
*** florian <florian!~florian_k@Maemo/community/contributor/florian> has joined #yocto16:32
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC16:48
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has joined #yocto17:28
seebsso i have just had a wacky thought. one of the things i noticed while debugging the O_NOFOLLOW stuff is that part of the reason it can be hard to catch things in pseudo is that it keeps automatically fixing stuff. which is *usually* what we want, I think.17:53
seebsbut i think it might be useful to have a compile flag which makes it stop doing the fastop optimization, and instead, whenever an op would cause a database fixup to happen, return a diagnostic to the client *which causes it to abort with a diagnostic message*.17:54
seebsso the first op that comes in with the wrong file type, or a mismatched inode, or something, would instantly abort and say "this path looks wrong, what we have in the database is..."17:54
seebsand my guess is that a couple of builds with that would shake out a handful of bugs and probably fix a lot of strange but sporadic behavior.17:55
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has joined #yocto18:03
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has joined #yocto18:17
khemseebs: probably a runtime option18:42
khemand maybe send them as warnings all the time18:42
seebspossible. it's harder in some cases because we also want to send the actual responses. the issue is partially that there's a bit of protocol change; right now, for a lot of ops that are only telling the server thing, the response happens instantly, before the server looks at the database.18:45
*** kroon <kroon!~kroon@37-247-29-68.customers.ownit.se> has quit IRC19:36
*** clopez <clopez!~tau@neutrino.es> has quit IRC20:08
*** bluelightning <bluelightning!~paul@pdpc/supporter/professional/bluelightning> has joined #yocto20:12
*** clopez <clopez!~tau@neutrino.es> has joined #yocto20:15
*** clopez <clopez!~tau@neutrino.es> has quit IRC20:22
*** clopez <clopez!~tau@neutrino.es> has joined #yocto20:24
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has quit IRC20:25
*** fatalhalt <fatalhalt!~fatalhalt@c-67-163-60-93.hsd1.il.comcast.net> has joined #yocto20:31
*** goliath <goliath!~goliath@clnet-p04-043.ikbnet.co.at> has quit IRC21:41
RPseebs: I'd happily try some builds with such a config22:01
*** agust <agust!~agust@p508B6BE0.dip0.t-ipconnect.de> has quit IRC22:42
khemseebs: if it can collect the responses and inform it might still be useful for post checks23:10
seebsit's on the list of things i will get to in my Copious Free Time23:11
khemdo you need that 25th hr in the day ?23:36
khemsecrets !!23:36

Generated by irclog2html.py 2.11.0 by Marius Gedminas - find it at mg.pov.lt!