file command failed to detect some mime types

2012-05-01 Thread J. Bakshi
Dear list, I'm using file -bi command to check the mime types of files; specially for .xls and .doc . It is running well on my local debian box. But the detection is not working at all on a remote server having file-5.09; don't know the linux distro on thar serever though. There the command

Re: file command failed to detect some mime types

2012-05-01 Thread J. Bakshi
On Tue, 1 May 2012 12:06:47 + (UTC) Camaleón noela...@gmail.com wrote: On Tue, 01 May 2012 15:47:27 +0530, J. Bakshi wrote: I'm using file -bi command to check the mime types of files; specially for .xls and .doc . It is running well on my local debian box. But the detection

how to stick with php5 5.3.x ?

2012-05-03 Thread J. Bakshi
Dear list, This is a debian wheezy and have php 5.4.x. I need to stick with php 5.3.x and to achieve this I have added the following at my sources list ` ` ` ` deb http://ftp.debian.org/debian squeeze main contrib non-free deb http://security.debian.org squeeze/updates main contrib non-free ` `

Re: how to stick with php5 5.3.x ?

2012-05-03 Thread J. Bakshi
On Thu, 3 May 2012 14:52:04 +0530 J. Bakshi baksh...@gmail.com wrote: Dear list, This is a debian wheezy and have php 5.4.x. I need to stick with php 5.3.x and to achieve this I have added the following at my sources list ` ` ` ` deb http://ftp.debian.org/debian squeeze main contrib non

Re: data recovery tools for debian (command line)

2012-05-10 Thread J. Bakshi
On Thu, 10 May 2012 10:49:28 +0500 Muhammad Yousuf Khan sir...@gmail.com wrote: if i mistakenly delete any partition or OS or HD corrupted. what is the best tool that i can use to recover the data in these situations. de-rescue for corrupted HD. But don't know about recovering deleted data.

Re: data recovery tools for debian (command line)

2012-05-10 Thread J. Bakshi
On Thu, 10 May 2012 11:27:30 +0500 Muhammad Yousuf Khan sir...@gmail.com wrote: On Thu, May 10, 2012 at 11:01 AM, J. Bakshi baksh...@gmail.com wrote: On Thu, 10 May 2012 10:49:28 +0500 Muhammad Yousuf Khan sir...@gmail.com wrote: if i mistakenly delete any partition or OS or HD corrupted

Re: data recovery tools for debian (command line)

2012-05-10 Thread J. Bakshi
Sorry for the typo error. On Thu, 10 May 2012 08:43:07 +0200 steef debian.li...@home.nl wrote: in case i use dd_rescue, a dd clone, (not de-rescue) with ample result regards, steef J. Bakshi wrote: On Thu, 10 May 2012 10:49:28 +0500 Muhammad Yousuf Khansir...@gmail.com

[OT] revolver postgresql issue

2012-05-15 Thread J. Bakshi
Hello, I am using revolver solo version 8.4.6 The system is working fine. I need to communicate the postgresql remotely, but the port 9977 which postgresql uses for revolver is bind to the localhost only. At postgresql.conf there is already listen_addresses = '*' and at pg_hba.conf I have

Re: [OT] revolver postgresql issue

2012-05-15 Thread J. Bakshi
On Tue, 15 May 2012 14:02:50 +0200 Johann Spies jsp...@sun.ac.za wrote: On Tue, May 15, 2012 at 01:26:57PM +0200, J. Bakshi wrote: I am using revolver solo version 8.4.6 The system is working fine. I need to communicate the postgresql remotely, but the port 9977 which postgresql uses

How to upgrade selective packages ?

2012-05-15 Thread J. Bakshi
Dear list, apt-get upgrade just upgrades all available upgrades. How can I selectively upgrade packages ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: How to upgrade selective packages ?

2012-05-15 Thread J. Bakshi
On Tue, 15 May 2012 17:11:44 + (UTC) Camaleón noela...@gmail.com wrote: On Tue, 15 May 2012 18:42:55 +0530, J. Bakshi wrote: apt-get upgrade just upgrades all available upgrades. How can I selectively upgrade packages ? You can also use Synaptic to cherry-pick the packages

