ubuntu Questions

13

Solved

I was able to pull and/or push updated from my AWS CodeCommit repository until I reinstalled aws-cli. I tried all the suggested solutions I could find but nothing seems to work. I am working on Ubu...
Espousal asked 13/5, 2022 at 16:2

19

Solved

When I try to install mysql-server, an error comes like: dpkg: error processing package mysql-server (--configure): dependency problems - leaving unconfigured Errors were encountered while process...
Kindness asked 17/4, 2017 at 6:22

4

Solved

I'm having some problems with g++ and the compiling process for a C/C++ program which use Bluetooth libraries under Ubuntu. If i use gcc, it works fine with no warning; on the contrary, if i use g...
Cloutman asked 17/3, 2012 at 16:33

3

Solved

EDIT 2: After a long time, solved! See answer below. EDIT: I am sorry to say that the the problems went away "on their own" between yesterday and today, without me having done anything. Great non-...
Pettway asked 19/12, 2017 at 15:30

9

I recently ran an npm update that broke my Vue app. As a result, I am trying to revert my server to the previous version of Node/npm that it was using. However, when I run nvm ls I get the followin...
Achromatism asked 25/5, 2022 at 10:32

15

when I set the EACCESS for npm and I was ran the chown command in my terminal for change owner permission but now i stuck in this sudo :" /usr/bin/sudo must be owned by uid 0 and have the setuid b...
Byron asked 3/5, 2016 at 12:9

9

Solved

I'm remotely connecting to a school server (Ubuntu 20.04.2 LTS) through Visual Studio Code (VScode, version 1.66) to perform some tasks, and today I follow docker.com (https://docs.docker.com/engin...
Delaware asked 10/4, 2022 at 8:55

4

I'm trying to install pwlib on my asterisk/ubuntu 16.04 server, but when I try to run make install I get the following error message: ( for dir in /usr/local/lib \ /usr/local/bin \ /usr/local/inc...
Amalberga asked 3/1, 2017 at 15:2

5

Solved

I'm trying to run a Jupyter notebook on Ubuntu 21.10. I've installed python, jupyter notebook, and all the various prerequisites. I added export PATH=$PATH:~/.local/bin to my bashrc so that the com...
Anthropometry asked 18/1, 2022 at 10:10

3

Solved

I have a simple docker file of FROM ubuntu:18.04 COPY . /usr/src/app/ COPY docker_files/.bash_aliases /root/ $ docker build -t dock . Sending build context to Docker daemon 146.9kB Step 1/3 : FRO...
Copyread asked 12/4, 2019 at 20:49

8

Solved

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 in...
Fluecure asked 18/4, 2017 at 10:15

4

I am facing a quite weird behavior in my server. I can upload any files smaller than 1MB without problem, but those that are bigger return me an error UPLOAD_ERR_CANT_WRITE == 7. The tmp/ folder ...
Deprived asked 13/11, 2013 at 11:5

13

Solved

I'm trying to install the package lars. Ubuntu 11.04 Natty 64-bit. From building I get: * installing *source* package âlarsâ ... ** libs gfortran -fpic -O3 -pipe -g -c delcol.f -o delcol.o gcc -s...
Cypress asked 10/6, 2011 at 5:10

7

I'm trying to build precimonious on Ubuntu 16.04.3 x64. I allocated 1GB memory for it. My file structure looks like ~ |--- llvm/ |--- precimonious/ where the llvm is on version 3.0 as mentioned ...
Garrotte asked 17/9, 2017 at 1:4

7

Trying to mount an EFS file system. The only thing I changed was removing the default SG created with the EFS group and replacing it with a custom SG that my EC2 instances are already in. AWS prov...
Harmonic asked 7/5, 2020 at 2:17

4

I'm using macOS 11.4 and Docker 3.3.3. My docker file looks like FROM python:3.8.10-slim-buster RUN apt-get update && apt-get install --no-install-recommends -y \ # dependencies for build...
Kyrstin asked 28/5, 2021 at 2:52

17

Solved

This is the exact error that I am getting. My OS is Ubuntu 16.10. OpenCV Error: Unspecified error (The function is not implemented. Rebuild the library with Windows, GTK+ 2.x or Carbon support. If...
Horizon asked 23/10, 2016 at 19:35

3

Solved

I have an Ubuntu 20.04 server on an AWS EC2 instance running Apache and I'm trying to obtain a certificate using certbot, however I'm having trouble with credentials. Below is the command I run, fo...
Stichometry asked 20/6, 2020 at 21:42

11

I have a live server and development box, call them live and dev respectively both running postgresql. I can see both and manage both with pgadmin4 without trouble, and both are fully functional th...
Amphioxus asked 23/12, 2019 at 12:57

4

This error occurred while installing nodejs I am trying to install nodejs but facing this error while installing.
Tektite asked 12/11, 2022 at 4:59

9

I'm trying to kill a docker container, but I got permission denied. I use Ubuntu 20.04, my docker version for client is 20.10.7 and the one for the server is 20.10.11. This is the log I got: Error ...
Parasitize asked 15/3, 2022 at 6:10

2

Solved

I installed Docker on a clean laptop with the official Windows 11 with the latest update. Pre-installed WSL2 for Windows 11 according to Microsoft documentation. When running docker, the "dock...
Gauguin asked 18/1, 2023 at 10:39

6

Can anyone please tell me where I can find the path to the correct files for Scene Builder on Ubuntu to get it linked in my preferences with Eclipse IDE.
Fronia asked 20/12, 2015 at 20:7

7

I have ubuntu 18.04, and accidentally installed cuda 9.1 to run Tensorflow-gpu, but it seems tensorflow-gpu requires cuda 10.0, so I want to remove cuda first by executing: martin@nlp-server:~$ su...
Phelloderm asked 3/6, 2019 at 16:44

3

I have the below Dockerfile for zookeeper and I am trying to create an image for it, but it is giving me an error. I have recently started working with Docker, and started playing with a Zookeeper ...
Community asked 6/11, 2016 at 1:49

© 2022 - 2025 — McMap. All rights reserved.