Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Paolo Marcheschi
Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:

> My clean install 151a box (installed a few weeks ago) alerted me to 760
> updates available today.  My upgrade box (sl-opensol-oi) says no updates
> available.  Is there something residual that is stopping updates from being
> 'recognized'?
>
>
>
>
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] fault-tolerant distributed file systems

2011-11-01 Thread johannes amorosa
I'm not an expert but maybe xtreemfs has all your features.
Didn't Test it yet on oi.
Johannes

Quote From xtreemfs Mailinglist:

Hi Johannes,

the servers should run on Solaris and Solaris-like platforms without any
problems, as they do not have any major requirements except for a JVM. As
for the client, the main problem used to be that Solaris does not come with
FUSE. That's why we never planned on officially providing a client port.

If FUSE, Boost, etc. are available on OpenIndiana, it might be possible to
compile it. If you come across any particular problems, feel free to send
us the build logs.
On Oct 31, 2011 11:47 PM, "Geoff Nordli"  wrote:

> On Mon, Oct 31, 2011 at 3:05 PM, Jeppe Toustrup 
> wrote:
> > On Mon, Oct 31, 2011 at 22:04, Geoff Nordli  wrote:
> >> I am looking for a fault-tolerant distributed file system to store
> >> medium sized files (150MB-4GB) which can scale across 100s of servers
> >> and keep N replicas of each file.
> >
> > You say you need a file system, does that have to be a POSIX
> > compatible file system (ie. mountable) or do you just need to store
> > some files?
> > If you just need to store some files, you could have a look at Hadoop
> > or more specifically HDFS (Hadoop Distributed File System), which
> > consists of java daemons which can synchronize files around for you
> > and manage all the redundancy. Libraries exists for all kinds of
> > languages to hook into the system, so there should be something which
> > could fit into your needs.
> >
>
> It needs to be a mountable file system.
>
> thanks,
>
> Geoff
>
> ___
> 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


Re: [OpenIndiana-discuss] fault-tolerant distributed file systems

2011-11-01 Thread Paolo Marcheschi
HDFS can be mounted:
http://wiki.apache.org/hadoop/MountableHDFS

Another project worth trying i think is :
http://code.google.com/p/kosmosfs/

Paolo

On Mon, Oct 31, 2011 at 11:47 PM, Geoff Nordli  wrote:

> On Mon, Oct 31, 2011 at 3:05 PM, Jeppe Toustrup 
> wrote:
> > On Mon, Oct 31, 2011 at 22:04, Geoff Nordli  wrote:
> >> I am looking for a fault-tolerant distributed file system to store
> >> medium sized files (150MB-4GB) which can scale across 100s of servers
> >> and keep N replicas of each file.
> >
> > You say you need a file system, does that have to be a POSIX
> > compatible file system (ie. mountable) or do you just need to store
> > some files?
> > If you just need to store some files, you could have a look at Hadoop
> > or more specifically HDFS (Hadoop Distributed File System), which
> > consists of java daemons which can synchronize files around for you
> > and manage all the redundancy. Libraries exists for all kinds of
> > languages to hook into the system, so there should be something which
> > could fit into your needs.
> >
>
> It needs to be a mountable file system.
>
> thanks,
>
> Geoff
>
> ___
> 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


Re: [OpenIndiana-discuss] fault-tolerant distributed file systems

2011-11-01 Thread Paolo Marcheschi

That's interesting,
latest boost libraries compiles fine on Openindiana, and fuse is present 
also (pkg install libfuse).


I tried to compile the client but it needs the libattr, that is missing.

Paolo


Il 11/1/11 8:58 AM, johannes amorosa ha scritto:

I'm not an expert but maybe xtreemfs has all your features.
Didn't Test it yet on oi.
Johannes

Quote From xtreemfs Mailinglist:

Hi Johannes,

the servers should run on Solaris and Solaris-like platforms without any
problems, as they do not have any major requirements except for a JVM. As
for the client, the main problem used to be that Solaris does not come with
FUSE. That's why we never planned on officially providing a client port.

If FUSE, Boost, etc. are available on OpenIndiana, it might be possible to
compile it. If you come across any particular problems, feel free to send
us the build logs.
On Oct 31, 2011 11:47 PM, "Geoff Nordli"  wrote:


