Re: Decibel value mentioned to tones (siggen package) not working as expected

2010-01-31 Thread Foss User
On Sun, Jan 31, 2010 at 7:22 PM, Jan Piet Joris en Corneel wrote: > A difference of 2 dB cannot be noted by most people.  The minimal > difference you can hear is 3 dB, but please try some more difference > e.g. 10 dB. I tied -8 dB and -20 dB this time but both the sounds still sound the same. C

Decibel value mentioned to tones (siggen package) not working as expected

2010-01-31 Thread Foss User
I am using the tones command from siggen package. $ rm notes.wav; tones -w notes.wav 1000 4...@-2 0 4...@-4 && play notes.wav The command generates 3 tones, each one second long 1. 440 Hz at -2 dB 2. 0 Hz (silence) 3. 440 Hz at -4 dB However, both the first and third tones sounds equally loud.

beep command seems to be generating tone of incorrect frequency

2010-01-31 Thread Foss User
I was using the beep command in the 'beep' package to generate tones. I find that it doesn't quite behave as expected. I ran the following two commands: $ beep -f 440 -l 1000 $ beep -f 880 -l 1000 The 880 Hz sound sounded lower in pitch than 440 Hz sound. Also, it sounds out of tune with the s

Re: Unable to start tightvncserver

2010-01-22 Thread Foss User
On Sat, Jan 23, 2010 at 3:03 AM, Eric Gerlach wrote: > On Fri, Jan 22, 2010 at 12:07:57AM +0530, Foss User wrote: >> foss...@squeeze:~$ ps -aef | grep 4847 >> fossist     4987  3680  0 00:02 pts/3    00:00:00 grep 4847 >> >> foss...@squeeze:~$ netstat -na | grep tcp |

Re: Unable to start tightvncserver

2010-01-21 Thread Foss User
On Fri, Jan 22, 2010 at 12:07 AM, Foss User wrote: > I am unable to start tightvncserver. Please see the output and help me. > > foss...@squeeze:~$ tightvncserver > > You will require a password to access your desktops. > > Password: > Verify: > Would you like to ente

Unable to start tightvncserver

2010-01-21 Thread Foss User
I am unable to start tightvncserver. Please see the output and help me. foss...@squeeze:~$ tightvncserver You will require a password to access your desktops. Password: Verify: Would you like to enter a view-only password (y/n)? n New 'X' desktop is squeeze:1 Creating default startup script /h

Handle paths with spaces

2010-01-07 Thread Foss User
This is my directory structure: . | a.sh | a.txt | +---foo bar | b.txt | +---santa | | c.txt | | | \---humpty dumpty | e.txt | \---test d.txt I want to do some operation on each file ending with .txt. However, this script wouldn't work because in each iteration

Unable to make DNS queries

2010-01-05 Thread Foss User
I just installed a new instance of Debian 5.0 (Lenny). I am unable to download files from any websites. When I try wget http://www.google.com/ I see this output in tshark. debian:~# tshark -f "udp port 53" Running as user "root" and group "root". This could be dangerous. Capturing on eth0 0.

What is the right way to fix LANG or locale such that quotes appear properly?

2010-01-05 Thread Foss User
On my terminal (PuTTY terminal), I see that the quotes are displayed incorrectly. They appear as a with a caret over it. Here is an output: debian:~# echo $LANG en_IN debian:~# gcc a.c a.c: In function âmainâ: a.c:6: error: âasâ undeclared (first use in this function) a.c:6: error: (Each undeclare

Handle each file at a time in loop?

2010-01-04 Thread Foss User
$ ls convert.sh Track 1.wav Track 3.wav Track 5.wav Track 7.wav Track 9.wav Track 1.mp3 Track 2.wav Track 4.wav Track 6.wav Track 8.wav So, you can see there are file names with spaces in them. I have written a script like this to handle one file name at a time. for file in `ls *.wav` d

read command not reading from pipe. why?

2010-01-04 Thread Foss User
I see that the read command stores input entered only on the console into the variables. Example: $ read a foo $ echo $a foo But when I don't enter input on the console by keyboard, but pipe it into the standard input of read, I am unable to store the input into the variable. $ echo bar | read a

Unable to run grub setup on Squeeze

