Debian is a popular Linux distribution. Squeeze is also known as version 6.0.
Questions tagged [debian-squeeze]
472 questions
2
votes
2 answers
Can't reach network 192.168.100.0/24
In one of our data-centre we've a Debian machine acting as a router. From this network we cannot reach any of the machines found on 192.168.100.0/24 network. E.g The gateway on the 192.168.100.0/24 network is the 192.168.100.10. This gateway is not…

Valentin Bajrami
- 4,045
- 1
- 18
- 26
2
votes
1 answer
SSHd not logging Failed publickey attempts
On Debian Squeeze I have sshd set up to not permit password logins and require key based authentication.
I notice that when I attempt to log in from the WAN into my box with a bad SSH key, I do not get the "Failed publickey...." message in auth.log.…

user158389
- 23
- 1
- 3
2
votes
1 answer
Install Openjdk7 on Debian Squeeze
I've got a server that's running Debian Squeeze and upgrading to Wheezy isn't an option. I need to install version 7 of the JRE as there's some bug fixes in there I require. My options are:
Install openjdk-7-jre from the wheezy package…

james lewis
- 155
- 1
- 8
2
votes
2 answers
preseeding locales in debian
I am trying to use debconf to preseed the values for the locales package in Debian squeeze, so that I can reconfigure it non-interactively to, e.g., generate all locales. I extract the right selection from a working system using…

bronto
- 121
- 11
2
votes
1 answer
Disable IPv6 router learning and auto configuration of Global address
I am using Debian 6.0.6, My ISP is IPv6 enabled and gave me one /64 ip address for my server, say, 24XX:XXXX::41/64. I have configured this IP address, netmask and want to statically set the router address. I have the Link Local address of the…

Rajkumar S
- 463
- 1
- 7
- 12
2
votes
2 answers
Cron job doesn't seem to work
I scheduled a task every 5 minutes in my crontab.
The task is well-scheduled by activating the cron log in rsyslog and checked that it executes as planned:
- Right user
- Right command
Sample log entries:
Dec 23 06:40:01 computer…

Bernard Rosset
- 1,373
- 12
- 25
2
votes
2 answers
Runing perl Script using root cron told me "access denied"
This comes from here
Now it runs, but when i run it using the root crontab, it told me:
*tail: /var/log/backupeitor.log: file truncated
/bin/sh: /home/backup/scripts/backupeitor.pl: Permission denied*
Permissions for the…

PsySkeletor
- 181
- 1
- 13
2
votes
2 answers
Bootstrap a debian build environment and build source packages with no root privileges
On debian squeeze, I am trying to do the following :
fetch sources package from the wheezy source repository
bootstrap a squeeze chroot for several architectures
build the packages for several architectures (i386, amd64, all and any)
I want both…

Erwan Queffélec
- 397
- 4
- 11
2
votes
0 answers
Jail PHP to OpenBasedir or Document Root Debian
I have a VServer running with Debian Squeeze Debian Squeeze / Apache2 / FastCGI / MySQL / Froxlor. The administration of Customers, Domains and FTP Accounts are performed using Froxlor.
Following problem:
If I install an application like Roundcube…

Rubberducker
- 121
- 3
2
votes
1 answer
Debian keyring error: "No keyring installed"
I have a Debian Squeeze EC2 AMI. On booting up an instance with it and trying to install packages with apt-get I get errors saying there is no keyring installed. Here is the error with apt-get update:
root@ip:~# apt-get update
Get:1…

donatello
- 746
- 1
- 9
- 16
2
votes
0 answers
Disabling IRQ#16 when removing DVI cable
I have a computer running with a Blackmagic Decklink card and a usbscreen. The problem i'm having is somethimes a irq conflict occurs and the OS disables irq16 witch both the decklink card and the usb screen is connected to. If i remove the dvi…

Ryezs
- 21
- 1
2
votes
1 answer
Best practices for setting lm-factor in Squid refresh patterns
I am running a Squid (3.1) cache in front of Django. The content of the site does not change very often, so Squid gives our backend much needed breathing room.
Currently, this is the refresh pattern that we are using to cache the…

Mpentecost
- 196
- 1
- 5
2
votes
2 answers
How to set up Logwatch to receive high level messages immediately?
I have set up Logwatch on my (Debian) system. Mailing etc works well.
What I would like to is to get a daily report of the system once a day
And;
To receive any high level (failed login attempts, attacks -if possible- etc) immediately as they…

Phil
- 523
- 1
- 4
- 9
2
votes
1 answer
How can an RSA key be placed in a "non-folder"?
I lack a lot of knowledge regarding the subject so please excuse me if my question is very ignorant.
I just started out with RSA key authentication to my test-server. It did not work at the beginning and I tried and tried and re-tried to no…

Phil
- 523
- 1
- 4
- 9
2
votes
4 answers
How important is it to keep size of log files down?
I have a LAMP server where logrotate does its job once per week, and I notice some logs tend to get quite large. For example, the apache access-log is 73MB. Is it better that I tell logrotate to rotate it daily? Does size matter for the performance…

charly gordon
- 31
- 1
- 3