Re: [OpenIndiana-discuss] AMD Phenom II X6 + 870 chipset, feedback?

2011-07-20 Thread Dave Koelmeyer
On 16/07/11 10:00 PM, Gary wrote: AFAIK, you shouldn't have any problems with AMD procs. Sun used to ship servers with AMD procs so unless someone's gone and yanked all that code from the kernel (highly unlikely) then you shouldn't have any troubles. Drivers for the motherboard, on the other

[OpenIndiana-discuss] OI-151: GNOME crashes but not KDE 4.6

2011-07-20 Thread Alex Lam S.L.
So after updating the nvidia driver as suggested and still get frozen desktop every few days (SSH to restart gdm will rectify the issue without the need to reset the PC), I have decided to take the other suggestion and give KDE a go. I followed the instructions on this page:

[OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Leonid Korokh
Hello All, There was io:genunix::start (done) probes in OpenSolaris, but now in OpenIndiana these probes are gone. Could anyone guide me which probes should i use to get the same information as i got before? Thank you. Leonid S. Korokh

Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Michael Schuster
Hi Leonid, On Wed, Jul 20, 2011 at 12:50, Leonid Korokh lkor...@gmail.com wrote: Hello All, There was  io:genunix::start (done) probes in OpenSolaris, but now in OpenIndiana these probes are gone. Could anyone guide me which probes should i use to get the same information as i got before?

Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Leonid Korokh
Thanks Michael, But I'm already did it and that is why i'm asking here. I haven't found something appropriate, only these and i´m sure these are not the things i need. 7741syscallkaio entry 7742syscall

Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Michael Schuster
On Wed, Jul 20, 2011 at 15:04, Leonid Korokh lkor...@gmail.com wrote: Thanks Michael, But I'm already did it and that is why i'm asking here. I haven't found something appropriate, only these and i´m sure these are not the things i need. do you have the appropriate privileges? Michael  7741

Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Leonid Korokh
Michael you are genius! Long working day Thank you very much. Leonid S. Korokh On Wed, Jul 20, 2011 at 5:14 PM, Michael Schuster michaelspriv...@gmail.com wrote: On Wed, Jul 20, 2011 at 15:04, Leonid Korokh lkor...@gmail.com wrote: Thanks

Re: [OpenIndiana-discuss] DTRACE io probes

2011-07-20 Thread Attila Fülöp
On 07/20/11 12:50 PM, Leonid Korokh wrote: Hello All, There was io:genunix::start (done) probes in OpenSolaris, but now in OpenIndiana these probes are gone. They are still there: $ dtrace -l -P io ID PROVIDERMODULE FUNCTION NAME 17453 io

[OpenIndiana-discuss] how does one disable zil in OI?

2011-07-20 Thread jason matthews
The evil tuning guide indicates the ZIL can be turned on/off with: echo zil_disable/W0t1 | mdb -kw echo zil_disable/W0t0 | mdb -kw this does not appear to be valid in OI. Is there a new procedure to disable ZIL? Thanks, j. ___ OpenIndiana-discuss

Re: [OpenIndiana-discuss] how does one disable zil in OI?

2011-07-20 Thread Richard Lowe
I think this got swallowed up by milek's work on making it an actual interface, try: zfs set sync=disabled dataset (other values are standard, and always) I suspect it may not have made it into the manual pages we currently have. -- Rich ___

[OpenIndiana-discuss] Networking

2011-07-20 Thread Josef 'Jeff' Sipek
I got a Thinkpad T520 which is great, but sadly it has a e1000g model that current illumos doesn't support and the Intel Link 1000 which is also unsupported. I am trying to figure out what my options are... which includes getting a cheap USB dongle for the time being. Thoughts? Jeff. -- Hegh

[OpenIndiana-discuss] jbod disk shelves with fmd fault led support

2011-07-20 Thread jason matthews
i am looking for oi friendly disk chassis that support managing the disk fault lights from fmd. i need approximately 40 units and while i have found some lsi 620js i havent found enough for my needs. excluding over priced sun gear, which shelves meet these requirements and work well? i

Re: [OpenIndiana-discuss] jbod disk shelves with fmd fault led support

2011-07-20 Thread Magnus
On Jul 20, 2011, at 8:46 PM, jason matthews wrote: i am looking for oi friendly disk chassis that support managing the disk fault lights from fmd. http://pogolinux.com/products/das_storage This stuff works with Nexenta, which is also Illumos-based. You might want to ask them about the

Re: [OpenIndiana-discuss] jbod disk shelves with fmd fault led support

2011-07-20 Thread Gary Driggs
You didn't say whether you're looking for FC or SAS but the Promise series offers both; http://www.promise.com/storage/raid_category.aspx?region=en-globalm=17sub_m=sub_m_2rsn=1statistic=VTrak I've built one out with LSI SAS cards Nexentastor but IIRC it took some work to get the drives mapped

[OpenIndiana-discuss] Knife (chef) bootstrap template for OpenIndiana.

2011-07-20 Thread Jason J. W. Williams
I've put together a bootstrap template for bootstrapping an OpenIndiana server with chef-client using Knife: https://gist.github.com/1096563 It installs Ruby 1.9 from source rather than using the Ruby 1.8 package from IPS. This is due to a bug in Ruby 1.8 that causes repeated Ohai attempts to