Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#4732 - Samba and netfs daemons fail to start
Attached to Project:
Arch Linux
Opened by Shahar (sweiss) - Tuesday, 30 May 2006, 08:15 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 30 May 2006, 14:33 GMT
Opened by Shahar (sweiss) - Tuesday, 30 May 2006, 08:15 GMT
Last edited by Tobias Powalowski (tpowa) - Tuesday, 30 May 2006, 14:33 GMT
|
DetailsHello.
I've this really obscure problem: I have netfs and samba listed in my /etc/rc.conf's DAEMONS array. They both fail to start with the following error messages: samba: /etc/rc.d/samba: line 8: 3772 Aborted /usr/sbin/smbd -D /etc/rc.d/samba: line 8: 3773 Aborted /usr/sbin/nmbd -D netfs: mount.smbfs: gconv_db.c:232: __gconv_release_step: Assertion `step->__end_fct == ((void *)0)' failed. mount.smbfs: gconv_db.c:232: __gconv_release_step: Assertion `step->__end_fct == ((void *)0)' failed. When I start them manually they work. I've tried placing them in different positions in the DAEMONS array, I've also tried starting them through /etc/rc.local, but it didn't work. Only when the system was up entirely I could start these daemons, it seems. I thought this might be a kernel issue, but I've tested with both the Beyond and the stock kernel and got the same results. I was told it might be related to the recent changes in the testing repository, and was advised to report this as a bug, so there it is. Thanks. |
This task depends upon
Seems to be a glibc bug, will look at it tonight. This also kills xine when smbclient is installed.
xfmedia: gconv_db.c:232: __gconv_release_step: Assertion `step->__end_fct == ((void *)0)' failed.
I'm using testing, I'm completely up to date, and I've rebuilt xfmedia, but the error persists.
http://sourceware.org/cgi-bin/cvsweb.cgi/libc/iconv/gconv_db.c.diff?r1=1.52&r2=1.53&cvsroot=glibc
rebuilding with the patch applied, hope there's nothing more in glibc that breaks things.