Re: [OmniOS-discuss] kvm networking

2015-06-10 Thread Graham Stephens
Thanks Dominik, that fits with the way it worked best during my experimentation. The unix socket is a good idea, I had wondered how to get round that. It turns out that my issue was a complete newb one - I used tcpdump from within the guest and found the packets were reaching the OS after all.

Re: [OmniOS-discuss] Wiki change

2015-06-10 Thread Graham Stephens
Using dsk for kvm seems to be working for me so far, but I've nothing to compare it with - some of the other guys thought there may be a performance penalty? On 10/06/2015 08:23, Nikola M wrote: On 06/ 3/15 01:17 PM, Graham Stephens wrote: Note that

Re: [OmniOS-discuss] Zpool export while resilvering?

2015-06-10 Thread Schweiss, Chip
On Wed, Jun 10, 2015 at 4:09 AM, Robert A. Brock robert.br...@2hoffshore.com wrote: What did you use to flash them? Fwflash just gives an error about firmware file being too large. Santools. -Chip *From:* Schweiss, Chip [mailto:c...@innovates.com] *Sent:* 09 June 2015 21:25 *To:*

Re: [OmniOS-discuss] Wiki change

2015-06-10 Thread Nikola M
On 06/ 3/15 01:17 PM, Graham Stephens wrote: I am going off the Oracle docs here: http://docs.oracle.com/cd/E19253-01/819-5461/gbebi/index.html which state: Note that adding a raw volume to a zone has implicit security risks, even if the volume doesn't correspond to a physical device. In

Re: [OmniOS-discuss] FiFo on OmniOS

2015-06-10 Thread Dan McDonald
On Jun 8, 2015, at 5:01 PM, Heinz Nikolaus Gies he...@licenser.net wrote: Hi Stevan, yap I suppose that would be great but I haven’t yet figured out the ipgk build system (any help appreciated ;). For now it’s manual compilation on OmniOS (not as horrible as it sounds!) or using a

Re: [OmniOS-discuss] ipadm failing after first zone boot

2015-06-10 Thread Dan McDonald
On Jun 6, 2015, at 4:45 PM, Heinz Nikolaus Gies he...@licenser.net wrote: I noticed some rather odd behavior, to set up networking I use the following commands: [GZ] dladm create-vnic -l bge0 net4 -p allowed-ips=10.0.0.111/32 (do zone creation wait until svc has reached

Re: [OmniOS-discuss] Hello bloody folks! Check out preliminary gcc5.1 support

2015-06-10 Thread Dan McDonald
On Jun 8, 2015, at 10:46 AM, Eric Sproul eric.spr...@circonus.com wrote: On Fri, Jun 5, 2015 at 3:46 PM, Dan McDonald dan...@omniti.com wrote: Any code-minded people in the community should have a look at the above webrev, and tell me what you think. Unlike the last compiler change done

Re: [OmniOS-discuss] Zpool export while resilvering?

2015-06-10 Thread Robert A. Brock
What did you use to flash them? Fwflash just gives an error about firmware file being too large. From: Schweiss, Chip [mailto:c...@innovates.com] Sent: 09 June 2015 21:25 To: Robert A. Brock Cc: omnios-discuss Subject: Re: [OmniOS-discuss] Zpool export while resilvering? I went through this

Re: [OmniOS-discuss] Hello bloody folks! Check out preliminary gcc5.1 support

2015-06-10 Thread Eric Sproul
On Wed, Jun 10, 2015 at 8:46 AM, Dan McDonald dan...@omniti.com wrote: On Jun 8, 2015, at 10:46 AM, Eric Sproul eric.spr...@circonus.com wrote: On Fri, Jun 5, 2015 at 3:46 PM, Dan McDonald dan...@omniti.com wrote: Any code-minded people in the community should have a look at the above

Re: [OmniOS-discuss] bug in powertop

2015-06-10 Thread Bob Friesenhahn
On Tue, 9 Jun 2015, Zach Malone wrote: This sounds like a libc or kernel change, but I can't imagine why it would show up on both 012 and 014. Maybe someone with a working build environment can dig further? I have read that powertop uses DTrace probes under Illumos. Does it link against a

Re: [OmniOS-discuss] bug in powertop

2015-06-10 Thread Michael Rasmussen
On Wed, 10 Jun 2015 09:34:03 -0500 (CDT) Bob Friesenhahn bfrie...@simple.dallas.tx.us wrote: I have read that powertop uses DTrace probes under Illumos. Does it link against a dtrace library? Has the interface changed? If it is linked dynamically to DTrace then you shouldn't see a

Re: [OmniOS-discuss] bug in powertop

2015-06-10 Thread Peter Tribble
On Tue, Jun 9, 2015 at 4:45 PM, Michael Rasmussen m...@miras.org wrote: Hi all, Anybody able to start powertop using some of the available options? root@nas:/root# powertop -d 1 Segmentation Fault (core dumped) Oh, that's bad. Look at:

Re: [OmniOS-discuss] bug in powertop

2015-06-10 Thread Michael Rasmussen
On Wed, 10 Jun 2015 17:04:20 +0100 Peter Tribble peter.trib...@gmail.com wrote: Delete that line in powertop.c and all should be well. Do I need to build the entire illumos-gate to recompile powertop? (I get the following as well: powertop: failed to compile P-states (frequencies) program

Re: [OmniOS-discuss] ipadm failing after first zone boot

2015-06-10 Thread Heinz Nikolaus Gies
On Jun 10, 2015, at 14:36, Dan McDonald dan...@omniti.com wrote: On Jun 6, 2015, at 4:45 PM, Heinz Nikolaus Gies he...@licenser.net wrote: I noticed some rather odd behavior, to set up networking I use the following commands: [GZ] dladm create-vnic -l bge0 net4 -p