-
tozhu
nwilkens: Thank you
-
openstandards
Hi, just trint
-
openstandards
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)
-
openstandards
I'm guessing this is a bug relating to samba
-
openstandards
-
openstandards
jperkin: am I correct in thinking that the samba4 package in repo is broken?
-
andyf
openstandards - you will need to put something into ppt_matches to cause the device to be bound to the 'ppt' driver
-
andyf
sjorge - do you have an example to hand?
-
sjorge
andyf I can grab my config, give me a sec to find my yubikey
-
sjorge
@jperkin did we not have go-carbon (
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.
-
sjorge
-
andyf
Right, you were very specific with the paths, that was what I couldn't remember
-
sjorge
I'm honestly confused why we need ppt_matches
-
sjorge
like if I tell ppt to bind device at this path, it should work IMHO
-
andyf
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.
-
andyf
I think ppt_matches is just needed by the tooling
-
andyf
Like maybe it makes them show up for vmadm
-
andyf
The important thing is just to get the ppt driver found to them
-
andyf
Thanks for digging that out
-
sjorge
prtconf -dD to get the stuff ppt_matches wants IIRC, like between ()
-
sjorge
e.g. pci15d9,808 (pciex1000,97) [Broadcom / LSI SAS3008 PCI-Express Fusion-MPT SAS-3], instance #0 (driver name: mpt_sas)
-
sjorge
ppt_matches wants pciex1000,97 I think
-
sjorge
There was some weird invocation I got from rm once that I think had description, id and the full path printed
-
sjorge
But I can't seem to re-invite the magic words
-
andyf
/usr/lib/pci/pcieadm show-devs -o bdf,path,device
-
andyf
Most likely
-
sjorge
ah yes pciadm! that was it I think
-
sjorge
Hmm maybe both as that does not have the pciex varients ppt_matches wants
-
sjorge
Gonna add that to my notes though
-
sjorge
Hmm I actually have `root@jupiter:~# /usr/lib/pci/pcieadm show-devs -o device,driver,bdf,path xhci1` n my docs
-
sjorge
Just didn't find it as I was searching for prtconf