Re: [osol-discuss] Moving hard drive to new machine

2009-07-31 Thread Anon Y Mous
Another option is that you could just move the beadm from one server to another using the "zfs send" command like this: http://blogs.sun.com/migi/entry/broken_opensolaris_never -- This message posted from opensolaris.org ___ opensolaris-discuss mailing

Re: [osol-discuss] running benchmark hard locks opensolaris

2009-07-31 Thread Scott N.
No blogs. Hopefully posting here was enough. Anyway, for developers still checking here; I have narrowed down the insane performance boost to infact happened between SNV_117 and 118. -- This message posted from opensolaris.org ___ opensolaris-discuss m

Re: [osol-discuss] OpenSolaris Laptops: last day for free shipping and rebate?

2009-07-31 Thread Mike Stevenson
I ordered mine on July 24th and it just shipped yesterday (from CHINA?!?!? fedex shows). I'm looking forward to it getting here next week and couldn't pass up the rebate/free shipping deal (cheaper then buying it from Toshiba directly by a long shot and it comes with the NVIDIA card). I have a ne

[osol-discuss] OpenSolaris Laptops: last day for free shipping and rebate?

2009-07-31 Thread Anon Y Mous
I think today is the last day to get free shipping and a $100 rebate on the Toshiba OpenSolaris laptops: http://www.opensolaris.com/toshibanotebook/ http://www.shopopensolaris.com/suntoshiba/home.htm I think I'm going to get the Tecra M10. I think all of the bugs that 2008.11 used to have with

Re: [osol-discuss] Moving hard drive to new machine

2009-07-31 Thread Jim Klimov
I'd expect HBA driver changes, disk numbering (cXtXdX) and stuff like that. For this you should add packages with drivers relevant to the new hardware, before moving the disk - if you don't have a huge End-User cluster, that is. You'd probably have to "touch /reconfigure" in order to recreate the

Re: [osol-discuss] Looking to limit SSH brute force connections

2009-07-31 Thread Sean Davis
I ended up changing the SSH port to a non-standard port; this reduced such attacks to nearly 0. On Fri, Jul 31, 2009 at 11:54 AM, Tim Evans wrote: > Take a look at denyhosts (http://denyhosts.sourceforge.net/) > -- > This message posted from opensolaris.org >

[osol-discuss] Reminder: Site down on 8/3 - 5 AM PT for website transition

2009-07-31 Thread Derek Cicero
opensolaris.org will be down for about 4 hours on Monday, August 3 from 5 a.m. PDT as we implement Phase 1 of the website transition to make Auth live. All web-facing services on opensolaris.org will be unavailable at various times during the 4 hour period. We will send an announcement when the

Re: [osol-discuss] Looking to limit SSH brute force connections

2009-07-31 Thread Tim Evans
Take a look at denyhosts (http://denyhosts.sourceforge.net/) -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] auto mount nfs shares

2009-07-31 Thread Oscar del Rio
Harry Putnam wrote: # ls -ld /projects drwxr-sr-x 9 1000 wheel 12 2009-07-24 15:37 /projects My user has UID 1000 and belongs to group `wheel' on both localhost and remotehost, but yet is not able to write to the automounted share. Are you sure the user ("reader") is defined on the clien

Re: [osol-discuss] How to "mirror" an entire zfs pool to another pool

2009-07-31 Thread Jim Klimov
Actually that would be a recursive "zfs snapshot", then a recursive "zfs send" of the pool's root dataset. However if you also want to carry over all the history of snapshots, you'd probably have to write a short script to list all snapshots and clones and "zfs send/recv" them in correct or

Re: [osol-discuss] Opensolaris 11 32bit installed SUNWswmt without patchadd command

2009-07-31 Thread Hemantha Holla
jie fang wrote: I checked 64bit, it has patchadd command, why 32bit has no? I use the osol-0906-x86.iso. And install on line won't resolve the issue. It is an urgent issue, as I need it work with our product. OpenSolaris uses a different packaging system, IPS from Solaris 10's SVR4 packaging