View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006769 | Taler | deployment and operations | public | 2021-02-24 16:54 | 2021-09-02 18:14 |
Reporter | Christian Grothoff | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | closed | Resolution | fixed | ||
Platform | i7 | OS | Debian GNU/Linux | OS Version | squeeze |
Product Version | git (master) | ||||
Target Version | 0.8 | Fixed in Version | 0.8 | ||
Summary | 0006769: debian package of exchange should have socket bound by systemd | ||||
Description | That way, we can bind to www-data for the group. | ||||
Additional Information | [Unit] Description=Taler Exchange Socket PartOf=taler-exchange-httpd.service [Socket] ListenStream=/home/exchange/sockets/exchange.http Accept=no Service=taler-exchange-httpd.service SocketUser=exchange SocketGroup=www-data SocketMode=0660 [Install] WantedBy=sockets.target | ||||
Tags | No tags attached. | ||||
|
[Unit] Description=Taler exchange HTTPD service AssertPathExists=/home/exchange/ After=network.target postgres.service Wants=taler-exchange-wirewatch.service taler-exchange-aggregator.service taler-exchange-transfer.service Requires=taler-exchange-httpd.socket taler-exchange-secmod-rsa.service taler-exchange-secmod-eddsa.service |
|
Fixed in a98e1312..294730cf |
|
Fix committed to master branch. |
exchange: master 294730cf 2021-04-18 04:21 Details Diff |
fix 0006769, plus some related configuration issues and better documentation |
Affected Issues 0006769 |
|
mod - debian/changelog | Diff File | ||
mod - debian/etc/taler-exchange.conf | Diff File | ||
mod - debian/etc/taler-wire.conf | Diff File | ||
mod - debian/taler-exchange.README.Debian | Diff File | ||
mod - debian/taler-exchange.postinst | Diff File | ||
mod - debian/taler-exchange.postrm | Diff File | ||
mod - src/exchange/taler-exchange-httpd.c | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2021-02-24 16:54 | Christian Grothoff | New Issue | |
2021-02-24 16:54 | Christian Grothoff | Status | new => assigned |
2021-02-24 16:54 | Christian Grothoff | Assigned To | => Christian Grothoff |
2021-02-24 16:54 | Christian Grothoff | Note Added: 0017563 | |
2021-04-18 02:23 | Christian Grothoff | Status | assigned => resolved |
2021-04-18 02:23 | Christian Grothoff | Resolution | open => fixed |
2021-04-18 02:23 | Christian Grothoff | Fixed in Version | => 0.9 |
2021-04-18 02:23 | Christian Grothoff | Note Added: 0017759 | |
2021-07-30 13:57 | Christian Grothoff | Fixed in Version | 0.9 => 0.8.1 |
2021-07-30 13:59 | Christian Grothoff | Target Version | 0.9 => 0.8.1 |
2021-07-30 14:01 | Christian Grothoff | Fixed in Version | 0.8.1 => 0.8 |
2021-07-30 14:02 | Christian Grothoff | Target Version | 0.8.1 => 0.8 |
2021-08-24 16:23 | Christian Grothoff | Status | resolved => closed |
2021-09-02 18:13 | Christian Grothoff | Changeset attached | => Taler-exchange master 294730cf |
2021-09-02 18:14 | Christian Grothoff | Note Added: 0018230 |