Re: [OpenIndiana-discuss] [developer] Re: Memory usage concern

2012-10-21 Thread David Halko
On Sat, Oct 20, 2012 at 1:57 PM, Cedric Blancher < cedric.blanc...@googlemail.com> wrote: > On 16 October 2012 01:22, Jason Matthews wrote: > > -Original Message- > > From: Cedric Blancher [mailto:cedric.blanc...@googlemail.com] > > > >> IMO you blame the wrong people. You can have the sa

Re: [OpenIndiana-discuss] Only one SSD detected on expander

2012-10-21 Thread Scott Marcy
I'm pretty sure I tried that, but now I can't be sure. I've already returned the drives and ordered the 840 Pros, which are supposed to have WWNs. If it turns out they don't, I'll give this a try before I return them, too. :-/ Thanks! -Scott On Oct 21, 2012, at 7:04 AM, carl brunning wrote:

[OpenIndiana-discuss] 151a7 ??

2012-10-21 Thread Reginald Beardsley
FWIW I just did an install of 148 (CD on hand) on a spare system followed by an update via the website. I was expecting 151a5 based on the website and named my BE accordingly. However, on rebooting, I see that I actually installed 151a7. Other than that, nice job. Reg _

[OpenIndiana-discuss] Smart OS Zones under OpenIndiana

2012-10-21 Thread Matt Connolly
Has anyone tried / succeeded in creating SmartOS zones in an OpenIndiana machine? I'm interested in using some Joyent hosting in the future, and using the same zones on a local dev machine is very appealing. I already have OpenIndiana installed. -Matt ___

Re: [OpenIndiana-discuss] Slow ssh login?

2012-10-21 Thread Daniel Kjar
so what was the cure? I looked at that link but didn't see an easily recognizable fix I have had this forever. Not a big deal but makes me nervous if I think my server is down. On 10/21/12 08:30 AM, Gary Gendel wrote: I think I found it... https://www.illumos.org/issues/1983 So far,

Re: [OpenIndiana-discuss] Only one SSD detected on expander

2012-10-21 Thread carl brunning
Not sure if this help you But i had this problem on nexenta and the fix was the following in the /kernel/drv/mpt_sas.conf i unrem the line with mpxio-disable="yes"; then reboot the system this fixed it for me and then i could see all my ssd when before only one show in

Re: [OpenIndiana-discuss] Slow ssh login?

2012-10-21 Thread Gary Gendel
I think I found it... https://www.illumos.org/issues/1983 So far, so good. Logged in and out a dozen times with no lag. Gary On 10/21/12 5:00 AM, Jim Klimov wrote: 2012-10-21 9:40, Alex Smith (K4RNT) wrote: Perhaps setting UseDNS to "no" in sshd_config could help. :) Also, if you only ac

Re: [OpenIndiana-discuss] Only one SSD detected on expander

2012-10-21 Thread Robin Axelsson
The worst case would be if the firmware image is signed and encrypted, which I doubt. There is a workaround for that too if that would be the case anyway. I'm not sure whether those firmware images have a real file system (such as yaffs for Android devices) or are just a solid binary file. H

Re: [OpenIndiana-discuss] Slow ssh login?

2012-10-21 Thread Jim Klimov
2012-10-21 9:40, Alex Smith (K4RNT) wrote: Perhaps setting UseDNS to "no" in sshd_config could help. :) Also, if you only access the system from one or few external hosts, you can add their names to /etc/hosts (and give it priority in /etc/nsswitch.conf). ___