Re: [OpenIndiana-discuss] What package for `floatingpoint.h'

2011-10-18 Thread Jerry Kemp
402 % pkg search floatingpoint.h

INDEX  ACTION VALUE   PACKAGE
basename   file   usr/include/floatingpoint.h
pkg:/system/library/math/header-math@0.5.11-0.151.1

403 %

Jerry Kemp



On 10/18/11 10:40 PM, Harry Putnam wrote:
> I'm trying to compile a pkg called `xbindkeys'.  After installing
> guile the ./configure script seemed to find all it needed, but on
> running `make' I hit a snag pretty early on:
> (wrapped for mail)
> 
> ,
> | make  all-am
> | make[1]: Entering directory `/usr/local/src/xbindkeys-1.8.5'
> | gcc -DHAVE_CONFIG_H -I.  -g -O2 -DFORK_FLAG=1 -DGUILE_FLAG=1
> | -I/usr/include/gmp -D_REENTRANT -pthreads -I. -Wall -g -O2 -MT
> | xbindkeys.o -MD -MP -MF .deps/xbindkeys.Tpo -c -o xbindkeys.o
> | xbindkeys.c
> | 
> | In file included from /usr/include/libguile.h:67,
> |  from keys.h:23,
> |  from xbindkeys.c:30:
> | /usr/include/libguile/numbers.h:31:28: floatingpoint.h: No such file
> |   or directory
> | xbindkeys.c: In function `catch_CHLD_signal':
> | xbindkeys.c:498: warning: int format, pid_t arg (arg 2)
> | make[1]: *** [xbindkeys.o] Error 1
> | make[1]: Leaving directory `/usr/local/src/xbindkeys-1.8.5'
> | make: *** [all] Error 2
> `
> 
> I'm not good enough at ready this kind of output to know what it
> means.
> 
> Is it the missing `floatingpoint.h' that is causing the error?
> 
> Or something concerning the `warning: int format [...]
> 
> 
> Looking at the cited line numbers in:
>  /usr/include/libguile/numbers.h:31:28, I see:
> 
>   [...]
> 25  #include 
> 
> 27  #include "libguile/__scm.h"
> 28  #include "libguile/print.h"
> 
> 30  #if SCM_HAVE_FLOATINGPOINT_H
> 31  # include 
> 32  #endif
> 
> 34  #if SCM_HAVE_IEEEFP_H
> 35  # include 
> 36  #endif
>   [...]
> 
> I see some of the filenames appear in double quotes and some in
> brackets (<>).
> 
> The missing floatingpoint.h is in `<>'... does that have any
> particular significance?
> 
> 

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] What package for `floatingpoint.h'

2011-10-18 Thread Harry Putnam
I'm trying to compile a pkg called `xbindkeys'.  After installing
guile the ./configure script seemed to find all it needed, but on
running `make' I hit a snag pretty early on:
(wrapped for mail)

,
| make  all-am
| make[1]: Entering directory `/usr/local/src/xbindkeys-1.8.5'
| gcc -DHAVE_CONFIG_H -I.  -g -O2 -DFORK_FLAG=1 -DGUILE_FLAG=1
| -I/usr/include/gmp -D_REENTRANT -pthreads -I. -Wall -g -O2 -MT
| xbindkeys.o -MD -MP -MF .deps/xbindkeys.Tpo -c -o xbindkeys.o
| xbindkeys.c
| 
| In file included from /usr/include/libguile.h:67,
|  from keys.h:23,
|  from xbindkeys.c:30:
| /usr/include/libguile/numbers.h:31:28: floatingpoint.h: No such file
|   or directory
| xbindkeys.c: In function `catch_CHLD_signal':
| xbindkeys.c:498: warning: int format, pid_t arg (arg 2)
| make[1]: *** [xbindkeys.o] Error 1
| make[1]: Leaving directory `/usr/local/src/xbindkeys-1.8.5'
| make: *** [all] Error 2
`

I'm not good enough at ready this kind of output to know what it
means.

Is it the missing `floatingpoint.h' that is causing the error?

