Re: Annoucning DragonFly BSD!

2003-07-18 Thread Dag-Erling Smorgrav
On Fri, Jul 18, 2003 at 02:47:48PM +0200, Julian Stacey wrote: > - Are there any benefits to the BSD community in having > a 4th BSD bin/ sbin/ usr.bin/ usr.sbin/ ? What does that have to do with anything? Matt is free to spend his time and resources as he sees fit. There is no "BSD projec

Re: [-CURRENT tinderbox] failure on sparc64/sparc64

2003-07-17 Thread Dag-Erling Smorgrav
On Thu, Jul 17, 2003 at 09:58:10AM +0200, Harti Brandt wrote: > I have no idea how a program can core in vfork(). Probably a vm problem? Most likely a KSE-related problem in vfork(). Try replacing vfork() with fork() in make(1) and see if the problem goes away. Warning: build times may increase

Re: OpenPAM dynamic module loading not working ?

2003-07-13 Thread Dag-Erling Smorgrav
On Sun, Jul 13, 2003 at 10:11:09AM +0100, Dominic Marks wrote: > Ok, can you explain why it was trying to find the pam_get_pass symbol > which was removed from the module (by a port patch) and not mentioned in > OpenPAM? I assume OpenPAM is looking in the module, catching a stray > reference to it

Re: OpenPAM dynamic module loading not working ?

2003-07-13 Thread Dag-Erling Smorgrav
On Thu, Jul 10, 2003 at 09:26:42AM +0100, Dominic Marks wrote: > On 10/07/2003 08:46, Dag-Erling Sm?rgrav wrote: > > Dominic Marks <[EMAIL PROTECTED]> writes: > > > Jul 7 22:10:40 bacon dovecot-auth: in openpam_load_module(): no pam_pgsql.so > > > found > > > Jul 7 22:10:40 bacon dovecot-auth:

Re: i386 Buildworld Failure alloca cdefs.h

2003-06-14 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > The #error line he added is incorrect as it breaks compliant > applications which do not use the nonstandard and nonportable > alloca(3). The attached patch *may* fix this. It is currently undergoing testing. DES -- Dag-Erling Sm

Re: i386 Buildworld Failure alloca cdefs.h

2003-06-14 Thread Dag-Erling Smorgrav
, I'm only responsible for one line of it: #definealloca(sz) __builtin_alloca(sz) The #error line he added is incorrect as it breaks compliant applications which do not use the nonstandard and nonportable alloca(3). DES -- Dag-Erling

Re: build flags for a 386DX (5.1)

2003-06-13 Thread Dag-Erling Smorgrav
ake.conf and rebuild world. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: rpc.yppasswdd failed in FreeBSD 5.1

2003-06-13 Thread Dag-Erling Smorgrav
ans that rpc.yppasswdd isn't running on the server. Try 'rpcinfo -p ' to find out for sure. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: adsl/pppoe no longer connecting on 5.1

2003-06-12 Thread Dag-Erling Smorgrav
"David O'Brien" <[EMAIL PROTECTED]> writes: > Acutally -std=c?9, -std=gnu?9 uses GCC's alloca. I don't mind finding > all the alloca uses in the tree and compiling them with -std=gnu99 > instead of -std=c99. #define alloca(sz) __builtin_alloca(sz) DES --

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > As for your MAC, I can't say if it's supported or not unless you tell > me what it is. That's what I meant by "doing some research of your > own". ...and before you ask any more questions, please see the

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
ich is included in the GENERIC kernel. As for your MAC, I can't say if it's supported or not unless you tell me what it is. That's what I meant by "doing some research of your own". DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED]

Re: support for RTL8201 phy nic card

2003-06-09 Thread Dag-Erling Smorgrav
your own) is whether your MAC is supported. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: 5.1-RELEASE TODO

2003-06-09 Thread Dag-Erling Smorgrav
mes up and starts probing devices, the display goes blank, but the machine doesn't shut down - the PSU fan, CD-ROM and harddisk keep spinning. I can't remember whether the CPU fan stopped. Unfortunately, I didn't have a serial console available. DES -- Dag-Erling Smorgrav -

Re: SU not working after CVSUP

2003-06-03 Thread Dag-Erling Smorgrav
the problem arose because you didn't follow the recommended upgrade procedure. As for the bus error, I don't know what caused it. A backtrace would be nice. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list ht

Re: Native JDK with libthr/libkse

