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

Install failed on DSM7.0.1 (and a fix) #149

Open
spcqike opened this issue May 10, 2022 · 0 comments
Open

Install failed on DSM7.0.1 (and a fix) #149

spcqike opened this issue May 10, 2022 · 0 comments

Comments

@spcqike
Copy link

spcqike commented May 10, 2022

This post is not really a bug, but rather an info for others out there

I compiled WireGuard for my DS116 with its armada38x (I manually applied Fix 130 )

Manual update via package manager failed because the file has a wrong format or something like this.

I tried to install the spk via ssh (synopkg install <file.spk>), but still no luck.

Than I read that one must delete the old WireGuard installation beforehand.

So what worked for me:
Ssh into machine
Sudo su - to get root
Synopkg list - to show all installed packages
Synopkg stop WireGuard-1.0815 (don’t know the real version number, but I had to name WireGuard as it’s listed by synopkg List command)
Synopkg uninstall WireGuard-1.0815
Synopkg install <new.release.spk>
/var/packages/WireGuard/scripts/start (as mentioned in how-to)

It took me a while to get behind “stop and delete manually” so maybe this is helpful for some people :)

Greets

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

1 participant