Prism wi support in 6.x - or alternative card

2006-04-08 Thread Brian Candler
Hello, I Hvae an IBM Thinkpad X30 with a miniPCI wireless card: wi0: Intersil Prism2.5 mem 0xf800-0xf8000fff irq 11 at device 2.0 on pci1 wi0: using RF:PRISM2.5 MAC:ISL3874A(Mini-PCI) wi0: Intersil Firmware: Primary (1.1.0), Station (1.4.9) wi0: Ethernet address: 00:05:3c:09:7e:9d wi0: 11b

Strangeness with /dev nodes and mknod

2006-03-15 Thread Brian Candler
I have a box running 6.0-STABLE as of 10 Nov last year. Previously I had created device nodes for /dev/random within chroot environments (this was for building and testing openssl). However now they don't work. I am left with the strange situation that device nodes from devfs work, but seemingly

newfs_msdos onto an image file

2006-01-15 Thread Brian Candler
I am trying to prepare an MS-DOS disk image file (for later dd to a USB device) but am having difficulties getting newfs_msdos to work in this way. This is under 5.4-RELEASE. Firstly, newfs_msdos seems to insist on a block-special device; it won't talk to a disk file. OK, no problem, I'll fake it

Re: newfs_msdos onto an image file

2006-01-15 Thread Brian Candler
On Sun, Jan 15, 2006 at 12:34:46PM +, Brian Candler wrote: I am trying to prepare an MS-DOS disk image file (for later dd to a USB device) but am having difficulties getting newfs_msdos to work in this way. This is under 5.4-RELEASE. P.S. it seems that the total disk size given by -s

Re: newfs_msdos onto an image file

2006-01-15 Thread Brian Candler
On Sun, Jan 15, 2006 at 02:14:05PM +0100, Andrea Campi wrote: On Sun, Jan 15, 2006 at 12:49:51PM +, Brian Candler wrote: Furthermore, why do I still have to pretend that the device is a 1440K floppy disk? If I remove -f 1440 I get: # newfs_msdos -h 64 -u 32 -s 256000 -a 125 -F 16 -b

Re: Strange problem with kldload and pf

2005-12-29 Thread Brian Candler
On Wed, Dec 28, 2005 at 11:50:06AM -0500, Matt Emmerton wrote: Sometimes kldload fails mysteriously, and more helpful error messages are dumped in /var/log/messages. But only sometimes. Ah, got it: Dec 28 15:39:37 candlerb kernel: link_elf: symbol in6_cksum undefined So I'm guessing the

Strange problem with kldload and pf

2005-12-28 Thread Brian Candler
Fresh install of FreeBSD 6.0-RELEASE from CD. With the GENERIC kernel, I was able to 'kldload pf' to get the pf firewall. However this doesn't work after I rebuilt a new kernel; it fails to load. All I did was add IPSEC and disable IPv6. The exact config diff from GENERIC is attached below. I

Re: Fast releases demand binary updates.. (Was: Release schedule for 2006 )

2005-12-24 Thread Brian Candler
On Fri, Dec 23, 2005 at 09:51:15AM +0100, Patrick M. Hausen wrote: Any suggestions for an alternative to NFS if your 'client' servers are located all over the world and you want to installworld across the Internet? I was planning to use NFS/TCP secured by IPSec transport mode, but anything

Re: Fast releases demand binary updates.. (Was: Release schedule for 2006)

2005-12-23 Thread Brian Candler
On Thu, Dec 22, 2005 at 09:08:13PM -0600, Matthew D. Fuller wrote: No, you're missing the point. More core OS upgrades means less incremental patches (which are easier to apply than a full update). Right. I don't understand how B follows A here. These patches come from where? Security

Re: Fast releases demand binary updates.. (Was: Release schedule for 2006)

2005-12-19 Thread Brian Candler
On Sun, Dec 18, 2005 at 12:13:09PM -0500, Kris Kennaway wrote: Doesn't creating a binary updates system that's going to be practical to use require implementation of that old and exceedingly bikesheddable subject: packaging up the base system? No, after all the *existing* binary update

Re: CF card and /dev filesystem entries

2005-11-21 Thread Brian Candler
On Sun, Nov 20, 2005 at 02:11:56PM -1000, Robert Marella wrote: Now, that does the job: [EMAIL PROTECTED] brian# dd if=/dev/null of=/dev/da0 count=0 0+0 records in 0+0 records out 0 bytes transferred in 0.28 secs (0 bytes/sec) [EMAIL PROTECTED] brian# ls -l /dev/da0*

Re: CF card and /dev filesystem entries