2003-06-01 Thread Dag-Erling Smorgrav
Daniel Eischen <[EMAIL PROTECTED]> writes: > On Sun, 1 Jun 2003, Dag-Erling Smorgrav wrote: > > I just built jdk13 a couple of days ago. No problem whatsoever. You > > guys must have rotten karma or something. > Did you already have a native JDK installed? No. I

Re: viapropm doesnt like sys/dev/pci.c rev 1.214

2003-06-01 Thread Dag-Erling Smorgrav
hould allow the register to "settle" between write and read, which may take some time (see chipset docs for timing details). DELAY(1000) should be OK in an attach function. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED]

Re: Native JDK with libthr/libkse

2003-06-01 Thread Dag-Erling Smorgrav
Christopher Johnson <[EMAIL PROTECTED]> writes: > On Sat, 31 May 2003, Dag-Erling Smorgrav wrote: > > Daniel Eischen <[EMAIL PROTECTED]> writes: > > > What are the above error messages? Sorry, I've never been able to > > > build native java for FreeBS

Re: Native JDK with libthr/libkse

2003-05-31 Thread Dag-Erling Smorgrav
Daniel Eischen <[EMAIL PROTECTED]> writes: > What are the above error messages? Sorry, I've never been able to > build native java for FreeBSD. # cd /usr/ports/java/jdk13 # make install clean DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] _

Re: Libthr stable enough for testing

2003-05-30 Thread Dag-Erling Smorgrav
f course, does not work. I'll try to get a trace. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: pam_unix.c [PATCH].

2003-05-29 Thread Dag-Erling Smorgrav
charge of PAM) agrees that PAM_DISALLOW_NULL_AUTHTOK is evil and should go away. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: policy on GPL'd drivers?

2003-05-27 Thread Dag-Erling Smorgrav
David Leimbach <[EMAIL PROTECTED]> writes: > Ugh... the network driver portion of the nforce drivers is *not* GPL'd but it > has a linux only and anti-reverse engineeing clause. ...which is null and void in countries with proper IP laws, such as Norway. DES -- Dag-Erling

tinderbox currently slightly broken

2003-05-27 Thread Dag-Erling Smorgrav
s is fixed. I've contacted the admins, so I hope it won't be too long. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Timecounter "TSC" frequency 451024462

2003-05-27 Thread Dag-Erling Smorgrav
with sysctl, but I'll give a try to the > loader.conf solution as well. Using sysctl is an imperfect solution as the clock will run at double speed for a while before /etc/rc.d/sysctl is run. If you're running a lengthy fsck due to a power outage, that may be a long time

Re: Time drift.

2003-03-12 Thread Dag-Erling Smorgrav
ome > point). You don't need to disable ACPI completely, just add debug.acpi.disable="timer" to /boot/loader.conf. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: [kde-freebsd] Qt 3.1 on -CURRENT

2003-03-11 Thread Dag-Erling Smorgrav
Thanks. Turned out to be pilot error, I had QMAKESPEC set to an incorrect value in my environment. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Qt 3.1 on -CURRENT

