Questions tagged [debian-squeeze]

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

472 questions
61
votes
3 answers

php cli memory limit

I am getting a memory error in a php cron job: Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 71 bytes) in /opt/matrix/core/lib/DAL/DAL.inc on line 830 The applicable parts of the crontab are: $ sudo crontab -u…
Ryan H
  • 1,398
  • 3
  • 14
  • 18
41
votes
2 answers

Do some debian builds not have lsb_release?

A .deb package I am releasing expects that it can call lsb_release. One customer using Debian 6.0.5 indicated that the lsb_release command (even in the terminal) produces a command not found error. Is this standard or is there something wrong with…
UsAaR33
  • 1,036
  • 3
  • 11
  • 20
24
votes
13 answers

How to fix locale settings in Debian squeeze

I occasionally get locale errors and I've tried to run dpkg-reconfigure locales to fix the problem. Here's the output: :~$ sudo dpkg-reconfigure locales perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: …
blogjunkie
  • 411
  • 1
  • 3
  • 6
19
votes
1 answer

Why does unpartitioned Hitachi HDS5C3020 drive start consuming 50% more power 15 minutes after boot?

In a Debian 6.0.6 system there are 74 pieces of 2TB Toshiba DT01ABA200 drives. These drives are identified as Hitachi HDS5C3020BLE630 drives running firmware revision MZ4OAAB0. 64 Drives attached via HP SAS expander cards to an LSI 2008 SAS…
Pro Backup
  • 914
  • 4
  • 15
  • 33
19
votes
7 answers

How to investigate unexpected Linux server shut down?

In a new Xeon 55XX server with 4xSSD at raid 10 with Debian 6, I have experienced 2 random shut downs within two weeks after the server being built. Looking at bandwidth logs before shut down does not indicate anything unusual. The server load is…
alfish
  • 3,027
  • 15
  • 45
  • 68
17
votes
3 answers

How can I upgrade PHP to a higher version for Debian Squeeze?

Currently, my PHP is on 5.3.3, how can I upgrade it? Also how can I upgrade anything? For example, if I want to upgrade phpMyAdmin as well?
Strawberry
  • 1,112
  • 4
  • 15
  • 27
16
votes
2 answers

"Cannot set terminal process group" during su to another user as login shell

Note: Please read the updated information starting with "EDIT" near the halfway point of this post - the environment and background of this problem has changed I've got a bog standard Debian 6.0 install here that I decided to sidegrade to the Debian…
Mikey T.K.
  • 1,367
  • 2
  • 15
  • 29
16
votes
1 answer

manually rotating logfile with rsyslogd

I want to force logfile rotation using logrotate -f /var/log/syslog, but it's only return tones of: error: syslog:1 unknown option 'May' -- ignoring line error: syslog:1 unexpected text I know that on this system rsyslogd is running. How to rotate…
kbec
  • 913
  • 1
  • 9
  • 10
15
votes
3 answers

mdadm raid5 recover double disk failure - with a twist (drive order)

Let me acknowledge first off that I have made mistakes, and that I have a backup for most but not all of the data on this RAID. I still have hope of recovering the rest of the data. I don't have the kind of money to take the drives to a recovery…
Peter Bos
  • 151
  • 1
  • 1
  • 5
14
votes
3 answers

ldap_modify: Insufficient access (50)

I am running an OpenLDAP 2.4 server that uses the SSL service for communication. It works for lookups. I am trying to add mirror mode replication. So this is the command that I'm executing: ldapmodify -D "cn=myuser,dc=mydomain,dc=com" -H…
Lynn Owens
  • 435
  • 3
  • 7
  • 14
11
votes
3 answers

Linux- Is an MTA required?

My VPS image (Debian 6) comes pre-installed with sendmail as the MTA. I will use this server as a web server, and maybe other usages but not as a mail server. I want to remove as many unneeded services as possible to save resources. Can the MTA be…
bernie
  • 375
  • 1
  • 3
  • 12
11
votes
1 answer

Why does Cacti keep waiting for dead poller processes?

I am currently setting up a new Debian (6.0.5) server. I put Cacti (0.8.7g) on it yesterday and have been battling with it ever since. Initial issue The initial issue I was observing, was that my graphs weren't updating. So I checked my cacti.log…
Oliver Salzburg
  • 4,505
  • 16
  • 53
  • 80
11
votes
5 answers

How can I automatically restart a process after it terminates?

I've got a golang program that I want to restart after it terminates on a Debian Squeeze box. The thing is serving HTTP behind an Apache 2 mod_proxy setup. I don't expect the process to fail, but I'd like to have some insurance against it. On…
Deleted
  • 294
  • 1
  • 2
  • 6
11
votes
2 answers

Does Debian 6.0 (Squeeze) have buffer overflow protection mechanisms?

My question is: Which buffer overflow / stack smashing defenses (if any) are enabled by default in Debian 6.0 (Squeeze)? Ubuntu has a handy summary table showing the main security features of each Server edition release, but I haven't found…
user2874
10
votes
1 answer

How to use a custom status command for a service in puppet?

I am using debian squeeze with PostgreSQL 9.1 from backports. Puppet has version 2.7.14. Unfortunatly the init script returns the wrong exit code for status. Therefore I wrote a custom status command to detect whether postgresql is running or…
MMore
  • 523
  • 2
  • 6
  • 12
1
2 3
31 32