[Touch-packages] [Bug 1454173] Re: systemd creashes by simple typo

2015-05-12 Thread Seth Arnold
Thanks for taking the time to report this bug and helping to make Ubuntu
better. We appreciate the difficulties you are facing, but this appears
to be a regular (non-security) bug.  I have unmarked it as a security
issue since this bug does not show evidence of allowing attackers to
cross privilege boundaries nor directly cause loss of data/privacy.
Please feel free to report any other bugs you may find.

** Information type changed from Private Security to Public

-- 
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/1454173

Title:
  systemd creashes by simple typo

Status in systemd package in Ubuntu:
  New

Bug description:
  We simple crash systemd by

  
  # cat /etc/systemd/system/crash.service 
  [Unit]
  Description = Crash Me

  [Service]

  ExecStartPre =- /usr/bin/printf pre
  ExecStart= /usr/bin/printf  MAIN

  
  # systemctl daemon-reload
  # systemctl start crash

  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12
  09:28:18 UTC):

  systemd[1]: Caught ABRT, dumped core as pid 4471.

  
  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12 09:28:18 UTC):

  systemd[1]: Freezing execution.

  Failed to start crash.service: Connection reset by peer

  
  Jeah.
  It is all because of the Typo in ExecStartPre.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1454173] Re: systemd creashes by simple typo

2015-05-12 Thread Martin Pitt
Thanks for your report!

$ cat /tmp/foo.service 
[Service]
ExecStart=- /bin/echo hello
$ systemd-analyze verify /tmp/foo.service 
Assertion 'skip  l' failed at ../src/core/load-fragment.c:607, function 
config_parse_exec(). Aborting.


** Changed in: systemd (Ubuntu)
   Importance: Undecided = High

** Changed in: systemd (Ubuntu)
   Status: New = In Progress

** Changed in: systemd (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Summary changed:

- systemd creashes by simple typo
+ Assertion crash with ExecStart=- /path

-- 
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/1454173

Title:
  Assertion crash with ExecStart=- /path

Status in systemd package in Ubuntu:
  In Progress

Bug description:
  We simple crash systemd by

  
  # cat /etc/systemd/system/crash.service 
  [Unit]
  Description = Crash Me

  [Service]

  ExecStartPre =- /usr/bin/printf pre
  ExecStart= /usr/bin/printf  MAIN

  
  # systemctl daemon-reload
  # systemctl start crash

  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12
  09:28:18 UTC):

  systemd[1]: Caught ABRT, dumped core as pid 4471.

  
  Broadcast message from systemd-journald@infra2 (Tue 2015-05-12 09:28:18 UTC):

  systemd[1]: Freezing execution.

  Failed to start crash.service: Connection reset by peer

  
  Jeah.
  It is all because of the Typo in ExecStartPre.

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

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp