A Just Enough Operating System, the smallest possible subset of Illumos (formerly OpenSolaris), which is usable as a self-hosted operating system, needing no external tools to build itself from source. It's aimed at devops experts who want a rock-solid operating system base for their Web hosting or cloud systems.
Questions tagged [omnios]
9 questions
29
votes
2 answers
How to static link Linux software that uses ./configure?
I would like to compile NRPE static, so I can copy the compiled binary to an OmniOS server, where I don't want gcc to be installed on. I would prefer to install NRPE with SSl support from a repository, but such doesn't seam to exist, so I would like…

Sandra Schlichting
- 25,050
- 33
- 110
- 162
3
votes
1 answer
No function names when using DTrace on Node.js program
I am trying to use DTrace for CPU profiling of a Node.js program according to this guide on an OmniOS VM in VirtualBox, which I set up following these steps exactly (except for using node 0.10.26).
Unfortunately, DTrace does not give me…

d0gb3r7
- 818
- 8
- 19
2
votes
1 answer
device naming zfs vs smartctl vs iostat
I'm working on gathering performance metric data from a SAN (5.11 omnios-7648372 ).
we use dataon JBOD.
a snip of Output of zdb -C mypoolname :
children[0]:
type: 'disk'
id: 0
guid: 7701924650939559899
path: '/dev/dsk/c1t0d0s0'
…

Bino Oetomo
- 571
- 1
- 10
- 23
2
votes
1 answer
Use pkgsrc and pkgin utilities from SmartOS on OmniOS
I am working with a virtual machine running 64 bit OmniOS install of solaris and would like to access packages in the joyent SmartOS package repository, I am trying to install pkgrsrc but have had not any luck. I have tried following these…

Josh Barton
- 148
- 11
1
vote
2 answers
How to install Apache on OmniOS
I am attempting to install Apache on OmniOS. I followed the instructions here: option 2 https://wiki.openindiana.org/oi/3.+Installing+software+and+package+management
Ran the command:
echo $PATH results in…

Dorothy
- 2,842
- 10
- 33
- 46
1
vote
0 answers
Freetype2 64bit on OmniOS
I'm installing freetype2 from source on a 64 bit version of OmniOS. I need to install 64-bit freetype2.
The problem is I'm getting a compilation error I can't figure out.
I've tried using the built in package manager's freetype, but all available…

Neza
- 117
- 1
- 7
1
vote
1 answer
Fatal relocation error libocci.so.11.1 OCIServerAttach, __1c2N6FL_pv_ undefined symbols
I have been trying to compile the oracle driver for naviserver (nsoracle). It compiles just fine but when I start up the server it complains during module load of nsoracle.so.
Error: modload: /usr/local/ns/bin/nsoracle.so: couldn't load file…

Josh Barton
- 148
- 11
1
vote
0 answers
Why does the command only work in gawk?
I have 2 hosts: one is running Linux, while the other is OmniOS.
The awk on Linux is gawk:
[root@localhost ~]# which awk
/bin/awk
[root@localhost ~]# ls -lt /bin/awk
lrwxrwxrwx. 1 root root 4 Jan 22 2014 /bin/awk -> gawk
And running the…

Nan Xiao
- 16,671
- 18
- 103
- 164
1
vote
1 answer
SmartOS not recognizing my keyboard upon installation
I bought a homeserver and wanted to install SmartOS... I have a Roccat ISKU USB-Keyboard which is working at the startup (can enter bios) and I can also choose the startup option via this keyboard.. Live 64-bit (text)
After choosing this option it…

Stephan
- 1,639
- 3
- 15
- 26