[OpenIndiana-discuss] intermittent network? (rge device)

2012-06-17 Thread ramble1035 @dslextreme.com
I've got a small PC with two rge networking interfaces (one on the
motherboard, one on a separate pcie card).  I'm seeing some
intermittently flakey behavior, where the network just stops talking.
Looking at it seems to indicate things are alive and well, and my
internal LAN switch shows a hardware connection but no activity.

This last episode, I experienced:
a completely unresponsive local net connection on rge0
ifconfig showed correct values (possibly left over from when it *was* working)
ping out got nothing
ping in got request timeouts and no route to host errors
the other network interface worked fine
netstat -r  produced (eventually) a routing table with a correct
default route, but it took a while.

a reboot produced a "failure to plumb rge0" message on the console

a physical power cycle brought everything up just fine.  It's all
currently working as expected.

Has anyone experienced intermittent network outages?  Is it possible
there are some issues with the rge driver?  Are there any things I can
try to identify an error condition and/or reset the network by hand?

Thanks -

-- C

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


Re: [OpenIndiana-discuss] Massive numbers of man files missing on 151a4

2012-05-06 Thread ramble1035 @dslextreme.com
I see lots of output from "pkg fix", but it all seems to be
complaining about missing license files.  And there are 1216 files in
/usr/share/man/man1.

It looks like there's something else going on.

  -- C

(My system is a new install from distribution of 151a with immediate updates.)


On Sun, May 6, 2012 at 6:42 AM, Hans J. Albertsson
 wrote:
> After updating to OI151a4 using updatemanager, I find most manual files in
> man1 missing!
>
> Is this my own faulty management practices, or has anyone else seen the
> same?
>
> pfexec pkg fix
>
> lists tons of missing man1 files
>
> ___
> 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] pkg gets a python error?

2012-05-05 Thread ramble1035 @dslextreme.com
I did a little searching in the archives but didn't see this mentioned...

I just installed the latest distributed release of OI on an HP box (in
other words, downloaded the 151a distribution image, installed it, and
ran the upgrade manager).  All looks good.

Then I created a couple of zones and, intending to use one of them as
a web server, tried to install the AMP package in the zone.  According
to the docs, we're looking at full-root zones, and to add a package in
a zone, you login to the zone and add it.

Unfortunately, any pkg invocation gets an error with a missing library.


root@oihp-web:~# pkg list
Traceback (most recent call last):
  File "/usr/bin/pkg", line 45, in 
import pkg.client.api as api
  File "/usr/lib/python2.6/vendor-packages/pkg/client/api.py", line
34, in 
import pkg.client.image as image
  File "/usr/lib/python2.6/vendor-packages/pkg/client/image.py", line
31, in 
import pkg.client.imageconfig   as imageconfig
  File "/usr/lib/python2.6/vendor-packages/pkg/client/imageconfig.py",
line 16, in 
import pkg.client.publisher as publisher
  File "/usr/lib/python2.6/vendor-packages/pkg/client/publisher.py",
line 24, in 
import pycurl
ImportError: ld.so.1: isapython2.6: fatal: libcurl.so.3: open failed:
No such file or directory


Obviously I could manually add the library, but - is this the only
thing missing?  Is this a known issue?  Is there a better workaround?

Thanks -

  -- Chris

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