birda port (was Re: Some questions concerning Thinkpad T20)

2001-12-29 Thread Brandon S. Allbery

On Sat, 2001-12-29 at 08:44, Benno Rice wrote:
> NetBSD has a userland IrDA stack in their pkgsrc (read ports) collection.

Attached find a very preliminary attempt at a FreeBSD port for it; I
haven't yet completed a hotsync with my Visor, but it at least started
to sync properly and the failure was more likely due to the IR ports not
being aligned properly (major jury-rig...).

The tarball expects to be unpacked in /usr/ports.

-- 
brandon s. allbery   [os/2][linux][solaris][japh]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineeringKF8NH
carnegie mellon university  ["better check the oblivious first" -ke6sls]



birda.port.tgz
Description: GNU Zip compressed data


Re: Junior Annoying Hacker Task

2002-02-02 Thread Brandon S. Allbery

On Sat, 2002-02-02 at 14:50, Pete French wrote:
> > AFAIK, Netinfo on Mac OS X is implemented deep. That is, it overrules 
> > standard libc behaviour (like the resolver, fstab and other things), Yes 
> > it's userspace jim, but not as we know it :)
> 
> This was certainly true on NeXT's - you needed special versions of most
> programs (e.g. sendmail, bind, login etc...) that were netinfo aware too.
> If its going to be done it needs doing very thoroughly and carefully as
> it replaces more of the /etc files with netinfo equivalents. On the other
> doesnt YP do somethign similar ? (I've never had to use YP, thought I have
> been on the receiving end of some of the consequences).

And I, somehow, had failed to notice that there's no NSS on FreeBSD. 
*smacks self on head*  Not quite so simple after all, I guess

-- 
brandon s. allbery   [os/2][linux][solaris][japh]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineeringKF8NH
carnegie mellon university  ["better check the oblivious first" -ke6sls]


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



Re: rc.resume

2002-02-09 Thread Brandon S. Allbery

On Fri, 2002-02-08 at 23:00, Randy Bush wrote:
> kbdcontrol < /dev/ttyv0 -r fast
> 
> but it seems not to get executed.  heck, as far as i can figure, rc.resume
> does not get executed at all, ever.

Do you have "apmd_enable="YES" in /etc/rc.conf"?  Does your
/etc/apmd.conf "exec" /etc/rc.resume in response to resume events?

-- 
brandon s. allbery   [os/2][linux][solaris][japh]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineeringKF8NH
carnegie mellon university  ["better check the oblivious first" -ke6sls]


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



Re: portupgrade insists on tty output

2002-03-20 Thread Brandon S. Allbery

On Wed, 2002-03-20 at 10:09, Sergei Vyshenski wrote:
> Bringing the job to foreground with fg produces NO output
> on the screen, and calmly proceeds with portupgrade.
> 
> What does portupgrade want to say to tty?

The latest portupgrade wants to be able to ask questions, so it
apparently opens /dev/tty.

> How I can run it in batch mode?

Possibly "portupgrade -y".

-- 
brandon s. allbery   [linux][solaris][japh][freebsd]
[EMAIL PROTECTED]
system administrator [openafs][heimdal][too many hats]
[EMAIL PROTECTED]
electrical and computer engineering 
KF8NH
carnegie mellon university["better check the oblivious first"
-ke6sls]

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



Re: natd

2002-04-02 Thread Brandon S. Allbery

On Tue, 2002-04-02 at 19:47, Tomasz Paszkowski wrote:
> I'am running a preety big network (about 2k users) with a private addresses.
> I've been using natd + ipfw for ages and I really like it. But I've run into
> performance problems. Machine with PIV 1.7Ghz can't afford translating
> such a pig pool of connections (huge slow down of transfer). Does any one
> have seen any patches improving natd performacne ?

Isn't the correct answer to this "ipf + ipnat"?  You'll never be able to
get rid of the performance hit from all the context switching for NATted
packets when using natd.

-- 
brandon s allbery [openafs/solaris/japh/freebsd] [EMAIL PROTECTED]
system administrator [linux/heimdal/too many hats] [EMAIL PROTECTED]
electrical and computer engineering  KF8NH
carnegie mellon university  [better check the oblivious first -ke6sls]

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



Re: mergemaster: what if I want both left and right?

2002-04-04 Thread Brandon S. Allbery

On Fri, 2002-04-05 at 02:28, James Long wrote:
> How can I tell mergemaster something like, "insert the left alternative
> first, followed by the right alternative" or vice versa, right first, then
> left?  Must I just edit the file(s) manually?

mergemaster just uses "sdiff -o", so anything you can use there will
work.  In particular, you want "e b" which tosses you into the editor
with both versions of the current chunk.

> And I suppose if we're going to add some flavor of a 'both' option, it's 
> only a matter of time before a need for 'neither' arises.

"e", then save the empty file.

-- 
brandon s allbery [openafs/solaris/japh/freebsd] [EMAIL PROTECTED]
system administrator [linux/heimdal/too many hats] [EMAIL PROTECTED]
electrical and computer engineering  KF8NH
carnegie mellon university  [better check the oblivious first -ke6sls]

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



Re: setting kern.ngroups

2003-03-18 Thread Brandon S. Allbery
On Tue, 2003-03-18 at 11:10, Brian Szymanski wrote:
> I'm having some trouble setting the (read-only) sysctl value kern.ngroups.

