Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Andrey Chernov
cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc': /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 --

Last current shows strange CAM/SCSI error on empty USB card reader on the boot

2013-05-02 Thread Andrey Chernov
umass0: Generic Ultra Fast Media Reader, class 0/0, rev 2.00/1.82, addr 7 on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x4100 umass0:10:0:-1: Attached to scbus10 da0 at umass-sim0 bus 0 scbus10 target 0 lun 0 da0: Generic Ultra HS-SD/MMC 1.82 Removable Direct Access SCSI-0 device da0:

Re: Last current shows strange CAM/SCSI error on empty USB card reader on the boot

2013-05-02 Thread Alexander Motin
Thank you for the report. It is known issue. Steven (the author) is already testing the solution. On 02.05.2013 09:51, Andrey Chernov wrote: umass0: Generic Ultra Fast Media Reader, class 0/0, rev 2.00/1.82, addr 7 on usbus3 umass0: SCSI over Bulk-Only; quirks = 0x4100 umass0:10:0:-1:

LOR: two vfs_bio.c:3070, ufs_dirhash.c:284 and vfs_mount.c:851, vfs_subr.c:2167

2013-05-02 Thread Ian FREISLICH
Hi I'm getting these two LORs at boot time, they don't seem to be known on http://ipv4.sources.zabbadoz.net/freebsd/lor.html lock order reversal: 1st 0xff83e37ee938 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3070 2nd 0xfe0030283800 dirhash (dirhash) @

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Robert N. M. Watson
On 2 May 2013, at 01:57, Glen Barber wrote: So, I am admittedly not too familiar with DDB. In fact, I just now realize the kernel is built without DDB... DDB is a very powerful tool in that it's been custom-developed to help debug common kernel panics. It lacks some of the flexibility, and

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc': /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Glen Barber
On Thu, May 02, 2013 at 10:27:39AM +0100, Robert N. M. Watson wrote: On 2 May 2013, at 01:57, Glen Barber wrote: So, I am admittedly not too familiar with DDB. In fact, I just now realize the kernel is built without DDB... DDB is a very powerful tool in that it's been custom-developed

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Robert N. M. Watson
On 2 May 2013, at 11:42, Glen Barber wrote: Hmm. Perhaps it would be worthwhile for me to rebuild the current kernel with DDB support. It looks like the machine has panicked a few times over the last two weeks or so, but based on the timestamps of the crash dumps and nagios complaints,

Re: Last current shows strange CAM/SCSI error on empty USB card reader on the boot

2013-05-02 Thread Steven Hartland
Yer, this one is slightly different issue than the one ken@ reported but its easy fixed, just needs:- Index: sys/cam/scsi/scsi_da.c === --- sys/cam/scsi/scsi_da.c (revision 250174) +++ sys/cam/scsi/scsi_da.c (working copy)

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Glen Barber
On Thu, May 02, 2013 at 12:25:08PM +0100, Robert N. M. Watson wrote: On 2 May 2013, at 11:42, Glen Barber wrote: Hmm. Perhaps it would be worthwhile for me to rebuild the current kernel with DDB support. It looks like the machine has panicked a few times over the last two weeks or so,

Re: Light humour

