Re: File system deadlock. GBDE(4) and/or MD(4) related.

2003-07-24 Thread Poul-Henning Kamp
d MD(4) devices (and vn(4) devices before that). One way or another: It is _not_ a GBDE problem. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe

Re: File system deadlock. GBDE(4) and/or MD(4) related.

2003-07-24 Thread Poul-Henning Kamp
ing vnode backed md(4) devices is sort of incestuous, and that may be what happens here: For certain operations it is necessary to lock all the way to the top of the filesystem, and this may be what results in a deadlock for you now. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PRO

Re: Memory Mangement Problem in 5.1-RELEASE

2003-07-26 Thread Poul-Henning Kamp
will not get paged in. I often see the getty's for the vty's and similar junk on my swap space. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD sin

Re: Feasibility/Practicality of using GBDE to facilitate encryptedswap, md, /tmp, filesystems

2003-07-27 Thread Poul-Henning Kamp
ice is init'ed and attached but the master key and lock sector is never written to the device. This is the mode you want to use for paging devices. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4

Re: Highly loaded machine getting slower and slower

2003-07-28 Thread Poul-Henning Kamp
date sysctl kern.malloc sysctl vm.zone swapinfo ps -axlw and look out for anything which just gobbles up more and more memory. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD sinc

HEADSUP: UMA not reentrant / possible memory leak

2003-07-29 Thread Poul-Henning Kamp
bp2->bio_cmd = bp->bio_cmd; bp2->bio_length = bp->bio_length; @@ -304,6 +325,7 @@ bzero(&mymutex, sizeof mymutex); mtx_init(&mymutex, "g_xdown", MTX_DEF, 0); + mtx_init(&gbiomutex, "gbio", MTX_DEF, 0); for(;;)

Re: HEADSUP: UMA not reentrant / possible memory leak

2003-07-29 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Poul-Henning Kamp writes: > >[I'm CC'ing current because this seems to have a significant negative >impact on -current kernel stability, and we can use some more data, >in particular on non-i386 SMP machines] I just committed a workar

Re: HEADSUP: UMA not reentrant / possible memory leak

2003-07-30 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Poul-Henning Kamp writes: > >[I'm CC'ing current because this seems to have a significant negative >impact on -current kernel stability, and we can use some more data, >in particular on non-i386 SMP machines] OK, thanks to a very qu

Re: bsdlabel warnings

2003-07-30 Thread Poul-Henning Kamp
the disk has been labeled by previous >versions and upgraded from source. That sounds interesting. Can you send me the outout of: diskinfo /dev/ad0* sysctl -b kern.geom.confxml -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RF

Re: vfprintf() has a 4096-byte memory leak?

2003-08-02 Thread Poul-Henning Kamp
lem for you, the above is the workaround. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be

What is it about kern_ktr.c ?

