Re: Building an ISO for CD release of a custom FreeBSD 5.4

2005-07-13 Thread Kövesdán Gábor

Jonathan Beit-Aharon wrote:


I tried the following:

   cd /usr/src/release
   make release CHROOTDIR=/usr/v54export BUILDNAME=FBSD54_050712 
RELEASETAG=RELENG_5 \
   CVSROOT=:pserver:[EMAIL PROTECTED]:/home/ncvs 
EXTSRCDIR=/usr/src \
   MAKE_ISOS=/usr/v54export COMPAT_DISTS=compat4x 
OTHER_DISTS=manpages \

   NOPORTS=YES

It complained that the connection to the CVS repository is being 
refused.  I tried changing the CVSROOT to :pserver:[EMAIL PROTECTED] 
but that and several other protocol variations didn't help.   I can't 
see why -- does anyone know/care?   Is there a simple way to overcome 
this obstacle (is the documentation wrong/typo'ed)?


There are three main components of a custom install disc: Distributions 
(binaries), documentations, ports collection.
As for the binaries, they are built from /usr/src since You use EXTRCDIR 
macro. As for ports collection, it won't be integrated since You 
specified NOPORTS=YES. As for documentation, it will be built from the 
CVS repository if You don't specify EXTDOCDIR, so the documentation will 
be checked out from the repository and You can only specify a local 
directory where the CVS repository is mirrored, afaik. I haven't seen 
any example that used that pserver address. So You'd better mirror it 
with CVSup and then You could specify such /usr/home/ncvs, if your 
mirror is located under /usr/home/ncvs


Cheers,

Gábor Kövesdán

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


FreeBSD 5.4 CD and Adaptec 2010s controller w/ RAID 10

2005-07-13 Thread M. L.

Hi list,

I'm having a strange problem while trying to install FreeBSD on a 
pentium 4 server with an adaptec 2010s controller with a built RAID 10. 
It goes fine until
it tries to read the CD (to install FreeBSD), at that point it starts 
spitting random numbers and letters in blocks, something like:


cc 99 cc aa dd 99 cc 99 cc aa dd 99 cc 99 cc aa dd 99
cc 99 cc aa dd 99 cc 99 cc aa dd 99 cc 99 cc aa dd 99
cc 99 cc aa dd 99 cc 99 cc aa dd 99 cc 99 cc aa dd 99
cc 99 cc aa dd 99 cc 99 cc aa dd 99 cc 99 cc aa dd 99
cc 99 cc aa dd 99 cc 99 cc aa dd 99 cc 99 cc aa dd 99


(letters/numbers are different)

and it never stops. If I destroy the RAID 10, FreeBSD will boot up fine 
and detect all 4 disks.. if I insert a Windows CD, it will go to Windows 
the installation screen, which leads me to believe it is a problem 
related with FreeBSD and the fact that there is a RAID 10 created 
(remember, if I destroy the RAID it works fine and will go to sysinstall)


This is my first RAID installation on a FreeBSD system, so I might be 
missing something obvious.. Does anyone have a clue ?


Thanks in advance!


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


Building an ISO for CD release of a custom FreeBSD 5.4

2005-07-13 Thread Jonathan Beit-Aharon

Hi,
I ported/upgraded our custom FreeBSD (custom kernel, security patches, 
etc.) from 4.9-stable to 5.4-stable, and have downloaded and built all 
the ports we need.


I want to provide this already-built system for use in our QA lab and by 
other developers, so I'm attempting to build a bootable CD that captures it.


Since I have never done this before, I read the fine manual (man build 
and man release), and some articles that came up when I searched for 
various combinations of {freebsd, release, make, iso, isos, custom, cd, 
and cdrom}, and tried to follow their examples.   It isn't easy, because 
the documentation of MAKE_ISOS and NOPORTS is rather incomplete.


I tried the following:

   cd /usr/src/release
   make release CHROOTDIR=/usr/v54export BUILDNAME=FBSD54_050712 
RELEASETAG=RELENG_5 \
   CVSROOT=:pserver:[EMAIL PROTECTED]:/home/ncvs 
EXTSRCDIR=/usr/src \
   MAKE_ISOS=/usr/v54export COMPAT_DISTS=compat4x 
OTHER_DISTS=manpages \

   NOPORTS=YES

It complained that the connection to the CVS repository is being 
refused.  I tried changing the CVSROOT to :pserver:[EMAIL PROTECTED] 
but that and several other protocol variations didn't help.   I can't 
see why -- does anyone know/care?   Is there a simple way to overcome 
this obstacle (is the documentation wrong/typo'ed)?


I tried to "cvs import" /usr/src into /usr/v54cvs and then specify the 
CVSROOT as /usr/v54cvs.   Here is the tail of 'script' capture of that 
build:


   cvs checkout: Updating ports/lang/perl5.8/files^M
   rm -rf /usr/v54export/usr/doc^M
   cd /usr/v54export/usr &&  cvs -R  -d /usr/v54cvs  co  -P doc^M
   cvs checkout: Updating doc^M
   if [ -d /usr/src/release/../../ports/distfiles/ ]; then  cp -rp
   /usr/src/release/../../ports/distfiles 
   /usr/v54export/usr/ports/distfiles;  else  mkdir -p

   /usr/v54export/usr/ports/distfiles;  fi^M
   make: don't know how to make checksum-recursive. Stop^M
   *** Error code 2^M
   ^M
   Stop in /usr/src/release.^M
   *** Error code 1^M
   ^M
   Stop in /usr/src/release.^M
   # exit ^M

Well, at least this "checksum-recursive" thing is new -- can you help me 
overcome it?


Am I doing something so wrong I don't even know how to ask the right 
question(s)?   If so, please be so kind as to point me in the right 
direction.


Desperate (not yet sleepless, but close) in Waltham,
Jonathan



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


installing crypto distribution without cd

2005-07-04 Thread Didier Wiroth
Hi,

I reinstalled my laptop (via ftp).

During the install it was not able to locate the "crypto distribution" and thus 
didn't install it.

How can I install the "crypto distribution"  now  without having the 
5.4-release cd?

Many thanks
Didier


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


Re: Aspire 1300 [slim-line cd-rom issue?]

2005-06-30 Thread JM

Ola Ericsson wrote:


Hi
I've been trying to install the latest version (5.4) of FreeBsd on my 
laptop an Acer Aspire 1300.
It seams impossible, it hangs during istallation.  I've tried to get 
some info on the Web but there is no help. So please can you help me. 
I'm realy feed up with microsoft Xp and looking for a new OS.
I tried the livecd from Freesbie and liked it thats why I'm trying to 
install FreeBsd.


Ola


ok... i had a problem similar to this.  the problem wasn't actually with 
a laptop but it was a piece of hardware very similar to one.  when i 
installed freebsd on my EPIA system FreeBSD hated it.  the system was 
basically built like a laptop with a slimline cd-rom and a 2.5" hard 
drive.  FreeBSD would not recognize UDMA on the cd-rom and would 
constantly timeout (or hang) the installation when installing from cd.  
i basically had to boot from the cd and get to the installation and then 
install from FTP.  i highly recommend installing a minimal installation 
from FTP to get you started and then get the ports collection from CVS 
at a convenient time.  try it and see if this works for you.


by the way... i haven't fixed this issue with my cd-rom yet...  if 
anyone would like to help that would be great.  here's a cut from dmesg:


atapci0:  port 
0xd000-0xd00f,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 17.1 on pci0

ata0: channel #0 on atapci0
ata1: channel #1 on atapci0

ata0-master: DMA limited to UDMA33, non-ATA66 cable or device
ad0: 19077MB  [38760/16/63] at ata0-master UDMA33
acd0: CDROM  at ata0-slave UDMA33
Mounting root from ufs:/dev/ad0s1a

and here's atacontrol info:
atacontrol info ata0
Master:  ad0  ATA/ATAPI revision 6
Slave:  acd0  ATA/ATAPI revision 0

not sure about the make of the cdrom... can't recall.  if it's important 
i can look it up later.

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


Re: boot into sigle user from cd

2005-06-23 Thread Eric

Giorgos Keramidas wrote:


On 2005-06-23 15:18, Eric <[EMAIL PROTECTED]> wrote:
 


I am building a custom recovery cd and would like to have it boot into
sigle user mode automatically.

Within the loader.rc file I have:
set boot_single

which boots into signle usr, however, it prompts for the default shell;

"Enter full pathname of shell or RETURN for /bin/sh:"

Is there a way to set the default shell so that it does not prompt?
   



IIRC, it is init(8) that prints this final message and not the loader.

Right...

if you look at /usr/src/sbin/init/init.c, you'll see that init(8) builds
with -DDEBUGSHELL.  Removing this from the Makefile and rebuilding
/sbin/init disabled the prompt for a shell and will just fire up /bin/sh
(or whatever _PATH_BSHELL was when /sbin/init was built).

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

 


Excellent, Thank you so very much that did the trick!

Eric



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


Re: boot into sigle user from cd

2005-06-23 Thread Giorgos Keramidas
On 2005-06-23 15:18, Eric <[EMAIL PROTECTED]> wrote:
> I am building a custom recovery cd and would like to have it boot into
> sigle user mode automatically.
>
> Within the loader.rc file I have:
>  set boot_single
>
> which boots into signle usr, however, it prompts for the default shell;
>
> "Enter full pathname of shell or RETURN for /bin/sh:"
>
> Is there a way to set the default shell so that it does not prompt?

IIRC, it is init(8) that prints this final message and not the loader.

Right...

if you look at /usr/src/sbin/init/init.c, you'll see that init(8) builds
with -DDEBUGSHELL.  Removing this from the Makefile and rebuilding
/sbin/init disabled the prompt for a shell and will just fire up /bin/sh
(or whatever _PATH_BSHELL was when /sbin/init was built).

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


boot into sigle user from cd

2005-06-23 Thread Eric
I am building a custom recovery cd and would like to have it boot into 
sigle user mode automatically.


Within the loader.rc file I have:
 set boot_single

which boots into signle usr, however, it prompts for the default shell;

"Enter full pathname of shell or RETURN for /bin/sh:"

Is there a way to set the default shell so that it does not prompt?

Thanks
Eric

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


Re: Bootable CD with virus checking for NTFS

2005-06-08 Thread John Oxley
On Wed, Jun 08, 2005 at 08:44:46AM -0700, Brent Wiese wrote:
> I've been searching around for a bootable CD that can virus fix NTFS
> partitions. Obviously that means it needs to be able to mount NTFS
> partitions as RW.

http://www.nu2.nu/pebuilder/



smime.p7s
Description: S/MIME cryptographic signature


Re: Bootable CD with virus checking for NTFS

2005-06-08 Thread Tony Shadwick

On Wed, 8 Jun 2005, Brent Wiese wrote:


I've been searching around for a bootable CD that can virus fix NTFS
partitions. Obviously that means it needs to be able to mount NTFS
partitions as RW.

I've found several CD's based on Linux that will check in RO mode, but none
that will (safely anyways) in RW.

Pipe dream?

Heck, doesn't even need to be free as long as the cost is reasonable.

Just so extra emails aren't generated, I've tried:

Helix
Ultimate Boot CD (this one claims NTFS RW, but when I boot, it appears to be
RO... Haven't actually tried using on an infected system yet)
Auditor
Whoppix


Just so you know, I'm pretty sure all of the LiveCD's go RO by default, 
even if the kernel is compiled to allow RW.  That's just a safety 
precaution against users that don't know the limits and dangers of writing 
to an NTFS volume.  You can still pop open a terminal and re-mount it RW 
by hand, although I would suggest running clam (that's what you're using, 
right?), and if you FIND a virus, mount it RW and either remove it by hand 
or run clam again again allow clam to clean up the mess then.

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


Bootable CD with virus checking for NTFS

2005-06-08 Thread Brent Wiese
I've been searching around for a bootable CD that can virus fix NTFS
partitions. Obviously that means it needs to be able to mount NTFS
partitions as RW.

I've found several CD's based on Linux that will check in RO mode, but none
that will (safely anyways) in RW.

Pipe dream?

Heck, doesn't even need to be free as long as the cost is reasonable.

Just so extra emails aren't generated, I've tried:

Helix
Ultimate Boot CD (this one claims NTFS RW, but when I boot, it appears to be
RO... Haven't actually tried using on an infected system yet)
Auditor
Whoppix

Thanks!
Brent



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


Re: CD paranoia caused crash

2005-06-03 Thread Darrel

On Fri, 3 Jun 2005, Anthony Philipp wrote:


Hello again,

I had previously asked about this issue on the list, and no one
responded. So after waiting a week or so I am trying again.
Basically the issue is that I was using abcde to rip a CD, and abcde
uses CD paranoia to rip the tracks themselves. Anyway I was doing
this as an unprivileged user which had read access to the drive
/dev/acd0. After the drive failed to read the CDa few times, the
machine just rebooted. I was just wondering how this could have
happened, and how I can prevent it from happening in the future.

Thanks again in advance,

Anthony Philipp





From /var/log/messages

--
May 22 13:50:24 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR 
May 22 13:54:57


? what is the result of
% cat /etc/rc.conf

Were you using a heavyweight window manager; e.g., Gnome?

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


[philipp1@uiuc.edu: CD paranoia caused crash]

2005-06-02 Thread Anthony Philipp
Hello again,

I had previously asked about this issue on the list, and no one
responded. So after waiting a week or so I am trying again.
Basically the issue is that I was using abcde to rip a CD, and abcde
uses CD paranoia to rip the tracks themselves. Anyway I was doing
this as an unprivileged user which had read access to the drive
/dev/acd0. After the drive failed to read the CDa few times, the
machine just rebooted. I was just wondering how this could have
happened, and how I can prevent it from happening in the future.

Thanks again in advance,

Anthony Philipp


- Forwarded message from Anthony Philipp <[EMAIL PROTECTED]> -

Date: Tue, 24 May 2005 15:59:17 -0500
From: Anthony Philipp <[EMAIL PROTECTED]>
To: freebsd-questions@freebsd.org
Subject: CD paranoia caused crash
User-Agent: Mutt/1.4.1i

Hello,

I was ripping a CD with abcde which uses CD paranoia to rip. The CD
had a scratch in it and it would not be read. Then after a few
minutes my machine simply rebooted. I was wondering how exactly this
was allowed since I was ripping this CD as a non-privileged user. I
have included the relevant /var/log/messages section and a dmesg. If
there is anything else that would be of value please tell me. Is
this avoidable in the future? I would hate for users who have read
access to the CD drive to be able to crash my machine. 

Thanks for your help,
Anthony Philipp

>From /var/log/messages
--
May 22 13:50:24 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:50:28 lupin last message repeated 2 times
May 22 13:50:32 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:50:48 lupin last message repeated 8 times
May 22 13:50:50 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:51:03 lupin last message repeated 6 times
May 22 13:51:07 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:51:25 lupin last message repeated 8 times
May 22 13:51:27 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:51:41 lupin last message repeated 6 times
May 22 13:51:42 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:52:13 lupin last message repeated 14 times
May 22 13:52:40 lupin last message repeated 12 times
May 22 13:52:42 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:52:52 lupin last message repeated 5 times
May 22 13:52:57 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:53:13 lupin last message repeated 8 times
May 22 13:53:15 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:53:42 lupin last message repeated 13 times
May 22 13:53:45 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:54:57 lupin syslogd: kernel boot file is /boot/kernel/kernel
May 22 13:54:57 lupin kernel: Copyright (c) 1992-2005 The FreeBSD Project.
May 22 13:54:57 lupin kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
May 22 13:54:57 lupin kernel: The Regents of the University of California. All 
rights reserved.
May 22 13:54:57 lupin kernel: FreeBSD 5.4-RELEASE-p1 #7: Sat May 14 20:27:25 
CDT 2005
May 22 13:54:57 lupin kernel: [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUPIN
-

>From dmesg

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-RELEASE-p1 #7: Sat May 14 20:27:25 CDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUPIN
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 1300MHz (1296.07-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf07  Stepping = 7
  
Features=0x3febf9ff
real memory  = 670593024 (639 MB)
avail memory = 650772480 (620 MB)
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 0xe800-0xefff at device 0.0 
on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pcib2:  at device 30.0 on pci0
pci2:  on pcib2
twe0: <3ware Storage Controller. Driver version 1.50.01.002> port 0xdcf0-0xdcff 
mem 0xfe80-0xfeff irq 10 at device 8.0 on pci2
twe0: 4 ports, Firmware FE7S 1.05.00.065, BIOS BE7X 1.08.00.048
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xdc00-0xdc7f mem 
0xff6ff800-0xff6ff87f irq 11 at device 12.0 on pci2
miibus0:  on xl0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ether

Re: K3b and audio CD

2005-05-31 Thread Nicolas Blais
On May 31, 2005 04:25 pm, Sergiu - IT wrote:
> Hi, guys !
> I tryed to make an audio CD using K3b, but I've got this error:
>
> "No audio decoder plugins found. You won't be able to add any files to
> the audio project!"
>
> Does anybody know what is this meaning ? Until two days ago it certainly
> worked, but now I get this error. I have't installed anything new. So...
> where is the problem ?
>
> Here is uname -a (in case that it matters):
>
> [EMAIL PROTECTED] uname -a
> FreeBSD sergiu.sergiu.tarnita.net 5.4-RELEASE FreeBSD 5.4-RELEASE #1:
> Thu May 19 21:38:29 EEST 2005
> [EMAIL PROTECTED]:/usr/src/sys/i386/compile/sergiu  i386
> [EMAIL PROTECTED]

I had this problem and it was fixed by updating the ports.  Try it :)

Nicolas.
-- 
FreeBSD 6.0-CURRENT #0: Fri May 27 12:20:45 EDT 2005 
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/CLK01A 
PGP? : http://66.130.198.54:8081/security/nb_root.asc


pgpRn2i0hIQAR.pgp
Description: PGP signature


K3b and audio CD

2005-05-31 Thread Sergiu - IT

Hi, guys !
I tryed to make an audio CD using K3b, but I've got this error:

"No audio decoder plugins found. You won't be able to add any files to 
the audio project!"


Does anybody know what is this meaning ? Until two days ago it certainly 
worked, but now I get this error. I have't installed anything new. So... 
where is the problem ?


Here is uname -a (in case that it matters):

[EMAIL PROTECTED] uname -a
FreeBSD sergiu.sergiu.tarnita.net 5.4-RELEASE FreeBSD 5.4-RELEASE #1: 
Thu May 19 21:38:29 EEST 2005 
[EMAIL PROTECTED]:/usr/src/sys/i386/compile/sergiu  i386

[EMAIL PROTECTED]

--


 -- Sergiu - IT --

 http://www.sergiu-it.home.ro/
 http://vegetarieni.3xforum.ro/

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


CD paranoia caused crash

2005-05-24 Thread Anthony Philipp
Hello,

I was ripping a CD with abcde which uses CD paranoia to rip. The CD
had a scratch in it and it would not be read. Then after a few
minutes my machine simply rebooted. I was wondering how exactly this
was allowed since I was ripping this CD as a non-privileged user. I
have included the relevant /var/log/messages section and a dmesg. If
there is anything else that would be of value please tell me. Is
this avoidable in the future? I would hate for users who have read
access to the CD drive to be able to crash my machine. 

Thanks for your help,
Anthony Philipp

>From /var/log/messages
--
May 22 13:50:24 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:50:28 lupin last message repeated 2 times
May 22 13:50:32 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:50:48 lupin last message repeated 8 times
May 22 13:50:50 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:51:03 lupin last message repeated 6 times
May 22 13:51:07 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:51:25 lupin last message repeated 8 times
May 22 13:51:27 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:51:41 lupin last message repeated 6 times
May 22 13:51:42 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:52:13 lupin last message repeated 14 times
May 22 13:52:40 lupin last message repeated 12 times
May 22 13:52:42 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:52:52 lupin last message repeated 5 times
May 22 13:52:57 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:53:13 lupin last message repeated 8 times
May 22 13:53:15 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x00 
ascq=0x00 error=0
May 22 13:53:42 lupin last message repeated 13 times
May 22 13:53:45 lupin kernel: acd0: FAILURE - READ_CD MEDIUM ERROR asc=0x11 
ascq=0x00 error=0
May 22 13:54:57 lupin syslogd: kernel boot file is /boot/kernel/kernel
May 22 13:54:57 lupin kernel: Copyright (c) 1992-2005 The FreeBSD Project.
May 22 13:54:57 lupin kernel: Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 
1991, 1992, 1993, 1994
May 22 13:54:57 lupin kernel: The Regents of the University of California. All 
rights reserved.
May 22 13:54:57 lupin kernel: FreeBSD 5.4-RELEASE-p1 #7: Sat May 14 20:27:25 
CDT 2005
May 22 13:54:57 lupin kernel: [EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUPIN
-

>From dmesg

Copyright (c) 1992-2005 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
The Regents of the University of California. All rights reserved.
FreeBSD 5.4-RELEASE-p1 #7: Sat May 14 20:27:25 CDT 2005
[EMAIL PROTECTED]:/usr/obj/usr/src/sys/LUPIN
Timecounter "i8254" frequency 1193182 Hz quality 0
CPU: Intel(R) Pentium(R) 4 CPU 1300MHz (1296.07-MHz 686-class CPU)
  Origin = "GenuineIntel"  Id = 0xf07  Stepping = 7
  
Features=0x3febf9ff
real memory  = 670593024 (639 MB)
avail memory = 650772480 (620 MB)
npx0:  on motherboard
npx0: INT 16 interface
acpi0:  on motherboard
acpi0: Power Button (fixed)
Timecounter "ACPI-fast" frequency 3579545 Hz quality 1000
acpi_timer0: <24-bit timer at 3.579545MHz> port 0x808-0x80b on acpi0
cpu0:  on acpi0
acpi_button0:  on acpi0
pcib0:  port 0xcf8-0xcff on acpi0
pci0:  on pcib0
agp0:  mem 0xe800-0xefff at device 0.0 
on pci0
pcib1:  at device 1.0 on pci0
pci1:  on pcib1
pci1:  at device 0.0 (no driver attached)
pcib2:  at device 30.0 on pci0
pci2:  on pcib2
twe0: <3ware Storage Controller. Driver version 1.50.01.002> port 0xdcf0-0xdcff 
mem 0xfe80-0xfeff irq 10 at device 8.0 on pci2
twe0: 4 ports, Firmware FE7S 1.05.00.065, BIOS BE7X 1.08.00.048
xl0: <3Com 3c905C-TX Fast Etherlink XL> port 0xdc00-0xdc7f mem 
0xff6ff800-0xff6ff87f irq 11 at device 12.0 on pci2
miibus0:  on xl0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
xl0: Ethernet address: [snip]
isab0:  at device 31.0 on pci0
isa0:  on isab0
atapci0:  port 
0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 31.1 on pci0
ata0: channel #0 on atapci0
ata1: channel #1 on atapci0
uhci0:  port 0xff80-0xff9f irq 
11 at device 31.2 on pci0
usb0:  on uhci0
usb0: USB revision 1.0
uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub0: 2 ports with 2 removable, self powered
pci0:  at device 31.3 (no driver attached)
uhci1:  port 0xff60-0xff7f irq 9 
at device 31.4 on pci0
usb1:  on uhci1
usb1: USB revision 1.0
uhub1: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1
uhub1: 2 ports with 2 removable, self powered
fdc0:  port 0x3f7,0x3f0-0x3f5 irq 6 drq 2 on acpi0
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  port 0x64,0x60 irq 1 on acpi0
atkbd0:  irq 1 on atkbdc0
k

Re: clone cd disk to cd disk

2005-05-15 Thread Fabian Keil
"fbsd_user" <[EMAIL PROTECTED]> wrote:

> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] Behalf Of Fabian
> Keil
> > Sent: Saturday, May 14, 2005 5:22 PM
> > To: [EMAIL PROTECTED]
> > Cc: [EMAIL PROTECTED] ORG
> > Subject: Re: clone cd disk to cd disk
> >
> > Its my understanding both of your suggestions only read the
> contents
> > of the source cd as files thus no MBR or any of those imbedded
> > hidden hardware security measures would get cloned.  Which is the
> > purpose of asking for a cdrom sector cloning program or utility.
> 
> 1. Neither dd nor readcd does "file reading".
> 2. You don't need to clone sectors to copy a bootable cd.
> 3. readcd has a clone switch.
> 4. If your "hidden hardware security measures" read the ATIP,
>you are lost anyway.
> 
> Fabian
> --
> ****
> **
> 
> Fabian,  thanks for the insight.
> 
> I am running 4.10 generic kernel with 2 ata cd drives.
> Master is read only and slave is rd/rw.
> 
> How would I code the burncd command to read all the music files from
> cd0 and write to cd1 without work file in between?
> 
> How would I code the burncd command to clone a bootable cd without
> work file in between?

I never used burncd. man burncd seems to be a good starting point.

Fabian
-- 
http://www.fabiankeil.de/


pgp75xSHegkIB.pgp
Description: PGP signature


RE: clone cd disk to cd disk

2005-05-14 Thread fbsd_user
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Fabian
Keil
> Sent: Saturday, May 14, 2005 5:22 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED] ORG
> Subject: Re: clone cd disk to cd disk
>
> Its my understanding both of your suggestions only read the
contents
> of the source cd as files thus no MBR or any of those imbedded
> hidden hardware security measures would get cloned.  Which is the
> purpose of asking for a cdrom sector cloning program or utility.

1. Neither dd nor readcd does "file reading".
2. You don't need to clone sectors to copy a bootable cd.
3. readcd has a clone switch.
4. If your "hidden hardware security measures" read the ATIP,
   you are lost anyway.

Fabian
--

**

Fabian,  thanks for the insight.

I am running 4.10 generic kernel with 2 ata cd drives.
Master is read only and slave is rd/rw.

How would I code the burncd command to read all the music files from
cd0 and write to cd1 without work file in between?

How would I code the burncd command to clone a bootable cd without
work file in between?


Thanks



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


Re: clone cd disk to cd disk

2005-05-14 Thread Fabian Keil
"fbsd_user" <[EMAIL PROTECTED]> wrote:

> "fbsd_user" <[EMAIL PROTECTED]> wrote:
> 
> > Looking for command line job that will clone a bootable cdrom disk
> raw
> > sector by sector to blank cdrom so its also bootable.
> >
> > Any recommendations on how to do this so?
> 
> I would chose readcd + cdrecord, but dd + burncd should work
> as well and can be used with the GENERIC kernel.
> 
> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-c
> ds.html
> 
> Fabian
> --
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Fabian Keil
> Sent: Saturday, May 14, 2005 5:22 PM
> To: [EMAIL PROTECTED]
> Cc: [EMAIL PROTECTED] ORG
> Subject: Re: clone cd disk to cd disk
> 
> Its my understanding both of your suggestions only read the contents
> of the source cd as files thus no MBR or any of those imbedded
> hidden hardware security measures would get cloned.  Which is the
> purpose of asking for a cdrom sector cloning program or utility.

1. Neither dd nor readcd does "file reading".
2. You don't need to clone sectors to copy a bootable cd.
3. readcd has a clone switch.
4. If your "hidden hardware security measures" read the ATIP,
   you are lost anyway.

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


RE: clone cd disk to cd disk

2005-05-14 Thread fbsd_user


"fbsd_user" <[EMAIL PROTECTED]> wrote:

> Looking for command line job that will clone a bootable cdrom disk
raw
> sector by sector to blank cdrom so its also bootable.
>
> Any recommendations on how to do this so?

I would chose readcd + cdrecord, but dd + burncd should work
as well and can be used with the GENERIC kernel.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-c
ds.html

Fabian
--


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Fabian Keil
Sent: Saturday, May 14, 2005 5:22 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED] ORG
Subject: Re: clone cd disk to cd disk

Its my understanding both of your suggestions only read the contents
of the source cd as files thus no MBR or any of those imbedded
hidden hardware security measures would get cloned.  Which is the
purpose of asking for a cdrom sector cloning program or utility.


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


Re: clone cd disk to cd disk

2005-05-14 Thread Fabian Keil
"fbsd_user" <[EMAIL PROTECTED]> wrote:

> Looking for command line job that will clone a bootable cdrom disk raw
> sector by sector to blank cdrom so its also bootable.
> 
> Any recommendations on how to do this so?

I would chose readcd + cdrecord, but dd + burncd should work
as well and can be used with the GENERIC kernel.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

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


clone cd disk to cd disk

2005-05-14 Thread fbsd_user
Looking for command line job that will clone a bootable cdrom disk raw
sector by sector to blank cdrom so its also bootable.

Any recommendations on how to do this so?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Fresh 5.4 Install, which CD?

2005-05-11 Thread Toomas Aas
Kevin wrote:
I'm a renewed FreeBSD newbie, my last use being v3.4.
I want to install 5.4 release and I downloaded both
CDs.  My question is this:
Which CD do I boot from?  CD1 or CD2?
Short answer: CD1.
Better answer:
This is covered in release notes. Assuming you have an i386 machine, see:
http://www.freebsd.org/releases/5.4R/relnotes-i386.html#RELENG
It is always a good idea to look through the release notes before 
beginning the installation of new FreeBSD version.

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


Fresh 5.4 Install, which CD?

2005-05-11 Thread Kevin
I'm a renewed FreeBSD newbie, my last use being v3.4.

I want to install 5.4 release and I downloaded both
CDs.  My question is this:

Which CD do I boot from?  CD1 or CD2?

Sounds like a stupid question, but when I installed
5.3 last week, I never used CD2, and it never asked
for it.

As far as I can tell CD2 is the same as CD1!

With 5.4 I made sure that I wrote the correct ISOs to
CD1 and CD2.

Thanking you in advance.Kev :)

Find local movie times and trailers on Yahoo! Movies.
http://au.movies.yahoo.com
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't play CD / mount CDROM

2005-05-04 Thread Jerry McAllister
> 
> Hey Toomas,
> In followup to my prev. reply and your question.
> Here is the output of the command: 'grep acd0 /var/run/dmesg.boot'
> acd0: CDROM  at ata0-slave PIO4
> 
> Thanks.
> PS: Kent, your suggestion is what I have already tried ...I've tried to 
> 'umount /cdrom' it doesn't do anything since BSD cannot find it... when 
> I go in /dev I do not see /cdrom there is only acd0, However when I try 
> mkdir cdrom under /dev it says it already exists...? ls -a doesn't show 
> anything. The intelligence behind the O/S is what amazes me...lol

I haven't been following this thread so I may be jumping in out of
order, but a comment on this post.

You would not do a mkdir of anything in /dev.   
That directory is a special one for devices.   acd0 is a device,
for example.   You want to mount this device to a mount point.
To make a /cdrom mount mount, 
you would probably want to do mkdir cdrom in root, eg.
   cd /
   mkdir cdrom

Then do something like mount /dev/acd0 /cdrom
or probably more like:

   mount_cd9660 /dev/acd0c /cdrom

But, that is for looking at files in a file system way.
Probably, for sound, you don't want to mount the cd at all.
I had sound in a FreeBSD 3.xxx a long time ago, but haven't
bothered in several years with more recent version.   So things
may well have changed.

I believe you do still need to have your kernel built with 'device  snd'.
Check in:  /usr/src/sys/i386/conf/LINT
or its 5.xxx equivalent (I don't have a 5.xxx handy at the moment to look at).

jerry

> 
> >From: Toomas Aas <[EMAIL PROTECTED]>
> >To: Michael Neeff <[EMAIL PROTECTED]>
> >CC: [EMAIL PROTECTED]
> >Subject: Re: Can't play  CD / mount CDROM
> >Date: Mon, 02 May 2005 23:23:13 +0300
> >
> >Hi Michael!
> >
> >I was hoping someone can give you a more definite answer, but it seems 
> >no-one knowledgeable has responded, so here are my comments, worth exactly 
> >what you paid for them :)
> >
> >>I've been trying since the past couple of days to get my sound back... it 
> >>all started when I followed the steps from the manual in setting up 
> >>statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD 
> >>5.3. I included the "snd_sbc" driver, since when I kldload snd_driver it 
> >>comes up as ESS 1869 in my kernel file (MYKERNEL).. I also included the 
> >>line "device sound" in the MYKERNEL (customized kernel Chp. 7) for some 
> >>reason it doesn't work when I want to run mpg123...
> >
> >The above stuff seems roughly correct. That's how I built sound into kernel 
> >on my home PC, but I'm not at that PC now so I can't check my kernel 
> >config.
> >
> >What do you mean by "it doesn't work"? Do you get an error message? Or 
> >simply nothing happens? In the latter case, check your mixer settings, 
> >speaker volume knob and physical connections.
> >
> >After building sound into kernel, you can also remove the relevant module 
> >loading lines from /boot/loader.conf, but I think that even if you left 
> >them in it shouldn't prevent sound from working - you would just get an 
> >error message saying something to the tune of "file already exists", 
> >meaning that the functionality for which you are trying to load the module 
> >is already included in the kernel.
> >
> >>...Anyways this is the least of my problems. I now comment the lines: 
> >>device snd_sbc, device sound recomplie the kernel and keep getting cd9660: 
> >>device /dev/acd0 Input/Ouput error when I try to mount any of my CDs... 
> >>(music or data)
> >
> >You shouldn't try to mount music CDs since they don't contain any 
> >filesystem that can be mounted. The error message above is exactly what you 
> >get when you try to mount an audio CD. Mounting data CDs should work, 
> >though.
> >
> >Does the command 'grep acd0 /var/run/dmesg.boot' contain any text?
> >
> >>I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other 
> >>combinations :
> >>mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 
> >>/cdrom; mount /cdrom  - still the same thing...
> >
> >At least *some* of the above commands should work ;-)
> >
> >>I even tried loading my old kernel (GENERIC)  from /boot/kernel.old/kernel 
> >>(Btw, is this the same as the last recompile of MYKERNE?L... I think I 
> >>have compiled 3/4 times by now in the hopes that this would wor

Re: Can't play CD / mount CDROM

2005-05-04 Thread Michael Neeff
Hey Toomas,
In followup to my prev. reply and your question.
Here is the output of the command: 'grep acd0 /var/run/dmesg.boot'
acd0: CDROM  at ata0-slave PIO4
Thanks.
PS: Kent, your suggestion is what I have already tried ...I've tried to 
'umount /cdrom' it doesn't do anything since BSD cannot find it... when 
I go in /dev I do not see /cdrom there is only acd0, However when I try 
mkdir cdrom under /dev it says it already exists...? ls -a doesn't show 
anything. The intelligence behind the O/S is what amazes me...lol

From: Toomas Aas <[EMAIL PROTECTED]>
To: Michael Neeff <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Can't play  CD / mount CDROM
Date: Mon, 02 May 2005 23:23:13 +0300
Hi Michael!
I was hoping someone can give you a more definite answer, but it seems 
no-one knowledgeable has responded, so here are my comments, worth exactly 
what you paid for them :)

I've been trying since the past couple of days to get my sound back... it 
all started when I followed the steps from the manual in setting up 
statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD 
5.3. I included the "snd_sbc" driver, since when I kldload snd_driver it 
comes up as ESS 1869 in my kernel file (MYKERNEL).. I also included the 
line "device sound" in the MYKERNEL (customized kernel Chp. 7) for some 
reason it doesn't work when I want to run mpg123...
The above stuff seems roughly correct. That's how I built sound into kernel 
on my home PC, but I'm not at that PC now so I can't check my kernel 
config.

What do you mean by "it doesn't work"? Do you get an error message? Or 
simply nothing happens? In the latter case, check your mixer settings, 
speaker volume knob and physical connections.

After building sound into kernel, you can also remove the relevant module 
loading lines from /boot/loader.conf, but I think that even if you left 
them in it shouldn't prevent sound from working - you would just get an 
error message saying something to the tune of "file already exists", 
meaning that the functionality for which you are trying to load the module 
is already included in the kernel.

...Anyways this is the least of my problems. I now comment the lines: 
device snd_sbc, device sound recomplie the kernel and keep getting cd9660: 
device /dev/acd0 Input/Ouput error when I try to mount any of my CDs... 
(music or data)
You shouldn't try to mount music CDs since they don't contain any 
filesystem that can be mounted. The error message above is exactly what you 
get when you try to mount an audio CD. Mounting data CDs should work, 
though.

Does the command 'grep acd0 /var/run/dmesg.boot' contain any text?
I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other 
combinations :
mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 
/cdrom; mount /cdrom  - still the same thing...
At least *some* of the above commands should work ;-)
I even tried loading my old kernel (GENERIC)  from /boot/kernel.old/kernel 
(Btw, is this the same as the last recompile of MYKERNE?L... I think I 
have compiled 3/4 times by now in the hopes that this would work)
Yes, every time you build an install new kernel, the previous kernel is 
copied to kernel.old and previous kernel.old is wiped out. So it is well 
possible that you don't even have the original kernel with which things 
worked on your system any more.

HELP - I'm a newbie... I've got almost everything working with KDE 
3.3...and now back to this. I was so happy when I could run cdcontrol from 
the command line and now I'm :o( frustrated !!
One more thing you could try is to get the GENERIC kernel from e.g. 
installation CDs and boot with that.

--
Toomas Aas 
|arvutivõrgu peaspetsialist | head specialist on computer networks|
|Tartu Linnakantselei   | Tartu City Office   |
- +372 736 1274


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


Re: Can't play CD / mount CDROM

2005-05-03 Thread Kent Stewart
On Monday 02 May 2005 08:42 pm, Michael Neeff wrote:
> when I try to mount the CD using the below it says: cd9660 /dev/acd0
> Input / Output error
>
> Thanks!
>
> >From: Lowell Gilbert <[EMAIL PROTECTED]>
> >To: "Michael Neeff" <[EMAIL PROTECTED]>
> >CC: freebsd-questions@freebsd.org
> >Subject: Re: Can't play  CD / mount CDROM
> >Date: 02 May 2005 16:07:45 -0400
> >
> > > I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other
> > > combinations :
> > > mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660
> > > /dev/acd0 /cdrom; mount /cdrom  - still the same thing...
> >
> >What "same thing"?  What does it say when you type that?
> >Does anything get printed in the log?

