Core dump is not generated
I am using the template from https://github.com/userver-framework/service_templateAfter build i run service_template_unittest and got segfault.I want to get core dump (Ubuntu 22.04) but it is not...
View ArticleGDB Failed to set controlling terminal operation not permitted on attached...
I'm trying to run my program with GDB debugger. When I run it, I get a warning:GDB: Failed to set controlling terminal: Operation not permittedThat warning appears and disappears very fast in my...
View ArticleHow to properly install all required dependencies in the Docker? Failed to...
Having issue with setting up Python opencv library in Docker container which is using Ubuntu 24.04My project is using Python version 3.10. with opencv-headless, but one of the dependencies that I'm...
View Articlesys.excepthook AssertionError when trying to start Jupyter server
After having pip installed jupyter on a VM (Linux Ubuntu 22.10, Python 3.10.7), running jupyter notebook gives the error File "/home/username/.local/bin/jupyter-notebook", line 5, in <module>...
View ArticleTrying to mount a shared folder in ubuntu
I'm havings problems trying to get my NAS to work on my plex server.I'm trying to mount the shared folder in the server but it gives me the errormount.nfs: Operation not permittedI think i'm doing...
View ArticleBooting from usb and back to basic ubuntu
So i wil describe everything so hopefully someone can help me.So basically on my pc ubuntu is installed and runs automatically by booting up my pc.But I made a bootable USB drive to boot Kali and...
View Articleffmpeg runs in terminal but returns error in subprocess.run from...
I want to run this command in python:ffmpeg -ss 00:00:30 -i "/home/exl/—1—ARCHIVE—1—/video/music videos/author --- a2 - name (text).webm" -vf scale=150:-2 -vframes 1 -c:v libwebp -compression_level 6...
View ArticleIssue: Rasa Chatbot Model Training Stuck on AWS EC2 Instance
I'm facing an issue deploying my Rasa chatbot on an AWS EC2 instance. I've successfully transferred my Rasa project folder to the Ubuntu server on AWS using Winscp and installed Rasa on Putty's...
View ArticleRemoving all installed OpenCV libs
I'm running Kubuntu 11.10 (w/ KDE 4.8)Before you read all this : I just want to remove all traces of OpenCV from my system, so I can start afresh..The whole storyI first installed python-opencv and...
View Articlecmake: Could not find a package configuration file provided by "Qt5SVG"
I'm trying to build a piece of software on Ubuntu 20.04 LTS. The CMakeLists.txt has the following line:find_package(Qt5 COMPONENTS Core Gui Widgets PrintSupport Multimedia MultimediaWidgets OpenGL SVG...
View Articlepam_prompt() Giving Conversation failed RHEL 9.4 when used with SSH
I have build a custom pam module to add MFA.After entering password I have used pam_prompt() function to display options for MFA and take user input.That pam_prompt() is returning code 19...
View ArticleIncorrect permission of copied files from Ubuntu to Windows using rsync on...
After copying files from Ubuntu to Windows using rsync on ssh, the copied files and folder have permissions that only creator have full access and other users including SYSTEM and Administrators have...
View Articleunable to install nvm 18.17.0 ubuntu [closed]
stuck with this from past one hourtrying to install tailwind css in ubuntu 20.04.4had install (npm 6.14.4) and (node v10.19.0)nvm 0.39.1throwing following...
View ArticleI am trying to install ros-noetic- to my device
I set the following command to terminal:sudo apt install ros-noetic-And it gives the following error:E: Unable to locate package ros-noeticHow can I fix it ?!note: I have already installed ROS...
View ArticleCouldn't find path to unrar library in linux
i have installed unrar in linux system. Also followed http://www.cyberciti.biz/faq/open-rar-file-or-extract-rar-files-under-linux-or-unix/ this link for installation unrar library in linux system. i...
View ArticleHow do I connect to Raspberry PI's Ubuntu server system after the wifi change...
How do I change the WiFi configuration of the ubuntu server system installed on the Raspberry PI 4b after the network changes? Tools at hand: macbook, cable, wireless routerModify the configuration...
View Articlepg_restore: [archiver] unsupported version (1.14) in file header
I have a live server and development box, call them live and dev respectively both running postgresql. I can see both and manage both with pgadmin4 without trouble, and both are fully functional the...
View ArticleLimit memory on a Docker container doesn't work
I am running the last version of Docker on top of Ubuntu 13.04 (Raring Ringtail):root@docker:~# docker versionClient version: 0.6.6Go version (client): go1.2rc3Git commit (client): 6d42040Server...
View Articleodbc_connect(): SQL error: [unixODBC][Driver Manager]Data source name not...
I am getting error odbc_connect(): SQL error: [unixODBC][Driver Manager]Data source name not found, and no default driver specified, SQL state IM002 in SQLConnect for Linux serverwhile executing...
View ArticlePHP openssl_pkcs12_read "error:0308010C:digital envelope routines::unsupported"
I'm getting the error Error message "error:0308010C:digital envelope routines::unsupported" when trying to open a .pfx file:$result = openssl_pkcs12_read($content, $certdata, $pass);$error =...
View Article