Re: [osol-discuss] Opensolaris install onto mulit-disk computer

2010-06-28 Thread Keith Mitchell
On 06/28/10 01:37 PM, Erik Trimble wrote: On 6/28/2010 1:30 PM, Serge Fonville wrote: What I would wish to see in the future, is an option to setup a ZFS mirror at installation stage. I would definitely vouch for that, the current way of setting up a boot mirror is kind of a hassle Please ta

Re: [osol-discuss] Bug: Shell problems

2010-06-28 Thread Keith Mitchell
Sounds more like a terminal issue than a shell problem. Are you using gnome-terminal or xterm? What is the TERM environment variable set to? - Keith On 06/28/10 10:13 AM, Orvar Korvar wrote: I have encountered this bug, where the computer lags incredibly much, including sound: http://defect

Re: [osol-discuss] Specifying the kernel in my image.

2010-06-17 Thread Keith Mitchell
(Cross-posting to caiman-discuss) If you've compiled the kernel sources, you have 2 options: 1) Publish them as the appropriate IPS package to a (local) repository, and use that as the preferred publisher / authority for the distro_const (DC) build. 2) Add a finalizer script, immediately after

Re: [osol-discuss] Missing partition on opensolaris: help?

2010-06-03 Thread Keith Mitchell
The output of format shows disks, not partitions. Run: fdisk /dev/rdsk/c8d0p0 You should see the defined partitions there. The first partition maps to: /dev/rdsk/c8d0p1, the second to p2, etc. - Keith On 06/ 3/10 02:04 PM, Andrew Greimann wrote: Thanks for the commands and support so far.

Re: [osol-discuss] Can't change partition ID?

2010-05-03 Thread Keith Mitchell
Try the non-interactive mode of fdisk: fdisk -W /tmp/partitions.txt /dev/rdsk/c4t0d0p0 # Dump the disk layout < Edit /tmp/partitions.txt, changing the 4th partition from the linux native (131) value to the Solaris2 value (191). > fdisk -F /tmp/partitions.txt /dev/rdsk/c4t0d0p0 # Apply the new la

Re: [osol-discuss] Using Live CD on a previously installed OpenSolaris 2009.06

2010-03-17 Thread Keith Mitchell
On 03/17/10 11:30 AM, Jeff Freeman wrote: Question - I need to fix a pool that I deleted /dev/zvol/rdsk/rpool/dump and I have the Live CD booted up. How do I get to the drive that I installed on so I can create the pool? zpool import -f rpool will bring the rpool online once booted to the

Re: [osol-discuss] OpenSolaris b134 Genunix site iso failing boot

2010-03-10 Thread Keith Mitchell
On 03/10/10 08:09 AM, Giovanni Tirloni wrote: On Wed, Mar 10, 2010 at 12:04 PM, Dennis Clarke > wrote: > You may be running into the following issue > > 6932552 early calls to cv_reltimedwait() are even less safe post 6919691 > http://bugs.opens

Re: [osol-discuss] ZFS Boot Whole Disk

