Binary file permissions issuedowload find binary , accidentally deleted /usr/bin/find binary filehow to fix...

How to say "is going" in Russian in "this game is going to perish"

Is this car delivery via Ebay Motors on Craigslist a scam?

Sense of humor in your sci-fi stories

Attach a visible light telescope to the outside of the ISS

Intern not wearing safety equipment; how could I have handled this differently?

What does "frozen" mean (e.g. for catcodes)?

What was the nature of the known bugs in the Space Shuttle software?

Ways to demonstrate ("show-off") contributions as an undergraduate in research

What does the multimeter dial do internally?

First road bike, decade old quality or lower end and new?

Why do airports remove/realign runways?

Why no parachutes in the Orion AA2 abort test?

QR codes, do people use them?

When moving a unique_ptr into a lambda, why is it not possible to call reset?

Shipped package arrived - didn't order, possible scam?

I don't want to be introduced as a "Minority Novelist"

Tesco's Burger Relish Best Before End date number

Did William Shakespeare hide things in his writings?

How to gather entities into sets?

Interpretation of non-significant results as "trends"

Was it ever illegal to name a pig "Napoleon" in France?

What exactly is a "murder hobo"?

How do I explain that I don't want to maintain old projects?

Array or vector? Two dimensional array or matrix?



Binary file permissions issue


dowload find binary , accidentally deleted /usr/bin/find binary filehow to fix potentially infected binary files?How to view a binary file?systemd and OpenVPN woes after an Ubuntu upgradeHow are binary files “binary”?How to reverse the content of binary file?Binary file not executableArch Linux stuck at “Loading version 240” after modifying configsReplace a binary file within another binary fileHow can I open a binary file with extension .chk or no extension?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







0















I've been facing an issue with NordVPN binary installation after I compiled a package and install it at the end it says processing changes... and then cannot remove /var/lib/nordvpn/data/insights.dat operation is not permitted and also the same with the servers.dat so when I run the following commands:



sudo chattr -i -a '/var/lib/nordvpn/data/insights.dat'
sudo chattr -i -a '/var/lib/nordvpn/data/servers.dat'
sudo chmod ugo+w '/var/lib/nordvpn/data/insights.dat'
sudo chmod ugo+w '/var/lib/nordvpn/data/servers.dat'


The installation works with no issues but after it is finished the permissions are locked/changed again and if I want to upgrade it the error comes back then I have to apply permissions again.



This is nordvpn.install file:



post_install() {
echo ':: In order to enable nordvpn you have to start the following service:'
echo ' sudo systemctl enable --now nordvpnd'
}

pre_remove() {
chattr -i /var/lib/nordvpn/data/*
}


There's nothing much to it. I even tried to remove the pre_remove option but no success.










share|improve this question





























    0















    I've been facing an issue with NordVPN binary installation after I compiled a package and install it at the end it says processing changes... and then cannot remove /var/lib/nordvpn/data/insights.dat operation is not permitted and also the same with the servers.dat so when I run the following commands:



    sudo chattr -i -a '/var/lib/nordvpn/data/insights.dat'
    sudo chattr -i -a '/var/lib/nordvpn/data/servers.dat'
    sudo chmod ugo+w '/var/lib/nordvpn/data/insights.dat'
    sudo chmod ugo+w '/var/lib/nordvpn/data/servers.dat'


    The installation works with no issues but after it is finished the permissions are locked/changed again and if I want to upgrade it the error comes back then I have to apply permissions again.



    This is nordvpn.install file:



    post_install() {
    echo ':: In order to enable nordvpn you have to start the following service:'
    echo ' sudo systemctl enable --now nordvpnd'
    }

    pre_remove() {
    chattr -i /var/lib/nordvpn/data/*
    }


    There's nothing much to it. I even tried to remove the pre_remove option but no success.










    share|improve this question

























      0












      0








      0








      I've been facing an issue with NordVPN binary installation after I compiled a package and install it at the end it says processing changes... and then cannot remove /var/lib/nordvpn/data/insights.dat operation is not permitted and also the same with the servers.dat so when I run the following commands:



      sudo chattr -i -a '/var/lib/nordvpn/data/insights.dat'
      sudo chattr -i -a '/var/lib/nordvpn/data/servers.dat'
      sudo chmod ugo+w '/var/lib/nordvpn/data/insights.dat'
      sudo chmod ugo+w '/var/lib/nordvpn/data/servers.dat'


      The installation works with no issues but after it is finished the permissions are locked/changed again and if I want to upgrade it the error comes back then I have to apply permissions again.



      This is nordvpn.install file:



      post_install() {
      echo ':: In order to enable nordvpn you have to start the following service:'
      echo ' sudo systemctl enable --now nordvpnd'
      }

      pre_remove() {
      chattr -i /var/lib/nordvpn/data/*
      }


      There's nothing much to it. I even tried to remove the pre_remove option but no success.










      share|improve this question














      I've been facing an issue with NordVPN binary installation after I compiled a package and install it at the end it says processing changes... and then cannot remove /var/lib/nordvpn/data/insights.dat operation is not permitted and also the same with the servers.dat so when I run the following commands:



      sudo chattr -i -a '/var/lib/nordvpn/data/insights.dat'
      sudo chattr -i -a '/var/lib/nordvpn/data/servers.dat'
      sudo chmod ugo+w '/var/lib/nordvpn/data/insights.dat'
      sudo chmod ugo+w '/var/lib/nordvpn/data/servers.dat'


      The installation works with no issues but after it is finished the permissions are locked/changed again and if I want to upgrade it the error comes back then I have to apply permissions again.



      This is nordvpn.install file:



      post_install() {
      echo ':: In order to enable nordvpn you have to start the following service:'
      echo ' sudo systemctl enable --now nordvpnd'
      }

      pre_remove() {
      chattr -i /var/lib/nordvpn/data/*
      }


      There's nothing much to it. I even tried to remove the pre_remove option but no success.







      arch-linux software-installation openvpn vpn binary






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 1 hour ago









      JoKeRJoKeR

      1741 silver badge11 bronze badges




      1741 silver badge11 bronze badges






















          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "106"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f528615%2fbinary-file-permissions-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes
















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Unix & Linux Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f528615%2fbinary-file-permissions-issue%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

          Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

          Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...