Questions tagged [opensolaris]

37 questions
11
votes
4 answers

The future of OpenSolaris

since OpenSolaris is more or less abandoned by Oracle, is there a nice alternative that implements the unique features of OSOL? ZFS is one thing, but I liked the image creation system, that let you create images of a master system and then…
polemon
  • 11,133
  • 11
  • 69
  • 111
10
votes
4 answers

No space on device when removing a file under OpenSolaris

While trying to mount a NFS share (exported from an OpenIndiana server) on a client box, the OI server crashed. I got the black screen of death, what looked like a log dump, then the system restated. It never came back up and I get the following…
Nick Faraday
  • 233
  • 1
  • 2
  • 6
7
votes
6 answers

Can not find link to download OpenSolaris source code

I want to understand how OpenSolaris ptools(process tools) works. How exactly pstack, pmap, pargs etc works, but I can't find any link to its full source code. I can only find an online version of the source. Any advice where I can download source…
Hemant
  • 6,834
  • 5
  • 38
  • 42
6
votes
2 answers

List processes that have been running more than 2 hours

How can I list processes, with a defined name, that have been running for more than 2 hours. This is what I have tried. ps -efo pid,comm,etime | grep 'process name' | awk '{print $3}' This is for Solaris. Or can someone help how to create a…
Vinod
  • 61
  • 1
  • 1
  • 2
5
votes
0 answers

What dictates smf service maintenance mode?

I have smartos machines running a custom application as an smf service (a circonus monitoring agent). On some of these machines the agent errors when starting and gets stuck in a restart loop eventually leading to the machine panicking. For every…
jesse_b
  • 35,934
  • 12
  • 91
  • 140
4
votes
1 answer

How to configure OpenIndiana(151a8 aka "hipster") for development?

I saw a similar post about Solaris and thought of a similar howto. I've heard of recent news (as in 2013) with the distribution and I learned I could easily update my initial OpenIndiana 151a7 release to hipster (0.5.11-0.151.1.8.1 to be more…
user44370
4
votes
1 answer

Why is GNU screen / byobu leaving garbage text in the shell during a reverse search?

I recently starting using GNU screen via Byobu but I think the problem is related to screen. I first SSH into a server and then do a reverse search to run a commonly run command (dump a the database). I've redacted some of the text, but because …
Ryan Kaskel
  • 141
  • 1
4
votes
2 answers

Can all OSS for Linux be built to run on an Illumos based OS like OpenIndiana?

I like trying different OSs, but I have yet to try a Illumos-based OS. Can I run all or most Linux Software, just by building from source?
3
votes
0 answers

Tribblix: cannot start xfce

I installed the illumos (opensolaris) distro Tribblix and can't start Xfce. I tried both with a display manager, slim (I know it's old, but it's the only one they offer), and from the console. The default Xorg WM, twm, however, works perfectly as…
spacelander
  • 183
  • 7
3
votes
1 answer

Why can't I import an ZFS pool without partitioning the data disk with fdisk?

I have a strange situation here, in which I am unable to import an ZFS pool that I brought from another OS UNLESS I fdisk the disk of the pool. I am puzzled as to why this is happening and hoping to get an answer or an advice. The flow: An ZFS pool…
3
votes
1 answer

What are core.mountd.######### files? OpenSolaris

I and gaining an ever expanding list of of core.mountd.12009999475 type files in my root directory? What are these? Can I just delete them? What causes them to be created?
Nick Faraday
  • 233
  • 1
  • 2
  • 6
3
votes
1 answer

Does any OS support ZFS on MIPS?

Does there exist an operating system supporting ZFS under the MIPS architecture? If so, which operating system(s)? I am especially interested in: Support for ZFS on Loongson. OSes free from binary blobs.
user6860
2
votes
1 answer

How To Read Variable Value Using mdb?

Let's say I set a parameter with the following command, how could I read it back later on? mdb -kwe "spa_load_verify_metadata/W 0" I am trying to read the man page, but I'm only in this OS temporarily and don't understand what it's talking about.…
Louis Waweru
  • 175
  • 1
  • 8
2
votes
2 answers

Does Opensolaris offer distributed ZFS filesystems

I haven't had any luck getting a confirmed yes or no to this question. I'd like to run ZFS as a distributed file system (like Gluster or CEPH). OpenZFS and ZFS on Linux does not (yet) have file system clustering. My understanding is distributed is…
BurningKrome
  • 228
  • 4
  • 11
2
votes
1 answer

OpenIndiana Hipster boot problems

I installed OpenIndiana Hipster on a separate GPT partition alongside other Unixes following this guide from the openindiana wiki. After I finished, I tried to boot into the fresh installation but it stops at loading tzmon (as reported by verbose…
spacelander
  • 183
  • 7
1
2 3