Rawr!!!

OpenSolaris bugs/new things I learned

Written by
February 3rd, 2009
root@FSK-Backup:~# beadm
Traceback (most recent call last):
  File "/usr/sbin/beadm", line 41, in ?
    from osol_install.beadm.BootEnvironment import *
ImportError: No module named osol_install.beadm.BootEnvironment

To fix this run the following:

cp /usr/lib/python2.4/vendor-packages/osol_install/beadm/__init__.py /usr/lib/python2.4/vendor-packages/osol_install/__init__.py

New comands I learned:

pkg search 'string'
beadm list
zfs list -t snapshot
svcs
svcadm

I’ve been using OpenSolaris more and more while I tweak my NAS server, and I’m quite happy with how it’s setup. I wish the package manager was a little more. I’m an avid user of pacman (Arch Linux) and it’s the king of all package managers, so there is a lot to be missed in pkg.

Posted in: Opensolaris, OS's | Tags: |

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>