Re: Flashing BIOS/Making bootable DOS filsystem on USB stick

2006-05-26 Thread Svein Halvor Halvorsen
Warren Block wrote: mkisofs can be used to create bootable CDs with a DOS floppy image. The DOS system has to set up CD support, and the additional files end up being on that drive. See This is a problem, I think. The supplied FreeDOS boot floppies won't support USB CD-ROM drives.

Re: Intel Mac experiences

2006-05-26 Thread vayu
On May 25, 2006, at 9:13 PM, Ted Mittelstaedt wrote: James, you missed the point. If you have an Intel MAC it came with MacOS X (tiger) and that is basically the same operating system as FreeBSD. Meaning, what are you trying to gain? If anything, your worse off with FreeBSD since MacOS X

Biometric Fingertip Scan

2006-05-26 Thread Carlos Silva
Hi all, Actually, can we use biometric fingertip scans on our systems to allow a root logon? I'm interested in that technology ;) Best Regards, Carlos Silva, CSilva Web: http://www.csilva.org/ ___ freebsd-questions@freebsd.org mailing list

Re: Biometric Fingertip Scan

2006-05-26 Thread Olivier Nicole
Hi Carlos, Actually, can we use biometric fingertip scans on our systems to allow a root logon? I'm interested in that technology ;) If you know a fingerprint scanner that work with FreeBSD and if you add that to the system, why not :) But I don't have the equipment to try and play with

Re: Intel Mac experiences

2006-05-26 Thread Scott Sipe
On May 26, 2006, at 1:36 AM, vayu wrote: On May 25, 2006, at 9:13 PM, Ted Mittelstaedt wrote: James, you missed the point. If you have an Intel MAC it came with MacOS X (tiger) and that is basically the same operating system as FreeBSD. Meaning, what are you trying to gain? If anything,

RE: Port old 16-bit Win program to FreeBSD that needs access to core memory

2006-05-26 Thread Ted Mittelstaedt
Hi Sam, This isn't the best mailing list to ask this question, but here goes. You generally cannot directly access memory under UNIX, period. You have to go through a device driver. Keep in mind WIndows is a single-user system, thus a Windows program can make a lot of assumptions. One of

Re: OT: Torn between SCSI and SATA for RAID

2006-05-26 Thread Nikolas Britton
On 5/10/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I've been spending the last couple of days extensively looking at various options for RAID and getting some storage system in place. Performance is not really a BIG issue, but I also don't want to have things hecticly slow either. This

IBM Blade

2006-05-26 Thread Steele Burgess
When is Freebsd going to support the blades. Doesn't make any sense. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Intel Mac experiences

2006-05-26 Thread John Cruz
Scott Sipe wrote: This is not true--how do you think Bootcamp works? It provides BIOS emulation for booting windows, and whatever else. Secondly, why do people keep saying that OSX and FreeBSD are basically the same operating system -- if by basically the same you mean have a unix base, then

Re: fatal trap 12 page fault in kernel mode

2006-05-26 Thread Lowell Gilbert
rwarneford [EMAIL PROTECTED] writes: I am not having any success in installing FreeBSD 6.0 at all. When the default install boot starts, it hangs at some point after identifying ad0 and acd0. If I go to the boot loader prompt, set hint.acpi.0.disabled=1, or use safe mode, install boot

Re: burncd fails: Input output error

2006-05-26 Thread Lars Stokholm
On 5/25/06, Lars Stokholm [EMAIL PROTECTED] wrote: For testing purpose I'm trying to remake and burn the FreeBSD 6.1 CD #1 iso image. I've put the CD in drive 0 (acd0) and: [...] Input/output error Using the ATAPI/CAM driver and cdrecord (as described in the handbook), seems to work

Re: Intel Mac experiences

2006-05-26 Thread Lorin Lund
John Cruz wrote: Scott Sipe wrote: ... the same, they all (all the BSDs and MacOS) are basically the same at the os level, but not the kernel level. Also, i'm pretty sure that /etc/fstab/ exists on OS X OS X on my iBook has an /etc/fstab so I would certainly expect the Intel version to

good cyrus installation howto

2006-05-26 Thread Noah
Hi there, might somebody send me to a good cyrus installation howto for a first timer. CHeers, Noah ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

remote file moves, over SSH, with wildcards ... help needed.