2003-08-02 Thread Poul-Henning Kamp
ion it appears in.) >/vol/vol0/users/des/tinderbox/CURRENT/sparc64/sparc64/src/sys/kern/kern_ktr.c:270: >warning: unused variable `c' >*** Error code 1 What gives ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD commit

Re: Bug in GEOM or in gstat?

2003-08-04 Thread Poul-Henning Kamp
temadministrator Tel.: (+43 1) 4277-14073 >Vienna University Computer Center Fax.: (+43 1) 4277-9140 >University of Vienna http://mailbox.univie.ac.at/~le/ > -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TC

locking problems with pipes ?

2003-08-04 Thread Poul-Henning Kamp
syscall+0x273 Xint0x80_syscall() at 0xc032e23d = Xint0x80_syscall+0x1d --- syscall (6), eip = 0x80b2edb, esp = 0xbfbff69c, ebp = 0xbfbff6a8 --- Debugger("witness_lock") Stopped at 0xc032cab4 = Debugger+0x54: xchgl %ebx,0xc0432164 = in_Debugger.0 db> cont -- Poul-Henni

Re: panic every few hours, pmap related?

2003-08-05 Thread Poul-Henning Kamp
;frame=0x0) at /usr/src/sys/kern/kern_fork.c:794 > td = (struct thread *) 0x0 > p = (struct proc *) 0xc6139d3c >(kgdb) quit >[EMAIL PROTECTED] crash]# exit > >Script done on Mon Aug 4 23:58:35 2003 > >-- >Lukas Ertl eMail: [EMAIL PROTECTED]

Re: vinum problems with todays current

2003-08-06 Thread Poul-Henning Kamp
PICKUP_GIANT(); + /* PICKUP_GIANT(); */ } else DEV_STRATEGY(bp); -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to mali

Re: GEOM/vinum compatibility (was: vinum lock panic at startup-current)

2003-08-09 Thread Poul-Henning Kamp
as being more beneficial to the project. >Could you please give details (privately if you want, but I think this >could be of interest to other people too). See sys/fs/specfs/specfs_vnops.c, that is probably faster. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED]

Re: mdconfig feature request

2003-08-09 Thread Poul-Henning Kamp
ght have been renamed or have multiple names. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be e

Fix for bogus TSC timecounters.

2003-08-09 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Poul-Henning Kamp writes: >phk 2003/08/06 08:05:28 PDT > > FreeBSD src repository > > Modified files: >sys/i386/i386tsc.c >sys/i386/include clock.h >sys/i386/isa clock.c > Log: > Don

Re: SAN disk with freebsd?

2003-08-11 Thread Poul-Henning Kamp
h Matt Jacob maintains. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. __

Re: Crash in g_dev_strategy / CURRENT as of yesterday.

2003-08-14 Thread Poul-Henning Kamp
bp2->bio_offset = (off_t)bp->bio_blkno << DEV_BSHIFT; >402 KASSERT(bp2->bio_offset >= 0, >403 ("Negative bio_offset (%jd) on bio %p", >404 (intmax_t)bp2->bio_offset, bp)); >405 bp2->bio_length = (off_t)bp->bio

reproducible deadlock...

2003-08-14 Thread Poul-Henning Kamp
lproc -- (already displayed) Spin locks: Locks which were never acquired: rip pseudofs_fileno msq semid cd9660_ihash msdosfs dehash bpf interface lock ACPI global lock taskqueue strategy bounce pages lock jumbo mutex securelevel mutex lock UUID generator mutex lock umtx phys_pager list vm map sleep

Re: HEADSUP: pca driver being retired.

2003-08-14 Thread Poul-Henning Kamp
off up to 2 interrupts per second. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained

Re: [HEADSDOWN] swap_pager.c calming down...

2003-08-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Lukas Ertl writes: >On Wed, 6 Aug 2003, Poul-Henning Kamp wrote: > >> In message <[EMAIL PROTECTED]>, [EMAIL PROTECTED] writes: >> >Hello Poul, >> > >> >Can you please look into problems reported on current@ li

Re: vinum lock panic at startup -current

2003-08-14 Thread Poul-Henning Kamp
y wrong thing to do, and it seems that vinum does not respect the D_NOGIANT flag which GEOM recently started setting. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute

Re: [HEADSDOWN] swap_pager.c calming down...

2003-08-14 Thread Poul-Henning Kamp
There is no way my work could cause reboots from the bootmgr or loader. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequate

How to do statistics on benchmarks (101)

2003-08-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Poul-Henning Kamp writes: >phk 2003/08/13 00:21:54 PDT > > FreeBSD src repository > > Added files: >tools/tools/ministat Makefile README chameleon iguana > ministat.c I just added this small tool

Re: Weird reboots from bootmgr or loader

2003-08-14 Thread Poul-Henning Kamp
the disklabel, and you should be happy again. We actually have a swapoff(8) these days. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be ex

[HEADSDOWN] swap_pager.c calming down...

2003-08-14 Thread Poul-Henning Kamp
ather than take the detour over vnodes and specfs. This will not happen in the first couple of weeks I suspect. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice wha

HEADSUP: pca driver being retired.

2003-08-14 Thread Poul-Henning Kamp
I plan to remove the pca driver in about a week. Protest only from actual users respected. If you don't know what pca is or what it does, do not even send email. Thank you! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 Fr

Re: vinum lock panic at startup -current

2003-08-14 Thread Poul-Henning Kamp
ics. > I changed the /etc/rc.conf >start_vinum="YES" to NO and can start ok now. What was the actual panic message ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never a

mergemaster chokes on etc/sendmail

2003-08-14 Thread Poul-Henning Kamp
/etc. *** FATAL ERROR: Cannot 'cd' to /usr/src/etc and install files to the temproot environment critter# -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to m

Re: Crash in g_dev_strategy / CURRENT as of yesterday.

2003-08-14 Thread Poul-Henning Kamp
Can you try to print out the bp->b_dev structure if you still have the dump ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adeq

Re: Crash in g_dev_strategy / CURRENT as of yesterday.

2003-08-14 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Eivind Olsen writes: >--On 12. august 2003 21:26 +0200 Poul-Henning Kamp <[EMAIL PROTECTED]> >wrote: >> In message <[EMAIL PROTECTED]>, Eivind Olsen writes: >>> Hello. Some of you might have seen my previous mailings regardi

Re: Bootstrap: Machine keeps booting ? (boot0/mbr) ?

2003-08-14 Thread Poul-Henning Kamp
oking at >it now and will probably be committing a fix. Already committed. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be ex

Re: clock works slowly when I change CPU speed

2003-08-15 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, MATOBA Hirozumi wri tes: >On condition of hw.acpi.cpu.performance_speed as 8, >the clock works You should not be using the TSC for timekeeping if you change the frequency of it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMA

Re: PQI 128MB USB flash drive mount problems

2003-08-15 Thread Poul-Henning Kamp
h Disk Drive 2.05 +* Serial Number ST92163-2000 +*/ + {T_DIRECT, SIP_MEDIA_REMOVABLE, "General Flash Disk Drive", +"*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + } #endif /* DA_OLD_QUIRKS */ };

Re: LOR with filedesc structure and Giant

2003-08-16 Thread Poul-Henning Kamp
x27;t this effectively doom any attempt at getting rid af Giant from below ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attri

Re: clock works slowly when I change CPU speed

2003-08-16 Thread Poul-Henning Kamp
t;TSC" frequency 1595302164 Hz >| $ sysctl -w kern.timecounter.hardware=i8254 >| Fixes the problem for me. I suspect you should set this in >| /etc/sysctl.conf to enable it permanently. > >Thank you for your advice. I've given timecounters "qualities" which sho

Re: Panic on my NFS server: Consumer with zero access count ing_dev_strategy

2003-08-16 Thread Poul-Henning Kamp
fter it has been closed. I am not sure how this is possible, the mountpoint should be long gone etc. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can ade

Re: LOR with filedesc structure and Giant

2003-08-16 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Robe rt Watson writes: > >On Sat, 16 Aug 2003, Poul-Henning Kamp wrote: > >> >> The problem seems to be due to select() being called on the /dev/null >> >> device, and it is holding the filedesc lock when it reaches >>

if_sis: performance tweaking

2003-08-17 Thread Poul-Henning Kamp
0 #define SIS_RXDMA_256BYTES 0x0070 -#define SIS_RXCFG256 \ - (SIS_RXCFG_DRAIN(64)|SIS_RXDMA_256BYTES) +#define SIS_RXCFG128 \ + (SIS_RXCFG_DRAIN(128)|SIS_RXDMA_128BYTES) #define SIS_RXCFG64 \ (SIS_RXCFG_DRAIN(64)|SIS_RXDMA_64BYTES) -- Poul-Henning Kamp

Re: LOR with filedesc structure and Giant

2003-08-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, David Malone writes: >On Sat, Aug 16, 2003 at 10:18:43PM +0200, Poul-Henning Kamp wrote: >> At one point we have to say "Well, the locks we have above are solid, >> but we need to drop Giant below here" but if Witness sees a >>

Re: cdcontrol no longer needs 'c' partition?

2003-08-17 Thread Poul-Henning Kamp
>+.It Pa /dev/acd0 > .El > .Sh AUTHORS > .An Jean-Marc Zucconi > > > > >-- >Craig Rodrigues >http://crodrigues.org >[EMAIL PROTECTED] >___ >[EMAIL PROTECTED] mailing list >http://lists.freebsd.org/m

Re: DEVFS related message

2003-08-19 Thread Poul-Henning Kamp
tempted allocated which can contain more entries. You can adjust both the regular and the overflow table sizes with compile time constants NDEVFSINO and NDEVFSOVERFLOW. When more of the kernel has been de-Giantized, this code can be revisited and these constants can probably be eliminated. -- Po

Re: mksnap_ffs, snapshot issues, again

2003-08-23 Thread Poul-Henning Kamp
the sleep interruptible would break all sorts of standards) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can ade

Re: 3C940 / Asus P4P800 gigabit LAN driver

2003-08-24 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Jens Rehsack writes: >I have 2 machines with P4P800-Deluxe with the 3C940. If phk@ could fix >the swap-issue, so that I can reboot easily, I would test your patches, >too. "swap-issue" ? -- Poul-Henning Kamp | UNIX since Zilog Z

Re: if_sis: performance tweaking

2003-08-27 Thread Poul-Henning Kamp
rmine what values are optimal. Any input you have in that respect are most welcome (send it to sam@ and phk@) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can ad

Re: patches for test / review

2000-03-24 Thread Poul-Henning Kamp
to calculate the parity, it cannot just DMA the data out into hardware like a scsi controller can do. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress

Re: fd0: Debugger("d_iocmd botch") called.

2000-03-24 Thread Poul-Henning Kamp
+++ sys/isa/fd.c 2000/03/24 20:20:53 >@@ -2228,6 +2228,7 @@ > BUF_LOCKINIT(bp); > BUF_LOCK(bp, LK_EXCLUSIVE); > bp->b_flags = B_PHYS | B_FORMAT; >+ bp->b_iocmd = BIO_WRITE; > > /* >* calculate a fake blkno, so fdstr

Re: malloc.conf

2000-03-25 Thread Poul-Henning Kamp
t I can't find malloc.conf anywhere in /usr/src. How does it get >created during the build ? > > -Arun > > >To Unsubscribe: send mail to [EMAIL PROTECTED] >with "unsubscribe freebsd-current" in the body of the message > -- Poul-Henning Kamp FreeBSD

Re: malloc.conf

2000-03-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Arun Sharma writes: >On Sat, Mar 25, 2000 at 08:55:16PM +0100, Poul-Henning Kamp wrote: >> >> Please read the malloc(3) manual page. >> > >I did and created malloc.conf as documented there. And things were >fine after that

Re: malloc.conf

2000-03-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Arun Sharma writes: >On Sat, Mar 25, 2000 at 09:05:18PM +0100, Poul-Henning Kamp wrote: >> In message <[EMAIL PROTECTED]>, Arun Sharma writes: >> >On Sat, Mar 25, 2000 at 08:55:16PM +0100, Poul-Henning Kamp wrote: >> >> &

Re: vinum possible casulty of B_* patches?

2000-03-26 Thread Poul-Henning Kamp
ith Matt's SMP stuff >and came across a problem where it seems that 5.0 doesn't get any >IO down to my vinum striped disks. > >I'll get panics, You should know better than expect help providing only this little information... -- Poul-Henning Kamp FreeBSD

Re: vinum possible casulty of B_* patches?

2000-03-26 Thread Poul-Henning Kamp
ire message? If you had at least told me what panic you were getting I might have looked :-) Alfred, belive me, I'm doing my best here, but simply saying "I'll get panics" is so far from a respectable bug report that I will ignore it nomatter who sends it. -

Re: Using packed structs to gain cheap SMP primatives

2000-03-29 Thread Poul-Henning Kamp
ddress space. > >It would be cheaper just to lock the bloody thing, although you can't >pack all the significance of a timeval into 16 bits anyway (in a fashion >that's going to make many people happy). Or do the "stable-storage" thing with it, and just grab

Re: SMP buildworld times / performance tests

2000-03-30 Thread Poul-Henning Kamp
>Only the i8254 timecounter hardware currently needs interrupt-disabling, >but it is hopefully never used on SMP machines. Worse. It is used by default on SMP machines which don't sport the PIIX timecounter. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED]

Re: SMP buildworld times / performance tests

2000-03-31 Thread Poul-Henning Kamp
e had a paper in the works about timecounters for over a year now, I should really sit down and finish it. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time befo

Re: SMP buildworld times / performance tests

2000-03-31 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Jesper Skriver writes: >On the box below, a relative new dual PIII box, with a Intel >motherboard, does it use the i8254 or the PIIX timecounter ? > >[...] >Timecounter "PIIX" frequency 3579545 Hz You're using the PIIX. -- P

Re: Neat kernel development environment.

2000-03-31 Thread Poul-Henning Kamp
as a goal something at least as comparable as what IBM did >with one of their mainframes. Oh, say, lets shoot for being able to >run 4000 copies or so of linux under VMWare on FreeBSD :-) > >Once we fix the deadlocks, that is. We don't need VMWare really, we

Re: Neat kernel development environment.

2000-03-31 Thread Poul-Henning Kamp
el code.. I only have one machine here.) > > >On Fri, 31 Mar 2000, Poul-Henning Kamp wrote: >> >run 4000 copies or so of linux under VMWare on FreeBSD :-) > >Unfortunatly you can only run one vmware at a time under BSD. > >> > >> >Once we fix the d

Re: MLEN and crashes

2000-04-03 Thread Poul-Henning Kamp
at's just the way it is, and as far as I know it is the way it will continue to be. Get used to it. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progres

2nd call for reviews and tests: buf->bio patch

2000-04-03 Thread Poul-Henning Kamp
http://phk.freebsd.dk/misc I belive the patch is now fundamentally ready for commit, I'm running it here myself, and the delta in kernel warnings have been analyzed and deemed mostly harmless. Some componenents are still not converted and use a cast from bio to buf, prominently vinum an

Re: MLEN and crashes

2000-04-03 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Hellmuth Michaelis writes : >>From the keyboard of Poul-Henning Kamp: > >> We need to be frugal about the kernel stack, for a lot of reasons, >> that's just the way it is, and as far as I know it is the way >> it will cont

Re: 2nd call for reviews and tests: buf->bio patch

2000-04-03 Thread Poul-Henning Kamp
um/bio problem is atrocious timing. Actually, it is the other way around, Greg finally started to look for the bug in vinum in the middle of my commits. How dare he do that ? :-) -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -

Re: 2nd call for reviews and tests: buf->bio patch

2000-04-03 Thread Poul-Henning Kamp
right sensible to me, and I suggest you do that. -- Poul-Henning Kamp FreeBSD coreteam member [EMAIL PROTECTED] "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to [EMAIL

Re: 2nd call for reviews and tests: buf->bio patch

2000-04-04 Thread Poul-Henning Kamp
t least FreeBSDcon and indications seems to be that it is actually a malloc/free gottcha in vinum. I have nothing to do with that, apart from being releived that we don't seem to have a random stack-smasher bug in the system. Poul-Henning -- Poul-Henning Kamp FreeBSD coreteam mem

Re: Vinum breakage (was: 2nd call for reviews and tests: buf->bio patch)

2000-04-04 Thread Poul-Henning Kamp
correct. The problem you're talking about I blamed >elsewhere, not specifically CAM. To quote from >http://www.lemis.com/vinum/bugs.html: OK, sorry, I havn't heard about it since FreeBSDcon and back then CAM was in the spotlight. -- Poul-Henning Kamp | UNIX since Zilog Ze

Re: MLEN and crashes

2000-04-14 Thread Poul-Henning Kamp
ther as a general tool or as a kernel targeted tool under src/tools. And the faster the better :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately

FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
I have a machine which isn't doing much right now, so I have decided to set it up as an automatic "FreeBSD Build checker". Once per day the machine cvsups, checks out a virgin source tree, tries to build GENERIC, GENERIC98, LINT and world. If any of these builds fail it will send a report like

Re: FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
e they would shrink to zero if we annoyed people enough with them. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsu

Re: FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Warner Losh writes: >In message <[EMAIL PROTECTED]> Poul-Henning Kamp writes: >: awi.o(.text+0x3b4): undefined reference to `memcmp' >: awi.o(.text+0x3cf): undefined reference to `memset' > >What I want to know is why I d

