Re: current -r262780 explodes on wlan up

2014-03-05 Thread Pawel Worach
On 03/05/14 20:24, Poul-Henning Kamp wrote: Just tried a current kernel -r 262780 on my laptop. When wlan0 comes up (if_iwn) it explodes with something about witness and rtentry.c, but it clears the screen before I can get a photo... Looks trivial to reproduce. svn r262799, witness disabled

[patch] fix duplicate case value in ichsmb_pci.c

2011-08-09 Thread Pawel Worach
Hi, clang trunk has yet another nice error (in this case harmless): dev/ichsmb/ichsmb_pci.c:183:7: error: duplicate case value '590381190' case ID_DH89XXCC: ^ dev/ichsmb/ichsmb_pci.c:85:23: note: expanded from: #define ID_DH89XXCC 0x23308086

Re: [clang] (gpt)zfsboot is broken: zfs_alloc()/zfs_free() mismatch

2011-08-04 Thread Pawel Worach
On Aug 1, 2011, at 14:24, Test Rat wrote: > Anyone else? I can still reproduce with trunk r136607. > boot and gptboot seem to be unaffected. > > IIRC, with previous clang import it just stuck during boot > without any error messages. A workaround for the hang on boot and "error 1 lba X" failures

Potential sizeof vs. mem*() bugs

2011-08-04 Thread Pawel Worach
Hi, clang gained a new warning for checking the sizeof argument in memset / memcpy calls, this triggers a couple of times in the FreeBSD tree, here is a brief summary: kerberos5/lib/libhx509/../../../crypto/heimdal/lib/hx509/cert.c:357:28: warning: argument to 'sizeof' in 'memset' call is the

Re: /tmp and swap space

2010-07-29 Thread Pawel Worach
On Jul 29, 2010, at 17:35, gahn wrote: > hi all: > > is it possible to create /tmp directory under swap space? under solaris, it > is automatically created under swap unless one specifically instructs the > system not to do so.. Why not use tmpfs ? echo "tmpfs /tmp

[patch] Misc warnings found by clang.

2010-06-14 Thread Pawel Worach
Here is a patch that fixes a couple of "warning: format string is not a string literal" and a couple of unused/never read variable "len" warnings in lib/libugidfw. http://pes.vlakno.cz/~pwo/clang-warn-fix-head.diff Regards -- Pawel ___ freebsd-curre

Re: Importing clang/LLVM into FreeBSD HEAD

2010-06-02 Thread Pawel Worach
On Jun 2, 2010, at 23:57, Steve Kargl wrote: > On Wed, Jun 02, 2010 at 11:48:11PM +0200, Pawel Worach wrote: >> On May 31, 2010, at 16:57, Steve Kargl wrote: >>> >>> Can clang/LLVM build the livefs and bootonly CD's? >>> >> >> There

Re: Importing clang/LLVM into FreeBSD HEAD

2010-06-02 Thread Pawel Worach
On May 31, 2010, at 16:57, Steve Kargl wrote: > > Can clang/LLVM build the livefs and bootonly CD's? > There is a buildbot here[1] that builds a live CD for boot testing, so I would say it works. [1] http://amd64-clang-bot.qat.freebsd.org:8010/ -- Pawel___

Re: Importing clang/LLVM into FreeBSD HEAD

2010-06-02 Thread Pawel Worach
On May 31, 2010, at 21:30, Garrett Cooper wrote: > > How much time (with -j1, approximately) does it take to build clang? Numbers for -j4 are about 1100 sec to build llvm+clang with gcc and about 700 seconds to build llvm+clang with clang. -- Pawel__

if_sk build fails

2003-09-20 Thread Pawel Worach
Hi! Last if_sk update broke buildkernel ===> sk rm -f .depend mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@ -I@/../include /usr/src/sys/modules/sk/../../pci/if_sk.c /usr/src/sys/pci/if_sk.c:129:26: pci/yukonreg.h: No such file or directory mkdep: compile failed missed to c

