[osol-discuss] swap increase in solaris 10 - zfs

2011-02-24 Thread lakshmikanth baddam
I need to increase swap space in my solaris 10 box which has ZFS. Please suggest how to go ahead with it. below are the details.. bash-3.00# zfs list NAME USED AVAIL REFER MOUNTPOINT zfsroot 10.3G 56.7G97K /zfsroot zfsroot/ROOT 5.06G

Re: [osol-discuss] fork1() fails with ENOMEM

2011-02-24 Thread Rob McMahon
On 23/02/2011 19:34, Bill Shannon wrote: Is there an easy way to add more swap space to a system that's using zfs for swap space? I tried mkfile and swap -a but that doesn't work. This one I can answer, because I've just been through it. This worked for me swap -l swapfile

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread Orvar Korvar
Erik, What is driving my Sandybridge desire is I want to build a SunRay server for home use, also doubling as a ZFS file server, and some simple gaming. If I can replace all computers at home, with SunRays I have saved power. Say each PC uses 100 watt at idle, that could be 300Watt at idle. If

Re: [osol-discuss] swap increase in solaris 10 - zfs

2011-02-24 Thread Andre Lue
Not sure what the block size is in solaris 10 but in opensolaris it was 4k. So the following should work. Drop to run level one. zfs destroy zfsroot/swap recreate new swap zfs create -b 4096 -V 16384m zfsroot/swap Alternate method adding swap zfs create -V 14000m zfsroot/swapII add entries to

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread John Martin
On 02/24/11 06:50 AM, Orvar Korvar wrote: If I can replace all computers at home, with SunRays I have saved power. Say each PC uses 100 watt at idle, that could be 300Watt at idle. If I replace them with a SunRay server that idles at 50watt, I have saved lots of power. I want the server to

Re: [osol-discuss] swap increase in solaris 10 - zfs

2011-02-24 Thread Robert Hartzell
On Feb 23, 2011, at 1:41 AM, lakshmikanth baddam wrote: I need to increase swap space in my solaris 10 box which has ZFS. Please suggest how to go ahead with it. below are the details.. bash-3.00# zfs list NAME USED AVAIL REFER MOUNTPOINT zfsroot

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread Gary Driggs
Dual core Atom systems make for quite usable desktops -- even when playing video. Here's a Shuttle PC nettop with 40W power supply that I have in my home office with MeeGo Linux and is ready to use in 30 seconds from a full power on; http://us.shuttle.com/X350.aspx I haven't had a chance to

Re: [osol-discuss] swap increase in solaris 10 - zfs

2011-02-24 Thread Edward Ned Harvey
From: opensolaris-discuss-boun...@opensolaris.org [mailto:opensolaris- discuss-boun...@opensolaris.org] On Behalf Of lakshmikanth baddam I need to increase swap space in my solaris 10 box which has ZFS. Please suggest how to go ahead with it. bash-3.00# swap -s total: 8059568k bytes

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread ken mays
Orvar, You can actually do this today using the previous Intel integrated GPUs. The Intel GMA HD (i.e. Intel Clarkdale/Arrandale-based) series works well enough for basic 3D work with the current drivers available under OI_148a and Solaris 11 Express. As for 1080p 2D playback, Compiz, Wine

[osol-discuss] how to completely kill the process

2011-02-24 Thread ann kok
Hi I can't kill the process completely kill -9 processid It seems that it is automatically started with other process id How to completely kill the process? Thank you ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] how to completely kill the process

2011-02-24 Thread Brian Ruthven - Solaris Network Sustaining - Oracle UK
ann kok wrote: Hi I can't kill the process completely kill -9 processid It seems that it is automatically started with other process id How to completely kill the process? The process is possibly under the control of smf. Try svcs -p and look for your process / pid. There's probably a

Re: [osol-discuss] how to completely kill the process

2011-02-24 Thread Brian Utterback
On 02/24/11 11:36, ann kok wrote: Hi I can't kill the process completely kill -9 processid It seems that it is automatically started with other process id How to completely kill the process? KNothing is automatically started at the process level, something else is restarting it. So,

Re: [osol-discuss] Trying to compile SMART without libCstd and libCrun

