panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe000000012d07b00, blocked for 902743 ticks

2013-09-25 Thread Anton Shterenlikht
FreeBSD mech-as221.men.bris.ac.uk 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #8 r255811: Tue Sep 24 09:04:17 BST 2013 r...@mech-as221.men.bris.ac.uk:/usr/obj/usr/src/sys/UZI ia64 panic: deadlkres: possible deadlock detected for 0xe00012d07b00, blocked for 902743 ticks cpuid = 1 KDB: stack backtr

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
Hello, Dimitry. You wrote 25 сентября 2013 г., 1:50:48: >> LS>> Now I have r255795/i386 built on r255795/amd64 (with "make TARGET=i386 >> buildworld >> LS>> buildkernel"). >> LS> Also, it could not start "make buildworld" by itself, as "mtree" >> complains >> LS> about line 2 of etc/mtree/BSD.

lang/gcc not build

2013-09-25 Thread Alexander Panyushkin
uname FreeBSD 10.0-ALPHA2 #0 r255833M: Tue Sep 24 10:21:04 EEST 2013 - make.conf CFLAGS= -O2 -march=athlon64-sse3 -mtune=athlon64-sse3

Re: panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe000000012d07b00, blocked for 902743 ticks

2013-09-25 Thread Davide Italiano
On Wed, Sep 25, 2013 at 11:11 AM, Anton Shterenlikht wrote: > FreeBSD mech-as221.men.bris.ac.uk 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #8 r255811: > Tue Sep 24 09:04:17 BST 2013 > r...@mech-as221.men.bris.ac.uk:/usr/obj/usr/src/sys/UZI ia64 > > panic: deadlkres: possible deadlock detected for 0xe0

[SOLVED] Re: FreeBSD 10.0 Alpha 2 panic "kernel trap 12 with interrupts disable"

2013-09-25 Thread Miguel Clara
On Wed, Sep 25, 2013 at 12:42 AM, Miguel Clara wrote: > Sorry for the late reply... > > Worked like a charm! So the issue should be indeed fixed! > > > On Sun, Sep 22, 2013 at 10:25 PM, Miguel Clara wrote: > >> Interesting Idea... I wasn't aware the snapshots were from previous >> versions before

Re: panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe000000012d07b00, blocked for 902743 ticks

2013-09-25 Thread Anton Shterenlikht
>From davide.itali...@gmail.com Wed Sep 25 16:12:47 2013 > >Can you please paste the output of 'show locks', 'show alllocks', >'show lockedvnods' at least? >Ideally you should provide all the informations listed here. >http://www.freebsd.org/doc/en/books/developers-handbook/kerneldebug-deadlocks.ht

Re: Doing it wrong: Building world with lang/clang-devel and lang/gcc49

2013-09-25 Thread Sean Bruno
On Tue, 2013-09-24 at 22:15 -0700, Sean Bruno wrote: > On Sun, 2013-09-22 at 16:53 -0500, Brooks Davis wrote: > > On Sat, Sep 21, 2013 at 03:42:16PM +0400, Lev Serebryakov wrote: > > > Hello, Sean. > > > You wrote 20 2013 ??., 22:39:30: > > > > > > SB> wow, that didn't work at all

Re: panic: make_dev_credv: bad si_name (error=17, si_name=iscsi)

2013-09-25 Thread Edward Tomasz Napierała
Wiadomość napisana przez Sergey Kandaurov w dniu 24 wrz 2013, o godz. 14:04: > On 24 September 2013 15:44, Edward Tomasz Napierała wrote: >> Wiadomość napisana przez Sergey Kandaurov w dniu 24 wrz >> 2013, o godz. 13:00: >>> On 24 September 2013 14:40, Sergey Kandaurov wrote: On 24 Septe

last.fm error