Or something concerning the `warning: int format [...]


Looking at the cited line numbers in:
 /usr/include/libguile/numbers.h:31:28, I see:

  [...]
25  #include 

27  #include "libguile/__scm.h"
28  #include "libguile/print.h"

30  #if SCM_HAVE_FLOATINGPOINT_H
31  # include 
32  #endif

34  #if SCM_HAVE_IEEEFP_H
35  # include 
36  #endif
  [...]

I see some of the filenames appear in double quotes and some in
brackets (<>).

The missing floatingpoint.h is in `<>'... does that have any
particular significance?


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] development environment

2011-10-18 Thread Harry Putnam
Are there a set of packages I should have installed to have basic
developement environment.  I don't mean developement of oi but just
the ability to do general software compiling.  The auto tools, that
are in common use now and a compiler etc.



___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] menu.lst on a machine booting into X

2011-10-18 Thread Harry Putnam
Alan Coopersmith  writes:

[...]

> There are no grub changes needed to run X.
>
>> Are there any services besides gdm that must be running to run an X
>> session?
>
> dbus, consolekit, hal, fc-cache, and a bunch of desktop-cache ones.
> (Assuming a normal gnome desktop.)

Thanks,  I managed to get X running a reboot after enabling gdm.  It
appears to be a normal gnome desktop.  Should I still be checking on
services that might need to be enabled?  It appears that starting gdm
was enough to get a gui login and what appears so far to be a normal
gnome desktop.

Does this look about right for desktop stuff:

svcs -a  |grep desk

online 19:44:41 svc:/application/desktop-cache/mime-types-cache:default
online 19:44:41 
svc:/application/desktop-cache/pixbuf-loaders-installer:default
online 19:44:42 
svc:/application/desktop-cache/desktop-mime-cache:default
online 19:44:43 
svc:/application/desktop-cache/input-method-cache:default
online 19:44:45 svc:/application/desktop-cache/gconf-cache:default
online 19:45:16 svc:/application/desktop-cache/icon-cache:default


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] menu.lst on a machine booting into X

2011-10-18 Thread Alan Coopersmith

On 10/18/11 17:35, Harry Putnam wrote:

How does a machine booting into an X session's
/rpool/boot/grub/menu.lst differ from this:

,
| title OpenIndiana Development oi_151a X86
| findroot (pool_rpool,0,a)
| bootfs rpool/ROOT/openindiana
| kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
| module$ /platform/i86pc/$ISADIR/boot_archive
`


There are no grub changes needed to run X.


Are there any services besides gdm that must be running to run an X
session?


dbus, consolekit, hal, fc-cache, and a bunch of desktop-cache ones.
(Assuming a normal gnome desktop.)

--
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] menu.lst on a machine booting into X

2011-10-18 Thread Harry Putnam
How does a machine booting into an X session's
/rpool/boot/grub/menu.lst differ from this:

,
| title OpenIndiana Development oi_151a X86
| findroot (pool_rpool,0,a)
| bootfs rpool/ROOT/openindiana
| kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS
| module$ /platform/i86pc/$ISADIR/boot_archive
`

Are there any services besides gdm that must be running to run an X
session?


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] get X working after install from text base iso

2011-10-18 Thread Harry Putnam
I installed from a recent oi-dev-151a-text-x86.iso.

That iso is apparently a server model and doesn't really expect to
have a gnome desktop... I'd sooner try to install required pkgs and
whatever else I need to do to get X running, than start over with
though desktop iso.

I followed up installing OS by installing slim_install.  I had the
notion that should have installed a basic gnome desktop.

When I say startx in my users (text console) terminal I get a nice
pure black screen, and nothing else.

Can anyone fill me in the steps one should follow to have an
accessible X desktop following installing from when user started with
oi-dev-151a-text-x86.iso?

What pkgs are required, any configurations that need to be done.. that
sort of stuff.


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Migrating from OpenSolaris snv_134

2011-10-18 Thread Grant Haidinyak
I was considering migrating from OpenSolaris snv_134 to OpenIndiana. Other
than the information on
http://wiki.openindiana.org/oi/Upgrading+from+OpenSolaris, are there any
things to look out for during the migration?

 

Thanks

 

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Question about DNS

2011-10-18 Thread Roy Sigurd Karlsbakk
Hi all

I have a server running OI with CIFS integrated in AD and it works well, except 
when certain users try to connect from DHCP leased addresses. The only 
difference I've found from these users and others, is that they use DHCP. The 
routing table is the same, etc. But then, we configured the DHCP addresses in 
DNS, so they are resolvable, forwards and backwards. I know Solaris [OI] can be 
a bit picky on DNS when it comes to NFS - is this the same with CIFS?

Now, is there a way to tell OI to just disregard or ignore DNS for connections? 
it doesn't make sens - the client is already autenticated with Kerberos and 
whatnot.

Thanks

Vennlige hilsener / Best regards

roy
--
Roy Sigurd Karlsbakk
(+47) 97542685
r...@karlsbakk.net
http://blogg.karlsbakk.net/
--
I all pedagogikk er det essensielt at pensum presenteres intelligibelt. Det er 
et elementært imperativ for alle pedagoger å unngå eksessiv anvendelse av 
idiomer med fremmed opprinnelse. I de fleste tilfeller eksisterer adekvate og 
relevante synonymer på norsk.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Problems with vboxnet0 interface

2011-10-18 Thread Ron Parker
I am moving some VM's from a Linux host to OpenIndiana 151a. They all
have 1 NAT interface and one host-only. My problem is that I cannot
connect to them from the host, nor can the client's connect to the
host. Running 'dladm show-phys' displays my vboxnet0, but it did not
show up in 'ifconfig -a'.

After a 'ipadm create-if vboxnet0', it shows up in ifconfig's output
and I was able to assign it an IP, but it still cannot communicate
with the clients. I expected that vboxnet0 would just show up and work
as it had under Linux (unless there is some long-forgotten step I took
to get it working there).

-- 
Ron

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] zone connection closed after upgrade to IO

2011-10-18 Thread cwjordanoi
Achim,

I haven't seen any particular problems with zones on OpenIndiana.  One thing to 
watch out for, if you haven't already, you will need to upgrade the zones as 
well by doing "zoneadm -z yourzonename detach" and "zoneadm -z yourzonename 
attach -u".

Chris Jordan
cwjorda...@cox.net

 Achim Wolpers  wrote: 
> 
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
> 
> Hi!
> 
> Finally I upgraded my OSol 134 to OI 152. It worked fine! But one issue
> came up: my one zone refused connection after booting IO. So I switched
> back to the OSol BE. Is this a known problem?
> 
> aw
> 

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] wine sound

2011-10-18 Thread Andrey N. Oktyabrski

On 10/18/11 06:48 PM, ken mays wrote:

Looks like the oi-sfe-encumbered repo needs a small refreshing:

*library/desktop/wine 1.3.29,5.11-0.151.1:20111015T234748Z
desktop/wine 1.3.30,5.11-0.151.1:20111015T234830Z

Thank you, 1.3.30 works well.


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Printer configuration, no manufacturers listed?

2011-10-18 Thread Daniel Kjar
ARRGHHH  on a clean install of OI 151a i had to shutdown some print 
services do a whole bunch of crap and finally got the cups webmin up and 
working but it is unstable.  On my machine that has been updated since 
solaris it is a complete CF.  Has no one else run into problems like this?


On 10/18/11 10:11 AM, Michael Schuster wrote:

On Tue, Oct 18, 2011 at 16:06, Daniel Kjar  wrote:

I have no idea.  Since you call them necessary I would assume when I updated
to 151a they would have been included in the update.  Is there a name for
these necessary packages?

I have no idea :-) I guess you've tried "pkg search print" or similar
... (can't test myself, I'm 100km from my nearest Solaris box)

HTH

On 10/18/11 09:54 AM, Michael Schuster wrote:

a guess: have you installed all necessary packages?
HTH

On Tue, Oct 18, 2011 at 15:46, Daniel Kjarwrote:

Trying to get a printer installed and when I go to the gui new print
manager
I am only offered stylus and photosmart or some crap like that with the
manufacturers box greyed out.  Any ideas?  Seems like a step backward
from
solaris




___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss




--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson









--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] wine sound

2011-10-18 Thread ken mays
Hi Andrey,

Looks like the oi-sfe-encumbered repo needs a small refreshing:

*library/desktop/wine     1.3.29,5.11-0.151.1:20111015T234748Z
desktop/wine     1.3.30,5.11-0.151.1:20111015T234830Z

Thanks,
Ken Mays




From: Andrey N. Oktyabrski 
To: Discussion list for OpenIndiana 
Sent: Tuesday, October 18, 2011 5:09 AM
Subject: [OpenIndiana-discuss] wine sound

Good day.

foobar2000 can't play anything under wine.
Is it known problem, or something is wrong in my system?

12:33 ano@thinkpot:~:$ wine .wine/drive_c/Program\ 
Files/foobar2000/foobar2000.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make sure 
that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind package of 
your distribution.
fixme:heap:HeapSetInformation 0 1 0 0
err:winmm:MMDRV_Init GetValue failed: 80030005
fixme:mmdevapi:MMDevEnum_RegisterEndpointNotificationCallback stub
fixme:oss:AudioSessionControl_RegisterAudioSessionNotification 
(13ffa0)->(928408) - stub
fixme:oss:SimpleAudioVolume_SetMasterVolume Notifications not supported yet
fixme:win:RegisterShellHookWindow (20062): stub
err:ole:CoGetClassObject class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not 
registered
err:ole:CoGetClassObject class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not 
registered
err:ole:create_server class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not 
registered
fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object {1968106d-f3b5-44cf-890e-116fcb9ecef1} 
could be created for context 0x17
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Playback",211f394): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Playback",221f4c0): stub
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=26624, 
mixpos=13600/211680 (27200/423360), primary_mixpos=34816, writepos=8192, 
mixlen=0
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=30720, 
mixpos=13600/211680 (27200/423360), primary_mixpos=8192, writepos=43008, 
mixlen=0
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? primary_done=28672, 
mixpos=13600/211680 (27200/423360), primary_mixpos=43008, writepos=14336, 
mixlen=0

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] XNV_174a and 175a

2011-10-18 Thread ken mays
Hi Ian,
Yes. Follow the procedure(s) and upgrade to xnv_175a from there. The build 
system will do much of the packaging work for you. From there you can add the 
packages to an IPS repo of your choice.

I maintain a port of the Intel 2.16.0 video driver for Solaris and oi-dev. 

As Alan mentioned, the Illumos modified kernel requires patching for true Sandy 
Bridge (and Ivy Bridge) support.

Good luck,
Ken Mays







From: Ian Johnson 
To: Discussion list for OpenIndiana 
Sent: Monday, October 17, 2011 10:53 AM
Subject: Re: [OpenIndiana-discuss] XNV_174a and 175a

Thanks for the clarification. If Xnv_175a is the first version to support
Sandy Bridge graphics, did you follow mostly the same build process for it
as for 174a? I'd like to try building it from the upstream repo.

Ian Johnson

2011/10/17 ken mays 

> Ian,
>
> Xnv_175a was the 'upstream' test build run on oi_151a. Xnv_174a is the
> current build in OI sustaining so the wiki reflects how to do the build
> using the Xnv sustaining repo for OI.
>
>
> The sustaining repos may be updated soon to reflect the latest upstream so
> this may longer be an issue.
>
> ~ Ken Mays
>
>
>
> 
> From: Ian Johnson 
> To: openindiana-discuss@openindiana.org
> Sent: Monday, October 17, 2011 8:30 AM
> Subject: [OpenIndiana-discuss] XNV_174a and 175a
>
> I just noticed an article on the OI wiki with instructions for building
> newer versions of X than the one included with oi_151a (
> http://wiki.openindiana.org/oi/Building+XNV_174a+on+oi_151a). I'm a bit
> unclear on the contents because it alternately refers to both XNV_174a and
> XNV_175a. The latest version I see in the Mercurial repository is 174a, but
> the article mentions success building 175a and suggests updating to 175a
> for
> Sandy Bridge graphics support. Does this mean Sandy Bridge graphics are not
> supported by XNV_174a? I'm interested in a laptop that comes with Intel HD
> 3000 graphics and want to explore the possibility of getting it to work
> using the instructions in this article.
>
> Thanks,
> Ian Johnson
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
> ___
> OpenIndiana-discuss mailing list
> OpenIndiana-discuss@openindiana.org
> http://openindiana.org/mailman/listinfo/openindiana-discuss
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] Printer configuration, no manufacturers listed?

2011-10-18 Thread Daniel Kjar
Trying to get a printer installed and when I go to the gui new print 
manager I am only offered stylus and photosmart or some crap like that 
with the manufacturers box greyed out.  Any ideas?  Seems like a step 
backward from solaris





___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] wine sound

2011-10-18 Thread Andrey N. Oktyabrski

Good day.

foobar2000 can't play anything under wine.
Is it known problem, or something is wrong in my system?

12:33 ano@thinkpot:~:$ wine .wine/drive_c/Program\ 
Files/foobar2000/foobar2000.exe
err:ntlm:SECUR32_initNTLMSP ntlm_auth was not found or is outdated. Make 
sure that ntlm_auth >= 3.0.25 is in your path.
err:ntlm:SECUR32_initNTLMSP Usually, you can find it in the winbind 
package of your distribution.

fixme:heap:HeapSetInformation 0 1 0 0
err:winmm:MMDRV_Init GetValue failed: 80030005
fixme:mmdevapi:MMDevEnum_RegisterEndpointNotificationCallback stub
fixme:oss:AudioSessionControl_RegisterAudioSessionNotification 
(13ffa0)->(928408) - stub

fixme:oss:SimpleAudioVolume_SetMasterVolume Notifications not supported yet
fixme:win:RegisterShellHookWindow (20062): stub
err:ole:CoGetClassObject class {1968106d-f3b5-44cf-890e-116fcb9ecef1} 
not registered
err:ole:CoGetClassObject class {1968106d-f3b5-44cf-890e-116fcb9ecef1} 
not registered
err:ole:create_server class {1968106d-f3b5-44cf-890e-116fcb9ecef1} not 
registered

fixme:ole:CoGetClassObject CLSCTX_REMOTE_SERVER not supported
err:ole:CoGetClassObject no class object 
{1968106d-f3b5-44cf-890e-116fcb9ecef1} could be created for context 0x17

fixme:avrt:AvSetMmThreadCharacteristicsW (L"Playback",211f394): stub
fixme:avrt:AvSetMmThreadCharacteristicsW (L"Playback",221f4c0): stub
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? 
primary_done=26624, mixpos=13600/211680 (27200/423360), 
primary_mixpos=34816, writepos=8192, mixlen=0

err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? 
primary_done=30720, mixpos=13600/211680 (27200/423360), 
primary_mixpos=8192, writepos=43008, mixlen=0

err:dsound:DSOUND_callback Wave queue corrupted!
err:dsound:DSOUND_MixOne Fatal error. Under/Overflow? 
primary_done=28672, mixpos=13600/211680 (27200/423360), 
primary_mixpos=43008, writepos=14336, mixlen=0


___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] Mixing zfs raids and mirrors

2011-10-18 Thread Mark

On 18/10/2011 4:51 a.m., James Carlson wrote:

Gabriele Bulfon wrote:

Hi,
I was wondering what (if any) problems I may encounter by mixing different zfs 
strategies on one pool,
with all equal disk sizes.
Examples:
- pool1: raidz1 a0 a1 a2 mirror a3 a4
- pool2: raidz1 b0 b1 b2 raidz1 b3 b4 b5 mirror b6 b7
- pool3: mirror c0 c1 mirror c2 c3 raidz c4 c5 c6
I'm just trying to balance pools performance and maximum space...
Last but not least:
- what if pool3 is actually the rpool (where system just occupies few GBytes), 
where I'll add
volumes with quotas to share? Should I keep rpool separate absolutely?
(I just don't want to miss many GB on an rpool that will just stay as it is, on 
the boot disks).


Last I checked, it wasn't possible to boot off of RAID-Z; only mirrors
were supported for boot.  As for the other part, the man page says:

  Virtual devices cannot be nested, so a mirror or raidz  vir-
  tual device can only contain files or disks. Mirrors of mir-
  rors (or other combinations) are not allowed.

If you're looking to boost RAID-Z performance, I'd suggest adding more
disks.  RAID-Z will effectively stripe the data across the available
devices, parallelizing the I/O operations.  To get better error
tolerance, use raidz2 or raidz3.

zfs will also complain if your choices are likely to impact performance 
e.g adding a 3 disk raidz to an existing 5 disk raidz.
Performance is optimal when build from the start, since data is evenly 
spread across the available space.


Mark.

___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss