Questions tagged [omnios]
The omnios tag has no summary.
15 questions
0 votes
1 answer
85 views
saslauthd works when run 'standalone' but not when run by OmniOS svcadm
If I run saslauthd via svcadm it does not work, but if I run it from the command-line, it does. u@h:w$ svcadm enable saslauthd u@h:w$ ps -ef|grep sasl ...
0 votes
0 answers
1k views
/dev/tun vs /dev/net/tun
I am mounting the /dev/tun device of an IllumOS installation (actually OmniOS, but I don't think it makes a difference) inside a lx-brand zone (using add device, set match=\dev\tun, end). Problem is, ...
2 votes
1 answer
316 views
How to improve rsync execution time on OmniOS (illumos-based)?
I am testing illumos in some of its variants, currently OmniOS. As I was benchmarking io-bound processes, I saw that rsync was significantly slower in respect to my reference, FreeBSD 12-CURRENT. ...
2 votes
1 answer
230 views
Solaris11: can be installed as zone on omnios or similar?
I can install Solaris11 as qemu vm on Omnios,my question is: is possible (maybe using an archiveadm "flash" archive) to install Solaris11 as zone of Omnios?
2 votes
1 answer
5k views
How to open NFS log
I'm using Omnios (Unix) and i want to log everything about nfs. I have some VM on my NFS share and sometimes connection brokes 3-5 second. I can not find a reason for that on dmesg or syslog. I can ...
3 votes
1 answer
1k views
Inheriting group write permission, but not execute for files, on OmniOS (Illumos) using ZFS ACL
We operate with umask 027 most of the time. For certain directories, where multiple users are involved, I found a cool way to emulate umask 002 using ACL inheritance. Here's the command I'm using. ...
2 votes
1 answer
347 views
How to troubleshoot disk controller on Illumos based systems?
I am using OmniOS which is based off of Illumos. I have a ZFS pool of two SSD's that are mirrored; the pool, known as data is reporting its %b as 100; below is iostat -xn: r/s w/s kr/s kw/s ...
4 votes
2 answers
2k views
How to source correct startup scripts on interactive, non-login shell
I'm trying to set up a sane/usable environment in a barebones OpenSolaris-derivative (OmniOS, a distribution of Illumos/OpenIndiana). I have all the plumbing code I need in .profile, .inputrc, and ....