2011-02-24 Thread Andre Lue
Reaching out to Rugrat or anyone who could help Trying to use the same switches to compile the latest smartmontools 5.40 but getting the following error. It compiles fine without the -library=no%Cstd,no%Crun switch. gmake gmake all-recursive gmake[1]: Entering directory

Re: [osol-discuss] Trying to compile SMART without libCstd and libCrun

2011-02-24 Thread Andre Lue
was truncated dev_interface.h, line 670: Error: m_list is not defined. Compilation aborted, too many Error messages. gmake[2]: *** [smartd.o] Error 1 gmake[2]: Leaving directory `/home/andre.l/smart/smartmontools-5.40' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory

Re: [osol-discuss] Authenticate against AD

2011-02-24 Thread Mike DeMarco
Check out LikeWise I have not used it but it is suppose to authenticate Solaris/linux/windows to AD. You can find it on Freshmeat. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread Orvar Korvar
Thanks for the tips, but I also need to do heavy development and run heavy calculations. So I need a beefy CPU above all. But I prefer if it has low power requirements. That is the reason Sandybridge is what I prefer. I have to wait and see how the 3D graphics driver turns out -- This

[osol-discuss] Lightpeak / Thunderbolt support coming?

2011-02-24 Thread Orvar Korvar
Anyone heard anything about USB3.0 support, or Thunderbolt support plans? -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

[osol-discuss] syseventd segmentation fault

2011-02-24 Thread Marco A. Ferreira de Almeida
Hi all, The sysevent service in my home-made NAS (recently upgraded from OpenSolaris 134 to Solaris Express 11) is not running: nas@nas:~$ svcs -xv sysevent svc:/system/sysevent:default (system event notification) State: maintenance since February 24, 2011 06:00:56 PM UTC Reason: Restarting too

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread John Martin
On 02/24/11 03:14 PM, Orvar Korvar wrote: Thanks for the tips, but I also need to do heavy development and run heavy calculations. So I need a beefy CPU above all. But I prefer if it has low power requirements. That is the reason Sandybridge is what I prefer. I have to wait and see how the

Re: [osol-discuss] Lightpeak / Thunderbolt support coming?

2011-02-24 Thread Gary
Orvar wrote: Anyone heard anything about USB3.0 support, or Thunderbolt support plans? Apple hardware is the first to market with copper Lightpeak ports so I imagine it will be some time before other operating systems begin to develop for it unless Intel has released a bunch of drivers today...?

[osol-discuss] 6 Gbps sata controller

2011-02-24 Thread Ted Johnson
Does anyone know of a good disk controller like the one mentioned in this thread: http://opensolaris.org/jive/thread.jspa?threadID=66128 That one only supports 3 Gbps, and I'm looking to use zfs with up to 32 6 Gbps sata drives. (and I don't need to pay the extra premium for a hardware RAID

Re: [osol-discuss] Would I be wasting my time with intel P4 3GBram (32bit)

2011-02-24 Thread Dmitry G. Kozhinov
I think the only noticeable limitation with 32-bit processor is amount of RAM supported. Otherwise it should be fast. -- This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread ken mays
Actually, take note that heavy calculations are offloaded to GPUs or specialized hardware nowadays. Many ways to skin something ~ Ken Mays --- On Thu, 2/24/11, Orvar Korvar knatte_fnatte_tja...@yahoo.com wrote: From: Orvar Korvar knatte_fnatte_tja...@yahoo.com Subject: Re:

Re: [osol-discuss] Another [OT] Hardware Post

2011-02-24 Thread Erik Trimble
On 2/24/2011 3:43 PM, ken mays wrote: Actually, take note that heavy calculations are offloaded to GPUs or specialized hardware nowadays. Many ways to skin something ~ Ken Mays --- On Thu, 2/24/11, Orvar Korvarknatte_fnatte_tja...@yahoo.com wrote: From: Orvar

Re: [osol-discuss] 6 Gbps sata controller

2011-02-24 Thread Roy Sigurd Karlsbakk
Does anyone know of a good disk controller like the one mentioned in this thread: http://opensolaris.org/jive/thread.jspa?threadID=66128 That one only supports 3 Gbps, and I'm looking to use zfs with up to 32 6 Gbps sata drives. (and I don't need to pay the extra premium for a hardware