Re: Regarding dbclient failure

2014-08-12 Thread pratik singh
Hi Matt, Thanks for your valuable suggestion. Unfortunately my system doesn't have strace utility support. I tried dbclient with -y option but again its failing again with write error:broken pipe. Filesystem has read/write permission. # dbclient -v -y -i dropbear_dss_host_key pratik@10.10.10.1

Re: Regarding dbclient failure

2014-08-12 Thread Matt Johnston
On Tue, Aug 12, 2014 at 07:19:45PM +0530, pratik singh wrote: Hi Matt, Thanks for your valuable suggestion. Unfortunately my system doesn't have strace utility support. I tried dbclient with -y option but again its failing again with write error:broken pipe. Hi Pratik, It seems like ttys

Re: Regarding dbclient failure

2014-08-07 Thread Matt Johnston
Hi Pratik, It looks like it is failing when it tries to read the 'y/n' response from /dev/tty. Can you check that is set up correctly on the system? Running 'strace -o logfile dbclient...' might have some clues if you send me it. You can skip the hostkey confirmation with '-y' but that means

Re: Regarding dbclient failure

2014-08-07 Thread Matt Johnston
Hi Pratik, It looks like it is failing when it tries to read the 'y/n' response from /dev/tty. Can you check that is set up correctly on the system? Running 'strace -o logfile dbclient...' might have some clues if you send me it. You can skip the hostkey confirmation with '-y' but that means