I believe you want the SLES-10-SP1-s390x-DVD1.iso disk image. Also you're not specifying a file system type (-t iso9660) with your mount command. When you get the desired disk image, depending how you named it and where you put it, try this:
mount -o loop -t iso9660 /etc/sda/SLES-10-SP1-s390x-DVD1.iso /sles10/sles10root/dvd1 Regards, Kevin -----Original Message----- From: Linux on 390 Port [mailto:[EMAIL PROTECTED] On Behalf Of Paul Noble Sent: Thursday, November 01, 2007 9:34 AM To: [email protected] Subject: Re: Trouble installing Tomcat Okay, I'm back. I was sidetracked with some other stuff. I downloaded the file sles-10-sp1.starter.system.DVD.s390x.iso. Is this the right file? I tried to mount it, the way I did the other iso file, by using the following command: mount -o loop sles-10-sp1.starter.system.DVD.s390x.iso /sles10/sles10root/dvd1 Note: dvd1 is an empty directory I created just for this purpose. When I do the mount, I get the following error: mount: fs type udf not supported by kernel ?????? Paul Noble, Systems Programmer Cuyahoga County Information Service Center >>> Mark Post <[EMAIL PROTECTED]> 10/31/2007 11:24 AM >>> >>> On Wed, Oct 31, 2007 at 11:13 AM, in message <[EMAIL PROTECTED]>, Paul Noble <[EMAIL PROTECTED]> wrote: > The rpm --checksig command simply returned to the command prompt. That is, > there was no output from the command, but there was no error, either. Ok, that's not good. You should have gotten _something_ back. If everything was good, you would have seen this: # rpm --checksig xalan-j2-2.6.0-21.2.noarch.rpm xalan-j2-2.6.0-21.2.noarch.rpm: sha1 md5 gpg OK > When I run the md5sum command, it goes to the next line and seems to wait > for input. It does not output anything that looks even remotely like the > checksum (if that's what it is) that you show. I can cancel it by typing > <CTRL>-c, but I still get no output. That's because you're being a little impatient. The command has to grind through the 4GB+ of data and generate the checksum. That can take a while, particularly on a loaded (or simply just slow) system. > I think that maybe I should just go download the new iso file, just on > general principals. Might as well be working with the latest version. I agree whole heartedly with that sentiment. There really are some very nice things in SP1, and of course lots of bug fixes. Mark Post ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390
