-
gonzosysadm[m]
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.
-
yofuh
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
-
danmcd
Dumb question --> is there anyone here using the native SMB/CIFS on SmartOS?
-
jbk
i need to.. i think i'm stull using netatalk for time machine and such
-
jbk
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
-
sjorge
just the cifs entry or also the basic hinfo record based on the description field we already have in the properties for smb?
-
jbk
i don't think clients that use mdns (e.g. macs) use the hinfo recrods.. just txt
-
sjorge
doesn't it pull the icon and stuff from there if you look at the file info panel on the host itself?
-
jperkin
danmcd: yep
-
danmcd
I ask because there's a subtle difference in the SmartOS code and I want to resolve it either upstream or in illumos-joyent.
-
danmcd
(Pardon latency from here on out. Out for rest of day...)
-
bahamat
danmcd: I do, but not regularly.
-
jbk
is it something you can elaborate on?
-
bahamat
jbk: I've got full instructions for getting native SMB working with time machine
-
bahamat
-
jbk
bahamat: yes -- what i'm referring to is actually integrating that into the smb server process
-
bahamat
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.
-
jbk
so you don't have to do all of that
-
bahamat
There's a bit of manual lining up the share with the advertised records
-
bahamat
But that could be done completely programatically.
-
bahamat
Actually, just having a network/smb/mdns:default service instance would be how I'd like to go about it.
-
jbk
no need for that even
-
jbk
just if mdns is running
-
jbk
smb server just needs to call the functions to add the records
-
jbk
that's all dns-sd is doing
-
bahamat
Does it auto withdraw them when the process exits?
-
jbk
it can
-
bahamat
When I kill the process the name goes away
-
papertigers
I think I followed your guide, or some of it at least when I set it up on omnios
-
bahamat
Yeah, it should work for anything illumos distro. dns-sd is in gate.