/boot inside luks+lvm

2013-10-24 Thread J. Bakshi (জ. বকসী )
Hello list, I have the grub2 (1.99-27+deb7u2 ) working with luks+lvm but /boot not included in lvm... Can grub2 call /boot from luks+lvm ? If yes, can anyone please share the configuration please ? Mine is debian testing box Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.

Re: how to open ssh tunnel port ?

2012-06-28 Thread J. Bakshi
On Wed, 27 Jun 2012 15:56:01 +0100 Laurence Hurst 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 you are using -R

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. H

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 /git/test.git/info/refs?service=git-rece

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" 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 runn

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

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)

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. PL2305

[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 http://example.com/

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 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 i

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" 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 > > > >

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 i

Re: How to upgrade selective packages ?

2012-05-15 Thread J. Bakshi
On Tue, 15 May 2012 17:11:44 + (UTC) Camaleón 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 Synapti

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: http://lists.debian.org/

Re: [OT] revolver postgresql issue

2012-05-15 Thread J. Bakshi
On Tue, 15 May 2012 14:02:50 +0200 Johann Spies 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 997

[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 add

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 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 &g

Re: data recovery tools for debian (command line)

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

Re: data recovery tools for debian (command line)

2012-05-09 Thread J. Bakshi
On Thu, 10 May 2012 10:49:28 +0500 Muhammad Yousuf Khan 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. I'm also inter

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" 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/de

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: 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 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

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

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 16:22:08 +0100 Brian wrote: > On Sat 28 Apr 2012 at 16:48:00 +0530, J. Bakshi wrote: > > > On Sat, 28 Apr 2012 22:48:56 +1200 > > Chris Bannister wrote: > > > > > Have you googled? Also, Ubuntu questions should be asked on an Ubuntu > &g

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 09:41:02 -0400 Wayne Topa wrote: > On 04/28/2012 08:58 AM, J. Bakshi wrote: > > On Sat, 28 Apr 2012 08:47:26 -0400 > > Wayne Topa wrote: > > > >> On 04/28/2012 08:23 AM, J. Bakshi wrote: > >>> On Sat, 28 Apr 2012 12:11:55 + (UT

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 13:19:43 + (UTC) Camaleón wrote: > On Sat, 28 Apr 2012 17:53:44 +0530, J. Bakshi wrote: > > > On Sat, 28 Apr 2012 12:11:55 + (UTC) Camaleón > > wrote: > > > >> Weird, because a similar block (same? >:-?) similar worked for you n

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 08:47:26 -0400 Wayne Topa wrote: > On 04/28/2012 08:23 AM, J. Bakshi wrote: > > On Sat, 28 Apr 2012 12:11:55 + (UTC) > > Camaleón wrote: > > > >> On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote: > >> > >>> On Sat, 28

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 12:11:55 + (UTC) Camaleón wrote: > On Sat, 28 Apr 2012 17:27:21 +0530, J. Bakshi wrote: > > > On Sat, 28 Apr 2012 11:38:15 + (UTC) Camaleón > > wrote: > > >> > The grub now reports > >> > > >> >

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 11:38:15 + (UTC) Camaleón wrote: > On Sat, 28 Apr 2012 16:48:00 +0530, J. Bakshi wrote: > > (...) > > > menuentry "debian-6.0.3-amd64-netinst.iso" { > > loopback loop /debian-6.0.3-amd64-netinst.iso linux > > (loop)/install.am

Re: grub2 loop back is not working

2012-04-28 Thread J. Bakshi
On Sat, 28 Apr 2012 22:48:56 +1200 Chris Bannister wrote: > On Fri, Apr 27, 2012 at 08:24:57PM +0530, J. Bakshi wrote: > > > > Dear list, > > > > I have upgraded my grub installed in my pendrive from 1.95 to 1.99 > > And now the .iso images are not booting

grub2 loop back is not working

2012-04-27 Thread J. Bakshi
Dear list, I have upgraded my grub installed in my pendrive from 1.95 to 1.99 And now the .iso images are not booting any more. oOne such configuration is ` ` ` ` menuentry "Ubuntu Live 11.10 64bit" { set root=(hd0,2) loopback loop (hd0,2)/ubuntu-11.10-desktop-amd64.iso

Re: how to change bubble size ?

2012-04-20 Thread J. Bakshi
On Sat, 21 Apr 2012 01:45:50 -0300 Iuri Guilherme dos Santos Martins wrote: > > >> exactly... it is notification-daemon available in debian But the > >> bubble is too big and I want to minimize its size as well as it's font > >> size. > >> > > > To me it looks like notification-dae

Re: how to change bubble size ?

2012-04-19 Thread J. Bakshi
On Thu, 19 Apr 2012 17:03:54 + (UTC) Camaleón wrote: > On Thu, 19 Apr 2012 13:59:34 -0300, Iuri Guilherme dos Santos Martins > wrote: > > > Em 19-04-2012 13:07, Camaleón escreveu: > > > Could any one suggest me a way to change the fontsize of the desktop > > bubble of notify-deamon

Re: how to change bubble size ?

2012-04-19 Thread J. Bakshi
On Thu, 19 Apr 2012 14:49:24 + (UTC) Camaleón wrote: > On Thu, 19 Apr 2012 18:42:35 +0530, J. Bakshi wrote: > > > Could any one suggest me a way to change the fontsize of the desktop > > bubble of notify-deamon ? It is too big ... > > Are you in GNOME2/3? > &

how to change bubble size ?

2012-04-19 Thread J. Bakshi
Dear list, Could any one suggest me a way to change the fontsize of the desktop bubble of notify-deamon ? It is too big ... -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debi

Re: any tiny webcam viewer ?

2012-04-19 Thread J. Bakshi
On Thu, 19 Apr 2012 13:14:35 +0100 Darac Marjal wrote: > On Thu, Apr 19, 2012 at 12:12:50PM +0530, J. Bakshi wrote: > > > > Dear list, > > > > I have tested my webcam with guvcviwe and the cam is running fine. > > Now I like to place a tiny viewer on my des

Re: any tiny webcam viewer ?

2012-04-19 Thread J. Bakshi
On Thu, 19 Apr 2012 10:41:37 +0200 "tv.deb...@googlemail.com" wrote: > >> On Thu, Apr 19, 2012 at 9:42 AM, J. Bakshi wrote: > >> > >> Dear list, > >> > >> I have tested my webcam with guvcviwe and the cam is running fine. > >&

any tiny webcam viewer ?

2012-04-18 Thread J. Bakshi
Dear list, I have tested my webcam with guvcviwe and the cam is running fine. Now I like to place a tiny viewer on my desktop which simply sits at the corner of my desktop and whenever I like I can record the views. Is there any ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.d

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
On Mon, 16 Apr 2012 15:46:38 +0300 Aleksandar Kostadinov wrote: > On Mon, Apr 16, 2012 at 3:39 PM, J. Bakshi wrote: > > On Mon, 16 Apr 2012 15:27:07 +0300 > > Aleksandar Kostadinov wrote: > > > > [.] > > > >> Start freedos and run the windows >

Re: can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
On Mon, 16 Apr 2012 15:27:07 +0300 Aleksandar Kostadinov wrote: [.] > Start freedos and run the windows > installer off it... not sure what exactly your use case is though. [...] I use a usb pendrive to carry all the Linux installer i.e. debian, ubuntu as well as some useful tool like gpar

can we boot winxp iso image from grub2 ?

2012-04-16 Thread J. Bakshi
Dear list, Is it possible to boot winxp installer iso from grub2 ? Any clue is very much appreciated. Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/2012041

Re: How to restrict normal ssh user to become root ?

2012-04-12 Thread J. Bakshi
On Thu, 12 Apr 2012 14:38:30 +0200 Armin Haas wrote: > For su, maybe using pam_wheel.so in /etc/pam.d/su is what you are > looking for. > > sudo has its own conf file(s) (/etc/sudoers and all files in > /etc/sudoers.d/) in addition to /etc/pam.d/sudo > > Consider the possibility that the user

How to restrict normal ssh user to become root ?

2012-04-11 Thread J. Bakshi
Hello list, How can I prevent general ssh users not to have su or sudo power ? Just they know the root password by any chance In the remote box remote root login is disable and one can only login as normal user and then need to do su to get root access. Only few users know root password. How c

Re: root on console accepting all the passwords but SSH access denied

2012-04-11 Thread J. Bakshi
On Wed, 11 Apr 2012 12:01:13 +0500 Muhammad Yousuf Khan wrote: > i just uninstalled these packages > > libkrb53 > krb5-config > krb5-user > samba > winbind > ntpdate > ntp > > now when i try to connect via console i mean directly by the machine > it accepts everything as password for root and l

Re: remote mysql is too slow

2012-04-10 Thread J. Bakshi
On Tue, 10 Apr 2012 12:24:47 +0100 "Karl E. Jorgensen" wrote: > > > > > > # free -m > > > total used free sharedbuffers cached > > > Mem: 7986 7913 73 0224 6133 > > > -/+ buffers/cache: 1554 6431 > >

Re: remote mysql is too slow

2012-04-09 Thread J. Bakshi
On Thu, 05 Apr 2012 11:36:38 +0100 "Karl E. Jorgensen" wrote: > Hi > > On Thu, 2012-04-05 at 08:13 +0100, J. Bakshi wrote: > > > Hello, > > > > I have been provided a muscular linux server to use as a Mysql server > > in our organization. Th

Re: bash: halt: command not found

2012-04-08 Thread J. Bakshi
On Sun, 8 Apr 2012 15:34:10 +0200 Claudius Hubig wrote: > Hello J., > > "J. Bakshi" wrote: > > I checked and the is no more /sbin/shutdown :-( > > Did you remove sysvinit? This happens, for example, when you install > upstart, as it conflicts sysvini

bash: halt: command not found

2012-04-08 Thread J. Bakshi
Hello list, My system has been messed up :-( I have done a apt-get upgrade and since then some of the commands are not available in my box as root !!! ``` #whoami root #halt bash: halt: command not found #reboot bash: reboot: command not found I checked and the i

remote mysql is too slow

2012-04-05 Thread J. Bakshi
Hello, I have been provided a muscular linux server to use as a Mysql server in our organization. The server is located just beside the web server and within the same network. This dedicated server has 8GB RAM, i5 processors and running mysql as service. No apache, php . nothing. All resources

Re: NAS box configuration

2012-04-04 Thread J. Bakshi
On Wed, 04 Apr 2012 14:05:10 +0100 Jon Dowland wrote: > On 04/04/12 13:58, J. Bakshi wrote: > > What I'm missing is a good online doc to configure debian for the > > NAS. One option is freeNAS. I have no idea which one will be better. > > That depends on ho

NAS box configuration

2012-04-04 Thread J. Bakshi
Dear list, I have one old PC with intel core2duo with 128 MB RAM. As the motherboard has 2 sata cables, I can add two 2TB HDD in this box to make a NAS box. What I'm missing is a good online doc to configure debian for the NAS. One option is freeNAS. I have no idea which one will be better. Could

How to create empty git with master / development branch ?

2012-04-02 Thread J. Bakshi
Dear list, I need to create git repos on a remote server by the command executed on that server through ssh as ` ` ` ` ` git --bare init project_name.git ` ` ` ` ` How can I also add the master branch, so that users don't need to execute [ git push origin master ] ? Thanks -- To UNSUBSCR

Re: How to monitor the internet bandwidth eater ?

2012-03-26 Thread J. Bakshi
On Mon, 26 Mar 2012 17:13:25 +0200 Gilles Mocellin wrote: > On Mon, 26 Mar 2012 15:12:19 +0530, J. Bakshi wrote: > > On Mon, 26 Mar 2012 10:57:08 +0200 > > Gilles Mocellin wrote: > > > > > > > > a lot here > > > > > > > >>

Re: How to monitor the internet bandwidth eater ?

2012-03-26 Thread J. Bakshi
On Mon, 26 Mar 2012 07:32:47 -0500 John Hasler wrote: > Install nethogs. but it is for users in a same server, where I need to monitor the client boxes. -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.

Re: How to monitor the internet bandwidth eater ?

2012-03-26 Thread J. Bakshi
On Mon, 26 Mar 2012 10:57:08 +0200 Gilles Mocellin wrote: a lot here > > You should see interesting things with Ntop. If not, perhaps your > client don't really go through your gateway ? Yes, ntop is always exciting. But in my debian box the browser view shows [..] Please e

Re: How to monitor the internet bandwidth eater ?

2012-03-26 Thread J. Bakshi
On Mon, 26 Mar 2012 09:24:29 +0200 Michel Blankleder wrote: > On Mon, Mar 26, 2012 at 9:04 AM, fthyes wrote: > > On Mon, 2012-03-26 at 10:47 +0530, J. Bakshi wrote: > > > >> This is an office environment where client's PC are connected with a hub > >> a

How to monitor the internet bandwidth eater ?

2012-03-25 Thread J. Bakshi
Hello, This is an office environment where client's PC are connected with a hub and that hub is connected with the gateway debian box. How can I monitor the bandwidth at the gateway server to check which sites are eating maximum bandwidth. I have used iftop / ntop etc. but still unable to g

Re: any GUI for LVM2 ?

2012-03-22 Thread J. Bakshi
On Thu, 22 Mar 2012 04:53:12 -0500 "Christofer C. Bell" wrote: > On Thu, Mar 22, 2012 at 4:37 AM, J. Bakshi wrote: > > > > Dear list, > > > > Is there any GUI available in debian/ubuntu for LVM2 ? > > Yes, you can install the syste

any GUI for LVM2 ?

2012-03-22 Thread J. Bakshi
Dear list, Is there any GUI available in debian/ubuntu for LVM2 ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/20120322150712.47951...@shiva.selfip.org

Re: iptable time module following incorrect time

2012-02-27 Thread J. Bakshi
On Mon, 27 Feb 2012 01:52:46 -0700 Bob Proulx wrote: > Dom wrote: > > From man iptables: > > > > "All times are interpreted as UTC by default." > > Aha! This is a change beween Squeeze and Wheezy. > The Squeeze version says: > >--localtz > Interpret the times given for -

Re: notify osd stop working

2012-02-26 Thread J. Bakshi
On Sun, 26 Feb 2012 11:13:14 + (UTC) Camaleón wrote: > On Mon, 20 Feb 2012 10:31:00 +0530, J. Bakshi wrote: > > > On Thu, 16 Feb 2012 10:14:34 +0530 > > "J. Bakshi" wrote: > > > >> Hello, > >> > >> I did a upgrade yesterday

iptable time module following incorrect time

2012-02-26 Thread J. Bakshi
Hello, I have the following to block facebook during 9 AM to 6 PM `` iptables -I FORWARD -p tcp -m multiport --dport 80,443 -d 69.171.224.0/19 -m time \ --timestart 09:00 --timestop 18:00 -j REJECT ` But the time scheduled is followed incorrectly. The sta

Re: xtables-addons ipp2p problem in debian

2012-02-24 Thread J. Bakshi
On Fri, 24 Feb 2012 09:34:17 +0100 Pascal Hambourg wrote: > Hello, > > J. Bakshi a écrit : > > > > I have installed xtables-addons-common in debian squeeze box. > > Then tried ti execute > > > > #iptables -A FORWARD -m ipp2p --bit

xtables-addons ipp2p problem in debian

2012-02-23 Thread J. Bakshi
Hello, I have installed xtables-addons-common in debian squeeze box. Then tried ti execute #iptables -A FORWARD -m ipp2p --bit -j DROP and it throws error `` iptables: No chain/target/match by that name. ``` Could anyone suggest what is wrong where ? -- To UN

notify stop working

2012-02-23 Thread J. Bakshi
Hello, I did a upgrade yesterday and among the other the osd was been upgraded too. Since then the osd stops working. I have also tested by notify-send "hello" But not notification at all. Presently the notification packages I have `` dpkg -l | grep notify ii gir1.2-notify-0.7

Re: notify osd stop working

2012-02-19 Thread J. Bakshi
On Thu, 16 Feb 2012 10:14:34 +0530 "J. Bakshi" wrote: > Hello, > > I did a upgrade yesterday and among the other the osd was been upgraded too. > Since then the osd stops working. I have also tested by > > notify-send "hello" > > But not notifica

Re: using a bluetooth headset

2012-02-16 Thread J. Bakshi
On Thu, 16 Feb 2012 09:32:43 +0100 (CET) Pierre Frenkiel wrote: > On Wed, 15 Feb 2012, Celejar wrote: > > > Okay, perhaps IDUC ;) But I think that my understanding is actually > > probably correct, just that there's something wrong with the bluetooth > > subsystem. >It seems clear now that s

notify osd stop working

2012-02-15 Thread J. Bakshi
Hello, I did a upgrade yesterday and among the other the osd was been upgraded too. Since then the osd stops working. I have also tested by notify-send "hello" But not notification at all. Presently the notification packages I have `` dpkg -l | grep osd rc libxosd2 2.2.14

Re: How to design a centralized cross-platform BACKUP solution ?

2012-02-14 Thread J. Bakshi
On Tue, 14 Feb 2012 07:36:11 -0500 Rob Owens wrote: > On Tue, Feb 14, 2012 at 10:31:22AM +0100, Davide Mirtillo wrote: > > Il 14/02/2012 09:50, J. Bakshi ha scritto: > > > On Tue, 14 Feb 2012 09:43:39 +0100 > > > Davide Mirtillo wrote: > > > > > &g

Re: How to design a centralized cross-platform BACKUP solution ?

2012-02-14 Thread J. Bakshi
On Tue, 14 Feb 2012 09:43:39 +0100 Davide Mirtillo wrote: > Il 14/02/2012 08:00, J. Bakshi ha scritto: > > Hello list, > > > > I like to implement a debian server with plenty of HDD space to work as a > > centralized net backup > > server. The idea is both

Re: How to design a centralized cross-platform BACKUP solution ?

2012-02-14 Thread J. Bakshi
On Tue, 14 Feb 2012 01:48:50 -0600 Stan Hoeppner wrote: > On 2/14/2012 1:00 AM, J. Bakshi wrote: > > Hello list, > > > > I like to implement a debian server with plenty of HDD space to work as a > > centralized net backup > > server. The idea is both Linux

How to design a centralized cross-platform BACKUP solution ?

2012-02-13 Thread J. Bakshi
Hello list, I like to implement a debian server with plenty of HDD space to work as a centralized net backup server. The idea is both Linux and windows users can keep their backup at this server ( may be just folders; or a complete partition or two); can browse their backups through web interfa

backtrack iso booting from grub2

2012-02-13 Thread J. Bakshi
Dear list, I have live usb system where I already have debian, puppy, ubuntu etc. I like to boot backtrack iso from this usb drive. Here is the entry for BT5 I have added at grub.cfg ``` menuentry "BT-5" { loopback loop /BT5-KDE-64.iso linux (loop)/casper/vmlinuz BOOT=

Any working bluetooth application available ?

2012-02-12 Thread J. Bakshi
Dear list, I had bluman-applet in debian sarge and it was working fine. But it is almost a year I have upgraded to wheezy and the blueman stopped working any more. I wounder if there is any alternative blutooth application available. I use icewm, hence don't use any kde related package. Though

How to use ubuntu style smart-notifier in debian ?

2012-02-10 Thread J. Bakshi
Dear list, The smart-notifier in ubuntu boxes are very nice and practically very useful. How can I add the same in my debian box ? The SMART as well as smart-notifier is available in debian too. So how to configure them ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.o

Re: Any good all-in-one GUI tool for net analysis ?

2012-02-10 Thread J. Bakshi
On Thu, 09 Feb 2012 11:35:28 +0100 "tv.deb...@googlemail.com" wrote: > 09/02/2012 10:48, Alberto Fuentes wrote: > > On 09/02/12 10:02, J. Bakshi wrote: > >> Hello list, > >> > >> There are already good tools in linux for network analysis like >

Re: Any good all-in-one GUI tool for net analysis ?

2012-02-09 Thread J. Bakshi
On Thu, 09 Feb 2012 11:35:28 +0100 "tv.deb...@googlemail.com" wrote: > 09/02/2012 10:48, Alberto Fuentes wrote: > > On 09/02/12 10:02, J. Bakshi wrote: > >> Hello list, > >> > >> There are already good tools in linux for network analysis like >

Re: Any good all-in-one GUI tool for net analysis ?

2012-02-09 Thread J. Bakshi
On Thu, 09 Feb 2012 10:48:01 +0100 Alberto Fuentes wrote: And there was a gui that had > included all those utilities, ping, host, dig, mtr and more, but im > sorry, I cant recall the name :S > I'm interested in that. Is it available in Backtrack ? -- To UNSUBSCRIBE, email to debian-use

Any good all-in-one GUI tool for net analysis ?

2012-02-09 Thread J. Bakshi
Hello list, There are already good tools in linux for network analysis like digg, nslookup, host, mtr, traceroute, prads, nmap, netdiscover etc.. etc... Is there any GUI client available which is based on all these collectively as a one place net analysis solution ? Please inform, Thanks -

gerrit push issue

2012-02-07 Thread J. Bakshi
Dear list, When ever I try with git-gui or samrt-git to push at gerrit; I get the same error , , , ssh://usern...@trac..de:29418/eurotours/ ! [remote rejected] master -> master (prohibited by Gerrit) error: failed to push some refs to 'ssh://u...@trac..de:29418/' , , , Though I hav

[OT] gmail archive button missing from label

2012-02-07 Thread J. Bakshi
Hello list, I get the gmail archive button in inbox view , but not in the label view. Is it not possible to archive messages from label view ? Thanks -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

file permission issue again....

2012-02-03 Thread J. Bakshi
Hello list, Imagination does not honor any restriction, and something similar has come in my mind. Can we have any folder with customized permission level, so that, whenever we create/move any files/folders with in that folder, those automatically get a predefined permission level ? Say we mo

Re: How to pass variable to wget ?

2012-01-22 Thread J. Bakshi
On Sun, 22 Jan 2012 12:43:55 +0100 Sven Joachim wrote: > On 2012-01-22 12:27 +0100, J. Bakshi wrote: > > > I have a script which submits a form with wget --post-data > > > > [] > > > > #!/bin/bash > > > > Uname=xyz > > Pword=1234 &g

How to pass variable to wget ?

2012-01-22 Thread J. Bakshi
Dear list, I have a script which submits a form with wget --post-data [] #!/bin/bash Uname=xyz Pword=1234 wget -O - --save-cookies cookies.txt --post-data \ 'username=$Uname&password=$Pword' --keep-session-cookies $URL/$AUTHURL 1&>2 [] During the test with "bash -x" I see the var

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 11:31:19 -0600 John Hasler wrote: > J. Bakshi writes: > > My internet provider provides an online form accessed by local IP (the > > connection is based on eth); so that the subscriber can provide > > username and password to activate the login; additiona

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 16:45:46 + (UTC) Camaleón wrote: > On Sat, 21 Jan 2012 21:58:58 +0530, J. Bakshi wrote: > > > On Sat, 21 Jan 2012 16:21:45 + (UTC) Camaleón > > wrote: > > (...) > > >> > If I visit the url >

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 10:59:21 -0600 John Hasler wrote: > Bob writes: > > This should enable the separate wget invocations to appear as a single > > session client to the remote web site. > > But he'll still have to solve the captcha to establish the session. That's why I have gocr [...] gocr /

Re: wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 16:21:45 + (UTC) Camaleón wrote: > On Sat, 21 Jan 2012 21:39:25 +0530, J. Bakshi wrote: > > > My internet provider provides an online form accessed by local IP (the > > connection is based on eth); so that the subscriber can provide username > >

wget and captcha puzzle !!!

2012-01-21 Thread J. Bakshi
Dear list, My internet provider provides an online form accessed by local IP (the connection is based on eth); so that the subscriber can provide username and password to activate the login; additionally it also has a captcha as added security. I am trying to make a daemon which just do the lo

Re: wget --post-data issue

2012-01-21 Thread J. Bakshi
On Sat, 21 Jan 2012 15:08:51 +0200 Volkan YAZICI wrote: > On Sat, 21 Jan 2012 18:10:12 +0530, "J. Bakshi" writes: > > I have a form which have 2 input field "Roll number" and "comments" ; using > > formfind command I get the following > > >

wget --post-data issue

2012-01-21 Thread J. Bakshi
Dear list, I have a form which have 2 input field "Roll number" and "comments" ; using formfind command I get the following ``` --- FORM report. Uses POST to URL "index.php" Input: NAME="go" VALUE="1" (HIDDEN) Input: NAME="roll_no" VALUE="10" (TEXT) Textarea: NAME="message" Butto

how to force dhcp server to update modified info at client side ?

2012-01-10 Thread J. Bakshi
Hello, I have two different gateway. One of the gateway has been defined at dhcpd3.conf file. Now if I change the gateway at dhcpd3.conf and restart the isc server; the client still hold the old gateway. How can I force the isc server to immediately inform the client about this change ? Thanks

Re: dhcp class identifier with modified settings

2012-01-04 Thread J. Bakshi
On Wed, 04 Jan 2012 18:34:18 +1100 Scott Ferguson wrote: > On 04/01/12 18:18, J. Bakshi wrote: > > > > Dear list, > > > > I have attached an Access Point to my DHCP server. I like to arrange > > an identifier in my dhcp configuration for the access point by

dhcp class identifier with modified settings

2012-01-03 Thread J. Bakshi
Dear list, I have attached an Access Point to my DHCP server. I like to arrange an identifier in my dhcp configuration for the access point by matching its MAC address, so that I can define a different gateway for that access point. All the hosts connects with that access points should go throu

dhcp class identifier with modified settings

2012-01-02 Thread J. Bakshi
Dear list, I have attached an Access Point to my DHCP server. I like to arrange an identifier in my dhcp configuration for the access point by matching its MAC address, so that I can define a different gateway for that access point. All the hosts connects with that access points should go throu

Re: gateway issue in DHCP environment

2012-01-02 Thread J. Bakshi
On Mon, 02 Jan 2012 20:04:19 +1100 Scott Ferguson 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 > > b

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 connectio

Re: need git suggestion

2011-12-28 Thread J. Bakshi
On Wed, 28 Dec 2011 14:53:46 + Roger Leigh 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! There > are ple

Re: mysql tuning - need recommendation

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

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 and

  1   2   >