Archive: 2010/3

How to mount Windows shares in OpenSolaris

Via http://dlc.sun.com/osol/docs/content/SSMBAG/smbclientusertaskstm.html#mountsharetask 1mount -F smbfs //[workgroup;][user[:password]@]server/share mount-point In my case I had to enable smb/client:

Installing OpenLDAP 2.4.21 on OpenSolaris

Download the sourceDownload the file openldap-stable-20100219.tgz from http://www.openldap.org/software/download/ Save this in /src You may also want to verify the file signature or checksums and read

Installing curl 7.20.0 on OpenSolaris

Download the sourceDownload the file curl-7.20.0.tar.gz from http://curl.haxx.se/download.html Save this in /src You may also want to verify the file signature or checksums and read the README or INST

Installing libssh2 1.2.4 on OpenSolaris

Download the sourceDownload the file libssh2-1.2.4.tar.gz from http://www.libssh2.org/ Save this in /src You may also want to verify the file signature or checksums and read the README or INSTALL file

Installing OpenSSL 0.9.8m on OpenSolaris

Download the sourceDownload the file openssl-0.9.8m.tar.gz from http://www.openssl.org/source/ Save this in /src You may also want to verify the file signature or checksums and read the README or INST

Installing pkg-config 0.23 on OpenSolaris

Download the sourceDownload the file pkg-config-0.23.tar.gz from http://pkg-config.freedesktop.org/wiki/ Save this in /src You may also want to verify the file signature or checksums and read the READ

Mirroring the root pool in OpenSolaris

From http://malsserver.blogspot.com/2008/08/mirroring-resolved-correct-way.html 1234pfexec bashOLDDISK=c8d0NEWDISK=c9d0format Select the blank disk (my c9d0 was 1): 121fdisk Since I had a new disk, it

Static IP in OpenSolaris 2009.06

Based on instructions from http://dd-b.net/ddbcms/2009/01/opensolaris-static-ip/ 12345pfexec bashMYIP=192.168.1.5MYSUBMASK=255.255.255.0MYROUTER=192.168.1.1MYHOST=$( hostname ) Find your network inter