2013-09-25 Thread Ajtim
Hi! I tried to build last.fm on FreeBSD 10.0-ALPHA1 #0 r255501: Fri Sep 13 01:57:31 UTC 2013 r...@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 but it didn't work: /usr/local/bin/ld: ../build/last.fm/release/AbstractBootstrapper.o: undefined reference to symbol 'gzclose@@ZLIB_1.2.4

Re: panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe000000012d07b00, blocked for 902743 ticks

2013-09-25 Thread Davide Italiano
On Wed, Sep 25, 2013 at 5:30 PM, Anton Shterenlikht wrote: > >From davide.itali...@gmail.com Wed Sep 25 16:12:47 2013 >> >>Can you please paste the output of 'show locks', 'show alllocks', >>'show lockedvnods' at least? >>Ideally you should provide all the informations listed here. >>http://www.fr

panic: ia64 r255811: deadlkres: possible deadlock detected for 0xe0000000129b4d80, blocked for 901858 ticks

2013-09-25 Thread Anton Shterenlikht
This panic was triggered by "svn up", while portmaster updates were going on: FreeBSD mech-as221.men.bris.ac.uk 10.0-ALPHA2 FreeBSD 10.0-ALPHA2 #8 r255811: Tue Sep 24 09:04:17 BST 2013 r...@mech-as221.men.bris.ac.uk:/usr/obj/usr/src/sys/UZI ia64 - - - - - - - - - - Prior Console Output -

Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Doug Ambrisko
I don't know if others have run into this but I hit a problem with include/mk-osreldate.sh. It does a set -e to exit on commands failing and sources in sys/conf/newvers.sh to get various things set. In newvers.sh it does a bunch of if [ $? -eq 0 ]; then to decide what to do when i

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
Hello, Dimitry. You wrote 25 сентября 2013 г., 1:50:48: DA> I just tried buildworld TARGET=i386 on an amd64 host, and it worked just DA> fine. Are you using any make.conf or src.conf? Ok, one more full cycle (6+ hours) and it seems to work... -- // Black Lion AKA Lev Serebryakov

Re: and64-build i386 mtree doesn't work too (Re: r255795/i386 built on r255795/amd64 still could not start devdpassword)

2013-09-25 Thread Lev Serebryakov
Hello, Dimitry. You wrote 25 сентября 2013 г., 1:50:48: DA> I just tried buildworld TARGET=i386 on an amd64 host, and it worked just DA> fine. Are you using any make.conf or src.conf? Oh, I was too fast. It is not Ok. devd is started ok, yes. But I cannot change root password from console with:

Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Ian Lepore
On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: > I don't know if others have run into this but I hit a problem with > include/mk-osreldate.sh. It does a set -e to exit on commands failing > and sources in sys/conf/newvers.sh to get various things set. > In newvers.sh it does a bunch of >

Re: Problem with r255775 include/mk-osreldate.sh

2013-09-25 Thread Doug Ambrisko
On Wed, Sep 25, 2013 at 12:16:47PM -0600, Ian Lepore wrote: | On Wed, 2013-09-25 at 10:52 -0700, Doug Ambrisko wrote: | > I don't know if others have run into this but I hit a problem with | > include/mk-osreldate.sh. It does a set -e to exit on commands failing | > and sources in sys/conf/newvers

Re: lang/gcc not build

2013-09-25 Thread Dimitry Andric
On Sep 25, 2013, at 15:17, Alexander Panyushkin wrote: > uname > FreeBSD 10.0-ALPHA2 #0 r255833M: Tue Sep 24 10:21:04 EEST 2013 > - > >

r255873: ahcich7: Timeout on slot 0 port 0 FLOODING kernel messages

2013-09-25 Thread O. Hartmann
Rebooting into CURRENT r255873 floods the kernel messages with ahcich7: Timeout on slot 0 port 0 ahcich7: is cs 0001 ss rs 0001 tfd c0 serr cmd 0004c017 What is this supposed to mean? Is this a GEOM pollution of the outer world? Regards, oh signature.asc De