07:57:47 https://www.amazon.es/Fantec-1695-Carcasa-Externa-Discos/dp/B00ORENYJE --- would something like this be usable for SmartOS? will it detect the disks over USB ? and can vms run from a secondary pool? it's an intel NUC, only has internal room for 2 disks. and I'd like to expand it. 10:07:28 u would rather not use usb disks on smartos, it's possible but slow, even slower then you might expect. don't know the intel NUC, but if there is some kind of eSATA or pci-e slot, go to get some external sata device 15:48:19 Dumb question --> is there anyone here using the native SMB/CIFS on SmartOS? 16:00:26 i need to.. i think i'm stull using netatalk for time machine and such 16:22:04 one thing if i get time i'd like to do is also hook in mDNS support to the smb server -- so when you enable smb/server, it'll automatically generate the mDNS announcements if dns/multicast is running (and a property to turn it off).. right now you can script it up, but no reason it can't be more integrated 16:28:28 just the cifs entry or also the basic hinfo record based on the description field we already have in the properties for smb? 16:31:17 i don't think clients that use mdns (e.g. macs) use the hinfo recrods.. just txt 16:50:09 doesn't it pull the icon and stuff from there if you look at the file info panel on the host itself? 17:01:03 danmcd: yep 17:01:44 I ask because there's a subtle difference in the SmartOS code and I want to resolve it either upstream or in illumos-joyent. 17:02:02 (Pardon latency from here on out. Out for rest of day...) 17:32:03 danmcd: I do, but not regularly. 17:32:38 is it something you can elaborate on? 17:32:48 jbk: I've got full instructions for getting native SMB working with time machine 17:33:16 jbk: https://docs.smartos.org/configuring-smb-in-smartos/#enabling-time-machine 17:33:59 bahamat: yes -- what i'm referring to is actually integrating that into the smb server process 17:34:04 I set up time machine, but the disks on that system were way too slow to complete a back up. It was going to take like 160h to back up a 1T drive. 17:34:05 so you don't have to do all of that 17:35:04 There's a bit of manual lining up the share with the advertised records 17:35:13 But that could be done completely programatically. 17:36:26 Actually, just having a network/smb/mdns:default service instance would be how I'd like to go about it. 17:36:56 no need for that even 17:37:05 just if mdns is running 17:37:27 smb server just needs to call the functions to add the records 17:38:10 that's all dns-sd is doing 17:38:54 Does it auto withdraw them when the process exits? 17:40:41 it can 17:40:58 When I kill the process the name goes away 18:03:34 I think I followed your guide, or some of it at least when I set it up on omnios 18:22:44 Yeah, it should work for anything illumos distro. dns-sd is in gate.