2009-12-26 Thread Foss User
I want to setup grub on another partition. So, I tried running the 'grub' command but it seems the command is absent. nifty:/home/fossist# grub bash: grub: command not found nifty:/home/fossist# aptitude search grub p ggz-grubby - GGZ Gaming Zone: chat bot with the ability to play games i

Grub 2 does not boot Squeeze, Error 15, Need help

2009-12-02 Thread Foss User
I am using Squeeze. I booted successfully many times using the chainloaded grub2. So, I thought it would be safe to replace grub with grub2. So, I tried running update-from-grub-legacy but this command was not present even while logged in as root. So, I ran upgrade-from-grub-legacy and now I am u

Unable to record voice using sound recorder

2009-11-01 Thread Foss User
Earlier in Lenny when I used to click the sound icon in gnome panel, I used to get options to control the mixer such as modifying PCM volume, setting 'Capture' on, etc. Now, in Squeeze, it is no longer visible. I want to use the GNome Sound recorder to record my voice, but when I try, the level alw

Re: Help needed in getting WiFi working with Debian

2009-11-01 Thread Foss User
Thanks everyone. I got my WiFi up. Sharing the details here in case it helps someone in future. 1. aptitude update; aptitude install firmware-iwlwifi 2. modprobe -r iwl3945; modprobe iwl3945 (I am not sure whether step was required) But I got this message in /var/log/messages - ADDRCONF(NETDEV_UP

Re: Help needed in getting WiFi working with Debian

2009-11-01 Thread Foss User
On Sun, Nov 1, 2009 at 10:27 PM, Foss User wrote: > On Sun, Nov 1, 2009 at 10:24 PM, Tim Tebbit wrote: >> Foss User wrote: >> >>>>> Please help me to get wireless working with Debian (recentmost Squeeze). >>>> What is the output of ifconfig wlan0? >&g

Re: Help needed in getting WiFi working with Debian

2009-11-01 Thread Foss User
On Sun, Nov 1, 2009 at 10:24 PM, Tim Tebbit wrote: > Foss User wrote: > >>>> Please help me to get wireless working with Debian (recentmost Squeeze). >>> What is the output of ifconfig wlan0? >>> >> >> # ifconfig wlan0 >> w

Re: Help needed in getting WiFi working with Debian

2009-11-01 Thread Foss User
On Sun, Nov 1, 2009 at 9:26 PM, Tom H wrote: > On Sun, Nov 1, 2009 at 5:37 PM, Foss User wrote: >> I am using Squeeze. I run aptitude update; aptitude full-upgrade every >> day. I want to connect my laptop to the Wi-Fi I've setup in my home. I >> am able to connect t

Help needed in getting WiFi working with Debian

2009-11-01 Thread Foss User
I am using Squeeze. I run aptitude update; aptitude full-upgrade every day. I want to connect my laptop to the Wi-Fi I've setup in my home. I am able to connect to it using Windows but not using Debian. I know the SSID and WPA2-PSK key I have set. Channel of the router is set to 'Auto'. 'Broadcast

When Rhythmbox plays no other software is able to use sound

2009-10-21 Thread Foss User
When i run rhythmbox, any other software is unable to produce sound. similarly, when some software is already producing sound rhythmbox is unable to play songs. but if i don't use rhythmbox, other multiple audio software can run and produce sound at the same time. what's wrong with rhythmbox? I u

Re: How to make Debian/GNome manage network automatically

2009-10-18 Thread Foss User
On Sun, Oct 18, 2009 at 4:33 PM, Tixy wrote: > On Sun, 2009-10-18 at 11:44 +0530, Foss User wrote: >> I am using Squeeze. The network icon on my GNome desktop always shows >> a red cross on it. If the network gets disconnected for some reason >> and I reconnect it again, GNom

How to make Debian/GNome manage network automatically

2009-10-17 Thread Foss User
I am using Squeeze. The network icon on my GNome desktop always shows a red cross on it. If the network gets disconnected for some reason and I reconnect it again, GNome does not connect to the network automatically. I have to run /etc/init.d/networking restart to reconnect to the network again. I

Error in Squeeze after log on: There was an error starting the GNOME Settings Daemon.

2009-09-01 Thread Foss User
I am using Squeeze. Whenever I power on and log into GNome, I get the following error. Is there a way to fix it? There was an error starting the GNOME Settings Daemon. Some things, such as themes, sounds, or background settings may not work correctly. The last error message was: Did not receive

reportbug crashes with sendmail usage error

2009-06-25 Thread Foss User
When I launch reportbug in Squeeze, fill up the details and click "Submit the bug report via email" on the last dialog box, reportbug crashes and I get this message in the shell: Usage: /usr/sbin/sendmail -f f...@address.com -h relayhost [OPTIONS] (use -H for help) * How can I report a bug if it c

How to access EpiValley SXC 1280 inbox

2009-06-13 Thread Foss User
I bought a TATA Indicom CDMA 1x USB Modem. The name as mentioned in its user guide is: SXC-1280. There is an EpiValley as well as TATA Indicom logo on the device. I connect the modem to my laptop via USB. I am using Lenny. I got my internet running successfully using wvdial. However, I am unable t

Re: Is gnome built on top of twm?

2009-05-25 Thread Foss User
On Tue, May 26, 2009 at 2:33 AM, Claudius Hubig wrote: > Foss User wrote: >>Please see the following output I generated from Squeeze. >> >>$ aptitude why twm >>i   gnome                     Depends  gnome-desktop-environment (= >>1:2.24.3~2) >>i A

Is gnome built on top of twm?

2009-05-25 Thread Foss User
Please see the following output I generated from Squeeze. $ aptitude why twm i gnome Depends gnome-desktop-environment (= 1:2.24.3~2) i A gnome-desktop-environment Depends gdm (>= 2.20.9) i A gdm Depends gnome-session | x-session-manager | x-window-ma

Difference between X and Xorg commands?

2009-05-25 Thread Foss User
I installed xserver-xorg like this: aptitude install xserver-xorg I see two commands have appeared. X from xserver-xorg Xorg from xserver-xorg-core What is the difference between the two commands? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscrib

Installing xmonad?

2009-05-24 Thread Foss User
I have a simple Debian installation with no desktop environment or xserver. I want to try xmonad. Will this be enough to install xmonad? aptitude update aptitude install xserver-xorg xmonad ? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Tro

Re: Why burning ISO of a multisession disc results in a disc that doesn't have multisession?

2009-05-24 Thread Foss User
On Sun, May 24, 2009 at 11:45 PM, Harry Rickards wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 05/24/09 19:03, Foss User wrote: >> 1. I used Brasero to write a disc with this option enabled: "Leave the >> disc open to add other files". Let us

Why burning ISO of a multisession disc results in a disc that doesn't have multisession?

2009-05-24 Thread Foss User
1. I used Brasero to write a disc with this option enabled: "Leave the disc open to add other files". Let us call this dvd1. 2. I created an .iso image of dvd1 like this: mount if=/dev/cdrom of=dvd1.iso 3. I opened Brasero again, and selected "Burn image" and tried burning dvd1.iso into another D

Re: Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-24 Thread Foss User
On Sun, May 24, 2009 at 5:38 PM, Tony Baldwin wrote: > Foss User wrote: >> >> Hi, >> >> I am a GNome user and I am looking for some good tool to burn DVDs. I >> have a couple of DVD+R and DVD-R discs. I want to do one of the >> following when I burn disc

Burning DVDs on GNome of Debian Testing (Squeeze) ?

2009-05-24 Thread Foss User
Hi, I am a GNome user and I am looking for some good tool to burn DVDs. I have a couple of DVD+R and DVD-R discs. I want to do one of the following when I burn discs: 1. Burn .ISO into a disc. 2. Copy a disc as .ISO to my hard disk. 3. Copy data to discs with multisession support. I have the fol

Re: Using terminal output as input

2009-05-19 Thread Foss User
On Tue, May 19, 2009 at 8:43 PM, Eric Gerlach wrote: > On Tue, May 19, 2009 at 01:31:30PM +0300, Dotan Cohen wrote: >> > I also suggested the copying/pasting approach via gnu/screen's mechanism >> > but that's not really what the OP was asking and maybe there should be a >> > smarter alternative..

Re: Moonlight install failed : not compatible with Iceweasel build type (Linux_x86_64-gcc3)

2009-05-19 Thread Foss User
On Sun, May 17, 2009 at 12:16 PM, Thierry Chatelet wrote: > On 17 May 2009 08:19:19 Foss User wrote: >> I was trying to install Silverlight. The Silverlight download link >> took me to moonlight and when I tried to install it, I got this error >> message after the XPI downl

Moonlight install failed : not compatible with Iceweasel build type (Linux_x86_64-gcc3)

2009-05-16 Thread Foss User
I was trying to install Silverlight. The Silverlight download link took me to moonlight and when I tried to install it, I got this error message after the XPI download: "Novell Moonlight" could not be installed because it is not compatible with your Iceweasel build type (Linux_x86_64-gcc3). Please

IRC server to authenticate users against an LDAP

2009-05-09 Thread Foss User
Is there any IRC server software that can authenticate users against an LDAP? -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Which word list file is used by aspell?

2009-05-03 Thread Foss User
I am using Debian Squeeze (Testing). Can someone please help me in finding out which word list file is used by 'aspell' command to match words? Here is an example: $ echo pacier orbier | aspell list orbier So, aspell identifies the word "pacier" but unable to find "orbier". I am unable to find

Re: Unable to start postgresql on Debian

2009-04-25 Thread Foss User
On Sat, Apr 25, 2009 at 1:21 PM, Foss User wrote: > I installed postgresql using the following commands: > > aptitude update > aptitude install postgresql > > I tried to start it: > > /etc/init.d/postgresql-8.3 start > > But I don't find any process with the

Unable to start postgresql on Debian

2009-04-25 Thread Foss User
I installed postgresql using the following commands: aptitude update aptitude install postgresql I tried to start it: /etc/init.d/postgresql-8.3 start But I don't find any process with the 'sql' string in it in the ps list. Also, I am unable to connect using psql. There are no logs in /var/log/

Nautilus not starting properly : GConf error: Failed to contact configuration server

2009-04-04 Thread Foss User
When I start nautilus I get this error: GConf error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://www.gnome.org/projects/gconf/ for information. (Details - 1: Ser

Re: /etc/init.d/networking restart does not change IP address. I have to reboot. Help.

2009-04-04 Thread Foss User
On Sat, Apr 4, 2009 at 5:21 PM, Sven Joachim wrote: > On 2009-04-04 13:28 +0200, Foss User wrote: > >> Trying to change the IP address in /etc/network/interfaces and then >> /etc/init.d/networking restart does not really change my IP. I am >> having to do a reboot to rea

/etc/init.d/networking restart does not change IP address. I have to reboot. Help.

2009-04-04 Thread Foss User
Trying to change the IP address in /etc/network/interfaces and then /etc/init.d/networking restart does not really change my IP. I am having to do a reboot to really change the IP. Could someone please help me in understanding why restarting networking doesn't do it? OUTPUT BEFORE CHANGING IP ADDR

How does Debian know how to execute my .NET programs even if I don't specify mono?

2009-02-22 Thread Foss User
I have a program compiled with mcs meant for mono called: hello.exe. If I just do ./hello.exe it runs automatically. How does it happen? why do I not have to do mono hello.exe. Why does it run only with ./hello.exe I mean Linux wouldn't execute a code unless it knows the interpreter from the she-

Re: How to change LANG = en_US ?

2009-02-05 Thread Foss User
doesn't affect the gnome. It's only work for > current terminal. > > On Fri, 2009-02-06 at 04:35 +, Foss User wrote: >> I want that when Debian boots and I log into gnome and open >> gnome-terminal, echo $LANG shows en_US instead of en_IN. >> >> I found that

How to change LANG = en_US ?

2009-02-05 Thread Foss User
I want that when Debian boots and I log into gnome and open gnome-terminal, echo $LANG shows en_US instead of en_IN. I found that in /etc/environment, the content was: LANG="en_IN" So, I changed it to LANG="en_US" and rebooted the system. But after rebooting and opening gnome-terminal, I find ec

how to set LANG=en_US required to make mrxvt display some characters properly?

2009-02-03 Thread Foss User
I have observed that mrxvt doesn't work properly with en_IN. In man pages, the quotes, etc. appear like a with a caret on top and boxes. I was suggested to change my LANG variable to en_US and it worked. The quotes started appearing like quotes in the man pages with this variable set to en_US. I ha

Re: Who is allowed to help on this list. was: Re: Scim does not work with openoffice -- off-line

2009-01-28 Thread Foss User
I find the idea that knowing 'sufficient basics' is a requirement to be able to help others. Most of the times, it is simple configuration file changes that might be enough to get a software working. One does not need 'sufficient basics' to tell someone else what configuration changes he made. Of