Okay. who broke ata.

2003-04-05 Thread Kevin S. Brackett
make world from yesterday broke support for my promise udma66 controller,
getting READ/WRITE errors on the drive attached to, reverting to previous
kernel fixes problem.

Apr  4 15:38:40 hades kernel: atapci0:  port
 0xd400-0xd43f,0xd000-0xd003,0xcc00-0xcc07,0xc800-0xc803,0xc400-0xc407 mem
0xef0
0-0xef01 irq 5 at device 10.0 on pci0
Apr  4 15:38:40 hades kernel: ata2: at 0xc400 on atapci0
Apr  4 15:38:40 hades kernel: ata3: at 0xcc00 on atapci0



Apr  4 15:38:41 hades kernel: ad4: DMA limited to UDMA33, non-ATA66 cable
or dev
ice
Apr  4 15:38:41 hades kernel: ad4: READ command timeout tag=0 serv=0 -
resetting
Apr  4 15:38:41 hades kernel: ata2: resetting devices ..
Apr  4 15:38:41 hades kernel: ata2-slave: ATA identify retries exceeded
Apr  4 15:38:41 hades kernel: done
Apr  4 15:38:41 hades kernel: ad4: 29333MB 
[59598/16/63] at
 ata2-master UDMA33
Apr  4 15:38:41 hades kernel: acd0: CDROM  at
ata0-slave PI
O4
Apr  4 15:38:41 hades kernel: ad4: READ command timeout tag=0 serv=0 -
resetting
Apr  4 15:38:41 hades kernel: ata2: resetting devices ..
Apr  4 15:38:41 hades kernel: ata2-slave: ATA identify retries exceeded
Apr  4 15:38:41 hades kernel: done

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


Re: IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
On Fri, 21 Mar 2003, Fred Souza wrote:

> > ipfw: opcode 50 size 1 wrong
> > getsockopt(IP_FWD_ADD): something something
>
>   I had this experience a few days ago too. It turned out as being an
>   outdated /sbin/ipfw. cvsup'ing and then `cd /usr/src/sbin/ipfw && make
>   all install clean` solved it. Notice that if you did NOT run a make
>   world _after_ compiling the kernel that gave you that error, you will
>   need to update /usr/include/netinet/ip_fw*.h.
>

ah, I should of known this. Making world now. thanks all :)

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


Re: IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
On Fri, 21 Mar 2003, Tod Oace wrote:

> Same here. Was it working before or is this a new setup? Have you
> verified natd is running, natd_interface is defined to your public
> interface and all that?

Everything was working fine a few weeks ago, and the system has been
running 5 about a month prior -release... i'll try removing the ipv6 and
dummynet options since i'm not using either right now, and let you know.

- kevin


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


IPDIVERT problem?

2003-03-21 Thread Kevin S. Brackett
The system is running FreeBSD 5-current, cvsup'd yesterday.

dmesg:

Mar 19 13:05:23 hades kernel: ipfw2 initialized, divert enabled,
rule-based forwarding enabled, default to accept, logging limited to 100
packets/entry by default
Mar 19 13:05:23 hades kernel: DUMMYNET initialized (011031)
Mar 19 13:05:23 hades kernel: IPv6 packet filtering initialized, default
to accept, logging limited to 100 packets/entry

rc.firewall:

${fwcmd} add 50 divert natd all from any to any via ${natd_interface}

error:

ipfw: opcode 50 size 1 wrong
getsockopt(IP_FWD_ADD): something something

kernel conf:

options IPFIREWALL
options IPFIREWALL_VERBOSE
options IPFIREWALL_FORWARD
options IPFIREWALL_VERBOSE_LIMIT=100
options IPFIREWALL_DEFAULT_TO_ACCEPT
options IPFIREWALL_FORWARD
options IPV6FIREWALL
options IPV6FIREWALL_VERBOSE
options IPV6FIREWALL_VERBOSE_LIMIT=100
options IPV6FIREWALL_DEFAULT_TO_ACCEPT
options DUMMYNET
options IPDIVERT

any ideas?

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


dvd playback

2000-03-10 Thread Kevin S. Brackett

Hi, I was looking around the internet to see how the opensource people
were getting along with all the suits against them, and I found a site
with a freebsd css-auth patch and nist archive tared; I was wondering how
well dvd playback was at this point?

all those wondering, the site is linked from http://www.opendvd.org/.

- kevin



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



Re: "The Matrix" screensaver, v.0.2

1999-08-20 Thread Kevin S. Brackett

On Fri, 20 Aug 1999, Keith Stevenson wrote:

> On Fri, Aug 20, 1999 at 04:11:42PM -0600, Oscar Bonilla wrote:
> > 
> > I haven't seen Andrzej's screensaver, but if it is about those
> > green letters that fall from the top of the screen (aka the matrix)
> > then xlock already includes a module for this... I'm using it on my
> > laptop..
> 
> I like Andrzej's module a _lot_ better than the xlock module.  It looks (IMO)
> more like the screen from the movie and doesn't eat all of my CPU cycles.
> 
> --Keith Stevenson--
> 

Agreed, my friends (who were much larger fans of the movie then I (they've
seen it multiple times and I've only seen it once)) were shocked
(actually outright amazed in awe) when I showed them it. Now all I have to
do is find that perfect looking blond from reading the code... ;)

- kevin



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



Re: "The Matrix" screensaver, v.0.2

1999-08-20 Thread Kevin S. Brackett

On Fri, 20 Aug 1999, Andrzej Bialecki wrote:

> Hi,
> 
> Due to unexpected demand (I did it mostly as a distraction from real
> work), I backported this screensaver to 3.2-RELEASE (don't know about
> STABLE), and corrected some inconsistencies. I added also binary versions
> to the archives.
> 

LOL! I love that! Good work. :)

- kevin



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



Re: cd writer recommendation?

1999-08-17 Thread Kevin S. Brackett

Oh, well then, :) I'm glad I said something before I actually bought one
(I saw the atapi RW drives were rather cheap now (~US$125))

- kevin

On Tue, 17 Aug 1999, Andrew Atrens wrote:

> 
> 
> On Tue, 17 Aug 1999, Kevin S. Brackett wrote:
> 
> > For a list of "reported to work" drives that work with cdrecord check out:
> > 
>http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdwriters-1.8.html
> > 
> > Also, notice the "It should run on: All SCSI-3/mmc compliant drives, All
> > ATAPI/mmc compliant drvies"
> > 
> > The HP 7200 drive is listed, so maybe it will work with your drive.
> 
> Hmm, actually it requires Linux's `scsi emulation layer' which makes
> atapi's look like scsi's (I know this is a simplification) - FreeBSD
> currently has no equivalent :) .
> 
> Andrew.
> 
> 



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



Re: cd writer recommendation?

1999-08-17 Thread Kevin S. Brackett

For a list of "reported to work" drives that work with cdrecord check out:
http://www.fokus.gmd.de/research/cc/glone/employees/joerg.schilling/private/cdwriters-1.8.html

Also, notice the "It should run on: All SCSI-3/mmc compliant drives, All
ATAPI/mmc compliant drvies"

The HP 7200 drive is listed, so maybe it will work with your drive.

- kevin

On Tue, 17 Aug 1999, Andrew Atrens wrote:

> 
> Hi Amancio,
> 
> I've got a:
> 
> acd0:  CDROM drive at ata1 as master
> acd0: drive speed 1034KB/sec, 768KB cache
> acd0: supported read types: CD-R, CD-RW, CD-DA, packet track
> acd0: supported write types: CD-R, CD-RW, test write
> acd0: Audio: play, 128 volume levels
> 
> (HP 7200i) which works great. Burning is done via wormcontrol + dd as per
> Soren's recommendations. Data starvation was never a problem with my old
> 430Tx based motherboard, but became a problem when I moved up to Asus
> P5A/ALi board. The solution, it turns out, was to give dd a larger
> input/output block size - 20k instead of 2k (yes, I used team, and no, it
> didn't solve the problem ;)).
> 
> Unfortunately there is no FreeBSD/cdrecord support for this or any other
> ATAPI drive. I've suggested to Soren that it wbn if his ATAPI stuff was
> layered under CAM, since this might possibly make porting things like
> cdrecord a bit more straightforward. As I understand it though the ATAPI
> spec is such that ATAPI devices can fail in ways that are not currently
> handled by CAM so this wouldn't be, shall we say, `a piece of cake'. So,
> as the saying goes beggars can't be choosers, and I am happy with and
> grateful for all of Soren's efforts. :)
> 
> To conclude, I like 7200i, the FreeBSD support is reasonable (for what I
> need), and this device is somewhat cheaper than it's SCSI cousins.
> 
> 
> Cheers,
> 
> Andrew.
> 
> -- 
> +--
> | Andrew Atrens Nortel Networks, Ottawa, Canada. |
> | All opinions expressed are my own,  not those of any employer. |
>--+
>   Heller's Law: The first myth of management is that it exists.   
>   Johnson's Corollary: Nobody really knows what is going on
>anywhere within the organization.   
> 
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message
> 



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