Questions tagged [ubuntu-20.10]

30 questions
0
votes
1 answer

Dockerfile is not working correctly in ARM Ubuntu 20

I am trying to build an image that works fine on mac on a ubuntu 20 virtual machine. on my host computer I run docker-compose --debug -f local.yml build and it works fine. docker-compose --debug -f local.yml build when I type the same command into…
0
votes
1 answer

Error in changing the log directory for Elasticsearch

I am changing the path of - path.data: /var/log/elasticsearch to path.data: /data/elasticsearchdata/log/elasticsearch/ in elasticsearch.yml file after creating the folder and moving the files/folders from ../elasticsearch to …
0
votes
1 answer

Unable to install php7.2 or 7.3 on ubuntu 20.10

I want to install php7.2 or php7.3 on ubuntu 20.10 but i get this error : Done Building dependency tree Reading state information... Done E: Unable to locate package php7.3 E: Couldn't find any package by glob 'php7.3' before i ran these…
lucke
  • 31
  • 3
0
votes
0 answers

Issues connecting to Microsoft SQL Server Express using pyodbc on a Ubuntu 20.10 machine

On my computer I have two virtual machines running using VMWARE Workstation. One Ubuntu 2.10 machine where my python (v. 3.8.10) code is running, and one Windows 10 machine where my Microsoft SQL Server is located. I want to query data from SQL…
JabbaThePadd
  • 97
  • 1
  • 7
0
votes
2 answers

"The following packages have unmet dependencies" when installing php8.0

I am trying to install php8.0 on my ubuntu VM, but I'm failing horribly. I have been following countless tutorials, such as this one, but I get stopped here when trying to run the sudo apt install php8.0-fpm (I have to use nginx). What I get, is the…
Delia Csiki
  • 131
  • 1
  • 1
  • 5
0
votes
2 answers

Ruby 3.0 install on Ubuntu 20.10 is dead in the water

I deleted all older Ruby libs and compiled v3.0 from the command line (no pkg managers were used.) The binary's CLI can handle arguments: $ruby -v --> ruby 3.0.1p64 (2021-04-05 revision 0fb782ee38) [x86_64-linux] irb is alive: $irb -->…
Brian Piercy
  • 631
  • 1
  • 7
  • 22
0
votes
1 answer

MicroK8s containers unable to start. All pods stuck on "ContainerCreating" state. Ubuntu 20.10 RP4

I've been Googling and going through logs to try and solve this, but I can't seem to get microk8s to work on my Raspberry Pi, running Ubuntu 20.10 I snap install v1.15 sudo snap install microk8s --classic --channel=1.15/stable I can confirm that…
MagicPossum
  • 251
  • 5
  • 16
0
votes
1 answer

Ubuntu 20.10 (Pop OS) with Apache and multiple versions of PHP-FPM FilesMatch directive not working

I have a fresh Pop!OS 20.10 (Basically Ubuntu for those not familiar with Pop!OS). I've installed Apache, php 7.2, 7.4 & 8.0. Each version is running as FPM and each service is up and running. I have several vhosts setup and using FilesMatch to…
joekrukosky
  • 67
  • 1
  • 5
0
votes
1 answer

issue MongoDB showing results

I just installed MongoDB on Ubuntu 20.10 following the doc. I created a database, let's call it DB. I created a collection, let's call it COLLECTION. I imported some data to COLLECTION of DB with mongoimport --db DB --collection COLLECTION --file…
Sevla
  • 67
  • 1
  • 10
0
votes
0 answers

ACPI BIOS Error (bug) error logs in kernal.log ubuntu-20.10

I am using ubuntu 20.10 My device memory got full in just 10 days from 250 gb to 100 gb when i looked into logs i found kern.log file which has a storage of about 50 gb I looked into many solutions but none of them seems to be working for me . I get…
0
votes
1 answer

Groovie Gorilla and GPIO

I want to use RaspberryIO library with dotnet core version 3.1 on Ubuntu 20.10. When it comes to use Pi.Init(); I got error: Unhandled exception. System.DllNotFoundException: Unable to load shared library 'libwiringPi.so.2.52' or…
Maciek
  • 161
  • 11
0
votes
1 answer

Where is IPython.frontend.terminal.embed package for Anaconda3?

I have pulled the source code for SfePy from GitHub with the objective of building and running it locally. I'm running on Ubuntu 20.10 using Anaconda3. I have PyCharm 2020.2 from Jetbrains as my IDE. When I bring the code into PyCharm I see several…
duffymo
  • 305,152
  • 44
  • 369
  • 561
-1
votes
1 answer

How do I stop DHCP to request address for a static interface?

I have a Raspberry PI 4 running Ubuntu 21.10 with a static ip-address on eth0. Despite that, I keep getting a secondary 'dynamic' DHCP address on on it. netplan network: version: 2 renderer: networkd ethernets: eth0: dhcp4: no …
Kingfranz
  • 184
  • 1
  • 12
-1
votes
1 answer

How can I make PowerShell get environmental variables on Ubuntu 20.10?

I have installed PowerShell on Ubuntu 20.10 and I'm trying to use it on terminal but it does not seem to know the environmental variables. How can I make PowerShell know the environmental variables on Ubuntu?
Amani
  • 16,245
  • 29
  • 103
  • 153
-2
votes
1 answer

failed to reboot Ubuntu after my computer is turned on

I installed Ubuntu-20.10 on my computer. So now there are two operating systems on my computer, Ubuntu and Windows 10. But I turned on the computer and found that the computer automatically entered the Windows operating system without entering the…
echo
  • 86
  • 7
1
2