Re: FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
.. It is to be left there to catch people who use functions which are not in the kernel, but which gcc implements as built-ins :-) -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribu

Re: FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
;t build. If it reports, it includes the errors which from the non-building components and "New warnings in *" delta lists relative to the previous report. I've sorted the report so that the most interesting things are at the top. Other ideas welcome. -- Poul-Henning Kamp

Re: FreeBSD Build status

2000-04-17 Thread Poul-Henning Kamp
, and by sending it to -current maybe a new junior hacker or two could be ferret out :-) >Think a bit bigger-picture also; theoretically, we should have these >reports for -current and the RELENG_3 and RELENG_4 branches. The >machine-resources are available for it, we just haven't organiz

Re: FreeBSD Build status

2000-04-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Nar vi writes: >The summary of summaries would roughly look like this: > > Subject: -current build report > > Success: world, generic > Fail: lint The First part of the email is a summary just like that. -- Poul-H

Re: FreeBSD Build status

2000-04-18 Thread Poul-Henning Kamp
n, we are talking about an email which is shorter than the list of open PRs, and if people actually *DO* something about it it will get shorter fast The only reason it is a long report right now is that people are sloppy! -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED]

Re: HEADSUP! linprocfs going away in 72 hours.

2000-04-18 Thread Poul-Henning Kamp
agreement here, and that was also what the core decision said: only visible to processed run under the linuxolator. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what