How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
Hello, iptables port forwarding is running fine here. 192.168.1.1:82 forwarded to 192.168.1.2:80 `` # for 82 80 of 192.168.1.2 iptables -A INPUT -p tcp -m tcp --dport 82 -j ACCEPT iptables -A PREROUTING -t nat -i ${LAN_IFACE} -p tcp --dport 82 -j DNAT --to 192.168.1.2:80

Re: How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
On Thu, 24 May 2012 11:23:47 +0300 Jari Fredriksson ja...@iki.fi wrote: On Thu, May 24, 2012 11:11, J. Bakshi wrote: Hello, iptables port forwarding is running fine here. 192.168.1.1:82 forwarded to 192.168.1.2:80 `` # for 82 80 of 192.168.1.2 iptables

Re: How to port forward inside a folder ?

2012-05-24 Thread J. Bakshi
On Thu, 24 May 2012 12:46:33 +0300 Lars Noodén lars.noo...@gmail.com wrote: On 5/24/12 11:32 AM, J. Bakshi wrote: Ok, thanks. Then I'll do it by rewrite through .htaccess If you have access to the web server's configuration file, put your changes there instead. It is better to have

[OT] non-www to www redirect works with a little issue

2012-05-25 Thread J. Bakshi
Hello list, I have place the following in my .htaccess to redirect non-www to www redirection ` RewriteCond %{HTTP_HOST} ^example\.com$ RewriteRule ^(.*) http://www.example.com/$1 [R=301] ``` The redirect work well but a little hitch. Say If I visit

epson printer prints WHITE PAGE !!!

2012-06-03 Thread J. Bakshi
Dear list, I have a epson C20SX parallel printer. I have bought a parallel to usb cable so that I can use it with my laptop. After connecting the cable I have seen the new H/W has been detected. From lsusb ` Bus 001 Device 069: ID 067b:2305 Prolific Technology, Inc.

gitweb with multiple projectroot ???

2012-06-04 Thread J. Bakshi
Dear list, My gitweb has been running since long with a single project root, which has been defined at the /etc/gitweb.conf through $projectroot variable. I need one more project root for gitweb, hence I have added this apache config ( not a vhost, but just calling by alias)

Any command to control the upload bandwidth of a running program

2012-06-06 Thread J. Bakshi
Dear list, I wonder if there is any linux command which can decrease / reshape the bandwidth usage of a running program. Say upload via scp.. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Re: Any command to control the upload bandwidth of a running program

2012-06-06 Thread J. Bakshi
On Wed, 6 Jun 2012 12:57:35 +0100 Karl E. Jorgensen karl.jorgen...@nice.com wrote: On Wed, Jun 06, 2012 at 12:26:46PM +0100, J. Bakshi wrote: Dear list, I wonder if there is any linux command which can decrease / reshape the bandwidth usage of a running program. Say upload via scp

git over smart-http; how to check /refs/heads/master

2012-06-22 Thread J. Bakshi
Dear list, I am trying to make a pre-receive hook which can check /refs/heads/master and based on the user name it allow/deny push to master. The git is configured over smart-http here. So from apache log ; during push I can see GET

how to open ssh tunnel port ?

2012-06-27 Thread J. Bakshi
Dear list, I have made a successful ssh tunnel between two pcs A and B. A is running mysql and B have the tunnel with A , so that B can access that remote mysql with its local port 3360. Everything is fine.. But B is bind the port with localhost only, hence no one can access B's 3360 port.

Re: how to open ssh tunnel port ?

2012-06-28 Thread J. Bakshi
On Wed, 27 Jun 2012 15:56:01 +0100 Laurence Hurst l.a.hu...@lboro.ac.uk wrote: [...] ssh -L 192.168.0.1:3360:localhost:3306 A where '192.168.0.1' is the ip address you want to bind to (i.e. the ip address of eth0, or whichever interface you want to use). The same method applies if

wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
Dear list, Since long I'm using ifplugd + guess-net and wpa_supplicant to auto detect the available wired/wifi network and connect with the available. I have placed the wpa_supplicat at /etc/rc.local file as ` wpa_supplicant -B -Dnl80211 -iwlan0 -c

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 11:10:36 + Brian a...@cityscape.co.uk wrote: On Sun 30 Oct 2011 at 14:07:57 +0530, J. Bakshi wrote: Could any one suggest what is actually missing here ? You have shown only a portion of your /e/n/i. Ok, here is the complete one

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 13:19:39 + Brian a...@cityscape.co.uk wrote: On Sun 30 Oct 2011 at 17:11:46 +0530, J. Bakshi wrote: Please note I have not changed anything at /usr/local/etc/my.wpa_supplicant.conf but only at /e/n/i with these two lines [...] wpa-driver nl80211 wpa