My /etc/fstab on 4-stable has 
/dev/acd0c  /cdrom  cd9660  ro,noauto0   0

On 5-stable it is
/dev/acd0   /cdrom  cd9660  ro,noauto00

Since I have a directory called /cdrom, all I have to do is say 
"mount /cdrom". When I play a CDROM is have kscd setup to play 
the /dev/adc0.., which depends on the version of the OS.

Kent
> >
> >
> >--
> >Lowell Gilbert, embedded/networking software engineer, Boston area
> > http://be-well.ilk.org/~lowell/
>
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't play CD / mount CDROM

2005-05-02 Thread Michael Neeff
Hey Toomas,
Thanks for your detailed reply. As far as problem #1: When I re-complied to 
statically include the sound it gives me no output, not even when I used 
kldload to load the driver... it simply loads without any output... How do I 
check mixer settings?
I am religiously following step by step instructions to the installation: 
Chapter 7.2.3:
Did this screw up my output?
# sysctl hw.snd.pcm0.vchans=4
# sysctl hw.snd.maxautovchans=4

As for problem #2 which is the frustrating part and I need to get working is 
- I used to be able to mount my /cdrom and view files on the CD - even if 
they meant MP3s & even it meant I could not play them back... Now it simply 
goes to the error: cd9660: device /dev/acd0 Input/Ouput error
It's been the start of week#3 and this is taking too long to setup one 
operating system !! (that's where windoze wins, simply pop in the CD and 
forget-about-da-rest). I guess I lost my original kernel so that's why I'm 
in an endless loop... :o(

Thanks for your response I'll send y'all the output from the 'grep acd0 
/var/run/dmesg.boot'  I'm away from my PC right now.

From: Toomas Aas <[EMAIL PROTECTED]>
To: Michael Neeff <[EMAIL PROTECTED]>
CC: [EMAIL PROTECTED]
Subject: Re: Can't play  CD / mount CDROM
Date: Mon, 02 May 2005 23:23:13 +0300
Hi Michael!
I was hoping someone can give you a more definite answer, but it seems 
no-one knowledgeable has responded, so here are my comments, worth exactly 
what you paid for them :)

I've been trying since the past couple of days to get my sound back... it 
all started when I followed the steps from the manual in setting up 
statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD 
5.3. I included the "snd_sbc" driver, since when I kldload snd_driver it 
comes up as ESS 1869 in my kernel file (MYKERNEL).. I also included the 
line "device sound" in the MYKERNEL (customized kernel Chp. 7) for some 
reason it doesn't work when I want to run mpg123...
The above stuff seems roughly correct. That's how I built sound into kernel 
on my home PC, but I'm not at that PC now so I can't check my kernel 
config.

What do you mean by "it doesn't work"? Do you get an error message? Or 
simply nothing happens? In the latter case, check your mixer settings, 
speaker volume knob and physical connections.

After building sound into kernel, you can also remove the relevant module 
loading lines from /boot/loader.conf, but I think that even if you left 
them in it shouldn't prevent sound from working - you would just get an 
error message saying something to the tune of "file already exists", 
meaning that the functionality for which you are trying to load the module 
is already included in the kernel.

...Anyways this is the least of my problems. I now comment the lines: 
device snd_sbc, device sound recomplie the kernel and keep getting cd9660: 
device /dev/acd0 Input/Ouput error when I try to mount any of my CDs... 
(music or data)
You shouldn't try to mount music CDs since they don't contain any 
filesystem that can be mounted. The error message above is exactly what you 
get when you try to mount an audio CD. Mounting data CDs should work, 
though.

Does the command 'grep acd0 /var/run/dmesg.boot' contain any text?
I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other 
combinations :
mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 
/cdrom; mount /cdrom  - still the same thing...
At least *some* of the above commands should work ;-)
I even tried loading my old kernel (GENERIC)  from /boot/kernel.old/kernel 
(Btw, is this the same as the last recompile of MYKERNE?L... I think I 
have compiled 3/4 times by now in the hopes that this would work)
Yes, every time you build an install new kernel, the previous kernel is 
copied to kernel.old and previous kernel.old is wiped out. So it is well 
possible that you don't even have the original kernel with which things 
worked on your system any more.

HELP - I'm a newbie... I've got almost everything working with KDE 
3.3...and now back to this. I was so happy when I could run cdcontrol from 
the command line and now I'm :o( frustrated !!
One more thing you could try is to get the GENERIC kernel from e.g. 
installation CDs and boot with that.

--
Toomas Aas 
|arvutivõrgu peaspetsialist | head specialist on computer networks|
|Tartu Linnakantselei   | Tartu City Office   |
- +372 736 1274


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


Re: Can't play CD / mount CDROM

2005-05-02 Thread Michael Neeff
when I try to mount the CD using the below it says: cd9660 /dev/acd0 Input / 
Output error

Thanks!
From: Lowell Gilbert <[EMAIL PROTECTED]>
To: "Michael Neeff" <[EMAIL PROTECTED]>
CC: freebsd-questions@freebsd.org
Subject: Re: Can't play  CD / mount CDROM
Date: 02 May 2005 16:07:45 -0400
> I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other
> combinations :
> mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0
> /cdrom; mount /cdrom  - still the same thing...
What "same thing"?  What does it say when you type that?
Does anything get printed in the log?
--
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/

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


Re: Can't play CD / mount CDROM

2005-05-02 Thread Kent Stewart
On Monday 02 May 2005 01:23 pm, Toomas Aas wrote:
> Hi Michael!
>
> I was hoping someone can give you a more definite answer, but it
> seems no-one knowledgeable has responded, so here are my comments,
> worth exactly what you paid for them :)

