M. Warner Losh said:
> In message: <[EMAIL PROTECTED]>
> "Steven G. Kargl" <[EMAIL PROTECTED]> writes:
> : M. Warner Losh said:
> : > In message: <[EMAIL PROTECTED]>
> : > "Steven G. Kargl" <[EMAIL PROTECTED]> writes:
> : > : Could someone add the following patch to UPDATING
In message: <[EMAIL PROTECTED]>
"Steven G. Kargl" <[EMAIL PROTECTED]> writes:
: M. Warner Losh said:
: > In message: <[EMAIL PROTECTED]>
: > "Steven G. Kargl" <[EMAIL PROTECTED]> writes:
: > : Could someone add the following patch to UPDATING?
: > : Change the words to whate
M. Warner Losh said:
> In message: <[EMAIL PROTECTED]>
> "Steven G. Kargl" <[EMAIL PROTECTED]> writes:
> : Could someone add the following patch to UPDATING?
> : Change the words to whatever suits your fancy.
>
> I'm trying to devise a good way to deal with this breakage and hope it
>
In message: <[EMAIL PROTECTED]>
"Steven G. Kargl" <[EMAIL PROTECTED]> writes:
: Could someone add the following patch to UPDATING?
: Change the words to whatever suits your fancy.
I'm trying to devise a good way to deal with this breakage and hope it
is transient. I'm not hopeful :-(
--On Wednesday, November 06, 2002 9:23 PM -0600 Sean Kelly
<[EMAIL PROTECTED]> wrote:
. . . snip . . .
I just came across this problem for the first time on my -CURRENT
from Wed Oct 30. I was in the middle of reading a message in mutt (my
MUA) on the console and the system just froze. I was al
In message: <[EMAIL PROTECTED]>
David Gilbert <[EMAIL PROTECTED]> writes:
: > "M" == M Warner Losh <[EMAIL PROTECTED]> writes:
:
: M> In message: <[EMAIL PROTECTED]> Ceri Davies
: M> <[EMAIL PROTECTED]> writes: : For that matter, do we still
: M> need xten, a user who has been push
> "M" == M Warner Losh <[EMAIL PROTECTED]> writes:
M> In message: <[EMAIL PROTECTED]> Ceri Davies
M> <[EMAIL PROTECTED]> writes: : For that matter, do we still
M> need xten, a user who has been pushed so far : to the edge of
M> obscurity that it's home directory doesn't even exist on a :
M> fr
If your interested in putting your product or service in
front of millions of prospective clients or buyers READ ON!
What is the most cost effective form of advertising for
the very small all the way up to the largest of companies?
Commercial Email!
Why?
Because there is no charge for paper
On Mon, Nov 04, 2002 at 07:56:49PM -0800, Joel M. Baldwin wrote:
> I'm getting quite frustrated with -current. I've been running it
> for years and had relatively few problems. However for quite some
> time now I've had a problem with Hard Locks. By Hard Lock I mean
> that the system doesn't res
On Wed, 2002-11-06 at 18:34, Horen wrote:
>
> Posted a week ago the question, didn't get any reaction.
>
> Everything with current from last night works fine but killing
> X or logging out ends in a black screen. No way to activate the
> display without reboot. Remote login is fine. Typing blind
On Wed, Nov 06, 2002 at 09:34:39PM -0500, Horen wrote:
>
> Posted a week ago the question, didn't get any reaction.
>
> Everything with current from last night works fine but killing
> X or logging out ends in a black screen. No way to activate the
> display without reboot. Remote login is fine.
Thanks, Juli.
After update make, I can build without any trouble.
From: Juli Mallett <[EMAIL PROTECTED]>
Subject: Re: buildworld failure
Date: Wed, 6 Nov 2002 08:07:39 -0800
> Update your make(1).
--
Masaaki Kimbara <[EMAIL PROTECTED]>
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsu
Steve Kargl wrote:
> > Any chance we could get rid of all externally visable symbols that
> > are not defined as being there by some standard, and not just __sF,
> > since we are breaking the FORTRAN compiler and other third party
> > code already?
>
> This isn't restricted to my Fortran 95 proble
Posted a week ago the question, didn't get any reaction.
Everything with current from last night works fine but killing
X or logging out ends in a black screen. No way to activate the
display without reboot. Remote login is fine. Typing blind works
too.
Is there a fix in sight, would be great he
I have updated the new scsi_target driver and fixed a bug in -current that
now allows it to work as well as the -stable version. I haven't gotten
any feedback so I would love it if someone could download this and test
it. All comments welcome, even about the included manpages. All you need
to te
On Wed, Nov 06, 2002 at 05:57:22PM -0700, Lyndon Nerenberg wrote:
> >> Maybe future generations will wonder what it is named after
> >> similarly to GCOS field in passwd today :-)
> >
> >At the very least we should change the shell. But Kris' suggestions
> >sound the best.
>
> I agree. But more i
Can someone explain why the perl wrapper needs to be hardlinked to
perl5.6.1?
The problem I am seeing is this:
USE_PERL5=yes in a port adds the following BUILD_DEPENDS:
enigma# make -V BUILD_DEPENDS
perl5.6.1:/usr/ports/lang/perl5
However 5.0 has perl5.6.1 in the base system still, so this depe
>> Maybe future generations will wonder what it is named after
>> similarly to GCOS field in passwd today :-)
>
>At the very least we should change the shell. But Kris' suggestions
>sound the best.
I agree. But more importantly, let's make sure that we don't, by
removing the uucp login, make it d
On Wed, Nov 06, 2002 at 04:38:55PM -0800, Terry Lambert wrote:
> "Steven G. Kargl" wrote:
> > Could someone add the following patch to UPDATING?
> > Change the words to whatever suits your fancy.
> > +20021031
> > + Revision 1.24 of lib/libc/stdio/findfp.c has made __sF static.
> > + Th
"Steven G. Kargl" wrote:
> Could someone add the following patch to UPDATING?
> Change the words to whatever suits your fancy.
> +20021031
> + Revision 1.24 of lib/libc/stdio/findfp.c has made __sF static.
> + This changes the visibility of __sF to a symbol internal to
> + libc.
Could someone add the following patch to UPDATING?
Change the words to whatever suits your fancy.
--
Steve
http://troutmask.apl.washington.edu/~kargl/
--- UPDATING.orig Wed Nov 6 16:20:05 2002
+++ UPDATINGWed Nov 6 16:27:08 2002
@@ -17,6 +17,15 @@
developers choose to disable
"Joel M. Baldwin" wrote:
> Is there a way in HARDWARE to FORCE a break into ddb?
> ^
If you have an open ISA port, a flat-bladed screwdriver, and a Bic
lighter, you can cause an NMI that the debugger can trap...
-- Terry
To Unsubscribe: send ma
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
Hi,
there two open PR's (PR 44423 and PR 9) related to a problem with
audio/id3lib. I downloaded the new version (3.8.1) and made patches for
some files, so they should work fine with FreeBSD 5.0 (4.7 not tested, I
think gcc3 is required).
But I found out, that the libstdc++ which is insta
(One note on this dmesg output, the detach and following attach is as
you might guess me ejecting and reinserting the card. The previous
mail and this was sent via the Orinoco card.. :) OLDCARD dmesg will
follow tomorrow, gotta hit the sack...)
On Wed, 2002-11-06 at 23:45, Frode Nordahl wr
on the keyboard still will make the
console go to the debugger, even when console is on another device
(e.g. serial port)
if that doesn't help, then I have no idea..
On Wed, 6 Nov 2002, Joel M. Baldwin wrote:
>
> No change, the system is still Hard Locking. It did it
> 4 times yesterday. Th
I have found additional information that may be useful regarding the hard
hang I have been experiencing. Details were present in a previous message
but here is a short summary.
I have two of the exact same boxes (even same HD). They are i810 mobos
with a Celeron 500 and 128MB ram and a 10GB IDE
> In message: <010501c285dc$87da1170$[EMAIL PROTECTED]>
> "Matthew Emmerton" <[EMAIL PROTECTED]> writes:
> : This also happens with my an0 card, so it's probably a larger ACPI +
PCCARD
> : interoperability issue.
>
> Its a ACPI issue. We do the right things in the drivers and bridge
>
No change, the system is still Hard Locking. It did it
4 times yesterday. The next steps for me are:
1.) Get a serial console working. Maybe I'll get some
indication of what's happening that way.
2.) When the serial console is working, see if I can
break into ddb after a Hard Lock.
Is there
Hey,
On Wed, 2002-11-06 at 23:28, M. Warner Losh wrote:
> Strange. OLDCARD or NEWCARD? Send me a full dmesg for each case,
> since it is likely some resource conflict or another. I do what
> you've described hundreds of times over the past few months, so it has
> to be something weird with your
In message: <[EMAIL PROTECTED]>
Frode Nordahl <[EMAIL PROTECTED]> writes:
: On Wed, 2002-11-06 at 23:38, M. Warner Losh wrote:
: > : wi0 detaches and reattaches here (both in sleep state 1 and 3).
: >
: > OK. OLDCARD or NEWCARD? My laptop still doesn't suspend/resume
: > correctly, s
On Wed, 2002-11-06 at 23:38, M. Warner Losh wrote:
> : wi0 detaches and reattaches here (both in sleep state 1 and 3).
>
> OK. OLDCARD or NEWCARD? My laptop still doesn't suspend/resume
> correctly, so I've been unable to test patches.
NEWCARD
> Warner
Mvh,
Frode Nordahl
To Unsubscribe: sen
In message: <[EMAIL PROTECTED]>
Frode Nordahl <[EMAIL PROTECTED]> writes:
: On Wed, 2002-11-06 at 23:22, M. Warner Losh wrote:
: > In message: <010501c285dc$87da1170$[EMAIL PROTECTED]>
: > "Matthew Emmerton" <[EMAIL PROTECTED]> writes:
: > : This also happens with my an0 car
Josef Karthauser wrote:
>
> On Wed, Nov 06, 2002 at 10:43:50PM +0100, Bernd Walter wrote:
> > On Wed, Nov 06, 2002 at 09:33:16PM +, Josef Karthauser wrote:
>
> > > If it's inside the docking station I would assume that it's powered.
> >
> > Agreed - I had overread this detail.
> >
> > > On my
On Wed, 2002-11-06 at 23:22, M. Warner Losh wrote:
> In message: <010501c285dc$87da1170$[EMAIL PROTECTED]>
> "Matthew Emmerton" <[EMAIL PROTECTED]> writes:
> : This also happens with my an0 card, so it's probably a larger ACPI + PCCARD
> : interoperability issue.
>
> Its a ACPI issue.
Strange. OLDCARD or NEWCARD? Send me a full dmesg for each case,
since it is likely some resource conflict or another. I do what
you've described hundreds of times over the past few months, so it has
to be something weird with your computer.
Warner.
To Unsubscribe: send mail to [EMAIL PROTECTE
In message: <010501c285dc$87da1170$[EMAIL PROTECTED]>
"Matthew Emmerton" <[EMAIL PROTECTED]> writes:
: This also happens with my an0 card, so it's probably a larger ACPI + PCCARD
: interoperability issue.
Its a ACPI issue. We do the right things in the drivers and bridge
drivers. Do
On Wed, Nov 06, 2002 at 10:43:50PM +0100, Bernd Walter wrote:
> On Wed, Nov 06, 2002 at 09:33:16PM +, Josef Karthauser wrote:
> > If it's inside the docking station I would assume that it's powered.
>
> Agreed - I had overread this detail.
>
> > On my machine with an external hub I do get me
On Tuesday, 5 November 2002 at 21:57:50 +0100, Marcin Cieslak wrote:
> Kris Kennaway ([EMAIL PROTECTED]) napisa?(a):
>> On Sat, Nov 02, 2002 at 04:11:39PM +1030, Greg 'groggy' Lehey wrote:
>> A number of base system utilities and ports still use it for access to
>> the serial port devices (which a
On Wed, Nov 06, 2002 at 09:33:16PM +, Josef Karthauser wrote:
> On Wed, Nov 06, 2002 at 01:00:43PM -0800, Maksim Yevmenkin wrote:
> > Bernd,
> > > > Who owns USB code in -current? I need an USB expert advice
> > > > on the FreeBSD specific USB problem. Basically whenever i
> > > > put my laptop
> Hello,
>
> Another problem with my Orinoco card is that after a resume from (ACPI)
> sleep, the configuration set on the card is lost, so I have to set the
> ssid, wepkey etc again before it can operate properly.
>
> I am not sure if this is a flaw in the wi0 driver (probably not) or
> something
On Wed, Nov 06, 2002 at 01:00:43PM -0800, Maksim Yevmenkin wrote:
> Bernd,
>
> > > Who owns USB code in -current? I need an USB expert advice
> > > on the FreeBSD specific USB problem. Basically whenever i
> > > put my laptop into docking station and try to plug Bluetooth
> > > USB dongle i get
>
Hello,
I have been searching mailing lists and my friend Google for information
about a acpid (like apmd) implementation for FreeBSD, but I have found
nothing.
Does one exist anywhere, or has anyone started out on something without
telling anyone? :)
Mvh,
Frode Nordahl
To Unsubscribe: send ma
Hello,
Another problem with my Orinoco card is that after a resume from (ACPI)
sleep, the configuration set on the card is lost, so I have to set the
ssid, wepkey etc again before it can operate properly.
I am not sure if this is a flaw in the wi0 driver (probably not) or
something missing in gen
Hello,
I now have a Orinoco card to play with :) (I have not given up on the
CNet yet, though) It works great with the wi0 driver, and they have
together provided me with hours of wireless computing! :)
However, if the card is inserted before turning on the computer,
operations on the card free
Neither is devinfo.h. The attached patch should fix it.
- alex
--- devinfo.h.orig Wed Nov 6 13:03:22 2002
+++ devinfo.h Wed Nov 6 13:04:37 2002
@@ -27,6 +27,9 @@
* $FreeBSD: src/lib/libdevinfo/devinfo.h,v 1.4 2002/09/20 02:16:33 imp Exp $
*/
+#ifndef _DEVINFO_H
+#define _DEVIN
In message: <[EMAIL PROTECTED]>
Julian Elischer <[EMAIL PROTECTED]> writes:
: Ok but there cound be netgraph nodes that have no hardware but could be
: called into creation by some external event.
: e.g. a netgraph hook on a pseudointerface like gif or tun.
: (not at present but a possi
On Wed, Nov 06, 2002 at 12:48:07PM -0800, Julian Elischer wrote:
>
> Ok but there cound be netgraph nodes that have no hardware but could be
> called into creation by some external event.
> e.g. a netgraph hook on a pseudointerface like gif or tun.
> (not at present but a possibility I was looking
Bernd,
> > Who owns USB code in -current? I need an USB expert advice
> > on the FreeBSD specific USB problem. Basically whenever i
> > put my laptop into docking station and try to plug Bluetooth
> > USB dongle i get
> >
> > uhub1: device problem, disabling port 1
>
> Is you usb hub really self
On Wed, 6 Nov 2002, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Julian Elischer <[EMAIL PROTECTED]> writes:
> :
> :
> : On Wed, 6 Nov 2002, M. Warner Losh wrote:
> :
> : > : 1) Device driver in Netgraph node. When hardware is
> : > :activated new Netgraph node is
In message <[EMAIL PROTECTED]>, "M. Warner Losh" writes:
>In message: <[EMAIL PROTECTED]>
>Poul-Henning Kamp <[EMAIL PROTECTED]> writes:
>: In message <[EMAIL PROTECTED]>, Takahashi Yoshihiro
>: writes:
>: >The test program for libdisk is a failure in pc98 disks.
>: >
>: >I wonder at w
Hi All
OK I completed a new non-SMP kernel (the GENERIC kernel with SMP
commented out)
built using 4.6.2 and ran installkernel KERNCONF=TOMZBOX10. The newer
bootblocks
and loader having been already installed.
The non-smp 5.0-CURRENT kernel chokes at the exact same point as before:
FreeBSD/alp
In message: <[EMAIL PROTECTED]>
Julian Elischer <[EMAIL PROTECTED]> writes:
:
:
: On Wed, 6 Nov 2002, M. Warner Losh wrote:
:
: > : 1) Device driver in Netgraph node. When hardware is
: > :activated new Netgraph node is created and new
: > :kevent sent. devd (or something lik
On Mon, Nov 04, 2002 at 10:33:24AM -0800, Maksim Yevmenkin wrote:
> Dear Hackers,
>
> Who owns USB code in -current? I need an USB expert advice
> on the FreeBSD specific USB problem. Basically whenever i
> put my laptop into docking station and try to plug Bluetooth
> USB dongle i get
>
> uhub1:
Josef,
> > > > This problem is FreeBSD-specific and seems related to
> > > > Bluetooth USB dongles only. I have been contacted by other
> > > > people who have the same problem. I do not know what is so
> > > > special about Bluetooth USB dongles. USB mouse, for example,
> > > > works fine. Can it
On Wed, 6 Nov 2002, M. Warner Losh wrote:
> : 1) Device driver in Netgraph node. When hardware is
> :activated new Netgraph node is created and new
> :kevent sent. devd (or something like devd) listens
> :for these events and does something (loads firmware,
> :activates device, e
It seems M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Poul-Henning Kamp <[EMAIL PROTECTED]> writes:
> : In message <[EMAIL PROTECTED]>, Takahashi Yoshihiro
> : writes:
> : >The test program for libdisk is a failure in pc98 disks.
> : >
> : >I wonder at why pc98 disks don't
In message: <[EMAIL PROTECTED]>
Poul-Henning Kamp <[EMAIL PROTECTED]> writes:
: In message <[EMAIL PROTECTED]>, Takahashi Yoshihiro
: writes:
: >The test program for libdisk is a failure in pc98 disks.
: >
: >I wonder at why pc98 disks don't have their type ('ty') in the result
: >of k
Josef,
> > This problem is FreeBSD-specific and seems related to
> > Bluetooth USB dongles only. I have been contacted by other
> > people who have the same problem. I do not know what is so
> > special about Bluetooth USB dongles. USB mouse, for example,
> > works fine. Can it be power related? B
Update your make(1).
* De: Masaaki Kimbara <[EMAIL PROTECTED]> [ Data: 2002-11-06 ]
[ Subjecte: buildworld failure ]
> I cvsup current, but I have trouble building world as followings
> Please advice me about building-world.
> Thanks.
> ..
> ..
>
> c++ -O -pipe -DHAVE_CONFIG_H
>-I/usr/s
I cvsup current, but I have trouble building world as followings
Please advice me about building-world.
Thanks.
..
..
c++ -O -pipe -DHAVE_CONFIG_H
-I/usr/src/gnu/usr.bin/groff/src/utils/tfmtodit/../../../../../../contrib/groff/src/include
-I/usr/src/gnu/usr.bin/groff/src/utils/tfmtodit/../../..
Old bugfix for double "Last login:" was spammed in 3rd time, causing
following printout:
zzz@xxx's password:
Last login: Wed Nov 6 17:12:40 from
Last login: Wed Nov 6 17:10:08 2002 from
Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
...
--
Andrey A. Chernov
http://ache
Thus spake Glenn Johnson <[EMAIL PROTECTED]>:
> > I have had no trouble with UP -STABLE running on a dual PPro system,
> > but I'm getting an early panic in UP and SMP -CURRENT on the same
> > system. I will post details to current@ soon if I can't figure out
> > the problem.
>
> The problem on -
On Wed, Nov 06, 2002 at 01:26:31PM +0100, Sameh Ghane wrote:
> Timecounter "i8254" frequency 1193182 Hz
> Timecounter "TSC" frequency 332755591 Hz
> CPU: AMD-K6(tm) 3D processor (332.76-MHz 586-class CPU)
> Origin = "AuthenticAMD" Id = 0x58c Stepping = 12
> Features=0x8021bf
> AMD Feature
On Mon, Nov 04, 2002 at 10:33:24AM -0800, Maksim Yevmenkin wrote:
>
> This problem is FreeBSD-specific and seems related to
> Bluetooth USB dongles only. I have been contacted by other
> people who have the same problem. I do not know what is so
> special about Bluetooth USB dongles. USB mouse, fo
Hi!
I experienced (I think it corresponds to the last big phk's changes in the time
counter handling) issues with my clock on current.
It just ticks twice too fast.
To know if it comes from the hardware clock or the kernel, I attached my
dmesg.boot.
The issue can be shortened to this:
core:[~]>
--
>>> Rebuilding the temporary build tree
--
>>> stage 1: bootstrap tools
--
>>> stage 2: cleaning up the object tree
On Wed, Nov 06, 2002 at 04:23:38AM -0700, M. Warner Losh wrote:
> In message: <[EMAIL PROTECTED]>
> Ceri Davies <[EMAIL PROTECTED]> writes:
> : For that matter, do we still need xten, a user who has been pushed so far
> : to the edge of obscurity that it's home directory doesn't even ex
In message: <[EMAIL PROTECTED]>
Ceri Davies <[EMAIL PROTECTED]> writes:
: For that matter, do we still need xten, a user who has been pushed so far
: to the edge of obscurity that it's home directory doesn't even exist on a
: freshly installed system (and I'm not talking about /nonexist
: 1) Device driver in Netgraph node. When hardware is
:activated new Netgraph node is created and new
:kevent sent. devd (or something like devd) listens
:for these events and does something (loads firmware,
:activates device, etc.)
Device drivers are not netgraph nodes. They will
In message: <[EMAIL PROTECTED]>
"Andrew Lankford" <[EMAIL PROTECTED]> writes:
: but /dev/devctl is in my /dev (devfs) partition.
/dev/devctl has nothing to do with devfs.
Warner
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the messa
In message: <[EMAIL PROTECTED]>
Tim Kientzle <[EMAIL PROTECTED]> writes:
: Several people have pointed out that FreeBSD has
: certain protections against LD_LIBRARY_PATH exploits,
: but there are still real questions here. (Kernel
: races, possibly?) Privilege elevation is an
: intere
72 matches
Mail list logo