Questions tagged [debian]

Debian is a popular and influential GNU/Linux distribution. Questions here should generally be about Debian Server.

Debian GNU/Linux its one of the oldest and more popular Linux distributions. The Debian project was started in 1993 by Ian Murdock (the name Debian is a junction of Debra + Ian, his girlfriend at the time). Debian strongest points are the portability, stability and commitment to the free software ideal.

The current Debian version (6.0, code named Squeeze) has more than 29.000 software packages available on nine platforms (including SPARC, ARM, PowerPC), and 2 platforms supporting the FreeBSD kernel (Debian GNU/kfreebsd on i386 and amd64). The Debian APT package management provides dependency management and strong update and upgrade capabilities.

Debian maintains normally 3 versions of its repositories: stable (the current release), testing (the next release), unstable (new packages and versions). After debian makes a new release, the previous stable release is maintained for one year, and is re-labed oldstable. Squeeze also included the backports repository where some software from the testing will be made available to the stable release, and updates (previously named volatile) to deal with software that evolves too fast. Debian also makes point releases with aggregated updates and updated tools, those keep the release name but update the version like Debian 6.1 for example.

Debian has a Social Contract with its users and will only distribute on its main distribution software that is compatible with the Debian Free Software Guidelines.Those two devices were created on the early days of the distribution and also are the basis for Open Source Initiative's Open Source Definition.

The Debian project organization counts with the Debian Project Leader, the Debian Project Secretary and the Debian Developers. The developers are responsible for the releases, packaging software, managing the FTPs, security and so on. Each Project Leader is elected for a period of one year and any Developer can be a candidate.

Ubuntu Linux uses Debian as its base, as well as other well known distributions like Maemo, Mint, Knoppix and several others. The Wikipedia article has also more details about the distribution, as well as Debian's official site.

7581 questions
3
votes
1 answer

Debian Squeeze Linux 9p virtfs guest mount failure

First some background information on the server: Host OS: Debian Linux Squeeze + qemu-kvm version 1.0+dfsg-8~bpo60+1 Guest OS: Debian Linux Squeeze I use qemu-kvm via libvirt. I have set up 9p VirtFS with the following in Guest's XML…
Tero Kilkanen
  • 36,796
  • 3
  • 41
  • 63
3
votes
3 answers

Debian server as a virtual guest?

I have a PC with lots of RAM (16GB) and a fast CPU (core i5). I would like to use this one machine both as a server and a deskop pc. So how about if I do this: I install Ubuntu on it (as GUI desktop) with virtualbox, and then a debian server as a…
jonathan
  • 31
  • 1
3
votes
3 answers

Run unison in background on startup?

I'm running Debian 6 64bit. What I'm trying to do is run Unison on startup to constantly monitor files on the LAMP server I have running on my VM and sync that with the VM Shared folder. while true do unison -batch -owner -group /folder1/…
mawburn
  • 187
  • 1
  • 12
3
votes
0 answers

PHP + ImageMagick Performance Issues

Good Day, I have two environments: OpenVZ VPS and Pentium 4 local dev machine. They have all packages installed the same way. ImageMagick is compiled from sources without OpenMP support. When I run time convert 'image.jpg' -resize "x60" -crop…
Stojko
  • 63
  • 2
  • 5
3
votes
1 answer

Shared Block Device File System (iSCSI)

I wanted some advice on a file system to use on across 5-10 servers that have a shared block device (iSCSI), GlusterFS and LusterFS seem to be it, but they dont say anything about shared block device support We are currently using Debian 6 for our…
user554005
  • 143
  • 2
  • 6
3
votes
2 answers

select() hangs due to resource exhaustion - but what resource?

Connecting to my server via sftp sometimes results in a hang here: if (select(max+1, rset, wset, NULL, NULL) < 0) { which is line 1428 from openssh 5.2p1's sftp-server.c (main loop of sftp_server_main()). The same hang occurs when opening a data…
njahnke
  • 290
  • 3
  • 16
3
votes
4 answers

How to config mysql-server for heavy load

Im in the process of setting up a new database server. I have been running a few mysql database servers before and it has been working okay. But i would like to hear the recommended setup for my server. For example, what should i set the max…
Rasmus
  • 31
  • 1
  • 2
3
votes
1 answer

vconfig created virtual interface and trunking - is the the interface untagged or tagged for that VLAN ID?

I am trying to setup an additional VLAN on our Debian-based router/firewall (which exists as a virtual machine on Hyper-V), our core switch (an HP Procurve 5406) and a remote HP ProCurve 2610 that is connected via a WAN Transparent Lan Service…
user62491
3
votes
2 answers

Need to move a debian server from i686 to x86_64 architecture

I have a debian server that I need to move from one hosting provider to another. I don't really know how the old server was setup, all I know is that it's running a Ruby on Rails application with a lot of custom libraries installed and that I should…
Max
  • 3,523
  • 16
  • 53
  • 71
3
votes
3 answers

How to pre-fetch Debian packages on local network?

Let's say I have at home 3 computers running Debian testing. They mostly have the same configuration and most of the packages installed are identical. Every time I update/upgrade the Debian packages, they are downloaded from the Internet. Is there a…
CJlano
  • 133
  • 1
  • 4
3
votes
1 answer

Running a Gentoo distfiles caching mirror on Debian

I have a variety of Linux hosts on my office LAN. I run apt-cacher-ng on a box to cache packagae downloads for all of the Debian and Ubuntu machines on the network. We have a few Gentoo users and I would like to cache their distfiles downloads as…
Sean O'Leary
  • 493
  • 2
  • 8
3
votes
3 answers

Linux WAN failover simple solution needed

I'm banging my head against the wall to come up with a clever and simple solution to WAN failover. This is for a SOHO installation with two different external IPs. Only outbound connection failover needed. Provider 1: Cable Provider 2:…
Peter Meyer
  • 440
  • 1
  • 4
  • 12
3
votes
1 answer

Nginx slow connect

Im trying to diagnose a connection issue with nginx on debian. there is an delay of anything from 2-10 seconds on the connection, im using curl to test: curl -o /dev/null -w "Connect: %{time_connect} TTFB: %{time_starttransfer} Total time:…
waz
  • 31
  • 1
  • 3
3
votes
4 answers

Private Cloud: Debian and OSS vs vmware vSphere, which is best for corporate use?

I'm hoping someone can shed some light regarding the current state of virtualization on Debian. Since I like my information first-hand, i thought I'd ask here for some real-world use cases. I am currently gathering some data in order to redesign the…
D4rKr0W
  • 41
  • 3
3
votes
3 answers

A script that updates interfaces if /etc/network/interfaces changes

[This is for Debian Squeeze, but applies to Ubuntu and other Linux distros.] I have a rather complex /etc/network/interfaces file which is generated based on various factors (number of interfaces, are bridges needed, vlans, etc). After the new file…
TomOnTime
  • 7,945
  • 6
  • 32
  • 52