Bug 40332 - services/start_manual: IOError
services/start_manual: IOError
Status: CLOSED DUPLICATE of bug 34234
Product: UCS
Classification: Unclassified
Component: UMC - System services
UCS 4.1
Other Linux
: P5 normal (vote)
: UCS 4.1-x
Assigned To: Philipp Hahn
Florian Best
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2015-12-22 17:58 CET by Florian Best
Modified: 2023-03-25 06:41 CET (History)
0 users

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional): Error handling, External feedback
Max CVSS v3 score:
best: Patch_Available+


Attachments
patch (711 bytes, patch)
2016-01-08 17:50 CET, Florian Best
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Florian Best univentionstaff 2015-12-22 17:58:43 CET
Die Ausführung des Kommandos services/start_manual ist fehlgeschlagen:

Traceback (most recent call last):
  File "%PY2.7%/univention/management/console/base.py", line 283, in execute
    function(self, request)
  File "%PY2.7%/univention/management/console/modules/services/__init__.py", line 162, in start_type
    srvs = usi.ServiceInfo()
  File "%PY2.7%/univention/service_info.py", line 106, in __init__
    self.update_services()
  File "%PY2.7%/univention/service_info.py", line 140, in update_services
    self.__update_status( name, serv )
  File "%PY2.7%/univention/service_info.py", line 132, in __update_status
    if prog and not pidof( prog.strip() ):
  File "%PY2.7%/univention/service_info.py", line 70, in pidof
    fd = open( cmdline )
IOError: [Errno 2] Datei oder Verzeichnis nicht gefunden: '/proc/13526/cmdline'

Version:
4.1-0 errata36 (Vahr)
Comment 1 Florian Best univentionstaff 2016-01-08 17:50:12 CET
Created attachment 7397 [details]
patch
Comment 2 Florian Best univentionstaff 2016-09-15 14:19:38 CEST

*** This bug has been marked as a duplicate of bug 34234 ***
Comment 3 Florian Best univentionstaff 2016-09-20 18:05:06 CEST
Yes, duplicate.