I just came across this issue when Appium (
https://github.com/appium/appium ) kills my session upon start.

After checking out the logs from Appium it tries to clear some potential
processes :

ps -ef | grep chromedriver_64 | grep -v grep |grep -e '--
port=9515\(\s.*\)\?$' | awk '{ print $2 }' | xargs kill -15

However since no processes are running at that point the command behaves
like doing :

echo | xargs kill -15

I also tested this command on CentOS 6.7 where it returns the kill
command help.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1577297

Title:
  echo | xargs kill -15 kills running window session

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/procps/+bug/1577297/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to