Re: CFT: patch for process shared pthread objects

2010-11-29 Thread David Xu
Garrett Cooper wrote: Doesn't build :/...: ===> lib/libthr (obj,depend,all,install) make: don't know how to make thr_sleepq.c. Stop *** Error code 2 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. Thanks, -Garrett

Re: CFT: patch for process shared pthread objects

2010-11-29 Thread Garrett Cooper
On Mon, Nov 29, 2010 at 9:48 PM, David Xu wrote: > Hi, > > I finally have worked out first patch to make our pthread library > support process shared pthread objects: > > http://people.freebsd.org/~davidxu/pshared/patch1.diff > > Many changes are related to redesigned pthread condition variable, >

CFT: patch for process shared pthread objects

2010-11-29 Thread David Xu
Hi, I finally have worked out first patch to make our pthread library support process shared pthread objects: http://people.freebsd.org/~davidxu/pshared/patch1.diff Many changes are related to redesigned pthread condition variable, these changes try to eliminate extra context switch when pthrea

Re: kern_sysctl.c compilation failure

2010-11-29 Thread Matthew Fleming
On Mon, Nov 29, 2010 at 12:07 PM, Michael Butler wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Seems that 'treat warnings as errors' snags on this .. patch attached, Which compiler are you using? I didn't have any trouble with this file on a make universe last night... There's no

Re: panic: sched_priority: invalid priority 2906: nice 0, ticks 122865664 ftick 516947 ltick 517947 tick pri 2726

2010-11-29 Thread Alexander Motin
On 29.11.2010 23:47, Giovanni Trematerra wrote: I got it on QEMU and assumed that QEMU was not doing a proper job of distributing run-time amongst cores (so VirtualBox???). I figured out that sched_tick is being passed a huge number of ticks elapsed for the cpu at startup, in my case, by hardcloc

Re: panic: sched_priority: invalid priority 2906: nice 0, ticks 122865664 ftick 516947 ltick 517947 tick pri 2726

2010-11-29 Thread Giovanni Trematerra
On Mon, Nov 29, 2010 at 9:56 PM, Attilio Rao wrote: > 2010/11/29 Alexander Motin : >> On 29.11.2010 17:07, John Baldwin wrote: >>> >>> On Friday, November 26, 2010 4:38:49 pm David Rhodus wrote: I hit this panic on my NFS server. -DR coke.fun dumped core - see /var/cr

Re: Should green_saver.ko shut off a laptop's backlight?

2010-11-29 Thread Doug Barton
On 11/29/2010 13:14, John Baldwin wrote: On Monday, November 29, 2010 4:10:02 pm Doug Barton wrote: On 11/29/2010 07:09, John Baldwin wrote: On Saturday, November 27, 2010 11:30:56 pm Adam Vande More wrote: On Sat, Nov 27, 2010 at 6:39 PM, Doug Barton wrote: My recollection is that green_s

[head tinderbox] failure on sparc64/sun4v

2010-11-29 Thread FreeBSD Tinderbox
TB --- 2010-11-29 20:08:01 - tinderbox 2.6 running on freebsd-current.sentex.ca TB --- 2010-11-29 20:08:01 - starting HEAD tinderbox run for sparc64/sun4v TB --- 2010-11-29 20:08:01 - cleaning the object tree TB --- 2010-11-29 20:08:14 - cvsupping the source tree TB --- 2010-11-29 20:08:14 - /usr/b

Re: panic: sched_priority: invalid priority 2906: nice 0, ticks 122865664 ftick 516947 ltick 517947 tick pri 2726

2010-11-29 Thread Attilio Rao
2010/11/29 Alexander Motin : > On 29.11.2010 17:07, John Baldwin wrote: >> >> On Friday, November 26, 2010 4:38:49 pm David Rhodus wrote: >>> >>> I hit this panic on my NFS server. >>> >>> -DR >>> >>> coke.fun dumped core - see /var/crash/vmcore.2 >>> >>> Fri Nov 26 14:50:48 UTC 2010 >>> >>> FreeBS

Re: Should green_saver.ko shut off a laptop's backlight?

