Bug 30314

Summary: shutdown/systemctl падает с SIGABRT при указании незнакомой опции
Product: Sisyphus Reporter: Evgenii Terechkov <evg>
Component: systemd-sysvinitAssignee: Alexey Shabalin <shaba>
Status: NEW --- QA Contact: qa-sisyphus
Severity: major    
Priority: P3 CC: arseny, shaba
Version: unstableKeywords: systemd
Hardware: all   
OS: Linux   
Attachments:
Description Flags
Дамп упавшего процесса none

Description Evgenii Terechkov 2014-09-14 20:52:12 MSK
Created attachment 6141 [details]
Дамп упавшего процесса

========================================================
root@thinkpad ~ #shutdown -hF now
Code should not be reached 'Unhandled option' at src/systemctl/systemctl.c:6205, function shutdown_parse_argv(). Aborting.
[1]    16239 abort (core dumped)  shutdown -hF now
root@thinkpad ~ #ls -l /sbin/shutdown 
lrwxrwxrwx 1 root root 9 Sep 15 00:33 /sbin/shutdown -> systemctl
root@thinkpad ~ #rpm -qf /sbin/shutdown 
systemd-sysvinit-216-alt1
========================================================

Действительно, опция -F не поддерживается, но это не повод падать с вымётыванием дампа.