Bugzilla – Bug 626648
multipathd doesn't start as daemon, running in foreground works
Last modified: 2013-08-29 06:46:54 UTC
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.2.7) Gecko/20100713 Firefox/3.6.7 (.NET CLR 3.5.30729) The Multipathd daemon doesn't start, when started by the init script. No messages in the log, even when Arg "-v3" is given. Manual start as daemen also fails. Starting with the Arg "-d" (foreground mode) works. strace shows "normal end" of parend and child. Tests without and with a configuration file (/etc/multipath,conf) showed same results. Please help. Reproducible: Always Steps to Reproduce: 1.fresh installation 2.configer iscsi initiator and connect to target 3.start multipathd Actual Results: multipathd doesn't daemonize Expected Results: runing as daemon
Hi, downloading the multipath-tools-debugsource from the repo i noticed a difference in the version. The installed multipathd -k prints out "multipath-tools v0.4.9 (04/04, 2009), the provided debug source is version 0.4.8.51.3. Is this a mistake?
Hi, i have the same behaviour here. Dirty workaround (based on the foreground mode): /etc/init.d/multipathd: Line 26: ARGS="-d" Line 55: $DAEMON $ARGS &
Product not supported anymore.