Re: [osol-help] Is there any "computer description" field ?

2010-08-12 Thread Marc Williams

On 08/06/10 20:22, Paul Gress wrote:

On 08/ 6/10 07:15 PM, Peter Taps wrote:

Folks,

Under Windows, in the computer property page, you can specify information such as 
computer name as well as computer description, such as, "This is Peter Parker's 
machine in Finance." Is there something equivalent under OpenSolaris?




See "man nodename"

Basically create a file "/etc/nodename" and enter the computer name in
it. Use "/usr/bin/uname -n" to verify the results.

I also believe any version of Opensolaris built after b134 (basically
with NWAM v1.0 installed) has this functionality via a GUI.


I don't believe that works with what he wants. From what I can tell
what's in /etc/nodename is akin to the hostname. It may not support
a long string with spaces and whatnot.
If you put "John's Machine at home" in /etc/nodename you will notice
that at boot up there will be no machine name.
uname -n will return nothing.

Marc



___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Help with lenovo.

2010-07-15 Thread Marc Williams

On 07/13/10 23:47, Stotsky Haim wrote:

Hello all,

I tried to install opensolaris 10 on Lenovo , but it halt after 3 lines
of the :

SunOs Release 5.10 …..

Copyright 1983-2009 Sun …..

Use is subject …..

And that’s all. Is there a work wroung about it , or there is a problem
with the Lenovo?

Any hint ?

Best regards


About a year ago when I received a Solaris Live CD the same thing
happened on my ThinkPad. Also with OpenSolaris more recently.
No fix that I can think of as it never makes it past the first line
you mentioned. I suspect a BIOS issue.
BTW, you didn't say what Lenovo you're using.

You can check forums.thinkpad.com or thinkwiki.org.

Google for opensolaris and thinkpad (or lenovo) and you'll find
some success stories (even on a lowly T23).

My ThinkPad is probably too old and slow for Solaris but it happily
runs Slackware and KDE anyway.

--
==ANIME SENSHI==
Marc D. Williams
http://www.oldskool.org/guides/tvdog/ -- DOS Internet & Tandy 1000
http://www.digisensei.info/win3/ -- Win3.x Makeover
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem when I upgarde my browser Mozilla/firefox to 3.6.3

2010-05-19 Thread Marc Williams

Tomas Bodzar wrote:

No need for obscure workarounds :

$ firefox --version
Mozilla Firefox 3.5.8, Copyright (c) 1998 - 2010 mozilla.org

$ cat /etc/release 
   OpenSolaris Development snv_134 X86

   Copyright 2010 Sun Microsystems, Inc.  All Rights Reserved.
Use is subject to license terms.
 Assembled 01 March 2010


True, if you're running devel (as you are). The OP probably isn't.
Neither am I at the moment. Soon though.

$ cat /etc/release
 OpenSolaris 2009.06 snv_111b X86
   Copyright 2009 Sun Microsystems, Inc.  All Rights Reserved.
Use is subject to license terms.
  Assembled 07 May 2009
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Problem when I upgarde my browser Mozilla/firefox to 3.6.3

2010-05-13 Thread Marc Williams

Andres Guillen wrote:

Hi guru of OpenSolaris
Recently I want to upgrade the version of browzer, I have the Mozilla / Firefox 
3.1 Beta (default version that come with OpenSolaris:
The procedure that I will use appear in the following link:
http://www.sunfreeware.com/README.firefox3


I didn't see a reply on the list so I assume maybe you fixed the
problem?
The steps I have for installing Firefox 3.6.3 differ from yours
and it worked without a hitch. The portion I have printed out...

Get Firefox from (sorry, plain text so probably not clickable)
http://releases.mozilla.org/pub/mozilla.org/firefox/releases/3.6.3/contrib/solaris_pkgadd/firefox-3.6.3.en-US.opensolaris-i386-pkg.bz2

$ bzip2 -d firefox-3.6.3.en-US.opensolaris-i386-pkg.bz2
Then in a root shell or using pfexec ...
# pkgadd -d firefox-3.6.3.en-US.opensolaris-i386-pkg SFWfirefox

To add the Java and Adobe Flash plugins:
# ln -s /usr/java/jre/lib/i386/libnpjp2.so /opt/sfw/lib/firefox/plugins/
# ln -s /usr/lib/firefox/plugins/libflashplayer.so 
/opt/sfw/lib/firefox/plugins/

(above should be one line)

I installed flash from the Package Manager using the Extra repo:
http://wikis.sun.com/display/OpenSolarisInfo/How+To+Add+IPS+Repositories#HowToAddIPSRepositories-ExtraandSupportRepositories

(ach!, that was long)

To add SFWfirefox to your Desktop, copy 
/usr/share/applications/firefox.desktop to 
/usr/share/applications/SFWfirefox.desktop and change the Exec and 
TryExec paths. I changed the name inside to something like Firefox 3.6 
or SFWFirefox. Also made changes to the icon on the top bar.


I don't remember where I found these instructions but they were by
someone named John (groenv...@acm.org)

Marc

--
==ANIME SENSHI==
Marc D. Williams
http://www.oldskool.org/guides/tvdog/ -- DOS Internet & Tandy 1000
http://www.digisensei.info/win3/ -- Win3.x Makeover
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org