2005-11-20 Thread Brian Candler
On Wed, Nov 16, 2005 at 05:57:12PM +0100, Roland Smith wrote: However, when I insert a CF card with normal partioning I need /dev/da0s1, and this is not present in the /dev filesystem because the partition table has not been read. snip The only way I can see to *force* the superblock to

CF card and /dev filesystem entries

2005-11-16 Thread Brian Candler
to cause the partition table of the CF card to be read and the /dev filesystem to update? Thanks, Brian Candler. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL

geom_mirror and ggatec/d safe for filesystem replication?

2005-09-24 Thread Brian Candler
? Thanks, Brian Candler. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: atkbd: changing flags at boot time

2005-06-28 Thread Brian Candler
from /boot/loader.conf: userconfig_script_load=YES from /boot/kernel.conf: flags atkbd0 0 quit That works, many thanks! (I haven't used FreeBSD 4 for a while, but the place I'm currently working hasn't yet decided to move to 5 or 6...) Regards, Brian.

atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
[This is with FreeBSD 4.11-RELEASE] I would like to arrange that the ATA keyboard works even if the machine is booted without a keyboard, but one is subsequently plugged in. My understanding is that the default behaviour of probing for the keyboard is set here in the kernel configuration:

Re: atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
set in /boot/device.hints hint.atkbd.0.flags=0x0 I tried that, and it didn't work. Well actually I put the setting in /boot/loader.conf rather than /boot/device.hints, but AFAICT they are the same: $ cd /usr/src/sys/boot $ find . -type f | xargs grep device.hints

Re: atkbd: changing flags at boot time

2005-06-27 Thread Brian Candler
On Monday 27 June 2005 14:14, Brian Candler wrote: set in /boot/device.hints hint.atkbd.0.flags=0x0 I tried that, and it didn't work. I've tested it again, giving exactly your suggestion in exactly that file, and it doesn't work. However, on another machine, where I set the flags to 0x0

pxeboot, NFS and root-path: bug or documentation error?

2005-06-24 Thread Brian Candler
? Regards, Brian Candler. ___ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: pxeboot, NFS and root-path: bug or documentation error?

2005-06-24 Thread Brian Candler
On Fri, Jun 24, 2005 at 01:50:37PM -0400, John Baldwin wrote: It uses TFTP to fetch the pxeboot binary itself. After that, it uses either NFS or TFTP. By default it uses NFS to access /boot/loader and friends. If you want it to just use TFTP and not use NFS at all, you need to recompile

Re: Bug in xterm?

2004-11-28 Thread Brian Candler
- Forwarded message from Andy Farkas [EMAIL PROTECTED] - -- $ perl -mDigest::MD5 -e 'print pack(H*,Digest::MD5::md5(test))' ert $ wc ert 0 1 8 ert $ hexdump -C ert 9f 4d f1 3c ae 73 67 46

Re: Bug in xterm?

2004-11-27 Thread Brian Candler
On Sat, Nov 27, 2004 at 11:52:15AM +1100, Edwin Groothuis wrote: [~] [EMAIL PROTECTED]perl -mDigest::MD5 -e 'print pack(H*,Digest::MD5::md5(test))' | hexdump -C 9f 4d f1 3c ae 73 67 46 |.M..sgF| This shows that it outputs some high-ascii data,

Bug in xterm?

2004-11-26 Thread Brian Candler
I can cause xterm to hang reliably with the following command: perl -mDigest::MD5 -e 'print pack(H*,Digest::MD5::md5(test))' A control-middlebutton-Do Full Reset is needed to get out of this state. Konsole doesn't have this problem (but Konsole takes too much screen real-estate). Anyway, just

Re: netstat -finet not working after upgrading to 5.3-STABLE

2004-11-22 Thread Brian Candler
On Sat, Nov 20, 2004 at 03:55:11PM +, Brian Candler wrote: I started with a fresh 5.3-RELEASE install and then upgraded the kernel source to 5.3-STABLE Sorry, I meant to say 5-STABLE. The release tag is RELENG_5 (I just used /usr/share/examples/cvsup/stable-supfile) Well, the full

netstat -finet not working after upgrading to 5.3-STABLE

2004-11-20 Thread Brian Candler
CALL exit(0) Any other suggestions where I can look to fix this? Do I really have to do a buildworld? Thanks, Brian Candler. ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail

Re: netstat -finet not working after upgrading to 5.3-STABLE

2004-11-20 Thread Brian Candler
On Sat, Nov 20, 2004 at 03:55:11PM +, Brian Candler wrote: I started with a fresh 5.3-RELEASE install and then upgraded the kernel source to 5.3-STABLE Sorry, I meant to say 5-STABLE. The release tag is RELENG_5 (I just used /usr/share/examples/cvsup/stable-supfile) Cheers, Brian