Re: [OpenIndiana-discuss] kernel CIFS stopped working today

2013-09-17 Thread John McEntee
Check your /var/svc/log/system-idmap:default.log I had the problem where restarting the idmap service would work. Turns out my OI box could not find out what site it was at so would use any, but couldn't talk to the remote ones fast even giving your symptom. John -Original Message-

Re: [OpenIndiana-discuss] SDHC card support in OI?

2013-09-17 Thread James Carlson
On 09/17/13 15:44, Bryan N Iotti wrote: Hi all, I was experimenting with the less used ports on my laptop today and I found out that if I insert an SDHC (Secure Digital High Capacity) card it isn't seen by the system, even after a reconfiguration boot. Now, I've read the sdhost and

[OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Dylan Distasio
Hi all- I am a relative beginner to OpenIndiana/Solaris, especially when it comes to package management and compiling software. I currently am running a home server for ZFS. I am attempting to compile a program called tarsnap for backup, and am running into an issue with the math/header-math

[OpenIndiana-discuss] SDHC card support in OI?

2013-09-17 Thread Bryan N Iotti
Hi all, I was experimenting with the less used ports on my laptop today and I found out that if I insert an SDHC (Secure Digital High Capacity) card it isn't seen by the system, even after a reconfiguration boot. Now, I've read the sdhost and sdcard man pages and they claim support for SDHC

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Dylan Distasio
Hi Lou- Thanks for the reply. I was actually able to resolve it by removing the experimental repository. Quick question, can you tell me exactly what I need to do regarding libnsl step by step if you don't mind, I am a bit of a noob. I am getting an error that appears to be related to it on

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Lou Picciano
Dylan, You might take the approach of deleting the smallest set of packages possible, to replace with current versions. From there, why not update to 151a8? Isn't the sunpro-incorporation back from 134 days? (Are you sure you are missing math-headers? This seems a bit weird.) FWIW, tarsnap

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Lou Picciano
Dylan, $ ./configure LIBS=-lnsl --prefix=/of/your/choice $ gmake $ (pfexec/sudo) gmake install Doing this here on a8, using gcc-4.7 and other updated build tools. You may want to begin updating... what does output of $ pkg publisher look like? Lou Picciano - Original Message - From:

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Dylan Distasio
PUBLISHER TYPE STATUS URI openindiana.org (non-sticky) origin online http://pkg.openindiana.org/dev/ opensolaris.org origin online http://pkg.openindiana.org/legacy/ sfe origin online

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Dylan Distasio
Lou- I seem to have gotten it installed. Thanks for your help. Can you tell me what exactly LIBS=-Insl signifies. I'd like to get an understanding of this process. On Tue, Sep 17, 2013 at 6:39 PM, Dylan Distasio interz...@gmail.com wrote: PUBLISHER TYPE

Re: [OpenIndiana-discuss] Trouble installing math/header-math on OI

2013-09-17 Thread Lou Picciano
Dylan, Very broadly: The configure script for a given 'package' makes a number of assessments about the system it's running on; it will check for the compiler in use, check for various other build tools, etc. Another key thing it does: attempts to figure out where any libraries it needs are