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

how to configure Exim4 on Debian 7 so that email *from* foo.com VPS to anyone@foo.com goes to anyone@foo.com at bar.com?

So. There's two servers---foo.com which is a VPS, and bar.com which is a shared host running cPanel and has been configured to accept mail for foo.com. foo.com has a fresh install of Debian 7 and Exim4 running. The MX record for foo.com points to…
nooblag
  • 11
  • 1
  • 2
0
votes
1 answer

Debian cron complaining about log dir ownership since upgrade to Wheezy

I'm getting errors from cron like this: /etc/cron.daily/logrotate: error: skipping "/var/log/apache2/access.log" because parent directory has insecure permissions (It's world writable or writable by group which is not "root") Set "su" directive…
artfulrobot
  • 2,949
  • 13
  • 36
  • 60
0
votes
2 answers

Cant get access to phpmyadmin with nginx under debian "No input file specified."

I've installed Nginx, php-fpm, mysql and phpmyadmin.. When I type myserver.com I see "Welcome to nginx!". But when I type myserver.com/phpmyadmin, I got : "No input file specified. ". I know it's probably a problem with the path, but I can't find…
Jeremy Dicaire
  • 165
  • 1
  • 5
  • 15
0
votes
1 answer

How to install ia32-libs on Wheezy?

I have seen a couple of questions on ServerFault relating to installing ia32-libs on a 64bit machine but the solutions aren't working for me (I don't think any of these questions where for Wheezy specifically I'm not sure how to…
jwbensley
  • 4,202
  • 11
  • 58
  • 90
0
votes
1 answer

Where are the 'fresh-installation' config file of bind 9?

Only for personal educational purpose, i've installed bind9 into a clean fresh-installed debian 7.1 Before start to study my 'pro dns and bind' book, i'd like to copy all of original config file of bind 9 to keep it apart, and to do more sarches…
realtebo
  • 367
  • 1
  • 7
  • 18
0
votes
1 answer

Proxmox 3.0 installation on any VPS

I have an account on digitialocean.com I create a droplet debian wheezy. I installed proxmox 3.0 manually via command line. At the end of installation I restarted the server but again it uses default kernel. I want to use Proxmox customized kernel…
Serkan
  • 9
  • 3
0
votes
2 answers

What causes partitions to be mounted at boot?

I'm upgrading machines from Debian Squeeze to Wheezy. I do all the setup with FAI - disks, packaging, everything. So they come up ready for production. Its all good. One particular machine has two extra ext4 partitions for database storage. FAI is…
Rob N
  • 131
  • 4
0
votes
1 answer

Wildcard SSL on Debian 7, Apache2 not working. (Rackspace Cloud Server)

I have been having some issues setting up my godaddy wildcard SSL cert on a new Debian 7 server running Apache 2. Thinking maybe I have missed something and hoping you can help me out. Here is what I have done so far: Turned on SSL mod for Apache:…
codephobia
  • 135
  • 1
  • 9
0
votes
1 answer

Deny access with https for some unsecured domains on nginx

I have nginx web server with virtual hosts on one IP address. Some domains working with http: ex1.com, ex2.com, ex3.com, and one domain with https: se1.com. When I try to use httpS on ex1.com, ex2 or ex3, I'm getting content of https://se1.com site.…
SimWhite
  • 111
  • 3
0
votes
1 answer

Puppet won't detect augeas

Puppet version: 3.1.1 When attempting to use activemq module: package {'openjdk-6-jre-headless': ensure => present, } class {'activemq': version => '5.8.0', user => 'activemq', group => 'activemq', home => '/opt', …
mr.b
  • 583
  • 10
  • 25
0
votes
1 answer

munin fw_conntrack going bananas after dist upgrade to debian wheezy

after i upgrade from squeezy to wheezy munin began doing sth weird. it seams as if it only keeps adding the numbers and does not show the current value but only the cumulative values... by the dist-upgrade munin was upgraded from 1.4.x to 2.0.x see…
greenone83
  • 209
  • 1
  • 7
0
votes
2 answers

No posix acl in debian Wheezy with ext4

I was running a new script and encountered the following error: Your filesystem or build does not support posix ACLs So I thought no problem, just add acl,user_xattr to my fstab. It now looks like the…
timmeyh
  • 968
  • 1
  • 6
  • 25
0
votes
1 answer

Nginx failed to start on boot: "Cannot assign requested address"

When I reboot my server (not nginx, the whole server), Nginx fails to start automatically. After I logged into the server, I can start nginx manually (service nginx start). It works. But if I restart again, I have to manually start Nginx. In…
jcisio
  • 588
  • 1
  • 9
  • 22
0
votes
2 answers

Unable to set up 301 redirection on Nginx web server

I am trying to set up 301 redirection for all the domains hosted on my Nginx server, and every attempt to get it to work has failed this far. My Nginx configuration is below. File: /etc/nginx/sites-available/all-my-sites # 301 Redirects server { …
its_me
  • 225
  • 1
  • 7
  • 23
0
votes
2 answers

Can you run Icinga Classic Web (icinga-html) and Icinga New Web (icinga-web) at the same time on top of the same Icinga instance?

I have an Icinga instance setup and running doing its usual job. There is a plugin I wanted to try out (heatmap) that only seems to be supported under the newer Icinga-Web interface. What I was hoping to do was run both the classing and newer web…
TafT
  • 233
  • 2
  • 12