On Mon, Oct 31, 2011 at 3:05 PM, Jeppe Toustrup
wrote:

On Mon, Oct 31, 2011 at 22:04, Geoff Nordli  wrote:

I am looking for a fault-tolerant distributed file system to store
medium sized files (150MB-4GB) which can scale across 100s of servers
and keep N replicas of each file.

You say you need a file system, does that have to be a POSIX
compatible file system (ie. mountable) or do you just need to store
some files?
If you just need to store some files, you could have a look at Hadoop
or more specifically HDFS (Hadoop Distributed File System), which
consists of java daemons which can synchronize files around for you
and manage all the redundancy. Libraries exists for all kinds of
languages to hook into the system, so there should be something which
could fit into your needs.


It needs to be a mountable file system.

thanks,

Geoff




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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Daniel Kjar
having difficulty unsetting a preferred publisher... anyone know the 
command for pkg?


On 11/ 1/11 03:40 AM, Paolo Marcheschi wrote:

Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:


My clean install 151a box (installed a few weeks ago) alerted me to 760
updates available today.  My upgrade box (sl-opensol-oi) says no updates
available.  Is there something residual that is stopping updates from being
'recognized'?





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


--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Daniel Kjar
hmm... I have now disabled all publishers but openindiana/dev but still 
no updates found.  Is there something that was updated recently that I 
could verify with?


On 11/ 1/11 03:40 AM, Paolo Marcheschi wrote:

Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:


My clean install 151a box (installed a few weeks ago) alerted me to 760
updates available today.  My upgrade box (sl-opensol-oi) says no updates
available.  Is there something residual that is stopping updates from being
'recognized'?





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


--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




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


[OpenIndiana-discuss] List of installed pkgs begining with pkg:/

2011-11-01 Thread Harry Putnam
How can I get a list of installed pkgs that begin with pkg:/[...]

I'm trying to match one OS to another with more installed pkgs. I
thought I could just do:
pkg list > installed_mach1
pkg list > installed_mach2

Diff the lists and have the pkg names.

But as many of you will know... `pkg list' doesn't output pkgs by
listing them as pkg:/[whatever]

Instead it is a list of each installed tool.  For example: vim and
gvim are in the same pkg but in `pkg list' output it is two different
lines, even though its the same pkg.  I think there are some where
several lines would really be all one pkg.

I thought maybe something like:

   pkg list |awk '{print $2}' |uniq sort -o uniq_installed

But then you'd have to go back and do a pkg search on each string to
get the full pkg name.

I bet there is some nifty way to do this:

Get a handy list of installed pkgs on one machine, in a format that
could be fed to `pkg install' on another OS, so as to end up with all
the same stuff installed on both machines.

Am I just making things hard... and there is some simple way?

Anyone know how this might be done?


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


Re: [OpenIndiana-discuss] List of installed pkgs begining with pkg:/

2011-11-01 Thread Oscar del Rio

On 11/ 1/11 09:33 AM, Harry Putnam wrote:

How can I get a list of installed pkgs that begin with pkg:/[...]

I thought maybe something like:

pkg list |awk '{print $2}' |uniq sort -o uniq_installed



How about 'pkg info'?

pkg info | awk '/pkg:/ { print $2 }'

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


Re: [OpenIndiana-discuss] List of installed pkgs begining with pkg:/

2011-11-01 Thread Alan Coopersmith

On 11/01/11 06:33, Harry Putnam wrote:

But as many of you will know... `pkg list' doesn't output pkgs by
listing them as pkg:/[whatever]

