[osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
I'm using OpenSolaris 2008.05 with a VirtualBox 1.6.4 and under a Windows XP host environment. Whenever I try to execute a .bin file (installation of BEA weblogic server), I get , [b]after several seconds[/b], the error: ELF command not found Any idea what could be wrong? What kind of logs

[osol-help] syntax errrors building opensolaris kernel

2008-08-26 Thread Deepak
hi guys, I have installed minimal Solaris Express Community Edition. And now trying to build the kernel from source. But got lot many syntax errors after running nightly. I have installed following packages after minimal installation : - SUNWbtool, SUNWsprot, SUNWtoo

Re: [osol-help] ELF - Command not found

2008-08-26 Thread steve kay
Try a ldd filename.bin, can it find all the dynamically loaded binaries? Also, what is your $LD_LIBRARY_PATH environment variable set to ? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[osol-help] LaTex/TeTex

2008-08-26 Thread Paul Johnston
Hi Whats the betst way to get one of the above on SunOS opensolaris4 5.11 snv_95 i86pc i386 i86pc Solaris It doesn't seem to be in the package repository and building from source seems to hang. Well I killed it after 5 hours doing nothing but gobbling processor power :-) Anyone successfully

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
if I do: echo $LD_LIBRARY_PATH i get nothing. And if I check my env, I also do not find the $LD_LIBRARY_PATH any suggestions to where it should be pointed to? This message posted from opensolaris.org ___ opensolaris-help mailing list

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Akhilesh Mritunjai
Possibly it's not a binary at all, and may be a shell script. What does file yourfilename.bin say ? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
the result to : file platform.bin is: ELF 32-bit MSB executable SPARC Version 1, dynamically linked, stripped This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

Re: [osol-help] ELF - Command not found

2008-08-26 Thread Mario Rodriguez
thanks a lot!!! This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[osol-help] FSS - What % do you need to give the global zone.

2008-08-26 Thread Darren Archibald
We have an e25k domain with x2 system boards (16 cores), we have x9 non-global zones, and we ant to use the Fair Share Scheduler (FSS) to manage the resources in the event every zone is competing for CPU resources. My question is, what % of shares should I give the global zone. Any suggestions

Re: [osol-help] No internet connection

2008-08-26 Thread Josh
I'm experiencing the same issue. Though I can connect if I choose an xclient session instead of gnome. With gnome, my ip is plumbed, by default route is there ... the driver for my nic is working, I can get to my router via the intranet access page (system status) and I can ping it. I can't get

Re: [osol-help] No internet connection

2008-08-26 Thread Josh
EVen stranger ... I've made no changes except ... now I've changed my session back to gnome and viola, all of a sudden I have external connectivity?? That's pretty messed up!! Anyone else see this or anything similar??? The only changes that have been made after the initial build were switching

Re: [osol-help] LaTex/TeTex

2008-08-26 Thread Dave Uhring
Whats the betst way to get one of the above on SunOS opensolaris4 5.11 snv_95 i86pc i386 i86pc Solaris Download the sources and compile them. Well I killed it after 5 hours doing nothing but gobbling processor power :-) Without knowing where the build hung it's somewhat difficult to

Re: [osol-help] OpenSolaris 2008.05 fails to restart after update of the NVDAgraphics p

2008-08-26 Thread Ryan Slack
Unfortunately that didn't work for me. I also tried a 'bootadm update-archive', to no avail. Any other ideas? This message posted from opensolaris.org ___ opensolaris-help mailing list opensolaris-help@opensolaris.org

[osol-help] Any Ideas

2008-08-26 Thread Richard McLean
I have downloaded os200805 twice 1 with SDM and 2 with DAP. I have burnt it using sonic record now 7.3 and cd burner xp pro 4.2 in the iso image. I have done these several times and ruined a bunch of discs. None of these things worked trying to boot them on a clean hd. I even specified

[osol-help] Sun Studio 11 difficulties

2008-08-26 Thread christopher dodd
Yesterday I had a dickens of a time getting an Open Solaris (nv 95) sparc machine prepped for building Open Solaris. I tried following the posted directions carefully, but I was frustrated that there were a couple of errors and missing steps. Since I did finally get it working, I thought I'd

[osol-help] Re: Error 28: Selected item cannot fit into memory (x86)

2008-08-26 Thread Michael 'Grant' Hodges
I believe this to be a BIOS issue; try disabling the memory hole (/gap) between 15 -16 MB. worked for me Grant -- Anyone willing to give up liberty in exchange for security deserves neither. - Benjamin Franklin ___ opensolaris-help mailing list

[osol-help] Follow up to installing Latex

2008-08-26 Thread Paul Johnston
Thanks to Akhilesh I used blastwave and it started installing requisites such as CSWt1lib CSWgd However then I got ERROR: no info for SUNWmfrun. Cannot install dependancy. ERROR: could not install required dependancies for CSWtetex Once dependancies are up to date, call install_pkg_file

[osol-help] Problems accessing my files.

2008-08-26 Thread Håvard Krüger
Hello, I have recently began moving my filserver over to ZFS and after testing both OpenSolaris and Solaris, I ended up using NexentaCore, but I seem to have the same problem with NC that I had with OpenSolaris and Solaris. And that is that after a little while I can not write to the shares any

Re: [osol-help] Follow up to installing Latex

2008-08-26 Thread Alan Coopersmith
Dave Uhring wrote: What's missing from SUNWxwinc that OpenMotif needs? The configure script stopped when failing to find X11/extensions/Print.h. Okay - that's one of the few we haven't gotten to yet - it's coming soon. (That's also something OpenMotif uses that Solaris Motif doesn't.) No

[osol-help] driver header files

2008-08-26 Thread L.K
Hi, I'm trying to build the sample driver that comes with the solaris device driver tutorial. The preprocessor is unable to find any of the system header files such as sys/cmn_err.h, sys/ddi.h sys/sunddi.h etc. I have Sun Studio 11 installed on system and have also downloaded the opensolaris

Re: [osol-help] driver header files

2008-08-26 Thread Andras Barna
it's opensolaris ? use pkg(5) [EMAIL PROTECTED]:~$ pkg search sunddi.h INDEX ACTIONVALUE PACKAGE basename file usr/include/asm/sunddi.h pkg:/[EMAIL PROTECTED] basename file usr/include/sys/sunddi.h pkg:/[EMAIL PROTECTED] On Wed, Aug 27, 2008 at 7:21