Quantcast
Channel: Active questions tagged ubuntu - Stack Overflow
Browsing all 5944 articles
Browse latest View live
↧

Rundeck/Ansible privilege escalation doesn't work

I'm trying to use a dedicated user to run playbooks requesting escalation of privilege via Rundeck. The user on the remote server (rundeck) is sudoers. And yet it doesn't work.I generate the nodes via...

View Article


Getting Internal server error with 500 status code [closed]

I have a node.js backend api for my frontend app that I have deployed over two Godaddy vps servers staging and production. issue is that application is working on staging without any issue while...

View Article


include avr/io library into CLion

enter image description hereI am trying to include the shown libraries into a CLion project (I am using Ubuntu).I already tried to paste the libraries into the usr/include path using -H nautilus as it...

View Article

Starting terminal pointing to the path in which i am not [closed]

When i open terminal (from any location), terminal is pointing to the path which looks like this:(base) franjo@Franjo:~/gammapy$ and then I run pwd and I get output(base) franjo@Franjo:~/gammapy$...

View Article

ImportError: No module named rest_framework_jwt.views

I am using Ubuntu and Django (Python 2.7.12)I am trying to run python manage.py migrate but an error shows up:from rest_framework_jwt.views import obtain_jwt_tokenImportError: No module named...

View Article


Python version changes when I open IPython

I am using a conda enviroment with python version 3.11, but when I open IPython from the terminal it opens in version 3.8. Does anyone know what I should do to open it in the correct version of my...

View Article

Ubuntu closes windows [closed]

On some occasions, Ubuntu closes windows such as those in Chrome. Fortunately, Chrome can restore the windows, but at times, it also closes Visual Studio. Has anyone experienced this issue? Regarding...

View Article

Python 3.6.9 . ImportError: No module named setuptools_rust and a Command...

I am trying to install pyOpenSSl and it shows the following errorRequirement already satisfied: six>=1.5.2 in /home/tony/hx-preinstaller-venv/lib/python3.6/site-packages (from pyOpenSSL)Collecting...

View Article


Prometheus Grafana kubernetes stack, how to monitor external servers [closed]

So we have a Prometheus Grafana stack installed with helmhttps://artifacthub.io/packages/helm/prometheus-community/kube-prometheus-stackit works great for monitoring Kubernetes, but now we want to have...

View Article


What happened on my local machine when I pull image from docker hub? [closed]

First of all, I'm new to docker so I don't know much about docker.I don't understand what happened in my local machine when i pull an image and run it.First let's get example like Ubuntu. We pull it...

View Article

How can I successfully install and import the "adafruit_servokit" python...

I am trying to control motors using the PCF9685 Servo Controller on the Jetson Nano. When I try to runfrom adafruit_servokit import ServoKitI get the errorModuleNotFoundError: No module named...

View Article

AX88179 Gigabit Ethernet Adaptor on Ubuntu 20, only working on half duplex

I have a small server setup at home, and it is running ubuntu 23Distributor ID: UbuntuDescription: Ubuntu 23.04Release: 23.04Codename: lunarand i have usb gigabit ethernet adapter on it, but it is only...

View Article

How to solve the following error on Mac M1 [closed]

I can install ubuntu just fine on vbox 7, but after I start it, it shows the purple screen(before ubuntu installation starts on the host machine) and then shows this error:You must specify a machine to...

View Article


VM ubuntu server login issue

I'm using ubuntu server in VM. But recently I tried to login with password it was not working. But when I turn on the Wayland on ubuntu option it was working. But inside I can't do anything. Through...

View Article

how to run python script with ansible-playbook?

I want to print result in ansible-playbook but not working.python script:#!/usr/bin/python3import timewhile True: print("I'm alive") time.sleep(5)deploy_python_script.yml: connection: local become:...

View Article


DioException [bad response]: This exception was thrown because the response...

I am using Flutter Linux app to run some APIs that I wrote with fast APIs running locally on my Ubuntu machine.APIs are working well when tested with Postman, but I am getting a 307 error when calling...

View Article

Access a web server which is running on WSL (Windows Subsystem for Linux)...

After installing Ubuntu as WSL (Windows Subsystem for Linux), I've run (as root):cd ~python3 -m http.serverOutput:Serving HTTP on 0.0.0.0 port 8000 ...And I tried to access to this web server from my...

View Article


Nginx cuts off part of the response from php-fpm

Ubuntu 16.04. Installed Yandex Odyssey 1.0rc1. I launched it and when I immediately received a response from php, nginx began to cut off the response from php. We checked on the php side, php has no...

View Article

bash: Bad Substitution

#!/bin/bashjobname="job_201312161447_0003"jobname_pre=${jobname:0:16}jobname_post=${jobname:17}This bash script gives me Bad substitution error on Ubuntu. Any help will be highly appreciated.

View Article

Too short auth.log on Ubuntu 22.04 [closed]

thereSuddenly my Ubuntu server write too short auth.logMar 6 17:52:03 laphs sshd[13792]: pam_unix(sshd:auth): check pass; user unknownMar 6 17:52:03 laphs sshd[13792]: pam_unix(sshd:auth):...

View Article
Browsing all 5944 articles
Browse latest View live