root@lp1887744-f:~# dpkg -l systemd|grep systemd
ii  systemd        245.4-4ubuntu3.5 amd64        system and service manager
root@lp1887744-f:~# cat <<EOF > /crashsystemd@.service
> [Unit]
> Description=Template for instance %i
> 
> [Service]
> ExecStart=/bin/true
> EOF
root@lp1887744-f:~# 
root@lp1887744-f:~# cd /etc/systemd/system
root@lp1887744-f:/etc/systemd/system# ln -s /crashsystemd@.service 
crashsystemd.service
root@lp1887744-f:/etc/systemd/system# systemctl daemon-reload
root@lp1887744-f:/etc/systemd/system# systemctl start crashsystemd
Failed to start crashsystemd.service: Connection reset by peer
See system logs and 'systemctl status crashsystemd.service' for details.


root@lp1887744-f:~# dpkg -l systemd|grep systemd
ii  systemd        245.4-4ubuntu3.6 amd64        system and service manager
root@lp1887744-f:~# cat <<EOF > /crashsystemd@.service
> [Unit]
> Description=Template for instance %i
> 
> [Service]
> ExecStart=/bin/true
> EOF
root@lp1887744-f:~# 
root@lp1887744-f:~# cd /etc/systemd/system
root@lp1887744-f:/etc/systemd/system# ln -s /crashsystemd@.service 
crashsystemd.service
root@lp1887744-f:/etc/systemd/system# systemctl daemon-reload
root@lp1887744-f:/etc/systemd/system# systemctl start crashsystemd
root@lp1887744-f:/etc/systemd/system# 


** Tags removed: verification-needed verification-needed-focal 
verification-needed-groovy
** Tags added: verification-done verification-done-focal 
verification-done-groovy

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

Title:
  systemd dumps core on starting service: Assertion 'u->instance' failed
  at src/core/load-fragment.c:4798

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to