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


Closed Thread
  Search this Thread
Old 12-23-2005, 02:26 PM   #16
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:
Ok...lets start from scratch...

Ok, when I download the file and were it ask me to SAVE IT...Where should I save the file?? I saved it in my HOME directory...Is that OK or not?
It's a good choice
Quote:
Also I did this to install it:
# pkgadd -d /home/pkg_get.pkg all
So what do I have to do AFTER I did the install command like I did above?
install wget then xcdroast ...
Quote:
Now...do I have to enter this command (below) AFTER I do the install command likw above?

# PATH=/opt/csw/bin:/usr/sbin:/usr/bin:/usr/openwin/bin:/usr/dt/bin:/usr/ccs/bin
# export PATH
Yes, you have to enter this command, but to avoid doing it everytime you need to call a blastwave binary, it is wise to edit the /etc/default/login and /etc/default/su files, uncomment the lines where the variables PATH and SUPATH are set (by removing the leading '#'), and set them to the values above.
Quote:
And then...after this, what would be next to install XCDROAST?
# pkg-get -i xcdroast
Quote:
Also...DO I NEED to install the WGET thing too?
Probably, unless you already have installed it from the companion CD (in /usr/sfw/bin/wget) and it is is your PATH.
Quote:
Or, only the PKG-GET to install the XCDROAST?
pkg-get need wget, which is not standard in Solaris.
Quote:
I would appreciate it if you can explain the detailed steps in my case were I have the downloaded file in my HOME directory...Thanks.
You only need this wget for the initial pkg-get command, afterwards another one from the /opt/csw/bin directory is used.
If wget is in your home directory, just make sure it is executable (chmod +x wget) and then run the "pkg-get -i xcdroast" command.
 
Old 12-23-2005, 06:47 PM   #17
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
I finally installed XCDROAST as ROOT...

But my question is, how can I burn the XCDROAST Installation file to a CD-R so I will not have to do this again??? Please explain...

Last edited by as400; 12-23-2005 at 08:14 PM.
 
Old 12-23-2005, 07:03 PM   #18
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Look above

Last edited by as400; 12-23-2005 at 08:14 PM.
 
Old 12-23-2005, 07:11 PM   #19
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Look above...My last question was....

I finally installed XCDROAST as ROOT...But my question is, how can I burn the XCDROAST Installation file to a CD-R so I will not have to do this again??? Please explain...Nextime, I want to be able to just MOUNT the CD with the XCDROAST so I will not have to these commands again...

Now, in order for me to install this just by getting from the CD...do I need to get WGET's installation file on that CD too??

Thanks

Last edited by as400; 12-23-2005 at 08:17 PM.
 
Old 12-23-2005, 08:18 PM   #20
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
NOw....I CANNOT EVEN LOCATE THIS DARN THING.....I cannot locate where it was installed? I did this:

which xcdroast
no xcdroast in /usr/sbin /usr/bin /usr/dt/bin /usr/openwin/bin /bin /usr/ucb
#


Ok, I did a search on the Find files thing....and I came up with /opt/csw/bin/xcdroast...Then when I clicked on it, A message came up that I my CDRW is not detected...I have a ATAPI device...So whats next?

And it also said: FAILED TO SCAN SCSI BUS. EITHER NO PERMISSION TO ACCESS THE GENERIC SCSI DEVICES OR NO SCSI SUPPORT ENABLED IN THE KERNEL. FOR ATAPI DEVICES YOU HAVE TO INSTALL THE SCSI-EMULATION FIRST.

Now I read the manual here:
http://www.xcdroast.org/xcdr098/faq-a15.html#2

But does not explain Solaris 10...How do I install the SCSI-Emulation? Is it easy? I am dual booting with Win2000...

Last edited by as400; 12-23-2005 at 08:45 PM.
 
