Questions tagged [debian-squeeze]

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

472 questions
5
votes
1 answer

preseed command string fail with newline character using virt-install initrd-inject

I am creating a new virtual machine using libvirt's virt-install command. The command pulls a local preseed file from the hypervisor using initrd-inject: virt-install \ --autostart \ --name vm1 \ --ram 4096…
simplystuart
  • 153
  • 4
5
votes
1 answer

Syslog produces hundreds of lines

I have recently been "promoted" to lab admin, as I have the most experience with linux. My logcheck keeps sending me emails with hundreds of lines stemming from my syslog file. It repeats itself over, with minor changes each time. I have no idea…
Markus
  • 200
  • 1
  • 2
  • 13
5
votes
1 answer

Can I disable all TTYs in an EC2 instance?

I am maintaining an ec2 bootstrapping script for debian squeeze on github. The setup has become very minimal and I try to justify all my changes to the standard setup. Currently I am wondering whether there would be any problem with disabling all…
andsens
  • 361
  • 4
  • 10
5
votes
3 answers

postfix check warns me that some files differ

If I run postfix check on my debian squeeze server, I get this: postfix/postfix-script: warning: /var/spool/postfix/lib/libnss_nisplus-2.11.3.so and /lib/libnss_nisplus-2.11.3.so differ postfix/postfix-script: warning:…
Nicolas BADIA
  • 356
  • 1
  • 6
  • 15
5
votes
3 answers

Puppet doesnt sign certs

I have build an testlab for puppet, but it doesn't work. I start puppet agent on the node and it waits for the certificate. root:~# puppet agent --server xxxx --waitforcert 60 --test warning: peer certificate won't be verified in this SSL…
Dennis Wisnia
  • 259
  • 2
  • 12
5
votes
2 answers

Why does Debian squeeze forget its static IP address and seek a DHCP lease?

Hi have a Debian Squeeze box with eth0 and eth1. In /etc/network/interfaces is: auto eth1 iface eth1 inet static address 10.1.2.208 netmask 255.255.255.0 gateway 10.1.2.1 But every 24 hours, eth1 loses its statically-assigned IP address, and…
David Bullock
  • 791
  • 3
  • 14
  • 20
5
votes
2 answers

Postgres connection establishment slow

If I wan to connect to postgres 9.1.1 db on debian lenny with PgAdmin, it takes >15 seconds until the connection is established. There is nothing to see in the logs why it takes so long. Any ideas how I can analyze the problem? Here my…
markus
  • 1,050
  • 5
  • 18
  • 37
5
votes
2 answers

Weekly cron executing 2 times:

I have placed a .sh file that runs a php script weekly. This script should run only once, but every sunday it runs at: 1:30 am 6:50 am Any way to fix this? OH CRAP in the first email the user agent that request that email via web is:…
dynamic
  • 730
  • 6
  • 17
  • 31
4
votes
0 answers

Adminer not working - Configuration file is missing

I have a VM running Debian 9.7.0 64-bit off a Windows 10 host machine. This VM has the packages openssh-server, ufw, mysql-server, mysql-client, adminer, and their dependencies installed via apt. Mysql and Apache both appear to be functioning - I…
SierraKomodo
  • 141
  • 1
  • 4
4
votes
1 answer

Maildir on Debian Squeeze - Finding email boxes on /lost+found

A server that I'm helping to administrate had a severe file system problem and now there's a lot of files inside the /lost+found directory. I'd like to find the user@example.com's received and sent mail boxes. We're using Maildir email format,…
Álvaro Lemos
  • 65
  • 1
  • 5
4
votes
2 answers

PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/apc.so'

I have updated my php from 5.3.3 to 5.4.31. I have a Debian 6 Squeeze. PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/apc.so' - /usr/lib/php5/20100525/apc.so: cannot open shared object file: No such file or…
user3207586
  • 43
  • 1
  • 1
  • 3
4
votes
0 answers

mdadm error: found two disks with the number 0

Im running a server deep in the forest , and after a hard disco failure i got this error. error: found two disks with the number 0. It a server with 2, 1 TB disc in raid 1 with mdadm 0.9 SDA failed and mdadm swap to SDB, i change the hard drive,…
PsySkeletor
  • 181
  • 1
  • 13
4
votes
2 answers

OpenLdap: Why slapd tell me there's no DB_CONFIG when there is one

When I run slapcat or restart slapd on Debian 6, OpenLdap 2.4.23-7.32.4.23-7.3, I see this warning: hdb_db_open: warning - no DB_CONFIG file found in directory /var/lib/ldap: (14). Expect poor performance for suffix "dc=i-tracing,dc=lan". But when…
Coren
  • 171
  • 1
  • 1
  • 8
4
votes
1 answer

Upgrade issue from Debian Server Squeeze 6 to Wheezy 7 - still on kernel 2.6

I upgraded from Debian Squeeze 6 to Wheezy 7 but it seems i am using the old kernel. # uname -r 2.6.32-042stab072.10 But i have the newer kernel installed # dpkg --get-selections | grep linux-image linux-image-2.6-amd64 …
Christos Baziotis
  • 303
  • 1
  • 4
  • 14
4
votes
4 answers

Use apt-get source on a debian repo without using /etc/apt/source.list

I'm trying to use apt-get source as a regular user on a debian squeeze system. I want to retrieve the sources for cyrus-imapd-2.4 from the testing/wheezy repository. apt-get source works without root privileges; however, it seems there is no way to…
Erwan Queffélec
  • 387
  • 3
  • 11