Raising the maximum number of groups requires changes all over the
place; even if you find them all and rebuild the world (yes, libc
depends on it as well) you'll find that any program that looks at the
group vector will blow up because it only has space reserved for 16
groups.  You don't want to go there.

-- 
brandon s allbery [openafs/solaris/japh/freebsd] [EMAIL PROTECTED]
system administrator [linux/heimdal/too many hats] [EMAIL PROTECTED]
electrical and computer engineering  KF8NH
carnegie mellon university  [better check the oblivious first -ke6sls]


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


Re: cvsup with tag=. on src and upgrading (in general)

2003-06-14 Thread Brandon S. Allbery
On Sat, 2003-06-14 at 09:20, Dag-Erling Smorgrav wrote:
> "Brandon S. Allbery " KF8NH <[EMAIL PROTECTED]> writes:
> > No, it means that there are no tag values that are meaningful for
> > ports-all; you need to use tag=. (no tag, meaning retrieve the HEAD)
> 
> "tag=." is not "no tag", it is a magic tag which gives you the top of
> the trunk.  No tag at all gives you the version control files.

I was speaking in terms of CVS tags, not of cvsup's tag=; cvsup's
behavior with respect to tag= had already been described.

-- 
brandon s allbery [openafs/solaris/japh/freebsd] [EMAIL PROTECTED]
system administrator [linux/heimdal/too many hats] [EMAIL PROTECTED]
electrical and computer engineering  KF8NH
carnegie mellon university  [better check the oblivious first -ke6sls]

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


Re: Tools to modify shared libraries

2003-06-16 Thread Brandon S. Allbery
On Mon, 2003-06-16 at 18:39, Joe Kelsey wrote:
> Has anyone ever come across general-purpose tools for modifying shared 
> libraries?  What I want to do is to edit the list of "needed" shared 
> libraries to correct the common mistakes that developers make in 
> creating shared objects with large lists of shared libraries.

GNU objcopy --- but it's a bit *too* general; you'd need to extract the
.dynamic section, edit it using some binary editing tool, and re-add it.

I doubt there are any tools of the kind you're looking for because the
details are too different between different systypes; even if someone
had developed one, it's just as likely to be for Linux or Solaris as for
*BSD, and as a result wouldn't be particularly useful.

-- 
brandon s allbery [openafs/solaris/japh/freebsd] [EMAIL PROTECTED]
system administrator [linux/heimdal/too many hats] [EMAIL PROTECTED]
electrical and computer engineering  KF8NH
carnegie mellon university  [better check the oblivious first -ke6sls]

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


Re: INET6 -- and why I don't use it

2008-03-05 Thread Brandon S. Allbery KF8NH


On Mar 5, 2008, at 17:31 , Mark Andrews wrote:




On Wed, Mar 05, 2008 at 03:00:29PM +, Vadim Goncharov wrote:

* The last I read about IPv6 in mainstream news, there were major

concerns cited over some of the security aspects of the protocol.  I
also remember reading somewhere that IPv6 was supposed to address  
issues

like packet spoofing and DoS -- what became of this?


Someone was feeding you a load of horse @$$!.


When Marcus Ranum is one of those questioning its security, I'm  
inclined to believe him.  (Google "mjr ipv6 security" --- his point  
in a nutshell is that we're going to be fixing old IPv4 holes in new  
guises for a while.)


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH


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


Re: kqemu support: not compiled

2008-05-12 Thread Brandon S. Allbery KF8NH


On 2008 May 13, at 0:18, bazzoola wrote:


I press Ctrl + Alt + 2
then I type info kqemu
I get "kqemu support: not compiled"



Without looking, I'd guess this means the qemu binary was built  
without kqemu support enabled.


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH


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


Re: sshd_config question

2008-06-29 Thread Brandon S. Allbery KF8NH


On 2008 Jun 29, at 19:22, Jeff Richards wrote:


After setting those options I kill -HUP the sshd  process.



I thought sshd ignored SIGHUP and you had to actually stop and restart  
it to pick up configuration changes.


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH


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


Re: Software for distribution of configuration files and changes

2007-11-22 Thread Brandon S. Allbery KF8NH


On Nov 21, 2007, at 21:51 , Joseph Koshy wrote:


i have searched alot for a software to:

- distribut configuration files from one master to different systems
- maintain configuration files on one machine for all systemes and  
then send

it out
- push the files, not download them like cvsup
- maintaining files for all systems and files only affecting one  
system


any ideas and hints would be greatly appreziatet.


You could take a look at ISCONF:

http://trac.t7a.org/isconf/
http://www.infrastructures.org/bootstrap/isconf.shtml


isconf, cfengine, puppet, lcfg, bcfg2, radmind...  http:// 
www.infrastructures.org is in general a good resource for such things.


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH


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