Old 12-24-2005, 04:34 AM   #21
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
Your PATH is wrong, you seem to have missed the /etc/default/login and su step. For details, read carefully my last posting.
And don't take to the word answers that apply to Linux, especially when about device drivers and kernel, Linux and Solaris are different operating systems. The error message you got is I guess due to the fact your CDRW is managed by the volume management automounter.
Just stop it with: "/etc/init.d/volmgt stop" and your device should be recognized.
 
Old 12-24-2005, 09:25 AM   #22
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
DO I NEED TO EDIT THE /etc/default/login and su??? Do I really really have to? Because I read it and STEP-8 sounds too risky for me to edit this..And plus, I dont know what they mean by this to edit the those files...please explain more in detail. Ok...I read your last post about editing these files...Since Im going to install ONLY the XCDROAST, then why should I edit these files? Because you said this:

Quote:
but to avoid doing it everytime you need to call a blastwave binary, it is wise to edit the /etc/default/login and /etc/default/su files, uncomment the lines where the variables PATH and SUPATH are set (by removing the leading '#'), and set them to the values above.
Since I ONLY installed the XCDROAST for the last time, I will not be "CALLING" blastwave binary everytime...And what PATH do I need to edit to the /etc/default/login and /etc/default/su files?? Please explain because right now I am very confused...I mean VERY...

I REALLY REALLY just want this to work ASAP!!!!!

Now, do I have to type this: /etc/init.d/volmgt stop in the CONSOLE, or I have to logon as ROOT and edit it? Do I have to ADD the line volmgt stop?? Please explain the last step to me please..then I will be quiet for a while...ALL I NEED IS THE XCDROAST to burn or backup my data...THATS IT...

Lastly....

I am planning to burn the XCDROAST onto my CD-R so I wont have to do these steps again incase I ever install Solaris on an other machine...Where would I find the INSTALLATION or EXECUTABLE file for XCDROAST in order to burn it on a CD-R?? And what other programs I need to also burn on CD-R in order to get the XCDROAST to install??

Thats it for now..

Last edited by as400; 12-24-2005 at 09:52 AM.
 
Old 12-24-2005, 10:10 AM   #23
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
First, please refrain from writing in UPPERCASE, that is considered rude and bad behaviour.

Second, this Forum is not Sun Microsystems or Linux or whatever commercial support calling center, there is no point in writing "I want this to work ASAP".

Now to the technical part:

You really need to edit these /etc/default files, I understand you feel it to be risky, but there is not that much alternative. If you are unconfortable with vi, you can use the dtpad command (notepad equivalent)
Code:
/usr/dt/bin/dtpad /etc/default/login
.

You have to run the command "/etc/init.d/volmgt stop" from the command line, as root.

Building a xcdroast CD distribution is not that simple, especially considering how unconfortable you are with basic Unix tasks, I wouldn't recommend for you to try it. It would end in much more complicate than installing it from blastwave.
 
Old 12-24-2005, 10:19 AM   #24
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
I am sorry about the uppercase..I did not do that to yell or being rude or anything...I just do that incase you misread something or I did it to grab your attention...incase you missed what I mean...Im sorry...

Yes...you are 100 percent right that this is not a cake walk at all for me..If worse comes to worse..I will just have to boo into Windows and backup my data from there...

But I will keep on trying...

Since this CD application is soooo hard to install, can you suggest an easier route and that can be another CD writer program for CDE?? Please?? I would appreciate it if you can find something thats much easier than this...

I have two options here incase I decide to abort this operation:

1. To logon in the JDS and use its built in CD writer.
2. Or, if I want to keep the CDE as my default Desktop, then I would have to use Windows.

Please...I will be open to any other suggestions here..
 
Old 12-24-2005, 10:23 AM   #25
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Oh!!!! I have wondering about one last thing here..

Even if I store my data in the CDE Desktop...Will it still appear in the JDS desktop or not?

I doubt it though..but Im just confirming.
 
Old 12-24-2005, 11:33 AM   #26
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:
Since this CD application is soooo hard to install
It is not, but you refuse to follow all the steps ...

