Open gonciarz opened 1 year ago
I think you need to use beesd@a88fbf6f-df4b-42bd-936c-13acf504681c.service
instead...
It works now, thank you. Please consider a doc improvements. It is not obvious.
I'm having a similar issue, except the proposed solution isn't working.
cat /etc/fstab | grep btrfs
/dev/mapper/root / btrfs defaults 0 1
/dev/mapper/data /mnt/data btrfs defaults 0 2
btrfs filesystem show
Label: none uuid: a95a7c81-b878-4200-b608-0a4af0eb060f
Total devices 1 FS bytes used 138.67GiB
devid 1 size 231.88GiB used 176.02GiB path /dev/mapper/root
Label: 'Data' uuid: 4e95f1bb-7c15-4179-a283-35717bd2faa5
Total devices 1 FS bytes used 2.68TiB
devid 1 size 2.73TiB used 2.71TiB path /dev/mapper/data
head /etc/bees/data.conf
## Config for Bees: /etc/bees/beesd.conf.sample
## https://github.com/Zygo/bees
## It's a default values, change it, if needed
# How to use?
# Copy this file to a new file name and adjust the UUID below
# Which FS will be used
UUID=4e95f1bb-7c15-4179-a283-35717bd2faa
systemctl status beesd@4e95f1bb-7c15-4179-a283-35717bd2faa5.service
× beesd@4e95f1bb-7c15-4179-a283-35717bd2faa5.service - Bees (4e95f1bb-7c15-4179-a283-35717bd2faa5)
Loaded: loaded (/usr/lib/systemd/system/beesd@.service; enabled; preset: disabled)
Active: failed (Result: exit-code) since Mon 2023-07-31 21:45:34 BST; 5s ago
Duration: 34ms
Docs: https://github.com/Zygo/bees
Process: 370247 ExecStart=/usr/sbin/beesd --no-timestamps 4e95f1bb-7c15-4179-a283-35717bd2faa5 (code=exited, status=1/FAILURE)
Main PID: 370247 (code=exited, status=1/FAILURE)
CPU: 37ms
Jul 31 21:45:34 samurai systemd[1]: Started Bees (4e95f1bb-7c15-4179-a283-35717bd2faa5).
Jul 31 21:45:34 samurai beesd[370247]: ERROR: No config for 4e95f1bb-7c15-4179-a283-35717bd2faa5
Jul 31 21:45:34 samurai systemd[1]: beesd@4e95f1bb-7c15-4179-a283-35717bd2faa5.service: Main process exited, code=exited, status=1/FAILURE
Jul 31 21:45:34 samurai systemd[1]: beesd@4e95f1bb-7c15-4179-a283-35717bd2faa5.service: Failed with result 'exit-code'.
@Qwerty-Space
It seems you have a typo in your config file.
You have UUID=4e95f1bb-7c15-4179-a283-35717bd2faa
but the UUID in the service is 4e95f1bb-7c15-4179-a283-35717bd2faa5
.
@Qwerty-Space It seems you have a typo in your config file. You have
UUID=4e95f1bb-7c15-4179-a283-35717bd2faa
but the UUID in the service is4e95f1bb-7c15-4179-a283-35717bd2faa5
.
Haha thanks
Sometimes you just need that second pair of eyes, I guess
cat /etc/bees/bread.conf
cat /etc/fstab | grep btrfs
mount | grep bread
journalctl
uname -r
Did I miss anything? I would be appreciate for a help (perhaps a doc should be extended).