debian Questions

7

Solved

I have created a java application for "Debian Linux." Now I want that that application reads a file placed in the directory where the jar file of that application is specified. So what to specify a...
Grade asked 7/11, 2009 at 13:26

3

I have Python 3.8 installed alongside SQLite 3.16.2 on Debian 9.12 and I need to upgrade to a newer version of SQLite. I've downloaded and compiled the amalgamation available on the SQLite's site, ...
Ulrikeulster asked 22/6, 2020 at 20:43

2

During gitlab download on my PC(Ubuntu), "ruby_block[wait for logrotate service socket] action run" is waiting for a long time. It continues when I run this command "systemctl restar...
Juridical asked 25/2, 2022 at 8:24

3

I have written a dockerfile for creating selenium image with debian base image While I am installing JDK11,I am seeing these errors. RUN apt-get upgrade RUN apt-get update RUN apt-get -y ins...
Daughterly asked 19/4, 2020 at 14:13

5

Solved

I'm having a hard time working out how I should be installing the JDBC driver for PostgreSQL on my debian 6.0 server. I have moved the driver .jar into the following directory: /usr/local/pgsql/sh...
Stripteaser asked 13/12, 2012 at 12:36

7

I was trying to build a container in Docker for some experiments. Here is my Dockerfile. FROM debian RUN mkdir -p /var/run/sshd RUN apt-get update RUN apt-get install -y openssh-server RUN apt-...
Mortification asked 26/6, 2018 at 2:36

4

Solved

What I want to do I want to install yq to edit some yaml files on a Docker container. Dockerfile FROM python:3 RUN apt-get update RUN apt-key adv --keyserver keyserver.ubuntu.com --keyserver-optio...
Faulkner asked 28/6, 2021 at 8:0

3

Solved

I have about 50 Debian Linux servers with a bad cron job: 0 * * * * ntpdate 10.20.0.1 I want to configure ntp sync with ntpd and so I need to delete this cron job. For configuring I use Ansible....
Peonage asked 21/10, 2015 at 9:11

11

Solved

I have installed libeigen3-dev in order to compile programs using Eigen 3. when I include a file, such as Eigen/Dense I get this error when I try to run g++: user@office-debian:~/Documents/prog$ g...
Paella asked 25/4, 2014 at 4:56

7

Solved

I am trying to install the linux-headers for my Kernel Version 3.4.61+ and Debian Version 7.1 I typed this Commands: apt-get update apt-get install linux-headers-$(uname -r) On the last command...
Serilda asked 4/3, 2014 at 7:49

11

Solved

I've created an SVN repo on my Debian Wheezy build server following this tutorial. svn --version gives 1.6.17. Sadly, I can't commit anymore to the repo from my Windows 7 machine; it fails with th...
Whitecap asked 9/4, 2014 at 14:34

4

I'm currently working on Raspberry pi zero. When i write: perf --version /usr/bin/perf: line 13: exec: perf_4.14: not found E: linux-perf-4.14 is not installed. when i do: sudo apt-get ins...
Matti asked 22/5, 2019 at 14:39

2

Solved

Following a sudo apt-get install rabbitmq-server I'm hitting errors when the service attempts to start (also when using systemctl start): ● rabbitmq-server.service - RabbitMQ Messaging Server ...
Tonguetied asked 26/7, 2017 at 13:12

8

Solved

How can I pipe the new password to smbpasswd so I can automate my installation process.
Manuscript asked 15/8, 2008 at 6:8

8

I install multipass with the following command on Deepin Linux apt install snapd snap install multipass but it not work with this error: list failed: cannot connect to the multipass socket Please ...
Enchanting asked 31/5, 2021 at 15:27

4

Solved

When I try to run npx playwright install-deps I get an error. ❯ npx playwright install-deps Installing Ubuntu dependencies... Switching to root user to install dependencies... Hit:1 http://security...
Spurge asked 3/2, 2022 at 2:2

3

I have a project that is using DDEV to run an instance with PHP 8.1. I needed to introduce the pdo_sqlsrv extension to the package, so I added a Dockerfile in the .ddev/web-build/ directory that in...
Rosio asked 3/3, 2023 at 19:48

5

Solved

How can I change the $PATH variable in Debian? I tried to change /etc/profile but this affected only normal users (and yes, I added path to BOTH user's and root's paths). After that I tried to edi...
Caroleecarolin asked 31/8, 2011 at 13:47

4

Solved

Debain stable wants me to install Python modules using pipx. So I do $ pipx install auditwheel $ pipx ensurepath $ python3 -m pipx ensurepath $ python3 Python 3.11.2 (main, Mar 13 2023, 12:18...
Nara asked 18/6, 2023 at 8:2

2

I'm running Docker Windows (linux containers) on a windows 10 enterprise box. I'm working with a Docker image based on Debian and my windows desktop is running ZScaler. I was provided two certific...
Lupien asked 29/4, 2020 at 0:0

3

Solved

Can't create tables in public schema as non-superuser postgres - super user. What I've done: ALTER SCHEMA public owner to postgres; CREATE USER admin WITH PASSWORD 'my-password'; GRANT USAGE, C...
Salba asked 18/10, 2022 at 12:6

3

Solved

I am new to docker, I plug my PI3 to test some stuff and I'm already facing an error, I can't figured that out myself. So I freshly install raspbian and docker. That's my install log Then I try th...
Mayapple asked 27/11, 2017 at 22:10

16

Solved

On Linux Debian, how can I list all installed python pip packages and the size (amount of disk space used) that each one takes up?
Charlottecharlottenburg asked 14/12, 2015 at 11:40

7

Solved

I am trying to find where index.html is located on my linux server, and was wondering if there was a command to do that. Very new to linux and appreciate any help I can get.
Racial asked 18/9, 2011 at 4:44

4

Here is my problem: top - 11:32:47 up 22:20, 2 users, load average: 0.03, 0.72, 1.27 Tasks: 112 total, 1 running, 110 sleeping, 1 stopped, 0 zombie Cpu(s): 0.0%us, 0.0%sy, 0.0%ni,100.0%id, 0.0%wa,...
Carloscarlota asked 3/3, 2011 at 10:35

© 2022 - 2025 — McMap. All rights reserved.