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

2016-03-20 Thread Konstantin Belousov
On Sun, Mar 20, 2016 at 09:28:13AM +0200, Oleg V. Nauman wrote: > Fatal error 'mutex 0x800632000 own 0x1885c 0x1885c is on list 0x0 > 0x80d46ebc0' > at line 155 in file /usr/src/lib/libthr/thread/thr_mutex.c (errno = 2 ) > > What I have got after applying this patch: > > #0 0x000805913d6a

nic ral0 not created

2016-03-20 Thread Nilton Jose Rizzo
Hi all, I'm download a least memstick image (20160308) and my notebook create a ral0 interface. look at this photo http://ibin.co/2XJ6CoBE6t2a The sistem reconise as a RT2790 Ralink but when I run the ifconfig command it's not showed. Have someone any idea? TIZ --- /

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Conrad Meyer
Try 'kldload mmc' first. 'sdhci_pci' is missing a MODULE_DEPEND on mmc. Best, Conrad On Sun, Mar 20, 2016 at 2:14 PM, Guido Falsi wrote: > Hi, > > I've just noticed a regression. > > I have been using mmc.ko, mmcsd.ko and sdhci.ko to use the integrated > SSD card reader on my laptop. > > I have

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Ian Lepore
On Sun, 2016-03-20 at 23:40 +0100, Jilles Tjoelker wrote: > On Sun, Mar 20, 2016 at 04:05:34PM -0600, Ian Lepore wrote: > > On Sun, 2016-03-20 at 22:33 +0100, Guido Falsi wrote: > > > On 03/20/16 22:21, Guido Falsi wrote: > > > > On 03/20/16 22:18, Conrad Meyer wrote: > > > > > Try 'kldload mmc' fi

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Jilles Tjoelker
On Sun, Mar 20, 2016 at 04:05:34PM -0600, Ian Lepore wrote: > On Sun, 2016-03-20 at 22:33 +0100, Guido Falsi wrote: > > On 03/20/16 22:21, Guido Falsi wrote: > > > On 03/20/16 22:18, Conrad Meyer wrote: > > > > Try 'kldload mmc' first. 'sdhci_pci' is missing a MODULE_DEPEND > > > > on mmc. > > >

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Ian Lepore
On Sun, 2016-03-20 at 22:33 +0100, Guido Falsi wrote: > On 03/20/16 22:21, Guido Falsi wrote: > > On 03/20/16 22:18, Conrad Meyer wrote: > > > Try 'kldload mmc' first. 'sdhci_pci' is missing a MODULE_DEPEND > > > on mmc. > > > > > > > As I said, when loading sdhci_pci I had already loaded module

Re: Possible problem with the ${name}_chdir variable behaviour in /etc/c.subr

2016-03-20 Thread Jilles Tjoelker
On Sun, Mar 20, 2016 at 05:51:30PM +, Tim Preston wrote: > I was having a problem making the audio/teamspeak3-server port start > fro the rc.d scripts on a -current box that I’ve just built. I > eventually traced this down to it not starting in the correct > directory. > Looking at the rc.d

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Guido Falsi
On 03/20/16 22:21, Guido Falsi wrote: > On 03/20/16 22:18, Conrad Meyer wrote: >> Try 'kldload mmc' first. 'sdhci_pci' is missing a MODULE_DEPEND on mmc. >> > > As I said, when loading sdhci_pci I had already loaded module mmc. > > Anyway I'll try that again just to make sure, maybe I missed it

Re: sdhci_pci.ko fails to load

2016-03-20 Thread Guido Falsi
On 03/20/16 22:18, Conrad Meyer wrote: > Try 'kldload mmc' first. 'sdhci_pci' is missing a MODULE_DEPEND on mmc. > As I said, when loading sdhci_pci I had already loaded module mmc. Anyway I'll try that again just to make sure, maybe I missed it and thought I had it loaded. I'll followup short

sdhci_pci.ko fails to load

2016-03-20 Thread Guido Falsi
Hi, I've just noticed a regression. I have been using mmc.ko, mmcsd.ko and sdhci.ko to use the integrated SSD card reader on my laptop. I have actively used it during a trip at the start of December, so I'm sure it did work as expected then with a kernel from the end of November. Today with rr2

Possible problem with the ${name}_chdir variable behaviour in /etc/c.subr

2016-03-20 Thread Tim Preston
I was having a problem making the audio/teamspeak3-server port start fro the rc.d scripts on a -current box that I’ve just built. I eventually traced this down to it not starting in the correct directory. Looking at the rc.d script I could see that it was attempting to chdir to the correct d

Re: USB disks attach after rootfs prompt

2016-03-20 Thread Poul-Henning Kamp
In message <9901a1b3-1629-4bc7-9f2c-d5b0f1f2b...@freebsd.org>, =?utf-8?Q?Edward _Tomasz_Napiera=C5=82a?= writes: >That's seriously weird. Did you see the messages about root mount waiting >for usbusX, with the patch applied? What's the hardware? The hardware is BHYVE. -- Poul-Henning

Re: USB disks attach after rootfs prompt

2016-03-20 Thread Edward Tomasz Napierała
Dnia 20.03.2016 o godz. 09:13 Poul-Henning Kamp napisał(a): > > In message <20160319215624.ga1...@brick.home>, Edward Tomasz > =?utf-8?Q?Napiera= > C5=82a?= writes: > >>> I am somewhat certain that this used to work... >> >> That might be my fault. > > I built this kernel overnight:

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

2016-03-20 Thread Konstantin Belousov
On Fri, Mar 18, 2016 at 07:57:30AM +0200, Oleg V. Nauman wrote: > 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 )

Re: USB disks attach after rootfs prompt

2016-03-20 Thread Poul-Henning Kamp
In message <20160319215624.ga1...@brick.home>, Edward Tomasz =?utf-8?Q?Napiera= C5=82a?= writes: >> I am somewhat certain that this used to work... > >That might be my fault. I built this kernel overnight: FreeBSD 11.0-CURRENT #2 r297053: Sun Mar 20 02:47:38 UTC 2016 Now it doe

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

2016-03-20 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