2013-05-02 Thread David Demelier
2013/4/28 Paul Webster paul.g.webs...@googlemail.com: Just got this link on IRC, (freenode/##freebsd) was so funny I thought I would see if I could get any of you guys to spit out you're coffee :) http://antibsd.wordpress.com/ Do not post any comment on that website ! The user will replace

Google Summer of Code 2013

2013-05-02 Thread Gavin Atkinson
Hi all, A reminder: The deadline for applications is 19:00 UTC Friday May 3rd (tomorrow). FreeBSD is pleased to announce that once again we have been selected to participate in the Google Summer of Code program. This gives University students the opportunity to earn a $5000 USD stipend in

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Dimitry Andric
On 2013-05-02 12:06, Davide Italiano wrote: On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function 'iap_allocate_pmc':

Current r250174 repeatable panic

2013-05-02 Thread Andrey Smagin
Today current paniced after some minutes of network load. Kernel conf is GENERIC with added ROUTETABLES=16 option. Screenshoots http://vvtlan.ru/panic1.jpg http://vvtlan.ru/panic2.jpg . ___ freebsd-current@freebsd.org mailing list

Re: Light humour

2013-05-02 Thread Eitan Adler
On 2 May 2013 08:21, David Demelier demelier.da...@gmail.com wrote: 2013/4/28 Paul Webster paul.g.webs...@googlemail.com: Just got this link on IRC, (freenode/##freebsd) was so funny I thought I would see if I could get any of you guys to spit out you're coffee :)

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 3:10 PM, Dimitry Andric d...@freebsd.org wrote: On 2013-05-02 12:06, Davide Italiano wrote: On Thu, May 2, 2013 at 8:43 AM, Andrey Chernov a...@freebsd.org wrote: cc1: warnings being treated as errors /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c: In function

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Andrey Chernov
On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 You can find a patch attached at the end of this mail that should fix the problem. Thanks, it

Re: Last current shows strange CAM/SCSI error on empty USB card reader on the boot

2013-05-02 Thread Andrey Chernov
On 02.05.2013 15:33, Steven Hartland wrote: Yer, this one is slightly different issue than the one ken@ reported but its easy fixed, just needs:- Index: sys/cam/scsi/scsi_da.c === --- sys/cam/scsi/scsi_da.c (revision 250174)

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Davide Italiano
On Thu, May 2, 2013 at 3:42 PM, Andrey Chernov a...@freebsd.org wrote: On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this function *** [hwpmc_core.o] Error code 1 You can find a patch

Re: Last current shows strange CAM/SCSI error on empty USB card reader on the boot

2013-05-02 Thread Steven Hartland
r250181 should fix this Andrey:- http://svnweb.freebsd.org/changeset/base/250181 Regards Steve - Original Message - From: Alexander Motin m...@freebsd.org Thank you for the report. It is known issue. Steven (the author) is already testing the solution. On 02.05.2013 09:51,

files disappearing from ls on NFS

2013-05-02 Thread Hartmut Brandt
Hi, I've updated one of my -current machines this week (previous update was in february). Now I see a strange effect (it seems only on NFS mounts): ls or even echo * will list only some files (strange enough the first files from the normal, alphabetically ordered list). If I change something

Re: files disappearing from ls on NFS

2013-05-02 Thread Freddie Cash
There was just a security update that dealt with changes to getdirent or something along those lines. Check the security notices, and then see if reverting that change makes a difference. It was just in the past week here. On Thu, May 2, 2013 at 9:11 AM, Hartmut Brandt

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread John Baldwin
On Thursday, May 02, 2013 5:27:39 am Robert N. M. Watson wrote: On 2 May 2013, at 01:57, Glen Barber wrote: So, I am admittedly not too familiar with DDB. In fact, I just now realize the kernel is built without DDB... DDB is a very powerful tool in that it's been custom-developed to

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread John Baldwin
On Thursday, May 02, 2013 7:25:08 am Robert N. M. Watson wrote: On 2 May 2013, at 11:42, Glen Barber wrote: Hmm. Perhaps it would be worthwhile for me to rebuild the current kernel with DDB support. It looks like the machine has panicked a few times over the last two weeks or so, but

Re: LOR: two vfs_bio.c:3070, ufs_dirhash.c:284 and vfs_mount.c:851, vfs_subr.c:2167

2013-05-02 Thread John Baldwin
On Thursday, May 02, 2013 3:55:25 am Ian FREISLICH wrote: Hi I'm getting these two LORs at boot time, they don't seem to be known on http://ipv4.sources.zabbadoz.net/freebsd/lor.html lock order reversal: 1st 0xff83e37ee938 bufwait (bufwait) @ /usr/src/sys/kern/vfs_bio.c:3070 2nd

Re: files disappearing from ls on NFS

2013-05-02 Thread Hartmut Brandt
On Thu, 2 May 2013, Freddie Cash wrote: FCThere was just a security update that dealt with changes to getdirent or FCsomething along those lines. FC FCCheck the security notices, and then see if reverting that change makes a FCdifference. FC FCIt was just in the past week here. If you mean

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread Ian FREISLICH
John Baldwin wrote: On Thursday, May 02, 2013 7:25:08 am Robert N. M. Watson wrote: On 2 May 2013, at 11:42, Glen Barber wrote: Hmm. Perhaps it would be worthwhile for me to rebuild the current kernel with DDB support. It looks like the machine has panicked a few times over the

Re: Kernel build error in hwpmc with system GNU cc

2013-05-02 Thread Konstantin Belousov
On Thu, May 02, 2013 at 04:12:36PM +0200, Davide Italiano wrote: On Thu, May 2, 2013 at 3:42 PM, Andrey Chernov a...@freebsd.org wrote: On 02.05.2013 14:06, Davide Italiano wrote: /usr/src/sys/modules/hwpmc/../../dev/hwpmc/hwpmc_core.c:1935: warning: 'map' may be used uninitialized in this

Re: Current r250174 repeatable panic

2013-05-02 Thread David Wolfskill
On Thu, May 02, 2013 at 05:10:43PM +0400, Andrey Smagin wrote: Today current paniced after some minutes of network load. Kernel conf is GENERIC with added ROUTETABLES=16 option. Screenshoots http://vvtlan.ru/panic1.jpg http://vvtlan.ru/panic2.jpg . ... I was able to build boot: FreeBSD

buildworld of HEAD failing under 8.1-RELEASE

2013-05-02 Thread Ryan Stone
I am getting the following error when trying to build HEAD on an 8.1-RELEASE build machine (i386 jail on an amd64 host): === lib/clang/libllvmanalysis (all) /usr/d2/users/rstone/git/svos/lib/clang/libllvmanalysis/../../../contrib/llvm/lib/Analysis/ConstantFolding.cpp: In function 'llvm::Constant*

Re: panic: in_pcblookup_local (?)

2013-05-02 Thread John Baldwin
On Thursday, May 02, 2013 1:53:47 pm Ian FREISLICH wrote: John Baldwin wrote: On Thursday, May 02, 2013 7:25:08 am Robert N. M. Watson wrote: On 2 May 2013, at 11:42, Glen Barber wrote: Hmm. Perhaps it would be worthwhile for me to rebuild the current kernel with DDB

Re: buildworld of HEAD failing under 8.1-RELEASE

2013-05-02 Thread Nikolai Lifanov
On 05/02/2013 02:28 PM, Ryan Stone wrote: I am getting the following error when trying to build HEAD on an 8.1-RELEASE build machine (i386 jail on an amd64 host): === lib/clang/libllvmanalysis (all)

No ATA disks on 9.1

2013-05-02 Thread Alex Keda
see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html today, I have time and try find problem commit for 9-stable 2012.05.04.15.20.00 - all work OK 2012.05.05.00.00.00 - cannot boot it's only two kernel-related file for this period: Edit

Re: Virtualbox addition in FreeBSD -current guest OS?

2013-05-02 Thread Bernhard Fröhlich
This should be fixed together with the update to 4.2.12 now. On Fri, Apr 26, 2013 at 7:43 PM, Mark Johnston mark...@gmail.com wrote: On Fri, Apr 26, 2013 at 11:07:35AM -0400, Glen Barber wrote: On Fri, Apr 26, 2013 at 11:02:10AM -0400, Mark Johnston wrote: On Fri, Apr 26, 2013 at 10:49:55AM

Re: buildworld of HEAD failing under 8.1-RELEASE

2013-05-02 Thread Dimitry Andric
On May 2, 2013, at 20:28, Ryan Stone ryst...@gmail.com wrote: I am getting the following error when trying to build HEAD on an 8.1-RELEASE build machine (i386 jail on an amd64 host): === lib/clang/libllvmanalysis (all)

Re: buildworld of HEAD failing under 8.1-RELEASE

2013-05-02 Thread Ryan Stone
On Thu, May 2, 2013 at 7:02 PM, Dimitry Andric d...@freebsd.org wrote: On May 2, 2013, at 20:28, Ryan Stone ryst...@gmail.com wrote: I am getting the following error when trying to build HEAD on an 8.1-RELEASE build machine (i386 jail on an amd64 host): === lib/clang/libllvmanalysis

Re: Virtualbox addition in FreeBSD -current guest OS?

2013-05-02 Thread Glen Barber
On Fri, May 03, 2013 at 12:13:58AM +0200, Bernhard Fröhlich wrote: This should be fixed together with the update to 4.2.12 now. Thank you. Glen pgplW_7fUjT3v.pgp Description: PGP signature

Re: No ATA disks on 9.1

2013-05-02 Thread Alex Keda
03.05.2013 00:18, Alex Keda пишет: see begin in: http://lists.freebsd.org/pipermail/freebsd-current/2012-November/038000.html today, I have time and try find problem commit for 9-stable 2012.05.04.15.20.00 - all work OK 2012.05.05.00.00.00 - cannot boot I try build after Edit