2010-02-10 Thread Keith Mitchell
On 02/10/10 09:35 AM, E. Mke Durbin wrote: Sorry if this has been brought up before (I'm sure it has). Trying to remember the advantages / disadvantages of selecting "Whole Disk" when installing Open Solaris (build 132) v.s. using partitions (the default). If I remember correctly (probabl

Re: [osol-discuss] cannot replace disk in zfs pool

2009-12-22 Thread Keith Mitchell
I'm no zfs expert, but what happens if you try to "zpool import"? keithk wrote: Hi: I have a zfs pool called usbstorage which consists of one single external usb disk as shown below: # zpool status usbstorage pool: usbstorage state: UNAVAIL status: One or more devices could not be opened. T

Re: [osol-discuss] svc.configd leaking on snv_129?

2009-12-16 Thread Keith Mitchell
Looks like you're hitting: http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6907454 Chavdar Ivanov wrote: * Chavdar Ivanov [2009-12-15 15:04]: Yesterday I upgraded three of my OpenSolaris systems to 129; this afternoon I came to find one of them very sluggish; it turned

Re: [osol-discuss] moving grub to an alternate drive/partitionHi,

2009-12-11 Thread Keith Mitchell
Eugene Vilensky wrote: On Fri, Dec 11, 2009 at 3:12 PM, Vikram Hegde wrote: Hi, That should be straightforward to do as well. You need to put the primary kernel modules and the failsafe miniroot onto the USB key. I will cook up some instructions and send them to you. Note: You will need

Re: [osol-discuss] "Error 2: Bad file or directory type" (snv_128a install ISO/CD)

2009-12-11 Thread Keith Mitchell
Hi Colin, I have a suspicion here: Try the following steps: From grub, press "e" to edit the grub menu. Press "e" again on the first line, go all the way to the left, and add "/boot" to the front of the line (i.e., have it read: /boot/platform/i86/kernel/$ISADIR/unix). Press enter to accept t

Re: [osol-discuss] OpenSolaris Tecra M10 laptop hangs on shutdown & reboot

2009-11-02 Thread Keith Mitchell
I've experienced a similar issue with my M10, but haven't investigated the cause yet either. It's been this way for me for several builds now. Alan Steinberg wrote: On my Tecra M10 I've seen that it will stay at the "syncing file systems... done" point for a few minutes, but then does shut down

Re: [osol-discuss] Which Download For Fresh Install

2009-10-28 Thread Keith Mitchell
The ISO you first referred to has the latest "release" packages, and the iso's on genunix.org have the latest development packages. There's no standalone ISO that will install from the network just yet. Carlos Williams wrote: I figure I might as well ask but mots Linux distributions I use "Deb

Re: [osol-discuss] Which Download For Fresh Install

2009-10-28 Thread Keith Mitchell
That's the correct iso, Carlos. Carlos Williams wrote: I am wanting to learn OS and would like to download an ISO for my new x86 PC. Should I simply download the latest version called x86 LiveCD "osol-0906-x86.iso"? Will this allow me to install the latest version of the OS including Gnome DE

Re: [osol-discuss] gnome desktop - no app tabs on task bar

2009-10-23 Thread Keith Mitchell
The link sent was: http://library.gnome.org/users/user-guide/stable/panels-addobject.html.en Looks like it got eaten on the forums, though it showed up fine in emails. - Keith Ron Halstead wrote: "In that case, you can add it again as follows:" ??? --ron __

Re: [osol-discuss] New user needing help

2009-10-18 Thread Keith Mitchell
Hi, I think it's great that you're giving OpenSolaris a try! By default, 'root' is a role, not a user, so I'm guessing you're not set up to log in to root directly. However, you should be able to use "pfexec" or "su" to act as root when logged in as your normal user. Now as for getting stuck

Re: [osol-discuss] Has something changed with root logins [b 124]

2009-10-15 Thread Keith Mitchell
Actually, the default of assigning the main user the *profile* of Primary Administrator is the loophole that leads to what you're describing. It's a known issue tracked under bug 4885: http://defect.opensolaris.org/bz/show_bug.cgi?id=4885 Gary Gendel wrote: On a side note... Is there a good t

Re: [osol-discuss] local standalone install..

2009-07-22 Thread Keith Mitchell
Hi Sriram, There are plans to support this in the future using the text installer. AI is definitely too much work for a single node. http://www.opensolaris.org/os/project/caiman/TextInstallerProject/ - Keith krishnan parthasarathi - Sun Microsystems - Bangalore India wrote: Hi Sriram, I am n

Re: [osol-discuss] editing inside newly created BE (created at update)

2009-07-13 Thread Keith Mitchell
Harry Putnam wrote: I've just updated a virtualbox version of osol 101b to dev b117 and in the course of doing so, a new BE is created. beadm lists it as R... (mounts at next reboot). I wanted to edit the grub menu.lst file But not sure where it is. I've found I need to edit menu.lst to hav

Re: [osol-discuss] upgrade to snv_117 broke twinview

2009-06-26 Thread Keith Mitchell
Robert W Hartzell wrote: Has anyone else seen this? I'm using a nvidia geforce 9500 gt card and dual monitors in twinview mode. It seems that something broke after the upgrade to snv_117. All dialog boxes and the login screen are split between two nonitors and full screen video only plays half

Re: [osol-discuss] 2009.06 update

2009-06-19 Thread Keith Mitchell
Oscar del Rio wrote: Harry Putnam wrote: Even more confusing when I look at /etc/release: OpenSolaris 2009.06 snv_111b X86 Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Re: [osol-discuss] OpenSolaris SPARC AI Installation in DHCP-enabled corporate network

2009-06-08 Thread Keith Mitchell
From my limited understanding, DHCP macros should be available on other systems running as DHCP servers. How to add the macro in will depend on the OS, but ideally your IT folks will know how to do it. If it's Solaris, dhtadm or dhcpmgr. If it's something else, there should be another tool or G