Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-29 Thread Bruce A. Mah
I wrote:

 If memory serves me right, John wrote:
 
 How many other people are testing the 5.0 sysinstall booted
  from a cd and running a local (cd/dvd) install? Try booting and
  installing from the iso at usw2.freebsd.org and see if it works
  for you.
 
 I'm able to boot and install CURRENT snapshot releases I've generated
 locally (last was around 20021025).  (My machine is a Sabre 1815, ICH2
 ATA100 controller on-board, CDROM probes as SONY CD-RW  CRX175E 1.0j.)
 
 I know that sam and phk were able to do test installs as well.
 
 How are you making your ISO images?  I'm just doing release builds with
 MAKE_ISOS=YES.  I don't *think* that GEOM should have any effect on
 creating the ISO image.
 
 I'll pull down that ISO and try it out, but it might take a little 
 while...

Hi John--

I finally got around to testing your snapshot...sorry for the delay.  
It stops about where you indicated in your original message (when 
trying to mount the CD, Error mounting /dev/acd0c on /dist: Operation 
not supported by device (19).

You didn't answer my question, which was:  How are you making your ISO
images?  I suspect that you're mastering the ISO images in some way 
*other* than the normal MAKE_ISOS=YES method.  isoinfo(1) output on 
your disk:

tomcat:cdrom% isoinfo -d -i /dev/acd0c
CD-ROM is in ISO 9660 format
System id: FreeBSD
Volume id: FreeBSD 5.0-20021027-CURRENT
Volume set id: 
Publisher id: The FreeBSD.Org snapshot system
Data preparer id: rtp1.FreeBSD.Org
Application id: FreeBSD Snap 5.0-20021027-CURRENT
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set seqence number is: 1
Logical block size is: 2048
Volume size is: 97840
NO Joliet present
Rock Ridge signatures version 1 found

isoinfo(1) output from my last snapshot (25 October):

CD-ROM is in ISO 9660 format
System id: FreeBSD
Volume id: fbsd_miniinst
Volume set id: 
Publisher id: 
Data preparer id: 
Application id: MKISOFS ISO 9660/HFS FILESYSTEM BUILDER  CDRECORD CD-R/DVD CREATOR 
(C) 1993 E.YOUNGDALE (C) 1997 J.PEARSON/J.SCHILLING
Copyright File id: 
Abstract File id: 
Bibliographic File id: 
Volume set size is: 1
Volume set seqence number is: 1
Logical block size is: 2048
Volume size is: 132576
Joliet with UCS level 3 found
Rock Ridge signatures version 1 found

Maybe if you build the ISOs using MAKE_ISOS=YES set in your make
release, you might have better results.  At least if there *is* a
problem, it'd narrow down the scope a little bit.

Good luck!

Bruce.





msg45608/pgp0.pgp
Description: PGP signature


Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread Makoto Matsushita

jwdThe iso(s) boot correctly and sysinstall works fine. The disks
jwd are formated and newfs'd correctly. However, when sysinstall
jwd tries to mount the cdrom, the following error is received:

jwd Error mounting /dev/acd0c on /dist: Operation not supported by device (19).

Which type of machine did you try?  I've heard exactly the same error
on the VMware's virtual machine.

-- -
Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread John
- Makoto Matsushita's Original Message -
 
 jwdThe iso(s) boot correctly and sysinstall works fine. The disks
 jwd are formated and newfs'd correctly. However, when sysinstall
 jwd tries to mount the cdrom, the following error is received:
 
 jwd Error mounting /dev/acd0c on /dist: Operation not supported by device (19).
 
 Which type of machine did you try?  I've heard exactly the same error
 on the VMware's virtual machine.

   Abit kr7a motherboard, asus cd (plus two others which didn't
work). This machine boots a 4.7 iso with no problems.

   How many other people are testing the 5.0 sysinstall booted
from a cd and running a local (cd/dvd) install? Try booting and
installing from the iso at usw2.freebsd.org and see if it works
for you.

Thanks,
-John

 -- -
 Makoto `MAR' Matsushita

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread Igor Roboul
On Mon, Oct 28, 2002 at 07:46:48AM -0500, John wrote:
Abit kr7a motherboard, asus cd (plus two others which didn't
 work). This machine boots a 4.7 iso with no problems.
Is CD-ROM drive MASTER or SLAVE?

-- 
Igor Roboul, System administrator at Speech Technology Center
http://www.speechpro.com http://www.speechpro.ru

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: [-current] Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread stephan mantler
FWIW, I'm experiencing the same issues with the Oct 25 ISO.

The 5.0-DP1 CD installs fine but boot2 couldn't find
the loader; this seems to be a disk geometry problem
since I also can't list the contents of /boot or most
other subdirs. Although I didn't have much time to
investigate yet.

Hardware:
- Epox EP-8KTA3Pro mainboard (1200MHz CPU, 512M RAM)
- Seagate (60GB), primary master (which i was installing on)
- Plextor CDRW drive (5432? not sure), secondary master
- lots of PCI cards (8-port Rocketport, Matrox Meteor,
  Pinnacle PCTV, etc.etc.)

-stephan

Makoto Matsushita wrote:

Which type of machine did you try?  I've heard exactly the same error
on the VMware's virtual machine.


--
stephan mantler reality is in fact virtual.
[EMAIL PROTECTED]http://step.schmelzweb.at/


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread Bruce A. Mah
If memory serves me right, John wrote:

How many other people are testing the 5.0 sysinstall booted
 from a cd and running a local (cd/dvd) install? Try booting and
 installing from the iso at usw2.freebsd.org and see if it works
 for you.

I'm able to boot and install CURRENT snapshot releases I've generated
locally (last was around 20021025).  (My machine is a Sabre 1815, ICH2
ATA100 controller on-board, CDROM probes as SONY CD-RW  CRX175E 1.0j.)

I know that sam and phk were able to do test installs as well.

How are you making your ISO images?  I'm just doing release builds with
MAKE_ISOS=YES.  I don't *think* that GEOM should have any effect on
creating the ISO image.

I'll pull down that ISO and try it out, but it might take a little 
while...

Bruce.





msg45491/pgp0.pgp
Description: PGP signature


Re: 5.0-20021027-CURRENT.iso cdrom will not mount

2002-10-28 Thread eculp
Quoting John [EMAIL PROTECTED]:

 | - Makoto Matsushita's Original Message -
 | 
 |  jwdThe iso(s) boot correctly and sysinstall works fine. The disks
 |  jwd are formated and newfs'd correctly. However, when sysinstall
 |  jwd tries to mount the cdrom, the following error is received:
 | 
 |  jwd Error mounting /dev/acd0c on /dist: Operation not supported by device
 | (19).
 | 
 |  Which type of machine did you try?  I've heard exactly the same error
 |  on the VMware's virtual machine.
 | 
 |Abit kr7a motherboard, asus cd (plus two others which didn't
 | work). This machine boots a 4.7 iso with no problems.
 | 
 |How many other people are testing the 5.0 sysinstall booted
 | from a cd and running a local (cd/dvd) install? Try booting and
 | installing from the iso at usw2.freebsd.org and see if it works
 | for you.

I'd love to but usw2.freebsd.org seems to be restricted.  I've got 
the same problem that I can't mount any release built last week.  I 
suppose I should go to a pre GEOM kernel for an install or what would
be a better solution?

Thanks,

ed

 | 
 | Thanks,
 | -John
 | 
 |  -- -
 |  Makoto `MAR' Matsushita
 | 
 | To Unsubscribe: send mail to [EMAIL PROTECTED]
 | with unsubscribe freebsd-current in the body of the message
 | 


-- 


-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message