Re: CDrom problems

2004-06-02 Thread Mark Weinem
On Tue, 25 May 2004, Donald Szatkowski wrote:

 It appears that there are quite a few problems with basic setup and
 cdrom.  Could someone please post a copy of associated files to give
 an example of setup?


1. add vfs.usermount=1 to /etc/sysctl.conf

2. run sysctl vfs.usermount=1

3. add the user to group wheel, adjust the permissions of
   dev/acd0c (FreeBSD 5.x - /dev/acd0) and /dev/cdrom
   if necessary.

For 5.x, make the permissions permanent in /etc/devfs.conf:

perm acd0 0555


Ciao, Mark Weinem
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


CDrom problems

2004-05-25 Thread Donald Szatkowski
It appears that there are quite a few problems with basic setup and cdrom.
Could someone please post a copy of associated files to give an example of 
setup? The kernel.GENERIC is okay for root access to the cdrom, but there are 
problems allowing general users access. Just the general associations would 
work. Also, could someone address the question of ATAPI compliance of 
devices?

Thanks in advance.
Don

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: CDrom problems

2004-05-25 Thread Joe Altman
On Tue, May 25, 2004 at 09:25:34AM -0500, Donald Szatkowski wrote:
 It appears that there are quite a few problems with basic setup and cdrom.

What does this mean? Please elaborate: do you mean that setup
beginning with sysinstall is problematic, in that you cannot use your
cdrom drive during sysinstall?

 Could someone please post a copy of associated files to give an example of 
 setup? The kernel.GENERIC is okay for root access to the cdrom, but there are 
 problems allowing general users access.

This appears to be the well-known FAQ about providing access to the CD
drive for non-root users.

Perhaps this will help:

Go to /usr/share/doc/ on your machine, and look for the FAQ
directory. In that document, you will find that chapter nine, question
9.22, is titled How do I let ordinary users mount floppies, CDROMs
and other removable media? Since the document in question is an html
document, you will be able to use a browser.

 Also, could someone address the question of ATAPI compliance of
 devices?

I'm not sure what this means; what question of compliance?
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Possible CDROM problems with install

2003-11-07 Thread Mike Leman
Thanks for the advice.  I wiped the drive and successfully installed the 
minimal install.  Since things looked good at that point, I tried to add 
some software packages.  There I ran into trouble.  Almost every package 
errored out.  By pressing ALT-F2, I observerd the following errors:
gzip: stdin: invalid compressed data --CRC error
tar: child returned status 1
tar: error exit delayed from previous errors
pkg-add: tar extract of - failed
pkg-add: unable to extract table of contents file from -

Does this sound like a problem reading the CD?

Tonight I tried booting from the CD and installing XWindows.  The 
install stopped almost immediately.  Now I can't boot from the hard 
drive or the CD.  Both ways the boot stops with the line Mounting root 
from ufs:/dev/ad1s1a.  Looks like I'll be wiping the drive again.

Any suggestions?  Would copying the CD to another hard drive on the same 
machine make installing the software packages easier?

Thanks,
Mike
Lowell Gilbert wrote:

When Greg talked about bad CD-ROMs, he meant CD-ROMs, not CD-ROM
drives.  It is, in fact, most likely a bad install disk.  It could be
a bad drive, but that's far less likely.  

Try an absolute minimum install, then go back afterards and add
additional distribution sets from sysinstall.  That will either work
or will give you more useful clues about the source of the problem.

Mike Leman [EMAIL PROTECTED] writes:

 

I am trying to install Freebsd 4.8 on a computer and having a great
deal of problems.   The first time I tried the install stopped when
the doc install was at 100% and would not go on.  I rebooted and it
would boot, but I didn't have much.  I tried booting from the CD to
finish the install, but that didn't work.  I would get a screen screen
dump that just kept scrolling. Since I'm putting this on a second hard
drive, I wiped everything off the drive and started over.  When it was
loading the BIN to first directory, I noticed I was getting a lot of
/stand/cpio: invalid header: checksum error messages.  Then on the
window with progress bar, I got a message  write failure on
transfer.  I acknowledged the error and received a message asking to
try again yes/no.  After retrying and failing a number of times, I
selected no and the docs installed OK.  After this every part of the
install had the write failure until I stopped the install.   On
monitoring side, there were invalid header errors and other errors
also.
In Greg Lehey's book The Complete FREEBSD, he notes can be problems
with ATAPI CD-ROMs.  I have a Acer 36X CDROM that reports ATAPI 36X
MAXIMUM when the computer boots.  Could there be problem with the
CDROM drive?  Is there something I do for this?  Or do I have a bad
install CD?  I just purchased the intall CDs.  Also the Hard drive in
fairly new.  I bought it and installed six months ago, but have not
used till now.
   

When Greg talked about bad CD-ROMs, he meant CD-ROMs, not CD-ROM
drives.  It is, in fact, most likely a bad install disk.  It could be
a bad drive, but that's far less likely.  

Try an absolute minimum install, then go back afterards and add
additional distribution sets from sysinstall.  That will either work
or will give you more useful clues about the source of the problem.
 



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Possible CDROM problems with install

2003-11-02 Thread Lowell Gilbert
Mike Leman [EMAIL PROTECTED] writes:

 I am trying to install Freebsd 4.8 on a computer and having a great
 deal of problems.   The first time I tried the install stopped when
 the doc install was at 100% and would not go on.  I rebooted and it
 would boot, but I didn't have much.  I tried booting from the CD to
 finish the install, but that didn't work.  I would get a screen screen
 dump that just kept scrolling. Since I'm putting this on a second hard
 drive, I wiped everything off the drive and started over.  When it was
 loading the BIN to first directory, I noticed I was getting a lot of
 /stand/cpio: invalid header: checksum error messages.  Then on the
 window with progress bar, I got a message  write failure on
 transfer.  I acknowledged the error and received a message asking to
 try again yes/no.  After retrying and failing a number of times, I
 selected no and the docs installed OK.  After this every part of the
 install had the write failure until I stopped the install.   On
 monitoring side, there were invalid header errors and other errors
 also.
 
 In Greg Lehey's book The Complete FREEBSD, he notes can be problems
 with ATAPI CD-ROMs.  I have a Acer 36X CDROM that reports ATAPI 36X
 MAXIMUM when the computer boots.  Could there be problem with the
 CDROM drive?  Is there something I do for this?  Or do I have a bad
 install CD?  I just purchased the intall CDs.  Also the Hard drive in
 fairly new.  I bought it and installed six months ago, but have not
 used till now.

When Greg talked about bad CD-ROMs, he meant CD-ROMs, not CD-ROM
drives.  It is, in fact, most likely a bad install disk.  It could be
a bad drive, but that's far less likely.  

Try an absolute minimum install, then go back afterards and add
additional distribution sets from sysinstall.  That will either work
or will give you more useful clues about the source of the problem.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Possible CDROM problems with install

2003-10-31 Thread Mike Leman
I am trying to install Freebsd 4.8 on a computer and having a great deal 
of problems.   The first time I tried the install stopped when the doc 
install was at 100% and would not go on.  I rebooted and it would boot, 
but I didn't have much.  I tried booting from the CD to finish the 
install, but that didn't work.  I would get a screen screen dump that 
just kept scrolling. 

Since I'm putting this on a second hard drive, I wiped everything off 
the drive and started over.  When it was loading the BIN to first 
directory, I noticed I was getting a lot of /stand/cpio: invalid 
header: checksum error messages.  Then on the window with progress bar, 
I got a message  write failure on transfer.  I acknowledged the error 
and received a message asking to try again yes/no.  After retrying and 
failing a number of times, I selected no and the docs installed OK.  
After this every part of the install had the write failure until I 
stopped the install.   On monitoring side, there were invalid header 
errors and other errors also.

In Greg Lehey's book The Complete FREEBSD, he notes can be problems 
with ATAPI CD-ROMs.  I have a Acer 36X CDROM that reports ATAPI 36X 
MAXIMUM when the computer boots.  Could there be problem with the CDROM 
drive?  Is there something I do for this?  Or do I have a bad install 
CD?  I just purchased the intall CDs.  Also the Hard drive in fairly 
new.  I bought it and installed six months ago, but have not used till now.

Any help you can give will be appreciated.

Thanks,
Mike
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]