Questions tagged [nexenta]

9 questions
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
3 answers

Nexenta bash script uses /usr/sun/bin/sed instead of /usr/bin/sed

I'm using a script for Linux and for Solaris (Nexenta). This line works on Linux, but not on solaris (but when run from shell it works): cat "pg_hba.conf" | sed "0,/^local/{s/md5/trust/}" The error message is: sed: command garbled:…
csny
  • 1,475
  • 4
  • 15
  • 26
2
votes
1 answer

Could not perform immediate configuration on 'libstdc++6' on Nexenta

My original goal was setup service-network-ssh on Nexenta Illumos. As a result of the command apt-get install service-network-ssh I got the following message Reading package lists... Building dependency tree... Reading state information... You…
user1851132
  • 121
  • 2
2
votes
0 answers

Tools to debug slow NFS on OSX

I have 2 mac pros connected to a Nexenta NAS. They have a fast network connection, the same ping time, and the routes to the server are the same (both are plugged into the same switch). One computer has very slow reads and writes on the NAS when…
Dan
  • 9,372
  • 5
  • 25
  • 39
2
votes
1 answer

update openssh and openssl on solaris

I got a nexenta system, I updated openssl to 1.0.1j, which I compiled from source code. I updated openssh to 6.7, from source code as well, and I get this: root@cteraportal:/root# openssl version OpenSSL 1.0.1j 15 Oct 2014 root@cteraportal:/root#…
csny
  • 1,475
  • 4
  • 15
  • 26
2
votes
1 answer

shellshock solution for nexenta/solaris

I'm trying to solve the shellshock issue on my system: SunOS localhost 5.11 NexentaOS_134f i86pc i386 i86pc Solaris # bash --version GNU bash, version 3.2.48(1)-release (i386-pc-solaris2.11) Copyright (C) 2007 Free Software Foundation, Inc. Has…
csny
  • 1,475
  • 4
  • 15
  • 26
1
vote
1 answer

Nexenta (Solaris), strange user membership from LDAP

Why do run id command in the Nexenta OS (Solaris+Ubuntu), I get different result? a_ay@nexenta:/etc$ id -G 513 512 1000 201 203 1010 1013 1019 1020 1036 1039 1040 1041 1045 1046 1047 a_ay@nexenta:/etc$ id -G a_ay 513 1019 1041 1047 512 1039 1036…
1
vote
1 answer

zfs replication temporary file

I'm running a zfs replication task, of a snapshot size ~2.5GB. I see that there is traffic going between the master and the slave, by using snoop, but I want to monitor the transmission. Is there a temporary file that I can see being created? It's…
csny
  • 1,475
  • 4
  • 15
  • 26
1
vote
0 answers

Add Solaris utf-8 support for Postgresql

I need to use utf-8, but "locale -a" produces: C POSIX iso_8859_1 the os is: SunOS cteraportal 5.11 NexentaOS_134f i86pc i386 i86pc Solaris Additional info: root@cteraportal:~# dpkg -l locales Desired=Unknown/Install/Remove/Purge/Hold |…
csny
  • 1,475
  • 4
  • 15
  • 26