Skip to content
Advertisement

Tag: debian

(answerd) find command in Bash SH is not working as expected [closed]

Closed. This question is not reproducible or was caused by typos. It is not currently accepting answers. This question was caused by a typo or a problem that can no longer be reproduced. While similar questions may be on-topic here, this one was resolved in a way less likely to help future readers. Closed 4 years ago. Improve this question

rlim_t errors with login_cap.h in Debian

I’m trying to compile the bsdmainutils package in Debian that uses the /usr/include/login_cap.h header (from libutil-freebsd-dev), and I’m getting a bunch of errors like this: I’m using Debian testing. Is this a bug in login_cap.h? I see rlim_t defined in /usr/include/x86_64-linux-gnu/bits/resource.h – can I just include that file within login_cap.h? If so, do I have to include the arch-dependent path

Create debian package from source file with multiple binaries

I have a C/C++ am autoconf source package for Linux that consist of several binaries, logical in development as many of them share the same source. Some binaries run in a graphical environment, some are server components, some drivers for the server, libs and others are shell commands. I would like to make a proper debian package for this system

Node.js is installed but it’s not usable

I’m using Debian 9.1.0 and I have installed Node.js by downloading the LTS version Linux Binaries (x64). From the location (where I installed Node.js), I can use it: But when I run it outside this location, like: I got the error: bash: node: command not found The solution I found on Internet: create a symlink doesn’t help me. Answer I’m

How to stop a shell script correctly?

I’ve written a small bash script to start a program every 3 seconds. This script is executed on startup and it saves its PID into a pidfile: The problem is, I can’t terminate the shell script by calling start_gps-read.sh stop. There it should read the pidfile and stop the inital process (from startup). But when I call stop, the script

external resolve dns linux bind9 [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question

ROS-Indigo Collada DOM installation dependency on libpcrecpp package cannot detect installed libpcrecpp package

I am trying to build ROS (Robot Operating System) Indigo on Debian 8. I’m running Debian 8 on Oracle VirtualBox (the 64-bit PC netinst ISO, found at https://www.debian.org/distrib/). I am following this set of instructions: http://wiki.ros.org/indigo/Installation/Debian Performing each instruction step-by-step, a problem arises when I attempt to install collada-dom-dev. First, when I did cmake ., it gives several warnings about

Advertisement