[yast-devel] yast web service lighttpd startup errors
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 First error: /usr/sbin/lighttpd: Symbol `FamErrlist' has different size in shared object, consider re-linking traced to: http://www.nabble.com/Bug-437307:-lighttpd-fails-to-restart-after-update-td1... lighttpd requires libfam.so.0, which is provided by fam, or by gamin (http://www.gnome.org/~veillard/gamin/). What is gamin? an alternative gnome implementation, which like other examples (avahi, pulseaudio) provide an non-working alternative for a working system. I had gamin in my system from packman somehow. Argh! removed. Should we conflict with it? The startup error socket failed: Address family not supported by protocol Is because I had ipv6 disabled, but yastws config had it enabled, changing yastws's lighttpd.conf: server.use-ipv6 = "disable" May be this setting should be dynamic? Now http://localhost:8080/ I get YaST-Webservice REST Interface!!!!! yay. Cheers Duncan -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org iEYEARECAAYFAkmKLEUACgkQzR62qWZ+QtHWCwCfcC2LHFwQrYSZsFT+iMGaH6Kp 0TQAoMJ4lGjO8eiiOTjQLcMGE/+KrxB7 =2JEZ -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
Is because I had ipv6 disabled, but yastws config had it enabled, changing yastws's lighttpd.conf: server.use-ipv6 = "disable"
May be this setting should be dynamic? I am not sure cause on SLES products we HAVE to support ipv6 "out of the box" ( As far I know). That's why I have set.
Greetings Stefan -- ******************************************************************************* Stefan Schubert SUSE LINUX GmbH - Maxfeldstrasse 5 - D-90409 Nuernberg, Germany e-mail: schubi@suse.de ------------------------------------------------------------------------------- SUSE LINUX Products GmbH, GF: Markus Rex, HRB 16746 (AG Nürnberg) -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
On 2/5/2009 at 7:55 AM, Stefan Schubert <schubi@suse.de> wrote:
Is because I had ipv6 disabled, but yastws config had it enabled, changing yastws's lighttpd.conf: server.use-ipv6 = "disable"
May be this setting should be dynamic? I am not sure cause on SLES products we HAVE to support ipv6 "out of the box" ( As far I know). That's why I have set.
I remember having run almost in the same issue: - Installed openSUSE 11.1 - Installed lighttpd (works) - Start correclty fiddling with my config, disabling ipv6 in yast (no need for my home network and also the provider does not yet know what it is :) ) -> lighttpd does not know about this change and simply fails to start.. until I found the server.use-ipv6... (ok, did not take that long.. but having it coupled at least to the availability of IPV6 could be nice.). maybe something like server.use-ipv6 = {disabled|optional|enabled} could be an interesting enhancement for lighttpd and then the default should be set to optional, following the systems capabilities. Dominique -- To unsubscribe, e-mail: yast-devel+unsubscribe@opensuse.org For additional commands, e-mail: yast-devel+help@opensuse.org
participants (3)
-
Dominique Leuenberger
-
Duncan Mac-Vicar P.
-
Stefan Schubert