LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris
User Name
Password
Solaris / OpenSolaris This forum is for the discussion of Solaris, OpenSolaris, OpenIndiana, and illumos.
General Sun, SunOS and Sparc related questions also go here. Any Solaris fork or distribution is welcome.

Notices


Reply
  Search this Thread
Old 12-21-2010, 03:00 PM   #46
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30

i had installed solaris into my notebook,
dual boot with windows, very easy installation,
but i am not sure why it did not detect my wireless network?
i use LAN cable it is ok.
my LAN is rtls0
wireless is arn0,
but the wireless can not show network name
 
Old 12-21-2010, 03:02 PM   #47
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Solaris is gnome base, it supports many languages, the fonts of chinese is pretty.
and i feel the OS runs fast.
my spec is
RAM 2GB,
HDD 500GB, 75GB for solaris
CPU intel C2D T6400
intel 965 chipset, GMAX3100 graphics
 
Old 12-21-2010, 03:08 PM   #48
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
i have one problem,
after i log in as my user name with password,
when i want to launch package manager, it prompts me for password, i key in my user's password, but it does not recognise.
 
Old 12-21-2010, 04:24 PM   #49
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Have a look at the release notes, especially the chapter: "Initial Root Password After Live CD Installation".
http://docs.sun.com/app/docs/doc/821-1479/gklaa?a=view
 
Old 12-22-2010, 08:55 AM   #50
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
I had changed root password, just launch the console, type su, it will tell you root password had expired and prompt you to enter new password.
I can use LAN port to access internet, it detects my neightbour wireless, but my own wireless not detected, in windows the wireless is ok,
not sure why Solaris can't detect it?
 
Old 12-22-2010, 10:24 PM   #51
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
i had got the 7GB iso repo for opensolaris 2009,
so, how to install packages from it?
I feel Opensolaris 2009 is more beautiful than Solaris 11, so i decided to install opensolaris 2009.

Last edited by TigerLinux; 12-22-2010 at 10:25 PM.
 
Old 12-22-2010, 10:26 PM   #52
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
I also have the Two 1.9GB +1.9GB iso files for solaris 11.
I need to combine it into single iso file.
 
Old 12-23-2010, 07:17 AM   #53
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by TigerLinux View Post
I also have the Two 1.9GB +1.9GB iso files for solaris 11.
I need to combine it into single iso file.
I already answered to you the very same question: http://www.linuxquestions.org/questi...2/#post4194682
Note that the Solaris 11 repository won't be of much use for OpenSolaris 2009.06.
 
Old 12-23-2010, 07:20 AM   #54
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Quote:
Originally Posted by TigerLinux View Post
i had got the 7GB iso repo for opensolaris 2009,
so, how to install packages from it?
Already answered too here: http://www.linuxquestions.org/questi...2/#post4194886
Quote:
I feel Opensolaris 2009 is more beautiful than Solaris 11, so i decided to install opensolaris 2009.
The main difference in look are the upper-left logo and the default screen background, which you can change. These are just gnome themes.
 
Old 12-23-2010, 08:31 AM   #55
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
i do not want to burn dual layer DVD for the repo,
how to mount it as virtual drive in opensolaris 2009?
 
Old 12-23-2010, 08:34 AM   #56
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
is it like this to mount iso file?

Given an ISO image in /export/temp/software.iso, a loopback file device (/dev/lofi/1) is created with the following command:

lofiadm -a /export/temp/software.iso /dev/lofi/1

The lofi device creates a block device version of a file. This block device can be mounted to /mnt with the following command:

mount -F hsfs -o ro /dev/lofi/1 /mnt

 
Old 12-23-2010, 08:44 AM   #57
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
With Solaris 11 Express and recent OpenSolaris builds, you can also simply use:
Code:
mount -F hsfs /export/temp/software.iso /mnt
 
Old 12-23-2010, 09:42 PM   #58
TigerLinux
Senior Member
 
Registered: Sep 2005
Location: Kuala Lumpur, Malaysia
Distribution: Ubuntu 11.04
Posts: 1,731

Original Poster
Rep: Reputation: 30
Quote:
Originally Posted by jlliagre View Post
With Solaris 11 Express and recent OpenSolaris builds, you can also simply use:
Code:
mount -F hsfs /export/temp/software.iso /mnt
After that you can just use file manager to access its contents?
 
Old 01-02-2011, 04:18 PM   #59
jlliagre
Moderator
 
Registered: Feb 2004
Location: Outside Paris
Distribution: Solaris 11.4, Oracle Linux, Mint, Debian/WSL
Posts: 9,789

Rep: Reputation: 492Reputation: 492Reputation: 492Reputation: 492Reputation: 492
Solaris 11 Express allows to directly use the iso as a repository, without running a package server: http://blogs.sun.com/observatory/en_...ile_based_repo
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Newbie's package-specific questions for 13.0 Asinine Slackware 7 09-12-2009 06:33 PM
New To Solaris 10, Few Questions Grama Solaris / OpenSolaris 31 06-08-2008 12:52 AM
Newbie's questions about Slack -Pb- Slackware 8 12-22-2007 07:44 AM
Newbie's Questions, Need for your help. nissen Linux - Newbie 2 11-03-2004 05:01 AM
More Solaris Questions. zaicheke Solaris / OpenSolaris 2 10-24-2004 09:14 PM

LinuxQuestions.org > Forums > Other *NIX Forums > Solaris / OpenSolaris

All times are GMT -5. The time now is 11:05 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration