Not able to use default interpeter
When setting the interpreter to /usr/bin/python3 I am getting the following error message in Spyder:An error ocurred while starting the kernelThe Python environment or installation whose interpreter is...
View Articlesnmpwalk: Unknown user name (SNMP v3)
I'm trying to run SNMP version 3 but I'm getting this error:snmpwalk: Unknown user name (SNMP v3)This is the command I'm usingsudo snmpwalk -v3 -u bob -l AuthPriv -a SHA -A bobpassword -x AES -X...
View ArticleHow to collect SYSLOG in Windows Using Ansible Playbook - Connection Windows RM
Windows 10Ubuntu 20.04I want to collect syslog from Windows 10 and save it to csv.And put the csv file to Ubuntu 20.04 machine.Logs shown in PowerShellHow to collect syslog with Ansible.I am new to...
View ArticleLots of issues using openAI in Python only on Ubuntu
I have a project utilising openAIOne of the changes required me to run openai migrate, it says"You can run openai migrate to automatically upgrade your codebase to use the 1.0.0 interface. "I did that...
View ArticleLooking to monitor activity regarding connection attempts to closed ports on...
I'm looking to monitor activity regarding connection attempts to closed ports on my system, as part of a server side portknocking implemetation. However, I am confused about what log file in particular...
View ArticleHow to publish flask web app which runs C++ subprocess
Current Development Build Architecture:Single-Page Flask Web App: c:/code/flask_app/app.pyC++ Program: c:/code/flask_app/main.exeI have a fully functional Flask web application that involves a...
View Articleerror in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]
I'm trying to rsync data from one ubuntu box to another, but whenever I try to run the command, I get the error,error in rsync protocol data stream (code 12) at io.c(605) [Receiver=3.0.9]I've seen...
View Articletrytond admin error gnu health, no module lxml
i run this on ubuntupython3 ./trytond-admin --all --database=healthbut i can error :python3 ./trytond-admin --all --database=healthTraceback (most recent call last): File "./trytond-admin", line 12, in...
View ArticleAsp.Net Core - The configured user limit (128) on the number of inotify...
the asp.net core MVC report error after certain times of query to the mysql database (on Ubuntu 14.04/16.04) with the following message:"The configured user limit (128) on the number of inotify...
View ArticlePuppet master agent configuration
I am getting error in puppet agent test:parallels@puppet-server:~$ puppet agent -tError: Could not request certificate: Failed to open TCP connection to puppet:8140 (getaddrinfo: Name or service not...
View ArticleHow to give read access of a file bb/aa.txt to a user testuser without admin...
As owner of the file, create a situation where:The user testUser can read the file (by knowing its path).The user testUser can see only that one file content and nothing else:No names of files and...
View ArticleCan't connect my client to Server App on my NGinx Server [closed]
I have an x86_64 server program that I'm trying to reach via port 6191 on a server configured with NGinx. The program starts, and the server says that its running on that port. However, whenever I try...
View Articlecontents of express js files are visible when served with nginx and passenger
I am hosting an express application on an ubuntu server, i use nginx as a webserver, i configured nginx to serve the application with passenger and it works, but when i type server.js or .env or the...
View ArticleUpgrade nodejs in Ubuntu 22 failed
nodejs -vv12.22.9I tried to upgradesudo apt remove nodejssudo apt install nodejsI got error:(Reading database ... 220599 files and directories currently installed.)Preparing to unpack...
View Articlehdfs namenode -format error (no such file or directory)
Trying to get hadoop 2.3.0 running locally on my ubuntu machine, attempting to format the hdfs namenode, I am getting the following...
View ArticleHow to open port 8000 on Ubuntu 12.04?
On my Ubuntu 12.04 VM an app (Tryton) is running correctly on port 8000, when used locally. However, from outside I cannot connect to port 8000 via Internet.(Beforehand, I was using Windows Azure which...
View ArticleUbuntu service - pq: password authentication failed for user "root"
I have an application running on Ubuntu server that's using PostgreSQL.I can run the application's executable (as a non-root user) from the project's directory.I have created a service for this...
View ArticleUbuntu boot trouble [closed]
Hello im completely new to Linux and have a dual boot of windows and Linux Ubuntu on my Pc. It worked the first few times But now every time I try to boot Ubuntu it goes into emergency mode Im...
View ArticleWhy mysql stop after 3 to five days in ubontu?
My Laravel website is hosted in digitaocan on ubontu . Every thing is working file but mysql is stop some days like 2 to 3 days . After stop it showing a message in webmin mysql database server. The...
View ArticlePermission denied when execute docker-compose command in Ubuntu Linux
I installed docker engine and docker compose in Ubuntu Linux 20.04LTS.ubuntu@ip-10-0-2-13:~/myapp/src$ docker-compose -vdocker-compose version 1.27.4, build 40524192I also ran beloe command to make...
View Article