2003-03-11 Thread Dag-Erling Smorgrav
. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`). *** Error code 1 Stop in /usr/ports/x11-toolkits/qt31. I have XFree86 4.2.1, installed from ports just last week (I clean out and reinstall all my ports with regu

Re: softupdates && write cache && ata tags topic

2003-03-10 Thread Dag-Erling Smorgrav
ata_tags && ad_tagsupported(adp))) { if (ata_command(atadev, ATA_C_SETFEATURES, 0, 0, ATA_C_F_ENAB_WCACHE, ATA_WAIT_INTR)) ata_prtdev(atadev, "enabling write cache failed\n"); } DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To

Re: GDB kernel debug new command

2003-03-10 Thread Dag-Erling Smorgrav
ot;set \$offset = 0x" $6 }' > .kgdb.temp source .kgdb.temp add-symbol-file $arg0 $kld->address + $offset end end document kldload Loads a module. Arguments are module name and offset of text section. end Note that for kldload to work, you need to know the offset of the

Re: ATA problems

2003-03-04 Thread Dag-Erling Smorgrav
Soeren Schmidt <[EMAIL PROTECTED]> writes: > It seems Dag-Erling Smorgrav wrote: > > ad0: READ command timeout tag=0 serv=1 - resetting > > ad0: invalidating queued requests > That why it is disabled, its not working for the time being. For me, "the time being"

Re: ATA problems

2003-03-04 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > No tags, like you said. Previously, with a tags-capable kernel, > enabling tags would cause a continuous stream of timeouts and resets > on both disks. Just for kicks, I removed the #if 0 in ata-disk.c and got exactly the same sym

Re: ATA problems

2003-03-04 Thread Dag-Erling Smorgrav
yes no power management yes yes advanced power management yes no 0/00 automatic acoustic management yes no 254/FE 128/80 DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: ATA problems

2003-03-04 Thread Dag-Erling Smorgrav
Scotty <[EMAIL PROTECTED]> writes: > ad0: READ command timeout tag=0 serv=0 - resetting > ata0: resetting devices .. Disable tags (add hw.ata.tags=0 to /boot/loader.conf). Never worked for me either (ASUS P5A, ALi M1543 southbridge, IBM DTTA and IC35L disks) DES -- Dag-Erling Smorg

Re: Changes to libfetch in 5.0 break proxy support?

2003-03-04 Thread Dag-Erling Smorgrav
"Brian J. McGovern" <[EMAIL PROTECTED]> writes: > Anyone have any ideas if something has broken, or whether its pilot error? Please show the output of "fetch -vvv " DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with

Re: PATCH: type errors in src-tree

2003-03-02 Thread Dag-Erling Smorgrav
John Polstra <[EMAIL PROTECTED]> writes: > Dag-Erling Smorgrav <[EMAIL PROTECTED]> wrote: > > This is wrong. caddr_t should be uniersally replaced with void *. > Not quite. There is (or at least used to be) a lot of code that > assumed you could do address arithmetic

Re: PATCH: type errors in src-tree

2003-03-02 Thread Dag-Erling Smorgrav
so > I decided to used commonly caddr_t - maybe later I check which of them > could be changed into 'c_caddr_t' for being const. But You can of > couse replace all 'caddr_t' which 'char *'. This is wrong. caddr_t should be uniersally replaced with void *. DES -

hang during 5.0R installation

2003-02-27 Thread Dag-Erling Smorgrav
has (literally) taken a couple of snaphots of the process: http://home.no.net/allyse/freebsd/bootnr1.jpg http://home.no.net/allyse/freebsd/atakommando.jpg http://home.no.net/allyse/freebsd/herstopperdet.jpg Any idea what's wrong? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubs

-O2 considered harmful

2003-02-26 Thread Dag-Erling Smorgrav
this? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

ata dumps broken again

2003-02-26 Thread Dag-Erling Smorgrav
{ 1127ata_prtdev(atadev, "timeout waiting for cmd=%02x s=%02x e=%02x\n", 1128 command, atadev->channel->status,atadev->channel->error); 1129 error = -1; 1130} DES -- Dag-Erling Smorgrav - [EMAIL PROTECTE

Re: performance / /usr/src/UPDATING

2003-02-25 Thread Dag-Erling Smorgrav
d on GENERIC, you'll want to remove (or comment out) the WITNESS options, and possibly also the INVARIANTS options. Note that if you do get in trouble, the lack of these (especially INVARIANTS) will make debugging much harder. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: se

busdma documentation

2003-02-24 Thread Dag-Erling Smorgrav
is there any? if so, where? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Question about KLDs...

2003-02-21 Thread Dag-Erling Smorgrav
hing in your kernel which is also a module gets built twice. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-20 Thread Dag-Erling Smorgrav
d downtime affects not only me but also my SO. And the segfaults seem to have gone away as well... I am now running a ToT kernel w/o pcm, and it's already gone halfway through a buildworld without a single segfault. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe:

Re: Optimizing "universe" somewhat

2003-02-20 Thread Dag-Erling Smorgrav
Ruslan Ermilov <[EMAIL PROTECTED]> writes: > Okay, and this _is_ the easiest to implement, though I've found > some bogons with putting ``makeoptions NO_MODULES=yes'' that > need to be addressed. makeoptions MODULES_OVERRIDE="" should work fine. DES --

Re: top-of-tree alpha kernel panics during boot

2003-02-20 Thread Dag-Erling Smorgrav
Andrew Gallatin <[EMAIL PROTECTED]> writes: > Do you preload any/all of the things you've marked as klds? No... DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-19 Thread Dag-Erling Smorgrav
similar to the one tegge discovered and fixed last week. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Copyright (c) 1992-2003 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

Re: memset prototype changed?

2003-02-18 Thread Dag-Erling Smorgrav
"Jacques A. Vidrine" <[EMAIL PROTECTED]> writes: > On Tue, Feb 18, 2003 at 12:01:29PM +0100, Dag-Erling Smorgrav wrote: > > The code that fails to compile is blatantly wrong: > > > > memset(schedule, 0, sizeof(schedule)); > I wouldn't say

Re: memset prototype changed?

2003-02-18 Thread Dag-Erling Smorgrav
Kris Kennaway <[EMAIL PROTECTED]> writes: > http://bento.freebsd.org/errorlogs/i386-5-latest/netatalk-1.6.0_1,1.log The code that fails to compile is blatantly wrong: memset(schedule, 0, sizeof(schedule)); DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail

Re: IRDA - ACPI (Battery)

2003-02-18 Thread Dag-Erling Smorgrav
Pierrick Brossin <[EMAIL PROTECTED]> writes: > Is IRDA now supported by 5.0? No. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-17 Thread Dag-Erling Smorgrav
ll segfault like nobody's business if I let it boot to multiuser, so I'm stuck with my Jan 9 kernel. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-17 Thread Dag-Erling Smorgrav
it's ages ago and I don't remember how... DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: The cbus driver for pc98

2003-02-17 Thread Dag-Erling Smorgrav
"M. Warner Losh" <[EMAIL PROTECTED]> writes: > In message: <[EMAIL PROTECTED]> > Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > : So you're duplicating a large amount of existing, working code just so > : you can avoid answering questio

-fno-builtin world breaks in gperf

2003-02-17 Thread Dag-Erling Smorgrav
ce it won't work on !gcc. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-17 Thread Dag-Erling Smorgrav
is figuring out where it was called from, three or four levels up. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: disklabel is broken (GEOM related)

2003-02-17 Thread Dag-Erling Smorgrav
[EMAIL PROTECTED] writes: > In message <[EMAIL PROTECTED]>, Dag-Erling Smorgrav writes: > > Then how are we supposed to initialize devices which don't already > > have a label? > That is the only valid use of "-r", and it should be implicit in that case. Tha

Re: disklabel is broken (GEOM related)

2003-02-17 Thread Dag-Erling Smorgrav
Inappropriate ioctl for device root@des /home/des# disklabel -w da0 auto disklabel: Inappropriate ioctl for device root@des /home/des# disklabel -rw da0 auto DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: top-of-tree alpha kernel panics during boot

2003-02-17 Thread Dag-Erling Smorgrav
Dag-Erling Smorgrav <[EMAIL PROTECTED]> writes: > Any suggestions as to how I can figure out who used that block of > memory before it was allocated to the ess driver? I threw in a call to Debugger(), but... mtrash_dtor(0xfc7b6000, 8192, 0) here's the cu

Re: top-of-tree alpha kernel panics during boot

2003-02-17 Thread Dag-Erling Smorgrav
07b6000, 8192, 0) because it seems that db_print_backtrace() is a nop at that point. Any suggestions as to how I can figure out who used that block of memory before it was allocated to the ess driver? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: The cbus driver for pc98

2003-02-17 Thread Dag-Erling Smorgrav
ting a large amount of existing, working code just so you can avoid answering questions from confused users? Or are there any actual technical advantages to having a separate cbus driver? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "un

ACPI timer bug

2003-02-16 Thread Dag-Erling Smorgrav
The clock on my ASUS P5A still runs at double speed unless I have debug.acpi.disable="timer" in loader.conf (as it has for as long as we've had ACPI support). Do any ACPI wizards have any suggestions as to how I could track down the cause of this bug, and hopefully fix it? DES

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Dag-Erling Smorgrav
r is a personal attack against you? DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Dag-Erling Smorgrav
"Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > Admins with no /etc/opieaccess AFFECTED! Admins with no /etc/opieaccess IDIOTS for not running mergemaster! DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: sshd dying in libpam with signal 11

2003-02-16 Thread Dag-Erling Smorgrav
hough it wouldn't have happened if pam.d was up-to-date); I'll have a fix for it in a few minutes. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: OPIE breakage: backout & patch for review

2003-02-16 Thread Dag-Erling Smorgrav
"Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > [...] Please disregard. Andrey does not know what he's talking about and ignores any attempt at explaining what the real issue is and what real users want. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscr

Re: A couple of 5.0-RELEASE bugs...

2003-02-15 Thread Dag-Erling Smorgrav
COMPRESS. I don't really see the point with it except on slow machines with plenty of disk space (compressed man pages will probably load faster because disk I/O is far more expensive than the CPU time required to decompress them) DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: ACPI thermal panics ThinkPad 600X

2003-02-15 Thread Dag-Erling Smorgrav
. Unfortunately I can't afford a new laptop, so I'm stuck with my 600E. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: FreeBSD 5 not working with Linux Virtual Server

2003-02-14 Thread Dag-Erling Smorgrav
which caused FreeBSD to accept packets destined for one interface (lo0 in your case) even if they arrive on another interface. This has been corrected in 5.0. Enabling forwarding on the 5.0 box should enable the historical behaviour. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe:

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Dag-Erling Smorgrav
is becoming increasingly clear to me that the majority of FreeBSD developers don't really care if their code works, as long as they get the credit (and / or paycheck) for committing it. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: fix: lock order reversal proc/filedesc.

2003-02-14 Thread Dag-Erling Smorgrav
Alfred Perlstein <[EMAIL PROTECTED]> writes: > Thanks to Paul Saab's work on fixing twe(4) I was able to get a > crash dump from my box How? I can't get a crash dump in -CURRENT, even on a plain jane ata disk, and it's been months since I last managed to get one.

Re: top-of-tree alpha kernel panics during boot

2003-02-13 Thread Dag-Erling Smorgrav
Andrew Gallatin <[EMAIL PROTECTED]> writes: > This is a UP box right? Yes, a PWS 600au. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

top-of-tree alpha kernel panics during boot

2003-02-13 Thread Dag-Erling Smorgrav
CPU_UNLOCK(zone, cpu); 1357if (zone->uz_ctor) 1358zone->uz_ctor(item, zone->uz_size, udata); 1359if (flags & M_ZERO) 1360bzero(item, zone->uz_size); 1361

alpha tinderbox failure

2003-02-13 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

panic in propagate_priority

2003-02-13 Thread Dag-Erling Smorgrav
_IS_RUNNING would have bombed if td was NULL, so most likely td became NULL between lines 133 and 134. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

alpha tinderbox failure

2003-02-12 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

i386 tinderbox failure

2003-02-12 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-12 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: sio issue

2003-02-12 Thread Dag-Erling Smorgrav
Lars Eggert <[EMAIL PROTECTED]> writes: > lately, I end up in ddb when I connect my (unconnected) serial console > cable to another machine. It's not critical, since "c" will continue > fine, but it's annoying. Here's a trace: Remove BREAK_TO_DEBUGGER from

i386 tinderbox failure

2003-02-12 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-11 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

i386 tinderbox failure

2003-02-11 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-11 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-10 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: Comments welcome: 1-line patch: teach FTP_PASSIVE_MODE to${CHROOT}/mk

2003-02-10 Thread Dag-Erling Smorgrav
her archs since this is arch-independent code. You may want to do the same thing with HTTP_PROXY and FTP_PROXY. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

alpha tinderbox failure

2003-02-10 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: Getting an OpenPAM module to work on 5.0-RELEASE

2003-02-09 Thread Dag-Erling Smorgrav
ey rely on variables set in Makefile.inc one and two levels up. Amongst other things, they add a version number to the dynamic module, and prevent the static version from being installed. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

alpha tinderbox failure

2003-02-09 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: Getting an OpenPAM module to work on 5.0-RELEASE

2003-02-09 Thread Dag-Erling Smorgrav
Olivier <[EMAIL PROTECTED]> writes: > I'm trying to write a MySQL authentication PAM module to be used with > Cyrus-imapd2 and salsauthd, since pam-mysql is broken wrt OpenPAM. Wouldn't it be easier to fix the existing pam_mysql? DES -- Dag-Erling Smorgrav - [EMAIL PROT

i386 tinderbox failure

2003-02-09 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-09 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-08 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-08 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-07 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-07 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-06 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-06 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-05 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-05 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

alpha tinderbox failure

2003-02-04 Thread Dag-Erling Smorgrav
-- >>> Rebuilding the temporary build tree -- >>> stage 1: bootstrap tools -- >>> stage 2: cleaning up the object tree

Re: rand() is broken

2003-02-04 Thread Dag-Erling Smorgrav
"Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > On Tue, Feb 04, 2003 at 14:43:57 +0100, Dag-Erling Smorgrav wrote: > > All that being said, adding 1 to *ctx before returning it (see patch) > > adresses both of your objections: a seed of 0 will not cause the LCG &

Re: rand() is broken

2003-02-04 Thread Dag-Erling Smorgrav
!= 0 and see how that affects the results. I believe the purpose of a in the LCG algorithm is to scramble the lower bits. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: rand() is broken

2003-02-04 Thread Dag-Erling Smorgrav
"Andrey A. Chernov" <[EMAIL PROTECTED]> writes: > And the next bug is 32bit overflow there: > > tmp = *ctx * 62089911; Ack, I thought the type promotion was automatic. Updated patch is attached. DES -- Dag-Erling Smorgrav - [EMAIL PROTECTED] Inde

  1   2   3   4   5   6   7   8   9   10   >