touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #79798
[Bug 1457400] Re: linconnect_server.py hangs on shut down
What happens at shutdown is that all processes are sent SIGTERM, so that
they have a chance to intercept, save their state/clean up, etc. After a
timeout (default 90s) SIGKILL is sent. So it seems linconnect_server.py
does not actually shut down on SIGTERM?
I tried to download and install it, but the install.sh crashed in pip
with
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 304, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1178, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "/usr/lib/python2.7/dist-packages/pip/index.py", line 292, in find_requirement
elif is_prerelease(version) and not (self.allow_all_prereleases or req.prereleases):
File "/usr/lib/python2.7/dist-packages/pip/util.py", line 739, in is_prerelease
return any([any([y in set(["a", "b", "c", "rc", "dev"]) for y in x]) for x in parsed])
TypeError: 'int' object is not iterable
Can you try "pkill -fe linconnect_server.py" in a running session and
see if linconnect_server continues to run after that?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1457400
Title:
linconnect_server.py hangs on shut down
Status in systemd package in Ubuntu:
Incomplete
Bug description:
I use Ubuntu 15.04 with Unity, I have a SSD drive also. Very recently
onwards the ubuntu is taking long to shut down nearly 1:30 minutes.
I checked the shutdown log messages and I get the follow message.
A stop job is running for Session c2 of user ***** (25s/ 1min 30 s)
It count downs till 1:30 minutes and then shutdown the machine.
Why is it happening.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1457400/+subscriptions
References