-
Smithx10
I installed chronyd and tried running it in a zone, got "Could not open kvm"
-
Smithx10
Why would chronyd try to open kvm lol
-
jbk
has anyone tried openntpd?
-
Smithx10
looks like -x will stop it from attempting to adjust the zones clock and lets it run as a server
-
Smithx10
package didnt come with a smf service tho "_"
-
papertigers
you might be able to steal the smf script from the omnios package
-
papertigers
-
pjustice
Does this - "mod_perl.so: symbol do_open9: referenced symbol not found" mean the guest has too old a base image for the current pkg build? apache with mod_perl
-
jbk
is mod_perl coming from pkgsrc ?
-
pjustice
yes
-
pjustice
Also apache, perl
-
jbk
then the base image shouldn't matter.. it shuold all be using the same release unless someone's gone in and changed it in the particular instance
-
jbk
i wonder if maybe mod_perl.so is pointing at the system perl instead of the pkgsrc one
-
pjustice
I'm reinstalling the pkgsrc perl right now, maybe that will make it happier.
-
jbk
could also try ldd on mod_perl.so and see what it's trying to use
-
pjustice
pkgin fetches are taking forever today
-
jperkin
yeh sorry, I'm trying to fix that but in doing so it's making it even slower
-
pjustice
Ah, ok. I'll quit debugging my end of _that_ bit then. :)
-
pjustice
jperkin: is "pkg_add: no pkg found for 'perl', sorry." behavior also expected right now?
-
jperkin
pjustice: what operation caused that?
-
pjustice
`pkg_add perl`
-
pjustice
several times
-
jperkin
I'd recommend doing it via pkgin so that any fetch failures are clearly shown, pkg_add does support installing over http but it's not brilliant
-
pjustice
Might be just a timeout?
-
jperkin
the way pkg_add works is it fetches index.html and tries to parse that looking for package names (yeh, icky right?), that will certainly be more susceptible to issues than pkgin which knows exactly which files to get via pkg_summary
-
jperkin
I wouldn't ever recommend using pkg_add unless you are specifically doing operations against local packages
-
jperkin
basically pkgsrc.smartos.org is served via NFS and something is making that really really slow right now, it's never been brilliant but something is causing even worse performance than normal, so I'm working on moving it to local disk but that's taking a while
-
jperkin
I've just killed a package upload that was probably not helping, so it may be a bit better now
-
pjustice
Noted. I was forcing the issue of a reinstall by doing pkg_del, so used pkg_add, but there's no reason I have to use pkg_add for this.
-
jperkin
there's also the
packages.pkgsrc.pub/smartos mirror which may be faster and geographically closer anyway
-
jperkin
wiedi: btw, is there any chance of mirroring Darwin too? ;)
-
pjustice
Hard to get much net.closer than MNX. The bulk of our uplink passes through Chicago.
-
jperkin
ah ok, hopefully tomorrow I'll be able to cut over and then it should be a lot quicker
-
pjustice
Using pkgin solved that part of the issue.
-
jbk
maybe it's geting waterlogged? :P
-
pjustice
hehe ;)
-
pjustice
still getting this after reinstall of everything that seems related -
-
pjustice
Cannot load lib/httpd/mod_perl.so into server: ld.so.1: httpd: fatal: relocation error: file /opt/local/lib/httpd/mod_perl.so: symbol do_open9: referenced symbol not found
-
jbk
(actually i'm guessing there probably aren't any cables going under lake michigan)
-
pjustice
Pretty sure the fiber runs along the railroad tracks for most of the distance.
-
jbk
yeah, it probably goes around
-
pjustice
Though under the lake might be less variable
-
jbk
and there's _plenty_ of railroads around there
-
pjustice
3" of rain here last night, in a few hours
-
jbk
i knew someone that fell asleep waiting for one of the 5-track crossings to clear :)
-
jbk
because just as one train was finished, another one one of the other tracks would start in
-
jperkin
-
jperkin
looks like we just need to pull in a newer mod_perl or that patch
-
pjustice
Oh, nice, thanks.
-
pjustice
Belatedly, do you want a ticket for that?
-
jperkin
ah no need, I fixed it already
-
openstandards
I've been trying to pass through my zigbee dongle through to an lx zone using add device however when i use vmadm get uuid info it tells me that it's not a device but a disk...
-
openstandards
has anyone gotten a zigbee usb dongle to work on smartos?
-
jbk
papertigers: weren't you messing with that at some point?
-
nahamu
sjorge was doing some home automation stuff too, but that might have been z-wave not zigbee. I don't remember.
-
sjorge
some z-wave dongles work
-
sjorge
but i use zigbee and non work natively
-
sjorge
they all seem to use either a CH320 (?) or CP2xx chip
-
sjorge
neither we have drivers for
-
sjorge
i had one custom made with an FTDI chip but that one doesnt work either
-
nahamu
openstandards: I was able to pass through an entire USB controller card to a BHYVE VM. Would that be an option?
-
sjorge
so i just pass an entite usb controller to a bhyve vm
-
sjorge
nahamu: thats what i do
-
sjorge
startech has a nice 4 port one were each port is it's own controller
-
nahamu
sjorge: does that mean you can pass each port to a separate VM?!
-
sjorge
yeah
-
nahamu
that's really cool
-
sjorge
it's not a cheap card though
-
nahamu
I mean, it should be 4x more expensive if it contains 4x the controllers :D
-
sjorge
it's basically a x4 bifircated (sp?) into 4x x1 which a usb controller each
-
nahamu
bifurcated
-
nahamu
(I think)
-
openstandards
thank you i'll give it a go haven't got many pcie slots available... might be able to source one
-
sjorge
i'm 90% sure its this one
-
sjorge
StarTech.com 4-Port USB 3.0 PCIe Card with 4 Channels 5Gbps Dedicated (USB 3.1 Gen 1) - UASP - SATA / LP4 Power Supply - PCI Express Adapter Card (PEXUSB3S44V)
amzn.eu/d/fnSPoj5
-
sjorge
the other uart chip we dont support is a CP210x
-
sjorge
i tried my hand at writing a driver but it was way above my skill level
-
Smithx10
thanks papertigers
-
wiedi
jperkin: ah yes, not sure why it was not included in the script before but should be now.
-
papertigers
jbk / openstandards I passed through a zwave usb dongle and it worked once I fixed the driver in illumos
-
papertigers
openstandards: also note that if you want to do something like pass a pci device through to a bhyve VM you have to be on an intel box. It's not suppported today on AMD with illumos bhyve
-
papertigers
but now that I have plex under bhyve again rather than lx I am tempted to figure out how to get that stuff working with bhyve for AMD
-
openstandards
thank you sjorge and papertigers
-
jperkin
pjustice: pkgsrc.smartos.org should be faster again now
-
pjustice
Thank you!