Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No execute permissions on /usr/share/backuppc/bin/BackupPC #16

Closed
acranox opened this issue Jun 28, 2020 · 3 comments
Closed

No execute permissions on /usr/share/backuppc/bin/BackupPC #16

acranox opened this issue Jun 28, 2020 · 3 comments

Comments

@acranox
Copy link

acranox commented Jun 28, 2020

Building a package of 4.3.2 from the latest commit, 4e32d29 I ended up with it installing the program without execute permissions, so the service failed to start.
I'm not sure which commit introduced this behavior, but building from b1bbdd5 worked okay.

$ sudo bash -x  /etc/init.d/backuppc status
+ set -e
+ BINDIR=/usr/share/backuppc/bin
+ DATADIR=/var/lib/backuppc
+ USER=backuppc
+ NICE=0
+ test -f /etc/default/backuppc
+ . /etc/default/backuppc
++ NICE=0
+ NAME=backuppc
+ DAEMON=BackupPC
+ test -x /usr/share/backuppc/bin/BackupPC
+ exit 0


$ ls -l /usr/share/backuppc/bin/BackupPC
-rw-r--r-- 1 root root 87187 Jun 21 03:31 /usr/share/backuppc/bin/BackupPC
@raoulbhatia
Copy link
Owner

Closed via 0c7255f

@raoulbhatia
Copy link
Owner

Enhancement in 8cbeb6d

@raoulbhatia
Copy link
Owner

Hopefully final fix via 9c4f51a ;-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants