-
toastical
Hello! I'm checking out OmniOS and got ZNC running in a zone today. I'm curious about hosting other services like Jellyfin, a Fediverse instance, or game servers (particularly Minecraft). Are there any major hurdles, and would maintaining them require constant effort?
-
szilard
toastical: i run jellyfin, znc, unbound, paperless, bittorrent, vpn and stuff in my zones on omnios since 12+ months. It works for me (TM).
-
szilard
No big troubles, just dont use disks attached via usb.
-
m1ari
toastical: keeping any system maintained should always be a constant effort (installing updates, monitoring disks etc) but OmniOS is no worse than any other system (Linux, BSD, Windows) and arguably some of the tools are better than what you might find elsewhere
-
szilard
Oh, and vaultwarden too
-
AnomicBSD
szilard: do you run those in lx zones?
-
szilard
Many in lx, but not every.
-
szilard
I have bhyve, pjgsrc, sparse and ipkg zones aswell
-
AnomicBSD
i just started using OmniOS yesterday and was playing with zones. I managed to get a minecraft server running in an lx zone, tried for a hytale server but it just crashes hard and boots me out of the zone
-
AnomicBSD
might have to bhyve that one
-
AnomicBSD
haven't touched solaris since solaris 10.
-
toastical
szilard: dope, I'll give it a proper go then.
-
toastical
m1ari: 100%, I was more wondering if it'd require like an exorbitant amount.
-
m1ari
toastical: the main thing to remember with updates is that if it creates a new BE (boot environment) you should reboot asap. Otherwise other changes to the system might disappear.
-
toastical
Noted.
-
m1ari
depending on where you've come from you'll probably find various features you come to like (zfs, smf, zones, BEs) also generally the man pages are very informative.
-
toastical
zfs is actually how I discovered solaris and illumos. Had some jankiness with btrfs on my PC and looked what other options there are. Apparently just ZoL. That caused me to look into why ZoL isn't in the kernel, which eventually led me to find out its from Solaris.
-
SarahMalik
they might seem to disappear, they actually end up in the old BE
-
szilard
toastical: yep, always make sure to reboot into the new BE
-
neitzel
FWIW: I just lost an (unimportant) cron job mail the other day because a delayed the reboot too long. I'm aware that I could mount the old BE to access its /var/mail -- it's just not worth the hassle in my case. Taught me a lesson, though.
-
tomww
omnios could as well create a /var/shared filesystem and place spool / mail files there. This is one the first things I create on neu OmniOS images.
-
jclulow
-
fenix
→ FEATURE 16470: support for /var data that is not specific to a boot environment (New)
-
toastical
made my first package \o/
-
toastical
Question, the guide i followed removed the paths from the manifest file with mog, relying on /usr/bin already existing. What'd happen if it didn't? Would the pkg install fail or would it just create them by default?