Re: Sound on Squeeze

2012-05-29 Thread Lisi
On Tuesday 29 May 2012 19:38:13 Javier Vasquez wrote: > BTW, if using USB sound device then care must be taken cause debian > always set usb device as non 1st device: Thanks, Javier. But it is on the motherboard. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a su

Re: Sound on Squeeze

2012-05-29 Thread Lisi
Thanks for your help, Joe. On Tuesday 29 May 2012 19:08:45 Joe wrote: > Very first question: is the user in the audio group? Absolutely vital. Yes. > Next quick question: do you have more than one sound device e.g. > motherboard and USB sound card? If so, you may be looking at the wrong > one. S

Modify Thermal trip points, modern kernel acpi /sys/class/thermal/thermal_zone0/

2012-05-29 Thread Bob
Hi on my laptop (ASUS EeePC 1215b) an AMD E-450 based system the current open source drivers in Wheezy don't manage power very well so the system overheats & the battery doesn't last long. [0] I've got squeeze running quite nicely with kernel, fglrx & their dependencies coming from backports,

Re: Only 3.6gb of 64gb RAM recognized by 64bit squeeze

2012-05-29 Thread Stan Hoeppner
On 5/29/2012 3:48 PM, Stan Hoeppner wrote: > So the boot flags are just a bare metal hardware issue. This should have read "are NOT just a bare metal issue". -- Stan -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas..

Re: LSI MegaRAID SAS 9240-4i hangs system at boot

2012-05-29 Thread Stan Hoeppner
On 5/29/2012 7:09 AM, Ramon Hofer wrote: > On Sun, 20 May 2012 21:37:19 -0500 > Stan Hoeppner wrote: > > (...) > >> Does the mobo BIOS show the disk device? If not, does the 9240 BIOS >> show the disk device, RAID level, and its size? >> >> What we need to figure out is whether this is a BIOS p

Re (2): Dying Iceweasel.

2012-05-29 Thread peter
From: Camaleon Date: Sat, 26 May 2012 10:09:41 + (UTC) > Instructions for using those repos are detailed here: > http://mozilla.debian.net/ Thanks. So now the two systems are more similar. http://carnot.yi.org/ArmadaPackages http://carnot.yi.org/DaltonPackages > Wow... and you wonder

Re: Sound on Squeeze

2012-05-29 Thread Lisi
On Tuesday 29 May 2012 20:04:28 Andrei POPESCU wrote: > On Ma, 29 mai 12, 17:55:22, Lisi wrote: > > Hello, all! > > > > On a new installation of Squeeze the sound is muted.  I have checked > > Alsamixer and made sure that master and PCM are not muted, as recommended > > by Claudius. But sound is st

Re: Sound on Squeeze

2012-05-29 Thread Lisi
On Tuesday 29 May 2012 19:08:45 Joe wrote: > Probably tutorials on Linux sound... These don't help much, because they assume that you know about sound and just want to know how it works on Linux. :-( Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "uns

Re: Only 3.6gb of 64gb RAM recognized by 64bit squeeze

2012-05-29 Thread Stan Hoeppner
On 5/29/2012 4:08 PM, Seyyed Mohtadin Hashemi wrote: > On Tue, 2012-05-15 at 21:26 +0200, Seyyed Mohtadin Hashemi wrote: >> On Tue, May 15, 2012 at 8:51 PM, Stan Hoeppner >> wrote: >> On 5/15/2012 12:26 PM, Seyyed Mohtadin Hashemi wrote: >> > On Tue, May 15, 2012 at 4:30 AM, Henriq

Re: Sound on Squeeze

2012-05-29 Thread Joe
On Tue, 29 May 2012 12:38:13 -0600 Javier Vasquez wrote: > > > BTW, if using USB sound device then care must be taken cause debian > always set usb device as non 1st device: > > /etc/modprobe.d/alsa-base.conf > > 16 # Keep snd-usb-audio from beeing loaded as first soundcard > 17 options snd

Re: Sound on Squeeze

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 17:55:22, Lisi wrote: > Hello, all! > > On a new installation of Squeeze the sound is muted. I have checked > Alsamixer > and made sure that master and PCM are not muted, as recommended by Claudius. > But sound is still muted. > > A large part of the problem is that I am

Re: Sound on Squeeze

2012-05-29 Thread keith
On Tue, 29 May 2012 17:55:22 +0100 Lisi wrote: > Where do I look next? And for what do I look? > Sometimes its the speaker volume you need. -- keith -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.deb

Re: Sound on Squeeze

