Ubuntu 22.04 - How to store Core Dump files in same directory as executable
I am using Ubuntu 22.04.cat /proc/sys/kernel/core_pattern|/lib/systemd/systemd-coredump %P %u %g %s %t 9223372036854775808 %hAs far as I understand I am using systemd-coredump to generate coredump...
View Article"git submodule update" failed with 'fatal: detected dubious ownership in...
I mounted a new hard disk drive in my Linux workstation. It looks like it is working well. I want to download some repository in the new disk. So I execute git clone XXX, and it works well. But when I...
View Articlenginx not listening to port 80
I've just installed a Ubuntu 12.04 server and nginx 1.2.7, removed default from sites-enabled and added my own file into sites-available and symlink at sites-enabled. Then restarted nginx.Problem:...
View Articlemissing opencv2/xfeature2D.hpp on ubuntu 22
I installed OpenCV from the default Ubuntu 22.04 repositories:sudo apt install libopencv-dev python3-opencvBut in /usr/bin/opencv4/opencv2 the xfeature2D.hpp file is absent.On an older configuration it...
View ArticleError installing node-gyp on ubuntu
npm http 200 https://registry.npmjs.org/weak/-/weak-0.2.2.tgznpm http GET https://registry.npmjs.org/bindingsnpm http 304 https://registry.npmjs.org/bindings> weak@0.2.2 install...
View Articlelexik/jwt-authentication-bundle (version 2.18) jwt is taking too much time to...
New with lexik/ symfony / Docker and actually i'm running my first project on AWS. ( i know it's too much for a bigginer).It's a simple API , that generate a token.**Stack : **symfony 6.4DockerUbuntu...
View ArticleJenkins UI giving error "502 Bad Gateway openresty"
I have a cloud. I restarted my cloud server and I started again my docker containers.all my containers are working excluding jenkins.when I checked jenkins on portainerit is looking "running"but when I...
View ArticleHow can I resolve torch download stop?
I have now connected the Python project to the ec2 instance.And I ran pip3 install -r requirements.txt on Ubuntu.But it stopped while downloading the torch module. Doesn't work at 755.1MB.I am using...
View ArticleAny solution to play Roblox on Linux? [closed]
Has anyone figured out how to play Roblox on Linux? I'm looking for solutions and would love to hear your experiences or advice. Any help is welcome.Has anyone figured out how to play Roblox on Linux?...
View ArticleFilter log file entries based on date range
My server is having unusually high CPU usage, and I can see Apache is using way too much memory.I have a feeling, I'm being DOS'd by a single IP - maybe you can help me find the attacker?I've used the...
View ArticlePrometheus not Starting (Exec Format Error) [closed]
I am trying to run Prometheus on my Ubuntu Linux VM on a Mac M1 (if those details are necessary).OS: Ubuntu 23.10Prometheus: 2.51.2I make the config files, and as I run the following lines,sudo...
View Articleldapsearch: ldap_bind: Invalid credentials (49)
We have two forests - each forest has one DC i.e DC - prod.com and test.com respectively. I've set up a transitive trust between the forest. I'm able to login into the DC test.com using the username...
View ArticleI am having issue while using gensim in ubuntu whenever i try to run the...
This is my code and error imageNext part]So, I am planning to learn Natural Language Processing, and I'm encountering some issues. Could you all please help me solve them? I would appreciate it. I've...
View ArticleUbuntu 22.04 | Error sending request for url (http://127.0.0.1/blockcount)...
good day,I'm running a Bitcoin node on Ubuntu 22.04, Have Bitcoin Ordinals library installed and trying to listen to Ord server using below command:ord --cookie-file...
View ArticleCreating a new user and password with Ansible
I have an ansible task which creates a new user on ubuntu 12.04;- name: Add deployment user action: user name=deployer password=mypasswordit completes as expected but when I login as that user and try...
View ArticleDoes anyone want to say “could not find device ID00e8”, in Linux [closed]
I have an error on my computer.Since Windows and now on Linux I have problems with it restarting by itself.Looking in the dmesg file, I found the following error message:[ 6.682639] kernel: pcieport...
View ArticleGtk-WARNING **: cannot open display launching background GTK
I have centos 6 minimal (headless) as a Host and installed ubuntu 14.04 Desktop as a guest and using KVM. There is a web application deployed inside Guest, and it opens and closes one GTK application...
View Articlephpmyadmin error when change php version from 8.3 to 7.1 (ubuntu 20.04)?
i have follow Have trouble installing phpmyadmin on PHP7 Apache/2.4.7 (Ubuntu) solution to install phpmyadmin,my php version :PHP Version 7.1.33-58+ubuntu22.04.1+deb.sury.org+1but localhost phpmyadmin...
View ArticlePuppet custom Apache config - Assistance
I have inherited a default Apache2 Puppet 6 configuration on a Linux machine. I am looking to implement the following /etc/apache/sites-enabled/01-production.conf via Puppet code but I am struggling to...
View ArticleLaravel 10, No input file specified
I have recently deployed a new Laravel App to a cPanel server. However, when I try to access the website, I encounter an error message saying "No input file specified." Additionally, the server log...
View Article