You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ /usr/bin/bee version
2.1.0-de7eccc1
$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Summary
bee was installed via apt install bee=2.1.0 and started via systemctl.
The configuration file is in /etc/bee/bee.yaml
Expected behaviour
I expect bee printconfig to return the configuration of the running bee... or at least sudo bee printconfig.
At the very very least I would expect sudo -u bee bee printconfig to print the correct config of the running bee and for the documentation to call out the need for sudo -u bee.
Actual behavior
bee printconfig prints the default configuration and completely ignores the configuration in /etc/bee that the running bee is using.
Steps to reproduce
install bee from apt repository.
Start bee with systemctl start bee.service
Context
Summary
bee
was installed viaapt install bee=2.1.0
and started viasystemctl
.The configuration file is in
/etc/bee/bee.yaml
Expected behaviour
I expect
bee printconfig
to return the configuration of the running bee... or at leastsudo bee printconfig
.At the very very least I would expect
sudo -u bee bee printconfig
to print the correct config of the running bee and for the documentation to call out the need forsudo -u bee
.Actual behavior
bee printconfig
prints the default configuration and completely ignores the configuration in/etc/bee
that the running bee is using.Steps to reproduce
install
bee
from apt repository.Start
bee
withsystemctl start bee.service
note:
Possible solution
query the running bee to dump its actually used configuration ?
The text was updated successfully, but these errors were encountered: