Re: [OmniOS-discuss] Raidz2 autoexpand=on not working

2013-09-26 Thread Muhammad Yousuf Khan
is this a bug or result of wrong configuration, to me it seems like a bug. i notice that one of my FS set on top a pool (acipool) and that has been grown instead of base pool. Filesystem Size Used Avail Use% Mounted on rpool/ROOT/napp-it-0.9b3 27G 19G 8.3G 70% /

[OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
i have installed pkg called gcc47 i set the path to PATH=/opt/gcc-4.7.2/bin/:$PATH when i am trying to run the ./configuration it is giving me error like this. root@omni:/tmp/bwm-ng-0.6# ./configure checking for a BSD-compatible install... /usr/gnu/bin/install -c checking whether build

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
On Thu, Sep 26, 2013 at 8:25 AM, Muhammad Yousuf Khan sir...@gmail.comwrote: [ ... snip ... ] checking dependency style of gcc... gcc3 checking how to run the C preprocessor... /lib/cpp configure: error: C preprocessor /lib/cpp fails sanity check See `config.log' for more details. Did you

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Muhammad Yousuf Khan
i did, however i thought i must be doing some thing wrong as i am new to omniOS, the file is quite big in size. just sharing the proportions of error log. gcc: error: unrecognized command line option '-V' gcc: fatal error: no input files compilation terminated. configure:2667: $? = 1

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
Don't want to be too rude.. but read the error file. Don't paste it to the list and ask someone else to. It says: conftest.c:11:19: fatal error: stdio.h: No such file or directory compilation terminated. configure:3202: $? = 1 You don't have stdio.h... you need to get it. OmniOS is likely

Re: [OmniOS-discuss] file system organisation for pkg packages

2013-09-26 Thread Eric Sproul
On Wed, Sep 25, 2013 at 7:29 AM, Tobias Oetiker t...@oetiker.ch wrote: Folks, I have started to create packages for omnios and I am a bit at a loss as to packaging 'standards' ... With omnios getting more popular, I think it would be a good move to have some standards as to where things

Re: [OmniOS-discuss] compile error from binary Bwm-NG

2013-09-26 Thread Theo Schlossnagle
You need the system's stdio.h. basename file usr/include/stdio.h pkg:/system/header@0.5.11-0.151002 On Thu, Sep 26, 2013 at 10:31 AM, Muhammad Yousuf Khan sir...@gmail.comwrote: On Thu, Sep 26, 2013 at 6:39 PM, Theo Schlossnagle je...@omniti.comwrote: Don't want to be too rude..

Re: [OmniOS-discuss] file system organisation for pkg packages

2013-09-26 Thread Tobias Oetiker
Hi Eric, Today Eric Sproul wrote: On Wed, Sep 25, 2013 at 7:29 AM, Tobias Oetiker t...@oetiker.ch wrote: Folks, I have started to create packages for omnios and I am a bit at a loss as to packaging 'standards' ... With omnios getting more popular, I think it would be a good move

Re: [OmniOS-discuss] file system organisation for pkg packages

2013-09-26 Thread Michael Rasmussen
On Thu, 26 Sep 2013 10:24:46 -0400 Eric Sproul espr...@omniti.com wrote: I have tended to prefer the SysV style of /opt/app or /opt/vendor so that the entire application set is under a single top-level directory. This makes it simple to avoid conflicting with apps from other sources, which

Re: [OmniOS-discuss] file system organisation for pkg packages

2013-09-26 Thread Chris Nehren
On Thu, Sep 26, 2013 at 16:55:04 +0200, Tobias Oetiker wrote: from a system management point of view I like to have a simple rule to decide where the config is and where the 'data' is ... so keeping the application in /opt/vendor is perfect for the static part of the application ... but

Re: [OmniOS-discuss] file system organisation for pkg packages

2013-09-26 Thread Michael Rasmussen
On Thu, 26 Sep 2013 17:59:47 +0200 (CEST) Tobias Oetiker t...@oetiker.ch wrote: having shared libraries in /opt/vendor should not be much of a when compiling things with -R ... and pkg-config This is also find by me. I just love the idea of system and userland in different pools. Consider

Re: [OmniOS-discuss] Raidz2 autoexpand=on not working

2013-09-26 Thread Richard Elling
On Sep 26, 2013, at 2:41 AM, Muhammad Yousuf Khan sir...@gmail.com wrote: is this a bug or result of wrong configuration, to me it seems like a bug. i notice that one of my FS set on top a pool (acipool) and that has been grown instead of base pool. The zfs command does not show the size

Re: [OmniOS-discuss] Raidz2 autoexpand=on not working

2013-09-26 Thread Muhammad Yousuf Khan
Sorry, Adding list. Zpool status showing this it is not showing size of the pool anywhere in the output root@omni:~# zpool status acipool pool: acipool state: ONLINE scan: scrub repaired 0 in 0h32m with 0 errors on Wed Sep 25 13:41:38 2013 config: NAMESTATE READ WRITE

Re: [OmniOS-discuss] Raidz2 autoexpand=on not working

2013-09-26 Thread Richard Elling
On Sep 26, 2013, at 1:07 PM, Muhammad Yousuf Khan sir...@gmail.com wrote: ... root@omni:~# zpool list NAME SIZE ALLOC FREE EXPANDSZCAP DEDUP HEALTH ALTROOT acipool 928G 406G 522G -43% 1.00x ONLINE - rpool 37G 27.4G 9.60G -74% 1.00x