2006-05-26 Thread Ensel Sharon
(FreeBSD 6.0-RELEASE) I cannot move a file, over ssh, with wildcards: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 ssh: No match. Ok, so I quote it: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 Password: mv: rename /dir/file*.wav to /dir2/*.wav: No such file or directory I even tried

Re: Strange messages in mail queue

2006-05-26 Thread Nagy László Zsolt
Charles Swiger írta: On May 25, 2006, at 9:39 AM, Eric wrote: what MTA are you using? i'm wondering why your server accepted the email in the first place. Yes, well, that question implies the right direction for a solution: you want to reject spam before trying to deliver it, rather than

Re: remote file moves, over SSH, with wildcards ... help needed.

2006-05-26 Thread Karol Kwiatkowski
On 26/05/2006 16:53, Ensel Sharon wrote: (FreeBSD 6.0-RELEASE) I cannot move a file, over ssh, with wildcards: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 ssh: No match. Ok, so I quote it: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 Password: mv: rename /dir/file*.wav to

Re: Strange messages in mail queue

2006-05-26 Thread Chuck Swiger
Nagy László Zsolt wrote: Charles Swiger írta: Yes, well, that question implies the right direction for a solution: you want to reject spam before trying to deliver it, rather than accepting it and then being responsible for bouncing it back. I'm using postfix (the most up to date version from

PF spamd : trouble with homemade blacklist

2006-05-26 Thread Alexis Dorais-Joncas
Hey all, I have been running spamd from OpenBSD on : FreeBSD g-noc.net 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3 09:36:13 UTC 2005 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 for a while now, and I just encountered a small problem. I want to create a home-made blacklist

Re: remote file moves, over SSH, with wildcards ... help needed.

2006-05-26 Thread Chuck Swiger
Ensel Sharon wrote: (FreeBSD 6.0-RELEASE) I cannot move a file, over ssh, with wildcards: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 ssh: No match. Ok, so I quote it: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 Password: mv: rename /dir/file*.wav to /dir2/*.wav: No such file or

Re: Intel Mac experiences

2006-05-26 Thread James Earl
On 5/26/06, vayu [EMAIL PROTECTED] wrote: I can understand the desire. OS X does have a polished and beautiful desktop environment, but it is not FreeBSD. If money were no object for me, I would want a Macbook Pro with a triple boot of OS X, Win XP and FreeBSD. Back to the original topic:

Re: remote file moves, over SSH, with wildcards ... help needed.

2006-05-26 Thread Bill Moran
Ensel Sharon [EMAIL PROTECTED] wrote: (FreeBSD 6.0-RELEASE) I cannot move a file, over ssh, with wildcards: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 ssh: No match. Ok, so I quote it: # ssh [EMAIL PROTECTED] mv /dir/file*.wav /dir2 Password: mv: rename /dir/file*.wav to

Re: Strange messages in mail queue

2006-05-26 Thread Eric
Nagy László Zsolt wrote: Charles Swiger írta: On May 25, 2006, at 9:39 AM, Eric wrote: what MTA are you using? i'm wondering why your server accepted the email in the first place. Yes, well, that question implies the right direction for a solution: you want to reject spam before trying to

cant' find port

2006-05-26 Thread Matias
Hi, I've been googling about this but I can't find the answer: Is there a port to install Yakuake (the quake-styled terminal for kde)? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Package management utility for KDE?

2006-05-26 Thread Matias
Hi, KDE fan ahead Is there any visual FreeBSD package management tool for QT/KDE? Thanks. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: cant' find port

2006-05-26 Thread Bill Moran
Matias [EMAIL PROTECTED] wrote: Hi, I've been googling about this but I can't find the answer: Is there a port to install Yakuake (the quake-styled terminal for kde)? http://www.freshports.org -- Bill Moran We meddle. People don't like to be meddled with. We tell them what to do,

Re: cant' find port

2006-05-26 Thread Matias
Bill Moran wrote: Matias [EMAIL PROTECTED] wrote: Hi, I've been googling about this but I can't find the answer: Is there a port to install Yakuake (the quake-styled terminal for kde)? http://www.freshports.org I've already looked for there, but it isn't listed, so, the reply to

textproc: Typesetting holy content

2006-05-26 Thread Kyrre Nygard
Hello! I hope this is not too off topic. I'm involved in some studies here, on the authority of holy scriptures. I am trying to transcribe The Noble Qur'an, by some said to be the most elegant book ever written, into LaTeX format. That way I can format it the way I wish, and study it at my

Re: Rebuilding /var/db/pkg

2006-05-26 Thread Robertsen A. Riehle
On Thursday 25 May 2006 19:03, John Nielsen wrote: Quoting Robert Huff [EMAIL PROTECTED]: Robertsen A. Riehle writes: Say that the /var/db/pkg directory had been recursively erased off of a workstation that had ~300 packages on it. And, let's hypothetically say that this workstation's

Re: textproc: Typesetting holy content

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kyrre Nygard wrote: Hello! I hope this is not too off topic. I'm involved in some studies here, on the authority of holy scriptures. I am trying to transcribe The Noble Qur'an, by some said to be the most elegant book ever written, into

Re: cant' find port

2006-05-26 Thread Bill Moran
Matias [EMAIL PROTECTED] wrote: Bill Moran wrote: Matias [EMAIL PROTECTED] wrote: Hi, I've been googling about this but I can't find the answer: Is there a port to install Yakuake (the quake-styled terminal for kde)? http://www.freshports.org I've already looked for

Re: Rebuilding /var/db/pkg

2006-05-26 Thread Robert Huff
Robertsen A. Riehle writes: Fetching ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-5-stable/Latest/gcc41.tbz... /var: write failed, filesystem is full info/gcc41/gccint.info: Write error: No space left on device Done. ^C /var: write failed, filesystem is full Signal 2

How to get best results from FreeBSD-questions

2006-05-26 Thread Greg Lehey
How to get the best results from FreeBSD questions. === Last update $Date: 2005/08/10 02:21:44 $ This is a regular posting to the FreeBSD questions mailing list. If you got it in answer to a message you sent, it means that the sender thinks that

The Complete FreeBSD: errata and addenda

2006-05-26 Thread Greg Lehey
The trouble with books is that you can't update them the way you can a web page or any other online documentation. The result is that most leading edge computer books are out of date almost before they are printed. Unfortunately, The Complete FreeBSD, published by O'Reilly, is no exception.

Re: textproc: Typesetting holy content

2006-05-26 Thread Kirk Strauser
On Friday 26 May 2006 11:35, Kyrre Nygard wrote: I am trying to transcribe The Noble Qur'an, by some said to be the most elegant book ever written, into LaTeX format. That way I can format it the way I wish, and study it at my own premises. I prefer Godel, Escher Bach, but that's just me.

Re: textproc: Typesetting holy content

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kirk Strauser wrote: On Friday 26 May 2006 11:35, Kyrre Nygard wrote: I am trying to transcribe The Noble Qur'an, by some said to be the most elegant book ever written, into LaTeX format. That way I can format it the way I wish, and study it at

Re: Intel Mac experiences

2006-05-26 Thread Chad Leigh -- Shire.Net LLC
On May 26, 2006, at 7:54 AM, John Cruz wrote: When it comes right down to it, the differences between freeBSD and MacOS X (darwin) are very minimal. No, you can't do a buildworld because you can't build the kernel source because the source is closed. But why would you need to? The kernel

Problems booting operating system and with root password

2006-05-26 Thread Polina Mnouskina
Hello. I am working for the company, that is using FreeBSD on the server mashins. At the moment we have two problems: First, one of the mashins give no kernael error on the boot. Second, we have lost our root password to the second one. Is there a way to fix any of this two problems

Re: Problems booting operating system and with root password

2006-05-26 Thread Andy Greenwood
I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. On 5/26/06, Polina Mnouskina [EMAIL PROTECTED] wrote: Hello. I am working for the company, that is using FreeBSD on the server mashins. At

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. On 5/26/06, Polina Mnouskina [EMAIL PROTECTED] wrote: Hello. I am

dvd+rw problems

2006-05-26 Thread Nick Pegg
I'm having some troubles reading and writing DVD+RW discs. I've installed dvd+rw-tools and followed the instructions in the FreeBSD Handbook and searched Google without much luck. Here's the specific errors I'm getting: Trying to mount the disc: server# mount_cd9660 /dev/cd0 /cdrom mount_cd9660:

RE: Problems booting operating system and with root password

2006-05-26 Thread Sam Speranini
Thank you for the quick response and I will try booting up in single mode for the root password issue. One of our main boxes at boot up comes up with the error message below and goes no further. It seems like the kernel is missing or got corrupted. The box ran fine till yesterday morning when we

Re: IBM Blade

2006-05-26 Thread Iantcho Vassilev
On 5/26/06, Steele Burgess [EMAIL PROTECTED] wrote: When is Freebsd going to support the blades. Doesn't make any sense. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send

Re: Problems booting operating system and with root password

2006-05-26 Thread Miguel
Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel wrote: Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. Hi, i have a similar problem, i forgot my root

Re: Problems booting operating system and with root password

2006-05-26 Thread Atom Powers
On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way to recover the encrypted password and crackit some way, i have my normal account (which is in wheel group), i even know that the

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adrian Pavone wrote: Miguel wrote: Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. Hi, i have a similar problem, i

Re: burncd fails: Input output error

2006-05-26 Thread Lars Stokholm
On 5/26/06, Lars Stokholm [EMAIL PROTECTED] wrote: For testing purpose I'm trying to remake and burn the FreeBSD 6.1 CD #1 iso image. I've put the CD in drive 0 (acd0) and: [...] Input/output error Using the ATAPI/CAM driver and cdrecord (as described in the handbook), seems to work

Re: Problems booting operating system and with root password

2006-05-26 Thread Bill Moran
Adrian Pavone [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel wrote: Andy Greenwood wrote: I don't know what you mean by kernel errors on boot, but you can recover your root password by booting into single user mode and then running passwd. Hi, i

Re: Problems booting operating system and with root password

2006-05-26 Thread Bill Moran
Sam Speranini [EMAIL PROTECTED] wrote: Thank you for the quick response and I will try booting up in single mode for the root password issue. One of our main boxes at boot up comes up with the error message below and goes no further. It seems like the kernel is missing or got corrupted. The

Trouble installing FreeBSD on a Dell Precision 210?

2006-05-26 Thread Jason Curole
Hello all, I am a newbie to FreeBSD, though I currently use Mac OS X and am reasonably comfortable with the unix side. I am trying to install FreeBSD on a Dell Precision 210 machine (scrounged it up recently and it has a huge hard drive, otherwise I don't know much about it). I have

Re: Problems booting operating system and with root password

2006-05-26 Thread Miguel
Atom Powers wrote: On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way to recover the encrypted password and crackit some way, i have my normal account (which is in wheel group), i

TV Remote Control, Lirc under FreeBSD 6.1

2006-05-26 Thread Evgeny Solovyov
Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) I have a Problems to use it: # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf lircd 0.7.2: lircd(irman) ready .. # irw /var/lirc/lircd .. lircd 0.7.2: accepted new client on /var/lirc/lircd lircd 0.7.2: could not open /dev/ttyd0 lircd

Re: Problems booting operating system and with root password

2006-05-26 Thread Atom Powers
On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Atom Powers wrote: On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way to recover the encrypted password and crackit some way, i have

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Miguel wrote: Atom Powers wrote: On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a way to recover the encrypted password and crackit

Custom termcap entries and installworld

2006-05-26 Thread Stephen Hurd
I've now shot myself in the foot at least three times in as many years with custom termcap entries... here's the deal: 1) I modify /etc/termcap and customize a termcap entry for some valid reason (I need 132x42 or whatever for my Link MC/5) 2) I update /etc/gettytab and /etc/ttys accordingly

Re: Problems booting operating system and with root password

2006-05-26 Thread Adrian Pavone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Atom Powers wrote: On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Atom Powers wrote: On 5/26/06, Miguel [EMAIL PROTECTED] wrote: Hi, i have a similar problem, i forgot my root password and the server its in a remote colocation site, is there a

Re: TV Remote Control, Lirc under FreeBSD 6.1

2006-05-26 Thread Garrett Cooper
Evgeny Solovyov wrote: Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) I have a Problems to use it: # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf lircd 0.7.2: lircd(irman) ready .. # irw /var/lirc/lircd .. lircd 0.7.2: accepted new client on /var/lirc/lircd lircd 0.7.2: could

Re: Trouble installing FreeBSD on a Dell Precision 210?

2006-05-26 Thread Derek Ragona
If you have nothing of value on the hard drive, I would suggest low-level formatting the drive, then verify the boot order is CD first. -Derek At 04:22 PM 5/26/2006, Jason Curole wrote: Hello all, I am a newbie to FreeBSD, though I currently use Mac OS X and am reasonably

Re: TV Remote Control, Lirc under FreeBSD 6.1

2006-05-26 Thread Evgeny Solovyov
Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) I have a Problems to use it: # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf lircd 0.7.2: lircd(irman) ready .. # irw /var/lirc/lircd .. lircd 0.7.2: accepted new client on /var/lirc/lircd lircd 0.7.2: could not open /dev/ttyd0 lircd

Re: 6.1-BETA2 AMD64 boot only CD freezes at module_register_init: MOD_LOAD (amr_linux, 0xffffffff805ebcc0, 0) error 6

2006-05-26 Thread Jeremy C. Reed
I saw your message from March. Did you ever get any answer or fix for your problem? I am also seeing: module_register_init: MOD_LOAD (amr_linux, 0xff8062a300) error 6 Jeremy C. Reed p.s. I also saw error on the freebsd-stable list. ___

Re: Trouble installing FreeBSD on a Dell Precision 210?

2006-05-26 Thread Gerard Seibert
Derek Ragona wrote: If you have nothing of value on the hard drive, I would suggest low-level formatting the drive, then verify the boot order is CD first. -Derek At 04:22 PM 5/26/2006, Jason Curole wrote: Hello all, I am a newbie to FreeBSD, though I currently use Mac OS

Re: TV Remote Control, Lirc under FreeBSD 6.1

2006-05-26 Thread Evgeny Solovyov
Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) I have a Problems to use it: # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf lircd 0.7.2: lircd(irman) ready .. # irw /var/lirc/lircd .. lircd 0.7.2: accepted new client on /var/lirc/lircd lircd 0.7.2: could not open /dev/ttyd0 lircd

Re: Trouble installing FreeBSD on a Dell Precision 210?

2006-05-26 Thread Derek Ragona
You can low level format any hard drive. Just go to the manufacturer's website and download the utility. -Derek At 05:30 PM 5/26/2006, Gerard Seibert wrote: Derek Ragona wrote: If you have nothing of value on the hard drive, I would suggest low-level formatting the drive, then

ejabberd problem....

2006-05-26 Thread Gary Kline
Folks, This may explain my problems with jwchat:: ejabberd crashes. Or so it seems. Does anybody know what's going on here? q4 14:08 sage [5001] ejabberdctl {init terminating in

Re: TV Remote Control, Lirc under FreeBSD 6.1

2006-05-26 Thread Garrett Cooper
Evgeny Solovyov wrote: Anybody use lirc under FreeBSD 6.x? (/usr/ports/comms/lirc) I have a Problems to use it: # lircd -n --device=/dev/ttyd0 /tmp/lirc.conf lircd 0.7.2: lircd(irman) ready .. # irw /var/lirc/lircd .. lircd 0.7.2: accepted new client on /var/lirc/lircd lircd 0.7.2: could

Re: dvd+rw problems

2006-05-26 Thread Nick Pegg
On 5/26/06, Nick Pegg [EMAIL PROTECTED] wrote: I'm having some troubles reading and writing DVD+RW discs. I've installed dvd+rw-tools and followed the instructions in the FreeBSD Handbook and searched Google without much luck. Here's the specific errors I'm getting: Trying to mount the disc:

System doesn't recognize boot device

2006-05-26 Thread Aaron VanAlstine
I¹m a newbie who assembled a PC. I successfully loaded FreeBSD 6.0 from CD but at the end of install when the system reboots, it goes thru the start-up process (the ASUS screen) and finally I get a message saying to use the proper boot device or insert boot media and try again. I rechecked the

Re: Firewall with 3 NIC (1 wireless) problem

2006-05-26 Thread Dennis Olvany
Mark Moellering wrote: I am attempting to add a wireless capabilities to an existing network / firewall structure. I added a wireless NIC card to the firewall (Netgear WPN311) and followed the wireless instructions. I also added a similar card to an existing computer (Netgear WG311T). The

Re: dvd+rw problems

2006-05-26 Thread Mikhail Goriachev
Nick Pegg wrote: On 5/26/06, Nick Pegg [EMAIL PROTECTED] wrote: I'm having some troubles reading and writing DVD+RW discs. I've installed dvd+rw-tools and followed the instructions in the FreeBSD Handbook and searched Google without much luck. Here's the specific errors I'm getting: Trying

Re: dvd+rw problems

2006-05-26 Thread Nick Pegg
On 5/26/06, Mikhail Goriachev [EMAIL PROTECTED] wrote: Nick Pegg wrote: On 5/26/06, Nick Pegg [EMAIL PROTECTED] wrote: I'm having some troubles reading and writing DVD+RW discs. I've installed dvd+rw-tools and followed the instructions in the FreeBSD Handbook and searched Google without much

Strange pauses and cpu usage - FreeBSD 6.1

2006-05-26 Thread Shawn
I'm having a strange problem with cpu usage with my Athlon XP. Every so often there seems to be a pause where the system comes under heavy load for no apparent reason. If xmms was playing then I get a buzz sound and the mouse pointer stops just for a split second, the same with mplayer and vlc.