LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Uncompress + Unpack files: (Read Only File System) (https://www.linuxquestions.org/questions/linux-newbie-8/uncompress-unpack-files-read-only-file-system-218298/)

ptreves 08-16-2004 10:42 AM

Uncompress + Unpack files: (Read Only File System)
 
Hello,

I have files:

ship_9204_linux_disk1.cpio.gz

That are located on my CDROM.

I need to uncompress and Unpack the file using gunzip and/or cpio.
The problem I get a (Read Only File System) error ?

What should I do ?

Regards,

Paolo

egag 08-16-2004 11:25 AM

did you copy the files first to your harddisk ???
otherwise....try that.

egag

ptreves 08-16-2004 12:31 PM

Copied to Hard Disk.
 
Hello,

Yes, I did.
I created a root folder called OraHome1 and ran gunzip/cpio.

Paolo

egag 08-16-2004 12:41 PM

your file starts with ' ship... so : gunzip ship*.gz should do the job
just try it...
( whats that / for ??? )

egag

ptreves 08-16-2004 12:49 PM

Hello,

I copied the 3 files to a OraHome1 folder that I created, ran gunzip and cpio.
That part is Ok now.

Then I ran the following commands:

su - root
groupadd dba
groupadd oinstall
useradd -c "Oracle software owner" -g oinstall -G dba oracle
passwd oracle

-----
su - root
mkdir /opt/oracle
mkdir /opt/oracle/product
mkdir /opt/oracle/product/9.2.0
chown -R oracle.oinstall /opt/oracle

mkdir /var/opt/oracle
chown oracle.dba /var/opt/oracle
chmod 755 /var/opt/oracle

I have 3 subfolders Disk1, DIsk2, Disk3,
-----
I tried to invoke the xclock application and got this error.
To answer your quesiton. from a Shell Konsole , when I type xclock, I get
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified

Error: Can"t open display: :0.0

I need to launch a java based utility to create and configure a Oracle Database.
DO I need to setup environment variables ?

What next to get me going ?

PT

egag 08-16-2004 01:14 PM

dunno what you're talking about:
-------------------
To answer your quesiton. from a Shell Konsole , when I type xclock, I get
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
-----------------------

probally you are double -threading this Q...??? :tisk:
and from what i read...... it s an oracle-install-problem.

egag

ptreves 08-16-2004 02:23 PM

.bash_profile setup !!!
 
Hello,

This is a pre-installation procedure.
How can I find out what is the value I should set the
DISPLAY parameter in the .bash_profile file ?

DOcuments inidicate:

export DISPLAY=yourdesktop:0.0

WHat is yourdesktop ? How can I find out ?

PT

egag 08-16-2004 02:41 PM

export DISPLAY=yourdesktop:0.0,


well , i never heard of it, maybe someone else, i still
think , if a program is so hard to install, throw it away!
it's an ORACLE-PROBLEM , go there.... (type in your browser: www.google.com , ......
when you are there type ' oracle linux install ' , you can get your info ( i hope )

egag

ptreves 08-16-2004 02:52 PM

Desktop Name
 
Hello,

No, No, No.....
I just need to figure out what is the name of my Desktop or Console.

How can I find that out on my Linux Server ?

PT


All times are GMT -5. The time now is 01:20 AM.