[patch] annoying newline in kernel printf

2003-09-08 Thread Pawel Worach
Is this blank line necessary? -- dmesg snippet -- APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via IOAPIC #0 intpin 2 Timecounters tick every 10.000 msec acpi_cpu: throttling enabled, 2 steps (100% to 50.0%), currently 100.0% GEOM: create disk ad4 dp=0xc2490870 - Pawel sys/ke

Re: Kernel compile problem with device wi in kernel. (GENERIC &custom kernels)

2003-09-08 Thread Pawel Worach
Mark Sergeant wrote: I've got the following problem when trying to compile a kernel with todays sources and the device "wi" in it. linking kernel if_wi.o: In function `wi_attach': if_wi.o(.text+0x2b4): undefined reference to `ieee80211_ieee2mhz' if_wi.o(.text+0x673): undefined reference to `ieee80

Re: ACPI errors on my desktop PC (floppy not found)

2003-09-04 Thread Pawel Worach
Martin wrote: Hi, I have more problems to report with the ACPI support and will submit a PR, if you want. I don't know when this got broken. Here some pieces of my dmesg: --- FreeBSD 5.1-CURRENT #0: Thu Sep 4 22:38:56 CEST 2003 [...] acpi0: on motherboard Take a look at PR kern/48494, ther

Re: swapon vs savecore dilemma

2003-09-02 Thread Pawel Worach
Scott Long wrote: Doug White wrote: Hey folks, It looks like we may need to rethink the way swap is mounted at boot time if we want crashdumps to work. I question the wizdom of what you're describing. If swap space needs to be made available for fsck to run, then what happens to the crashdump

Re: nfs tranfers hang in state getblck or nfsread

2003-08-29 Thread Pawel Worach
Terry Lambert wrote: I am now going to predict that your ethernet is multihomed, and that you have more than one IP address on the server, the client, or both. That is true, I de-multihomed the server but the problem persists. The client is not multihomed. The server also has INET6 in the kernel th

Re: nfs tranfers hang in state getblck or nfsread

2003-08-28 Thread Pawel Worach
Pawel Worach wrote: Robert Watson wrote: On Wed, 27 Aug 2003, Pawel Worach wrote: Ok, so let me see if I have the sequence of events straight: Hope this is not as confusing as my previus mail :) Here is some more information. I realized that i had tcp and udp "blackholing" enab

Re: nfs tranfers hang in state getblck or nfsread

2003-08-28 Thread Pawel Worach
Robert Watson wrote: On Wed, 27 Aug 2003, Pawel Worach wrote: Ok, so let me see if I have the sequence of events straight: (1) Boot a 4.8-RELEASE/STABLE NFS server (2) Boot a 5.1-RELEASE/CURRENT NFS client (3) Mount a file system using TCP NFSv3 (4) Reboot the client system, reboot, and remount

Re: nfs tranfers hang in state getblck or nfsread

2003-08-27 Thread Pawel Worach
Robert Watson wrote: I have a very similar configuration, but it sounds like I'm not bumping into the same problem. Are you using NFSv2 or v3, and how many file systems are you mounting? Are you generally using UFS1 or UFS2? Right now, I'm mounting a single UFS2 file system was the root, and I

Re: nfs tranfers hang in state getblck or nfsread

2003-08-26 Thread Pawel Worach
Alexander Leidinger wrote: In this configuration I see a lot of "nfs server ...: is not responding" and "nfs server ...: is alive again" when I copy large files (e.g. a CD image). All of them happen in the same second. I haven't looked at the state or priority of the cp process when this happens.

Buildworld broken in gnu/usr.bin/sort

2003-08-22 Thread Pawel Worach
This happened after an rm -r /usr/obj/* ; make -j4 buildworld ===> gnu/usr.bin/sort cc -I/usr/local/include -march=pentiumpro -I/usr/src/gnu/usr.bin/sort -I/usr/src/gnu/usr.bin/sort/../../../contrib/gnu-sort/lib -DHAVE_CONFIG_H -c /usr/src/contrib/gnu-sort/src/sort.c /usr/src/contrib/gnu-sor

Re: sockstat -6

2003-07-22 Thread Pawel Worach
David Hill wrote: Hello - I get a mismatch error when i run sockstat -6. kernel and userland are in sync. FreeBSD localhost 5.1-CURRENT FreeBSD 5.1-CURRENT #3: Tue Jul 22 07:49:10 EDT 2003 [EMAIL PROTECTED]:/usr/src/sys/i386/compile/WIND i386 (david wind:/home/david)% sockstat -6 sockstat:

Re: panic on pccard insert (more debug info)

2003-07-17 Thread Pawel Worach
too short 0 10 00 CISTPL_NONE 00 CISTPL_NONE 00 [and it continues like this until the panic] -Pawel Pawel Worach wrote: Whatever pccard i insert, here an unsupported 3Com OfficeConnect WiFi card or even a Intel Pro/100+ Mobile16 card it panics like seen below. This happens if booted with the card

panic on pccard insert

2003-07-17 Thread Pawel Worach
Whatever pccard i insert, here an unsupported 3Com OfficeConnect WiFi card or even a Intel Pro/100+ Mobile16 card it panics like seen below. This happens if booted with the card inserted and if hotplugged. The laptop is booted "diskless" so I can't produce a crashdump (the info below is typed by ha

Re: rpcinfo

2003-07-17 Thread Pawel Worach
Danny Braniss wrote: I just run rpcinfo: # rpcinfo rpcinfo: can't contact rpcbind: RPC: Port mapper failure - RPC: Success :=) This really belongs in questions@, make sure you have rpcbind_enable="YES" in rc.conf -Pawel ___ [EMAIL PROTECTED] mailing

build broken by usbdivar.h 1.40

2003-07-15 Thread Pawel Worach
@/dev/usb/usbdivar.h:127: error: syntax error before "bus_dma_tag_t" -Pawel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"

rescue breaks parallel builds

2003-07-11 Thread Pawel Worach
make -j4 buildworld ends up in random errors like this one. make: don't know how to make /export/data/obj/usr/src/rescue/rescue//usr/src/sbin/dhclient/client/clparse .o. Stop -- Pawel ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman

ahc driver bug?

2003-06-08 Thread Pawel Worach
It looks like we are calling the ahc_chip_init() code in the ahc/aic7xxx driver on shutdown. Is that correct? -- Pawel boot() called on cpu#0 Waiting (max 60 seconds) for system process `vnlru' to stop...stopped Waiting (max 60 seconds) for system process `bufdaemon' to stop...stopped Waiting (m

vmstat -s broken

2003-06-04 Thread Pawel Worach
I don't know for how long this has been broken but vmstat always reports 0 (zero) for the number of system calls executed which is virtually impossible. This is on a system built FreeBSD darkstar 5.1-CURRENT FreeBSD 5.1-CURRENT #1: Tue Jun 3 02:48:51 CEST 2003 darkstar# vmstat -s | grep "system

kldunload related panic

2002-12-27 Thread Pawel Worach
During buildworld I loaded and unloaded the if_tun module and here is the result: Kernel is basically GENERIC with some drivers removed, uname: FreeBSD 5.0-RC #0: Fri Dec 27 12:40:30 GMT 2002 panic: allocbuf: buffer not busy panic messages: --- Fatal trap 12: page fault while in kernel mode fault

xe pcmcia interface broken

2002-12-27 Thread Pawel Worach
Using an IBM ThinkPad 770 with the Intel EtherExpress(TM) PRO/100 PC Card Mobile Adapter16 is a no go in RELENG_5_0, this worked fine in 4.7-RELEASE also i had to use the "OLDCARD" style pcmcia driver, the new one won't work. pccard: card inserted, slot 0 xe0 at port 0x240-0x24f iomem 0xd4000-0xd4