Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread Richard Elling
On May 1, 2012, at 8:41 PM, Tim Dunphy wrote: hello list I have attempted to enable link aggregation on my oi 151 box using the command dladm create-aggr -d e1000g0 -d e1000g1 1 then I plumbed it with an address of 192.168.1.200 and echoed 192.168.1.1 defaultrouter I noticed that my

Re: [OpenIndiana-discuss] Shutdown that never completes

2012-05-02 Thread andre
I did some troubleshooting and came up with the following. If I have a monitor connected to my box then it always gets stuck at the syncing file systems...done message. However, if I don't have a monitor connected and I ssh to the machine, init 5 successfully shuts down the system.

Re: [OpenIndiana-discuss] Building in zones

2012-05-02 Thread Jeppe Toustrup
On Wed, May 2, 2012 at 5:54 AM, Andrew Myers li...@abmyers.com wrote: Hello, I'm trying to set up my system for building in zones as described in the documentation here: http://wiki.openindiana.org/oi/Building+in+zones I believe I've followed the instructions correctly, however I am

Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread Mark
And don't forget to configure or disable the firewall. That's what my last issue with lack of connectivity turned out to be. It may be on and blocking by default. On 2/05/2012 6:13 p.m., Richard Elling wrote: On May 1, 2012, at 8:41 PM, Tim Dunphy wrote: hello list I have attempted to

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-05-02 Thread Mark
There are two issues. The first is correct partition alignment, the second ashift value. In theory, I haven't tested this yet, manually creating the slices with a start position to sector 64 and using slices instead of whole disks for the zpool devices, and creating with an ashift of 12 may

Re: [OpenIndiana-discuss] Compiling Mosh for OI 151

2012-05-02 Thread Jonathan Adams
I've attached the diff from the original tar file to my modified version. I ran ./configure --prefix=/opt/tools CFLAGS=-m64 CXXFLAGS=-m64 LDFLAGS=-R/usr/gnu/lib/amd64 -L/usr/gnu/lib/amd64 LIBS=-lsocket -lnsl if you have protobuf installed in a non-standard location you will need to set your

Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread Tim Dunphy
Ifconfig doesn't do that. Try using the LACP related commands instead. Your output should look like like the following…notice how the ports are attached, up, in sync, not defaulted, and not expired. Ok, thanks for that. Here's what those commands you mentioned show:

Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread James Carlson
Tim Dunphy wrote: I basically left it alone overnight and when I went back to it this morning I could ping external hosts from this machine and ssh into it on that aggregated address whereas last night I could not which is why I emailed the list! :) Intermittent connectivity is a fairly good

Re: [OpenIndiana-discuss] Building in zones

2012-05-02 Thread James Carlson
Andrew Myers wrote: root@zone1:~# ifconfig -a lo0: flags=2001000849UP,LOOPBACK,RUNNING,MULTICAST,IPv4,VIRTUAL mtu 8232 index 1 inet 127.0.0.1 netmask ff00 vnic0: flags=1004843UP,BROADCAST,RUNNING,MULTICAST,DHCP,IPv4 mtu 1500 index 2 inet 10.0.0.8 netmask ff00 broadcast

[OpenIndiana-discuss] aspire D270

2012-05-02 Thread mattias
i reed the aspire D270 work with openindiana but will it work on 1 gb ram? cool! ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] aspire D270

2012-05-02 Thread Magnus
I have an Intel Atom box with 1GB of RAM. It runs several flavors of Illumos with no problems other than being a little slow. Don't plan on running it as a desktop. On May 2, 2012, at 8:27 AM, mattias wrote: i reed the aspire D270 work with openindiana but will it work on 1 gb ram? cool!

Re: [OpenIndiana-discuss] aspire D270

2012-05-02 Thread mattias
so it work? cool Magnus skrev 2012-05-02 14:49: I have an Intel Atom box with 1GB of RAM. It runs several flavors of Illumos with no problems other than being a little slow. Don't plan on running it as a desktop. On May 2, 2012, at 8:27 AM, mattias wrote: i reed the aspire D270 work with

Re: [OpenIndiana-discuss] aspire D270

