Re: [OpenIndiana-discuss] backup image program

2016-04-19 Thread Guenther Alka

You can use Clonezille with the savedisk/ restoredisk option.
It images/restores the disk with ntfsclone, partclone or dd if a 
filesystem is unsupported.


I use it on Macs (OSX + Windows) and to deploy/backup/restore my napp-it 
ZFS appliance.

The image can be on another disk/USB stick or a network share.

Gea

Am 19.04.2016 um 08:37 schrieb Jean-Pierre André:

Chris Redding wrote:


Hello,  I want to take the plunge so to speak into Unix/Linux and 
I want to triple boot Windows/Unix/Linux. I would like to know of a 
backup program that can image over each of the three OS. Thank you, 
Chris

___


I have triple boot Windows+Linux+OpenIndiana. All my user
data (development, docs, music, ...) are shared in an ntfs
partition which I backup by rsync.

The system partitions only contain systems.
Backup methods :
Windows (ntfs) : ntfsclone
Linux (ext3) : partimage
OpenIndiana (zfs) : dd
mbr : dd
partition layout : sfdisk



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] /hipster: latest kernel updates cause crash when vbox guest is started

2016-04-19 Thread Nikola M

On 04/18/16 01:29 PM, Predrag Zečević - Unix Systems Administrator wrote:


Hi,

ticket opened: https://www.illumos.org/issues/6919


I asked helpful VBox people and they says it looks like 'Supervisor Mode 
Access Prevention' (SMAP) problem. 
(https://en.wikipedia.org/wiki/Supervisor_Mode_Access_Prevention), 
VirtualBox disables SMAP only for Solaris builds (SMAP support works on 
Linux, OSX) , because Oracle Solaris disables SMAP.


So aether illumos after illumos-a526879 needs an option to disable SMAP 
for VirtualBox compatibility
or VirtualBox needs to handle SMAP on Solaris build that runs on illumos 
and VirtualBox doesn't have illumos-specific build.


Proposed workaround from tsoome:
disable_smap/W1 in mdb -k , disable_smap is int, so /W should be ok (to 
write 4byte value)


Please try it and report inside https://www.illumos.org/issues/6919 
ticket  if it worked,

so it is know if it is truly SMAP issue.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Openindiana lost root password

2016-04-19 Thread Jean-Pierre André

can erturk wrote:








 Hello. openindiana I don't know the root password.

http://sysadmin-tips-and-tricks.blogspot.com.tr/2013/01/solaris-recover-root-password-in-local.html


I can't access to the console.
openindiana Hipster, with a live DVD single user mode I am running.
I'm getting root permission with jack jack.
but
#mount /dev/dsk/hddname   /a

I can't mount the disk.


 can you help me?


At this stage, you probably need :

zpool import -f rpool
mkdir /tmp/a
beadm mount openindiana /tmp/a
# do some changes
beadm unmount openindiana
zpool export rpool

In the third and fourth command, replace openindiana
by the relevant BE name.


___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] backup image program

2016-04-19 Thread Jean-Pierre André

Chris Redding wrote:


Hello,  I want to take the plunge so to speak into Unix/Linux and I want to 
triple boot Windows/Unix/Linux. I would like to know of a backup program that 
can image over each of the three OS.
  Thank you,
   Chris
___


I have triple boot Windows+Linux+OpenIndiana. All my user
data (development, docs, music, ...) are shared in an ntfs
partition which I backup by rsync.

The system partitions only contain systems.
Backup methods :
Windows (ntfs) : ntfsclone
Linux (ext3) : partimage
OpenIndiana (zfs) : dd
mbr : dd
partition layout : sfdisk



___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss