Questions tagged [debian]

Note: Questions MUST be programming related. Use this tag only if your question relates to development on Debian using operating system API's or Debian-specific features, or to creating packages in the deb format.

The Debian Project

The Debian Project is a project aimed at providing a complete, all-purpose operating system with free open source software. The term 'Debian' is used for the Linux distribution rather then the project. In its most common form the operating system uses a Linux kernel and is packed with GNU tools (officially naming it "Debian GNU/Linux"). The name Debian comes from the names Debra and Ian Murdock (founder and his wife) (1).

Debian is known for its strict adherence to free software (2), its dependency resolving package manager (DPKG, APT), its stability (there are however releases available with more bleeding-edge software) and ability to run on lots of types of hardware. It has many derivatives (2) including the the very popular Ubuntu ().

What should and should not be asked here

Since Debian generally uses the Linux kernel and software also available for other Linux distributions there is a lot of common ground between these topics.

The debian-tag should be used for questions about

  • Creating packages in the deb format
  • Development on Debian using operating system API's or Debian specific features

For other questions there are more relevant tags, either more general or more specific:

  • Developing on a Debian PC (use a tag for the programming languages or tools you're using instead)
  • Using the command line (use or, preferably, the actual used shell like or )
  • Configuration and administration questions should be asked on Serverfault
  • Questions about using Debian or some of its tools fit better on Superuser or Unix & Linux

Learn more

Index of releases

  • The next release of Debian is codenamed buster — no release date has been set
  • Debian 9 (stretch) — current stable release
  • Debian 8 (jessie) — obsolete stable release
  • Debian 7 (wheezy) — obsolete stable release
  • Debian 6.0 (squeeze) — obsolete stable release
  • Debian GNU/Linux 5.0 (lenny) — obsolete stable release
  • Debian GNU/Linux 4.0 (etch) — obsolete stable release
  • Debian GNU/Linux 3.1 (sarge) — obsolete stable release
  • Debian GNU/Linux 3.0 (woody) — obsolete stable release
  • Debian GNU/Linux 2.2 (potato) — obsolete stable release
  • Debian GNU/Linux 2.1 (slink) — obsolete stable release
  • Debian GNU/Linux 2.0 (hamm) — obsolete stable release
10202 questions
3
votes
1 answer

Host Meteor (MeteorJS) on Linux (Debian) using systemd connecting to MongoDB. Error: URL must be in the format mongodb://user:pass@host:port/dbname

I have a simple Meteor web app that I am trying to host on my own server. Server details; Debian (Jessie) Linux 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt2-1 (2014-12-08) x86_64 GNU/Linux systemd NodeJS version 0.10.36 Meteor version 1.0.3.1 MongoDB…
Grant Carthew
  • 177
  • 1
  • 10
3
votes
0 answers

1s delay in delivery of os signals (between python threads)?

I have encountered a 1 second delay in signal delivery, when I send a signal to a thread in python. Sending thread snippet (import both signal and os (and time)): print "Signal sent at:", time.time() os.kill(other_thread_id,…
3
votes
3 answers

AttributeError: 'module' object has no attribute python

I am fairly new to python and have tried installing python 2.7.9 following the steps described here. The installation failed with the following error: python make: *** [libinstall] Error 1 I tried reinstalling the previous version of python: sudo…
Sebi
  • 4,262
  • 13
  • 60
  • 116
3
votes
1 answer

Parsing user agent OS Version is empty?

For the below user agent, the os version seems to be empty, why does it has no value ? Won't there be any value for it ? User Agent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.22+ (KHTML, like Gecko) Chromium/17.0.963.56 Chrome/17.0.963.56…
Brisi
  • 1,781
  • 7
  • 26
  • 41
3
votes
1 answer

In Debian, C++, find a printer's node automatically

I have this line in my code: #define DEFAULT_PRINTER "/dev/usb/lp0" It's node changes after pc reboots though (ex. lp3, lp2). How can I set this automatically? The code won't work with the wrong path. Thanks.
xinthose
  • 3,213
  • 3
  • 40
  • 59
3
votes
1 answer

Digest authentication for debian repository

I created a debian repository using dpkg-scanpackeges for binary packages and connected it with a site which is using apache2 directory listing. It worked fine. After that, I set a digest authentication for the site. I added the following line to…
yusufertekin
  • 73
  • 1
  • 6
3
votes
1 answer

error on php composer.phar install

I m new to php and rabbitmq.In Debian I have installed composer.phar in /bin direcoty. Now I want to run below command to fetch the defined dependencies for local project. php composer.phar install But it throws an error message using red…
Prak
  • 815
  • 7
  • 18
3
votes
1 answer

Package dependencies based on condition [debian]

For debian packages, Is that possible to have Depends name generated during install time based on some condition? For example, For package PACKAGE-1, based on the kernel version it can depend on PACKAGE-A or PACKAGE-B... I cant hardcode depends…
Prasath
  • 595
  • 5
  • 11
3
votes
2 answers

The type java.util.Map$Entry cannot be resolved. Mac OS vs Debian issue?

I'm developing a simple web application in Java, but since I've changed my computer from win7 to mac os, i can't deploy my application. Before the SO change my compiled code/war from intellij was deployed to debian with no problem. Now I get this…
rmpt
  • 606
  • 1
  • 4
  • 24
3
votes
1 answer

Apache2 - Error FD_SETSIZE with fastcgi

I edited __FD_SETSIZE = 1024 to 4096 : /usr/include/linux/posix_types.h /usr/include/x86_64-linux-gnu/bits/typesizes.h #define __FD_SETSIZE 4096 I just compiled my apache2 and libapache2-mod-fastcgi after these changes. How I can be sure I…
Maxence
  • 193
  • 2
  • 18
3
votes
1 answer

How to save "mtr --report-wide" output to textfile?

I am having troubles saving the output of "mtr --report-wide" to a textfile. Probably due to the different way both options output their information. I know i could use the "--raw" argument but i would like to avoid that. Does anybody have a…
Susan
  • 301
  • 1
  • 5
  • 17
3
votes
1 answer

Symlink not created by postinst of *.deb package. New file created instead

I have created a *.deb package which saves some files into the required locations which works fine. During the postinst I generate a new file (merging 2 files together using my own script "mergeconfig"), the file is created fine. However, on the…
3
votes
1 answer

can't npm install bcrypt in my docker image

I'm trying to get my Sails.js app up and running using the standard node Docker image but the build is failing when it tries to npm install bcrypt. > bcrypt@0.8.0 install /myapp/node_modules/bcrypt > node-gyp rebuild gyp WARN install got an error,…
Dave Sag
  • 13,266
  • 14
  • 86
  • 134
3
votes
2 answers

Install MariaDB Archive Engine

I have installed MariaDB on my Debian but Archive Engine is missing. Is there any way how to install Archive Engine? I haven't file ha_archive in my /usr/lib/mysql/plugin directory
Pavel
  • 33
  • 1
  • 5
3
votes
2 answers

Postfix mail transport unavailable only in queue

Yesterday i've tried to configure spamassassin on my debian server through this tutorial: https://www.rosehosting.com/blog/install-and-setup-spamassassin-in-debian-6/. Today i noticed that my e-mail gets queued with this error: mail transport…
Max
  • 803
  • 3
  • 10
  • 24
1 2 3
99
100