Questions tagged [debian-squeeze]

Squeeze is the development codename for Debian 6.0. This tag should be used in preference to [Debian] if the question is specific to this version.

Squeeze is the development codename for Debian 6.0. It was initially released on February 6th of 2011. Support ended for the LTS version as of February 29th 2016.

151 questions
108
votes
3 answers

logrotate configuration file syntax - multiple wildcard entries possible?

Since the man page doesn't answer my question and I don't want to force a rotation cycle, I decided to ask the question here. The man page for logrotate gives the following example: "/var/log/httpd/access.log" /var/log/httpd/error.log { …
0xC0000022L
  • 7,544
  • 10
  • 54
  • 94
30
votes
4 answers

How do I permanently reset the time zone in Debian?

Dreamhost seems to think that we like PDT, despite being in the Midwest. How do I change the timezone?
elynnaie
  • 1,065
16
votes
2 answers

gcc path not valid when installing VMWare Tools from VMWare Workstation 7.1.1 build-282343 on Debian squeeze

I am trying to install VMWare tools on Debian Squeeze. My error: Before you can compile modules, you need to have the following installed... make gcc kernel headers of the running kernel Searching for GCC... The path "/usr/bin/gcc" is not valid…
15
votes
6 answers

Startup Disk Creator tool for Debian

I was trying to create a USB bootable in Debian to install my new system. I couldn't find any easy to use tool in Debian. I tried downloading the hybrid ISO image from the Debian site and copied it to the USB using the dd command as said in Debian…
user61954
  • 859
11
votes
5 answers

How do I write files to a USB without being root?

I have a 4GB USB stick which I partitioned using sudo cfdisk /dev/sdb and formatted using sudo mkfs /dev/sdb1. It's currently set to ID 83 with System Linux when I run sudo fdisk -l on my Debian Squeeze. I use pmount to mount the external USB…
Eric
  • 215
11
votes
2 answers

How to allow other computers on the network to access my virtual web server?

I use Windows 7 as a host OS. I have Debian 6.0.4 installed on VirtualBox with lighttpd. I can easily access the web server from my machine by typing http://localhost in the browser address panel but other computers from my network cannot access it…
Patryk
  • 1,269
9
votes
3 answers

Only 3.2GB of 4GB RAM detected on 64-bit Debian

I'm running Debian Squeeze (x64): # uname -srvmo Linux 2.6.32-5-amd64 #1 SMP Mon Jan 16 16:22:28 UTC 2012 x86_64 GNU/Linux I have 2 compatible 2 GB sticks of DDR2 in my G31M-S motherboard. It supports up to 8GB: Since this is a server, I don't…
9
votes
1 answer

Why is syslog so much slower than file IO?

I wrote a simple test program to measure the performance of the syslog function. This are the results of my test system: (Debian 6.0.2 with Linux 2.6.32-5-amd64) Test Case Calls Payload Duration Thoughput …
ceving
  • 2,007
8
votes
4 answers

How do I install KDE in my Debian installation?

How do I install KDE in my Debian installation? I have a Debian Squeeze 6.0.7, which was installed from a DVD. I would like to install kde-full package into it. How do I install KDE in my current installation? My current status is: Debian Squeeze…
7
votes
1 answer

sensors-detect does not detect

I am trying to run sensors-detect in Debian6 64 bits and I get: Sorry, no sensors were detected. Either your system has no sensors, or they are not supported, or they are connected to an I2C or SMBus adapter that is not supported. Sensors applet is…
Salvador
  • 181
7
votes
1 answer

How can partman partition more than one disk in a Debian installer preseed file?

Making partman partition a single disk is easy enough: d-i partman-auto/disk string /dev/xvda d-i partman-auto/method string regular d-i partman-auto/expert_recipe string \ boot-swap :: \ 2048 2048 -1 ext3 \ $primary{ } \ …
6
votes
1 answer

Linux AMD-FX 8350 temperature monitoring

I’m trying to get the CPU temperature for my AMD-FX8350 on Debian Squeeze. I ran sensors-detect and then sensors, but I only get my motherboard sensors (it8720-isa-0228). There are three temperature values there but I assume those are not for the…
6
votes
2 answers

How to update the kernel from 2.6.16 on Debian squeeze?

I just did an update of my Debian system on my vserver from lenny to squeeze as described here. I got some errors during the install, saying that glibc couldn't be updated. I did an apt-get -f install, which gives me the following warning: WARNING:…
tangens
  • 1,880
5
votes
1 answer

X freeze with proprietary fglrx driver on radeon HD 5970

I can't get to install the proprietary driver "fglrx" with ATI Radeon HD 5970 on Debian Squeeze. After the installation with ATI Catalyst 12-8 and a reboot, from the stage of GDM, the screen is freezing with a lot of little squares appearing on X,…
5
votes
2 answers

What is the preferred way to set the path for library directories?

I installed a binary and its dependencies to a non-standard location. When I run the binary, I need to specify the library locations of all its dependencies. I know one way of doing this is to do: export…
elynnaie
  • 1,065
1
2 3
10 11