They asked the right question. For example, you can't mount an audio CD. 
You have to play it :).

Let's go back to basic and start with what did Michael do.

Kent

-- 
Kent Stewart
Richland, WA

http://users.owt.com/kstewart/index.html
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't play CD / mount CDROM

2005-05-02 Thread Toomas Aas
Hi Michael!
I was hoping someone can give you a more definite answer, but it seems 
no-one knowledgeable has responded, so here are my comments, worth 
exactly what you paid for them :)

I've been trying since the past couple of days to get my sound back... 
it all started when I followed the steps from the manual in setting up 
statically sound drivers for my old Compaq DeskPro EN series...for 
FreeBSD 5.3. I included the "snd_sbc" driver, since when I kldload 
snd_driver it comes up as ESS 1869 in my kernel file (MYKERNEL).. I also 
included the line "device sound" in the MYKERNEL (customized kernel Chp. 
7) for some reason it doesn't work when I want to run mpg123...
The above stuff seems roughly correct. That's how I built sound into 
kernel on my home PC, but I'm not at that PC now so I can't check my 
kernel config.

What do you mean by "it doesn't work"? Do you get an error message? Or 
simply nothing happens? In the latter case, check your mixer settings, 
speaker volume knob and physical connections.

After building sound into kernel, you can also remove the relevant 
module loading lines from /boot/loader.conf, but I think that even if 
you left them in it shouldn't prevent sound from working - you would 
just get an error message saying something to the tune of "file already 
exists", meaning that the functionality for which you are trying to load 
the module is already included in the kernel.

...Anyways this is the least of my problems. I now comment the lines: 
device snd_sbc, device sound recomplie the kernel and keep getting 
cd9660: device /dev/acd0 Input/Ouput error when I try to mount any of my 
CDs... (music or data) 
You shouldn't try to mount music CDs since they don't contain any 
filesystem that can be mounted. The error message above is exactly what 
you get when you try to mount an audio CD. Mounting data CDs should 
work, though.

Does the command 'grep acd0 /var/run/dmesg.boot' contain any text?
I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other 
combinations :
mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 
/cdrom; mount /cdrom  - still the same thing...
At least *some* of the above commands should work ;-)
I even tried loading my old kernel (GENERIC)  from 
/boot/kernel.old/kernel (Btw, is this the same as the last recompile of 
MYKERNE?L... I think I have compiled 3/4 times by now in the hopes that 
this would work)
Yes, every time you build an install new kernel, the previous kernel is 
copied to kernel.old and previous kernel.old is wiped out. So it is well 
possible that you don't even have the original kernel with which things 
worked on your system any more.

HELP - I'm a newbie... I've got almost everything working with KDE 
3.3...and now back to this. I was so happy when I could run cdcontrol 
from the command line and now I'm :o( frustrated !!
One more thing you could try is to get the GENERIC kernel from e.g. 
installation CDs and boot with that.

--
Toomas Aas 
|arvutivõrgu peaspetsialist | head specialist on computer networks|
|Tartu Linnakantselei   | Tartu City Office   |
- +372 736 1274
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Can't play CD / mount CDROM

2005-05-02 Thread Lowell Gilbert
"Michael Neeff" <[EMAIL PROTECTED]> writes:

> I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other
> combinations :
> mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0
> /cdrom; mount /cdrom  - still the same thing...

What "same thing"?  What does it say when you type that?
Does anything get printed in the log?


-- 
Lowell Gilbert, embedded/networking software engineer, Boston area
http://be-well.ilk.org/~lowell/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Can't play CD / mount CDROM

2005-05-02 Thread Michael Neeff
Hi all,
I've been trying since the past couple of days to get my sound back... it 
all started when I followed the steps from the manual in setting up 
statically sound drivers for my old Compaq DeskPro EN series...for FreeBSD 
5.3. I included the "snd_sbc" driver, since when I kldload snd_driver it 
comes up as ESS 1869 in my kernel file (MYKERNEL).. I also included the line 
"device sound" in the MYKERNEL (customized kernel Chp. 7) for some reason it 
doesn't work when I want to run mpg123...
...Anyways this is the least of my problems. I now comment the lines: device 
snd_sbc, device sound recomplie the kernel and keep getting cd9660: device 
/dev/acd0 Input/Ouput error when I try to mount any of my CDs... (music or 
data) all of which have been burnt in the ISO 9660 format.. (using Nero)
I've tried : mount -t cd9660 /dev/acd0 /cdrom and several other combinations 
:
mount cd9660 /dev/acd0 /cdrom; mount cd9660; mount_cd9660 /dev/acd0 /cdrom; 
mount /cdrom  - still the same thing...
/etc/fstab shows: /dev/acd0, mountpoint=/cdrom, fstype=cd9660, options=ro, 
noauto, dump=0,
pass#=0
I even tried loading my old kernel (GENERIC)  from /boot/kernel.old/kernel 
(Btw, is this the same as the last recompile of MYKERNE?L... I think I have 
compiled 3/4 times by now in the hopes that this would work)

HELP - I'm a newbie... I've got almost everything working with KDE 3.3...and 
now back to this. I was so happy when I could run cdcontrol from the command 
line and now I'm :o( frustrated !!

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


Re: Bootable CD with Custom Kernel

2005-04-25 Thread Mike Tancsa
On Mon, 25 Apr 2005 13:24:34 -0400, in sentex.lists.freebsd.questions
you wrote:

>
>
>check out (sysutils/freesbie) from port collection.

As well as /usr/src/tools/tools/nanobsd.  Instead of a CD, we do it
via USB key.

---Mike


>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] Behalf Of
>[EMAIL PROTECTED]
>Sent: Monday, April 25, 2005 11:30 AM
>To: freebsd-questions@freebsd.org
>Subject: Bootable CD with Custom Kernel
>
>
>Is it possible to create a bootable CD with a custom kernel for
>FreeBSD?
>
>I maintain several servers in remote locations  and rather than
>drive
>whenever there is an update, I would prefer to just simply send the
>offices a bootable CD with the new software.  So, all they would
>have to
>do is restart the server with the new CD and the software/operating
>system/whatever is updated.
>
>On the CD I can see having the kernel, /sbin and /bin directories,
>with
>the remainder of the directories (i.e. /var, /etc, etc.) remaining
>on the
>hard drive.
>
>I'd appreciate any direction anyone can give me regarding this.
>
>Thanks in advance for your assistance.
>
>
>Jay
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to
>"[EMAIL PROTECTED]"
>
>___
>freebsd-questions@freebsd.org mailing list
>http://lists.freebsd.org/mailman/listinfo/freebsd-questions
>To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Mike Tancsa, Sentex communications http://www.sentex.net
Providing Internet Access since 1994
[EMAIL PROTECTED], (http://www.tancsa.com)
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Bootable CD with Custom Kernel

2005-04-25 Thread bob


check out (sysutils/freesbie) from port collection.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
[EMAIL PROTECTED]
Sent: Monday, April 25, 2005 11:30 AM
To: freebsd-questions@freebsd.org
Subject: Bootable CD with Custom Kernel


Is it possible to create a bootable CD with a custom kernel for
FreeBSD?

I maintain several servers in remote locations  and rather than
drive
whenever there is an update, I would prefer to just simply send the
offices a bootable CD with the new software.  So, all they would
have to
do is restart the server with the new CD and the software/operating
system/whatever is updated.

On the CD I can see having the kernel, /sbin and /bin directories,
with
the remainder of the directories (i.e. /var, /etc, etc.) remaining
on the
hard drive.

I'd appreciate any direction anyone can give me regarding this.

Thanks in advance for your assistance.


Jay

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

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


Bootable CD with Custom Kernel

2005-04-25 Thread jhall
Is it possible to create a bootable CD with a custom kernel for FreeBSD?

I maintain several servers in remote locations  and rather than drive
whenever there is an update, I would prefer to just simply send the
offices a bootable CD with the new software.  So, all they would have to
do is restart the server with the new CD and the software/operating
system/whatever is updated.

On the CD I can see having the kernel, /sbin and /bin directories, with
the remainder of the directories (i.e. /var, /etc, etc.) remaining on the
hard drive.

I'd appreciate any direction anyone can give me regarding this.

Thanks in advance for your assistance.


Jay

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


Re: cd-rom sysinstall fixit utility

2005-04-18 Thread Toni Schmidbauer
On Mon, Apr 18, 2005 at 01:05:53PM -0400, Darrel wrote:
> Is there actually a way to change the shell of root while logged in with
> the fixit utility on the cd-rom?

boot from the fixit cd/floppy, mount your root partition (e.g.
/dev/ad0s1a), edit /etc/passwd and change the shell to something
valid (/bin/csh should always work).

a quick search on google for "freebsd fixit" found the following, 
which might help:

http://www.freebsd-corp-net-guide.com/technotes/fixit.html

in your case, after mounting /dev/ad0s1a on /mnt, 
"vi /mnt/etc/passwd" - save, reboot and you should be fine.

hth,
toni
-- 
Wer es einmal so weit gebracht hat, dass er nicht | toni at stderror dot at
mehr irrt, der hat auch zu arbeiten aufgehoert| Toni Schmidbauer
-- Max Planck |
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cd-rom sysinstall fixit utility

2005-04-18 Thread Ed Stover
On Mon, 2005-04-18 at 13:05 -0400, Darrel wrote:
> Having mistyped changes with the 'pw' command, giving my User and Root a
> bad path to their shells might required a new installation.  I can not log
> in at all.
> 
> Is there actually a way to change the shell of root while logged in with
> the fixit utility on the cd-rom?

Just boot into single user mode, mount root, use vipw to fix the path,
and then reboot. done.

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

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


cd-rom sysinstall fixit utility

2005-04-18 Thread Darrel
Having mistyped changes with the 'pw' command, giving my User and Root a
bad path to their shells might required a new installation.  I can not log
in at all.
Is there actually a way to change the shell of root while logged in with
the fixit utility on the cd-rom?
Darrel
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't cd to /usr/obj/usr/src/sys/BIGD

2005-04-11 Thread Darrel
Thanks for your input.
I read the handbook and am certain to understand more of it next time.  It was 
my first kernel
build- did not survive very long.
Darrel
On Mon, 11 Apr 2005, Daniel O'Connor wrote:
I've redirected  this to freebsd-questions which is more relevant.
On Sat, 9 Apr 2005 17:01, Darrel wrote:
make buildworld
exit
script /var/tmp/bk.out
make buildkernel KERNCONF=BIGD
exit
Did these succeed?
You didn't cd into /usr/src first so I don't see how they can have worked..
- Rebooted to single user
fsck -p
Why run fsck?
mount -u /
mount -a -t ufs
mount -a is fine here (unless you have NFS in fstab)
swapon -a
make installkernel KERNCONF=BIGD
   error code don't know how to make bsd.README
You aren't in /usr/src?
Did you read the handbook on this stuff?
--
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
 -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: can't cd to /usr/obj/usr/src/sys/BIGD

2005-04-10 Thread Daniel O'Connor
I've redirected  this to freebsd-questions which is more relevant.

On Sat, 9 Apr 2005 17:01, Darrel wrote:
> make buildworld
> exit
> script /var/tmp/bk.out
> make buildkernel KERNCONF=BIGD
> exit

Did these succeed?
You didn't cd into /usr/src first so I don't see how they can have worked..

> - Rebooted to single user
> fsck -p

Why run fsck?

> mount -u /
> mount -a -t ufs

mount -a is fine here (unless you have NFS in fstab)

> swapon -a
> make installkernel KERNCONF=BIGD
>error code don't know how to make bsd.README

You aren't in /usr/src?

Did you read the handbook on this stuff?

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C


pgpyVOXhzLNR4.pgp
Description: PGP signature


Re: 5.3 and 5.4RC1 both fail with CD upon installation(5.1 did not)

2005-04-07 Thread Kris Kennaway
On Thu, Apr 07, 2005 at 08:32:37AM -0500, Joshua Kampmeier wrote:
> Here is the error I get when booting with(any) of the 5.3/5.4 discs:
> 
> acd0: CDRW  at ata1-master UDMA33
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
> 
> then it starts sysinstall except when I try to start the installation it 
> fails at mounting the CD-ROM. I can install in safe mode.. but then any time 
> there is a cd in the drive upon boot-up.. i get errors again.

I think this is due to using DMA for ATAPI (i.e. accessing the CDROM),
which many drives do not support properly.  This was recently
disabled, so the next RC should work.  If not, send mail to stable@
instead of questions@

Kris


pgpJN84XO0aX6.pgp
Description: PGP signature


5.3 and 5.4RC1 both fail with CD upon installation(5.1 did not)

2005-04-07 Thread Joshua Kampmeier
Here is the error I get when booting with(any) of the 5.3/5.4 discs:

acd0: CDRW  at ata1-master UDMA33
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0
acd0: FAILURE - READ_BIG MEDIUM ERROR asc=0x00 ascq=0x00 error=0

then it starts sysinstall except when I try to start the installation it fails 
at mounting the CD-ROM. I can install in safe mode.. but then any time there is 
a cd in the drive upon boot-up.. i get errors again.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6-CURRENT installation from boot cd

2005-04-06 Thread Chris
Manuel Manuel wrote:
Hi there,
I'm looking for a 6-CURRENT bootonly CD image.
http://www.freebsd.org/where.html ... tells me the following:
"If you're interested in a purely experimental snapshot release of
FreeBSD-CURRENT (AKA 6.0-CURRENT), aimed at developers and bleeding-edge
testers only, then please see the daily snapshot server FTP site."
Unfortunately I didn't find an appropriate image there.
ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ISO-IMAGES/00SNAPSHOTS_CD_README 

The readme file above, does not mention the 6-CURRENT release and 
everything
on this server looks quite old to me. Am I looking at the wrong place?

Where can I find a bootonly cd image which lets me boot with it and 
download
a 6-CURRENT snapshot via FTP? If there does not exist something like 
that, what
is the best and recommended way to install a 6-CURRENT release? (Yes, I 
want
to develop on this machine if someone is going to ask me that.)

If someone could point me in the right direction it would be greatly 
appreciated.

Thanks.
But - in answer to you, and via what I posted:
ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/Mar_2005/
See? It's not hard if you simply read.
--
Best regards,
Chris
Before ordering a test decide what you will do if it is,
(1) positive, or
(2) negative.
If both answers are the same, don't do the test.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: 6-CURRENT installation from boot cd

2005-04-06 Thread Chris
Manuel Manuel wrote:
Hi there,
I'm looking for a 6-CURRENT bootonly CD image.
http://www.freebsd.org/where.html ... tells me the following:
"If you're interested in a purely experimental snapshot release of
FreeBSD-CURRENT (AKA 6.0-CURRENT), aimed at developers and bleeding-edge
testers only, then please see the daily snapshot server FTP site."
Unfortunately I didn't find an appropriate image there.
ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ISO-IMAGES/00SNAPSHOTS_CD_README 

The readme file above, does not mention the 6-CURRENT release and 
everything
on this server looks quite old to me. Am I looking at the wrong place?

Where can I find a bootonly cd image which lets me boot with it and 
download
a 6-CURRENT snapshot via FTP? If there does not exist something like 
that, what
is the best and recommended way to install a 6-CURRENT release? (Yes, I 
want
to develop on this machine if someone is going to ask me that.)

If someone could point me in the right direction it would be greatly 
appreciated.

Thanks.
You need to subscribe to the FreeBSD-Current list for questions like 
this. Next, on the FBSD site, on the right side, seek Snapshot Releases.

It only takes a little thinking and reading of the site.
--
Best regards,
Chris
If there are only two shows worth watching, they will
be on together.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


6-CURRENT installation from boot cd

2005-04-06 Thread Manuel Manuel
Hi there,
I'm looking for a 6-CURRENT bootonly CD image.
http://www.freebsd.org/where.html ... tells me the following:
"If you're interested in a purely experimental snapshot release of
FreeBSD-CURRENT (AKA 6.0-CURRENT), aimed at developers and bleeding-edge
testers only, then please see the daily snapshot server FTP site."
Unfortunately I didn't find an appropriate image there.
ftp://current.freebsd.org/pub/FreeBSD/snapshots/i386/ISO-IMAGES/00SNAPSHOTS_CD_README
The readme file above, does not mention the 6-CURRENT release and everything
on this server looks quite old to me. Am I looking at the wrong place?
Where can I find a bootonly cd image which lets me boot with it and download
a 6-CURRENT snapshot via FTP? If there does not exist something like that, 
what
is the best and recommended way to install a 6-CURRENT release? (Yes, I want
to develop on this machine if someone is going to ask me that.)

If someone could point me in the right direction it would be greatly 
appreciated.

Thanks.
_
Highlight Viewer - heben Sie von Ihnen gesuchte Wörter auf Webseiten hervor. 
http://toolbar.msn.ch?&DI=165&XAPID=2170

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


Re: Disk access problem with 5.3 install from CD

2005-04-01 Thread Chuck Swiger
matthew wrote:
[ ... ]
Responding to some other user sites, I tried doing a boot from my Win
backup rescue boot disk and ran FDISK to apply a single DOS partition as I
had read that this might help.didn't seem to.  Results as before.
Any ideas available as to what I might try next ??
First, make sure you've got the latest BIOS for your laptop installed, that 
may fix a wide variety of issues.  Also look at adjusting your BIOS config, 
especially if you can set your drives to using PIO rather than UDMA modes (at 
least for the install, until we can figure out what's wrong and maybe fix it).

You might also try toggling the PnP OS options, any options involving 
ACPI/powersaving, and you might try installing FreeBSD in safe mode.

It's a better idea to use a normal MBR, or even set up your drive using a 
Compaq utility with their special partition.

If none of that works, file a PR describing your hardware, and wait for 5.4 to 
come out in a few weeks, and try again.  You might also want to try 4.11 in 
the meantime.

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


Disk access problem with 5.3 install from CD

2005-03-31 Thread matthew
Disk access problem with 5.3 install from CD
John.Dutcher at excellus.com John.Dutcher at excellus.com 
Thu Feb 3 07:37:03 PST 2005

  * Previous message: questions about extra logging
  * Next message: /dev/ttyd0 as an Input Device Works on some
Systems but not others.
  * Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]


I have noted success stories from some who have installed FreeBSD on Compaq
Laptops similar to mine:  Compaq Armada 7400, 6.2 gig drive, 128 mb RAM.

I purchased the 5.3 (2) CD, (1) DVD set and have tried multiple times to
use CD 1
to install. All attempts fail after providing these message:

  1) Early in the process:  "ad0:  Failure  Read_DMA timed out"
  (this msg is repeated 3-4 times)

  I select a standard install, giving the entire drive to FreeBSD
  No MBR needed...don't want to accomodate other OS's

  2) Soon I get; "Writing partition information to drive ad0"

   followed by:  "Error Unable to write data to disk ad0"

   and then: "Couldn't make filesystem properly, aborting"

Responding to some other user sites, I tried doing a boot from my Win
backup rescue boot disk and ran FDISK to apply a single DOS partition as I
had read that this might help.didn't seem to.  Results as before.

Any ideas available as to what I might try next ??






I have experienced the same error as above, but have not been able to find a 
resolution.
I am able to load gentoo, xandros, ubuntu and several versions of windows on 
the same drive, but am
not able toload FreeBSD..  FreeBSD is what i want to load.

Did you find a solution to this problem?  What was it?  Any assitance would be 
nice.

thanks. 

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


Re: Compaq/HP Evo d310 - register dump upon booting Install-CD

2005-03-24 Thread Ciprian BADESCU
> Hi,
>
> I'm facing a rather severe problem installing 5.4 (or 5.4-Beta):
>
> Hardware:
> Compaq/HP Evo d310
> latest available BIOS 3.18
> HD: 40GB
>
> Problem: When booting from a FreeBSD-Installation CD (either disc1,
> bootonly - doesn't really matter) the system immediately crashes when
> it comes to the FreeBSD/i386 bootstrap loader. In effect I get a
> register dump followed by "BTX halted".
>

Hi,

I saw the same subject on the link bellow(try to disable DMA):

http://lists.freebsd.org/pipermail/freebsd-current/2004-May/027279.html


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


Compaq/HP Evo d310 - register dump upon booting Install-CD

2005-03-24 Thread Ewald Jenisch
Hi,

I'm facing a rather severe problem installing 5.4 (or 5.4-Beta):

Hardware:
Compaq/HP Evo d310
latest available BIOS 3.18
HD: 40GB

Problem: When booting from a FreeBSD-Installation CD (either disc1,
bootonly - doesn't really matter) the system immediately crashes when
it comes to the FreeBSD/i386 bootstrap loader. In effect I get a
register dump followed by "BTX halted".

I've already changed/set/reset every possible setting in the BIOS,
changed the harddisk, used another memory - the problem remains the
same. Interestingly this system runs under Windows without any
problems.

BTW, I've tried with 4.11, 5.3 and 5.4-Beta1 - always the same story
:-(

I really can't believe that Windows should be the one and only system
that runs on this Hardware?!


I've taken screenshots (in the purest sense of the word - pictures
taken with a digicam from the crash) - you can find them under:

http://www.jenisch.at/Evo-d310-install-crash/5.3-bootcrash.jpg
and
http://www.jenisch.at/Evo-d310-install-crash/5.4-bootcrash.jpg


So here are my questions:

o) Has anybody else experienced these problems on a Evo d310

o) What can be done against it?


Thanks much in advance for your help!

-ewald

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


Re: wine can't read a cd

2005-03-21 Thread John Mitchell
This one time, at band camp, Jason Henson wrote:
> $ wine c:/Program\ Files/Starcraft/starcraft.exe
> fixme:file:get_default_drive_device auto detection of DOS devices not  
> supported on this platform
> fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
> fixme:ntdll:NtQueryVolumeInformationFile device info not properly  
> supported on this platform
> err:heap:HEAP_CreateSystemHeap system heap base address 0x8000 not  
> available
> $
> 

Warcraft does the same thing.

-- 
A real patriot is the fellow who gets a parking ticket and rejoices
that the system works.


pgp3kTP17XIoJ.pgp
Description: PGP signature


Re: wine can't read a cd

2005-03-20 Thread Jason Henson
On 03/21/05 01:01:58, stheg olloydson wrote:
it was said:

>Data File Error:
>Starcraft is unable to read a required file.  Your cd may not
be in the
>drive.
>
>
>I can not get any cracks to work.  I can use winefile to browse
   ^^

Can you get any software you haven't stolen to work?
stheg
		 
__
Haha,  very funning.  I have bought all my games thank you very much.   
My games just won't run under FreeBSD.  And cracks were actually  
recomended on some linux mail archives I found.  They would solve my  
problem if they worked.  Does starcraft work for you on a fresh wine  
install with no extra configuration?

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


Re: wine can't read a cd

2005-03-20 Thread stheg olloydson
it was said:



>Data File Error:
>Starcraft is unable to read a required file.  Your cd may not
be in the  
>drive.
>
>
>I can not get any cracks to work.  I can use winefile to browse

   ^^


Can you get any software you haven't stolen to work?

stheg



__ 
Do you Yahoo!? 
Yahoo! Mail - Easier than ever with enhanced search. Learn more. 
http://info.mail.yahoo.com/mail_250
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


wine can't read a cd

2005-03-20 Thread Jason Henson
$ wine c:/Program\ Files/Starcraft/starcraft.exe
fixme:file:get_default_drive_device auto detection of DOS devices not  
supported on this platform
fixme:cdrom:CDROM_GetInterfaceInfo not implemented for BSD
fixme:ntdll:NtQueryVolumeInformationFile device info not properly  
supported on this platform
err:heap:HEAP_CreateSystemHeap system heap base address 0x8000 not  
available
$


Data File Error:
Starcraft is unable to read a required file.  Your cd may not be in the  
drive.

I can not get any cracks to work.  I can use winefile to browse the  
cd.  I can run the launcher app off the disc, but it freezes and pops  
up a warning about the disc not in the drive.  I have spent hours on  
this, any one have an idea?

FreeBSD BARTON 5.4-PRERELEASE FreeBSD 5.4-PRERELEASE #5: Mon Mar  7  
20:51:09 EST 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI  i386

and I compiled wine today after a cvsup.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: adding a directory to a CD-image (.iso)

2005-03-18 Thread Stuart Barkley
On Thu, 17 Mar 2005 at 15:02 -0500, Mikhail Teterin wrote:

> I donwloaded an .iso-image (Solaris 10, actually), which is about
> 2.7Gb.
>
> Before burning it to a DVD, I'd like to add a directory to the
> image. Is there a way to do it with tools available on FreeBSD --
> mkisofs, growisofs, etc?
>
> I don't want to recreate the main image from scratch, as I'm sure,
> I'll get the options wrong and it will not boot :-) Can I just add a
> directory to the existing iso8859 filesystem?

I have not done this but think you should be looking into making a
multi-session DVD.  This should be easy.

Method 1 (should be easy and direct):

Just burn the original DVD image with growisofs in multi-session mode
(the default):

growisofs -Z /dev/dvd=image.iso

You should then be able to directly add your new files with:

growisofs -M /dev/dvd -R -J /more/files

Method 2 (probably more appropriate for a CD image):

Use mkisofs to create a second session .iso file.  Something like:

mkisofs -o second.iso -C  -M image.iso -R -J /more/files

You might need to burn the first session and use burncd/cdrecord or
something to get the magic numbers for the -C option.

Stuart
-- 
I've never been lost; I was once bewildered for three days, but never lost!
--  Daniel Boone
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: adding a directory to a CD-image (.iso)

2005-03-18 Thread Mikhail Teterin
> > I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb.
> >
> > Before burning it to a DVD, I'd like to add a directory to the image. Is
> > there a way to do it with tools available on FreeBSD -- mkisofs,
> > growisofs, etc?
> >
> > I don't want to recreate the main image from scratch, as I'm sure, I'll
> > get the options wrong and it will not boot :-) Can I just add a directory
> > to the existing iso9660 filesystem?

> Would mounting it with vnconfig let you do this?  I've never tried,
> myself...

Well, yes, this is how I get to read the CD-image without burning it first. 
But that is a read-only thing. I need to modify an existing image -- add a 
directory tree to it...

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


Re: adding a directory to a CD-image (.iso)

2005-03-18 Thread Brian Reichert
On Thu, Mar 17, 2005 at 03:02:18PM -0500, Mikhail Teterin wrote:
> Hello!
> 
> I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb.
> 
> Before burning it to a DVD, I'd like to add a directory to the image. Is 
> there 
> a way to do it with tools available on FreeBSD -- mkisofs, growisofs, etc?
> 
> I don't want to recreate the main image from scratch, as I'm sure, I'll get 
> the options wrong and it will not boot :-) Can I just add a directory to the 
> existing iso8859 filesystem?

Would mounting it with vnconfig let you do this?  I've never tried,
myself...

> Thanks!
> 
>   -mi
> ___

-- 
Brian Reichert  <[EMAIL PROTECTED]>
55 Crystal Ave. #286Daytime number: (603) 434-6842
Derry NH 03038-1725 USA BSD admin/developer at large
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: dd cd image

2005-03-18 Thread Kevin Kobb
Osmany Guirola Cruz wrote:
> Hi people
>  I am trying to do an iso image of DATA CD and i am using this command line
> 
> %dd if=/dev/acd0 of=cd.iso
> and this is the error
> 
> dd: /dev/acd0: Invalid argument
> 0+0 records in
> 0+0 records out
> 0 bytes transferred in 0.000304 secs (0 bytes/sec)
> 
> 
> How can i made and iso image of a data cd ?
> 
> 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"
> 
I think if you specify a block size (bs=2k or greater) it will work.

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


Re: dd cd image

2005-03-18 Thread Darksidex
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Osmany Guirola Cruz escribió:
| Hi people
|  I am trying to do an iso image of DATA CD and i am using this command
line
|
| %dd if=/dev/acd0 of=cd.iso
| and this is the error
|
| dd: /dev/acd0: Invalid argument
| 0+0 records in
| 0+0 records out
| 0 bytes transferred in 0.000304 secs (0 bytes/sec)
|
|
| How can i made and iso image of a data cd ?
without mkisofs you can use cat:
cat /dev/acd0 >> cd.iso
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.0 (MingW32)
iD8DBQFCOspULWSOuibjjvIRAmI6AKCR6/GEfCB/T4lZdeuPxFk4/iE8RwCfdqUm
UpBqCLwD/J9aDYVtwAFF/e8=
=yPz6
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


dd cd image

2005-03-18 Thread Osmany Guirola Cruz
Hi people
 I am trying to do an iso image of DATA CD and i am using this command line
%dd if=/dev/acd0 of=cd.iso
and this is the error
dd: /dev/acd0: Invalid argument
0+0 records in
0+0 records out
0 bytes transferred in 0.000304 secs (0 bytes/sec)
How can i made and iso image of a data cd ?

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


adding a directory to a CD-image (.iso)

2005-03-17 Thread Mikhail Teterin
Hello!

I donwloaded an .iso-image (Solaris 10, actually), which is about 2.7Gb.

Before burning it to a DVD, I'd like to add a directory to the image. Is there 
a way to do it with tools available on FreeBSD -- mkisofs, growisofs, etc?

I don't want to recreate the main image from scratch, as I'm sure, I'll get 
the options wrong and it will not boot :-) Can I just add a directory to the 
existing iso8859 filesystem?

Thanks!

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


Correction CD doesn't boot

2005-03-14 Thread Teilhard Knight
I posted this message a while ago:
<
Problem is that the installation CD wouldn't boot. I have tried burning
several brands of disks and trying them in other computers and I am now sure
is not the media. I even disabled hyperthreading in the BIOS and nothing.
Anyone can offer some advise about what to do?>>

What I should have said is that the CD itself boots but doesn't boot the 
kernel. After selecting the kind of kernel boot you want, I get a line and 
everything freezes. Sorry for my bad explaining.

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


Re: CD Doesn't boot

2005-03-14 Thread Alejandro Pulver
On Mon, 14 Mar 2005 16:50:54 -0600
"Teilhard Knight" <[EMAIL PROTECTED]> wrote:

> From: "Alejandro Pulver" <[EMAIL PROTECTED]>
> To: "Teilhard Knight" <[EMAIL PROTECTED]>
> Cc: "FreeBSD" 
> Sent: Monday, March 14, 2005 10:28 AM
> Subject: Re: CD Doesn't boot
> 
> 
> > On Mon, 14 Mar 2005 10:01:10 -0600
> > "Teilhard Knight" <[EMAIL PROTECTED]> wrote:
> >
> >> I am trying to install FreeBSD 5.3 in a laptop which I just
> >recently> bought. Problem is that the installation CD wouldn't boot.
> >I have> tried burning several brands of disks and trying them in
> >other> computers and I am now sure is not the media. I even disabled
> >> hyperthreading in the BIOS and nothing. Anyone can offer some
> >advise> about what to do?
> >>
> >> Teilhard.
> >>
> >> ___
> >> freebsd-questions@freebsd.org mailing list
> >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> >> To unsubscribe, send any mail to
> >> "[EMAIL PROTECTED]"
> >
> > Hello,
> >
> > If you have set up your BIOS settings properly (to boot from a CD,
> > and then from the disk), and it does not boot, maybe you just burned
> > the ISO as a normal file in the CD.
> >
> > An ISO file is an image of the entire CD (it has a TOC, the
> > bootable part, etc.), and to burn it there should be an option on
> > the burning program (something containing the word "ISO", and a
> > browser to select a file).
> >
> > Check this, if when you burn the cd and you read it you see only the
> > ISO file, it is not right. If you see a lot of directories like
> > 'boot','packages', it is fine, and it should boot.
> >
> > Best Regards,
> 
> Thanks, Ale. I know how to burn images and the CD boots until the menu
> where you get the choices about what kind of kernel boot you want. I
> cannot boot even in safe mode. :o(.
> 
> Teilhard. 
> 

Hello,

Sorry, you did not mentioned it.

What error messages do you get?

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


Re: CD Doesn't boot

2005-03-14 Thread Alejandro Pulver
On Mon, 14 Mar 2005 10:01:10 -0600
"Teilhard Knight" <[EMAIL PROTECTED]> wrote:

> I am trying to install FreeBSD 5.3 in a laptop which I just recently
> bought. Problem is that the installation CD wouldn't boot. I have
> tried burning several brands of disks and trying them in other
> computers and I am now sure is not the media. I even disabled
> hyperthreading in the BIOS and nothing. Anyone can offer some advise
> about what to do?
> 
> Teilhard. 
> 
> ___
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

Hello,

If you have set up your BIOS settings properly (to boot from a CD, and
then from the disk), and it does not boot, maybe you just burned the ISO
as a normal file in the CD.

An ISO file is an image of the entire CD (it has a TOC, the
bootable part, etc.), and to burn it there should be an option on the
burning program (something containing the word "ISO", and a browser to
select a file).

Check this, if when you burn the cd and you read it you see only the ISO
file, it is not right. If you see a lot of directories like 'boot',
'packages', it is fine, and it should boot.

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


CD Doesn't boot

2005-03-14 Thread Teilhard Knight
I am trying to install FreeBSD 5.3 in a laptop which I just recently bought. 
Problem is that the installation CD wouldn't boot. I have tried burning 
several brands of disks and trying them in other computers and I am now sure 
is not the media. I even disabled hyperthreading in the BIOS and nothing. 
Anyone can offer some advise about what to do?

Teilhard. 

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


ghost imaging CD

2005-03-02 Thread William Bierman
Hello.  I should say first that I've tried searching for an answer to
my problem, with no success.

I am attempting to create a bootable CD with a live FreeBSD system on
it, for the purposes of installing a ghost image on a local hard
drive, retreived from a remote share (I'm using samba, if it matters),
and make that image bootable.

I have succesfully created the CD, partitioned the hard drive using
the process described in the bsdlabel manpage, and I have succesfully
installed a label on ad0s1, to get ad0s1a-f the size I wish them to
be.  I have also succesfully performed newfs on each of them, and
extracted the images (in the form of a tgz) to each slice.

My problem is this: when the machine boots, it gets to the stage:

Mounting root from "ufs:ad0s1a"

and it freezes.

Can anyone offer some insight as to why this might be happening?  If
more information is needed, I can certainly provide it, though I have
included everything I see as relevant.

Thanks!

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


Re: cd copy

2005-02-26 Thread Fabian Keil
dick hoogendijk <[EMAIL PROTECTED]> wrote:

> Fabian Keil <[EMAIL PROTECTED]> wrote:
> 
> > Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> > 
> > > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> > 
> > Use readcd and cdrecord.
> 
> I rebuild the kernel with atapicam (ata, scbus,cd and pass were already
> there) and installed cdrecord and cdrdao. I have a few questions:
> 
> dmegs states "attempt to query device size failed: NOT READY, Medium not
> present"
> Can this querying be set off?

I don't know.

> cdrecord -scanbus comes up with a list of (cd) devices plus a warning:
> "cdrecord: Warning: controller returns wrong size for CD capabilities
> page"
> 
> What does this warning mean? What do I do about it?

AFAIK it's a complaint, that the controller doesn't act 100% SCSI compliant. 

A firmware update could solve it, but as it's just a warning, you can
as well ignore it.

Regards
Fabian
-- 
www.fabiankeil.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cd copy

2005-02-26 Thread dick hoogendijk
On Sat, 26 Feb 2005 16:33:33 +0100
Fabian Keil <[EMAIL PROTECTED]> wrote:

> Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> 
> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> 
> Use readcd and cdrecord.

I rebuild the kernel with atapicam (ata, scbus,cd and pass were already
there) and installed cdrecord and cdrdao. I have a few questions:

dmegs states "attempt to query device size failed: NOT READY, Medium not
present"
Can this querying be set off? Even with cdroms in the drives it delays
booting.

cdrecord -scanbus comes up with a list of (cd) devices plus a warning:
"cdrecord: Warning: controller returns wrong size for CD capabilities
page"

What does this warning mean? What do I do about it?

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cd copy

2005-02-26 Thread Fabian Keil
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:

> What is the easiest way to copy a complete cdrom with freebsd-4.11?

Use readcd and cdrecord.

Regards
Fabian
-- 
www.fabiankeil.de
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cd copy

2005-02-26 Thread Dick Hoogendijk
On 25 Feb Simon Dick wrote:
> On Fri, 25 Feb 2005 12:49:31 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
> wrote:
> > On Fri, 25 Feb 2005 12:27:26 +0100
> > Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> > 
> > > What is the easiest way to copy a complete cdrom with
> > > freebsd-4.11?  Normally I use burncd to burn an iso file to a new
> > > cdr, but I never copied a complete cdrom to cdr under freebsd. My
> > > windows machines are down and I need the copy soon. So please
> > > forgive me if I'm ignorant.  Hope the answer is easy ;-)
> > 
> > you could try :
> > 
> > dd if=/dev/acd0 of=~/my_cd_image
> > and then use burncd to burn that onto cdrom
> 
> Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)

I will try this option. The "bs" thing sounds right ;-) Though I feel
it's a bad thing not to be able to duplicate a cdrom in an easy way.
I'll check out cdrdao (mentioned elsewhere) too. I know I can mount the
cdrom and use mkisofs, but that will not work for bootable CD's. I just
want to duplicate some bootable CD's in an easy way. So I guess I check
out cdrdao and that kde prog.

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: cd copy

2005-02-25 Thread Andrew L. Gould
On Friday 25 February 2005 05:27 am, Dick Hoogendijk wrote:
> What is the easiest way to copy a complete cdrom with freebsd-4.11?
> Normally I use burncd to burn an iso file to a new cdr, but I never
> copied a complete cdrom to cdr under freebsd. My windows machines are
> down and I need the copy soon. So please forgive me if I'm ignorant.
> Hope the answer is easy ;-)

There's some good information in the online handbook, including 
instructions for copying both data and audio CD's:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html

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


Re: cd copy

2005-02-25 Thread Simon Dick
On Fri, 25 Feb 2005 12:49:31 +0100, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> On Fri, 25 Feb 2005 12:27:26 +0100
> Dick Hoogendijk <[EMAIL PROTECTED]> wrote:
> 
> > What is the easiest way to copy a complete cdrom with freebsd-4.11?
> > Normally I use burncd to burn an iso file to a new cdr, but I never
> > copied a complete cdrom to cdr under freebsd. My windows machines are
> > down and I need the copy soon. So please forgive me if I'm ignorant.
> > Hope the answer is easy ;-)
> 
> you could try :
> 
> dd if=/dev/acd0 of=~/my_cd_image
> and then use burncd to burn that onto cdrom

Try dd if=/dev/acd0 of=~/my_cd_image bs=2048 for data CDs, it helps :)

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


Re: cd copy

2005-02-25 Thread [EMAIL PROTECTED]
On Fri, 25 Feb 2005 12:27:26 +0100
Dick Hoogendijk <[EMAIL PROTECTED]> wrote:

> What is the easiest way to copy a complete cdrom with freebsd-4.11?
> Normally I use burncd to burn an iso file to a new cdr, but I never
> copied a complete cdrom to cdr under freebsd. My windows machines are
> down and I need the copy soon. So please forgive me if I'm ignorant.
> Hope the answer is easy ;-)

you could try :

dd if=/dev/acd0 of=~/my_cd_image
and then use burncd to burn that onto cdrom

but also installing and using k3b is an idea (i'm starting to like k3b
more and more, but i guess you need to have at least a part of KDE
installed)

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


cd copy

2005-02-25 Thread Dick Hoogendijk
What is the easiest way to copy a complete cdrom with freebsd-4.11?
Normally I use burncd to burn an iso file to a new cdr, but I never
copied a complete cdrom to cdr under freebsd. My windows machines are
down and I need the copy soon. So please forgive me if I'm ignorant.
Hope the answer is easy ;-)

