Snakeoil Forums
Problem with installing Snakeoil on Raspberry - Printable Version

+- Snakeoil Forums (https://forums.snakeoil-os.net)
+-- Forum: Snakeoil Topics (https://forums.snakeoil-os.net/Forum-Snakeoil-Topics)
+--- Forum: Support & Troubleshooting (https://forums.snakeoil-os.net/Forum-Support-Troubleshooting)
+--- Thread: Problem with installing Snakeoil on Raspberry (/Thread-Problem-with-installing-Snakeoil-on-Raspberry)



Problem with installing Snakeoil on Raspberry - szczemirek - 13-May-2021

What I'm doing wrong? Any help, please.

wget https://www.snakeoil-os.net/forums/attachment.php?aid=411
--2021-05-13 07:33:34--  https://www.snakeoil-os.net/forums/attachment.php?aid=411
Resolving www.snakeoil-os.net (www.snakeoil-os.net)... 2606:4700:3031::6815:21a0, 2606:4700:3034::ac43:a4c9, 172.67.164.201, ...
Connecting to www.snakeoil-os.net (www.snakeoil-os.net)|2606:4700:3031::6815:21a0|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-05-13 07:33:41 ERROR 403: Forbidden.


RE: Problem with installing Snakeoil on Raspberry - agent_kith - 13-May-2021

(13-May-2021, 02:36 PM)szczemirek Wrote: What I'm doing wrong? Any help, please.

wget https://www.snakeoil-os.net/forums/attachment.php?aid=411
--2021-05-13 07:33:34--  https://www.snakeoil-os.net/forums/attachment.php?aid=411
Resolving www.snakeoil-os.net (www.snakeoil-os.net)... 2606:4700:3031::6815:21a0, 2606:4700:3034::ac43:a4c9, 172.67.164.201, ...
Connecting to www.snakeoil-os.net (www.snakeoil-os.net)|2606:4700:3031::6815:21a0|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-05-13 07:33:41 ERROR 403: Forbidden.
Hmm. The forum requires you to login to download the file...

I've forgotten I have added this feature because some punk in the past created thousands of connections to download the file to wipe out the monthly bandwidth.  A denial of service attack.

Will update the wiki to not use wget or curl to download the files. You still can do this if u put in the correct headers with the token. Download from the browser, and then manually transfer it over.


RE: Problem with installing Snakeoil on Raspberry - ozcal - 01-Jun-2021

(13-May-2021, 04:07 PM)agent_kith Wrote:
(13-May-2021, 02:36 PM)szczemirek Wrote: What I'm doing wrong? Any help, please.

wget https://www.snakeoil-os.net/forums/attachment.php?aid=411
--2021-05-13 07:33:34--  https://www.snakeoil-os.net/forums/attachment.php?aid=411
Resolving www.snakeoil-os.net (www.snakeoil-os.net)... 2606:4700:3031::6815:21a0, 2606:4700:3034::ac43:a4c9, 172.67.164.201, ...
Connecting to www.snakeoil-os.net (www.snakeoil-os.net)|2606:4700:3031::6815:21a0|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2021-05-13 07:33:41 ERROR 403: Forbidden.
Hmm. The forum requires you to login to download the file...

I've forgotten I have added this feature because some punk in the past created thousands of connections to download the file to wipe out the monthly bandwidth.  A denial of service attack.

Will update the wiki to not use wget or curl to download the files. You still can do this if u put in the correct headers with the token. Download from the browser, and then manually transfer it over.

Trying to do a manual transfer from windows 10 to pi4 using wscp. Waht folder do I transfer the installer to because the os is saying it can't find the file when I try to run it ?


RE: Problem with installing Snakeoil on Raspberry - Snoopy8 - 01-Jun-2021

(01-Jun-2021, 03:50 PM)ozcal Wrote: Trying to do a manual transfer from windows 10 to pi4 using wscp. Waht folder do I transfer the installer to because the os is saying it can't find the file when I try to run it ?
Transfer SnakeOil installer to your home folder using WinSCP. Then use Putty to SSH into Pi, and run command sudo bash snakeoil-installer-1.2.0-armv7l.sh


RE: Problem with installing Snakeoil on Raspberry - ozcal - 02-Jun-2021

(01-Jun-2021, 06:10 PM)Snoopy8 Wrote:
(01-Jun-2021, 03:50 PM)ozcal Wrote: Trying to do a manual transfer from windows 10 to pi4 using wscp. Waht folder do I transfer the installer to because the os is saying it can't find the file when I try to run it ?
Transfer SnakeOil installer to your home folder using WinSCP. Then use Putty to SSH into Pi, and run command sudo bash snakeoil-installer-1.2.0-armv7l.sh

Thanks , that seems to be working.


RE: Problem with installing Snakeoil on Raspberry - mkysimes - 03-Jun-2021

(02-Jun-2021, 11:21 AM)ozcal Wrote:
(01-Jun-2021, 06:10 PM)Snoopy8 Wrote:
(01-Jun-2021, 03:50 PM)ozcal Wrote: Trying to do a manual transfer from windows 10 to pi4 using wscp. Waht folder do I transfer the installer to because the os is saying it can't find the file when I try to run it ?
Transfer SnakeOil installer to your home folder using WinSCP. Then use Putty to SSH into Pi, and run command sudo bash snakeoil-installer-1.2.0-armv7l.sh

Thanks , that seems to be working.
BTW, if you are using Rasbian (Buster) as your underlying OS you might have to install Samba seperately as the installer froze for me while trying to do just that. 
 
Code:
sudo apt-get install samba samba-common-bin

If using Ubuntu 20.04.2 LTS, all went fine for me.


RE: Problem with installing Snakeoil on Raspberry - Jimmy99 - 06-Aug-2021

Mine froze too. how do you get past it? Its stuck at

 * Checking package: nfs-common
      - Status: Already installed
    * Checking package: samba
      - Status: Installing...


Many thanks

EDIT: not long after posting the installer continued. I dont need to support file shares so it no bother.

    * Checking package: nfs-common
      - Status: Already installed
    * Checking package: samba
      - Status: Installing...
      - Status: Installing... OK
    * Checking package: python3-future
      - Status: Installing... OK


RE: Problem with installing Snakeoil on Raspberry - agent_kith - 06-Aug-2021

(06-Aug-2021, 01:39 PM)Jimmy99 Wrote: Mine froze too. how do you get past it? Its stuck at
It didn't freeze, just that it's taking a loooonggg time to install Samba.  Bored

Just have to be patient and wait it out and all will be good.


RE: Problem with installing Snakeoil on Raspberry - Bromf - 06-Aug-2021

Samba install ..... Wink   Just sing along whilst you wait...:-)
https://www.youtube.com/watch?v=a_XgQhMPeEQ