Questions tagged [debian-squeeze]

Debian is a popular Linux distribution. Squeeze is also known as version 6.0.

472 questions
7
votes
4 answers

Remove Exim version number

I'm trying to get rid of the version number that you see when you get an email sent from Exim. Received: from user1 by site.org with local (Exim 4.72) I'v tried editing smtp_banner in these two…
Mint
  • 456
  • 2
  • 9
  • 23
7
votes
3 answers

Run application as root without sudo

I have an application (VirtualBox) which I need to run as root user. I can run sudo VirtualBox just fine, but I want to have a shortcut on my Desktop which I only have to click on to start VirtualBox as root user. I tried chown root:root, but that…
LinuxNewbie
  • 73
  • 1
  • 1
  • 3
7
votes
3 answers

Postfix decides that it does not have enough disk space

FINAL RESULT I fixed this problem by resizing my xvda partition from 700MB to 10GB. I used Linode’s control panel to do that, which involved shutting down the VPS, running the resize operation, and then booting it back up. Many thanks to everyone…
Abraham Vegh
  • 1,045
  • 5
  • 17
  • 26
6
votes
4 answers

Access OpenVPN client network from server

I have setup an OpenVPN connection between a Windows 2012 Server and an Debian Linux machine. The windows machine is the server and the linux machine is running openvpn as client. I can ping and connect to each other within the VPN network without…
user797717
  • 161
  • 1
  • 1
  • 3
6
votes
1 answer

ifdown interface not configured (Debian 6)

My server is dedicated (non-virtual). I want to have 3+1 static IPs. I used aliases (eth0:0, eth0:1) previously, but read that this method is deprecated. So I added another IP and reconfigured my interface with ifup/ifdown while I'm at i;, but…
Marco Alka
  • 181
  • 1
  • 1
  • 7
6
votes
1 answer

How do you set up RAID1 with both disks bootable on Debian/Ubuntu?

In Debian 6, new installation, what is the recommended way of setting up a software RAID1 array so that the system is bootable from both disks? I have heard that people that don't know what they are doing may set it up in such a way that the system…
W3Coder
  • 163
  • 1
  • 5
6
votes
1 answer

systemctl not found on debian squeeze

I want to execute systemctl enable perl-fcgi.service But I get bash: systemctl: command not found Why is there no systemctl on debian 6.0 and how can I get it?
DarkLeafyGreen
  • 273
  • 5
  • 7
  • 23
6
votes
3 answers

Remote desktop to my KVM virtual machine

I've got a dedicated server running Debian 6. I've set up a windows 7 virtual machine using KVM. Now I'm trying to get Remote desktop working. I'm guessing i have to do some port forwarding. The virtual machine is in a NAT. Remote desktop is already…
user6
  • 113
  • 1
  • 1
  • 6
6
votes
5 answers

How do I setup a secondary incoming mail server?

I currently have a server running Debian 6, with postfix and dovecot handling email. This server hosts email for a number of domains and users, so I use MySQL as my backing store for users and forwardings and everything related. Currently, this…
Abraham Vegh
  • 1,045
  • 5
  • 17
  • 26
6
votes
1 answer

Duplicate config files with .dpkg-dist extension

I have noticed a number of duplicate files such as the default Apache vHost, I have both: - default - default.dpkg-dist Will Apache still read the .dpkg-dist file extension?
John Magnolia
  • 1,613
  • 6
  • 27
  • 44
6
votes
1 answer

How to mount vfat drive on Linux with ownership other than root?

I'm running into trouble mounting an iPod on a newly upgraded Debian Squeeze. I suspect either a protocol has changed or I've tickled a bug, which I don't know where to report. I'm trying to mount the iPod so that I have permission to read and…
Norman Ramsey
  • 645
  • 2
  • 10
  • 24
6
votes
2 answers

Duplicate incoming TCP traffic on Debian Squeeze

I have to test a homebrew server that accepts a lot of incoming TCP traffic on a single port. The protocol is homebrew as well. For testing purposes, I'd like to send this traffic both : - to the production server (say, listening on port 12345) - to…
Erwan Queffélec
  • 387
  • 3
  • 11
5
votes
5 answers

How to patch CVE-2015-0235 (GHOST) on Debian Lenny and Squeeze?

There is a right way to patch GHOST on Debian Lenny and Squeeze? According to this link there are no plans to patch Lenny https://security-tracker.debian.org/tracker/CVE-2015-0235 Thanks!
5
votes
3 answers

NFS share problems - RPC: fragment too large: xxxxx

We have a virtual server with an NFS share that is written to by other servers. Today the NFS share became inaccessible. The syslog was full off messages like this: RPC: fragment too large: 311176 I've seached on google but can't find much…
UpTheCreek
  • 1,598
  • 10
  • 31
  • 45
5
votes
0 answers

Cannot set ACL on ACL-enabled EXT4 partition

I am trying to enable xattrs and acls on a Debian machine. I've (re)mounted the partition in question with user_xattr and acl. (/dev/md3 is the partition in question) root@fs01:/# mount | grep /dev/md /dev/md0 on / type ext3…
Chris
  • 248
  • 1
  • 2
  • 9
1 2
3
31 32