Quote:
Even if I store my data in the CDE Desktop...Will it still appear in the JDS desktop or not?
It won't, desktop files are stored in differing directories depending on the graphic environment used, and user too.
However, you can view the JDS desktop data from the CDE file manager, and reciprocally view the CDE directory (~/.dt) from JDS.
Putting files on a desktop is not the best idea though, I'd recommend creating a custom directory for that.

By the way, I'm less sure now about Gnome's Nautilus capability to record CDs on Solaris 10, as it seems this is an add-on which may not be there.
 
Old 12-25-2005, 11:57 AM   #27
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Ok...so lets all try this again..I read the instructions for the last time and they dont even tell me WHY I am having problems so all they tell is to try again from step -1

Can you please explain this one more time from step-1 in your own detailed steps please?

And lastly and the most importantly, will these steps cause my system to crash on boot or something?

Also - So everytime I want to burn CDs with xcdroast, will I need a constant internet connection in order to call the website? I dont want to do that? I just want to install this over the internet, download it, and be all over with,.

Please help me.

Now the first few steps was easy STEP-1 and 2...But having issues on how to change the default login and su PATH thing...At least, can you explain that tome on how will I edit this?

If still I am having problems, then I should really boot into WIndows whenevr I wanna burn files.
 
Old 12-25-2005, 12:07 PM   #28
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Putting files on a desktop is not the best idea though, I'd recommend creating a custom directory for that.


I know, my data is in my HOME directory...Now, can I view my data from the JDS desktop? or vice versa?
 
Old 12-25-2005, 12:23 PM   #29
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 as400
Ok...so lets all try this again..I read the instructions for the last time and they dont even tell me WHY I am having problems so all they tell is to try again from step -1
You are having problems because you did not followed the instructions.
Quote:
Can you please explain this one more time from step-1 in your own detailed steps please?
It's my understanding I already did.
Quote:
And lastly and the most importantly, will these steps cause my system to crash on boot or something?
Hopefully not, if you follow them.
Quote:
Also - So everytime I want to burn CDs with xcdroast, will I need a constant internet connection in order to call the website?
Of course no.
Quote:
I dont want to do that? I just want to install this over the internet, download it, and be all over with,.
Sure, you'll only need to have Internet connection when you want to upgrade to a more recent version.
Quote:
Now the first few steps was easy STEP-1 and 2...But having issues on how to change the default login and su PATH thing...At least, can you explain that tome on how will I edit this?
I already told you about the dtpad thing.
Have you difficulties with that ?
Are you unfamiliar even with using notepad under windows ?
 
Old 12-26-2005, 12:43 PM   #30
as400
Member
 
Registered: Apr 2004
Location: USA
Distribution: Solaris 10 (x86) and Windows XP Pro SP2
Posts: 596

Original Poster
Rep: Reputation: 30
Ok...Somone told me about this built-in CDRW that Solaris 10 had on CDE...Its called CDRW...

Now, I did this...and look what the putput gave me....How can I resolve this...???

$ mkisofs -r $HOME/andy 2> /dev/null | cdrw -i -p 1
Looking for CD devices...
Initializing device...done.
Unable to set speed.


It looks like I will NEVER be able to burn Cds or backup my data....
 
  


Closed Thread



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
great solaris website for newbies http://solaris-x86.org/ feetyouwell Solaris / OpenSolaris 2 12-06-2006 12:14 AM
Solaris 10 x86 Motherboars shizzy-t Solaris / OpenSolaris 5 07-06-2005 06:39 PM
Qmail Solaris 9 x86 mrhyde Solaris / OpenSolaris 7 12-15-2003 07:33 AM
solaris on an x86 Robert0380 Solaris / OpenSolaris 6 08-29-2003 02:34 AM
Solaris 9 for x86 systems cmf5150 Linux - Newbie 1 08-07-2003 10:13 PM

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

All times are GMT -5. The time now is 05:32 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