00:21:31 nwilkens: Thank you 14:39:46 Hi, just trint 14:41:49 grr, so just trying to set up a samba domain controller within a smartos zone and well I'm getting an error: abort_handler_s: memset_s: n > smax ABORT (core dumped) 14:42:28 I'm guessing this is a bug relating to samba 15:12:51 https://pastebin.com/tb3q7Gqz 17:01:58 jperkin: am I correct in thinking that the samba4 package in repo is broken? 17:17:10 openstandards - you will need to put something into ppt_matches to cause the device to be bound to the 'ppt' driver 17:18:21 sjorge - do you have an example to hand? 18:58:22 andyf I can grab my config, give me a sec to find my yubikey 18:58:52 @jperkin did we not have go-carbon (https://github.com/go-graphite/go-carbon) in pkgsrc at some point? I can't find it but I vaguely remember installing it at some point. 19:00:30 andyf openstandards https://gist.github.com/sjorge/4d488844640a7a9e82a80bfb3dcc5378 19:00:58 Right, you were very specific with the paths, that was what I couldn't remember 19:01:11 I'm honestly confused why we need ppt_matches 19:01:24 like if I tell ppt to bind device at this path, it should work IMHO 19:01:31 You can just put in the IDs or the class, but then all mlxcx devices get assigned to ppt which is possibly not what you want. 19:01:42 I think ppt_matches is just needed by the tooling 19:02:08 Like maybe it makes them show up for vmadm 19:02:19 The important thing is just to get the ppt driver found to them 19:02:28 Thanks for digging that out 19:03:56 prtconf -dD to get the stuff ppt_matches wants IIRC, like between () 19:04:13 e.g. pci15d9,808 (pciex1000,97) [Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3], instance #0 (driver name: mpt_sas) 19:04:23 ppt_matches wants pciex1000,97 I think 19:04:43 There was some weird invocation I got from rm once that I think had description, id and the full path printed 19:04:51 But I can't seem to re-invite the magic words 19:05:45 /usr/lib/pci/pcieadm show-devs -o bdf,path,device 19:05:47 Most likely 19:09:21 ah yes pciadm! that was it I think 19:10:02 Hmm maybe both as that does not have the pciex varients ppt_matches wants 19:10:10 Gonna add that to my notes though 19:11:44 Hmm I actually have `root@jupiter:~# /usr/lib/pci/pcieadm show-devs -o device,driver,bdf,path xhci1` n my docs 19:11:51 Just didn't find it as I was searching for prtconf