Re: Patch to allow TSC with APM

2000-04-18 Thread Poul-Henning Kamp
ot be set by default. > >I saw the same kind of patches and my laptop has this w/o any problems >for long time. >I'd like to commit submitted patch 2 or 3 days later if no objections. It would be nice to have some kind of understanding why the tsc is better than the i8254 before

Re: Patch to allow TSC with APM

2000-04-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Alan Clegg writes: >Out of the ether, Poul-Henning Kamp spewed forth the following bitstream: > >> >> I'd like to recommend the following patches. Adding the option >> >> "CLK_USE_TSC_ANYWAY" allows my laptop to

Re: MAKEDEV warning

2000-04-18 Thread Poul-Henning Kamp
nd{AOL mode} Hmm, that sounds weird... At what time does the message come relative to the mounting of the root filesystem ? Before or after ? -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe

Re: MAKEDEV warning

2000-04-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Warner Losh writes: >In message <[EMAIL PROTECTED]> Poul-Henning Kamp writes: >: At what time does the message come relative to the mounting of the >: root filesystem ? Before or after ? > >I get mine when nfs starts up. Any chance yo

Re: MAKEDEV warning

2000-04-18 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Warner Losh writes: >In message <[EMAIL PROTECTED]> Poul-Henning Kamp writes: >: In message <[EMAIL PROTECTED]>, Warner Losh writes: >: >In message <[EMAIL PROTECTED]> Poul-Henning Kamp writes: >: >: At what time does th

