polyduekes
use curl -LO
the same error happens with another error
Jekyll
Works fine here.
Jekyll
Rincewind
curl -O without L
polyduekes
hmm, i wonder what could be wrong with my system
polyduekes
ping doesn't work as well, but wget works
polyduekes
anyone has any idea what could be the issue?
Gowen
Are you inside a jail?
Jekyll
What do you mean by wget works? Seems to be different links.
Jekyll
That's weird. Add -v ?
polyduekes
although you didn't even had to specify the handshake protocol
polyduekes
so something is wrong with my system
polyduekes
also btw
polyduekes
my end goal is making pip install frida-tools work, so i would be glad if someone could check that pip install frida-tools Collecting frida-tools Using cached frida_tools-13.6.1-py3-none-any.whl Requirement already satisfied: colorama<1.0.0,>=0.2.7 in /usr/local/lib/python3.11/site-packages (from frida-tools) (0.4.6) Collecting frida<17.0.0,>=16.2.2 (from frida-tools) Using cached frida-16.6.6.tar.gz (920 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: prompt-toolkit<4.0.0,>=2.0.0 in /usr/local/lib/python3.11/site-packages (from frida-tools) (3.0.48) Requirement already satisfied: pygments<3.0.0,>=2.0.2 in /usr/local/lib/python3.11/site-packages (from frida-tools) (2.18.0) Collecting websockets<14.0.0,>=13.0.0 (from frida-tools) Using cached websockets-13.1-py3-none-any.whl.metadata (6.8 kB) Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/site-packages (from prompt-toolkit<4.0.0,>=2.0.0->frida-tools) (0.2.13) Using cached websockets-13.1-py3-none-any.whl (152 kB) Building wheels for collected packages: frida Building wheel for frida (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for frida (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [84 lines of output] running bdist_wheel running build running build_py creating build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/__init__.py -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/core.py -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/py.typed -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida creating build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida copying frida/_frida/__init__.pyi -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida copying frida/_frida/py.typed -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida running build_ext gmake[1]: Entering directory '/tmp/pip-install-a3i5b4xm/frida_267fc776b338431e82a38c7e2257d3d5' Makefile:3: target 'all' given more than once in the same rule Downloading toolchain 20250114... <urlopen error [Errno 54] Connection reset by peer> gmake[1]: *** [Makefile:4: all] Error 1 gmake[1]: Leaving directory '/tmp/pip-install-a3i5b4xm/frida_267fc776b338431e82a38c7e2257d3d5' *** Error code 2
polyduekes
my end goal is making pip install frida-tools work, so i would be glad if someone could check that pip install frida-tools Collecting frida-tools Using cached frida_tools-13.6.1-py3-none-any.whl Requirement already satisfied: colorama<1.0.0,>=0.2.7 in /usr/local/lib/python3.11/site-packages (from frida-tools) (0.4.6) Collecting frida<17.0.0,>=16.2.2 (from frida-tools) Using cached frida-16.6.6.tar.gz (920 kB) Installing build dependencies ... done Getting requirements to build wheel ... done Preparing metadata (pyproject.toml) ... done Requirement already satisfied: prompt-toolkit<4.0.0,>=2.0.0 in /usr/local/lib/python3.11/site-packages (from frida-tools) (3.0.48) Requirement already satisfied: pygments<3.0.0,>=2.0.2 in /usr/local/lib/python3.11/site-packages (from frida-tools) (2.18.0) Collecting websockets<14.0.0,>=13.0.0 (from frida-tools) Using cached websockets-13.1-py3-none-any.whl.metadata (6.8 kB) Requirement already satisfied: wcwidth in /usr/local/lib/python3.11/site-packages (from prompt-toolkit<4.0.0,>=2.0.0->frida-tools) (0.2.13) Using cached websockets-13.1-py3-none-any.whl (152 kB) Building wheels for collected packages: frida Building wheel for frida (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for frida (pyproject.toml) did not run successfully. │ exit code: 1 ╰─> [84 lines of output] running bdist_wheel running build running build_py creating build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/__init__.py -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/core.py -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida copying frida/py.typed -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida creating build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida copying frida/_frida/__init__.pyi -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida copying frida/_frida/py.typed -> build/lib.freebsd-14.2-RELEASE-p1-amd64-cpython-311/frida/_frida running build_ext gmake[1]: Entering directory '/tmp/pip-install-a3i5b4xm/frida_267fc776b338431e82a38c7e2257d3d5' Makefile:3: target 'all' given more than once in the same rule Downloading toolchain 20250114... <urlopen error [Errno 54] Connection reset by peer> gmake[1]: *** [Makefile:4: all] Error 1 gmake[1]: Leaving directory '/tmp/pip-install-a3i5b4xm/frida_267fc776b338431e82a38c7e2257d3d5' *** Error code 2
i get the connection reset error while trying to install it
polyduekes
this info about "in the universe" seems new to me, what does it means?
polyduekes
even though portmaster on quarterly branch can find updates, why does pkg says no updates?
polyduekes
without compression for better visibility
Krond
Portmaster builds updates, if you haven't started the process there would be no packages.
Krond
I.e. portmaster works with ports, not packages.
polyduekes
Portmaster builds updates, if you haven't started the process there would be no packages.
so you mean the mirrors haven't started building the upgraded packages yet?
Krond
Dunno, I don't use package mirrors.
Maxim
why would the mirrors build any packages whatsoever?
polyduekes
why would the mirrors build any packages whatsoever?
don't they send precompiled packages that get installed when you use pkg?
polyduekes
the mirrors mirror the built packages
ah yes that's what i meant
polyduekes
i was saying mirrors to include all the mirror
polyduekes
sorry but it is still not clear to me why portmaster shows updates but pkg doesn't lol
Maxim
the repos might not have the updates yet?..
polyduekes
ah alr thanks
Maxim
to I mean, you first need to build the packages, then you have those on the mirrors; building for every supported version/architecture takes time
polyduekes
i was scared thinking my pc got compromised or something lol, since yesterday freebsd-update was acting a bit weird
Maxim
how's that a sign it has been compromised?..
polyduekes
how's that a sign it has been compromised?..
isn't but it just seemed weird so i started getting those ideas
polyduekes
i was scared thinking my pc got compromised or something lol, since yesterday freebsd-update was acting a bit weird
even though i had installed the 14.2-p2 update it was still showing up as p1 upon using uname, then i git pull 14.2 branch of src, make kernel and then it showed up as p2
polyduekes
uname shows the loaded kernel, not the installed one
yes, the default kernel was loaded not an older one
Maxim
not being calm harms your perception, that's what I see
Maxim
however telling someone to calm down usually has the opposite effect, unfortunately
polyduekes
haha true
Maxim
the reaction is usually "NO YOU CALM DOWN, I'M FREAKING OUT"
polyduekes
anyways the question as to why it wasn't showing up as p2 would remain unanswered for me i guess
Maxim
two possible reasons: a) no reboot between updates and checks; b) no update for the actual kernel
polyduekes
two possible reasons: a) no reboot between updates and checks; b) no update for the actual kernel
i checked both of them, for a) i made sure to check after rebooting after update, still no change for b) it seems to be an update to actual kernel since after building from src the kernel version string was changed to p2
Maxim
could be whatever
Jekyll
Ref: latest security advisory which can be found on FreeBSD official site.
polyduekes
Actually, updating 14.2-p1 to 14.2-p2 via freebsd-update only affects binaries which are related to openssh, no kernel update.
https://cgit.freebsd.org/src/commit/?h=releng/14.2&id=ac2cbb46b5f1efa7f7b5d4eb15631337329ec5b2 yes but i meant that the version string was updated
Jekyll
Also, afair, when updating with freebsd-update, newly installed/changed/removed file will be displayed for your information.
polyduekes
It doesn't matter if you don't update from src.
in my case i updated with src because after freebsd-update the version string didn't change
Jekyll
uname shows information from kernel, which was not updated, so that's correct.
Jekyll
Use freebsd-version -kru .
polyduekes
uname shows information from kernel, which was not updated, so that's correct.
the kernel was updated as you can see in the commit and additionally by p2 being shown after building from src
polyduekes
Use freebsd-version -kru .
but thanks, i would try that in future
polyduekes
Jekyll
Need the output of freebsd-version -kru
polyduekes
Need the output of freebsd-version -kru
what are you trying to check for btw?
Jekyll
what are you trying to check for btw?
Looks everything's fine. Check the man page of freebsd-update for the arguments.
polyduekes
and ofc freebsd-update install after that
Jekyll
Please, check the latest security advisory.
polyduekes
Please, check the latest security advisory.
because you want to show me that it was related to ssh?
Jekyll
I assume the Note in the Solution section is enough to answer your question.
polyduekes
hahaha well it's not quite fun when people don't answer straightforward but alr
Jekyll
Then why didn't you accept my straightforward suggestion to check what freebsd-version -kru do?
Maxim
this channel, man
polyduekes
heh
Jekyll
https://t.me/FreeBSD1/38404 i didn't check?
So it told you everything's fine, didn't it?
polyduekes
So it told you everything's fine, didn't it?
when did i said something's wrong now lmao?