[osol-discuss] mount solaris2 partitions

2008-07-30 Thread Alexander Bubnov
Hello, My MBR is erased by linux install manager. And I would like to see grub settings on solaris partition to add them to linux grub menu, but I cannot mount solaris partitions under opensolaris live cd. -bash-3.2# format Searching for disks...done AVAILABLE DISK SELECTIONS: 0. c5d0

Re: [osol-discuss] mount solaris2 partitions

2008-07-30 Thread Milan Cermak
Hi Alexander, Solaris partition is not a filesystem holder. It's more like Extended partition. It contains slices. What you want to do is # prtvtoc /dev/rdsk/c5d0s0 to see what slices are used and mount the slice. Or if it's a ZFS filesystem then you can try: # zpool import to see what zpools are

Re: [osol-discuss] mount solaris2 partitions

2008-07-30 Thread Shawn Walker
Alexander Bubnov wrote: Hello, My MBR is erased by linux install manager. And I would like to see grub settings on solaris partition to add them to linux grub menu, but I cannot mount solaris partitions under opensolaris live cd. If you're talking about OpenSolaris 2008.05, you likely have

Re: [osol-discuss] mount solaris2 partitions

2008-07-30 Thread Alexander Bubnov
Thank you very match for help. I have done it! 2008/7/30 Shawn Walker [EMAIL PROTECTED]: Alexander Bubnov wrote: Hello, My MBR is erased by linux install manager. And I would like to see grub settings on solaris partition to add them to linux grub menu, but I cannot mount solaris

Re: [osol-discuss] WARNING: No randomness provider enabled...,

2008-07-30 Thread Berkan Gursoy
Anybody have any suggestions? Any advice would be greatly appreciated! Thanks. Kind Regards Berkan This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org

Re: [osol-discuss] [osol-bugs] man: segmentation fault (snv_91)

2008-07-30 Thread Mike Gerdts
On Sat, Jun 21, 2008 at 2:24 PM, Mike Gerdts [EMAIL PROTECTED] wrote: On Fri, Jun 20, 2008 at 11:56 AM, Mike Gerdts [EMAIL PROTECTED] wrote: I've sent mail to request-sponsor to get someone to help me with the putback of the fix. I expect that I will have a fix ready for code review by

[osol-discuss] How to set up LD_LIBRARY_PATH to find java?

2008-07-30 Thread Terence Ng
I am installing pljava, but I don't know why it cannot find libjvm.so and java. What should I do? # echo $LD_LIBRARY_PATH /usr/jdk/instances/jdk1.5.0/jre/lib/i386:/usr/jdk/instances/jdk1.5.0/jre/lib/i386/client:/usr/jdk/instances/jdk1.5.0/jre/lib/i386/native_threads # echo $LD_LIBRARY_PATH_64

[osol-discuss] ant 1.7.1 ?

2008-07-30 Thread Nick Briggs
The way that the shipping ant (snv_94; Apache Ant version 1.6.5 compiled on July 10 2008) is installed/configured it appears to be unable to run junit tests (despite the correct task library being present.) When should we expect the SUNWant package to be upgraded to ant version 1.7.1? 1.6.5

[osol-discuss] Can't see array drives, LIP reset occurred message in logs

2008-07-30 Thread Max
hello, I was troubleshooting a failed drive in the array when all of a sudden after a reboot I no longer see any array drives from format command and dmesg and /var/adm/messages show these messages every few seconds: Jul 30 17:33:26 whitedragon scsi: [ID 243001 kern.info] /[EMAIL

[osol-discuss] How Best to Handle

2008-07-30 Thread Daniel Templeton
I don't know if this is an PSARC question, a SFW gate question, or a general OpenSolaris question, so I'm cross-posting all over the place. :) I'm a member of the Solaris HPC team, and we're working on porting a series of HPC libraries and applications to OpenSolaris, mostly to the SFW

Re: [osol-discuss] How Best to Handle

2008-07-30 Thread Ali Bahrami
Daniel Templeton wrote: snip 2) Offer a single package that includes all the tuned libraries under a sub-directory and provide a way to switch among them, such as the modules command (which is on our list of things to port). This sounds like a pretty good match for hardware

Re: [osol-discuss] How Best to Handle

2008-07-30 Thread UNIX admin
The question on the table is how we should go about providing optimized libraries for all reasonable chip sets. Have you looked into isaexec(3C) (/usr/lib/isaexec)? This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] How Best to Handle

2008-07-30 Thread Bart Smaalders
Ali Bahrami wrote: Daniel Templeton wrote: snip 2) Offer a single package that includes all the tuned libraries under a sub-directory and provide a way to switch among them, such as the modules command (which is on our list of things to port). This sounds like a pretty good match for

Re: [osol-discuss] How Best to Handle

2008-07-30 Thread Bart Smaalders
UNIX admin wrote: The question on the table is how we should go about providing optimized libraries for all reasonable chip sets. Have you looked into isaexec(3C) (/usr/lib/isaexec)? The applicability of isaexec to libraries is limited. - Bart -- Bart Smaalders

[osol-discuss] Brief downtime tomorrow (8/31) for opensolaris.org

2008-07-30 Thread Derek Cicero
We need to do some additional database maintenance, so the opensolaris.org site will be offline briefly, starting around 8:30 - 9:00 am PDT Thursday (8/31). We expect the outage to last no more than 15 minutes. We usually try to give 24 hours notice but in this case we need to get it done

Re: [osol-discuss] How Best to Handle

2008-07-30 Thread john kroll
Would your latest fix cause nothing to be compiled in opt/SUNWspro : sxce94 x86? I did the hpc product install utilities as before? Or was it simply dropped?? This message posted from opensolaris.org ___ opensolaris-discuss mailing list

Re: [osol-discuss] How to set up to find java?

2008-07-30 Thread Terence Ng
I know that I should set the server's environment rather than the current environment. But, what should I do? Terence This message posted from opensolaris.org ___ opensolaris-discuss mailing list opensolaris-discuss@opensolaris.org