Re: 'miibus_if.h' file missing for 'dc' ethernet driver

2000-04-19 Thread Poul-Henning Kamp
was in the >stream --nope. pulled a 'glimpse' of 'current' list but >found no reference. This file is generated on the fly in the compile directory I belive. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 Fr

make release broken...

2000-04-21 Thread Poul-Henning Kamp
===> bin/csh/nls cd /usr/src/bin/csh/nls ; make afterdistribute DESTDIR=/R/stage/trees/bin ===> bin/csh/nls/finnish make: don't know how to make distribute. Stop *** Error code 2 Stop in /usr/src/bin/csh/nls. *** Error code 1 -- Poul-Henning Kamp | UNIX since Zilog Zeus

make release still broken...

2000-04-21 Thread Poul-Henning Kamp
lease/../usr/share/nls/fi_FI.ISO_8859-1/tcsh.cat: No such file or directory *** Error code 71 Stop in /syv/src/bin/csh/nls/finnish. *** Error code 1 -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3

Re: ssh/rsync trouble with freefall, session hangs since yesterday

2000-04-22 Thread Poul-Henning Kamp
AHsAOLO0GwMG7gAAAeUAAAOMrBACAbyrx8nrVwMFvKvHyerb >Ddi8q8fJ61cDBbyryAnpCUiuiUkBOT32DQBaWgDgsFVWAwBgl6o62wgARRAATOnG >AABAETSnrBACAawQAgIAewB7ADhA+hwCBuwAAAAC8X9/AQG8q8fiS0k4WLyryAnpCUiu >vKvICeoOMES8q8gJ6iDujbpJATntswsASgAAAEoA4LBVVgMAYJeqOtsIAEUQADzpx0AA >QAa65awQAgHM

