Getting stuck at ==> hyperv-iso: Waiting for SSH to become available.......
Hi am new to devops hence please help me out.While writing the below command packer build -force packer.jsonI am trying to run a config file which should automatically install ubuntu in a...
View ArticleHow can I create a .env file in Ubuntu?
I have an app deployed on an AWS EC2 Ubuntu instance. I use dotenv for development, but manually input my environment variables in production to avoid exposing them on GitHub.My goal is to create a...
View ArticleVelodyne poll() timeout - WSL Ubuntu 20.04 + ROS noetic
Now I'm using Ubuntu 20.04 WSL system on Windows laptop.Laptop - LG GramWSL Ubuntu version - Ubuntu 20.04 LTSROS version - ROS1 noeticI connected Velodyne VLP16 PUCK LITE on laptop with ethernet, but...
View ArticleFirefox frequently crashes on Ubuntu 22.04 [closed]
Firefox frequently crashes on my machine.If I were to quantify it, I would say it crashes once every 20-30 minutes of usage.These crashes happen regardless of the web sites in current use or tabs...
View ArticleThe built-in lenovo ideapad 330-15 KB tablet does not work, Ubuntu 24.04...
I had windows and the built-in microphone worked correctly. I changed it to ubuntu 24.04, and the built-in microphone does not work. The system sees him, but when I speak, he doesn't hear meenter image...
View ArticleUnable to open tmux on Ubuntu: "error creating /tmp/tmux-5172 (Permission...
I am having trouble opening tmux on my Ubuntu system. Every time I try to start tmux, I receive the following error message:tmux> error creating /tmp/tmux-5172 (Permission denied)Here are the steps...
View ArticleRunning MySQL in a Docker container
So my ultimate end goal is to run a MySQL Docker container (say tutum/mysql from the public registry) and then link a Gitlab Docker container (say sameersbn/gitlab) to it where both containers use...
View ArticleHow can I overcome the BadImage error in windows while System boots
I am recently facing an issue where, upon starting my system, I receive error popups this issue started after i installed ubuntu in my system but even after removal of ubuntu also the issue persist....
View ArticleEclipse IDE 2024-03 crashes under Ubuntu, causing hr_err_pid.log
I have two classes, "PeerMessage" and "PeerMessageOps" (this is just an example). PeerMessageOps contains constant values that PeerMessage class accesses to. But I don't know why, every time I do the...
View ArticlePython `speech_recognition` Script Stuck on `recognizer.listen()` Without...
I'm working with the speech_recognition library in Python, and my script is getting stuck on the recognizer.listen() call. I want to continuously listen for commands after detecting the wake word but...
View ArticleError code 0x2746 (10054) when trying to connect to SQL Server 2014 via ODBC...
Ubuntu 22.04.1 LTSpyodbc 4.0.35OpenSSL 3.0.2 15 Mar 2022 (Library: OpenSSL 3.0.2 15 Mar 2022)Followed steps on Install the Microsoft ODBC driver for SQL Server (Linux)Installation successful. When I...
View Articleubuntu 2204 netplan error:Error in network definition: unknown key 'version'
When I try to apply a netplan, it returns the following error from the image aboveI tried to get ip with the original file with dhcp enabled and I couldn't get ip either, I've looked in some forums and...
View ArticlePlaywright: Missing Dependencies for Running Browsers on AWS EC2 (Ubuntu)
I'm trying to use Playwright in a Python project to automate browser actions. The setup works perfectly on my local machine, but I encounter issues with missing system dependencies when deploying the...
View ArticleHow can I debug access denied for accessing the server by gitlab-ci?
I have an gitlab-ci script that connects to the production server and does a git pull when I merge something to master branch automatically:stages: - deploydeploy_job: stage: deploy before_script: -...
View ArticleAdding git branch on the Bash command prompt
I tried adding the git branch I'm currently working on (checked-out) on the bash prompt without success.. (while keeping my current path which shows the active directory/file intact)I have a .bashrc...
View ArticleNeither ANDROID_HOME nor ANDROID_SDK_ROOT environment variable was exported...
I'm running tests from a raspberry pi 4 running Ubuntu server 20.04 that require adb (android sdk tools). The tests have been running without issue for months now.Yesterday the tests began to fail with...
View ArticleLaravel Reverb on VPS WebSocket connection failed
I have installed reverb on my laravel application it works fine in localhost but when I add it to my VPS I get this errorWebSocket connection to...
View ArticleWith MySql is there any way to create a global endless sequence integer,...
In most systems you need a global, endlessly increasing sequence number. With MySql the only way I know to do it is, make a new small table for the purpose:mysql> CREATE TABLE `ubersequence` ( ->...
View ArticleHow to fix Git Exec Format Error from Ubuntu in WSL for Git Credential manager?
I'm running git from within WSL 2. I'm following the documentation hereand running into error/mnt/c/Program\ Files/Git/mingw64/bin/git-credential-manager.exe get: 1: /mnt/c/Program...
View ArticlePORT is allowed, app is listening on it, but i can't access it outside [closed]
i have VM instnance, i am trying to deploy front-end & api & admin dashboard, i installed nginx, and all that, i allowed port 8080 for the api using ufw :also the port is opened in iptables as...
View Article