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
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
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
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
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
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
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
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___
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__
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
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
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
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
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
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
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
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
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
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.
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
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:
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
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
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
@/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]"
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
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
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
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
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
30 matches
Mail list logo