[OpenIndiana-discuss] how to trace what stops the daemon from sleeping?

2015-06-24 Thread WarGrey Gyoudmon Ju
Hello. I am developing a web server in Racket, and it works well in MacOSX and Linux. The most weird problem is that, in OpenIndiana it does not want to sleep when idling, it just load the entire CPU core. Could you please help me to solve this problem? Thanks in advance.

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Jim Klimov
Hello all, Earlier in March I posted a patch that fixes installation of VirtualBox on non-Oracle Solaris hosts (e.g. OpenIndiana and OmniOS). Lest it be lost in the list archives, I moved the patch (now licensed as GPLv2 to match VirtualBox licensing) and an accompanying README to GitHub:

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Predrag Zecevic [Unix Systems Administrator]
Hi Jim, I was curious, so tried to test on *installed* tree (5.0.0_RC1): $ pfexec bash $ cd /opt/VirtualBox $ ls -la vboxconfig.sh -rwxr-xr-x 1 0 2 45K Jun 1 20:15 vboxconfig.sh* $ gpatch -p1 vboxconfig.sh.patch can't find file to patch at input line 10 Perhaps you used the wrong -p or

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Jim Klimov
Hello Predrag, Thanks for the feedback, I'll look into it with 5.0rc1 - I only tested across a few latest 4.3.* releases during the patch's evolution. OTOH, you used an older version (published in March) which may fail on recent OI Hipster which changed the PKG FMRI numbering scheme -

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Predrag Zecevic [Unix Systems Administrator]
Hi Jim, This was download action (from bash history): 2526 [2015-06-24 14:38:11] wget -c https://raw.githubusercontent.com/jimklimov/vboxconfig_sh/master/vboxconfig.sh.patch I took link from github site (https://github.com/jimklimov/vboxconfig_sh) Regards. On 06/24/15 04:25 PM, Jim Klimov

Re: [OpenIndiana-discuss] [OmniOS-discuss] Fix to VirtualBox installer under OI/OmniOS

2015-06-24 Thread Jim Klimov
Hello Predrag, Thanks for bringing that bit to my attention - now the same patch is reorganized (on GitHub) to suffice for both 4.3.28 and 5.0rc1 versions of vboxconfig.sh. Jim ___ openindiana-discuss mailing list

Re: [OpenIndiana-discuss] Using OI-userland to develop software

2015-06-24 Thread bentahyr
Merci Aurélien, Thanks for the explanations. I found a way to get what I wanted, now I can start the real thing and I fell into something quite interesting. --- output -- During compilation of code I fall onto the error : /usr/include/signal.h:144:1: error: unknown type name

Re: [OpenIndiana-discuss] Cygwin cp from Windows client does not preserve permissions

2015-06-24 Thread Andrew Martin
- Original Message - From: Bob Friesenhahn bfrie...@simple.dallas.tx.us To: Discussion list for OpenIndiana openindiana-discuss@openindiana.org Sent: Tuesday, June 23, 2015 6:06:47 PM Subject: Re: [OpenIndiana-discuss] Cygwin cp from Windows client does not preserve permissions On

Re: [OpenIndiana-discuss] Cygwin cp from Windows client does not preserve permissions

2015-06-24 Thread Bob Friesenhahn
On Wed, 24 Jun 2015, Andrew Martin wrote: I wasn't able to find any documentation on Cygwin extensions to deal with ACLs - did you have a particular utility in mind for this? I suggest reading the Cygwin user guide at https://cygwin.com/cygwin-ug-net/cygwin-ug-net.html;. ACLs are addressed

Re: [OpenIndiana-discuss] how to trace what stops the daemon from sleeping?

2015-06-24 Thread Bob Friesenhahn
On Wed, 24 Jun 2015, WarGrey Gyoudmon Ju wrote: Hello. I am developing a web server in Racket, and it works well in MacOSX and Linux. The most weird problem is that, in OpenIndiana it does not want to sleep when idling, it just load the entire CPU core. Could you please help me to solve this