-- 
dick -- http://nagual.st/ -- PGP/GnuPG key: F86289CE
++ Running FreeBSD 4.11 ++ FreeBSD 5.3
+ Nai tiruvantel ar vayuvantel i Valar tielyanna nu vilja
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Anthony Carmody
Kevin Kinsey wrote:
Original Message-
From: ygb [mailto:[EMAIL PROTECTED] Sent: Thursday, February 24, 2005 5:18 AM
To: [EMAIL PROTECTED]
Subject: Install Free BSD without floppy and bootable CD-ROM-drive
I have notebook IP-120MHz, without FDD
How can i install FreeBSD on in?
It has Windows partition
I see utilit setup.exe in the list of files in /tools, but
has NOT found it.
Help me, please!
Hauan David A wrote:
See this how-to
http://www.freebsddiary.org/plip.php
dave
 

Thanks for that link.  It's a good article.  But
we're still not helping the OP.
To quote from this article:
"Slap in your boot disk, select your options, and get
yourself up to the point of choosing your installation
method.  Choose FTP install, and you should be
prompted to set up your network interface. Choose lp0,"
So, where is he supposed to "slap in" this "boot disk",
as he still has no FDD, and his BIOS won't boot from
CD-ROM?
Until someone invents hot-swappable motherboards
(gg), I don't see that he can do this either.  The installation
program *has to be* executing in memory on the machine
to be installed.
Now, if some manufacturer's BIOS supported etherboot
via PLIP interface, I could see some possibilities, though it's
a rather desperate endeavor.
Or am I just really, really dense here?
Kevin KInsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
"[EMAIL PROTECTED]"

i think my old thinkpad will boot from the CDROM if i hit a certain F 
keys on boot. can you download the hardware manual from somewhere?
--
Regards,
Anthony John Carmody
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Kevin Kinsey
Original Message-
From: ygb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 24, 2005 5:18 AM
To: [EMAIL PROTECTED]
Subject: Install Free BSD without floppy and bootable CD-ROM-drive

I have notebook IP-120MHz, without FDD
He is not boot from CD. It is very old.
How can i install FreeBSD on in?
It has Windows partition
I see utilit setup.exe in the list of files in /tools, but
has NOT found it.
Help me, please!
 

Hauan David A wrote:
See this how-to
http://www.freebsddiary.org/plip.php
dave
 

Thanks for that link.  It's a good article.  But
we're still not helping the OP. 

To quote from this article:
"Slap in your boot disk, select your options, and get
yourself up to the point of choosing your installation
method.  Choose FTP install, and you should be
prompted to set up your network interface. Choose lp0,"
So, where is he supposed to "slap in" this "boot disk",
as he still has no FDD, and his BIOS won't boot from
CD-ROM?
Until someone invents hot-swappable motherboards
(gg), I don't see that he can do this either.  The installation
program *has to be* executing in memory on the machine
to be installed.
Now, if some manufacturer's BIOS supported etherboot
via PLIP interface, I could see some possibilities, though it's
a rather desperate endeavor.
Or am I just really, really dense here?
Kevin KInsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


RE: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Hauan David A
Original Message-
From: ygb [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 24, 2005 5:18 AM
To: [EMAIL PROTECTED]
Subject: Install Free BSD without floppy and bootable CD-ROM-drive


I have notebook IP-120MHz, without FDD
He is not boot from CD. It is very old.

How can i install FreeBSD on in?

It has Windows partition

I see utilit setup.exe in the list of files in /tools, but
has NOT found it.

Help me, please!

See this how-to
http://www.freebsddiary.org/plip.php
dave



mailto:[EMAIL PROTECTED]

P.S. Sorry for my English.

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


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread stheg olloydson
it was said:

> Hello stheg,
> 

> 
> Hardvare configuration:
> 
> Intel Pentium 120MHz
> 80Mb RAM (!)
> 4,3 Gb HDD Hitachi
> CD-ROM -8x Panasonic (I CAN NOT boot from it)
> 
> NO LAN, NO FDD, 2,5"-HDD - I can't connect this HDD
> to desktop and install FreeBSD on it.
> 
> BUT I read in file /tools/00_index.txt (line 1):
> 
> setup.exe   Prepare for installation from a DOS partition.
> 
> 
> I hope it help me, but I can not FOUND IT -
> I can't found setup.exe in the installatoin CD-ROM,
> in the ftp-server on freebsd.org
> 
> Where I can found this utilite???
> 

Hello,

Please include the list in all replies. As I said, I have never done
what you are trying to do, and this is one of those questions that
needs someone who has done it to step in with some good advice, so I
really cannot be of very much help.

Judging by what I have read, at some point you could install from a DOS
partition without using floppies, but that is now not possible. The
file you mention is dated 1997, but was updated in 1999. In the same
directory is a readme dated in 1999 that lists the directory's
contents, and it does not mention setup.exe. In fact, it doesn't
mention most of the stuff in the directory. So I think both are
out-of-date and useless.
The install.txt file, dated Nov. 2004, in the root directory on a 5.3
CD says this:

"1.5.3 Installing from a DOS partition

To prepare for installation from an MS-DOS partition you should simply
copy the files from the distribution into a directory called FREEBSD on
the Primary DOS partition (C:). For example, to do a minimal
installation of FreeBSD from DOS using files copied from the CDROM, you
might do something like this:

 C:\> MD C:\FREEBSD
 C:\> XCOPY /S E:\BASE C:\FREEBSD\BASE

   Assuming that E: was where your CD was mounted.

For as many distributions as you wish to install from DOS (and you have
free space for), install each one in a directory under C:\FREEBSD - the
BIN dist is only the minimal requirement.

Once you've copied the directories, you can simply launch the
installation from floppies as normal and select ``DOS'' as your media
type when the time comes."



As you can see, it says you MUST use floppies for a DOS install. Maybe
this is different for 4.11; I don't know. If it is not different, your
only hope seems to be either an NFS, SLIP, or PLIP install. But before
checking into this, I strongly suggest you check your hardware
compatibility. If you want to run 4.11, see this link about the
hardware it supports:

http://www.freebsd.org/relnotes/4-STABLE/hardware/i386/index.html

If you want to run 5.3, see this link about the hardware it supports:

http://www.freebsd.org/relnotes/5-STABLE/hardware/i386/index.html

Good luck,

stheg

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread stheg olloydson
it was said by Kevin Kinsey:

> Anthony Atkielski wrote:
> 
> >stheg olloydson writes:
> >  
> >
> >>Because you don't have a floppy drive, Mr. Atkielski's suggestion
> will
> >>not work. The link he gave you is a good one. Skip section 2.2.7
> and
> >>read section 2.13 instead. It explains how to install if you do not
> >>have a floppy drive.
> >>
> >>
> >
> >If you have neither a CD drive or a floppy drive, I don't see how
> you
> >can install FreeBSD at all.  The only option then is network (or
> tape),
> >but to use either of these you have to persuade your existing OS on
> the
> >machine to load something from them and turn control over to it
> (like a
> >boot).  Most operating systems are understandably lacking in
> mechanisms
> >to do this (although there is a program under NT that will wipe the
> >system clean in one move--I don't think it ships any more, since it
> was
> >too dangerous).
> >  
> >
> 
> Section 2.13 assumes the use of a boot floppy or bootable CD in all
> cases, unless I'm reading incorrectly, which is possible but doesn't
> seem likely.

The documentation is a bit ambiguous. It states that the install files
need to be where sysinstall can find them, but it doesn't state how to
get sysinstall to run in the first place. Just below this section it
does say: 

"You have a FreeBSD disk, and FreeBSD does not recognize your CD/DVD
drive, but MS-DOS/Windows® does. You want to copy the FreeBSD
installations files to a DOS partition on the same computer, and then
install FreeBSD using those files."

This certainly implies that one can install FBSD from a DOS partition
if one copies the correct files in the correct manner. That method is
explained in section 2.13.4.
Luckily for me, I have never had to confront this issue, so I have no
idea if you or I am correct.

> 
> You've got to bootstrap a kernel into RAM *somehow* to do the work.
> This section discusses alternative distribution media, but doesn't
> explain
> an alternate booting of a kernel+sysinstall.
> 
> Without a bootable CD and no floppy hardware, the only alternatives
> I can think of are:
> 
> 1.  Install FreeBSD on the HDD by moving it to another machine that
> has a floppy drive, then move it back.
> 
> 2.  If your BIOS supports network booting, it might be possible to
> get the laptop started "diskless", and then run sysinstall over the
> network.  Sound like a big project to me, though.  I've toyed with
> the
> idea of starting a diskless LAN (mostly for fun), but haven't had
> guts
> to try it yet.
> 
> 3.  Anything else your BIOS might support that you can figure out
> how to get started with, but I have no idea what devices those might
> be
> 
> Kevin Kinsey
> 

Something not mentioned but really needs to be is hardware
compatibilty. the OP, ygb, should check the Hardware Notes to see if
his/her system will even work under FBSD. Because the laptop is older,
the amount of RAM may determine which release to run, 4.11 or 5.3.
Going through the effort the install may take only to discover the end
result is unusable would be unfortunate.

Best regards,

stheg


__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Kevin Kinsey
Anthony Atkielski wrote:
stheg olloydson writes:
 

Because you don't have a floppy drive, Mr. Atkielski's suggestion will
not work. The link he gave you is a good one. Skip section 2.2.7 and
read section 2.13 instead. It explains how to install if you do not
have a floppy drive.
   

If you have neither a CD drive or a floppy drive, I don't see how you
can install FreeBSD at all.  The only option then is network (or tape),
but to use either of these you have to persuade your existing OS on the
machine to load something from them and turn control over to it (like a
boot).  Most operating systems are understandably lacking in mechanisms
to do this (although there is a program under NT that will wipe the
system clean in one move--I don't think it ships any more, since it was
too dangerous).
 

Section 2.13 assumes the use of a boot floppy or bootable CD in all
cases, unless I'm reading incorrectly, which is possible but doesn't
seem likely.
You've got to bootstrap a kernel into RAM *somehow* to do the work.
This section discusses alternative distribution media, but doesn't explain
an alternate booting of a kernel+sysinstall.
Without a bootable CD and no floppy hardware, the only alternatives
I can think of are:
1.  Install FreeBSD on the HDD by moving it to another machine that
has a floppy drive, then move it back.
2.  If your BIOS supports network booting, it might be possible to
get the laptop started "diskless", and then run sysinstall over the
network.  Sound like a big project to me, though.  I've toyed with the
idea of starting a diskless LAN (mostly for fun), but haven't had guts
to try it yet.
3.  Anything else your BIOS might support that you can figure out
how to get started with, but I have no idea what devices those might
be
Kevin Kinsey
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Anthony Atkielski
stheg olloydson writes:

> Because you don't have a floppy drive, Mr. Atkielski's suggestion will
> not work. The link he gave you is a good one. Skip section 2.2.7 and
> read section 2.13 instead. It explains how to install if you do not
> have a floppy drive.

If you have neither a CD drive or a floppy drive, I don't see how you
can install FreeBSD at all.  The only option then is network (or tape),
but to use either of these you have to persuade your existing OS on the
machine to load something from them and turn control over to it (like a
boot).  Most operating systems are understandably lacking in mechanisms
to do this (although there is a program under NT that will wipe the
system clean in one move--I don't think it ships any more, since it was
too dangerous).

-- 
Anthony


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


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread stheg olloydson
it was said by Anthony Atkielski
>
>ygb writes:
>
>> I have notebook IP-120MHz, without FDD
>> He is not boot from CD. It is very old.
>>
>> How can i install FreeBSD on in?
>
>Create a boot floppy.  You can then boot from the floppy and install
>from the CD.
>
>A fully procedure for doing this may be found here:
>
>http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html
>
>Look at part 2.2.7 on that page.  It explains how to create the
>floppies.
>
>-- 
>Anthony

Hello,

Because you don't have a floppy drive, Mr. Atkielski's suggestion will
not work. The link he gave you is a good one. Skip section 2.2.7 and
read section 2.13 instead. It explains how to install if you do not
have a floppy drive.

HTH,

Stheg

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread Anthony Atkielski
ygb writes:

> I have notebook IP-120MHz, without FDD
> He is not boot from CD. It is very old.
>
> How can i install FreeBSD on in?

Create a boot floppy.  You can then boot from the floppy and install
from the CD.

A fully procedure for doing this may be found here:

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/install-pre.html

Look at part 2.2.7 on that page.  It explains how to create the
floppies.

-- 
Anthony


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


Install Free BSD without floppy and bootable CD-ROM-drive

2005-02-24 Thread ygb
I have notebook IP-120MHz, without FDD
He is not boot from CD. It is very old.

How can i install FreeBSD on in?

It has Windows partition

I see utilit setup.exe in the list of files in /tools, but
has NOT found it.

Help me, please!

mailto:[EMAIL PROTECTED]

P.S. Sorry for my English.

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


netgraph modules on the install CD

2005-02-19 Thread Hans-Christian Ebke
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi everyone,

  yesterday I installed FreeBSD 5.3 release through a PPPoE connection.
I booted from the Mini Install CD. In the end everything worked out fine
but I had some trouble with the PPPoE connection. Namely I had to load
the ng_pppoe and ng_socket modules manually at the loader prompt. Isn't
ppp supposed to automatically load them on demand?

  Anyway, I regret that it's still necessary to select a modem
installation and fiddle around with ppp to use a PPPoE Internet
connection during the install process. It doesn't look like a major
effort to me to improve sysinstall in that way. I'm kind of willing to
contribute such a feature. Could anyone familiar with the sysinstall
sources give me a hint where to start?

Regards,
  Christian
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.4 (Darwin)
Comment: Using GnuPG with MultiZilla - http://enigmail.mozdev.org

iD8DBQFCF1k3ngw3Z1532pARAm2xAKCjPW2TvSfJZXZ/UCQlcT1ECM9ItgCfbrK3
/Y80eifl4qTSbpbFAw4f+rs=
=Bzp3
-END PGP SIGNATURE-
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I can't boot from the CD...

2005-02-03 Thread RacerX
Do you know how to burn an ISO?
Best regards,
Chris
On Thu, 3 Feb 2005, Glen Stewart wrote:
I downloaded FreeBSD from your site (I downloaded it to my MAC)
The PC that I will put it on is a new Compaq Presairo - with a AMD Semptron 
3000+ Chip.
The ISO that I downloaded onto the MAC was dragged and drppped - then Burned 
on a CD.
I did not "prep the file or convert it" in any way.

I switched the boot order to CD - and I still cannot get the Free BSD Disk to 
boot...
What do I need to do?

Glen Stewart
P.S. Please Help ASAP!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: I can't boot from the CD...

2005-02-03 Thread Peter N. M. Hansteen
Glen Stewart <[EMAIL PROTECTED]> writes:

> I downloaded FreeBSD from your site (I downloaded it to my MAC)
> The PC that I will put it on is a new Compaq Presairo - with a AMD 
> Semptron 3000+ Chip.
> The ISO that I downloaded onto the MAC was dragged and drppped - then 
> Burned on a CD.
> I did not "prep the file or convert it" in any way.

One rather common mistake is to put the ISO file on a CD as a file
rather than burning the image (which is in fact a binary copy of a CD
file system) to the disk. Most, if not all, CD writer programs have a
"burn image" option or similar.

If you burned the ISO correctly, your Mac should see a number of files
and folders on the CD. If all you see is one rather large file, the CD
will not be usable. 

> I switched the boot order to CD - and I still cannot get the Free BSD 
> Disk to boot...
> What do I need to do?

What messages, if any, do you get? The help you get here generally
improves with the precision in reporting such things as error messages.

-- 
Peter N. M. Hansteen, member of the first RFC 1149 implementation team
http://www.blug.linux.no/rfc1149/ http://www.datadok.no/ http://www.nuug.no/
"First, we kill all the spammers" The Usenet Bard, "Twice-forwarded tales"

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


Disk access problem with 5.3 install from CD

2005-02-03 Thread John . Dutcher
I have noted success stories from some who have installed FreeBSD on Compaq
Laptops similar to mine:  Compaq Armada 7400, 6.2 gig drive, 128 mb RAM.

I purchased the 5.3 (2) CD, (1) DVD set and have tried multiple times to
use CD 1
to install. All attempts fail after providing these message:

  1) Early in the process:  "ad0:  Failure  Read_DMA timed out"
  (this msg is repeated 3-4 times)

  I select a standard install, giving the entire drive to FreeBSD
  No MBR needed...don't want to accomodate other OS's

  2) Soon I get; "Writing partition information to drive ad0"

   followed by:  "Error Unable to write data to disk ad0"

   and then: "Couldn't make filesystem properly, aborting"

Responding to some other user sites, I tried doing a boot from my Win
backup rescue boot disk and ran FDISK to apply a single DOS partition as I
had read that this might help.didn't seem to.  Results as before.

Any ideas available as to what I might try next ??

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


Re: I can't boot from the CD...

2005-02-03 Thread Greg Barniskis
Glen Stewart wrote:
I downloaded FreeBSD from your site (I downloaded it to my MAC)
The PC that I will put it on is a new Compaq Presairo - with a AMD 
Semptron 3000+ Chip.
The ISO that I downloaded onto the MAC was dragged and drppped - then 
Burned on a CD.
I did not "prep the file or convert it" in any way.

I switched the boot order to CD - and I still cannot get the Free BSD 
Disk to boot...
What do I need to do?

Glen Stewart
P.S. Please Help ASAP!
The ISO (any ISO, really) isn't a file that gets burned to CD "as 
is". It's an "image" or representation of a *file system* that needs 
to be processed and then burned to CD.

I don't know what the Mac procedure for burning an ISO is, but in 
Windoze I generally rely on right-clicking the ISO file and having a 
pop-up menu offer me a choice like "create CD from image". Almost as 
simple as drag-n-drop, but not quite.

Barring any other more detailed help that may pop up from this list, 
just go into the Mac software that you use to burn CDs and search 
their help for "ISO" to get tips on appropriate ISO image burning 
techniques. It should be blissfully simple.

--
Greg Barniskis, Computer Systems Integrator
South Central Library System (SCLS)
Library Interchange Network (LINK)
, (608) 266-6348
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


I can't boot from the CD...

