[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-06-24 Thread Billy Olsen
** Changed in: python-rtslib-fb (Ubuntu Focal) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715 Title: fails on install due to systemd-service/sysv-service

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-06-24 Thread Billy Olsen
Hi Christian, Thanks for the feedback, I see the error I made here. I confused this bug with bug #1865037, which actually adds the ConditionVirtualization=!container directive to the service file but was wrapped in the changelog. That's the change that needs to be made for focal so I'll do some

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-06-24 Thread Christian Ehrhardt 
Hi Billy, thanks for the ping! Before in comment #9 it was reported that our current reproducer/testcase wasn't present on Bionic/Focal. Also some of the fix was "make it as it was in focal" so soemthing is odd here. Do you happen to have a non-charm based way to trigger the issue on Focal that

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-06-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: python-rtslib-fb (Ubuntu Focal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-06-23 Thread Billy Olsen
This also affects Focal installs and it affects openstack upgrades where the cinder services are running in a container (see bug #1930455), and I think we should backport this patch to Focal as well. I'm going to nominate the series as such. ** Also affects: python-rtslib-fb (Ubuntu Focal)

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package python-rtslib-fb - 2.1.73-1ubuntu4.1 --- python-rtslib-fb (2.1.73-1ubuntu4.1) groovy; urgency=medium * Fix service fail on install due to name mismatch and lost mkdir (LP: #1916715) - d/python3-rtslib-fb.rtslib-fb-targetctl.service: add

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-04-07 Thread Christian Ehrhardt 
#2 Container without modules installed old: ● rtslib-fb-targetctl.service - LSB: Start LIO targets Loaded: loaded (/etc/init.d/rtslib-fb-targetctl; generated) Active: active (exited) since Wed 2021-04-07 06:14:25 UTC; 8s ago Docs: man:systemd-sysv-generator(8) Tasks: 0

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-23 Thread Brian Murray
Hello Christian, or anyone else affected, Accepted python-rtslib-fb into groovy-proposed. The package will build now and be available at https://launchpad.net/ubuntu/+source/python- rtslib-fb/2.1.73-1ubuntu4.1 in a few hours, and then in the -proposed repository. Please help us by testing this

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-15 Thread Utkarsh Gupta
Fix for Groovy is up already and should soon be uploaded (hopefully!). And this isn't really reproducible on Bionic or Focal. They seem to be installing just fine with `systemctl status rtslib-fb-targetctl.service` looking alright as well. -- You received this bug notification because you are a

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-12 Thread Utkarsh Gupta
** Description changed: + [Impact] + + The python3-rtslib-fb package fails to install. + On install: Setting up python3-rtslib-fb (2.1.74-0ubuntu1) ... Job for rtslib-fb-targetctl.service failed because the control process exited with error code. See "systemctl status

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-12 Thread Utkarsh Gupta
** Changed in: python-rtslib-fb (Ubuntu Groovy) Status: New => In Progress -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715 Title: fails on install due to systemd-service/sysv-service

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-12 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~utkarsh/ubuntu/+source/python-rtslib-fb/+git/python-rtslib-fb/+merge/399576 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715 Title:

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-12 Thread Utkarsh Gupta
Hi Sergio, > As you can read there, I did check if the package installed/uninstalled > correctly. Bryce also double-checked it. I don't know if the problem > is that we forgot to check if the systemd service file was up or not, > or something else. But then again, the error you posted happens

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-07 Thread Utkarsh Gupta
Hi Christian, > @Utkarsh is this still on your list of things to look at (at least > for groovy)? If you do so could you double check if bionic (or Focal) > needs a helping hand as well? Absolutely, shall do. I intend to get this done by this week. -- You received this bug notification because

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-07 Thread Christian Ehrhardt 
Thanks Adam for your input, this is absolutely worth to consider where we apply the change. But you mentioned Bionic where we only have old style init in the form of /etc/init.d/rtslib-fb-targetctl and IIRC that wasn't affected by the same issue. @Utkarsh is this still on your list of things to

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-03-05 Thread Adam Dyess
This change didn't work for me in bionic because of this: /lib/systemd/system/rtslib-fb-targetctl.service:9: Executable path is not absolute: mkdir -p /etc/rtslib-fb-target i had to change this: ExecStart=mkdir -p /etc/rtslib-fb-target to this: ExecStart=/bin/mkdir -p /etc/rtslib-fb-target

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-25 Thread Christian Ehrhardt 
** Changed in: python-rtslib-fb (Ubuntu Groovy) Assignee: (unassigned) => Utkarsh Gupta (utkarsh) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715 Title: fails on install due to

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-24 Thread Christian Ehrhardt 
We'd want to fix groovy as well I guess, adding server-next tag. ** Also affects: python-rtslib-fb (Ubuntu Groovy) Importance: Undecided Status: New ** Tags added: server-next -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-24 Thread Launchpad Bug Tracker
This bug was fixed in the package python-rtslib-fb - 2.1.74-0ubuntu2 --- python-rtslib-fb (2.1.74-0ubuntu2) hirsute; urgency=medium * Fix service fail on install due to name mismatch and lost mkdir (LP: #1916715) - d/python3-rtslib-fb.rtslib-fb-targetctl.service: add back

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-24 Thread Sergio Durigan Junior
This is strange, indeed. The MP for the merge is: https://code.launchpad.net/~sergiodj/ubuntu/+source/python-rtslib- fb/+git/python-rtslib-fb/+merge/397174 As you can read there, I did check if the package installed/uninstalled correctly. Bryce also double-checked it. I don't know if the

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-24 Thread Christian Ehrhardt 
P.S. I'm not sure how this evaded our detection on Sergio's merge in January nor in Groovy by Rafael. Maybe I'm mis-interpreting all the data ? -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715

[Bug 1916715] Re: fails on install due to systemd-service/sysv-service mismatch and lack of mkdir

2021-02-24 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/python-rtslib-fb/+git/python-rtslib-fb/+merge/398588 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1916715 Title: