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

[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

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@open

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

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://open

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 mai

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/ __

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 re

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%4

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:/ {

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 1

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 pub

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

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] 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' doe

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 u

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. Pa

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 a

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:0

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

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 > u