Re: scp -c none (was Re: NFS client slow on amd64 6.2-PRERELEASE #2)

2006-10-08 Thread Brandon S. Allbery KF8NH


On Oct 8, 2006, at 10:54 , Oliver Fromme wrote:


Jeremy Chadwick <[EMAIL PROTECTED]> wrote:

[...]
It's really too bad the OpenBSD guys refuse to
incorporate the HP (high-performance) patches into OpenSSH, and
being able to say "-c none" would *really* help when it comes to
benchmarking network I/O via scp


I considered submitting the patch for official inclusion,
but the OpenSSH people would reject it because they call
it "insecure", and the FreeBSD people would reject it
because they say the patch should be submitted to the
OpenSSH people.  *sigh*  :-(


Actually, the openssh-portable folks are keeping an eye on the hpn  
patches, but those are still evolving so PSC isn't willing to submit  
them for inclusion.  Try searching the openssh list for discussion  
about it.


(No, I imagine they wouldn't be imported into the OpenBSD version,  
but then, neither is PAM support.  I'm not sure we care what they  
think, given that FreeBSD's openssh supports PAM.)


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: Large msdosfs disk will not mount on RELENG_6

2006-11-26 Thread Brandon S. Allbery KF8NH


On Nov 27, 2006, at 1:09 , Clayton Milos wrote:

I just bought a large external hard drive for home backups (500g  
Western Digital My Book).  When I plug it in to my machine  
(RELENG_6 from about a week ago), the system sees the device just  
fine:


I am very suprised at all that windows would allow you to format a  
500G drive into a single 500G FAT32 partition.


As far as I am aware windows 2000 and xp will only allow you to  
format up to a 32G dive with FAT32. Any bigger and it will force  
you to use NTFS. The other strange thing is tht you are trying to  
mount /dev/da0 and not /dev/de0s1.


How did you format this drive ?


It comes formatted FAT32.  I bought one last week as well, and tried  
to mount it to extract the included software before repartitioning.   
I finally mounted it on an OSX box to copy the software to CDR.


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: Large msdosfs disk will not mount on RELENG_6

2006-11-26 Thread Brandon S. Allbery KF8NH


On Nov 27, 2006, at 1:26 , Richard Coleman wrote:

As to using da0 rather than da0s1, that's how I've always seen to  
mount a msdosfs partition (and it works for my 256M usb key drive).


Flash drives usually don't have partition tables.  The WD drive does;  
I checked it with fdisk before trying to mount, because some vendors  
like to use s4 instead of s1 (hello Iomega :> )


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: Portupgrade script.

2004-11-09 Thread Brandon S. Allbery KF8NH
On Tue, 2004-11-09 at 05:39, Yann Golanski wrote:
> ### Variouse ports that need stuff... Where should I put those?
> # X11
> X_WINDOW_SYSTEM=xorg
> # mutt
> WITH_MUTT_MBOX_HOOK_PATCH=yes
> MAIL_GID=mail
> # rxvt
> WITH_MOUSEWHEEL=yes
> WITH_RXVT_SCROLLBAR=yes
> WITH_MENUBAR=yes
> # imp3
> WITH_APACHE2=yes
> WITHOUT_LDAP=yes
> # Aspell
> ASPELL_EN=yes

You don't export these, so they're not actually seen by portupgrade.

It's far more convenient to place these in either /etc/make.conf or
/usr/local/etc/pkgtools.conf.  If you search the ports list archives for
make.conf and pkgtools.conf you'll find discussions on how to use both.

I think a number of us have such scripts, but don't publish them.  I
fire mine off manually to (a) cvsup and (b) fetch packages, then check
UPDATING and only fire off the automated world and/or ports rebuilds if
there's no surprises lurking; otherwise I handle them manually.

-- 
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: Either I do something wrong or there is a regexp bug in sed !!

2004-11-14 Thread Brandon S. Allbery KF8NH
On Sun, 2004-11-14 at 18:39, Zoltan Frombach wrote:
> match anything! After spending like an hour investigating this, I realized 
> that the + after my bracket expression ( I'm talking about this part here: 

Normal.

> According to the sed man page, the regexp syntax that is used by sed is 
> documented in the re_format man page. And according to the re_format man 
> page: "A piece is an atom possibly followed by a single= `*', `+', `?', or 

You need to read it more carefully.  There are two kinds of regular
expressions, "basic" and "extended".  sed, ed, and grep speak BRE
syntax, whereas awk and egrep speak ERE syntax.  + is special only in
ERE syntax.

(And then there's GNU, where the difference between BRE and ERE is that
some things use a preceding backslash in BRE and don't in ERE, and vice
versa, so GNU sed does what you want if you use \+ instead of +.)

-- 
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: Beastie/ how about Mozilla?

2004-11-29 Thread Brandon S. Allbery KF8NH
On Mon, 2004-11-29 at 12:30, Frank Mayhar quoted someone as saying:
> > said "Why don't you try Mozilla?"   His reply was "...I am a 
> > Christian..."Was the first time I have known of anyone being 
> > offended by a dragon ion. LOL.

*oy*

Just tell him it's a seraph

-- 
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: Mounting an iPod as an external HDD

2005-04-06 Thread Brandon S. Allbery KF8NH
On Wed, 2005-04-06 at 19:52 -0700, Joshua Lewis wrote:
> How do I mount a USB external drive? I know how to mount other devices but
> I don't know how to mount a USB device.

You need the umass driver either compiled in or loaded as a module; it
glues the USB layer to the sd layer, and the drive will show up as an
"sd" device.

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: Mounting an iPod as an external HDD

2005-04-06 Thread Brandon S. Allbery KF8NH
On Thu, 2005-04-07 at 09:48 +0400, Igor Robul wrote:
> Brandon S. Allbery KF8NH wrote:
> 
> >You need the umass driver either compiled in or loaded as a module; it
> >glues the USB layer to the sd layer, and the drive will show up as an
> >"sd" device.
> >
> /sev/sd* are on Linux. FreeBSD has /dev/da*

sd as in the driver, not the device name...

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


5.3-S (Mar 6) softdep stack backtrace from getdirtybuf()... problem?

2005-04-10 Thread Brandon S. Allbery KF8NH
I have twice so far had the kernel syslog a stack backtrace with no
other information.  Inspection of the kernel source, to the best of my
limited understanding, suggests that getdirtybuf() was handed a buffer
without an associated vnode.  Kernel config file and make.conf attached.

Should I be concerned?

Note that this system is an older 600MHz Athlon with only 256MB RAM, and
both times this triggered it was thrashing quite a bit (that's more or
less its usual state...).

KDB: stack backtrace:
kdb_backtrace(c06fbf78,2,c63ca26c,0,22) at kdb_backtrace+0x2e
getdirtybuf(d3196bac,0,1,c63ca26c,1) at getdirtybuf+0x2b
flush_deplist(c1a8544c,1,d3196bd4,d3196bd8,0) at flush_deplist+0x49
flush_inodedep_deps(c11eb800,5858f,c1ea723c,d3196c34,c052952f) at 
flush_inodedep_deps+0x9e
softdep_sync_metadata(d3196ca4,c1ea7210,50,c06c9a19,0) at 
softdep_sync_metadata+0x9d
ffs_fsync(d3196ca4,0,0,0,0) at ffs_fsync+0x487
fsync(c1b367d0,d3196d14,4,c10f9700,0) at fsync+0x196
syscall(2f,2f,2f,8327600,5e) at syscall+0x300
Xint0x80_syscall() at Xint0x80_syscall+0x1f
--- syscall (95, FreeBSD ELF32, fsync), eip = 0x29152d6f, esp = 0xbf5a8d5c, ebp 
= 0xbf5a8d78 ---

FreeBSD rushlight.kf8nh.com 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Mar  6 
02:56:16 EST 2005 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/RUSHLIGHT  
i386

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH
#
# RUSHLIGHT -- Based on generic kernel configuration file for FreeBSD/i386
#
# $FreeBSD: src/sys/i386/conf/GENERIC,v 1.413 2004/08/11 01:34:18 rwatson Exp $

machine i386
#cpuI386_CPU
#cpuI486_CPU
#cpuI586_CPU
cpu I686_CPU
ident   RUSHLIGHT

# To statically compile in device wiring instead of /boot/device.hints
#hints  "GENERIC.hints" # Default places to look for devices.

makeoptions DEBUG=-g#Build kernel with gdb(1) debug symbols

#optionsSCHED_4BSD  # ULE scheduler is broken
options SCHED_ULE   # ...not any more!
options PREEMPTION  # faster response
options INET# InterNETworking
#optionsINET6   # IPv6 communications protocols
options FFS # Berkeley Fast Filesystem
options SOFTUPDATES # Enable FFS soft updates support
options UFS_ACL # Support for access control lists
options UFS_DIRHASH # Improve performance on big directories
#optionsMD_ROOT # MD is a potential root device
options NFSCLIENT   # Network Filesystem Client
#optionsNFSSERVER   # Network Filesystem Server
#optionsNFS_ROOT# NFS usable as /, requires NFSCLIENT
#optionsMSDOSFS # MSDOS Filesystem
options CD9660  # ISO 9660 Filesystem
options PROCFS  # Process filesystem (requires PSEUDOFS)
options PSEUDOFS# Pseudo-filesystem framework
options GEOM_GPT# GUID Partition Tables.
options COMPAT_43   # Compatible with BSD 4.3 [KEEP THIS!]
options COMPAT_FREEBSD4 # Compatible with FreeBSD4
options SCSI_DELAY=15000# Delay (in ms) before probing SCSI
options KTRACE  # ktrace(1) support
options SYSVSHM # SYSV-style shared memory
options SYSVMSG # SYSV-style message queues
options SYSVSEM # SYSV-style semaphores
options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time 
extensions
options KBD_INSTALL_CDEV# install a CDEV entry in /dev
options AHC_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~128k to driver.
options AHD_REG_PRETTY_PRINT# Print register bitfields in debug
# output.  Adds ~215k to driver.
options ADAPTIVE_GIANT  # Giant mutex is adaptive.

# Debugging for use in -current
options KDB # Enable kernel debugger support.
options DDB # Support DDB.
#optionsGDB # Support remote GDB.
#optionsINVARIANTS  # Enable calls of extra sanity checking
#optionsINVARIANT_SUPPORT   # Extra sanity checks of internal 
structures, required by INVARIANTS
#optionsWITNESS # Enable checks to detect deadlocks and 
cycles
#optionsWITNESS_SKIPSPIN# Don't run witness on spinlocks for 
speed
options INCLUDE_CONFIG_FILE # Include this file in kernel

# To make an 

Re: 5.3-S (Mar 6) softdep stack backtrace from getdirtybuf()... problem?

2005-04-11 Thread Brandon S. Allbery KF8NH
On Tue, 2005-04-12 at 03:29 +0800, Rong-En Fan wrote:
> I saw these similar trace on a 5.4-RC1/amd64 with 9 NFS mount. I suspect
> this is a issue with busy NFS server?

No, no NFS involved at all, nor any other network filesystem, client or
server.

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: system breach

2006-12-29 Thread Brandon S. Allbery KF8NH


On Dec 29, 2006, at 13:48 , Thomas Nyström wrote:


ture(root)# dir
total 50
drwxrwxr-x   5 root  wheel512 29 Aug 16:29 ./
drwxrwxrwt  11 root  wheel   3072 29 Dec 19:35 ../
drwxrwxr-x   4 root  wheel512 29 Aug 16:29 Archive_Tar-1.3.1/
drwxrwxr-x   3 root  wheel512 29 Aug 16:29 Console_Getopt-1.2/
drwxrwxr-x   3 root  wheel512 29 Aug 16:29 XML_RPC-1.5.0/
-rw-rw-r--   1 root  wheel  15433 12 Jul 02:09 package.xml
-rw-rw-r--   1 root  wheel  22193 12 Jul 02:09 package2.xml


That looks like CPAN to me.

--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: system breach

2006-12-29 Thread Brandon S. Allbery KF8NH


On Dec 29, 2006, at 13:53 , Thomas Nyström wrote:


I'm wondering if maybe a PHP script is trying to do something with
pkg_fetch, and does something like setenv("PKG_TMPDIR", "/tmp/ 
download")

before calling system("pkg_fetch ...").  Why a PHP script would do
this, I don't know, but it wouldn't surprise me.


See my other mail about a suspicous port (pear-1.4.11)


PEAR would also make sense; it's a (apparently lamer, at least  
security-wise; then again, it *is* PHP :> ) CPAN-alike for PHP.


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: portsnap and cvsup for rebuilding world - Which one?

2007-03-03 Thread Brandon S. Allbery KF8NH


On Mar 3, 2007, at 22:23 , frzburn wrote:


So here come my questions:
Is portsnap syncing the sources correctly for rebuilding world, or  
must I

use cvsup?
If so, of what use is portsnap if I must use cvsup for  
synchronizing my

source?


It's a little out of date; instead of cvsup, you use csup which is in  
the base system (and only supports updating the base system, hence  
portsnap).


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: portsnap and cvsup for rebuilding world - Which one?

2007-03-03 Thread Brandon S. Allbery KF8NH


On Mar 3, 2007, at 23:37 , Michael W. Belz wrote:

Stick with what has been posted, documented and tried and tested  
more importantly your having issues finding solid docs to support  
your task...using cvsup you have handbook docs and freebsd diary to  
use don't reinvent the wheel


Probably a good idea; I'm not planning to switch my installed systems  
from cvsup any time soon.  I hope portsnap and csup will be better  
documented in the future, though; that whole "cvsup wants modula-3"  
thing is just a little annoying :)


--
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH



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


Re: Don't buy AMD products (was Re: Xorg and ATI card query.)

2007-03-13 Thread Brandon S. Allbery KF8NH


On Mar 13, 2007, at 16:33 , Jeremy Chadwick wrote:


On Tue, Mar 13, 2007 at 02:58:34PM -0500, Nikolas Britton wrote:

We need to start hounding on AMD to publish the developer
documentation for all radeon chipsets. I for one will not buy any AMD
or ATI components until they decide to fix the problem.



Besides, chances are it's not Meyer who's making these decisions (re:

proprietary hardware / NDA-only documentation), but a few select
individuals at ATI who are fuelled off of paranoia (the most common
defence being fear nVidia/other competitors will "steal their
technology").  Really sounds like the decision of a legal dept. and  
not

a CEO.


Hounding on AMD won't help right now regardless; they're still  
finding out what kind of mess they've acquired, making changes to it  
is a long way off.  :)


--
brandon s. allbery  [solaris,freebsd,perl,pugs,haskell]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH



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


Re: release cycle

2007-06-02 Thread Brandon S. Allbery KF8NH


On Jun 2, 2007, at 3:45 , Chris wrote:


Given that Kris repeatedly tells me and others that the ports system
is only supported on the latest freebsd release (meaning one has to be
upgrading freebsd on their servers every few months to get this
support) if 7.0 and 6.3 are released around the same time will the
ports tree be supported on both?


I think you're confused by terminology.  As I understand it, the  
ports tree is supported on -CURRENT and the latest -STABLE series:   
that is, currently on 6.x and 7.x (and possibly 5.x still since  
RELENG_5 and RELENG_6 were both being released for a while), but not  
RELENG_4 or earlier.


--
brandon s. allbery [solaris,freebsd,perl,pugs,haskell] [EMAIL PROTECTED]
system administrator [openafs,heimdal,too many hats] [EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon universityKF8NH


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


Re: Strange process

2006-02-15 Thread Brandon S. Allbery KF8NH


On Feb 15, 2006, at 5:34 , Dan Nelson wrote:


In the last episode (Feb 15), Kris Kennaway said:

On Wed, Feb 15, 2006 at 01:42:04PM -0600, Dan Nelson wrote:

I often see this too.  For example:

  PID USERNAMETHR PRI NICE   SIZERES STATETIME   WCPU  
COMMAND
 5357 kkenn 1  960 0K 0K START0:00  0.35%  
xpdf



ps -waux  | grep xpdf
kkenn5357  0.3  0.0 0 0  ??  RE   Sun08PM   0:00.20  
[xpdf]



ps lp 5357
  UID   PID  PPID CPU PRI NI   VSZ   RSS MWCHAN STAT  TT
TIME COMMAND


That syntax should have worked...  Try a plain "px axl | grep xpdf"
instead.


I was asked to look at something like this a week ago; as above, it  
was stuck in START and "ps" refused to show it without "x".  (Didn't  
really get anywhere with it.)


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: (try) core dumps

2006-02-27 Thread Brandon S. Allbery KF8NH


On Feb 28, 2006, at 12:38 , Tommi Lätti wrote:


Kris Kennaway wrote:

Probably part of a port build..the configure scripts sometimes
deliberately induce core dumps to test various things.  i.e. nothing
to worry about, if so.


Hmm, thanks. There was actually perl getting updated at that point.


Heh.  Yes, while autoconf uses "conftest" for its test executables,  
Metaconfig (which I think only perl uses at this point) uses "try".


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: utf-8 support in libc?

2006-03-20 Thread Brandon S. Allbery KF8NH


On Mar 20, 2006, at 12:21 , Vivek Khera wrote:

I expect that to happen.  What I'm more curious about is the  
collating speed.  Ie, how fast are the sorting and string  
comparison functions.   The clam here is that in *BSD these are  
somehow not fast.  I'm not sure if that is a BSD issue or a  
Postgres issue for not taking advantage of the BSD functions properly.


I don't think that's the issue, so much as that FreeBSD *doesn't  
support* UTF-8 collation so the database has to use its own (possibly  
slower than platform-optimized) collation libraries.


(en_US.UTF-8/LC_COLLATE is symlinked to a US-ASCII collation sequence  
which is identical to binary.  This is incorrect for UTF-8; there're  
all kinds of strange things that need to be done to sort UTF-8  
properly.)


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: Weird / FS behavior

2006-05-04 Thread Brandon S. Allbery KF8NH


On May 4, 2006, at 10:30 , Christian Lopez de Castilla Wagner wrote:


[EMAIL PROTECTED] cat S56/vcs/20060504/*.vcs >> S56/vcs/20060504/cal.vcs

/: write failed, filesystem is full
cat: stdout: No space left on device


The shell expands the * after creating the output file for the  
redirection, so one of the files being concatenated into cal.vcs is  
cal.vcs.  (This has always been true for all shells, in my experience.)


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: FreeBSD Security Survey

2006-05-21 Thread Brandon S. Allbery KF8NH


On May 21, 2006, at 11:55 , Colin Percival wrote:

The Security Team has been concerned for some time by anecdotal  
reports

concerning the number of FreeBSD systems which are not being promptly
updated or are running FreeBSD releases which have passed their End of
Life dates and are no longer supported. In order to better understand
which FreeBSD versions are in use, how people are (or aren't) keeping
them updated, and why it seems so many systems are not being  
updated, I


I have a 6-STABLE box that is not going to be updated to 6.1 any time  
soon, because my personal mail will have to be offline while I do so  
--- including nuking and rebuilding all ports because the ports tree  
has been thrashed by multiple low level updates that affect a large  
percentage of the tree --- and it's only a 600MHz box so it will be  
offline for most of a week during that upgrade.  And I'm uncertain  
how downgrading it to 6.0-RELEASE+security patches will complicate  
things (downgrading via cvsup/buildworld is not a supported option,  
last I checked).  Granted, I probably should have stuck with 6.0-R  
--- but then, experience has shown me that the more reliable option  
is to wait a week or two after release and then install -STABLE.


In short:  keeping FreeBSD up to date tends to be painful at best.

--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: syslogd: Logging subprocess ... exited with status 126

2005-06-26 Thread Brandon S. Allbery KF8NH
On Sun, 2005-06-26 at 12:16 +0300, Nikolay Pavlov wrote:
> On Sunday, 26 June 2005 at  9:20:54 +0100, David Malone wrote:
> > On Sun, Jun 26, 2005 at 11:05:17AM +0300, Nikolay Pavlov wrote:
> > > local3.info   | /var/run/nmd.log
> > 
> > > syslogd: Logging subprocess s 1358 ( /var/run/nmd.log) exited with status 
> > > 126.
> > 
> > If you say "| /var/run/nmd.log" it means "run the program
> > /var/run/nmd.log and feed the log messages to stdin of that program".
> > I'm guessing that /var/run/nmd.log is a logfile and not a program,
> > thus you're getting an error because it is not executable.

> Thanks, David for fast response.
> It's not a simple log file, but FIFO and I thought that this should working.

Nope, a FIFO is still not an executable.  If you can't just list the
FIFO as a file, maybe try "| cat >/var/run/nmd.log" ?

Alternately, you should do away with the FIFO entirely and invoke the
program that you currently have on the read end of the FIFO in
syslog.conf.

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: cua*x naming? [Was: Re: FreeBSD 6.0-BETA1 Available]

2005-07-18 Thread Brandon S. Allbery KF8NH
On Mon, 2005-07-18 at 18:18 +0200, Emanuel Strobl wrote:
> Am Sonntag, 17. Juli 2005 21:12 CEST schrieb Robert Watson:
> 
> > (2) /dev/cuaa* has been renamed to /dev/cuad*
> 
> I saw that cuaa got cuad and ucom0 got cuaU0. Now what is the meaning of 
> cua? tty AFAIK is TeleTYpe...

Call(-out) Unit Access, IIRC.

-- 
brandon s. allbery   [linux,solaris,freebsd,perl]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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


Re: Release Schedule for 2006

2005-12-18 Thread Brandon S. Allbery KF8NH


On Dec 18, 2005, at 8:01 , Daniel O'Connor wrote:


On Mon, 19 Dec 2005 00:32, Uwe Laverenz wrote:
- wlan is broken, my Thinkpad keeps losing WPA-PSK connection very  
often

  (probably kern/88793).


"Works for me" (tm). Although I have an ath card. Perhaps you  
should take it

up with the ipw(4) driver maintainer?


Last I heard, *only* ath and maybe the ndisulator worked reliably.  : 
(  I don't know if anyone has stepped forward to maintain any of the  
other drivers.


--
brandon s. allbery [linux,solaris,freebsd,perl]   
[EMAIL PROTECTED]
system administrator  [openafs,heimdal,too many hats]   
[EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon university   
KF8NH




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


Re: sendto: No buffer space available

2001-04-02 Thread Brandon S. Allbery KF8NH

On Monday, April 02, 2001 06:51:15 PM +0200, Roman Shterenzon 
<[EMAIL PROTECTED]> wrote:
+-
| 3c905B and 3c905C pci cards xl(4) cards, which are known to be good.
+--->8

Er, I just resolved a problem where 4.2-RELEASE and later (unknown about 
earlier) would start spewing "microuptime() went backwards" which went away 
completely when I replaced the 3c905B with a NetGear FA311.  I could 
reliably reproduce this by exercising network and disk simultaneously, e.g. 
by scping large files to the host.  This happened off and on with two 
different machines whose only common factor was the use of a 3c905B card 
(and not even the same card).

-- 
brandon s. allbery [os/2][linux][solaris][japh]   [EMAIL PROTECTED]
system administrator[WAY too many hats] [EMAIL PROTECTED]
electrical and computer engineering   KF8NH
carnegie mellon university ["better check the oblivious first" -ke6sls]


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



Re: Silo overflows

2001-04-03 Thread Brandon S. Allbery KF8NH

Right, managed to forget about dmesg.boot (my laptop stopped creating it 
for some reason, probably fumblefingeredness on my part, so I forgot that 
it normally existed...).

Attached are dmesg.boot and kernel config.

I should also mention that I've reproduced this with a number of 
configurations, including

 - removal and kernel disabling of the STB 4-Com on IRQ4;
 - disabling and removal of the AC97
 - use of a Tekram DC390F with IBM 10GB SCSI drive instead of the ATA66
 - use of a 3Com 3C905B in place of the NetGear FA311

I also had this problem, although not as severely, on a machine based on a 
Tyan Tomcat III motherboard with dual Pentium200s (non-MMX).  I do *not* 
see any problem if I use the "emergency holographic shell" from the 
4.2-RELEASE boot floppy; but I *do* see it if I use the 4.2-RELEASE GENERIC 
kernel.  I also see it if I only boot singleuser.

-- 
brandon s. allbery [os/2][linux][solaris][japh]   [EMAIL PROTECTED]
system administrator[WAY too many hats] [EMAIL PROTECTED]
electrical and computer engineering   KF8NH
carnegie mellon university ["better check the oblivious first" -ke6sls]


Copyright (c) 1992-2001 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 4.3-RC #7: Sun Apr  1 10:05:44 EDT 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/RUSHLIGHT
Timecounter "i8254"  frequency 1193182 Hz
CPU: AMD Athlon(tm) Processor (751.71-MHz 686-class CPU)
  Origin = "AuthenticAMD"  Id = 0x622  Stepping = 2
  
Features=0x183f9ff
  AMD Features=0xc040
real memory  = 268435456 (262144K bytes)
config> q
avail memory = 258478080 (252420K bytes)
Preloaded elf kernel "kernel" at 0xc02e2000.
Preloaded userconfig_script "/boot/kernel.conf" at 0xc02e209c.
VESA: v2.0, 4096k memory, flags:0x1, mode table:0xc028c842 (122)
VESA: Matrox Graphics Inc.
Pentium Pro MTRR support enabled
md0: Malloc disk
apm0:  on motherboard
apm: found APM BIOS v1.2, connected at v1.2
npx0:  on motherboard
npx0: INT 16 interface
pcib0:  on motherboard
pci0:  on pcib0
pcib2:  at device 1.0 on pci0
pci1:  on pcib2
isab0:  at device 7.0 on pci0
isa0:  on isab0
atapci0:  port 0xd000-0xd00f at device 7.1 on pci0
ata0: at 0x1f0 irq 14 on atapci0
ata1: at 0x170 irq 15 on atapci0
pci0:  at 7.2 irq 0
pcm0:  port 0xe400-0xe403,0xe000-0xe003,0xdc00-0xdcff irq 5 at device 
7.5 on pci0
pci0:  at 8.0 irq 10
sis0:  port 0xe800-0xe8ff mem 0xd800-0xd8000fff irq 
11 at device 9.0 on pci0
sis0: Ethernet address: 00:02:e3:04:c9:e3
miibus0:  on sis0
ukphy0:  on miibus0
ukphy0:  10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
pcib1:  on motherboard
pci2:  on pcib1
fdc0:  at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
fdc0: FIFO enabled, 8 bytes threshold
fd0: <1440-KB 3.5" drive> on fdc0 drive 0
atkbdc0:  at port 0x60,0x64 on isa0
atkbd0:  irq 1 on atkbdc0
kbd0 at atkbd0
psm0:  irq 12 on atkbdc0
psm0: model MouseMan+, device ID 0
vga0:  at port 0x3c0-0x3df iomem 0xa-0xb on isa0
sc0:  at flags 0x100 on isa0
sc0: VGA <16 virtual consoles, flags=0x300>
sio0 at port 0x3f8-0x3ff irq 4 flags 0x15 on isa0
sio0: type 16550A
sio1 at port 0x2f8-0x2ff irq 4 flags 0x5 on isa0
sio1: type 16550A
sio2 at port 0x3e8-0x3ef irq 4 flags 0x5 on isa0
sio2: type 16550A
sio3 at port 0x2e8-0x2ef irq 4 flags 0x5 on isa0
sio3: type 16550A
ppc0:  at port 0x378-0x37f irq 7 on isa0
ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode
ppc0: FIFO with 16/16/8 bytes threshold
lpt0:  on ppbus0
lpt0: Interrupt-driven port
ppi0:  on ppbus0
IP packet filtering initialized, divert enabled, rule-based forwarding enabled, 
default to deny, logging disabled
ad0: 12949MB  [26310/16/63] at ata0-master UDMA66
acd0: CDROM  at ata1-slave using PIO4
Mounting root from ufs:/dev/ad0s1a


machine i386
cpu I686_CPU
ident   RUSHLIGHT
maxusers32

#makeoptionsDEBUG=-g#Build kernel with gdb(1) debug symbols

options INET#InterNETworking
options IPFIREWALL  #firewall
options IPFIREWALL_FORWARD  #enable transparent proxy support
options IPDIVERT#divert sockets
options FFS #Berkeley Fast Filesystem
options FFS_ROOT#FFS usable as root device [keep this!]
options SOFTUPDATES #Enable FFS soft updates support
options PROCFS  #Process filesystem
options COMPAT_43   #Compatible with BSD 4.3 [KEEP THIS!]
options SCSI_DELAY=15000#Delay (in ms) before probing SCSI
options UCONSOLE#Allow users to grab the console
options USERCONFIG  #boot -c editor
options KTRACE  #ktrace

Re: Make Buildkernel Failed

2001-05-13 Thread Brandon S. Allbery KF8NH

On Sunday, May 13, 2001 12:13:30 -0500, [EMAIL PROTECTED] wrote:
+
| make buildkernel KERNCONF=mykernel failed because
| /usr/src/sys/dev/fxp/if_fxp.c:76 miibus_if.h does not exist.
+--->8

Perhaps you missed the heads-up yesterday that fxp now requires miibus.

-- 
brandon s. allbery [os/2][linux][solaris][japh]
[EMAIL PROTECTED] system administrator[WAY too many hats]
[EMAIL PROTECTED] electrical and computer engineering
KF8NH carnegie mellon university  ["better check the oblivious first"
-ke6sls]

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



Re: /var error

2003-07-09 Thread Brandon S. Allbery KF8NH
On Wed, 2003-07-09 at 18:05, Mike Hoskins wrote:
> I think it's just Linux/SysV folks that are used to lsof.

Linux and System V have fuser; lsof used to be the BSD workaround for
lack of it.

-- 
brandon s. allbery   [os/2][linux][solaris][japh]  [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineeringKF8NH
carnegie mellon university  ["better check the oblivious first" -ke6sls]

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


Re: ports/55928: vmware2 broken on -STABLE, presumably by PAE import

2003-09-08 Thread Brandon S. Allbery KF8NH
On Mon, 2003-09-08 at 05:21, Anders Nordby wrote:
> Your patch makes VmWare2 build, but it doesn't make it work:

I mentioned that in the bug report (and also said "almost certainly
wrong"...).

> Oh, and FreeBSD gets unstable with these patches of yours. I've seen
> several hard hangs.

I wouldn't have noticed as my FreeBSD was unstable anyway; this was
before any patches for the PAE code appeared, so my machine was crashing
every few hours anyway.  :/

In any case, I had already guessed from the type change away from
pointers that just using the provided values would do the wrong thing. 
I was hoping that getting the module to compile would at least produce
some useful diagnostics before the incorrect page manipulations trashed
too much of kernel memory  (I am no kernel hacker, and in particular
know approximately nothing about FreeBSD's memory management or how the
PAE import changed it.)

-- 
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH
URGENT!  E-xpedient nuked APK subdomains; kf8nh.apk.net is DEAD.  Sorry.

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


Re: portsdb -Uu results in coredump

2004-09-06 Thread Brandon S. Allbery KF8NH
On Tue, 2004-09-07 at 01:08, Michael Nottebrock wrote:
> bdb_hash, then run portsdb -fu - works for me, so that also points to be some 
> bug in bdb1.

Hrm.  I thought bdb1 btrees were well known to be buggy, to be honest. 
(I had a feeling it was going to turn out to be this issue as soon as
someone reported that configuring portupgrade to use bdb_hash fixed it.)

-- 
brandon s. allbery[linux,solaris,freebsd,perl] [EMAIL PROTECTED]
system administrator  [WAY too many hats][EMAIL PROTECTED]
electrical and computer engineering, carnegie mellon univ. KF8NH

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