Questions tagged [openindiana]

OpenIndiana is a robust enterprise operating system, based on the illumos kernel. When Oracle dropped OpenSolaris, many developers regrouped to form OpenIndiana. It is open source, free to use, community developed, and suitable for servers and desktops. OpenIndiana aims to be binary and package compatible with the upcoming Solaris 11, and most of the operating system is built from source code that Oracle continues to make available.

See http://openindiana.org/

41 questions
1
vote
1 answer

cURL error on OpenIndiana: "error: error setting certificate verify locations"

I was trying to git clone a repository using https:// on OpenIndiana, and got the following error: Initialized empty Git repository in /home/gak/vagrant/.git/ error: error setting certificate verify locations: CAfile: /etc/curl/curlCA CApath:…
gak
  • 743
  • 1
  • 9
  • 23
1
vote
0 answers

Solaris x86 11.1 and qlt driver -- only 3/4 ports attach

I'm using the QLogic QLE2564 4-port 8Gb HBA. The problem I have is that when I attach the qlt target mode driver to the card, only 3/4 ports attach the driver. ffffc10006854e58 pciex1077,2532, instance #0 (driver name: qlt) ffffc10006854b80…
Doug
  • 371
  • 2
  • 6
  • 15
1
vote
1 answer

Pool + ZFS Folder size not matching in OpenIndiana & Napp-IT

I created a 59.7TB Pool with 8x RAIDZ2, 8x RAIDZ2, 6x RAIDZ2, 2x Spare (3TB HD) The pool shows up at 59.7TB. This is exactly what I expected. Then I go to create a ZFS Folder and it says I only have 41.1TB available. Whats going on? The link below…
David Vasandani
  • 256
  • 3
  • 13
1
vote
1 answer

OpenIndiana (illumos): vmxnet3 interface lost on reboot

I want my VMware vmxnet3 interface to be brought up with DHCP on boot. I can manually configure the NIC with: # ifconfig vmxnet3s0 plumb # ipadm create-addr -T dhcp vmxnet3s0/v4dhcp But after creating /etc/dhcp.vmxnet3s0 and rebooting, the…
1
vote
1 answer

Offline installing the downloaded IPS package files using OpenIndiana `pkg` (or Solaris 11)

I'm gonna write a script to pull down the package files, now how can I install them? Can I get pkg to use a file:// URL instead of an http:// URL? Alternatively, Is there a better format to do this with? For example, can a stand-alone pkg file be…
700 Software
  • 2,233
  • 10
  • 49
  • 77
1
vote
1 answer

OpenIndiana cifs server, files created have no permissions

I have an OpenIndiana server running napp-it. I have an Ubuntu machine that mounts a CIFS share using this line in fstab: //Storage/Media /storage/media cifs credentials=/home/devians/.smbcredentials,iocharset=utf8,uid=1000,gid=1000 0 0 However…
devians
  • 223
  • 2
  • 7
0
votes
1 answer

Scroll inside the console in Open Indiana

First time unix user here. How do I scroll and/or page the output within the console in Open Indiana? If I list the help page for the zfs command it just outputs everything and I can't read it since it just scrolls by. I tried piping it to the less…
Molotch
  • 225
  • 1
  • 2
  • 9
0
votes
2 answers

How do permissions work once a sharing layer is involved?

I have a fileserver running OpenIndiana, and I have multiple clients of all flavours. Windows, OSX and Linux (mainly Ubuntu). I share out some ZFS filesystems over AFP, CIFS, NFS. I understand the standard 777 style permissions on a local…
devians
  • 223
  • 2
  • 7
0
votes
1 answer

How to get nfsv3* DTrace scripts working on OpenIndiana?

From here http://wikis.sun.com/display/DTrace/nfsv3+Provider on OpenIndiana the DTrace scripts: nfsv3io.d nfsv3ops.d are failing with: probe description nfsv3:::op-* matches an unstable set of probes Script nfsv3fileio.d works but one of the…
Aleksandr Levchuk
  • 2,465
  • 3
  • 22
  • 41
0
votes
2 answers

Reset ACLs in NFS4/ZFS network share

How can I reset the ACLs on a ZFS file system on OpenIndiana that is exported via NFS4 and replace it with inherited permissions? Basically, I want to do the equivalent of icacls "C:\path\to\folder" /reset /T /C on Windows on this machine. However,…
Christoph
  • 309
  • 7
  • 16
0
votes
1 answer

Why bareos bpipe job fails with: Fatal error: bpipe-fd: Pipe read error: ERR=Error 0

Using bpipe plugin with Bareos Backup I get an error: Fatal error: bpipe-fd: Pipe read error: ERR=Error 0 after zfs send -R dpool/some_dataset finished, executed from bash script.But only iff dpool/some_dataset has child datasets (there is…
NorbertM
  • 101
  • 2
1 2
3