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
2 answers

openldap authentication ssh

I'm trying to set up on a openldap server running on debian 6 the ssh authentication on a ldap-client host named ldap_client. Here is what ldapsearch returns on server: dn: dc=localnet,dc=lan objectClass: dcObject objectClass: organization dc:…
philippe
  • 2,303
  • 4
  • 32
  • 53
3
votes
1 answer

How to upgrade percona mysql on debian squeeze

Was running an apt upgrade and The following packages have been kept back: libmysqlclient18 percona-server-client-5.5 percona-server-server-5.5 I'm currently running percona mysql 5.5.15-55-log Trying sudo apt-get install percona-server-server-5.5…
Poe
  • 321
  • 1
  • 5
  • 18
3
votes
1 answer

What do compat mean in name service switch?

What do compat mean in name service switch? /etc/nsswitch.conf
Codler
  • 178
  • 1
  • 3
  • 8
3
votes
1 answer

Does Ubuntu 11.10 include MySQL 5.5?

I was told that Ubuntu 11.10 comes with MySQL 5.5 but it doesn't show up in the cache search. Did it not make it in to the latest release? root@ubuntu:/etc# cat lsb-release…
Jiho Kang
  • 1,047
  • 2
  • 10
  • 8
3
votes
1 answer

Varnish on Debian - libvarnish.so.1 not found

I'm trying to install Varnish on Debian 6.0.3 and am getting the following error when I try to start the server /usr/sbin/varnishd: error while loading shared libraries: libvarnish.so.1: cannot open shared object file: No such file or…
Jan Henckens
  • 512
  • 2
  • 9
  • 20
3
votes
4 answers

Apache eats more than 50 Mb for each process

I'm running VPS with debian + apache2 + php (as mod_apache) / 786Mb RAM The problem is I'm constantly running out of memory. When I run "top" command it shows around 10 of apache2 processes - and each of them takes >50Mb of memory! I thinks that's…
oyatek
3
votes
2 answers

Specifying preseed for debian installer inside the initrd as a kernel argument

I'm setting up an installer using both PXE and USB, and it works well, however I need to add a few different options to the boot menu to use different preseed files. This is for different situations, like whether or not to set up software raid, and…
andyortlieb
  • 1,092
  • 1
  • 12
  • 25
3
votes
2 answers

Reorder the way in which scripts are run at startup

I just moved to debian squeeze and need to change the startup sequence of some scripts. I used to do this with update-rc.d service defaulta xx xx but now with the LSB way of doing things the update-rc.d method does not change the order. I need to…
Ricardo Marimon
  • 529
  • 4
  • 12
  • 26
3
votes
1 answer

Change shorcut for console switch

I need to change the shortcut set by default on my Debian 6.0 (server) for tty switch. By defautl it is ALT + Fx, but i just want to switch to Fx. I guess it involves modification of Xorg, but i can't get which file to modify. I didn't find any…
3
votes
4 answers

Postfix: "Relay Access Denied"

I've been following this tutorial: http://flurdy.com/docs/postfix/index.html For some reason, even after making sure that I set it up correctly, it will not send any mail to external domains. It can still receive from them, but sending results in…
Eli
  • 395
  • 3
  • 7
  • 15
3
votes
1 answer

Linux kernel crash - any ideas?

Been getting these runaway conditions on a lightly loaded vps (debian squeeze kernel 2.6.38-bpo.2-amd64, 2GB, SSD) - top load is nothing , then jumps to 30.0 & everything grinds to a halt. I'm guessing the Xen Hypervisor kicks in and limits things…
jimg
  • 262
  • 4
  • 15
3
votes
2 answers

mkfs.ext3: Wrong medium type while trying to determine filesystem size

When I try to format the /dev/drbd0 with mkfs.ext3 I get the error message: mkfs.ext3: Wrong medium type while trying to determine filesystem size. I found a solution here:…
Saban Gül
  • 33
  • 1
  • 5
3
votes
1 answer

Mount Second Hard Drive Debian

Possible Duplicate: How to mount a second hard drive? Debian I got a second hard drive added to one of my servers but now I have no clue how to mount it and have it recognizable by the os. Could anyone give me a quick guide on how to properly…
Belgin Fish
  • 919
  • 5
  • 17
  • 31
3
votes
2 answers

Debain no longer booting after apt-get remove upstart

I can no longer boot my server up. I get the following issue: Loading, please wait... Target filesystem doesn't have requested /sbin/init. /bin/sh: can't access tty; job control turned off # _ and my system just sits there. It occured after I…
macintosh264
  • 155
  • 1
  • 7
3
votes
1 answer

Best location for Solr index files

I'm trying to setup properly Solr under a debian machine. It's working ok but the I'm not sure where's the best location for the index files. Currently they are inside the application's folder but I don't really like this approach. I was thinking…
Nikos D.
  • 133
  • 3