2010-11-29 Thread John Baldwin
On Monday, November 29, 2010 4:10:02 pm Doug Barton wrote: > On 11/29/2010 07:09, John Baldwin wrote: > > On Saturday, November 27, 2010 11:30:56 pm Adam Vande More wrote: > >> On Sat, Nov 27, 2010 at 6:39 PM, Doug Barton wrote: > >> > >>> My recollection is that green_saver should turn off an LCD

Re: Should green_saver.ko shut off a laptop's backlight?

2010-11-29 Thread Doug Barton
On 11/29/2010 07:09, John Baldwin wrote: On Saturday, November 27, 2010 11:30:56 pm Adam Vande More wrote: On Sat, Nov 27, 2010 at 6:39 PM, Doug Barton wrote: My recollection is that green_saver should turn off an LCD backlight, but I just loaded it up on my laptop and it's not doing so. It d

Re: kern_sysctl.c compilation failure

2010-11-29 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/29/10 15:25, Matthew Fleming wrote: > On Mon, Nov 29, 2010 at 12:07 PM, Michael Butler > wrote: > Seems that 'treat warnings as errors' snags on this .. patch attached, > >> Which compiler are you using? I didn't have any trouble with this >>

kern_sysctl.c compilation failure

2010-11-29 Thread Michael Butler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Seems that 'treat warnings as errors' snags on this .. patch attached, imb -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (FreeBSD) iEYEARECAAYFAkz0B/YACgkQQv9rrgRC1JKLBgCeNhKn2W6Z2XFN/zt70PbFhKbP eHcAoIwI0Iz0g5TmU/pjbnG8zlcY6a1y =a/K

Re: panic: sched_priority: invalid priority 2906: nice 0, ticks 122865664 ftick 516947 ltick 517947 tick pri 2726

2010-11-29 Thread Alexander Motin
On 29.11.2010 17:07, John Baldwin wrote: On Friday, November 26, 2010 4:38:49 pm David Rhodus wrote: I hit this panic on my NFS server. -DR coke.fun dumped core - see /var/crash/vmcore.2 Fri Nov 26 14:50:48 UTC 2010 FreeBSD coke.fun 9.0-CURRENT FreeBSD 9.0-CURRENT #14 r215800: Wed Nov 24 12:

Extracting tgz file: Attempt to write to an empty file

2010-11-29 Thread Sergey Kandaurov
Hi. I see these errors when tar (not limited to but including the version from FreeBSD -current) extracts directories from archive compressed with gtar. file reports: gzip compressed data, from Unix, last modified: Tue Nov 23 04:31:22 2010, max speed bsdtar taken from Google Code trunk extracts *

Re: CURRENT: Issue with ZFS and 2TB WD HDD (WDC WD20EURS-63Z9B1 80.00A80)

2010-11-29 Thread Leonidas Tsampros
"O. Hartmann" writes: > I'm running a newly setup FreeBSD 9.0-CURRENT/amd64 SMP box. The former > OS was FreeBSD 8.1-PRE/amd64. Attached to the system are three WD > harddrives with ZFS as filesystem on GPT partitioning scheme. Two 1TB > HDD are spanning a volume with 2 TB capacity which is quite

Re: 40 vs 44 bit memory addressing HP DL580/980

2010-11-29 Thread Alan Cox
John Baldwin wrote: On Monday, November 22, 2010 8:01:34 pm Alan Cox wrote: On 11/22/2010 1:47 PM, John Baldwin wrote: On Monday, November 22, 2010 1:37:45 pm Alan Cox wrote: On Mon, Nov 22, 2010 at 6:59 AM, John Baldwin wrote: On Sunday, November 21, 2010 8:05:26 pm

Re: Broken make distribution on amd64?

2010-11-29 Thread Kris Moore
On Mon, Nov 29, 2010 at 08:22:37AM -0800, Garrett Cooper wrote: > On Mon, Nov 29, 2010 at 8:05 AM, Kris Moore wrote: > > On Fri, Nov 26, 2010 at 05:22:06PM +0200, Kostik Belousov wrote: > >> On Fri, Nov 26, 2010 at 09:59:09AM -0500, Kris Moore wrote: > >> > > >> > For about 2 weeks now I've been s

Re: Broken make distribution on amd64?

