| From | Subject | Date |
|---|---|---|
| FreeBSD Tinderbox | [head tinderbox] failure on sparc64/sparc64
TB --- 2009-05-05 16:25:09 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2009-05-05 16:25:09 - starting HEAD tinderbox run for sparc64/sparc64
TB --- 2009-05-05 16:25:10 - cleaning the object tree
TB --- 2009-05-05 16:25:42 - cvsupping the source tree
TB --- 2009-05-05 16:25:42 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/sparc64/sparc64/supfile
TB --- 2009-05-05 16:25:52 - building world
TB --- 2009-05-05 16:25:52 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-05-05 ...
| May 5, 10:58 am 2009 |
| Eygene Ryabinkin | Re: gunzip | tar reports broken pipe during OOO build o ...
Alexey, good day.
Yes, 141 means that SIGPIPE was delivered. This in turn means that
'tar -xf -' exited before gunzip had finished its job and gunzip had
tried to write more data to the pipe.
Could I ask to do some debugging:
1. run 'gunzip -c ooo_crystal_images-1.tar.gz > crystal.tar'
2. run 'cat crystal.tar | (tar -xf -) && echo OK' and look for the results.
3. do 'md5 ooo_crystal_images-1.tar.gz'
For the last point, I have
-----
MD5 (ooo_crystal_images-1.tar.gz) = ...
| May 5, 11:59 am 2009 |
| Alexey Shuvaev | gunzip | tar reports broken pipe during OOO build on amd64.
Hello all!
I was trying to upgrade editors/openoffice.org-2 recently and
build failed for me at:
--------------------------------------------------------------
packimages -- version: 1.16
packimages: packing ../unxfbsdx.pro/bin/images_industrial.zip finished.
cd ../unxfbsdx.pro/misc && gunzip -c /usr/ports/editors/openoffice.org-2/work/OOH680_m18/external_images/ooo_crystal_images-1.tar.gz | ( tar -xf - ) && touch crystal.flag
---* tg_merge.mk *---
Running processes: 0
1 module(s):
...
| May 5, 10:48 am 2009 |
| FreeBSD Tinderbox | [head tinderbox] failure on powerpc/powerpc
TB --- 2009-05-05 15:59:20 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2009-05-05 15:59:20 - starting HEAD tinderbox run for powerpc/powerpc
TB --- 2009-05-05 15:59:20 - cleaning the object tree
TB --- 2009-05-05 15:59:52 - cvsupping the source tree
TB --- 2009-05-05 15:59:52 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/powerpc/powerpc/supfile
TB --- 2009-05-05 16:00:04 - building world
TB --- 2009-05-05 16:00:04 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-05-05 ...
| May 5, 10:36 am 2009 |
| Marko Zec | Re: [head tinderbox] failure on ia64/ia64
Mea culpa, should be fixed by r191827 now.
Marko
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 9:27 am 2009 |
| FreeBSD Tinderbox | [head tinderbox] failure on ia64/ia64
TB --- 2009-05-05 13:54:24 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2009-05-05 13:54:24 - starting HEAD tinderbox run for ia64/ia64
TB --- 2009-05-05 13:54:24 - cleaning the object tree
TB --- 2009-05-05 13:54:55 - cvsupping the source tree
TB --- 2009-05-05 13:54:55 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/ia64/ia64/supfile
TB --- 2009-05-05 13:55:05 - building world
TB --- 2009-05-05 13:55:05 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-05-05 13:55:05 - ...
| May 5, 8:59 am 2009 |
| FreeBSD Tinderbox | [head tinderbox] failure on i386/pc98
TB --- 2009-05-05 13:44:39 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2009-05-05 13:44:39 - starting HEAD tinderbox run for i386/pc98
TB --- 2009-05-05 13:44:39 - cleaning the object tree
TB --- 2009-05-05 13:45:17 - cvsupping the source tree
TB --- 2009-05-05 13:45:17 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/pc98/supfile
TB --- 2009-05-05 13:45:28 - building world
TB --- 2009-05-05 13:45:28 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-05-05 13:45:28 - ...
| May 5, 8:19 am 2009 |
| O. Hartmann | Weird slowlyness of subversion-freebsd with current
Hello,
since the last portupgrade when dev/subversion-freebsd got updates, I
realize a drastic slowdown since then on FreeBSD 8.0-CURRENT/amd64
boxes. Is there any known issue and if, how to circumvent ...
Regards,
Oliver
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 7:40 am 2009 |
| Ben Kelly | [patch] corrupt memstat_kvm_malloc(3) output and dtrace
Hi all,
While debugging a problem recently with Alexander Leidinger we noticed
that crashinfo(8) was producing corrupt vmstat -m output. After doing
some digging it appears that memstat_kvm_malloc(3) might have been
broken by this commit:
http://svn.freebsd.org/viewvc/base?view=revision&revision=179222
The problem is that memstat_kvm_malloc(3) assumes that
malloc_type_internal starts with an array of malloc_types_stats
structures. This assumption is no longer true, though, ...
| May 5, 7:18 am 2009 |
| FreeBSD Tinderbox | [head tinderbox] failure on i386/i386
TB --- 2009-05-05 12:07:35 - tinderbox 2.6 running on freebsd-current.sentex.ca
TB --- 2009-05-05 12:07:35 - starting HEAD tinderbox run for i386/i386
TB --- 2009-05-05 12:07:35 - cleaning the object tree
TB --- 2009-05-05 12:08:13 - cvsupping the source tree
TB --- 2009-05-05 12:08:13 - /usr/bin/csup -z -r 3 -g -L 1 -h localhost -s /tinderbox/HEAD/i386/i386/supfile
TB --- 2009-05-05 12:08:23 - building world
TB --- 2009-05-05 12:08:23 - MAKEOBJDIRPREFIX=/obj
TB --- 2009-05-05 12:08:23 - ...
| May 5, 6:44 am 2009 |
| Giorgos Keramidas | Re: 7.1 to 7.2 upgrade question
If you don't need local patches or a custom kernel, and you can use the
GENERIC kernel configured to match your hardware setup, then it probably
makes a lot of sense to use freebsd-update. It will usually be much
faster than compiling everything from source.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 10:53 am 2009 |
| Paul Stewart | 7.1 to 7.2 upgrade question
Hi there.
As I'm slowly getting used to FreeBSD (again), I recently upgraded three
boxes to 7.2-RELEASE. Two of them were running 7.1-RELEASE and one was
running 7.2-RC2 ..
Anyways, I used freebsd-update to upgrade - in my previous experiences I
would have to do a "make world" etc. etc.
Which method is most preferred - source or binary upgrading? I don't mind
source upgrading but is it really necessary anymore if using freebsd-update
on a regular basis?
...
| May 5, 6:30 am 2009 |
| Renato Botelho | Re: 7.1 to 7.2 upgrade question
On Tue, May 5, 2009 at 2:53 PM, Giorgos Keramidas
I don't know if it's officially supported, but I did an hybrid upgrade
using freebsd-update for the base and building the custom kernel
from sources, it worked fine and is still much faster than build
everything.
--
Renato Botelho
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to ...
| May 5, 12:55 pm 2009 |
| Eygene Ryabinkin | Re: 7.1 to 7.2 upgrade question
Renato,
In principle, you can run into some errors, like KVM size mismatches
(and other ABI changes) if your kernel (that you build from sources) and
updated base will differ. But you'll immediately notice it ;)) And for
most cases such way should work fine.
My two cents.
--
Eygene
_ ___ _.--. #
\`.|\..----...-'` `-._.-'_.-'` # Remember that it is hard
/ ' ` , __.--' # to read the on-line manual
)/' _/ \ `-_, / # ...
| May 5, 2:07 pm 2009 |
| John Baldwin | Re: pci regression: "panic: resource_list_alloc: resourc ...
It affects -stable because I merged some changes to the PCI bus code
after the release (thus, 7.2-release is not affected as you seem to
imply). Note that the machine I tested the merge on is a server box
that doesn't use DRM (and drm(4) isn't in GENERIC) so I didn't run into
this during testing. If you update your tree it should be fixed now.
--
John Baldwin
_______________________________________________
freebsd-current@freebsd.org mailing ...
| May 5, 1:26 pm 2009 |
| Jimmie James | pci regression: "panic: resource_list_alloc: resource en ...
Why is this affecting 7.2-STABLE? Does anyone test anything before a
release anymore?
This doesn't apply to 7.2:
atching file vga_pci.c using Plan A...
Hunk #1 failed at 42.
Hunk #2 succeeded at 118 (offset -20 lines).
Hunk #3 succeeded at 146 (offset -20 lines).
1 out of 3 hunks failed--saving rejects to vga_pci.c.rej
Hmm... Ignoring the trailing garbage.
--
Over the years I've come to regard you as people I've ...
| May 4, 11:09 pm 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
在 Tue, 05 May 2009 16:40:53 +0800,Hans Petter Selasky <hselasky@c2i.net>
This is my dmesg in attchement.
--
The Power to Serve
| May 5, 2:04 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
Hi Chao,
Yes, it is going into -current soon.
Final patch:
Not yet. The problem is USB is multi threaded, while kdb requires single
threaded operation. It is a little difficult.
Also UKBD was Giant locked last time I checked due to some non-MPSAFE
dependencies. This is another issue blocking USB keyboard in KDB.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, ...
| May 5, 5:54 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
Hi Chao,
What is printed on the screen?
You can also try adding these options:
options KDB_UNATTENDED # reboot by default
options PANIC_REBOOT_WAIT_TIME=10 #seconds
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 12:57 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
If you type:
ll /boot/kernel
Do all the modules have the same date?
There is a fuse4bsd module there which I suspect is out of date.
--HPS
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 12:19 am 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
在 Tue, 05 May 2009 15:38:20 +0800,Hans Petter Selasky <hselasky@c2i.net>
Because my box have no ps/2 mouse and keyborad interface, so after I
entered kdb, the keyboard can not work any more...
--
The Power to Serve
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 12:49 am 2009 |
| Andrew Thompson | Re: current couldn't attach usb mouse
This has been committed, thanks for reporting and Hans for fixing.
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 8:42 am 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
Hi Hans,
I disabled fuse.ko and reboot box, nothing changed
[root@currentpark] ~# kldstat
Id Refs Address Size Name
--
The Power to Serve
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 12:26 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
Then you need to build a kernel with debugging and get a backtrace:
options KDB # Enable kernel debugger support.
options DDB # Support DDB.
options GDB # Support remote GDB.
When you get to the debugger prompt at boot, type "bt" for backtrace.
--HPS
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To ...
| May 5, 12:38 am 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
Great! after patched my mouse can work now, there is new dmesg segment
below:
bge0: link state changed to UP
ugen1.2: <vendor 0x15d9> at usbus1
ums0: <vendor 0x15d9 USB Mouse, class 0/0, rev 1.10/1.00, addr 2> on usbus1
ums0: 3 buttons and [XYZ] coordinates ID=0
Thank you very much!
Would you commit this patch to current?
BTW:
usb2.0 is great work, I have test umass device on current, it is 6 times
faster
than 1.0.
--
The Power to ...
| May 5, 5:28 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
Sorry, I'm mixing with another error report.
Try this:
1) Boot without the USB mouse plugged in.
2) Run: sysctl hw.usb2.uhci.debug=15
3) Plug your USB mouse.
4) Unplug your USB mouse.
Send dmesg.
--HPS
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 1:40 am 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
But my box didn't panic after booting, only usb mouse couldn't recognized.
--
The Power to Serve
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 1:05 am 2009 |
| Hans Petter Selasky | Re: current couldn't attach usb mouse
Try the attached patch to uhci.c.
=2D-HPS
| May 5, 3:22 am 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
Hi Hans,
There is new dmesg with debug=15, but I can't catch difference...
[root@currentpark] ~# dmesg
Copyright (c) 1992-2009 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.
FreeBSD is a registered trademark of The FreeBSD Foundation.
FreeBSD 8.0-CURRENT #4: Tue May 5 00:25:41 CST 2009
root@currentpark.intra.umessage.com.cn:/usr/obj/usr/src/sys/UMESSAGE
Timecounter ...
| May 4, 11:30 pm 2009 |
| Chao Shin | Re: current couldn't attach usb mouse
Hi Hans,
There is my modules' list
as your guess, the fuse.ko is out of date, but is it can cause mouse
defunction?
I'll try to unload it.
[root@currentpark] /usr/local/etc/rc.d# ll /usr/local/modules/fuse.ko
-r-xr-xr-x 1 root wheel 83208 May 1 04:19 /usr/local/modules/fuse.ko*
[root@currentpark] /usr/local/etc/rc.d# ll /boot/kernel/
total 159208
drwxr-xr-x 2 root wheel 27136 May 5 14:24 ./
drwxr-xr-x 9 root wheel 1024 May 5 14:24 ../
-r-xr-xr-x 1 root wheel 174856 ...
| May 5, 12:24 am 2009 |
| Eitan Adler | Re: Fighting for the power.
Could some of these tips get added to 11.15 Power and Resource
Management? I'm sure many people who don't regularly read the mailing
lists would like to use these tips.
--
Eitan Adler
"Security is increased by designing for the way humans actually behave."
-Jakob Nielsen
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 2:30 pm 2009 |
| Wilkinson, Alex | Re: Fighting for the power.
0n Tue, May 05, 2009 at 05:30:19PM -0400, Eitan Adler wrote:
>Adam McDougall wrote:
>> On Mon, May 04, 2009 at 01:18:14AM +0300, Alexander Motin wrote:
>>
>> I would like to summarize some of my knowledge on reducing FreeBSD power
>> consumption and describe some new things I have recently implemented in
>> 8-CURRENT. The main character of this story is my 12" Acer TravelMate
>> 6292 laptop with C2D T7700 2.4GHz CPU, 965GM chipset and SATA HDD, ...
| May 5, 3:29 pm 2009 |
| Sam Leffler | Re: Fighting for the power. [syslogd]
Regarding syslogd, I've considered adding support to batch/buffer writes
to workaround a problem that I consider rather important: syslogd is not
started early enough in the boot so it's not available to log msgs from
other applications. In particular I hit this because wpa_supplicant
logs via syslog but when it's started at boot syslogd isn't available
and since wpa_supplicant operates in a chroot'd environment it cannot
defer connecting until syslogd has started up so nothing is ever ...
| May 5, 9:17 am 2009 |
| Peter Jeremy | Re: Fighting for the power.
Yes, but a tickless kernel will let the CPU stay asleep for longer
since it doesn't need to wake up just to discover there's nothing
I've recently (in the last few days) worked through minimising the
write activity on the SSD in my laptop (I wrote a tool that monitors
write transfers via devstat(3) and it would be possible to track down
the actual modified files via kqueue(2) if necessary). I'm now down
to about two chunks of about 13 transfers each per hour (due to entopy
saving and ...
| May 5, 2:19 am 2009 |
| Ben Kelly | Re: [patch] zfs kmem fragmentation
ZFS buffers range from 512 bytes to 128KB. I don't know of any
allocations above 128KB at the moment.
In my workload the panic is usually caused by zfs attempting to
allocate a 128KB buffer, although sometimes its only doing a 64KB
buffer.
At one point I hacked in some instrumentation to print the kmem_map
vm_map_entry when I touched a sysctl mib. Here's a capture I made
during my load test as the fragmentation was occurring:
...
| May 5, 6:48 am 2009 |
| Miroslav Lachman | Re: ata FLUSHCACHE timeout errors? [patch]
Is there any possibility to have it committed in to the tree? It seems
useful, I have timeout problems [READ_DMA timed out] on few machines and
this (tunable / longer timeout) should definitely fix it.
Miroslav Lachman
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| May 5, 12:49 am 2009 |
| Nenhum_de_Nos | Re: ata and seagate microdrive problems
they're attached :)
just remember the seagate is there, but I'm using and old samsung 6.4GB to
I'd say first one, as it is in the onboard ide controller. I don't know
much more to say, but that OpenBSD sees it as wd0. if any more info
needed, just say so.
almost forgot:
FreeBSD xxx 8.0-HEAD-20090501-JPSNAP FreeBSD 8.0-HEAD-20090501-JPSNAP #0:
Fri May 1 04:22:31 UTC 2009
root@build-i386-fbsd-2.allbsd.org:/usr/obj/i386/usr/src/sys/GENERIC i386
thanks,
--
We will call ...
| May 4, 6:17 pm 2009 |
| previous day | today | next day |
|---|---|---|
| May 4, 2009 | May 5, 2009 | May 6, 2009 |
