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

Match Group restriction in sshd_config does not work

I have got two groups in sshd_config: AllowGroups sftpusers sshusers And I have two groups below subsystem sftp /usr/lib/openssh/sftp-server: Match Group sftpusers,!sshusers ForceCommand internal-sftp ChrootDirectory %h …
2
votes
0 answers

cgit + redmine + git (advance integration)

I've successfully managed to configure my Redmine with advance git integration. However, I'm very interested in combining cgit with the current configs, but I'm not sure how. So, basically I want to use cgit with authentication from Redmine by…
Amree
  • 131
  • 5
2
votes
2 answers

Debian Wheezy in KVM: can't set IO scheduler

I'm running a Wheezy box in KVM, by default it runs the kernel 3.2. After I upgrade to 3.14 from backports, I no longer can tune the IO scheduler. Before: # cat /sys/block/vda/queue/scheduler noop deadline [cfq] # echo noop >…
bereal
  • 131
  • 1
  • 4
2
votes
1 answer

Adding second IP to server

I have a Debian 7 box that will host multiple domains. I'm trying to add a second IP, but every time I try /etc/init.d/network stop && /etc/init.d/network start, I get this error: RTNETLINK answers: File exists Failed to bring up eth0:0 However,…
Quasipickle
  • 177
  • 1
  • 8
2
votes
0 answers

Installation of Lotus Notes 9.0.1 32 bit for Linux on a Debian 7.5 “wheezy” 64 bit

I'm trying to install Lotus Notes 9.0.1 32 bit for Linux (IBM has not developed a 64 bit package yet) on a Debian 7.5 "wheezy" 64 bit but I'm running into some issues and would need your help. There are many posts on the Internet dealing with the…
2
votes
4 answers

Gmail is Unreachable from Google Compute Engine

I have been getting network is unreachable errors every time i try to use php to mail something out. alt2.gmail-smtp-in.l.google.com [2a00:1450:4010:c03::1a] Network is unreachable alt3.gmail-smtp-in.l.google.com [2607:f8b0:400e:c03::1a] Network…
2
votes
1 answer

403 Forbidden in root

I'm setting up a webserver with virtual hosts, and I'm having a hard time getting around this 403 Forbidden error. The error claims something is pointing to root /, but the directives are set for any requests for the domain to be routed to it's…
chaoskreator
  • 123
  • 6
2
votes
2 answers

Using newer version of php on server

What are my options if the version of PHP packaged with Debian Wheezy is too old and I want to run something newer? Besides switching to Ubuntu stable or running Debian Jessie (not great for production), is there a way to only install the new…
Peter
  • 1,450
  • 2
  • 17
  • 27
2
votes
0 answers

Debian server - DNS stopped working after static IP reassignment

Due to changes in the LAN router, I had to modify the static IP of one of our servers. It still succeeds in finding the external world (ping google.com), but only temporarily - when I access one of the websites hosted in that server through a…
2
votes
2 answers

EC2 elastic IP not resolving to private IP on debian instance

I've read on many sites that the answer to attaching multiple public IP addresses to an EC2 instance (for SSL, redirection, whatever purposes) is to create multiple private IP addresses, attach elastic IP addresses to aforementioned private…
Sam Levin
  • 510
  • 1
  • 5
  • 11
2
votes
0 answers

Debian Wheezy hangs before GRUB menu after successful install on Dell C-Series Server

I've just installed Debian Wheezy on a Dell C-Series Server w/o any problems. However, at first reboot, I don't even get a GRUB menu. So I guess it's a problem with where GRUB was installed and maybe the RAID configuration. The server has 6 HD's, 2…
user214259
  • 21
  • 2
2
votes
1 answer

mongodb 2.4.9 is crashing on wheezy when running as root

I installed mongodb-10gen v2.4.9 on a debian Wheezy, and I'm having this really weird behavior: if I run it as root I can't get it starts: root@xx:~# /etc/init.d/mongodb stop [ ok ] Stopping database: mongodb. root@xx:~# /etc/init.d/mongodb…
franck
  • 133
  • 4
2
votes
1 answer

How do I make sure sftp server is VSFTPD?

On a Wheezy server, I used: aptitude install vsftpd. I edited the config file at /etc/vsftpd, disabled anonymous login, enabled local accounts, enabled FTP write, enabled the user vsftpduser, disabled ASCII mangling, activated umask 022 to avoid…
Kheldar
  • 157
  • 1
  • 5
2
votes
1 answer

Apache2 + mod_fcgid + php stopped working after upgrade from Debian squeeze to wheezy

I've updated my server from Debian squeeze to Debian wheezy. On this server are several apache2 vhost which running php via mod_fcgid (I'm also using mod_suexec but this shouldn't be the problem). After the update all my php-sites are not working…
morten.c
  • 161
  • 1
  • 1
  • 8
2
votes
1 answer

grub on debian wheezy doesn't recognise mdraid

We're having a really strange problem when trying to boot from an mdraid on Debian Wheezy. All references online that I can find tell me that grub 1.99 (which is part of Debian Wheezy) should have no trouble booting from an mdraid volume. We're keep…
Tim Stoop
  • 588
  • 5
  • 20