Skip to main content
-1 votes
1 answer
37 views

String crashes with Korean text using Avalonia UI [closed]

I am trying to make an application using Avalonia Ui to use it on both Windows and Linux, especially on Ubuntu as Ubuntu supports C# .Net 8.0 from 22.04. I am developing with Visual studio 2022 on ...
drggong's user avatar
1 vote
0 answers
7 views

How should I interpret the results of the `check-clang` regression tests?

I am building and running Clang for the first time, following the official "Getting Started" instructions. When I run make check-clang, it successfully runs the tests and prints the results....
steven's user avatar
  • 11
0 votes
0 answers
36 views

Python sigwait on SIGCHLD - does not return on child termination

I am trying to wait in python until either some given signal fires (the signal itself can be ignored) a child process exits There is a function os.sigwait that seems to fit this purpose, but I ...
Bence's user avatar
  • 133
0 votes
1 answer
73 views

GitHub action on "ubuntu-latest" fails to run valid bash script with syntax error

I have a bash script, which I tested locally on macOS machine and Ubuntu22.04 and it worked. However, when running the same script in GitHub action ubuntu-latest - without any further special ...
Tal Rofe's user avatar
0 votes
1 answer
28 views

docker login fails while using docker-credential-secretservice

I'm fiddling arround with docker login using the "secretservice" in a testautomation like so: wget -O docker-credential-secretservice https://github.com/docker/docker-credential-helpers/...
Michael K.'s user avatar
  • 1,788
-1 votes
2 answers
114 views

bash perl run argument as command

I want to run a passed parameter as a command. Without using a parameter, it works as I expect: echo 'Hello world' | perl -0777snE 'print' Output: Hello world Using a parameter instead, no output ...
Mario Palumbo's user avatar
1 vote
2 answers
111 views

Is there a bash-perl shortcut to count the number of matches in each line?

This is a similar question but counts the matches in the entire file: Is there a Perl shortcut to count the number of matches in a string? Instead I want the number of matches to count line by line, ...
Mario Palumbo's user avatar
0 votes
0 answers
26 views

How can I stop Pycharm from indexing ALL directories?

Lately I was searching on the internet for a solution for an issue we are having in our company. We use AutoFS to mount NFS paths to our working machines (For example, home dirs), so it only mounts ...
leoneli61's user avatar
1 vote
0 answers
36 views

Issue with calling API using Python Requests on Ubuntu Server

I am working on a Python script that scrapes announcements from the NSE website using requests and proxies. The script works perfectly fine on my local machine (Windows), but when I run it on an ...
dev's user avatar
  • 121
0 votes
0 answers
24 views

Docker demon not getting started in AKS cluster

I was succesful to run Docker inside docker container hosted on top of AKS v1.27 with base image of ubuntu18, but not working same way on Ubuntu22.04. Docker is not getting started on this created ...
Vowneee's user avatar
  • 1,449
1 vote
0 answers
311 views

Building PyTorch 2.5.1 (libtorch + main PyTorch) with CUDA 12.6.3 and cuDNN 9.5.1

My goal is to build PyTorch from source for use in image generation AI workflows (e.g., ComfyUI). I would like to request guidance on the correct method to build PyTorch 2.5.1 (both libtorch and the ...
user28412398's user avatar
-2 votes
1 answer
26 views

panic: all modules must be defined when setting SetOrderInitGenesis, missing: [checkers]

ubunutu : 22.04 LTS golang : 1.21.0 cosmos sdk : v0.5.0 minid : mini-v050 followed tutorial : https://tutorials.cosmos.network/hands-on-exercise/0-native/2-build-module.html After building my own ...
rahul_eth's user avatar
  • 134
0 votes
0 answers
84 views

connect() failed (111: Unknown error) while connecting to upstream. on odoo 16, nginx as reverse proxy and ubuntu 22

Here is the error i saw in nginx error log: 2024/11/08 02:58:29 [error] 299885#299885: *432 connect() failed (111: Unknown error) while connecting to upstream, client: X.X.X.X (my ip address), server: ...
Jacky Supit's user avatar
0 votes
0 answers
18 views

Is it possible to use server aliases with Vagrant?

I have configured Vagrant to work with VMWare (vmware_desktop) provider. My host machine is running on Windows 11, my guest virtual machine uses Linux/Ubuntu 22.04. I have several apps on my guest ...
E R's user avatar
  • 1
0 votes
0 answers
35 views

How to add a proxy CA certificate to MATLAB

I'm trying to install MATLAB 2024a on a Ubuntu 22.04 LTS system. The system is behind a proxy which requires configuring a proxy and adding a CA Certificate. For whatever reason, MATLAB does not seem ...
eng3's user avatar
  • 450

15 30 50 per page
1
2 3 4 5
51