Bonjour Masto,
Est-ce que certain-e d'entre vous utilise des outils de gestion de réseaux sociaux ? Et si oui lesquels ?
Mixpost m'intéresse vraiment mais l'installation de l'autohébergement me fait paniquer... Est-ce certain-e (sans connaissance informatique spécifique) ont essayé ?

#ReseauxSociaux
#CommunityManagement
#Help

alcinnz
alcinnz boosted

Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!

I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!

Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?

Or could it be related to this?
=> https://stackoverflow.com/a/53635241

#Help #RustLang#CrossCompile#CrossCompilation

Output of the terminal after cross-compiling the whisper-rs crate from Linux to Windows (warning: the output is very long):

  -- Detecting C compiler ABI info - failed
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Check for working C compiler: /usr/bin/gcc
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Check for working C compiler: /usr/bin/gcc - broken
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Configuring incomplete, errors occurred!

  --- stderr
  ./whisper.cpp/ggml/include/ggml.h:210:10: fatal error: 'stdio.h' file not found
Output of the terminal after cross-compiling the whisper-rs crate from Linux to Windows (warning: the output is very long): -- Detecting C compiler ABI info - failed Called from: [3] /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Check for working C compiler: /usr/bin/gcc Called from: [3] /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Check for working C compiler: /usr/bin/gcc - broken Called from: [3] /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Configuring incomplete, errors occurred! --- stderr ./whisper.cpp/ggml/include/ggml.h:210:10: fatal error: 'stdio.h' file not found

Una ayudita para algún experto de systemd. Estoy intentando hacer una unit que corre un script de shell con un usuario que no es root, y el script de shell lo que hace es iniciar un container en podman.

Ya activé el lingering para el usuario. Pero me sale este error:

Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Scheduled restart job, restart counter is at 5.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Start request repeated too quickly.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Failed with result 'exit-code'.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: Failed to start create_httpd.service - Run an httpd container.

mas info abajo...

#systemd #linux #help #ayuda

Cross-compiling a #Rust project that has custom build scripts that build C/C++ dependencies is an absolute clusterfuck!

I'm trying to cross-compile a Rust project from #Linux -> #Windows (x86_64-pc-windows-gnu) and I get walls of errors!

Some I could already fix by setting env vars to different compilers (gcc, g++, oh my!), but now I'm stuck. Maybe some missing compiler flags to gcc?

Or could it be related to this?
=> https://stackoverflow.com/a/53635241

#Help #RustLang#CrossCompile#CrossCompilation

Output of the terminal after cross-compiling the whisper-rs crate from Linux to Windows (warning: the output is very long):

  -- Detecting C compiler ABI info - failed
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Check for working C compiler: /usr/bin/gcc
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Check for working C compiler: /usr/bin/gcc - broken
     Called from: [3]   /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake
                  [2]   /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake
                  [1]   /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt
  -- Configuring incomplete, errors occurred!

  --- stderr
  ./whisper.cpp/ggml/include/ggml.h:210:10: fatal error: 'stdio.h' file not found
Output of the terminal after cross-compiling the whisper-rs crate from Linux to Windows (warning: the output is very long): -- Detecting C compiler ABI info - failed Called from: [3] /usr/share/cmake-3.28/Modules/CMakeDetermineCompilerABI.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Check for working C compiler: /usr/bin/gcc Called from: [3] /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Check for working C compiler: /usr/bin/gcc - broken Called from: [3] /usr/share/cmake-3.28/Modules/CMakeTestCompilerCommon.cmake [2] /usr/share/cmake-3.28/Modules/CMakeTestCCompiler.cmake [1] /home/jan/Dev-Projects/repos/talky/target/x86_64-pc-windows-gnu/release/build/whisper-rs-sys-90a1c9a45fb90ba6/out/whisper.cpp/CMakeLists.txt -- Configuring incomplete, errors occurred! --- stderr ./whisper.cpp/ggml/include/ggml.h:210:10: fatal error: 'stdio.h' file not found

Una ayudita para algún experto de systemd. Estoy intentando hacer una unit que corre un script de shell con un usuario que no es root, y el script de shell lo que hace es iniciar un container en podman.

Ya activé el lingering para el usuario. Pero me sale este error:

Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Scheduled restart job, restart counter is at 5.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Start request repeated too quickly.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: create_httpd.service: Failed with result 'exit-code'.
Aug 22 11:36:06 localhost.localdomain systemd[1188]: Failed to start create_httpd.service - Run an httpd container.

mas info abajo...

#systemd #linux #help #ayuda

Marvin
Marvin boosted

🚨 URGENT: Help Charlie Fight for His Life 🐇💔
Sweet Charlie has been rushed to the vet and diagnosed with a rare and life threatening condition called hepatic torsion where part of his liver has twisted, cutting off its blood supply. This is causing him severe pain and can be fatal without emergency surgery.
The vets need to act fast. His diagnostics, surgery, and recovery are estimated to cost $500.Please donate and share : https://www.paypal.me/AnnaNanyanzi

#rabbit #mutualaid #help #donate #pets #bunny

🚨 URGENT: Help Charlie Fight for His Life 🐇💔
Sweet Charlie has been rushed to the vet and diagnosed with a rare and life threatening condition called hepatic torsion where part of his liver has twisted, cutting off its blood supply. This is causing him severe pain and can be fatal without emergency surgery.
The vets need to act fast. His diagnostics, surgery, and recovery are estimated to cost $500.Please donate and share : https://www.paypal.me/AnnaNanyanzi

#rabbit #mutualaid #help #donate #pets #bunny

hey so my desktop office chair broke and unsurprisingly i don't have money to just buy a new one rn.

i'm stuck with a shitty living room one, and rn my family is near poverty and i also live in an unstable country.

it would be nice if you all kindly donated to me for a new office chair that actually lasts at least a bit more.

additional savings will be used for stuff like emergencies

https://ko-fi.com/snugglybun/goal?g=0

0/500 USD

#mutualaid #MutualAidRequest #help

hey so my desktop office chair broke and unsurprisingly i don't have money to just buy a new one rn.

i'm stuck with a shitty living room one, and rn my family is near poverty and i also live in an unstable country.

it would be nice if you all kindly donated to me for a new office chair that actually lasts at least a bit more.

additional savings will be used for stuff like emergencies

https://ko-fi.com/snugglybun/goal?g=0

0/500 USD

#mutualaid #MutualAidRequest #help

Tommi 🤯
Tommi 🤯 boosted

Can’t connect to public WiFi via Linux

I am using Fedora 42, and I am unable to access the captive portal of inOui TGV. I can connect to the WiFi with no problems, but I can’t get access to the Internet.

I have tried everything:

  1. Connecting to 192.168.1.1, to http://neverssl.com, to http://wifi.sncf via browser
  2. Running sudo dhclient -r and rebooting the device
  3. Running systemctl restart NetworkManager
  4. Also other stuff I tried in the past with other public WiFis. I am sure there is something wrong with my specific device configuration, it’s not this network.

Nothing works 😩

Can somebody who understands this stuff help me?