problem in vagrant up ... " authentication failure"
when I do vagrant up in ubuntu .. it gives many default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure. Retrying... default: Warning: Authentication failure....
View ArticleWhy can't I access the Ubuntu GUI? [closed]
I boot up my Ubuntu and it gives me error (first image) then asks for credentials which after I put in, it gives me the following screen.(Second...
View ArticleDriver not found when using ODBC MySQL Driver for Linux
Have an issue with MySQL ODBC Driver on Ubuntu 22.04 with Tableau Server.Attempting to connect result in error:[unixODBC][Driver Manager]Can't open lib '/usr/lib/x86_64-linux-gnu/odbc/libmyodbc8w.so' :...
View ArticleUnable to run oracle-client docker container
I am trying to run the container build from the image build with node 14 which has the following Dockerfile:FROM ubuntu:18.04RUN apt-get update -y \&& apt-get install -y \ libaio1 \...
View ArticleHow do I create a crontab through a script
I need to add a cron job thru a script I run to set up a server. I am currently using Ubuntu. I can use crontab -e but that will open an editor to edit the current crontab. I want to do this...
View ArticleSquid Proxy has thousands 'cache_peer'
I tried having 1000 lines of cache_peer and its working correctly, however when i added ten of thousands of cache_peer, and i cant really connect to it. Any idea why ?My goal is to have hundred or...
View ArticleDebugging infinitely looping assembly executable without debug info in GDB...
I wrote a GDB python API script that does a lot of stepi in order to debug an infinitely looping executable file elf written in assembler that does not contain debugging information. Even though the...
View ArticlePermission denied When uploading file Docker Fastapi
I'm facing an error when am try to upload a file to FastAPI endpoint it work fine on localhost but I get an error when run it on a container.The error I get:File "/app/main.py", line 26, in say_hello...
View ArticleNodemailer not working in my ubuntu vps server, but works on localhost...
I am developing a website in nextjs, and when i send emails using nodemailer in my windows environment it works well both on development and production. But when i deploy the application on my ubuntu...
View Articleswapon: /swapfile: swapon failed: Invalid argument [closed]
I am trying to create a swap partion in my ubuntu system but i am getting the invalid argument error.These are the cmds i usedSwap file process:sudo swapoff -asudo fallocate -l +4G /swapfilels -lh...
View ArticleTo get root access using on android phone and unlocking the bootloader
How can I get root access on android phone without having to use the SDK tools..is it possible to try it with python and Ubuntu terminal...I have searched online it only suggests other tools like...
View ArticleAttributeError: 'module' object (scipy) has no attribute 'misc'
I updated from ubuntu 12.04 to ubuntu 12.10 and the python module I have written suddenly no longer works with the error message that the module scipy does not have the attribute 'misc'. This worked...
View ArticleCannot connect to mysql server? Socket does not exist [closed]
I am not able to connect to the mysql server in Ubuntu 22.04 LTE. I am receiving an error message, "ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock'...
View ArticleInstalling SciPy on Ubuntu
I have Python 2.7 running and trying to install scipy by using easy_install which returns following errors:Searching for scipyReading http://pypi.python.org/simple/scipy/Reading...
View ArticleCannot start MS SQL Server on Ubuntu 24.0 [closed]
I cannot start SQL server on Ubuntu 24 and get the following when checking status:May 22 10:53:50 cardoso-pc systemd[1]: mssql-server.service: Scheduled restart job, restart counter is at 3.May 22...
View ArticleRVIX on remote server, ssh x forwarding
I have connected to the remote server by ssh. Both of my local and remote machines are Ubuntu20.04. So when I run rviz command I get the following error:[ WARN] [1716361265.827075520]: OGRE...
View ArticleCan not find kubeconfig file
I am trying to access a remote kubernetes cluster with kubectl. In order to copy/paste cluster credentials in the kubeconfig file I tried to access with "~/.kube/config" command but there is an error...
View ArticleWhy installing php7.4 on ubuntu 20 I have php 8 in the console? [closed]
Installing php7.4 on ubuntu 20(aws server) I have php 8 installed.I tried to disable it and enable 7.4.All my output commands below show valid output, but restarting apache I have php8...
View Article"No such file or directory" when sourcing bash files from within another bash...
So here is my case - working on a cluster with slurm and ubuntu, I have a .csh script that uses a for loop to spawn multiple jobs on the cluster (e.g. qsub job_1.csh, qsub job_2.csh and so on). each...
View ArticleFailed to start Advanced key-value store.redis-server.service: Control...
redis-server wont work in the server i have nginx, apache, php and mysqlis there any package can cause the problem belowPS: this error when i'm installing...
View Article