-
antranigv
anyone knows if there's a documented way to run Unifi's controller on OmniOS? I guess the only required dependency should be OpenJDK.
-
antranigv
ah, looks like it's available in pkgsrc. I'll just use that brand then.
-
antranigv
well, available on pkgsrc, just not for illumos. great.
-
sjorge
danmcd nice, I expect andy will drop me an archive once these land upstream
-
wiedi
antranigv: I know people used to run it on smartos in the past, for example
github.com/CyBeRoni/mi-poop-unifi has some build recepies. One problem was that it required mongodb which became unportable at some point. Maybe something like
ferretdb.com could work but I've not tried any of this
-
antranigv
mongodb became unportable?
-
wiedi
-
tsoome
well, reading this one is rather sad.
-
ptribble
the mongodb license (not open source) is also an issue
-
tsoome
license is not an excuse for lack of development from our side.
-
Woodstock
to me this sounds more like lack of development on their part :)
-
Woodstock
portability is hard, lets go shopping?
-
wiedi
I think some (jperkin?) maintained patches for a while but if upstream is hostile it is a wasted effort
-
tsoome
they are not going to update our libc or fix debugger or make os run on AWS.
-
Woodstock
neither are we, since "solaris" isn't us
-
Woodstock
then again, this was 8 years ago, so whatever.
-
tsoome
"You say you want to run on “Solaris”. OK, fine, but which one? Illumos? OpenSolaris? OpenIndiana? SmartOS? Oracle Solaris? OmniOS? Do we release for one of those? If so, which one? All? How do versions relate across them? What is the level of binary compatibility? Which versions do we need to support, on which variants? How do we certify that we support all of them? "
-
antranigv
frankly speaking MongoDB always sucked, so I'm not that sad.
-
antranigv
happy I never needed to run it on prod.
-
tsoome
:)
-
GrayGhost
what do I need to add to fstab to have a share mount at boot ?
-
GrayGhost
I manualy monut with : sudo mount 192.168.1.220:data /home/mhc/data
-
tsoome
GrayGhost see man vfstab, first example is telling you.
-
GrayGhost
thanks I will look
-
GrayGhost
I get this : No manual entry for vfstab
-
GrayGhost
man zfstab
-
GrayGhost
that did not work eather
-
tsoome
-
ptribble
-
GrayGhost
do I have to install vfstab ?
-
tsoome
you should have it as /etc/vfstab
-
GrayGhost
ls: cannot access 'vfstab': No such file or directory
-
tsoome
are you sure it is omnios?
-
GrayGhost
in this on the server or the user ?
-
tsoome
on user machine
-
GrayGhost
that is where I am working
-
GrayGhost
fedora 41 desktop
-
tsoome
then you should have fstab and you should check man fstab for examples
-
GrayGhost
yes I have fstab ... but not vfstab which you said earlier
-
GrayGhost
do I need vfstab ??
-
tsoome
illumos systems have /etc/vfstab, linux / bsd have /etc/fstab. you are on omnios channel;)
-
GrayGhost
I have installed omniOS on a computer as a server ... connected to my router and am accessing it from Fedora 41
-
GrayGhost
I am new at using a server
-
tsoome
thats is ok. but yes, if you want to mount that share from server on your client system, then you would need to set up /etc/fstab in your client system (as we already know its linux).
-
GrayGhost
thanks I will do some reading and figure it out
-
andyf
antranigv - I run a unifi controller in an lx zone on OmniOS. That seems to work well.
-
m1ari
antranigv: I've started doing the same as andyf (unifi controller in an lx zone)
-
m1ari
It was just to test an old AP but seems to work well
-
m1ari
I think I had issues initially with the unifi software with a newer linux release but that's a unifi/documentation issue rather than an lx issue.