-
Notifications
You must be signed in to change notification settings - Fork 20
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
Raspberry PI 5 #127
Comments
As Raspberry Pi is a ARM device, it is working with |
Got it. Thank you :) I seem to have it installed (and running?) but even after changing the conf-file port to 8090 i can't really see any trace of it. pi@raspberry5:~ $ sudo apt install ./webone.0.17.0.linux-arm64.deb I'm probably missing something obvious, but i'm not sure what that might be. |
|
Starting it with just plain webone gives loads of output that the ca md is too weak 10.06.2024 22:19:39.761+6259 >CONNECT auth.gog.com:443 (192.168.0.190) |
sudo service webone status gives: WebOne HTTP Proxy Server Jun 10 22:04:01 raspberry5 webone[3111]: WebOne HTTP Proxy Server 0.17.0 and cat /var/log/webone.log gives as follows: 10.06.2024 21:49:39 WebOne 0.17.0 --daemon (Linux 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) Arm64, Runtime 6.0.30 Arm64) log started. |
Seems that latest Raspbian have same bug as Debian 12. Its OpenSSL have permanently broken support for pre-SHA2 certificates. Try to change |
Made the change to /etc/webone.conf.d/my.conf as well as any webone.conf i had in /etc. This is the output i get (same issue): pi@raspberry5:/etc/webone.conf.d $ ls Jun 10 22:40:41 raspberry5 webone[3783]: WebOne HTTP Proxy Server 0.17.0 etc... |
What's really inside |
that is a mystery. Because even if the log output says "Jun 10 22:40:41 raspberry5 systemd[1]: webone.service: Deactivated successfully. when checking inside the "webone.conf.d" folder i have only this: pi@raspberry5:/etc/webone.conf.d $ ls -lag no ssl files in sight. |
Try reinstall OS on Pi's SD card from scratch. I've tested with Raspbian 11 (and partially 10, 12). |
I will do that, thx :) Some background: got delivery of this thing a few months back and installed (and updated everything) before installing an m.2 hat with nvme on it. but i will check what is needed to make it from scratch again. I'll report back. thx |
Before having reinstalled, i tried to simply execute it on the command-line with "webone" and this way it works perfectly fine "pi@raspberry5:~ $ webone Using configuration file webone.conf. Log output: 16.06.2024 18:01:09 WebOne 0.17.0 (Linux 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) Arm64, Runtime 6.0.30 Arm64) log started. Trying to start it as a service gives: 16.06.2024 18:02:28 WebOne 0.17.0 --daemon (Linux 6.6.28+rpt-rpi-2712 #1 SMP PREEMPT Debian 1:6.6.28-1+rpt1 (2024-04-22) Arm64, Runtime 6.0.30 Arm64) log started. Looking at the status: "○ webone.service - WebOne HTTP Proxy Server Jun 16 18:02:28 raspberry5 webone[3128]: https://github.com/atauenis/webone (on the side, i tried lthe same on the rPI4 and there also it starts when executed directly. But when starting it as a service, it complains about the /etc/webone directory being read-only) |
Try 0.16.3 for compare. I've using it on RPi 1 (ARMv6) with fresh install of Raspbian 10,11,12 without problems. Haven't tested with 0.17 currently (no enough free time). Raspbian 10 and 11 are running on a 4GB MicroSD card, 12 is on 32GB card. So 10 is a "standard" install, 11 is a "lite", and 12 is again "standard". Used regular RasPi Imager tool to flash, so all systems are default. There are no problems as listed in this bug report. Working just like on a regular x86_64 Debian system. |
Hi,
I tried to install Webone on RPI5 but it failed (following the Ubuntu 24.4 steps). The download works, but the install gives this:
$ sudo apt install ./webone.0.17.0.linux-amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'webone:amd64' instead of './webone.0.17.0.linux-amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
webone:amd64 : Depends: dotnet-runtime-6.0:amd64 but it is not installable
Recommends: yt-dlp:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.
and so i went and installed dotnet-runtime according to https://www.petecodes.co.uk/install-and-use-microsoft-dot-net-6-with-the-raspberry-pi/
rebooted
and then tried again, but still get the same error. Please advice
The text was updated successfully, but these errors were encountered: