> i think you're missing the point... using CURRENT on a production
> machine is a bad idea... the performance is great, but hardly worth the
> risk of breaking something.
In general, this is true. But since we're in the glide path to a
release, and since we have measures in place to keep dest
They were on all the lists. The result of someone mistakenly
inserting them into the mail stream rather than his gmail account...
Warner
___
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe,
> > The ACPI+sio problem is known. I have a motherboard with a similar
> > problem, though a different brand than yours. I solved it by removing
> > the ACPI attachment from the sio code. The better solution is to allow
> > loader hints to override ACPI hints. I tried talking to John Baldwin
>
From: Scott Long <[EMAIL PROTECTED]>
Subject: Re: HEADS UP! 6.0-RELEASE coming
Date: Mon, 31 Oct 2005 10:42:32 -0700
> Warner Losh wrote:
> >>>The ACPI+sio problem is known. I have a motherboard with a similar
> >>>problem, though a different brand than yours.
From: Scott <[EMAIL PROTECTED]>
Subject: Re: HEADS UP! 6.0-RELEASE coming
Date: Mon, 31 Oct 2005 12:48:49 -0700 (MST)
> On Mon, 31 Oct 2005, Warner Losh wrote:
> > From: Scott Long <[EMAIL PROTECTED]>
> > Subject: Re: HEADS UP! 6.0-RELEASE coming
> > Date
From: [EMAIL PROTECTED] (Dag-Erling Smørgrav)
Subject: Re: [releng_6 tinderbox] failure on sparc64/sparc64
Date: Fri, 03 Feb 2006 11:53:38 +0100
> Kris Kennaway <[EMAIL PROTECTED]> writes:
> > COPTFLAGS=-O -pipe according to the tinderbox logs.
>
> Hmm, yes, apparently it only uses -O2 on HEAD.
From: [EMAIL PROTECTED] (Dag-Erling Smørgrav)
Subject: Re: [releng_6 tinderbox] failure on sparc64/sparc64
Date: Fri, 03 Feb 2006 10:22:25 +0100
> Harti Brandt <[EMAIL PROTECTED]> writes:
> > The interesting point is: why does it build on my real sparc (2-UII CPUs,
> > 512MByte memory), but not o
From: Scott Long <[EMAIL PROTECTED]>
Subject: Re: [releng_6 tinderbox] failure on sparc64/sparc64
Date: Fri, 03 Feb 2006 19:40:42 -0700
> Warner Losh wrote:
> > From: [EMAIL PROTECTED] (Dag-Erling Smørgrav)
> > Subject: Re: [releng_6 tinderbox] failure on sparc64/sparc64
In message <[EMAIL PROTECTED]> root writes:
: I was just wondering about an entry in /usr/src/UPDATING. I just
: cvsup'ed/mergemaster'ed today. The section in question is:
: 2907:
: Networking defaults have been tightened. Anybody upgrading
I think it was a premature MFC on m
In message <[EMAIL PROTECTED]> Kenneth W Cochran writes:
: As examples, these are the files in /usr/bin from the original
: install & which make {build,install}world have not clobbered:
: -r-xr-xr-x 1 root wheel 6557 Mar 20 2000 systags
: -r-xr-xr-x 1 root wheel46532 Mar 20 2000 ht
In message <[EMAIL PROTECTED]> [EMAIL PROTECTED]
writes:
: The above configuration locks up w/ GENERIC. I needed specify
: a irq (10) to get the kernel to boot. If the 3CEX589ET is
: removed the system will boot.
I don't know what the right magic is, but you are definitely ru
In message <[EMAIL PROTECTED]> Boris Samorodov writes:
: On Thu, 9 Nov 2000, Qing wrote:
:
: > dmesg output
: > =
: ...
: > sio1: configured irq 3 not in bitmap of probed irqs 0
:^
: ...
: > ep0: <3Com Etherlink III 3C589> at port 0x240-0x24f irq 3 slot 0 on pc
In message <[EMAIL PROTECTED]> Lars Eggert writes:
: We're getting very bad TCP throughput from a Linksys PCMPC100 card. I'm
: wondering if anybody can confirm this or has seen a similar problem with
: the Linksys card. It looks like the Linksys card is unable to perform at
: 100Mbit/s full-duplex
In message <[EMAIL PROTECTED]> Gregory Bond writes:
: We have used the Intel twin fxp card since 3.2 with no problems.
We've used the twin fxp cards since 3.2 as well. We've also used a
tulip based de bard that was horrible. Mostly because the older
tulips don't like some of the hubs that we've
In message <[EMAIL PROTECTED]> Michael Lucas writes:
: To the best of my knowledge, there are no "firewall for the lazy"
: tools out there. Sorry.
Wire cutters work well for that. It is 100% secure, but 100% useless :-)
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe
In message <[EMAIL PROTECTED]> Marcel Moolenaar writes:
: BTW: I'm also looking at Warner's patch. Maybe that's the better fix for
: it, but I have to dig into the Makefiles a bit more to get a better
: picture...
The implications are that make obj isn't done unless you've run make
depend first.
In message <[EMAIL PROTECTED]> "David O'Brien" writes:
: On Wed, Nov 15, 2000 at 12:21:02AM -0700, Warner Losh wrote:
: > Maybe I'm crazy, but can't we find and kill the API change that caused
: > this and back it out for 4.x? I suspect it was the per inte
In message <[EMAIL PROTECTED]> Jordan Hubbard writes:
: Can we just stop arguing about this and bump the frickin' numbers already?
: Time is running out!
That's your call as RE. Since we don't know what change caused it,
that's likely the least bad thing we can do.
Warner
To Unsubscribe: send
In message <[EMAIL PROTECTED]> Steve Price writes:
: Yep, that did it. Since Dell laptops are so commonplace it
: would be nice get this fixed in the GENERIC before the release
: goes out. I'm sure there is a more appropriate fix, but the
: following patch worked for me.
This won't be changed.
In message <[EMAIL PROTECTED]> Blaz Zupan
writes:
: Sure, but I don't quite understand why it says "irq 0". Is that the same as
: leaving the "irq" part out alltogether?
irq 0 is there specifically so that the irq is listed in userconfig so
that users can change it.
Warner
To Unsubscribe: sen
In message <[EMAIL PROTECTED]> Blaz Zupan
writes:
: > # Sure, but I don't quite understand why it says "irq 0". Is that the same as
: > # leaving the "irq" part out alltogether?
: >
: > The best I can tell it puts pcic in polling mode. I could be
: > wrong. :)
:
: Ok, then it is the same as le
In message <[EMAIL PROTECTED]> John Baldwin writes:
: Removing it should be fine. I think it is more of a hack to allow
: an irq setting to be there for the kernel config to pick up on and
: let the user edit.
Yes. That's right.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "uns
In message <[EMAIL PROTECTED]> Lars Eggert writes:
: I've added irq 10 to the pcic line (Windows tells me this is the correct
: one), and cards are detected correctly during boot and work fine. However,
: ejecting/inserting them whan the system is running doesn;t work anymore -
: pccardd is silent
In message <[EMAIL PROTECTED]> mike ryan writes:
: On 11/17/00, Warner Losh wrote:
: > In message <[EMAIL PROTECTED]> Steve Price writes:
: > : Yep, that did it. Since Dell laptops are so commonplace it
: > : would be nice get this fixed in the GENERIC before the release
In message <[EMAIL PROTECTED]> Rasmus Skaarup
writes:
: I have a Compaq Armada M700 with the same pcic problem as the other guys
: with Dell's and whatnot - I've read Warners mails stating the pro's and
: con's of this situation.
:
: Please tell me how I can boot the 4.2-RC1 floppies, because I
In message <[EMAIL PROTECTED]> Greg Lehey writes:
: They waste space. In most cases, they're not needed. Isn't that
: enough?
No. Writing in 'C' isn't necesary and wastes space. That, in and of
itself, isn't a reason to not use it.
But like mike said, it was the ability to create these for t
In message <[EMAIL PROTECTED]> "Daniel O'Connor" writes:
: At least remove the option from sysinstall so new users don't get
: stuck with it.
I strongly support this. It has burned me on several machines.
I don't think that anyone will remove it from the kernel...
Warner
To Unsubscribe: send
In message <[EMAIL PROTECTED]> Greg Lehey writes:
: I wonder how long the current Microsoft partition table has to live,
: anyway? Sooner or later people are going to have to move to LBA
: addressing, or disks will get so big that the partition table can't
: address them. Then, hopefully, we'll
In message <[EMAIL PROTECTED]> Gerd Knops writes:
: The 4.2 Beta CD does not boot on a system that has a MultiTech
: MT5634ZPX PCI (aka ActionTec 56k FAX PCI Modem) modem card (yes, that
: one has a controller and is supported by FreeBSD). Interestingly, once
: the system is installed, the c
In message <[EMAIL PROTECTED]> Igor Khavin writes:
: Trying to make depend I got
:
: @ -> /usr/src/sys
: machine -> /usr/src/sys/i386/include
: make: don't know how to make agp_if.c. Stop
: *** Error code 2
: Stop in /usr/src/sys/modules.
: *** Error code 1
: Stop in /usr/src/sys/compile/NOVEMBER
In message <[EMAIL PROTECTED]> Jason Neumann writes:
: I am wondering where I can look at /usr/src and find out what version of
: the src I have (4.1.1-STABLE 4.2-BETA, 4.2-RELEASE) etc.
Assuming that it was all checked out at the same time, which you
cannot easily devine, you can look at /usr/sr
In message <[EMAIL PROTECTED]> shizuka00 writes:
: I have a Lucent WaveLAN wireless lan card that come with a PCI
: PCMCIA
That configuration isn't currently working. I have the hardware to
test this and will work on getting it working when I get the time. It
won't likely be until after the hol
Sounds like a resource conflict introduced when you added the hard
disk. Do you have a demsg from before/after? It might also be a
conflict with memory. -1 is ff which is a common way things conflict.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in
In message <[EMAIL PROTECTED]> shizuka00 writes:
: In this case, I have to dump either my motherboard or the adaptor
: because my motherboard is an ASUS CUSL2 which has no ISA slot. I may
: have some spare time next month, is there any doc detailed how to
: complete the emulation code?
The proble
In message <[EMAIL PROTECTED]> [EMAIL PROTECTED]
writes:
: Which is all great and good except that it is not mentioned
: in UPDATING and the release notes lie (irq 0 != poll mode).
: So something needs to be fixed, whether it be GENERIC, the
: release notes or UPDATING.
In message <[EMAIL PROTECTED]> Steve Price writes:
: On Fri, Nov 17, 2000 at 03:03:44PM -0700, Warner Losh wrote:
: #
: # This won't be changed. polling works on more systems than a specific
: # IRQ, and the IRQ to use varies so widely that any choice is likely to
: # be wrong.
:
In message <[EMAIL PROTECTED]> Steve Price writes:
: I put a smiley. I didn't mean to offend you. I really appreciate
: all the hard work you and others have done in geting the pccard
: changes in. It just seemed odd that it worked with 4.0 and doesn't
: now with 4.2R. I now understand why it
In message <[EMAIL PROTECTED]> Danny Braniss writes:
: which is the 'prefered' solution?
: changing the configuration
: device pcic0 at isa? irq 0 ...
: to
: device pcic0 at isa? irq 10 ...
: (are there cards that behave correctly with irq 0?)
: or the
: /etc/pccard.conf
In message <[EMAIL PROTECTED]> shizuka00 writes:
: Should I assume that -current code should work with this PCI adapter?
No. I've not been able to get these cards to work with -current yet,
nor have I had the time to find why it hangs.
: 1. Using GENERIC kernel (cvsup 30 Nov), machine hang afte
In message <[EMAIL PROTECTED]> Glendon Gross
writes:
: Please correct me if I am wrong, but this discussion seems to revolve
: around a problem that results from nonstandard BIOS routines.
Not so much non-standard bios routines, but rather from BIOSes that
know too much about what Should Be Th
In message <[EMAIL PROTECTED]> Glendon Gross
writes:
: Does that mean that such BIOS's are proprietary in the sense that they
: don't recognize the dedicated format?
One could say that, however the fake disk label for dedicated disks is
a problem. The BIOS shouldn't know about partitions, but m
In message <[EMAIL PROTECTED]> Bjarne Wichmann Petersen writes:
:
: *Finally* got XFree4/DRI working with my G400. But the tradeoff? GL-apps refuses to
:compile(*).
:
: Eg. ports/games/gltron reports this:
:
: configure:618: checking for main in -lGL
: configure:633: gcc -o conftest -O -pipe
In message <[EMAIL PROTECTED]> "O.
Hartmann" writes:
: Well, among my posting about vinum problems, now I'm not able to build
: a kernel:
Did you do a buildworld first?
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
ray was MFC'd earlier today. Looks like a problem. Duncan, I'm sure,
will fix it when he realizes what is going on (if he hasn't done so
alread).
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
In message <[EMAIL PROTECTED]> Forrest Aldrich writes:
: I have a third-party program (Interscan Viruswall, anyone using that on
: FreeBSD?) that seems to require an additional amount of info to determine
: the version of Linux supported:
:
: grep: /etc/redhat-release: No such file or directory
In message <006301c0830a$65959f70$b8209fc0@marlowe> "Shawn Barnhart" writes:
: Is there a hard limit on the number of disk label entries?
Yes. a-h is all you get. On boot disks, a is /, b is swap. On all
disks 'c' is the whole disk (too many things break when you ignore
this rule).
: I have a
In message <[EMAIL PROTECTED]> Matt Heckaman
writes:
: Then what, might I ask, is slice "d" for? :) I've always wondered this.
It used to be for the whole whole disk.
: Also, "e" is "the whole disk within slice 'c'" on a secondary disk? At
: least that's what mine defaulted to when i installed
In message <[EMAIL PROTECTED]> Andrew
Gordon writes:
: I hope that's _late_ Feb 4th sources if your firewall uses ipfw: ipfw was
: substantially broken from 2001/02/01 20:25:09 to 2001/02/04 05:48:59
: (/sys/netinet/ip_fw.c rev 1.131.2.13 is the bad version).
:
: We were upgrading our firewall
In message <[EMAIL PROTECTED]> Matt Dillon writes:
: ... or maybe installworld should just check to see if /etc/pam.conf is
: the unmodified older version and overwrite it with /usr/src/etc/pam.conf
: by default, rather then create little gotchas for people trying to
: upgrade. Hm
In message <[EMAIL PROTECTED]> "Vladimir V. Egorin" writes:
: I have a laptop with cardbus ethernet which I am anxious to use at some
: time. I understand cardbus support has just appeared in -current.
: Does anyone know how close it is to appearing in -stable (e.g. a couple
: of months, a year,
In message <[EMAIL PROTECTED]> Mike Bytnar writes:
: This flag allows packets to pass through the pipes, until they are accepted by a
: pass or fail rule. But the configuration can be tricky.
: Another way is to place your packet processing (such as natd) first, then pass
: through the pipes.
Wit
In message <[EMAIL PROTECTED]> Cyrille Lefevre writes:
: Warner Losh <[EMAIL PROTECTED]> writes:
:
: > In message <[EMAIL PROTECTED]> "David O'Brien" writes:
: > : From today's -CURRENT dmesg:
: > :
: > : ---===> Happy Birthday Pet
In message <[EMAIL PROTECTED]>
Arya Kalla writes:
: Flash drivers. I have been given an assignment to make a device driver for
: compact flash in EPOC OS, so can you please help me in how to go about doing
Don't know what EPOC is. However, if you have them in an CF <-> IDE
adapter you can use t
In message <[EMAIL PROTECTED]> Fritz Heinrichmeyer writes:
: Hello this mail has two topics,
:
: I have
: pccard_enable="YES"
: hostname=xxx
: ifconfig_ed0="DHCP"
: in my laptop
:
: in /etc/rc.conf
:
: but i have to start dhclient by hand. What is to do?
In recent versions of stable, it just
In message <[EMAIL PROTECTED]> Pierre-Gilles Mialon writes:
: I have a network at home and since I upgrade to stable 4.3beta,
: my Netgear FA410 TXC doesn't answer on the icmp request. I can
: nmap localhost from the computer itself but I cannot ping or ssh it
The FA410 needs hacks to the ed dri
In message <[EMAIL PROTECTED]> Bruce Burden writes:
: >
: > I'm getting a No such file or directory when I try to mount a CDROM with
: > 4-STABLE. I've seen some stuff about this and have tried as many of the
: > suggestions as I can, but no joy.
: >
: Is your pccard a 32 bit (CardBus) or
In message <[EMAIL PROTECTED]> Donn Miller writes:
: That settles it: move the machine to Kansas or Nebraska. 8-)
Actaully, Colorado would have better connectivity than either Kansas
or Nebraska :-)
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the
In message <[EMAIL PROTECTED]> Sergey Solyanik writes:
: On Wed, Jul 04, 2001 at 03:36:52PM -0700, Alex Lee wrote:
:
: > I finally decided to upgrade the server from 3.5 stable to 4.0. I tried to
: > following the procedure in UPDATING. But when I do "make buildworld
: > -DNOPERL", I got the foll
In message <[EMAIL PROTECTED]> Shizuka Kudo writes:
: Yes, your PIR patch (pcic-stable.diff.6) did work for
: me (which was before your MFC). I have copied your PIR
: & pccard codes into latest stable codes and created a
: diff file. It is working for my configuation right
: now. Attached are the
In message <[EMAIL PROTECTED]> Chris
BeHanna writes:
: > Then use a point release with the security patches applied.
:
: I.e., track RELENG_4_3 instead of RELENG_4.
Since 4.3 was released, there have been only 9 commits to the 4.3
branch.
That's gotta be insanely stable. :-)
Warner
To Un
In message <[EMAIL PROTECTED]> "Chad R. Larson" writes:
: And I assume there will be a RELENG_4_4 branch forked off at that
: point.
Yes. The RELENG_4_3 has been somewhat successful in a number of
ways. It also has been a little disappointing in other ways. On the
whole, however, it is good en
In message <[EMAIL PROTECTED]> Chris
BeHanna writes:
: If the suggestion, "leave a small commit-free window around
: midnight UTC" is adopted, then you could use -D "00:00:00 UTC" and not
: have to worry (although you'd have to translate that to
: "[cc]yy.mm.dd.00.00.00" format for cvsup to p
In message <[EMAIL PROTECTED]> Hajimu UMEMOTO writes:
: I did CVSup and built 4.4-PRERELEASE of yesterday. Once suspend, my
: laptop never resume. The kernel of Jul 21 is okay. My laptop is
: called Chandra2. Dynabook 3380 SS is okay. Did someone else meet
: this problem?
I've not seen this
In message <[EMAIL PROTECTED]> Hajimu UMEMOTO writes:
: I just did it. When booting kernel without any pccard stuff, it works
: fine, suspend/resume is okay. The output of dmesg is attached.
Thanks for the demsg and the test. I was afraid that you'd say
something like that :-(. I'll investiga
I also couldn't get www.videolan.org to resolve on any of the machines
I have access to.
Wanrer
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
In message <[EMAIL PROTECTED]> Andrew Stuart writes:
: hi, Just figured i would up the count by one :)
: another toshiba laptop that has the same problem..
So try the patch (the latest one at
http://people.freebsd.org/~imp/no-hang.diff.3), break into the boot
sequence and at the ok prompt do the
In message <[EMAIL PROTECTED]> Andrew Stuart writes:
: ok, i added the patch, but it seems to fail during compile. here is a
: copy of the output from the compile.
I forgot to include both files I changed in the diff. I should know
better when it is late...
See http://people.freebsd.org/~imp/no
In message <[EMAIL PROTECTED]> Stephen Montgomery-Smith writes:
: Someone suggested that I try
: ifconfig ep0 down
: ifconfig ep0 up
: This cleared up the frozen connection to hub.
This might also be due to the card not getting interrupts, which is a
problem I'm trying to solve...
Warner
To Un
In message <[EMAIL PROTECTED]> John
Hay writes:
: pci_cfgintr: BIOS 2.00 doesn't support interrupt routing
I think this is an issue for sopris. However, if you comment out the
version check in pci_cfgintr, it might work none the less.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with
In message <[EMAIL PROTECTED]> [EMAIL PROTECTED] writes:
: I did not read all the cvs logs, but something have been changed
: around assignment of PC Card memory window ?
:
: I tested 4.4-RC with ISA PCIC machine and got message,
:
: nsp0 at port 0x240-0x24f iomem 0xc8800-0xc97ff irq 5 slot 0 on
In message <[EMAIL PROTECTED]> Ted Faber writes:
: I know I've bugged you with my laptop problems before, but I'm going
: to try again. 4.4-RC cvsupped this morning, new kernel, new pccardd.
: The machine's a Fujitsu Lifebook C-5130. When I insert a Linksys
: PCMPC100 ethernet card the laptop fr
In message <[EMAIL PROTECTED]> Doug Denault
writes:
: What is the status of this?
I just committed the first cut to current. I've not rested it hardly
at all, but it is based on some preliminary hacks I did on the pc98
machine.
: I can offer a Dell LM into the testing mix. I cvsup'd to 8/18
In message <[EMAIL PROTECTED]> Jim Mock writes:
: On Sun, 26 Aug 2001 at 22:08:32 -0500, Mark Hittinger wrote:
: > >Mounting root from ufs:/dev/ad0s1a
: >
: > Recompile a kernel with all the USB stuff at the bottom of the config file
: > commented out. There is something wrong with the USB s
In message <[EMAIL PROTECTED]> Michel Hoche-Mong writes:
: I had a similar problem with a Vaio FX220. I reported it last week,
: (and someone else confirmed having similar problems) but it may have
: gotten lost in all the mail about the TI chipset problems, and I thought
: I'd wait until you had
Any chance I can get a dmesg output of the hang?
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message
In message <[EMAIL PROTECTED]> John Hay writes:
: For those who care, the net4501 only maps the "video" area (0xa -
: 0xb) to the pci bus and not the rest of the hole below 1M. So
: 0xc to 0xe is not usable.
Yuck. If I had more energy for OLDCARD, I'd see how hard it would be
to
In message <[EMAIL PROTECTED]> Doug Denault
writes:
: I cvsup'd with date=2001.08.26.23.30.00, with worse results. I am not
: sure if this is just another example of known problems. In the hope
: that more info will help:
I fixed bugs in the ISA fallback and a few other things since then:
-
In message <[EMAIL PROTECTED]> Allen
Landsidel writes:
: Seeing the messages about 4.4 about to go -REL and some more changes to the
: pccard code, I thought I'd update it and give it another try.
:
: Warner.. was the hang-fixing patch you posted here put into cvs, or should
: I find it and app
In message <[EMAIL PROTECTED]>
=?ISO-8859-1?Q?Calle_Lidstr=F6m?= writes:
: is there any available drivers for the aironet 350 pcmcia-card?
: I have only succeeded with getting a 340-card and Lucent card s working.
4.4 should have the right drivers.
warner
To Unsubscribe: send mail to [EMAIL PR
In message <[EMAIL PROTECTED]> Jarrod Sayers
writes:
: I get the following on a machine that tracks and updates on RELENG_4_3.
: Its up to 4.3-RELEASE-p17 and the last CVSup was a tad over 2 days ago.
: When installing the XFree86-4 port, is complains here about some kernel
: source tree. Any id
In message <[EMAIL PROTECTED]> Danny Braniss writes:
: i ran the following
: mergemaster -D /v1/4.4 -m /v0/src/etc
: and when asked to run MAKEDEV i said yes, it ran in /dev!
Yuck! I ran into similar problems, so I did a boot into single user
mode to run mergemaster.
Warner
To Unsubscrib
In message <[EMAIL PROTECTED]> "Sameer R. Manek" writes:
: Last I heard was the 14th was release date. which is today. Unless someone
: more knowledgeable then I has something to add.
More likely tomorrow.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" i
In message <[EMAIL PROTECTED]> "Chad R. Larson" writes:
: On Sat, Sep 15, 2001 at 06:44:04PM -0700, Jordan Hubbard wrote:
: > o We're very close to being ready with the RELENG_4_4 branch (AKA
: > 4.4.0-STABLE)...
:
: Is this to imply we're going back to point releases rather than
: patches alon
In message <[EMAIL PROTECTED]> fergus writes:
: basically somewhere in the last two/three weeks the xe driver has
: dissappeared from MAKEDEV.
:
: how can add the node as i cannot find the driver number in the
: majors file?
xe never was in MAKEDEV. You don't need a device node for network
driv
In message <[EMAIL PROTECTED]> Barney Wolff writes:
: This is WRONG. You got bad advice. The sequence documented in UPDATING
: is buildworld, buildkernel, installkernel, reboot (single-user to be safe,
: although quiet machines can get away with a normal reboot), installworld,
: mergemaster, reb
In message <[EMAIL PROTECTED]> fergus writes:
: Sep 29 07:26:38 dedog pccardd[234]: Card "Xircom"("CreditCard 10/100") [CE3-10/100]
:[1.00] matched "Xircom" ("CreditCard 10/100") [(null)] [(null)]
: Sep 29 07:26:43 dedog pccardd[234]: driver allocation failed for Xircom(CreditCard
:10/100): Dev
In message <[EMAIL PROTECTED]> "Klaus-J. Wolf" writes:
: with 4.4-STABLE 010929, ssh seems to work unexpectedly - even when I
: have my public key in the target machine's authorized_keys, ssh aks me
: for a password (breaks a lot of scripts).
Could this be because you are using protocol version 2
In message <[EMAIL PROTECTED]> "Don L. Belcher" writes:
: I am trying to get this card to work with an old portable (Megahertz
: 3CXEM556 B)
: I have tried various ports and interrupts with no success. Some of the
: messages seem to indicate that some 3com cards have an internal PNP flag. If
: th
In message <[EMAIL PROTECTED]> Greg Prosser writes:
: My compile did _not_ fail when doing the following:
: cd /sys/i386/conf
: config -r HADES # my kernel config
: cd /sys/compile/HADES
: make depend
: make
:
: Yet it _did_ fail when doing:
: cd /usr/src
: make buildkernel KERNCONF
In message <[EMAIL PROTECTED]> Bruce A. Mah
writes:
: --==_Exmh_834049033P
: Content-Type: text/plain; charset=us-ascii
:
: If memory serves me right, Garance A Drosihn wrote:
:
: > The file which changed was:
: > src/sys/conf/Makefile.i386
: >
: > For the RELENG_4 branch, the significant
I did a minimal install of 3.2-stable-19990818. Now, when I try to boot,
I get the following:
F1 FreeBSD
Default: F1
-
BTX loader 1.00 BTX version is 1.01
Console: internal video/keyboard
int=00e err=0007 efl=00010216 eip=001251c
eax=0400 ebx=1000 ecx=1000 edx=00014b
Here's the second part of the boot problems.
When the system is coming up, I get the following on my console:
additional daemons: syslogd.
Doing addtional network setup: ntpdate portmap/usr/libexec/ld-elf.so.1:
/usr/lib/libwrap.so.2: Undefined symbol "nit"
To Unsubscribe: send mail to [EMAIL
Same 990818 minimal install system:
When I go to login I get
Aug 29 19:32:31 dumpster login: unable to dlopen(/usr/lib/pam_skey.so)
Aug 29 19:32:31 dumpster login: [dlerror: /usr/lib/libskey.so.2: Undefined symbol
"MD4Final"]
Aug 29 19:32:31 dumpster login: adding faulty module: /usr/lib/pam_sk
-BEGIN PGP SIGNED MESSAGE-
In message <[EMAIL PROTECTED]> Mike Tancsa writes:
: Just looking at the release notes, and I think there is a small error
:
:
: The proftpd port has been updated with the latest patches to prevent
: possible remote root exploits.
:
:
-BEGIN PGP SIGNED MESSAGE-
In message <[EMAIL PROTECTED]> Bill Fumerola
writes:
: FORBIDDEN, I thought. The buzz on BUGTRAQ is that no version of proftpd
: is safe still, and exploits are on the way.
That is 100% correct.
Warner
-BEGIN PGP SIGNATURE-
Version: 2.6.3ia
Charset:
In message <[EMAIL PROTECTED]> Gerhard Sittig writes:
: ISA PnP section? If the port is a real serial port, it should
He found it by 'demsg | grep serial'.
It took me a while to read that in his original message.
I've started the process of bringing the pci support code into the
tree.
Warner
In message <[EMAIL PROTECTED]> Mike Tancsa writes:
: That was only a snippet. The poster claims to have contacted the freebsd
: team and that they were working on it... I just wanted to know if this were
: the case.
We have the code and it isn't FreeBSD specific.
Warner
To Unsubscribe: send ma
In message <4.2.2.2120172607.0198f1e0@localhost> Brett Glass writes:
: The name "stream.c" makes it sound like a local, not remote, DoS. Does
: it have to be done from inside the system to be effective? I would think
: that, if it came from the outside, it'd be harder to saturate the
: victim.
In message <[EMAIL PROTECTED]> Darren Reed writes:
: What versions of FreeBSD are known to be vulnerable to it ?
:
: There appears to be some confusion about whether or not it is a wide
: spread problem.
All versions of {Free,Open,Net}BSD, Solaris, Linux, etc are vulnerable
to some degree to thi
In message
<[EMAIL PROTECTED]>
"Jason C. Wells" writes:
: So it turns out. My friend turned me on to a linux site that list the
: braindead modems.
URL? I'd love to see that list...
: Mine was on the list. The guy at the shop said, "That's
: stragne. I have a policy against carrying win-modems.
201 - 300 of 530 matches
Mail list logo