Instead it is a list of each installed tool.  For example: vim and
gvim are in the same pkg but in `pkg list' output it is two different
lines, even though its the same pkg.  I think there are some where
several lines would really be all one pkg.


No, they are installed as separate packages, and including the pkg:/
prefix would give you the same list:

http://pkg.openindiana.org/dev-il/info/0/editor%2Fvim%407.2.308%2C5.11-0.151.1%3A20110912T022847Z

http://pkg.openindiana.org/dev-il/info/0/editor%2Fgvim%407.2.308%2C5.11-0.151.1%3A20110912T022854Z

(This package is split up like this so you can have vim installed on
 a minimized server without gvim bringing in the entire gtk2/x11
 library stack for its dependencies.)

--
-Alan Coopersmith-alan.coopersm...@oracle.com
 Oracle Solaris Platform Engineering: X Window System


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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Paolo Marcheschi

Hi
I think you have to uninstall some packages that belongs to opensolaris, 
and replace with the packages  from openindiana.

also do not forget to make a
pkg refresh --full
pkg update

Useful also the SFE repos
Paolo

Il 11/1/11 1:58 PM, Daniel Kjar ha scritto:
hmm... I have now disabled all publishers but openindiana/dev but 
still no updates found.  Is there something that was updated recently 
that I could verify with?


On 11/ 1/11 03:40 AM, Paolo Marcheschi wrote:

Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:


My clean install 151a box (installed a few weeks ago) alerted me to 760
updates available today.  My upgrade box (sl-opensol-oi) says no 
updates
available.  Is there something residual that is stopping updates 
from being

'recognized'?





___
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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Daniel Kjar

Ahhh... that makes sense.

On 11/ 1/11 11:24 AM, Paolo Marcheschi wrote:

Hi
I think you have to uninstall some packages that belongs to 
opensolaris, and replace with the packages  from openindiana.

also do not forget to make a
pkg refresh --full
pkg update

Useful also the SFE repos
Paolo

Il 11/1/11 1:58 PM, Daniel Kjar ha scritto:
hmm... I have now disabled all publishers but openindiana/dev but 
still no updates found.  Is there something that was updated recently 
that I could verify with?


On 11/ 1/11 03:40 AM, Paolo Marcheschi wrote:

Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:

My clean install 151a box (installed a few weeks ago) alerted me to 
760
updates available today.  My upgrade box (sl-opensol-oi) says no 
updates
available.  Is there something residual that is stopping updates 
from being

'recognized'?





___
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


--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




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


Re: [OpenIndiana-discuss] List of installed pkgs begining with pkg:/

2011-11-01 Thread Harry Putnam
Oscar del Rio  writes:

> On 11/ 1/11 09:33 AM, Harry Putnam wrote:
>> How can I get a list of installed pkgs that begin with pkg:/[...]
>>
>> I thought maybe something like:
>>
>> pkg list |awk '{print $2}' |uniq sort -o uniq_installed
>>
>
> How about 'pkg info'?
>
> pkg info | awk '/pkg:/ { print $2 }'

Nice... yes this looks good.


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


Re: [OpenIndiana-discuss] List of installed pkgs begining with pkg:/

2011-11-01 Thread Harry Putnam
Alan Coopersmith  writes:

> No, they are installed as separate packages, and including the pkg:/
> prefix would give you the same list:
>
> http://pkg.openindiana.org/dev-il/info/0/editor%2Fvim%407.2.308%2C5.11-0.151.1%3A20110912T022847Z
>
> http://pkg.openindiana.org/dev-il/info/0/editor%2Fgvim%407.2.308%2C5.11-0.151.1%3A20110912T022854Z

Oh, thanks for the correction.. that does make a lot more sense.


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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Daniel Kjar
is there someway to determine what those 'some packages' belonging to 
opensolaris are?


On 11/ 1/11 11:24 AM, Paolo Marcheschi wrote:

Hi
I think you have to uninstall some packages that belongs to 
opensolaris, and replace with the packages  from openindiana.

also do not forget to make a
pkg refresh --full
pkg update

Useful also the SFE repos
Paolo

Il 11/1/11 1:58 PM, Daniel Kjar ha scritto:
hmm... I have now disabled all publishers but openindiana/dev but 
still no updates found.  Is there something that was updated recently 
that I could verify with?


On 11/ 1/11 03:40 AM, Paolo Marcheschi wrote:

Hi
Maybe you have a mix of package Solaris/osolaris/openindiana that
is stopping the update, due to conflicts.
try to  remove solaris and Opensolaris packages.

Paolo

On Mon, Oct 31, 2011 at 8:12 PM, Daniel Kjar  wrote:

My clean install 151a box (installed a few weeks ago) alerted me to 
760
updates available today.  My upgrade box (sl-opensol-oi) says no 
updates
available.  Is there something residual that is stopping updates 
from being

'recognized'?





___
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


--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Michael Schuster
On Tue, Nov 1, 2011 at 18:43, Daniel Kjar  wrote:
> is there someway to determine what those 'some packages' belonging to
> opensolaris are?

'pkg list -v' might help you there ...

HTH
Michael
-- 
Michael Schuster
http://recursiveramblings.wordpress.com/

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


Re: [OpenIndiana-discuss] e2fsprogs header file bug

2011-11-01 Thread Andrey N. Oktyabrski

More about e2fsprogs. Now from the pkgsrc. There is a same bug as here:
http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=45499

Is it correct to expect ifr_hwaddr member in ifreq structure if 
SIOCGIFHWADDR defined?


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


Re: [OpenIndiana-discuss] update manager updates...

2011-11-01 Thread Daniel Kjar

Thanks!

Nothing there looks particularly important...  well important enough to 
scuttle the detection of updates...
pkg://opensolaris.org/SUNWj6cfg@0.5.11,5.11-0.133:20100216T080437Z 
installed  --r--
pkg://opensolaris.org/SUNWj6dev@0.5.11,5.11-0.133:20100216T080447Z 
installed  --r--
pkg://opensolaris.org/SUNWj6dmo@0.5.11,5.11-0.133:20100216T080456Z 
installed  --r--
pkg://opensolaris.org/SUNWj6dmx@0.5.11,5.11-0.133:20100216T080507Z 
installed  --r--
pkg://opensolaris.org/SUNWj6dvx@0.5.11,5.11-0.133:20100216T080517Z 
installed  --r--
pkg://opensolaris.org/SUNWj6man@0.5.11,5.11-0.133:20100216T080542Z 
installed  --r--
pkg://opensolaris.org/SUNWj6rt@0.5.11,5.11-0.133:20100216T080552Z 
installed  --r--
pkg://opensolaris.org/SUNWj6rtx@0.5.11,5.11-0.133:20100216T080605Z 
installed  --r--
pkg://opensolaris.org/developer/netbeans/plugin/nb-dtrace@1.0,5.11-0.111:20090418T200132Z 
installed  -
pkg://opensolaris.org/developer/sunstudio@12.1.1,5.11-0.111:20100306T002234Z 
installed  -
pkg://opensolaris.org/developer/sunstudio12u1@12.1.1,5.11-0.111:20100306T002245Z 
installed  -
pkg://opensolaris.org/libnb-apisupport@6.7,5.11-0.111:20090730T010508Z 
installed  -
pkg://opensolaris.org/libnb-cnd@6.7,5.11-0.111:20090730T010510Z  
installed  -
pkg://opensolaris.org/libnb-dlight@6.7,5.11-0.111:20090730T010516Z 
installed  -
pkg://opensolaris.org/libnb-enterprise@6.7,5.11-0.111:20090730T010519Z 
installed  -
pkg://opensolaris.org/libnb-ergonomics@6.7,5.11-0.111:20090730T010535Z 
installed  -
pkg://opensolaris.org/libnb-groovy@6.7,5.11-0.111:20090730T010541Z 
installed  -
pkg://opensolaris.org/libnb-ide@6.7,5.11-0.111:20090730T010543Z  
installed  -
pkg://opensolaris.org/libnb-identity@6.7,5.11-0.111:20090730T010558Z 
installed  -
pkg://opensolaris.org/libnb-java@6.7,5.11-0.111:20090730T010559Z 
installed  -
pkg://opensolaris.org/libnb-php@6.7,5.11-0.111:20090730T010613Z  
installed  -
pkg://opensolaris.org/libnb-platform@6.7,5.11-0.111:20090730T010616Z 
installed  -
pkg://opensolaris.org/libnb-profiler@6.7,5.11-0.111:20090730T010621Z 
installed  -
pkg://opensolaris.org/libnb-ruby@6.7,5.11-0.111:20090730T010625Z 
installed  -
pkg://opensolaris.org/libnb-webcommon@6.7,5.11-0.111:20090730T010715Z 
installed  -
pkg://opensolaris.org/libnb-websvccommon@6.7,5.11-0.111:20090730T010716Z 
installed  -
pkg://opensolaris.org/netbeans@6.7,5.11-0.111:20090730T010718Z   
installed  -
pkg://opensolaris.org/netbeans-desktop@6.7,5.11-0.111:20090730T010720Z 
installed  -
pkg://opensolaris.org/netbeans-full@6.7,5.11-0.111:20090730T010721Z 
installed  -
pkg://opensolaris.org/netbeans-ide@6.7,5.11-0.111:20090730T010722Z 
installed  -
pkg://opensolaris.org/netbeans-incorporation@6.7,5.11-0.111:20090730T010725Z 
installed  -
pkg://opensolaris.org/release/getting-started@0.5.11,5.11-0.134:20100302T043622Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/de@0.5.11,5.11-0.134:20100302T043633Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/es@0.5.11,5.11-0.134:20100302T043644Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/extra@0.5.11,5.11-0.134:20100302T043655Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/fr@0.5.11,5.11-0.134:20100302T043706Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/it@0.5.11,5.11-0.134:20100302T043717Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/ja@0.5.11,5.11-0.134:20100302T043728Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/ko@0.5.11,5.11-0.134:20100302T043739Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/pt_br@0.5.11,5.11-0.134:20100302T043750Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/ru@0.5.11,5.11-0.134:20100302T043801Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/sv@0.5.11,5.11-0.134:20100302T043811Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/zh_cn@0.5.11,5.11-0.134:20100302T043822Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/zh_hk@0.5.11,5.11-0.134:20100302T043833Z 
installed  -
pkg://opensolaris.org/release/getting-started/locale/zh_tw@0.5.11,5.11-0.134:20100302T043844Z 
installed  -





On 11/ 1/11 01:46 PM, Michael Schuster wrote:

pkg list -v


--
Dr. Daniel Kjar
Assistant Professor of Biology
Division of Mathematics and Natural Sciences
Elmira College
1 Park Place
Elmira, NY 14901
607-735-1826
http://faculty.elmira.edu/dkjar

"...humans send their young men to war; ants send their old ladies"
-E. O. Wilson




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


Re: [OpenIndiana-discuss] fault-tolerant distributed file systems

2011-11-01 Thread Geoff Nordli
On Tue, Nov 1, 2011 at 4:52 AM, Paolo Marcheschi
 wrote:
> That's interesting,
> latest boost libraries compiles fine on Openindiana, and fuse is present
> also (pkg install libfuse).
>
> I tried to compile the client but it needs the libattr, that is missing.
>
> Paolo
>


Which client did you try to compile, the extremefs one?

thanks,

Geoff

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


Re: [OpenIndiana-discuss] fault-tolerant distributed file systems

2011-11-01 Thread Geoff Nordli
On Tue, Nov 1, 2011 at 12:58 AM, Paolo Marcheschi
 wrote:
> HDFS can be mounted:
> http://wiki.apache.org/hadoop/MountableHDFS
>

Hi Paolo.

Have you used the HDFS fuse client?

thanks,

Geoff

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


[OpenIndiana-discuss] Cannot log in to machine

2011-11-01 Thread Matt Connolly
Hi,

My OpenIndiana machine has been running great on oi151 for ages. Just today, I 
can't log in to the machine, at the gdm console, nor by ssh.

ssh does connect and I can run commands over it, but cannot start a shell. eg:

MattBookPro:~ matt$ ssh vault.local uptime
 12:40pm  up 11 day(s), 22:40,  2 users,  load average: 0.00, 0.00, 0.00
MattBookPro:~ matt$ ssh vault.local
Last login: Wed Nov  2 12:46:13 2011 from mattbookpro.loc



...nothing...

Other services, such as http, and git over ssh are working normally.

Has anyone else experienced problems with this?

Actually, the following commands appear to lock up, producing no output: "zpool 
status", "zfs list" and "fmdump -v".


Thanks for any suggestions,
Matt



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


Re: [OpenIndiana-discuss] Cannot log in to machine

2011-11-01 Thread Gregory Youngblood
I have seen this when the io system is completely locked. Only services that 
can run from cached data operate and anything that hits the locked io will 
hang. My guess is ssh is working but your getting hung on the part that logs 
your login or looks up your credentials or ssh key.

The only time it happened when I was logged in I could run commands from cached 
memory but when I did something that touched a drive it would hang.

When this has happened to me I have had no choice but to power cycle. It has 
happened probably 3-4 times over the course of ~8 years or so on Linux, Solaris 
and OpenSolaris, on different hardware and usually on headless systems.
___
OpenIndiana-discuss mailing list
OpenIndiana-discuss@openindiana.org
http://openindiana.org/mailman/listinfo/openindiana-discuss