Questions tagged [smartos]

SmartOS is an open-source Unix-like operating system

SmartOS is an open-source Unix-like operating system that combines OpenSolaris technology with Linux's KVM virtualization. Its core kernel contributed to illumos project. It features four technologies, ZFS, DTrace, Zones and KVM. SmartOS is designed to be particularly suitable for building clouds and generating appliances. It is developed for Joyent.

25 questions
1
vote
1 answer

Figuring out if IP addresses are public or private for use in chef recipes

I'm using Chef to automate deployment of various SmartOS zones. I'm trying to figure out what the correct way of determining if a network interface has a public or private address and keeping track of that. For generic Apache Listen and…
0
votes
1 answer

xy::isfinite compiles on Linux, BSD, and Windows, but not SmartOS

I'm trying to port Quadlods to SmartOS. It compiles and runs on Linux and DragonFly BSD. I haven't tried running it on Windows, but other programs using the xy class with the isfinite method compile and run on Windows. However, compiling it on…
Pierre Abbat
  • 485
  • 4
  • 10
0
votes
1 answer

smartos ubuntu image/vm login details

I am new to SmartOS. I have created a vm on smart os using below json file { "alias": "ubuntu-16-04", "hostname": "dns.example.com", "brand": "kvm", "vcpus": 1, "autoboot": true, "ram": 1024, "resolvers": [ "10.0.0.2", …
tkjena
  • 1
  • 2
0
votes
0 answers

MongoDB 2.6.10 segfaults while reindexing in background on SmartOS

Caught a segfault in 2.6.10 rebuilding indexes in the background, would appreciate any pointers on how to narrow down the culprits (or report this as a bug with MongoDB): 2015-06-25T16:07:04+00:00 rs0db1 mongod.27018[60550]: [ID 702911 local7.info]…
0
votes
2 answers

Installing wkhtmltopdf and wkhtmltoimage on SmartOS (Joyent)

How can I install wkhtmltopdf and wkhtmltoimage on SmartOS (Joyent)? I would like to use these with the node-wkhtml module.
Justin Elkow
  • 2,833
  • 6
  • 28
  • 60
0
votes
1 answer

Cannot run node module as service

I'm trying to run the node module npm-lazy as a service in my localzone. If I run the start command on the commandline It works well. I'm running it with: npm_lazy --config /etc/npm-lazy-config.js But if want to run the module as a service it…
foobarbaz
  • 322
  • 6
  • 17
0
votes
2 answers

Installing Linux Software on SmartOS

I am using a standard64 (Image 13.3.1) SmartOS machine from Joyent and I would like to install some software written for Linux. The software (called wkhtmltopdf) is an HTML to PDF converter written in C++. The software is downloadable here. How…
Justin Elkow
  • 2,833
  • 6
  • 28
  • 60
0
votes
1 answer

can't compile ruby 1.8.6 with zlib on smartos64

I'm trying install ruby 1.8.6 with zlib on smartos, the ruby compiles normal, but when I run ruby extraconf.rb that lives on ext/zlib folder the console shows: [admin@7dabb5d6-09d4-42b3-bb40-36a7d0a0fabe ~/src/ruby-1.8.6/ext/zlib]$ ruby…
GodFather
  • 3,031
  • 4
  • 25
  • 36
-1
votes
1 answer

Autofs/Automount in SmartOS (Solaris)

Faced with a trouble using Autofs in SmartOS. I added single line in /etc/auto_master: /- auto_share Here is /etc/auto_share's content: /Public -rw 10.0.1.20:/nfs/Public 10.0.1.20 is WD MyCloud NAS, that why /nfs/ needed. Anyway,…
user3414386
-2
votes
1 answer

Trying to download USB version of SmartOS -- no go

I'm trying to download the USB version of SmartOS based on instructions here: http://wiki.smartos.org/display/DOC/Download+SmartOS This seems to download two images: smartos-latest-USB.img.bz2 smartos-latest-USB.img.bz2.part When I bunzip2…
Lloyd R. Prentice
  • 4,329
  • 3
  • 21
  • 31
1
2