View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0008541 | Taler | libeufin (general) | public | 2024-02-28 15:43 | 2024-04-15 21:32 |
Reporter | Antoine A | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Target Version | 0.10 | Fixed in Version | 0.10 | ||
Summary | 0008541: disable services by default | ||||
Description | We do run a command to have our services disabled and stopped by default: 'dh_installsystemd -plibeufin-bank --name=libeufin-bank --no-start --no-enable', but debian always starts them on installation. We need to examine why this happens. This also impact exchanges services | ||||
Tags | No tags attached. | ||||
|
We did not have explicit rules for the *.target files. I added those in 2aa7e168..7e9f2476. This MIGHT fix the issue, assuming the disabled services got triggered via the *enabled* targets! Please check if it is fixed! |
|
Unfortunately, it didn't work |
|
With the lastest package, I installed them on Debian and the services did NOT get started. In fact, Debian explicitly mentions this to me: # dpkg -i libeufin-bank_0.10.0_all.deb (Reading database ... 440724 files and directories currently installed.) Preparing to unpack libeufin-bank_0.10.0_all.deb ... Unpacking libeufin-bank (0.10.0) over (0.10.0) ... Setting up libeufin-bank (0.10.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/libeufin-bank.target → /lib/systemd/system/libeufin-bank.target. libeufin-bank-gc.service is a disabled or a static unit, not starting it. libeufin-bank-gc.timer is a disabled or a static unit, not starting it. libeufin-bank.service is a disabled or a static unit, not starting it. root@elma:/home/grothoff/research/taler# ps ax | grep java 135735 pts/0 S+ 0:00 grep java # dpkg -i libeufin-nexus_0.10.0_all.deb Selecting previously unselected package libeufin-nexus. (Reading database ... 440724 files and directories currently installed.) Preparing to unpack libeufin-nexus_0.10.0_all.deb ... Unpacking libeufin-nexus (0.10.0) ... Setting up libeufin-nexus (0.10.0) ... Created symlink /etc/systemd/system/multi-user.target.wants/libeufin-nexus.target → /lib/systemd/system/libeufin-nexus.target. libeufin-nexus-ebics-fetch.service is a disabled or a static unit, not starting it. libeufin-nexus-ebics-submit.service is a disabled or a static unit, not starting it. Processing triggers for man-db (2.11.2-2) ... |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-02-28 15:43 | Antoine A | New Issue | |
2024-02-28 15:43 | Antoine A | Status | new => assigned |
2024-02-28 15:43 | Antoine A | Assigned To | => Antoine A |
2024-04-02 17:50 | Christian Grothoff | Note Added: 0022085 | |
2024-04-02 22:54 | Antoine A | Note Added: 0022092 | |
2024-04-12 01:31 | Christian Grothoff | Note Added: 0022215 | |
2024-04-12 01:32 | Christian Grothoff | Assigned To | Antoine A => Christian Grothoff |
2024-04-12 01:32 | Christian Grothoff | Status | assigned => resolved |
2024-04-12 01:32 | Christian Grothoff | Resolution | open => fixed |
2024-04-12 01:32 | Christian Grothoff | Fixed in Version | => 0.10 |
2024-04-15 21:32 | Christian Grothoff | Status | resolved => closed |