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

How to manage unprivileged administration of system services using Debian?

At our lab, we have several services handled by different phd students (like myself). Fluctuation is high and people do the job next to their research duties. Until now, services were running on different machines, with different OS setups that can…
ypnos
  • 334
  • 3
  • 12
3
votes
2 answers

Can a faulty DNS record prevent networking?

My server's network interfaces are not available anymore since yesterday evening. I didn't change anything, but I added a new DNS-record shortly before. Unfortunately, the web interface I used to add this DNS record escaped some characters, so I've…
Bob
  • 403
  • 4
  • 8
3
votes
1 answer

Static route in conflict with a route

I have a route configured. 192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.1 I'd like to add a static route to pass traffic destined for 192.168.1.51 via a load balancer's redundant virtual interface at 192.168.1.2. ip route add…
Athanasios
  • 355
  • 1
  • 2
  • 7
3
votes
4 answers

I just got a linode VPS a week ago and I've been flagged for SSH scanning

Possible Duplicate: My server’s been hacked EMERGENCY I got a 32-bit Debian VPS from http://linode.com and I really haven't done any sort of advanced configuration for securing it ( port 22; password enabled ). It seems somehow there is ssh…
meder omuraliev
  • 1,721
  • 3
  • 21
  • 30
3
votes
2 answers

Generating a record of the full(-ish) package management state

I'm about to make some system changes and I'd like to have a record of my current happy system state. Is there a convenient way to create a record of this? I'd like to keep track of info like currently installed packages and their versions which…
intuited
  • 415
  • 1
  • 5
  • 12
3
votes
3 answers

Millions of files in php's tmp error - how to delete?

I've got a tmp-folder with 14 million php session files in my home directory. At least that's what I think it is, it's not like I could ls it or anything. I've tried using find with the -exec rm {} \; commands but that didn't work. ls 'sess_0*' |…
Jonatan Littke
  • 371
  • 1
  • 3
  • 8
3
votes
2 answers

Error with Apache2 on Debian Lenny: "Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName"

I installed apache2 in Debian Lenny but when I give the command sudo /etc/init.d/apache2 reload it gives me a statement saying "Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName". How can I change…
user40245
  • 131
  • 2
3
votes
1 answer

Installing Mercurial 1.5.1 on Debian Lenny

What's the easiest way to install Mercurial 1.5.1 on Debian Lenny? Can I safely install the package from the sid repository using apt-get, or should I compile it from the sources?
pako
  • 203
  • 1
  • 2
  • 10
3
votes
2 answers

Debian: Adding new user?

How can I create a new user then SSH into the box under that user? I ran: useradd marco -d /home/marco -p WuUfhRdt4B Then I added to /etc/ssh/sshd_config: AllowUsers root marco Then restarted ssh: /etc/init.d/ssh restart I can't login. What did I…
Miko
  • 1,759
  • 4
  • 22
  • 28
3
votes
2 answers

Problem upgrading kernel on debian 3.1

I have a quite old box in a remote server farm. So I have no direct access. Only remote SSH (and via SSH to a serial console). I haven't updated this box in ages. Now, whenever I want to install a new package, a dependency to glibc appears.…
exhuma
  • 366
  • 1
  • 4
  • 13
3
votes
1 answer

Ubuntu equivalent to bugs.debian.org/?

In Debian, I can use the above URL to quickly see the open bugs for a package. In Ubuntu, it seems I have to go to launchpad, and click, click, click... which is . Is there a quick way to see all the bugs of a package in Ubuntu? One which doesn't…
3
votes
7 answers

NFS: Server says "authenticated mount request", but client sees "access denied"

I have two machine, an NFS server (RHEL) and a client (Debian). The server has NFS set up, exporting a particular directory: server:~$ sudo /usr/sbin/rpcinfo -p localhost program vers proto port 100000 2 tcp 111 portmapper 100000 2 …
zigdon
  • 471
  • 1
  • 4
  • 8
3
votes
4 answers

sudo like in Ubuntu (for Debian and other Linuxes)

I personally like the default sudo behavior of Ubuntu: - Root login impossible - "admin" group granted "ALL=(ALL) ALL" - users in the "admin" group are asked for their user password (not a root password) when using sudo. [I like it, because this…
Chris Lercher
  • 4,152
  • 9
  • 35
  • 41
3
votes
7 answers

Sysadmin's Tutorial for Debian/Ubuntu for a Windows Expert/Lunix Noob?

I'm a sysadmin with a decade of Windows experience (Server, Exchange, SQL, etc. on networks large and small), and I'm looking to build up my Linux sysadmin skillset. It seems like most of the tutorials are either for computing neophytes or…
Rob
3
votes
2 answers

Why does rhel/centos store apache conf files the way it does?

I've started administering a clutch of CentOS based webservers in a new job, and after a couple of years of using debian based linux servers, I've got fairly comfortable with the apache file structure along the lines of below: /etc/apache2 …
Chris Adams
  • 709
  • 3
  • 11
  • 18
1 2 3
99
100