2012-05-29 Thread Javier Vasquez
On Tue, May 29, 2012 at 12:08 PM, Joe wrote: > On Tue, 29 May 2012 17:55:22 +0100 > Lisi wrote: > >> Hello, all! >> >> On a new installation of Squeeze the sound is muted.  I have checked >> Alsamixer and made sure that master and PCM are not muted, as >> recommended by Claudius. But sound is sti

Re: Sound on Squeeze

2012-05-29 Thread Joe
On Tue, 29 May 2012 17:55:22 +0100 Lisi wrote: > Hello, all! > > On a new installation of Squeeze the sound is muted. I have checked > Alsamixer and made sure that master and PCM are not muted, as > recommended by Claudius. But sound is still muted. > > A large part of the problem is that I

Re: [OT] Mails coming from "joe1assis...@gmail.com"

2012-05-29 Thread elbbit
I too have now received one of these emails in reply to Message-ID: <4fc5080e.7030...@gmail.com> I find this odd as I have replied to the lists several times and only got one of these replies the moment I started a new thread on debian-user. -- elb...@gmail.com -- To UNSUBSCRIBE, email to deb

New AlienFX Debian Package

2012-05-29 Thread elbbit
I recently adopted GNU programming concepts and decided to contribute to the community. I have completed my first GNU C++ program for which I include the details. I have developed a working CLI program which allows the user to change the AlienFX light settings on Alienware hardware by accessing

Re: How to drop a specific TCP segment in iptables?

2012-05-29 Thread Luis Piñeiro
Hi Yuwen, Try statistic extension. For example, to drop every second segment in http connection: # iptables -A INPUT -p tcp --sport 80 -m statistic --mode nth --every 2 -j DROP

Re: Sound on Squeeze

