Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > Yes, please. It would be significantly easier to diagnose the problem if > the minimal example is provided. If not, please pack one crashing app > and all it non-system libraries and provide the tarball to me. Meantime you co

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Nikolai Lifanov
On 03/18/16 13:03, Allan Jude wrote: > On 2016-03-18 12:33, Guido Falsi wrote: >> Hi, >> >> I have just update one of my machines and noticed the booloaders files >> got quite fat in the last few days, some by a big margin. >> >> on an updated machine(r296993): >> >>> ls -l /boot/*boot* >> -r--r--r

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Warren Block
On Fri, 18 Mar 2016, Guido Falsi wrote: On 03/18/16 17:54, José Pérez wrote: Hi Guido, maybe it's because of this: https://svnweb.freebsd.org/base?view=revision&revision=296963 I see. There is a problem with this though, we have howtos suggesting 64K for the size of the freebsd-boot gpt par

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Thu, Mar 17, 2016 at 09:40:11PM +0200, Oleg V. Nauman wrote: > > I'm experiencing issue with threaded applications ( including many KDE > applications ) after recent CURRENT update. Attempt to start application > cause > Abort trap (6) with "Fatal error 'mutex is on list' at line 139 in fil

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Guido Falsi
On 03/18/16 17:54, José Pérez wrote: > Hi Guido, > maybe it's because of this: > https://svnweb.freebsd.org/base?view=revision&revision=296963 > I see. There is a problem with this though, we have howtos suggesting 64K for the size of the freebsd-boot gpt partition: https://wiki.freebsd.org/Roo

Re: USB disks attach after rootfs prompt

2016-03-19 Thread Edward Tomasz Napierała
On 0319T1509, Poul-Henning Kamp wrote: > > In message <1458397972.68920.69.ca...@freebsd.org>, Ian Lepore writes: > >On Sat, 2016-03-19 at 13:04 +, Poul-Henning Kamp wrote: > >> Running: > >> > >>FreeBSD 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC 2016 > >> > >> I tried "bo

Re: boot loaders got fatter in the last few days

2016-03-19 Thread José Pérez
Hi Guido, maybe it's because of this: https://svnweb.freebsd.org/base?view=revision&revision=296963 Regards, --- José Pérez El 2016-03-18 17:33, Guido Falsi escribió: Hi, I have just update one of my machines and noticed the booloaders files got quite fat in the last few days, some by a big m

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Freddie Cash
On Fri, Mar 18, 2016 at 10:39 AM, Conrad Meyer wrote: > On Fri, Mar 18, 2016 at 10:03 AM, Allan Jude > wrote: > > On 2016-03-18 12:33, Guido Falsi wrote: > >> > >> Hi, > >> > >> I have just update one of my machines and noticed the booloaders files > >> got quite fat in the last few days, some b

Panic on r297039 with nvidia-driver-340.93 and KDE5

2016-03-19 Thread Florian Limberger
Hi, I updated today to: > FreeBSD 11.0-CURRENT (GENERIC) #2 r297039+43ceb1f(master): > Sat Mar 19 12:06:37 CET 2016 and as always I recompiled the nvidia-driver-340, which updated from 340.76 to 340.93 Now I get reliable panics when starting KDE5 (from area51). An older version of dwm (self-

FreeBSD_HEAD_amd64_gcc4.9 - Build #1128 - Fixed

2016-03-19 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc4.9 - Build #1128 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1128/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1128/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Saturday 19 March 2016 21:47:57 Konstantin Belousov wrote: > On Sat, Mar 19, 2016 at 04:03:06PM +0200, Oleg V. Nauman wrote: > > Core was generated by `akonadi_baloo_index'. > > Program terminated with signal SIGABRT, Aborted. > > #0 0x000805630d6a in thr_kill () from /lib/libc.so.7 > > (gd

Re: xo_config.h missing?

2016-03-19 Thread Larry Rosenman
On Wed, Mar 16, 2016 at 08:28:26PM -0500, Larry Rosenman wrote: > ll_subdir_usr.bin/xo --- > /usr/src/contrib/libxo/xo/xo.c:16:10: fatal error: 'xo_config.h' file not > found > #include "xo_config.h" > > > > Path: /usr/src > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/h

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Sat, Mar 19, 2016 at 04:03:06PM +0200, Oleg V. Nauman wrote: > Core was generated by `akonadi_baloo_index'. > Program terminated with signal SIGABRT, Aborted. > #0 0x000805630d6a in thr_kill () from /lib/libc.so.7 > (gdb) bt > #0 0x000805630d6a in thr_kill () from /lib/libc.so.7 > #1

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Freddie Cash
On Fri, Mar 18, 2016 at 2:45 PM, Allan Jude wrote: > On 2016-03-18 17:41, Freddie Cash wrote: > >> >> On Fri, Mar 18, 2016 at 10:39 AM, Conrad Meyer > > wrote: >> >> On Fri, Mar 18, 2016 at 10:03 AM, Allan Jude > > wrote: >> > On

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Allan Jude
On 2016-03-18 17:48, Freddie Cash wrote: On Fri, Mar 18, 2016 at 2:45 PM, Allan Jude mailto:allanj...@freebsd.org>> wrote: On 2016-03-18 17:41, Freddie Cash wrote: On Fri, Mar 18, 2016 at 10:39 AM, Conrad Meyer mailto:c...@freebsd.org>

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > > Yes, please. It would be significantly easier to diagnose the problem if > > the minimal example is provided. If not, please pack one crashing app > > and all it

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Guido Falsi
On 03/18/16 19:05, Allan Jude wrote: > On 2016-03-18 13:51, Guido Falsi wrote: >> On 03/18/16 17:54, José Pérez wrote: >>> Hi Guido, >>> maybe it's because of this: >>> https://svnweb.freebsd.org/base?view=revision&revision=296963 >>> >> >> I see. >> >> There is a problem with this though, we have

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Allan Jude
On 2016-03-18 17:41, Freddie Cash wrote: On Fri, Mar 18, 2016 at 10:39 AM, Conrad Meyer mailto:c...@freebsd.org>> wrote: On Fri, Mar 18, 2016 at 10:03 AM, Allan Jude mailto:allanj...@freebsd.org>> wrote: > On 2016-03-18 12:33, Guido Falsi wrote: >> >> Hi, >> >> I ha

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Allan Jude
On 2016-03-18 13:42, Nikolai Lifanov wrote: On 03/18/16 13:03, Allan Jude wrote: On 2016-03-18 12:33, Guido Falsi wrote: Hi, I have just update one of my machines and noticed the booloaders files got quite fat in the last few days, some by a big margin. on an updated machine(r296993): ls -l

Re: USB disks attach after rootfs prompt

2016-03-19 Thread Justin Hibbits
On Sat, 19 Mar 2016 15:09:35 + "Poul-Henning Kamp" wrote: > > In message <1458397972.68920.69.ca...@freebsd.org>, Ian Lepore writes: > >On Sat, 2016-03-19 at 13:04 +, Poul-Henning Kamp wrote: > >> Running: > >> > >>FreeBSD 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC

xo_config.h missing?

2016-03-19 Thread Larry Rosenman
ll_subdir_usr.bin/xo --- /usr/src/contrib/libxo/xo/xo.c:16:10: fatal error: 'xo_config.h' file not found #include "xo_config.h" Path: /usr/src Working Copy Root Path: /usr/src URL: https://svn.freebsd.org/base/head Relative URL: ^/head Repository Root: https://svn.freebsd.org/base Repository UUI

Re: xo_config.h missing?

2016-03-19 Thread Jung-uk Kim
On 03/16/16 09:28 PM, Larry Rosenman wrote: > ll_subdir_usr.bin/xo --- > /usr/src/contrib/libxo/xo/xo.c:16:10: fatal error: 'xo_config.h' file not > found > #include "xo_config.h" > > > > Path: /usr/src > Working Copy Root Path: /usr/src > URL: https://svn.freebsd.org/base/head > Relative URL:

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Steven Hartland
On 18/03/2016 17:51, Guido Falsi wrote: On 03/18/16 17:54, José Pérez wrote: Hi Guido, maybe it's because of this: https://svnweb.freebsd.org/base?view=revision&revision=296963 I see. There is a problem with this though, we have howtos suggesting 64K for the size of the freebsd-boot gpt part

Re: USB disks attach after rootfs prompt

2016-03-19 Thread Poul-Henning Kamp
In message <1458397972.68920.69.ca...@freebsd.org>, Ian Lepore writes: >On Sat, 2016-03-19 at 13:04 +, Poul-Henning Kamp wrote: >> Running: >> >> FreeBSD 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC 2016 >> >> I tried "boot -a" and found that USB disks only attach *after* y

Re: Current-11 slow

2016-03-19 Thread Ultima
Upgrade your source and reinstall, this issue was fixed sometime around r296377. On Sat, Mar 19, 2016 at 10:44 AM, Baho Utot wrote: > Current-11 is slower than FreeBSD-10.2 on my dell lapfart > > I fetched and complied current-11 r296326 following the handbook. > I used a custom kernel config, m

Current-11 slow

2016-03-19 Thread Baho Utot
Current-11 is slower than FreeBSD-10.2 on my dell lapfart I fetched and complied current-11 r296326 following the handbook. I used a custom kernel config, make.conf and src.conf trying to create a "released" install. Is there any issues with my configuration or do I need to add anything. Fre

Re: USB disks attach after rootfs prompt

2016-03-19 Thread Ian Lepore
On Sat, 2016-03-19 at 13:04 +, Poul-Henning Kamp wrote: > Running: > > FreeBSD 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC 2016 > > I tried "boot -a" and found that USB disks only attach *after* you > enter some root filesystem. > > That's not terribly useful. > iirc, interrupt

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Saturday 19 March 2016 12:32:56 Konstantin Belousov wrote: > On Sat, Mar 19, 2016 at 12:24:11PM +0200, Oleg V. Nauman wrote: > > On Saturday 19 March 2016 12:14:33 Konstantin Belousov wrote: > > > On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > > > > On Friday 18 March 2016 11:

USB disks attach after rootfs prompt

2016-03-19 Thread Poul-Henning Kamp
Running: FreeBSD 11.0-CURRENT #32 r296137: Sat Feb 27 11:34:01 UTC 2016 I tried "boot -a" and found that USB disks only attach *after* you enter some root filesystem. That's not terribly useful. -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 p...@freebsd.org | TCP/IP s

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Friday 18 March 2016 03:30:51 Konstantin Belousov wrote: > On Thu, Mar 17, 2016 at 09:40:11PM +0200, Oleg V. Nauman wrote: > > I'm experiencing issue with threaded applications ( including many KDE > > > > applications ) after recent CURRENT update. Attempt to start application > > cause Abort

boot loaders got fatter in the last few days

2016-03-19 Thread Guido Falsi
Hi, I have just update one of my machines and noticed the booloaders files got quite fat in the last few days, some by a big margin. on an updated machine(r296993): > ls -l /boot/*boot* -r--r--r-- 1 root wheel8192 Mar 18 16:47 /boot/boot -r--r--r-- 1 root wheel 512 Mar 18 16:47 /boot

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Steven Hartland
On 18/03/2016 17:42, Nikolai Lifanov wrote: On 03/18/16 13:03, Allan Jude wrote: On 2016-03-18 12:33, Guido Falsi wrote: Hi, I have just update one of my machines and noticed the booloaders files got quite fat in the last few days, some by a big margin. on an updated machine(r296993): ls

Re: r296548 breaks external DP and HDMI on HD4000

2016-03-19 Thread Ian FREISLICH
Hi, It was running 2560x1440. I'm not sure if the chip can do 4k although tho Xorg probe suggests it might. Maybe the rest of the interface electronics can't support the higher clock rate. r296547 does correctly run the external monitor at 2560x1440. Sadly the monitor is an international fl

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Conrad Meyer
On Fri, Mar 18, 2016 at 10:03 AM, Allan Jude wrote: > On 2016-03-18 12:33, Guido Falsi wrote: >> >> Hi, >> >> I have just update one of my machines and noticed the booloaders files >> got quite fat in the last few days, some by a big margin. >> >> on an updated machine(r296993): >> >> -r--r--r--

FreeBSD_HEAD_amd64_gcc4.9 - Build #1127 - Failure

2016-03-19 Thread jenkins-admin
FreeBSD_HEAD_amd64_gcc4.9 - Build #1127 - Failure: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1127/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9/1127/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_amd64_gcc4.9

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Saturday 19 March 2016 12:23:45 Konstantin Belousov wrote: > On Sat, Mar 19, 2016 at 12:14:33PM +0200, Konstantin Belousov wrote: > > On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > > > On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > > > > On Fri, Mar 18, 2016 at

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Sat, Mar 19, 2016 at 12:24:11PM +0200, Oleg V. Nauman wrote: > On Saturday 19 March 2016 12:14:33 Konstantin Belousov wrote: > > On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > > > On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > > > > On Fri, Mar 18, 2016 at 08:14

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Saturday 19 March 2016 12:14:33 Konstantin Belousov wrote: > On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > > On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > > > On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > > > > Yes, please. It would b

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Sat, Mar 19, 2016 at 12:14:33PM +0200, Konstantin Belousov wrote: > On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > > On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > > > On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > > > > Yes, please. It

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Konstantin Belousov
On Sat, Mar 19, 2016 at 09:03:56AM +0200, Oleg V. Nauman wrote: > On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > > On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > > > Yes, please. It would be significantly easier to diagnose the problem if > > > the minimal ex

Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
I'm experiencing issue with threaded applications ( including many KDE applications ) after recent CURRENT update. Attempt to start application cause Abort trap (6) with "Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)" output on console.

FreeBSD_HEAD_i386 - Build #2618 - Still Failing

2016-03-19 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #2618 - Still Failing: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2618/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2618/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2618/console Change summari

Re: r296548 breaks external DP and HDMI on HD4000

2016-03-19 Thread Jean-Sébastien Pédron
On 14/03/2016 18:59, Ian FREISLICH wrote: > Hi Hi! > With r296548 on the following hardware: > > vgapci0@pci0:0:2:0: class=0x03 card=0x15171043 chip=0x01668086 > > I get the following console messages when X starts and my external > monitor (Samsung U28E590) goes into epileptic fit atta

FreeBSD_HEAD_i386 - Build #2619 - Fixed

2016-03-19 Thread jenkins-admin
FreeBSD_HEAD_i386 - Build #2619 - Fixed: Build information: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2619/ Full change log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2619/changes Full build log: https://jenkins.FreeBSD.org/job/FreeBSD_HEAD_i386/2619/console Change summaries: 296

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Hans Petter Selasky
Would the boot loaders be smaller if we had an amd64 linker with garbage collection? --HPS ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubsc

Re: xo_config.h missing?

2016-03-19 Thread Simon J. Gerraty
Jung-uk Kim wrote: > The attached patch fixed the build issues for me. Since xo_config.h does not look like part of public api, this seems appropriate. I've committed this, while I check for other fallout. Thanks > Jung-uk Kim ___ freebsd-current@fre

Re: boot loaders got fatter in the last few days

2016-03-19 Thread Allan Jude
On 2016-03-18 14:01, Steven Hartland wrote: On 18/03/2016 17:51, Guido Falsi wrote: On 03/18/16 17:54, José Pérez wrote: Hi Guido, maybe it's because of this: https://svnweb.freebsd.org/base?view=revision&revision=296963 I see. There is a problem with this though, we have howtos suggesting

Re: Fatal error 'mutex is on list' at line 139 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 35)

2016-03-19 Thread Oleg V. Nauman
On Friday 18 March 2016 11:55:31 Konstantin Belousov wrote: > On Fri, Mar 18, 2016 at 08:14:57AM +0200, Konstantin Belousov wrote: > > Yes, please. It would be significantly easier to diagnose the problem if > > the minimal example is provided. If not, please pack one crashing app > > and all it