2010-11-29 Thread Garrett Cooper
On Mon, Nov 29, 2010 at 8:05 AM, Kris Moore wrote: > On Fri, Nov 26, 2010 at 05:22:06PM +0200, Kostik Belousov wrote: >> On Fri, Nov 26, 2010 at 09:59:09AM -0500, Kris Moore wrote: >> > >> > For about 2 weeks now I've been seeing failures when trying to spin ISOs >> > of CURRENT (amd64) and using

Re: Broken make distribution on amd64?

2010-11-29 Thread Kris Moore
On Fri, Nov 26, 2010 at 05:22:06PM +0200, Kostik Belousov wrote: > On Fri, Nov 26, 2010 at 09:59:09AM -0500, Kris Moore wrote: > > > > For about 2 weeks now I've been seeing failures when trying to spin ISOs > > of CURRENT (amd64) and using "make distribution" specifically: > > > > --

Re: Should green_saver.ko shut off a laptop's backlight?

2010-11-29 Thread John Baldwin
On Saturday, November 27, 2010 11:30:56 pm Adam Vande More wrote: > On Sat, Nov 27, 2010 at 6:39 PM, Doug Barton wrote: > > > My recollection is that green_saver should turn off an LCD backlight, but I > > just loaded it up on my laptop and it's not doing so. It does remove the > > text from the

Re: panic: sched_priority: invalid priority 2906: nice 0, ticks 122865664 ftick 516947 ltick 517947 tick pri 2726

2010-11-29 Thread John Baldwin
On Friday, November 26, 2010 4:38:49 pm David Rhodus wrote: > I hit this panic on my NFS server. > > -DR > > coke.fun dumped core - see /var/crash/vmcore.2 > > Fri Nov 26 14:50:48 UTC 2010 > > FreeBSD coke.fun 9.0-CURRENT FreeBSD 9.0-CURRENT #14 r215800: Wed Nov > 24 12:35:30 UTC 2010 r...@

Re: msk0 interface stops working when downloading

2010-11-29 Thread John Baldwin
On Tuesday, November 23, 2010 6:25:06 pm Andrew Moran wrote: > > Hey guys, > > After banging my head against this for a few hours, I've decided to ask for help. I installed FreeBSD 8.1 amd64 on a Shuttle J1 4100 system (tech specs here http://us.shuttle.com/J1_4100.aspx). I installed fro

Re: Regarding pciids

2010-11-29 Thread John Baldwin
On Tuesday, November 23, 2010 6:20:03 pm Alexander Best wrote: > On Tue Nov 23 10, Andriy Gapon wrote: > > on 18/10/2010 18:28 Alexander Best said the following: > > > On Mon Oct 18 10, Alexander Best wrote: > > >> On Fri Sep 17 10, Alex Dupre wrote: > > >>> I created hackish scripts to generate pc

Re: 40 vs 44 bit memory addressing HP DL580/980

2010-11-29 Thread John Baldwin
On Monday, November 22, 2010 8:01:34 pm Alan Cox wrote: > On 11/22/2010 1:47 PM, John Baldwin wrote: > > On Monday, November 22, 2010 1:37:45 pm Alan Cox wrote: > >> On Mon, Nov 22, 2010 at 6:59 AM, John Baldwin wrote: > >> > >>> On Sunday, November 21, 2010 8:05:26 pm Sean Bruno wrote: > Loo

Re: two issues with cdfs

2010-11-29 Thread Alexander Best
On Sun Nov 28 10, Tim Kientzle wrote: > On Nov 28, 2010, at 8:58 AM, Alexander Best wrote: > >>> On Fri Nov 26 10, Andriy Gapon wrote: > on 26/11/2010 00:25 Alexander Best said the following: > > > 1) take a > 4 GB example.file > > Likely we don't support multi-extent file

CURRENT: Issue with ZFS and 2TB WD HDD (WDC WD20EURS-63Z9B1 80.00A80)

2010-11-29 Thread O. Hartmann
I'm running a newly setup FreeBSD 9.0-CURRENT/amd64 SMP box. The former OS was FreeBSD 8.1-PRE/amd64. Attached to the system are three WD harddrives with ZFS as filesystem on GPT partitioning scheme. Two 1TB HDD are spanning a volume with 2 TB capacity which is quite fast due to parallel access