Jamesits / pve-fake-subscription

Disables the "No valid subscription" dialog on all Proxmox products.
Other
650 stars 65 forks source link

Systemd configuration files incorrect #9

Closed ioqy closed 1 year ago

ioqy commented 1 year ago
  1. The file /lib/systemd/system/pve-fake-subscription.timer.service is wrong and just a copy of /lib/systemd/system/pve-fake-subscription.timer
  2. The other two systemd files have permissions that systemd doesn't like and it writes warning messages into the journal sometimes (for instance after systemctl daemon-reload):
    Dec 13 10:51:58 pve systemd[1]: Configuration file /lib/systemd/system/pve-fake-subscription.timer is marked executable. Please remove executable permission bits. Proceeding anyway.
    Dec 13 10:51:58 pve systemd[1]: Configuration file /lib/systemd/system/pve-fake-subscription.timer is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
    Dec 13 10:51:58 pve systemd[1]: Configuration file /lib/systemd/system/pve-fake-subscription.service is marked executable. Please remove executable permission bits. Proceeding anyway.
    Dec 13 10:51:58 pve systemd[1]: Configuration file /lib/systemd/system/pve-fake-subscription.service is marked world-writable. Please remove world writability permission bits. Proceeding anyway.
Jamesits commented 1 year ago

duplicate of #3

Jamesits commented 1 year ago

File permission should be fixed in the latest release.