-
-
Notifications
You must be signed in to change notification settings - Fork 288
VPS install failing at iperf3 #3849
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
Comments
Just to make certain this was NOT my environment (I have a server colocated in a data center running ProxMox VE) I spun up a Debian 12 VM on VULTR and attempted the install there, I got the same result, fails at the same place. Also attempted an ubuntu 20.04 box with same result - fails at iperf3. |
Should be fixed. |
I code in php, myself - so I'm curious - what was root cause? |
It's here: Ysurac/openmptcprouter-vps@3f3962b |
D'oh! LOL Thanks for the quick fix! |
same thing happens now with iperf 13.18-2 on BuyVM. |
@mdp18 what is the error ? Did you try new script ? What script are you using ? |
It seems i'm facing the same issue on fresh install : Ubuntu 22.04.5 LTS on OVH VPS |
PR here : Ysurac/openmptcprouter-vps#104 |
It's a new error, fixed now thanks. Ubuntu is not supported anymore, only Debian. |
Same here on AWS t4g (ARM) : Build iperf3 package....
Cannot write to ‘-’ (Broken pipe). |
I think it's only an error on ARM. I will test. |
i've found a "fix" Line 591 i've change to It's not clean but it's work |
Yes it was the issue, I fixed it in snapshot VPS script (with a "*") |
Expected Behavior
Full, complete installation on VPS (debian 12)
Current Behavior
Install fails when you reach iperf3. See below relevant output:
Selecting previously unselected package libssl-dev:amd64.
(Reading database ... 74621 files and directories currently installed.)
Preparing to unpack .../libssl-dev_3.0.15-1
deb12u1_amd64.deb ...deb12u1) ...Unpacking libssl-dev:amd64 (3.0.15-1
Selecting previously unselected package libsctp1:amd64.
Preparing to unpack .../libsctp1_1.0.19+dfsg-2_amd64.deb ...
Unpacking libsctp1:amd64 (1.0.19+dfsg-2) ...
Selecting previously unselected package libsctp-dev:amd64.
Preparing to unpack .../libsctp-dev_1.0.19+dfsg-2_amd64.deb ...
Unpacking libsctp-dev:amd64 (1.0.19+dfsg-2) ...
Setting up libssl-dev:amd64 (3.0.15-1~deb12u1) ...
Setting up libsctp1:amd64 (1.0.19+dfsg-2) ...
Setting up libsctp-dev:amd64 (1.0.19+dfsg-2) ...
Setting up iperf3-build-deps (3.18-2) ...
Processing triggers for man-db (2.11.2-2) ...
Processing triggers for libc-bin (2.36-9+deb12u9) ...
Build iperf3 package....
Install iperf3 package...
Cannot write to ‘-’ (Broken pipe).
Possible Solution
Steps to Reproduce the Problem
Context (Environment)
Specifications
The text was updated successfully, but these errors were encountered: