Stuck at Ubuntu booting page [closed]
My laptop was stuck at the login page and when I tried login it got stuck for about 10 mins it was not login so I force shut down and then on power on I ended up on this error page . Please anyone to...
View ArticleMySQL fails on: mysql "ERROR 1524 (HY000): Plugin 'auth_socket' is not loaded"
My local environment is:Fresh Ubuntu 16.04With PHP 7With installed MySQL 5.7sudo apt-get install mysql-common mysql-serverWhen I tried to login to MySQL (via CLI):mysql -u root -pI came across an...
View Article'L3PacketSocket' object has no attribute 'ins' when using send command
I am trying to send a packet using a UDP protocol. I am running Python 3 on Ubuntu and using scapy. However, I get the following error message: "AttributeError: 'L2Socket' object has no attribute...
View ArticleHow to install Boost on Ubuntu
I'm on Ubuntu, and I want to install Boost. I tried withsudo apt-get install boostBut there was no such package. What is the best way to install Boost on Ubuntu?
View ArticlePostgres install on Ubuntu 24 - can't connect [migrated]
I have installed postgresql on my ubuntu 24 box using apt install postgresql postgresql-contrib - the install works fine no issues. I can start postgresql fine as well.However when I try 'psql' I get...
View Articlevisual studio code C/Cpp: Edit configurations does not open...
I am trying to use visual studio code 1.18.1 with the plugin C/C++.My system is XUBUNTU 16.04 32 bitsThe command C/Cpp: Edit configurations does not open or create the file c_cpp_properties.jsonNothing...
View ArticleAutoinstallation Ubuntu 22.04.3 live server with PXE cloud-init [closed]
I am trying to install ubuntu live server automatically with the help of PXE ubuntu cloud-init.the system partially installing the Ubuntu live server but throughs the error while connecting to...
View Articlehow to solve floating point error in openfoam? [closed]
floating point error in openfoamtried to run analysis in openfoam on a airfoil after a time of 0.0567s im getting a error as below#0 Foam::error::printStack(Foam::Ostream&) at ??:?#1...
View Article"make_sock: could not bind to address [::]:443" when restarting apache...
I'm trying to install trac and mod_wsgi over SSL. I tried to manually install it, but that didn't work out so well so I started to follow this: trac-on-ubuntuI skipped the svn part because I'd like to...
View ArticleApche error log on ubuntu completely empty [closed]
I'm running apache on my ubuntu 22.04 server, the problem is apache won't start.The error log is completely empty.I thought that it was probably something with the config/modules so i tried:tail -f...
View ArticleStarting Grafana-server always gives me bind: address already in use even...
I'm using Ansible to automatically install Grafana, Promethus and Node exporter. Everything else works well, but I'm having issues starting the Grafana server. So I tried to SSH into the server and run...
View Articlerust docker build got error: "cannot find -lssl: No such file or directory"...
i have try build on Ubuntu Server GCP, it was not successfully thought i already install musl-dev,here is my DockerfileFROM rust:alpine AS builder# Set the current working directory inside the Docker...
View ArticleHow to install PokerTracker4 on Linux (Kubuntu)? [closed]
I'm using Noble Numbat, and I've tried the following steps to install PokerTracker4:- Downloaded the latest PokerTracker4 installer.- Attempted to run it using Wine with the command: `wine...
View ArticleHow to install Python2.7 on Cygwin?
4 years ago, I using apt-cyg can install Python2.7.x directly, successfully, without any errorBut now, I can't find Python2 in cygwin listso I try to through complipe source on cygwin, and get failedI...
View ArticleR package 'ps' fails to install because permission denied to mv in final step...
I'm trying to install R: devtools, and a single dependency (ps) is failing to install, cascading into lack of dependencies. I'm using WSL Ubuntu on Windows 10, R 3.6, and the current RStudio version.It...
View ArticleWebsite displays domain company's default page after DNS update (some divices...
https://ibb.co/19sr4zM I'm hosting a website on a Ubuntu laptop server and have correctly port-forwarded and set the appropriate A-record for my domain over 48 hours ago. When I use curl from the...
View Articleissue with DNS server communication in ubuntu+docker
I am trying to setup a local DNS server in ubuntu using this tutorial.https://blog.yarsalabs.com/bind9-dns-server-setup-in-docker/this is my docker run command:docker run -d -p 1153:53/tcp -p...
View ArticleUbuntu Shell Script Runs in Terminal but Stops when in Service File
I am trying to create an Ubuntu Service on an EC2 Ubuntu Instance that simply executes a shell script that runs a python scripts. When running the shell script in terminal, the python executes...
View ArticleERROR: ssl certificate doesn't exist:...
I am a frequent user of Barrier-kvm. I recently upgraded my server to Ubuntu 20.04 and started getting error "ERROR: ssl certificate doesn't exist:...
View ArticleError compiling xv6 in Ubuntu(Makefile:124: recipe for target 'kernel' failed)
I tried to compile xv6 in my Ubuntu 18.04.3 using "make qemu-nox"It failed with the following error. Can you give me some information about this error?ld -m elf_i386 -T kernel.ld -o kernel entry.o...
View Article