Re: MAKEDEV warning

2000-04-22 Thread Poul-Henning Kamp
: >> crw-r- 1 root operator 13, 0x00020001 Dec 12 21:09 /dev/da0s1b >> crw-r- 1 root operator 13, 0x00020001 Dec 12 21:09 /dev/rda0s1b >> >> Regards >> Dirk > >-- >Brian <[EMAIL PROTECTED]> > <http://www.Aw

Re: MAKEDEV warning

2000-04-22 Thread Poul-Henning Kamp
an towards a sysctl which prevents bdevs from being opened starting 2000-06-01. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incomp

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
t enough to justify an immediate MFC. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail to

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
st the way it is Matt. Get used to it. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence. To Unsubscribe: send mail

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
qualify for immediate MFC status unless the security officer says so. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompe

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
an immediate MFC in this patch. Please allow the normal waiting period to elapse before you MFC. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequatel

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
Matt, I will say it this last time: Your patch does not qualify for immediate MFC. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately

Re: Linux emulation scripting fix to be committed to 5.x and 4.x wednesday

2000-04-23 Thread Poul-Henning Kamp
you are talking about for 4.x/5.x. 4.x-stable is a -stable tree and shall be treated as such. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately

FreeBSD build status

2000-04-25 Thread Poul-Henning Kamp
=== SUMMARY === World compiled 637 Warnings 45 Errors Kernel LINT compiled 149 Warnings 0 Errors Kernel GENERIC compiled 59 Warnings 0 Errors Kernel GENERIC98

Re: FreeBSD build status

2000-04-25 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Andrzej Bialecki writes: >On Tue, 25 Apr 2000, Poul-Henning Kamp wrote: > >> >> === >> SUMMARY >> === > >[27kB long list of errors deleted..] > >I th

Re: FreeBSD build status

2000-04-25 Thread Poul-Henning Kamp
iled >> 149 Warnings >> 0 Errors >> Kernel GENERIC >> compiled >> 59 Warnings >> 0 Errors >> Kernel GENERIC98 >> ***didn't compile*** >> 54 Warnings >> 0 Errors > >This doesn't lo

PATCH: Removal of unneeded

2000-04-26 Thread Poul-Henning Kamp
New patch at: http://phk.freebsd.dk/misc/sys_kernel_h.patch This patch removes 67 unneeded instances of #include Comments, tests and reviews please. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since

Re: PATCH: Removal of unneeded

2000-04-26 Thread Poul-Henning Kamp
In message <[EMAIL PROTECTED]>, Greg Lehey writes: >On Wednesday, 26 April 2000 at 11:50:11 +0200, Poul-Henning Kamp wrote: >> >> New patch at: http://phk.freebsd.dk/misc/sys_kernel_h.patch >> >> This patch removes 67 unneeded instances of #include >>

PATCH: http://phk.freebsd/dk/misc/vm_vm_zone_h.patch

2000-04-26 Thread Poul-Henning Kamp
Removes 43 unneeded #include includes. Comments, tests and reviews please -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 [EMAIL PROTECTED] | TCP/IP since RFC 956 FreeBSD coreteam member | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by

<    6   7   8   9   10   11   12   13   14   15   >