2012-05-29 Thread Lisi
On Tuesday 29 May 2012 17:55:22 Lisi wrote: > (other than, thanks to Claudius, the 00s in Alsamixer for Master > and PCM) :-( I even got that wrong. PCM has no entry for muting and unmuting. I had unmuted the next column, not PCM. Lisi -- To UNSUBSCRIBE, email to debian-user-requ...@lists.

Sound on Squeeze

2012-05-29 Thread Lisi
Hello, all! On a new installation of Squeeze the sound is muted. I have checked Alsamixer and made sure that master and PCM are not muted, as recommended by Claudius. But sound is still muted. A large part of the problem is that I am a total ignoramus when it comes to sound, so although i

Re: A quick Q: download source

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 17:41:05, Nicolas Bercher wrote: > > As far as I experienced, sid is not a word supported by apt, use > unstable or a release name instead. Not sure what you mean, but sid is a release name and apt supports it just fine[1]: # apt-get install transmission-cli/sid Reading packag

Re: A quick Q: download source

2012-05-29 Thread lina
On Tue, May 29, 2012 at 11:45 PM, Andrei POPESCU wrote: > On Ma, 29 mai 12, 23:41:13, lina wrote: >> > >> > I have a hunch, but to test my theory could you try without the '/sid'? >> > And please post the full output here if you get any errors. >> >> It seems it still downloading the wheezy one. >

Re: A quick Q: download source

2012-05-29 Thread lina
On Tue, May 29, 2012 at 11:41 PM, Nicolas Bercher wrote: > On 29/05/2012 17:28, lina wrote: >> >> $ apt-get source htop/sid >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Ignore unavailable target release 'sid' of package 'htop' >> E: Unable

Re: A quick Q: download source

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 23:41:13, lina wrote: > > > > I have a hunch, but to test my theory could you try without the '/sid'? > > And please post the full output here if you get any errors. > > It seems it still downloading the wheezy one. Yes, of course, because at the moment htop has the same version

Re: A quick Q: download source

2012-05-29 Thread lina
On Tue, May 29, 2012 at 11:38 PM, Andrei POPESCU wrote: > On Ma, 29 mai 12, 23:28:51, lina wrote: >> >> $ apt-get source htop/sid >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> E: Ignore unavailable target release 'sid' of package 'htop' >> E:

Re: A quick Q: download source

2012-05-29 Thread Nicolas Bercher
On 29/05/2012 17:28, lina wrote: $ apt-get source htop/sid Reading package lists... Done Building dependency tree Reading state information... Done E: Ignore unavailable target release 'sid' of package 'htop' E: Unable to find a source package for Something wrong here? As far as I experienced,

Re: A quick Q: download source

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 23:28:51, lina wrote: > > $ apt-get source htop/sid > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Ignore unavailable target release 'sid' of package 'htop' > E: Unable to find a source package for > > Something wrong here? I

Re: A quick Q: download source

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 07:58:45, Paul Johnson wrote: > On May 29, 2012 7:53 AM, "lina" wrote: > > I am under wheezy, when I use the apt-get source package > > I will get the wheezy version by default. > > > > What if I want to get the sid one, how can I do that without going to > > the debian webpage.

Re: A quick Q: download source

2012-05-29 Thread lina
On Tue, May 29, 2012 at 10:58 PM, Paul Johnson wrote: > > On May 29, 2012 7:53 AM, "lina" wrote: >> I am under wheezy, when I use the apt-get source package >> I will get the wheezy version by default. >> >> What if I want to get the sid one, how can I do that without going to >> the debian webpa

Re: Only 3.6gb of 64gb RAM recognized by 64bit squeeze

2012-05-29 Thread Seyyed Mohtadin Hashemi
On Tue, 2012-05-15 at 21:26 +0200, Seyyed Mohtadin Hashemi wrote: > On Tue, May 15, 2012 at 8:51 PM, Stan Hoeppner > wrote: > On 5/15/2012 12:26 PM, Seyyed Mohtadin Hashemi wrote: > > On Tue, May 15, 2012 at 4:30 AM, Henrique de Moraes Holschuh > >> wrote: >

Re: LVM, Resize failed (most mlikely user error)

2012-05-29 Thread Jochen Spieker
an...@gmx.de: > > During a dist upgrade, my /var went full and I started to do the > following with the lvm commands: reduce /home to 100G, You need to remember that LVM is just a logical layer between your disks/partitions and the filesystem. If you shrink an LV, you break the filesystem using

Re: A quick Q: download source

2012-05-29 Thread lina
On Tue, May 29, 2012 at 10:58 PM, Paul Johnson wrote: > > On May 29, 2012 7:53 AM, "lina" wrote: >> I am under wheezy, when I use the apt-get source package >> I will get the wheezy version by default. >> >> What if I want to get the sid one, how can I do that without going to >> the debian webpa

Re: A quick Q: download source

2012-05-29 Thread Paul Johnson
On May 29, 2012 7:53 AM, "lina" wrote: > I am under wheezy, when I use the apt-get source package > I will get the wheezy version by default. > > What if I want to get the sid one, how can I do that without going to > the debian webpage. If you have Sid sources in your apt configuration, then "ap

Re: LVM, Resize failed (most mlikely user error)

2012-05-29 Thread Shane Johnson
On Sat, May 26, 2012 at 9:17 AM, wrote: > Dear Guys, > > I had the (wonderful?!) idea to resize my LVM.  The result is, that I can not > access my /home anymore :-(. > > Environment: > HP Mini, 160GB HDD > 2 partitions (sda1, ext2, 254.99M, bootflag and sda2, 159784.29M) > LVM initial setup: > -

A quick Q: download source

2012-05-29 Thread lina
Hi, I am under wheezy, when I use the apt-get source package I will get the wheezy version by default. What if I want to get the sid one, how can I do that without going to the debian webpage. Thanks with best regards, -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a s

Re: Redirect selected traffic using Redsocks

2012-05-29 Thread José Luis Segura Lucas
El 29/05/12 13:49, José Luis Segura Lucas escribió: > How can I know if a iptables rule is well formed and it is working? > > Best regard and thanks in advance :-) Answering myself: I put several log rules for the chain REDSOCKS and doing some testing using icmp protocol. Apparently the rules are o

Re: Debian 6.0 64 Bit : Putty

2012-05-29 Thread rjc
On Tue, May 29, 2012 at 11:51:25AM BST, Matty H wrote: > Hi, I've recently installed a VPS with Debian 6.0 64 bit. > > The server is fully capable to handle it, And for some reason when i > try to go through putty, The connection times out ? > > Any ideas ? http://the.earth.li/~sgtatham/putty/0.

Re: Debian 6.0 64 Bit : Putty

2012-05-29 Thread Allan Wind
On 2012-05-29 11:51:25, Matty H wrote: > Hi, I've recently installed a VPS with Debian 6.0 64 bit. > > The server is fully capable to handle it, And for some reason when i > try to go through putty, The connection times out ? > > Any ideas ? Can you ping the host? What happens if you telnet to

Re: Debian 6.0 64 Bit : Putty

2012-05-29 Thread elbbit
On 29/05/12 11:51, Matty H wrote: > Hi, I've recently installed a VPS with Debian 6.0 64 bit. You are vague. Do you have Debian installed inside a VM or are you trying to get out of a VM which is running on a Debian host? I'm assuming the former. What virtual software are you using, i.e. Virtua

Slow tape read-write after upgrade

2012-05-29 Thread Yury O. Tabolin
Hi, all. I had a server with Debian Lenny x64, with the old kernel 2.6.18 (it is still from Etch). I upgraded all to Squeeze, with the native kernel 2.6.32. Everything worked well except the tape library HP StorageWorks MSL 4048 Ultrium 960, connected to it via SCSI Megaraid 320-2x. It has be

Re: Improve leafnode

2012-05-29 Thread daniele.g
Camaleón writes: > On Mon, 28 May 2012 16:38:12 +0200, daniele.g wrote: > >> Leafnode on Debian uses a script do-fetch-news, which cron run >> periodically, that checks the variable $NETWORK in >> /etc/news/leafnode/debian-config. This variable can have two possible >> values: "PPP" and "permanen

Debian 6.0 64 Bit : Putty

2012-05-29 Thread Matty H
Hi, I've recently installed a VPS with Debian 6.0 64 bit. The server is fully capable to handle it, And for some reason when i try to go through putty, The connection times out ? Any ideas ? Please reply asap. Regards, Matty, VPS4less.

Re: LSI MegaRAID SAS 9240-4i hangs system at boot

2012-05-29 Thread Ramon Hofer
On Sun, 20 May 2012 21:37:19 -0500 Stan Hoeppner wrote: (...) > Does the mobo BIOS show the disk device? If not, does the 9240 BIOS > show the disk device, RAID level, and its size? > > What we need to figure out is whether this is a BIOS problem at this > point or a Debian installer kernel dr

Re: x11 intel graphics card conf

2012-05-29 Thread Andrei POPESCU
On Ma, 29 mai 12, 13:12:19, Filipe Freire wrote: > Dear All! > > I am running debian squeeze on a PC with intel i5 and graphics card: > VGA compatible controller: Intel Corporation Sandy Bridge Integrated > Graphics Controller (rev 09) You need the kernel and X from backports. This was discussed

RE: APT errors with Sid/armel on LaCie NAS

2012-05-29 Thread Jeffrey Langerak
Hi, It seems that the bug that has been filed is the exact same issue. Altho I only see 2 actual "replies", there is no fix available at the moment, making the NAS'es pretty useless, because APT is not working. One thing that seemed to work is the manual package download (the mismatches retur

Re: x11 graphics card conf

2012-05-29 Thread Benedict Verheyen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29/05/2012 12:35, Filipe Freire wrote: > Dear All! > > I am running debian squeeze on a PC with intel i5 and graphics card: > VGA compatible controller: Intel Corporation Sandy Bridge Integrated > Graphics Controller (rev 09) > > x11 freezes if I

Redirect selected traffic using Redsocks

2012-05-29 Thread José Luis Segura Lucas
Hi all! For working, I need to access to some services on my company intranet using a SOCKS5 proxy. This is *not* the "official way" (I must use Windows, and I' don't want to). Almost all the services I need works fine using my SOCKS5 proxy (several web services, SSH servers...) but I have prob

[Install] Debootsrap warning : corrupt deb with XFS

2012-05-29 Thread Loïc
Hello, I try to install a Debian Squeeze on a PC and I have some errors when I put the whole system on a single XFS partition. When installing the base system (debootstrap) I have warnings like: http://ftp.fr.debian.org/debian/pool/main/o//x_amd64.deb was corrupt However, when I format th

Re: VPN on system boot

2012-05-29 Thread rjc
On Tue, May 29, 2012 at 08:39:54AM BST, Antonio Fernández Pérez wrote: > Please, anybody could tell me why I can't to connect with this user? Have you checked user's group membership, device and other files' permissions? > -- > > *Antonio Manuel Fernández Pérez* > > *Ingeniero Técnico en Infor

Re: Installing Debian on Acer Aspire One

2012-05-29 Thread Brian
On Tue 29 May 2012 at 07:52:21 +0200, José Luis Segura Lucas wrote: > I have move a step forward: I used the testing netinstall ISO, copied > to my memory stick using "cat image.iso > /dev/sdX". The installation > is able to recognize my HDD now :-) Great news... but it is still > failing. > > Af

Strange problem with network [TCP], netperf CRR test fails.

2012-05-29 Thread Anatoly Rybalchenko
Hello, I have 6 identical physical machines in one cluster with Debian 6.0 onboard . Initially they were used to run Cassandra nodes, but these nodes started to go down randomly after several hours of work, with hung up connections in CLOSE_WAIT state. Typically, CLOSE_WAIT state is indicator o

Re: Need advice on cloning Debian server

2012-05-29 Thread Joe
On Tue, 29 May 2012 12:35:40 +0800 Joe Aquilina wrote: > > My thought is that I should install Debian squeeze on to it and get > it running with RAID & LVM, with partitions, logical volumes etc. > matching the original file server, and then use rsync to copy all the > data files over the inte