Questions tagged [debian-wheezy]

Debian is a popular Linux distribution. The codename Wheezy stands for version 7.0 which is now EOL. It was released on 2013-05-04.

is a popular Linux distribution. The codename Wheezy stands for version 7.0 which is now EOL. It was released on 2013-05-04.

390 questions
0
votes
1 answer

L2TP/IPSec Conectivity Problems

We ar traying to establish a VPN to our office. We sucesful configured a debian server using openswan and lx2tpd. We test the conection on the local network, and established a VPN conection with the server. The problem is, outside the office, I…
0
votes
2 answers

Debian Wheezy No longer booting. Freezes after setting kernel variables

My Debian (Wheezy) server has been running smoothly for a very long time with no indications of any problems. I had it running 24/7 so it was always on. The other day my power went out and when I tired to turn it back on, it freezes during it's boot…
DonJuma
  • 101
  • 3
0
votes
2 answers

debian VM refusing all traffic apart from http

I've got a VM with a fresh install of Debian (wheezy) and I've installed node and mongo on it. The VM is using a bridged network connection so I was expecting to be able to point my host machines browser at the ip address of the Debian VM (port…
james lewis
  • 155
  • 1
  • 8
0
votes
3 answers

Debian Wheezy (testing) df reported volume size

I am a bit confused about the /dev/sda* references since I installed Wheezy instead of Squeeze on a testing box. fdisk -l returns: Disk /dev/sda: 250.1 GB, 250059350016 bytes 255 heads, 63 sectors/track, 30401 cylinders, total 488397168…
0
votes
1 answer

Can't create VM with virt-install on Debian wheezy

Cant find any answers anywhere so here goes. I am trying to CREATE a new virtual machine using the virt-install command from a console on a Debian wheezy install. I keep getting the following output: Starting install... ERROR internal error…
chrismacp
  • 103
  • 3
0
votes
1 answer

virtualbox on linux nat configuration

I am trying to set up Network Address Translation on Virtualbox. The host is Debian wheezy and so is the virtualized server. On virtual server side, no configuration has been made; On physical server, internet access is through eth0: echo 1 >…
philippe
  • 2,303
  • 4
  • 32
  • 53
0
votes
1 answer

php5-mysqlnd on debian wheezy/sid?

I am trying to install php5-mysqlnd on a fresh install of Wheezy (/etc/debian_version refers to it as wheezy/sid) and I'm having a problem: root@debian:/var/www/lottery1# apt-get install php5-mysqlnd Reading package lists... Done Building dependency…
Joseph
  • 111
  • 5
0
votes
1 answer

Configuring Exim to relay messages to an Office 365 server in Debian

Our company recently migrated from an on-site exchange server to Office 365. As a result of this, I need to update our proxy server to relay emails generated by our applications to Office 365. We are currently running exim4 on a Debian server. I…
pbuchheit
  • 151
  • 2
  • 11
0
votes
1 answer

Debian web access apache2 for mail server

i am responsible for my mail server i am new to Debian and mail server aswell i am facing issue after install the ssl certificate the page still shows http:// not https:// i use to see this command root@mail:/# apachectl -S the output comes like…
Ana Mal
  • 1
  • 1
0
votes
1 answer

Conflict with Debian version

On a server I set up a few years ago, typing cat /etc/lsb-release gives me the following result: DISTRIB_RELEASE=7 DISTRIB_CODENAME= DISTRIB_DESCRIPTION= And lsb_release -a displays: Distributor ID: Debian Description: Debian GNU/Linux 9.13…
0
votes
1 answer

rsyslog, is there a way to see the facility codes of messages recieved?

I have a cisco ftd sending logs tagged with local3(19) however I am still seeing some messages ending up in my users.log instead of where i have them configured to be sent. Is that where they would end up if untagged? or is there was way to verify…
Security_Pete
  • 99
  • 1
  • 1
  • 11
-1
votes
1 answer

Dovecot install error: Sub-process /usr/bin/dpkg returned an error code

I am trying to install a mail server on my Raspberry Pi. I have setup the FQDN and run apt-get update, and am trying to install postfix, mysql and dovecot with the command apt-get install postfix postfix-mysql dovecot-core dovecot-imapd…
user2370460
  • 213
  • 1
  • 3
  • 7
-1
votes
1 answer

Instead of www.domain.org:8080/app I need www.domain.org. Apache2.2, Tomcat7, Debian7

Instead of //servername.domain.org:8080/appdir. I need //servername.domain.org. How is this done? I want to truncate the URL dropping the :8080/appdir. What's running on the server. Debian 7.8, Apache2.2, libapache2-mod-jk, Oracle's Java 7, Tomcat…
-1
votes
1 answer

Debian iptables: Block all Incoming except special IPs or Ports

I play around with the rules for my web server, but it doesn´t work as i want. The ports seems to be reachable, but a connection won´t happen, here´s the script: #!/bin/bash # Drop all Incoming iptables -A INPUT -j DROP # Allow all…
Daniel
  • 1
  • 2
-1
votes
1 answer

Error Message from DnsResolver.pm after removing IPv6

After removing IPv6 (to get KVM working) from /etc/network/interfaces, I'm getting lately the following error: error creating a DNS resolver socket: Network is unreachable at /usr/share/perl5/Mail/SpamAssassin/DnsResolver.pm line 235. Any idea on…
1 2 3
25
26