Re: wifi auto-detection not working any more

2011-10-30 Thread J. Bakshi
On Sun, 30 Oct 2011 13:19:39 + Brian a...@cityscape.co.uk wrote: On Sun 30 Oct 2011 at 17:11:46 +0530, J. Bakshi wrote: Please note I have not changed anything at /usr/local/etc/my.wpa_supplicant.conf but only at /e/n/i with these two lines [...] wpa-driver nl80211 wpa

how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
Dear list, How can I directly boot debian net installer iso directly from grub2 ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 08:47:08 + Raf Czlonka r...@linuxstuff.pl wrote: On Mon, Oct 31, 2011 at 07:32:43AM GMT, J. Bakshi wrote: How can I directly boot debian net installer iso directly from grub2 ? You haven't even looked, have you? ;^) http://michael-prokop.at/blog/2009/05/25/boot

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 18:46:46 +0800 wolf python london lyh19901...@gmail.com wrote: snip menuentry debian-6.0.3-amd64-netinst.iso {  loopback loop /debian-6.0.3-amd64-netinst.iso  linux (loop)/install.amd/vmlinuz boot=live iso-scan/filename=/debian-6.0.3-amd64-netinst.iso  noeject

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 09:55:36 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 10:26:52 +0530, J. Bakshi wrote: After doing some more debug I found the issue. I have no problem to manually up the wifi with ifup and it's working well. But now I don't have

Re: how to boot debian installer iso directly from grub2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 16:10:13 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 17:51:29 +0530, J. Bakshi wrote: Thanks a lot. The installer is working perfect now. Though I wish, if I could use the .iso of debian as I can with ubuntu. The Debian Fairy has listened

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 16:42:07 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 21:54:54 +0530, J. Bakshi wrote: Surely the auto will do the job. But as ifplugd is already there, the eth0 as well as wlan0 are excluded from auto. Before I had . . . , Unless you have some

is iy possible to call isolinux.cfg from GRUB2 ?

2011-10-31 Thread J. Bakshi
Dear list, Can we call isolinux.cfg from grub2 ? There are many live iso images which have this isolinux.cfg and we can use the .iso with the loopback feature of grub2. So it would be nice if we can just call the isolinux.cfg Possible ? Thnaks -- To UNSUBSCRIBE, email to

Re: is iy possible to call isolinux.cfg from GRUB2 ?

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 23:45:02 +0530 J. Bakshi baksh...@gmail.com wrote: Dear list, Can we call isolinux.cfg from grub2 ? There are many live iso images which have this isolinux.cfg and we can use the .iso with the loopback feature of grub2. So it would be nice if we can just call

Re: wifi auto-detection not working any more

2011-10-31 Thread J. Bakshi
On Mon, 31 Oct 2011 18:44:16 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 23:06:43 +0530, J. Bakshi wrote: If it is so... then I really don't need ifplugd to manage wlan, it should handle eth0 when plug and it is fine for me. So how can I then combine both eth

Re: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread J. Bakshi
On Tue, 1 Nov 2011 00:47:27 + Brian a...@cityscape.co.uk wrote: On Mon 31 Oct 2011 at 12:53:21 -0700, kei...@strucktower.com wrote: If I boot the laptop with the Ethernet cable plugged in (eth0), that connection works fine. A good practice might be to down the unused interface. When

Re: is iy possible to call isolinux.cfg from GRUB2 ?

2011-11-01 Thread J. Bakshi
On Mon, 31 Oct 2011 23:46:38 +0530 J. Bakshi baksh...@gmail.com wrote: On Mon, 31 Oct 2011 23:45:02 +0530 J. Bakshi baksh...@gmail.com wrote: Dear list, Can we call isolinux.cfg from grub2 ? There are many live iso images which have this isolinux.cfg and we can use the .iso

Re: RESOLVED: Learning ifpludg in CLI, WAS Re: laptop wireless setup, wpa_supplicant.conf, etc

2011-11-01 Thread J. Bakshi
On Tue, 1 Nov 2011 09:05:36 -0700 kei...@strucktower.com wrote: Nice to hear your success and thanks for sharing the config [] Note: this works without using a wpa_supplicant.conf or guessnet. [.] As there is only one wired configuration you don't need guessnet; but for multiple

php 5.2 as cgi not working in debian 6.0

2011-11-02 Thread J. Bakshi
Dear list, I am now confused and need some enlightenment. I am trying to have php 5.2.7 as cgi module so that when require.. I can also use php 5.2 with some old php sites on this debian 6.0 server. I am following

Re: KDE package manager

2011-11-02 Thread J. Bakshi
On Wed, 02 Nov 2011 16:22:14 + Sian Mountbatten poenik...@operamail.com wrote: Having installed Debian/GNU wheezy onto my desktop, I am now looking for some KDE applications. The only package manager provided on wheezy is aptitude which is not the world's easiest program to use.

Re: php 5.2 as cgi not working in debian 6.0

2011-11-03 Thread J. Bakshi
On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón noela...@gmail.com wrote: So instead using /opt you installed over /usr/local/bin. Yes, that's the location where I like to place php 5.2 and at /etc/apache/php52.conf ^^ Is that path/file right? :-?

Re: php 5.2 as cgi not working in debian 6.0

2011-11-04 Thread J. Bakshi
On Thu, 3 Nov 2011 17:37:32 + (UTC) Camaleón noela...@gmail.com wrote: On Thu, 03 Nov 2011 15:19:02 +0530, J. Bakshi wrote: On Wed, 2 Nov 2011 16:02:12 + (UTC) Camaleón noela...@gmail.com wrote: and at /etc/apache/php52.conf ^^ Is that path

How to remove / disable ttymon ?

2011-11-05 Thread J. Bakshi
Dear list, My resources are occupied heavily with ttymon. Through google, I have found it is a port monitoring tool. How can I remove / disable it ? apt-cache search ttymon returns null Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

apache 2.2.16 deadly slow

2011-11-08 Thread J. Bakshi
Hello list, I have recently upgraded a debian box from old lenny to squeeze. Hence the apache has become Server version: Apache/2.2.16 (Debian) Server built: Sep 29 2011 20:59:05 But... the apache has become *deadly slow*. This box has 4GB RAM with xeon processor. And the main point apache

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 02:00:02 -0600 Stan Hoeppner s...@hardwarefreak.com wrote: On 11/9/2011 1:42 AM, J. Bakshi wrote: But... the apache has become *deadly slow* [Wed Nov 09 12:13:16 2011] [debug] proxy_util.c(1837): proxy: worker proxy:reverse already initialized http://lmgtfy.com

sh scriptname malfunction after upgrade

2011-11-09 Thread J. Bakshi
Hello list, I have upgraded a very old lenny server to squeeze. The shell scripts are now malfunctioning; specially the loop statement. Moreover sh -x script are malfunctioning but :bash -x script are running fine. what actually I am missing here ? I have tried both with #!/bin/bash and

Re: sh scriptname malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 11:33:17 + kuLa deb...@kulisz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/11/11 11:15, J. Bakshi wrote: Hello list, I have upgraded a very old lenny server to squeeze. The shell scripts are now malfunctioning; specially the loop

Re: sh scriptname malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 9 Nov 2011 12:34:57 +0100 Jochen Spieker m...@well-adjusted.de wrote: J. Bakshi: I have upgraded a very old lenny server to squeeze. The shell scripts are now malfunctioning; specially the loop statement. Moreover sh -x script are malfunctioning but :bash -x script are running

Re: sh scriptname malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 9 Nov 2011 07:46:46 -0500 Tom H tomh0...@gmail.com wrote: ? http://mywiki.wooledge.org/Bashism Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: sh scriptname malfunction after upgrade

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 11:41:38 -0500 Dan B. d...@kempt.net wrote: J. Bakshi wrote: On Wed, 9 Nov 2011 12:34:57 +0100 Jochen Spieker m...@well-adjusted.de wrote: ... You need to either run bash -x script or use set -x in the script. Thanks , so is it a backward compatibility

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 17:54:54 -0600 Stan Hoeppner s...@hardwarefreak.com wrote: On 11/9/2011 2:38 AM, J. Bakshi wrote: On Wed, 09 Nov 2011 02:00:02 -0600 Stan Hoeppner s...@hardwarefreak.com wrote: On 11/9/2011 1:42 AM, J. Bakshi wrote: But... the apache has become *deadly slow

Re: apache 2.2.16 deadly slow

2011-11-09 Thread J. Bakshi
On Wed, 09 Nov 2011 20:53:57 -0600 Stan Hoeppner s...@hardwarefreak.com wrote: On 11/9/2011 7:38 PM, J. Bakshi wrote: This is a apache server with php 5.3 The pages are based on php. Even the viewvc aka svn viewer is also taking tooo much response time :-( viewvc uses Python

Re: Adobe flash is dead

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 07:02:55 -0500 Celejar cele...@gmail.com wrote: On Thu, 10 Nov 2011 19:10:13 +1100 Scott Ferguson prettyfly.producti...@gmail.com wrote: On 10/11/11 15:46, Michael P. Soulier wrote: On 09/11/11 T o n g said: Adobe flash is one of the tech-inventions that I

flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
Hello list, What packages should I install in debian so that firefox and chrome can play flash? It is already there in ububtu. Don't know the name though of those packages in ubuntu. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble?

Re: flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 16:59:19 +0100 Lorenzo Sutton lorenzofsut...@gmail.com wrote: On 10/11/11 16:53, J. Bakshi wrote: Hello list, What packages should I install in debian so that firefox and chrome can play flash? If you want an Open Source flash player implementation try gnash

Re: flash plugin for firefox and chrome

2011-11-10 Thread J. Bakshi
On Thu, 10 Nov 2011 13:43:26 -0300 David Roguin nesda...@gmail.com wrote: On Thu, Nov 10, 2011 at 1:22 PM, J. Bakshi baksh...@gmail.com wrote: On Thu, 10 Nov 2011 16:59:19 +0100 Lorenzo Sutton lorenzofsut...@gmail.com wrote: On 10/11/11 16:53, J. Bakshi wrote: Hello list

update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
Dear list, I have run update-flashplugin-nonfree --install and it downloads the latest plugin at /var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz after uncompromising it I get 1. libflashplayer.so 2. usr folder I have copied libflashplayer.so at

Re: update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
On Sat, 12 Nov 2011 17:15:48 + (UTC) Camaleón noela...@gmail.com wrote: On Sat, 12 Nov 2011 22:34:30 +0530, J. Bakshi wrote: I have run update-flashplugin-nonfree --install and it downloads the latest plugin at /var/cache/flashplugin-nonfree/ install_flash_player_11_linux.x86_64

Re: update-flashplugin-nonfree issue

2011-11-12 Thread J. Bakshi
On Sat, 12 Nov 2011 14:16:16 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: I have run update-flashplugin-nonfree --install and it downloads the latest plugin at /var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz after uncompromising it I get

[OT] can't see own post to the list

2011-11-12 Thread J. Bakshi
Hello, I have noticed that my own post to the list has been detected as spam at the gmail. Any way to avoid this ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: [OT] can't see own post to the list

2011-11-12 Thread J. Bakshi
On Sun, 13 Nov 2011 00:14:58 -0500 Doug dmcgarr...@optonline.net wrote: On 11/12/2011 11:48 PM, J. Bakshi wrote: Hello, I have noticed that my own post to the list has been detected as spam at the gmail. Any way to avoid this ? Thanks Probably not spam. GMail deliberately

Re: [OT] can't see own post to the list

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 18:11:38 +1100 Scott Ferguson prettyfly.producti...@gmail.com wrote: [...] GMail deliberately removes your own list messages so you can't see them and know that you actually were successful in posting. Well, no. Not that I have shares in Google - just a dislike for

Re: [OT] can't see own post to the list

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 11:08:08 + Wolodja Wentland babi...@gmail.com wrote: On Sun, Nov 13, 2011 at 10:18 +0530, J. Bakshi wrote: I have noticed that my own post to the list has been detected as spam at the gmail. Any way to avoid this ? It is because gmail does not send you your own

Re: update-flashplugin-nonfree issue

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 12:35:36 + (UTC) Camaleón noela...@gmail.com wrote: On Sat, 12 Nov 2011 13:11:57 -0600, Hugo Vanwoerkom wrote: J. Bakshi wrote: (...) Thanks... Here the problem solved after a reboot. google chrome is happy as it can see Flash - Version: 11.1 r102

Re: update-flashplugin-nonfree issue

2011-11-13 Thread J. Bakshi
On Sun, 13 Nov 2011 13:53:37 -0800 Kevin Ross ke...@familyross.net wrote: [] This way, you get updates to the flash binary whenever you update your system, just like any other package. [] Fantastic... thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

blueman is no more usable

2011-11-14 Thread J. Bakshi
Dear list, Is anyone of you using blueman with debian wheezy ? Mine is not functional anymore. I'm using icewm with a .xinitrc having ` ` ` exec ck-launch-session dbus-launch --sh-syntax --exit-with-session icewm-session ` ` ` I can ( as root ) search as well as add bluetooth devices. But

GUI for mic testing ?

2011-11-15 Thread J. Bakshi
Dear list, Any small GUI tool for mic testing ? Mine is Icewm with alsamixer gtk. But can't check the mic; no visual. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: GUI for mic testing ?

2011-11-15 Thread J. Bakshi
On Wed, 16 Nov 2011 08:54:26 +0200 Johann Spies jsp...@sun.ac.za wrote: On Wed, Nov 16, 2011 at 07:50:21AM +0200, J. Bakshi wrote: Dear list, Any small GUI tool for mic testing ? audacity (but it is not small). yes , it is an elephant fir just testing mic gnome-sound-recorder mine

any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
Dear list, Is there any debian repo which backports apache 2.2.21 for stable branch ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: GUI for mic testing ?

2011-11-16 Thread J. Bakshi
On Wed, 16 Nov 2011 11:04:15 +0200 Andrei Popescu andreimpope...@gmail.com wrote: On Mi, 16 nov 11, 11:02:20, Andrei Popescu wrote: On Mi, 16 nov 11, 11:20:21, J. Bakshi wrote: Dear list, Any small GUI tool for mic testing ? Mine is Icewm with alsamixer gtk. But can't check

Re: any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
On Wed, 16 Nov 2011 17:48:52 + (UTC) Camaleón noela...@gmail.com wrote: On Wed, 16 Nov 2011 14:14:53 +0530, J. Bakshi wrote: Is there any debian repo which backports apache 2.2.21 for stable branch ? Hum... I'm only seeing it at wheezy. Maybe you can request for that package

Re: any debian repo providing apache 2.2.21 in stable ?

2011-11-16 Thread J. Bakshi
On Thu, 17 Nov 2011 08:43:29 +0200 Andrei Popescu andreimpope...@gmail.com wrote: On Jo, 17 nov 11, 09:58:59, J. Bakshi wrote: Ok... thanks BTW: is there any chance to get wheezy as stable soon ? Oh, wasn't expecting this kind of question until spring :p Debian releases

any one working with adb (android) interface ?

2011-11-22 Thread J. Bakshi
Dear list, I'm trying to root my android within linux using superoneclick which uses adb command Since last two days I tried to root my lenevo A60 aka spice Mi-350 ( android - 2.3.3 ) without any success and now searching for help. Within linux I am trying SuperOneClick and during the

Re: Unknown HZ value! (92) Assume 100.

2011-11-23 Thread J. Bakshi
On Wed, 23 Nov 2011 12:00:27 +0100 Andrea Ganduglia nonews@gmail.com wrote: I see this message when I call `top' Unknown HZ value! (92) Assume 100. What happen? upgrade / reinstall the procps package -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a

Full Disk Encryption

2011-11-25 Thread J. Bakshi
Hello, I am always interested in Full disk encryption for my laptop ( i5 + 3 GB ), but what makes me stop is the thinking of performance lag. Recently I have seen an ububtu laptop ( i5 + 4 GB ) with full disk encryption and it is performing normal, haven't found any lag... So I am interested

Re: Full Disk Encryption

2011-11-25 Thread J. Bakshi
On Sat, 26 Nov 2011 00:00:05 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: I am always interested in Full disk encryption for my laptop ( i5 + 3 GB ), but what makes me stop is the thinking of performance lag. Recently I have seen an ububtu laptop ( i5 + 4 GB ) with full disk

Re: Full Disk Encryption

2011-11-25 Thread J. Bakshi
On Sat, 26 Nov 2011 13:00:24 +0530 J. Bakshi baksh...@gmail.com wrote: On Sat, 26 Nov 2011 00:00:05 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: I am always interested in Full disk encryption for my laptop ( i5 + 3 GB ), but what makes me stop is the thinking

Re: Full Disk Encryption

2011-11-26 Thread J. Bakshi
, Nov 26, 2011 at 12:15 AM, J. Bakshi baksh...@gmail.com wrote: Hello, I am always interested in Full disk encryption for my laptop ( i5 + 3 GB ), but what makes me stop is the thinking of performance lag. Recently I have seen an ububtu laptop ( i5 + 4 GB ) with full disk encryption

Re: Full Disk Encryption

2011-11-27 Thread J. Bakshi
On Sat, 26 Nov 2011 09:11:14 -0500 Andrew Reid rei...@bellatlantic.net wrote: I've had an LVM/luks-encrypted root partition (includes everything except /boot, on various logical volumes) for several years on two different Lenovo Thinkpads, and while I've never done any benchmarks, I

Re: Full Disk Encryption

2011-11-27 Thread J. Bakshi
On Sun, 27 Nov 2011 09:53:21 -0500 Brad Alexander stor...@gmail.com wrote: You need your windows in an unencrypted partition. At that point, grub should detect it. You should have at least two unencrypted partitions -- Your windows dual-boot and /boot...And optionally swap, but that would be

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Mon, 28 Nov 2011 13:15:59 + (UTC) Virgo Pärna virgo.pa...@mail.ee wrote: On Mon, 28 Nov 2011 00:59:34 -0500, Rick Thomas rbtho...@pobox.com wrote: Unless you are concerned about growing swap at some later date, you should leave swap out of the LVM and encrypt it separately -- with

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Mon, 28 Nov 2011 10:24:55 -0700 Bob Proulx b...@proulx.com wrote: Rick Thomas wrote: Another point about using a separate swap vs including swap on the encrypted LVM: On a server, the LVM will almost certainly be on a RAID. There's no point in putting swap on RAID. Strongly

Re: Full Disk Encryption

2011-11-28 Thread J. Bakshi
On Tue, 29 Nov 2011 00:23:10 -0700 Aaron Toponce aaron.topo...@gmail.com wrote: Because this is a subject near and dear to my heart, I feel the urge to chime in. On Sat, Nov 26, 2011 at 10:45:29AM +0530, J. Bakshi wrote: I am always interested in Full disk encryption for my laptop ( i5 + 3

mysql workbench

2011-11-30 Thread J. Bakshi
Dear list, How can I benchmark the mysql server in debian squeeze box ? Any tools in debian or any 3rd party shell script ? The mysql is performing very bad and I need to boost its performance. This is a new box with 8 GB RAM and i5 processor, dedicated for mysql server... still this

Re: mysql workbench

2011-12-01 Thread J. Bakshi
On Thu, 1 Dec 2011 10:05:37 +0200 Michel Blankleder michel.blankle...@gmail.com wrote: On Thursday, December 01, 2011 09:53:22 J. Bakshi wrote: Dear list, How can I benchmark the mysql server in debian squeeze box ? Any tools in debian or any 3rd party shell script ? The mysql

[OT] where should I look for google sync information ?

2011-12-05 Thread J. Bakshi
Dear list, I have activated google sync operation in my android phone to sync contact. How can I verify/see those info at my google account ? Thnaks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

php 5.2 as cgi automatically changes protocol !!!

2011-12-15 Thread J. Bakshi
Dear list, I ma facing a strange problem in my debian squeeze box having apache and both php 5.3 as module + php 5.2 as cgi. Whenever I set any site to work with 5.2 cgi, the http:// protocol automatically changes to https:// and the link becomes as

Re: php 5.2 as cgi automatically changes protocol !!!

2011-12-18 Thread J. Bakshi
On Fri, 16 Dec 2011 13:03:01 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: Whenever I set any site to work with 5.2 cgi, the http:// protocol automatically changes to https:// and the link becomes as ... any clue is very much appreciated. You have something installed

fastcgi too slow in debian squeeze

2011-12-19 Thread J. Bakshi
Dear list, I have been suffering with the slow performance of my apache server (2.2.16) running on debian wheezy. I have finally pointed out it is the fastcgi which makes the web server so slow. But I really need it as I am also hosting some sites which do require php 5.2 The symptoms of

Re: fastcgi too slow in debian squeeze

2011-12-20 Thread J. Bakshi
On Tue, 20 Dec 2011 21:58:01 -0500 (EST) vogelke+deb...@pobox.com (Karl Vogel) wrote: On Tue, 20 Dec 2011 12:26:44 +0530, J. Bakshi baksh...@gmail.com said: J I have been suffering with the slow performance of my apache server J (2.2.16) running on debian wheezy. I have finally pointed

Is there any helper module to boost cgi performance ?

2011-12-22 Thread J. Bakshi
Dear list, The cgi in debian squeez terribly slow down apache. Is there any apache module which can speed up the cgi ? The modules already activated here are actions alias auth_basic auth_digest authn_alias authn_file authz_default authz_groupfile authz_host authz_owner authz_user autoindex

Re: Is there any helper module to boost cgi performance ?

2011-12-22 Thread J. Bakshi
On Thu, 22 Dec 2011 22:13:45 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: The cgi in debian squeez terribly slow down apache. Is there any apache module which can speed up the cgi ? I know you are already aware of FastCGI. A lot of large high performance sites use FastCGI

Re: Is there any helper module to boost cgi performance ?

2011-12-23 Thread J. Bakshi
On Fri, 23 Dec 2011 14:38:33 -0700 Bob Proulx b...@proulx.com wrote: J. Bakshi wrote: But I need to continue with cgi as svn is based on web interface and also viewvc is there too. Note that viewvc can also be integrated using mod-python too. It doesn't require CGI. Regarding

need git suggestion

2011-12-27 Thread J. Bakshi
Dear list, we are working in svn environment. We like to upgrade our-self to git technology. We have both Linux/windows environment but max. is Linux. Could any one suggest a good online guide as well as GUI clients for quick starting the git ? Thanks -- To UNSUBSCRIBE, email to

Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 11:29:45 +0100 Andreas Ronnquist mailingli...@gusnan.se wrote: On Wed, 28 Dec 2011 11:07:37 +0530 J. Bakshi baksh...@gmail.com wrote: we are working in svn environment. We like to upgrade our-self to git technology. We have both Linux/windows environment but max

mysql tuning - need recommendation

2011-12-28 Thread J. Bakshi
Dear list, Let me arise all-time favorite topic mysql performance tuning once again. I have a ***dedicated server only for mysql; equipped with i5 processor and 8GB RAM.*** It is debian squeeze. The tables are mixed types i.e. some are InnoDB and some are MyISAM. I have installed mysqltuner

Re: mysql tuning - need recommendation

2011-12-28 Thread J. Bakshi
webserver. On Wed, Dec 28, 2011 at 3:10 PM, J. Bakshi baksh...@gmail.com wrote: Well.. you are already have the components. Just install a ftp server too and point it at /var/www/ or /var/wwwsite-name for file related operation for your users. Surely you will run the php enabled sites. So install

Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 14:53:46 + Roger Leigh rle...@codelibre.net wrote: git gui gitk (browser) But the reality is that git is a command-line tool; you'll need to use it as such to get the most out of it. The same applies to all version control systems though; git is not an exception!

gateway issue in DHCP environment

2012-01-02 Thread J. Bakshi
Dear list, First of all A very Happy new year to all of you :-) I have DHCP server running on my debian box and I have two internet broadband connections. I have configured one of them as the gateway in my DHCP server. sometimes my users ( both linux and windows) like to use the other

Re: gateway issue in DHCP environment

2012-01-02 Thread J. Bakshi
On Mon, 02 Jan 2012 20:04:19 +1100 Scott Ferguson prettyfly.producti...@gmail.com wrote: On 02/01/12 19:27, J. Bakshi wrote: Dear list, First of all A very Happy new year to all of you :-) I have DHCP server running on my debian box and I have two internet broadband connections. I

  1   2   >