Questions tagged [debian-squeeze]

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

472 questions
0
votes
0 answers

How to fix Shellshock vulnerability on Debian Squeeze?

How do you fix the shellshock bash vulnerability on Debian Squeeze? (I originally posted just the answer but that got modded, go figure), so now I'll post the answer below...
batflaps
  • 131
  • 1
0
votes
0 answers

mysql-server : Depends: mysql-server-5.1 but it is not going to be installed

I want to install MySQL on Squeeze (Debian), but I get this error message from apt: mysql-server : Depends: mysql-server-5.1 but it is not going to be installed I have tried to use a different source, but the issue persists. source.list: deb…
fips123
  • 361
  • 1
  • 5
  • 17
0
votes
1 answer

Understanding ntpd entry in syslog

Does anyone know what this entry in syslog means: static1 ntpd[2397]: 2a00:xxxx:xxxx:239::2 interface 2a01:xxxx::xxxx:xxxx:fe70:a40c -> (null) (I've replaced some of the values with xxxx) Thank you
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
0
votes
0 answers

Why might debian become unresponsive with virtually 0% CPU usage?

We have a problem with one of our (virtual) Debian servers failing in a strange way. The server will stop responding to to the network (no SSH, no Ping response, no app response). The only way we can gain access is through the virtual-host…
UpTheCreek
  • 1,628
  • 10
  • 32
  • 48
0
votes
1 answer

flushed IPs by mistake on UNIX how to recover from rescue

I got a problem. OS: Linux Debian 6.0 64-Bit I used this command on my root-server: ip addr flush dev eth0 I added some month agp multiply IP's and that in a false format. The problem is since i used the command i directly disconnected from my SSH…
0
votes
0 answers

Squid limit all user to 128kbit/s

I have a very odd behaviour with my squid server. It limits every client to a bitrate of exactly 3,2 Mbit/s... To troubleshoot it, I've tried to set the bitrate limit to unlimited and to 128kbit/s but nothing changed. The config I used was : (for…
Chewie
  • 3
  • 4
0
votes
0 answers

dnsmasq fails a few seconds, then get back to normal (debian)

I am running a box with debian 6.0.8, and DNSMasq 2.55 (from Debian repository). I use it to resolve some local hostnames, and it mostly works fine. but some times, it will fail to answer requests for a few seconds, and then gets back to normal…
Sverre
  • 753
  • 2
  • 12
  • 23
0
votes
0 answers

Embedding a browser in a 32bit Java/SWT/GTK application on 64bit linux

I have created a Java Application that uses SWT 3.6 and now I want to use the browser widget on a 64bit Debian 6.0 system while using a 32bit Java JRE and the 32 bit SWT/GTK libraries. I didn't feel this is a real programming question because I…
Daniel
  • 844
  • 7
  • 24
0
votes
1 answer

phpmyadmin have unmet dependencies

I use debian 6.0.6, before I install phpmyadmin, I install this: apt-get update && apt-get -y install apache2 apache2-doc autoconf automake \ bison ca-certificates ethtool flex g++ gcc gcc-4.4 libapache2-modphp5 \ libcrypt-ssleay-perl…
0
votes
0 answers

Segmentation fault using group add

Today I tried to install a tftp server to setup a PXE server on a virtual machine (powered by VMware ESX 4) for our network to ease server installation. The base installation (Debian 7.5.0 x64) worked flawless but when I hit the commands to install…
Omnibyte
  • 109
  • 3
0
votes
1 answer

Finding the origin of a package not from an official repository?

I have couchdb 1.1.0-1 install on Debian Squeeze. According to debian this is not one of their official versions. So I tried: apt-cache policy couchdb couchdb: Installed: 1.1.0-1 Candidate: 1.1.0-1 Version table: *** 1.1.0-1 0 100…
DaveO
  • 175
  • 1
  • 5
  • 16
0
votes
2 answers

Linux server updating requirements

I am new in my company and since a week I discovered that the company linux server contains a virus..tying to figure out what is the cause of the virus infection I noticed that the server is not up to date since a long time!! and I think but not…
amani
  • 9
  • 5
0
votes
1 answer

IPTables cannot resolve dns

I'm running Debian 6 32Bit I finally just setup my iptables, but I cannot seem to connect to any external server from my box -A INPUT -i lo -j ACCEPT -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT -A INPUT -p tcp -m tcp -m multiport -j ACCEPT…
Yusuf Ali
  • 7
  • 2
0
votes
1 answer

Error at partitioning disk

I am struggling to install debian squeeze (64 bit) OS in the system which is having RAID 1. While partitioning the drive, It says an error Operation not permitted during write on /dev/md126 . I am using IBM System x3250 M4 server model. For more…
sat
  • 1,273
  • 4
  • 13
  • 14
0
votes
1 answer

I need to set up mail forwarding on debian server

I have a new Debian squeeze VPS with which I'm using to serve a couple of web sites. I have an email address me@mydomain.com that I would like to redirect to me@gmail.com. Can I install some script or service to do that? If so what would suit my…
Xoundboy
  • 603
  • 1
  • 10
  • 21