2005-02-03 Thread Glen Stewart
I downloaded FreeBSD from your site (I downloaded it to my MAC)
The PC that I will put it on is a new Compaq Presairo - with a AMD 
Semptron 3000+ Chip.
The ISO that I downloaded onto the MAC was dragged and drppped - then 
Burned on a CD.
I did not "prep the file or convert it" in any way.

I switched the boot order to CD - and I still cannot get the Free BSD 
Disk to boot...
What do I need to do?

Glen Stewart
P.S. Please Help ASAP!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs.

2005-01-29 Thread Julien Gabel
>>> I'm in the same boat as Xian.  I want to backup to DVD so I can
>>> upgrade to 5.3.  dump in 4.10 does not have a -P option, and growisofs
>>> says nothing about handling spanning, so how do I span my dump over
>>> multiple DVDs?
>>>
>>> Then some day if all goes well I will split /usr into /usr and
>>> /usr/home, 'cause this is ridiculous.


There is 2 limitations here:
  - The dump's option '-P' is relatively new, and not supported on old
releases;
  - A file can't be larger than 2Gb using an ISO 9660 file system.

Knowing these 2 points here, here is a sh(1) shell script than i use
and which do the following:
  1/ Backup a remote FreeBSD system on a local DVD writer;
  2/ Currently 5.X since i hardcoded the dump's option '-L') but that
 is easily bypassed;
  3/ Over ssh;
  4/ Using a remote user which must be in the group 'operator';
  5/ Because i use the same grown iso fs to hold all the backuped fs,
 this script need a local temporary space which size just need to
 be the size of the larger compressed remote fs (generally /usr
 or /home) not a sum of all of these;
  6/ Automatically get the fs to backup from the remote fstab (begining
 with the root fs).

As it is a little _home_script_, there is some caveats to know:
  - It must launch as root from the local system in order to be able
to write to the local DVD burner;
  - It assume that that the larger compressed remote fs is lesser than
the 2Gb limitation (you can for example set the nodump flag on
/usr/ports/distfiles/*, if this is not an issue for you, to decrease
the size of the /usr dump);
  - Some commands/options are hardcoded;
  - May be extended to managed more than one copy of each backuped fs
if there is sufficiently space left on the DVD...

Oh, yes... to restore just do the following (/home for example):
  # mount -t cd9660 /dev/cd0 /cdrom
  # cd /home; gzip -dc /cdrom/home/dump.gz | restore -ivf -

-- 
-jpeg.

bckp2dvd.sh
Description: Binary data
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs

2005-01-29 Thread Ian Moore
On Sat, 29 Jan 2005 22:30, Xian wrote:
> On Saturday 29 January 2005 01:51, Carleton Vaughn wrote:
> > Ian Moore wrote:
> > > Anyway, to backup /usr directly to a dvd(+rw), I use the this command:
> > > dump -0 -uL -C16 -B4589840 -P 'growisofs -speed=4 -Z /dev/dvd=/dev/fd/0
> > > ' /usr This gives you a dvd or series of dvds with the dump file on
> > > them. You can then boot from CD2 (live system) and use restore to
> > > restore the data. If the link above is the one I think it is, it gives
> > > you an example restore command.
> >
> > I'm in the same boat as Xian.  I want to backup to DVD so I can upgrade
> > to 5.3.  dump in 4.10 does not have a -P option, and growisofs says
> > nothing about handling spanning, so how do I span my dump over multiple
> > DVDs?
> >
> > dump -h0 -B 4589840 -S /usr says I'm going to need 6.18 "tapes".  I'm
> > going to crack open a beer and just pipe it, to see what happens.
> >
> > Then some day if all goes well I will split /usr into /usr and /usr/home,
> > 'cause this is ridiculous.
> >
> > Thanks.
>
> I have another machine running 4.9 (also without the -P option for dump)
> and the way I get round it is to create the dump on another disk in pieces
> then transfer them to another machine for burning.
>
>  dump  -B -f /home/usr.dump /usr
>
> /usr and /home are on different disks. Then when dump asks me if the next
> volume is ready I move /home/usr.dump to /home/usr/dump.1, then tell dump
> yes. And so on until dump has finished
>
> However I am having some issues with this. I transfer them to another
> machine, (checking the md5 of them is the same before and after transfer
> them), and test it with restore
>
>  restore -Nxvb 2 -f usr.dump.1
>
> and the first volume works fine, it says 'End-of-tape encountered'. I start
> the next volume and it tells me
>
>  unexpected tape header
>  abort? [yn]
>
> What could be doing this and how do I fix it?

That was how I was considering doing backups in DVD sized chunks until I found 
out the -P option in 5.3.
I've just tried doing it in 5.3 & works. Here's what I actually did:

%sudo dump -1 -B 5 -f /mnt/backups/var.dump /var
When prompted for tape 2, in a second xterm I did:
%sudo mv var.dump var.dump.1
Then back in xterm1, I said yes to the continue prompt. The dump completed.

To restore I did:
%restore -Nxvf /mnt/backups/var.dump.1
When asked which tape to use, I said 1
When prompted for tape 2, in xterm2 I did:
%sudo mv var.dump.1 var.dump.a
%sudo mv var.dump var.dump.1
Then back in xterm1:
End-of-tape encountered
You have read volumes: 1
Specify next volume #: 2
Mount tape volume 2
Enter ``none'' if there are no more tapes
otherwise enter tape name (default: /mnt/backups/var.dump.1) none
extract file ./db/entropy/saved-entropy.6

extract file ./tmp/kdecache-root/ksycoca
Add links
Set directory mode, owner, and times.
set owner/mode for '.'? [yn] n

So it works in 5.3, maybe there is a bug in the old dump or restore program?
NB, I didn't need to use -b 2 in the restore command. Perhaps you should try 
it without that switch.

Cheers,
-- 
Ian

GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc


pgpTsHuZPUT7d.pgp
Description: PGP signature


Re: Backup to CD-Rs and DVDs

2005-01-29 Thread Xian
On Saturday 29 January 2005 01:51, Carleton Vaughn wrote:
> Ian Moore wrote:
> > Anyway, to backup /usr directly to a dvd(+rw), I use the this command:
> > dump -0 -uL -C16 -B4589840 -P 'growisofs -speed=4 -Z /dev/dvd=/dev/fd/0 '
> > /usr This gives you a dvd or series of dvds with the dump file on them.
> > You can then boot from CD2 (live system) and use restore to restore the
> > data. If the link above is the one I think it is, it gives you an example
> > restore command.
>
> I'm in the same boat as Xian.  I want to backup to DVD so I can upgrade to
> 5.3.  dump in 4.10 does not have a -P option, and growisofs says nothing
> about handling spanning, so how do I span my dump over multiple DVDs?
>
> dump -h0 -B 4589840 -S /usr says I'm going to need 6.18 "tapes".  I'm going
> to crack open a beer and just pipe it, to see what happens.
>
> Then some day if all goes well I will split /usr into /usr and /usr/home,
> 'cause this is ridiculous.
>
> Thanks.

I have another machine running 4.9 (also without the -P option for dump) and 
the way I get round it is to create the dump on another disk in pieces then 
transfer them to another machine for burning.

 dump  -B -f /home/usr.dump /usr

/usr and /home are on different disks. Then when dump asks me if the next 
volume is ready I move /home/usr.dump to /home/usr/dump.1, then tell dump 
yes. And so on until dump has finished

However I am having some issues with this. I transfer them to another machine, 
(checking the md5 of them is the same before and after transfer them), and 
test it with restore

 restore -Nxvb 2 -f usr.dump.1

and the first volume works fine, it says 'End-of-tape encountered'. I start 
the next volume and it tells me 

 unexpected tape header
 abort? [yn]

What could be doing this and how do I fix it?
-- 
/Xian

"Never put off until tomorrow what you can avoid altogether"
unknown author
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs

2005-01-28 Thread Carleton Vaughn
Ian Moore wrote:
Anyway, to backup /usr directly to a dvd(+rw), I use the this command:
dump -0 -uL -C16 -B4589840 -P 'growisofs -speed=4 -Z /dev/dvd=/dev/fd/0 ' /usr
This gives you a dvd or series of dvds with the dump file on them. You can 
then boot from CD2 (live system) and use restore to restore the data. If the 
link above is the one I think it is, it gives you an example restore command.
I'm in the same boat as Xian.  I want to backup to DVD so I can upgrade to 
5.3.  dump in 4.10 does not have a -P option, and growisofs says nothing about 
handling spanning, so how do I span my dump over multiple DVDs?

dump -h0 -B 4589840 -S /usr says I'm going to need 6.18 "tapes".  I'm going to 
crack open a beer and just pipe it, to see what happens.

Then some day if all goes well I will split /usr into /usr and /usr/home, 
'cause this is ridiculous.

Thanks.
--
Carleton Vaughn
College Park, Georgia, USA
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs

2005-01-28 Thread Ian Moore
On Fri, 28 Jan 2005 05:49, Xian wrote:
> On Thursday 27 January 2005 12:39, Xian wrote:
> > On Thursday 27 January 2005 10:37, Ian Moore wrote:
> > > > Hope that's the kind of thing you are after.
> > > >http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c?rev=1.59&co
> > > >nt en t-type=text/x-cvsweb-markup Cheers,
> >
> > That's exactly what I'm looking for thanks.
> > I tried it with a CD-RW like this
> >  dump -0 -L -C16 -B716800 -P 'burncd -e blank data - fixate' /var
> > and it works well. I'll try DVDs when I have some.
> >
> > THANKS :D

Glad I could help :-)
>
> I just found that I need to use the -b 2 switch with restore, does that
> mean I need to use it with dump as well?

I'm not sure, but if you are able to successfully retore dumps made without -b 
2, then I guess you don't need t!.

Cheers,
-- 
Ian Moore

GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc


pgp77xufpFUig.pgp
Description: PGP signature


Re: Backup to CD-Rs and DVDs

2005-01-27 Thread Xian
On Thursday 27 January 2005 12:39, Xian wrote:
> On Thursday 27 January 2005 10:37, Ian Moore wrote:
> > > Hope that's the kind of thing you are after.
> > >http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c?rev=1.59&cont
> > >en t-type=text/x-cvsweb-markup Cheers,
>
> That's exactly what I'm looking for thanks.
> I tried it with a CD-RW like this
>  dump -0 -L -C16 -B716800 -P 'burncd -e blank data - fixate' /var
> and it works well. I'll try DVDs when I have some.
>
> THANKS :D

I just found that I need to use the -b 2 switch with restore, does that mean I 
need to use it with dump as well?

-- 
/Xian

"Forbidden fruit creates many jams"
Unknown Author
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs

2005-01-27 Thread Xian
On Thursday 27 January 2005 10:37, Ian Moore wrote:
> > Hope that's the kind of thing you are after.
> >http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c?rev=1.59&conten
> >t-type=text/x-cvsweb-markup Cheers,

That's exactly what I'm looking for thanks.
I tried it with a CD-RW like this
 dump -0 -L -C16 -B716800 -P 'burncd -e blank data - fixate' /var
and it works well. I'll try DVDs when I have some.

THANKS :D

-- 
/Xian

"One had to cram all this stuff into one's mind for the examinations, whether 
one liked it or not. This coercion had such a deterring effect on me that, 
after I had passed the final examination, I found the consideration of any 
scientific problems distasteful to me for an entire year."
Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Backup to CD-Rs and DVDs

2005-01-27 Thread Ian Moore
On Thu, 27 Jan 2005 20:23, Ian Moore wrote:
> On Thu, 27 Jan 2005 11:30, Xian wrote:
> > I don't have any DVD-Rs of any format yet so I was messing about with
> > CDs. I found I could burn files to the CD in a variety of ways but I
> > can't get them back again.
> > I've used dd and burncd to put the file onto a CD and dd sometimes gets
> > something back too, but never works properly.
> > Any ideas how to do this properly?
>
> I think this is what you are looking for (lists.freebsd.org seems to down
> at the moment, so I can't confirm this is the thread I think it is):
> http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064560.h
>tml

Sorry, that's not the right link, try this instead:
http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c?rev=1.59&content-type=text/x-cvsweb-markup
It's not the link I had originally, why didn't I bookmark it? :(

Cheers,
Ian

> Anyway, to backup /usr directly to a dvd(+rw), I use the this command:
> dump -0 -uL -C16 -B4589840 -P 'growisofs -speed=4 -Z /dev/dvd=/dev/fd/0 '
> /usr This gives you a dvd or series of dvds with the dump file on them. You
> can then boot from CD2 (live system) and use restore to restore the data.
> If the link above is the one I think it is, it gives you an example restore
> command.
>
> Hope that's the kind of thing you are after.
>http://www.freebsd.org/cgi/cvsweb.cgi/src/sbin/dump/main.c?rev=1.59&content-type=text/x-cvsweb-markup
> Cheers,

-- 
Ian

GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc


pgp0mjNiuv7fy.pgp
Description: PGP signature


Re: Backup to CD-Rs and DVDs

2005-01-27 Thread Ian Moore
On Thu, 27 Jan 2005 11:30, Xian wrote:
> I don't have any DVD-Rs of any format yet so I was messing about with CDs.
> I found I could burn files to the CD in a variety of ways but I can't get
> them back again.
> I've used dd and burncd to put the file onto a CD and dd sometimes gets
> something back too, but never works properly.
> Any ideas how to do this properly?

I think this is what you are looking for (lists.freebsd.org seems to down at 
the moment, so I can't confirm this is the thread I think it is):
http://lists.freebsd.org/pipermail/freebsd-questions/2004-November/064560.html

Anyway, to backup /usr directly to a dvd(+rw), I use the this command:
dump -0 -uL -C16 -B4589840 -P 'growisofs -speed=4 -Z /dev/dvd=/dev/fd/0 ' /usr
This gives you a dvd or series of dvds with the dump file on them. You can 
then boot from CD2 (live system) and use restore to restore the data. If the 
link above is the one I think it is, it gives you an example restore command.

Hope that's the kind of thing you are after.

Cheers,
-- 
Ian

GPG Key: http://homepages.picknowl.com.au/imoore/imoore.asc


pgpyTrJYYrnPe.pgp
Description: PGP signature


Backup to CD-Rs and DVDs

2005-01-26 Thread Xian
I don't have any DVD-Rs of any format yet so I was messing about with CDs.
I found I could burn files to the CD in a variety of ways but I can't get them 
back again.
I've used dd and burncd to put the file onto a CD and dd sometimes gets 
something back too, but never works properly.
Any ideas how to do this properly?

-- 
/Xian

"As far as the laws of mathematics refer to reality, they are not certain, as 
far as they are certain, they do not refer to reality."
Albert Einstein
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


<    5   6   7   8   9   10   11   12   13   14   >