2012-05-02 Thread Mark Creamer
I believe Magnus is offering that it will run with 1 GB (albeit not as a desktop). But the D270 is a netbook, so whether it will work specifically on that hardware is questionable. Why don't you load up a live CD and let us know? On Wed, May 2, 2012 at 8:51 AM, mattias m...@mjw.se wrote: so it

Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread Jason Matthews
Are you prepared for no-improvement? Ethernet link aggregation often disappoints people looking for more performance using IP. It may a reasonable effect if: 1) you are already saturating the link 2) you have sufficient number of partners and they you doing large block transfers If you

Re: [OpenIndiana-discuss] no external connectivity on link

2012-05-02 Thread Jason Matthews
Please verify that your host and switch have compatible activity settings. Compatible meaning, they are not the same ;-) I set the switch for active and the hosts for passive. You will receive inconsistent results like the host being reachable at times and unreachable at other times if they

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-05-02 Thread Richard Elling
On May 2, 2012, at 12:25 AM, Mark wrote: There are two issues. The first is correct partition alignment, the second ashift value. In theory, I haven't tested this yet, manually creating the slices with a start position to sector 64 and using slices instead of whole disks for the zpool

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-05-02 Thread Gordon Ross
On Wed, May 2, 2012 at 2:47 PM, Richard Elling richard.ell...@richardelling.com wrote: On May 2, 2012, at 12:25 AM, Mark wrote: There are two issues. The first is correct partition alignment, the second ashift value. In theory, I haven't tested this yet, manually creating the slices with a

[OpenIndiana-discuss] kernel modules

2012-05-02 Thread mattias
how to load kernel modules? ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] kernel modules

2012-05-02 Thread Ignacio Marambio Catán
modload(1M) but typically modules are loaded automagically when needed On Wed, May 2, 2012 at 4:10 PM, mattias m...@mjw.se wrote: how to load kernel modules? ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] kernel modules

2012-05-02 Thread mattias
have solaris linux support like in bsd Ignacio Marambio Catán skrev 2012-05-02 21:13: modload(1M) but typically modules are loaded automagically when needed On Wed, May 2, 2012 at 4:10 PM, mattiasm...@mjw.se wrote: how to load kernel modules? ___

Re: [OpenIndiana-discuss] kernel modules

2012-05-02 Thread Ignacio Marambio Catán
no, Solaris used to have linux branded zones but now they are pretty much dead. Use KVM or virtualbox to run a linux virtual machine if you need linux tools On Wed, May 2, 2012 at 4:15 PM, mattias m...@mjw.se wrote: have solaris linux support  like in bsd Ignacio Marambio Catán skrev 2012-05-02

Re: [OpenIndiana-discuss] kernel modules

2012-05-02 Thread James Carlson
Ignacio Marambio Catán wrote: modload(1M) but typically modules are loaded automagically when needed On Wed, May 2, 2012 at 4:10 PM, mattias m...@mjw.se wrote: how to load kernel modules? The best answer is probably to ask: what exactly are you trying to do? If you're writing your own

[OpenIndiana-discuss] vcadm

2012-05-02 Thread mattias
command not found eh? ___ OpenIndiana-discuss mailing list OpenIndiana-discuss@openindiana.org http://openindiana.org/mailman/listinfo/openindiana-discuss

Re: [OpenIndiana-discuss] vcadm

2012-05-02 Thread Robbie Crash
svcadm? On Wed, May 2, 2012 at 3:38 PM, mattias m...@mjw.se wrote: command not found eh? __**_ OpenIndiana-discuss mailing list OpenIndiana-discuss@**openindiana.orgOpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] vcadm

2012-05-02 Thread mattias
ah thanks! Robbie Crash skrev 2012-05-02 21:40: svcadm? On Wed, May 2, 2012 at 3:38 PM, mattiasm...@mjw.se wrote: command not found eh? __**_ OpenIndiana-discuss mailing list OpenIndiana-discuss@**openindiana.orgOpenIndiana-discuss@openindiana.org

Re: [OpenIndiana-discuss] Hitachi 4 TB disks + HP Microserver + OI 151 + ZFS

2012-05-02 Thread Mark
On 3/05/2012 7:07 a.m., Gordon Ross wrote: On Wed, May 2, 2012 at 2:47 PM, Richard Elling richard.ell...@richardelling.com wrote: On May 2, 2012, at 12:25 AM, Mark wrote: There are two issues. The first is correct partition alignment, the second ashift value. In theory, I haven't tested