It appears to be a bug caused by using this:

                system("lsof $backing_store &>/dev/null");


instead of:

                system("lsof $backing_store >/dev/null 2>&1");

-- 
tgtd target will not start unless it's configured with "allow-in-use yes"
https://bugs.launchpad.net/bugs/605721
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tgt in ubuntu.

-- 
Ubuntu-server-bugs mailing list
[email protected]
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to