unifi-utilities / unifios-utilities

A collection of enhancements for UnifiOS based devices
GNU General Public License v3.0
3.89k stars 416 forks source link

https://udm-boot.boostchicken.dev isn't reachable #219

Closed Leempi closed 3 years ago

Leempi commented 3 years ago

Describe the bug https://udm-boot.boostchicken.dev doesn't seem to be reachable.

SamErde commented 3 years ago

For now you can replace the line: curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.5_all.deb

with:
curl -L https://github.com/boostchicken/udm-utilities/blob/master/on-boot-script/packages/udm-boot_1.0.5_all.deb

Leempi commented 3 years ago

I sam

Yeah I managed to figure that out after looking up what -o was doing :D

I’ve managed to get this working, thanks so much!

I’ve a question though: when openvpn is running in the background, how can I check it’s actually running? And if it is, how can I kill or restart the process?

Karim

On 29Jul, 2021, at 17:26, Sam Erde @.***> wrote:

For now you can replace the line: curl -L https://udm-boot.boostchicken.dev -o udm-boot_1.0.5_all.deb

with: curl -L https://github.com/boostchicken/udm-utilities/blob/master/on-boot-script/packages/udm-boot_1.0.5_all.deb

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/boostchicken/udm-utilities/issues/219#issuecomment-889143091, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMKMVGRIYXWV6RKFDYSBTLT2FJJ7ANCNFSM5BFAG44Q.

SamErde commented 3 years ago

You can run podman ps to show containers that are running. There are also ways to execute commands within a running container, but I've never actually played with OpenVPN server and can't help you there specifically.

Leempi commented 3 years ago

I didn’t install podman

Is that the only way? i installed the bootscript and the split-vpn script.

Can i install podman separately from the above 2 scripts.

Sent from my iPhone

On Jul 29, 2021, at 7:41 PM, Sam Erde @.***> wrote:

 You can run podman ps to show containers that are running. There are also ways to execute commands within a running container, but I've never actually played with OpenVPN server and can't help you there specifically.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.

SamErde commented 3 years ago

The postman command will work out of the box.

Leempi commented 3 years ago

Thanks so much for you help.

When I run Podman ps as suggested it doesn’t show the openvpn connection started by the split-vpn script.

How do I kill the connection in ssh?

Karim

On 29Jul, 2021, at 20:01, Sam Erde @.***> wrote:

The postman command will work out of the box.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/boostchicken/udm-utilities/issues/219#issuecomment-889269271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMKMVHVFVYXZAY7THNGJQTT2F3LZANCNFSM5BFAG44Q.

Leempi commented 3 years ago

Hi Sam

Sorry, I’ve just realized you’re not the author of the script, but only including it on your UDM Tools page.

Please ignore the last email.

Karim

On 29Jul, 2021, at 21:25, Karim Noseir @.***> wrote:

Thanks so much for you help.

When I run Podman ps as suggested it doesn’t show the openvpn connection started by the split-vpn script.

How do I kill the connection in ssh?

Karim

On 29Jul, 2021, at 20:01, Sam Erde @. @.>> wrote:

The postman command will work out of the box.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/boostchicken/udm-utilities/issues/219#issuecomment-889269271, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMKMVHVFVYXZAY7THNGJQTT2F3LZANCNFSM5BFAG44Q.

peacey commented 3 years ago

Hi @Leempi,

I am the author of split-vpn. If you're still having issues, please open an issue on the split-vpn GitHub page. I will be happy to help.

mrkonyk commented 3 years ago

Tried, curl -L https://github.com/boostchicken/udm-utilities/blob/master/on-boot-script/packages/udm-boot_1.0.5_all.deb

Then dpkg command,

root@ubnt:/# dpkg -i udm-boot_1.0.5_all.deb

But I get,

dpkg: error: cannot access archive 'udm-boot_1.0.5_all.deb': No such file or directory

dtel commented 3 years ago

This worked for me. Note "?raw=true" at the end of the url.

curl -L https://github.com/boostchicken/udm-utilities/blob/master/on-boot-script/packages/udm-boot_1.0.5_all.deb?raw=true -o udm-boot_1.0.5_all.deb

magicdude4eva commented 3 years ago

Correct way is:

curl -L https://github.com/boostchicken/udm-utilities/raw/master/on-boot-script/packages/udm-boot_1.0.5_all.deb -o udm-boot_1.0.5_all.deb
dpkg -i udm-boot_1.0.5_all.deb
rohkaemper commented 3 years ago

Thanks to everyone for the workaround. I really appreciate the work done here and would love to see the project still lives on.

Does anybody know why the DNS is down? Is it a matter of donations?

YargaBHK commented 3 years ago

Why do I get this error after I run this : dpkg -i udm-boot_1.0.5_all.deb

dpkg-deb: error: 'udm-boot_1.0.5_all.deb' is not a debian format archive

boostchicken commented 3 years ago

Hey dude, Google let my domain expire and didnt alert me. Had to pay 112 dollars to get it back :(. Should be back soon though.

YargaBHK commented 3 years ago

Cool!

-bhk

On Aug 26, 2021, at 7:00 AM, John D. @.***> wrote:

 Hey dude, Google let my domain expire and didnt alert me. Had to pay 112 dollars to get it back :(. Should be back soon though.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.