Bug#774135: [Pkg-mc-devel] Bug#774135: mc: SFTP VFS still not usable

2016-03-02 Thread Yury V. Zaytsev
On Wed, 2016-01-13 at 07:40 +0100, Yury V. Zaytsev wrote:
> 
> > > Could you please test whether this patch fixes the issue?
> > 
> > Will do when I get some breathing space, well time, at work. 
> 
> Just to mention it, if you ever get to that, please try to checkout
> 3581_sftp_fixes branch from the repository and apply the patch on top
> of it, just in case the other config reading fix actually solves the
> problem.

FYI, this has been merged to master now; it's still not clear to us
whether it solves your problem, because we can't reproduce it, but
hopefully it does...

-- 
Sincerely yours,
Yury V. Zaytsev



Bug#774135: mc: SFTP VFS still not usable

2016-01-12 Thread Yury V. Zaytsev
On Tue, 2016-01-12 at 22:33 +, Thorsten Glaser wrote:
> 
> My last report was from amd64 though.

That's weird, because I still couldn't reproduce it... I will try again
with exactly the config file you pasted, thanks for the notice!

> > Could you please test whether this patch fixes the issue?
> 
> Will do when I get some breathing space, well time, at work. 

Just to mention it, if you ever get to that, please try to checkout
3581_sftp_fixes branch from the repository and apply the patch on top of
it, just in case the other config reading fix actually solves the
problem.

-- 
Sincerely yours,
Yury V. Zaytsev



Bug#774135: mc: SFTP VFS still not usable

2016-01-12 Thread Yury V. Zaytsev

Hi Thorsten,

Andreas suggests that your problems on x32 might be caused by bad pointer 
arithmetic, which aren't visible on i386 / x86_64:


https://www.midnight-commander.org/attachment/ticket/3581/mc-3581-sftpsfs-fix-bad-pointer-arithmetic-in-config_parser.patch

Could you please test whether this patch fixes the issue?

--
Sincerely yours,
Yury V. Zaytsev



Bug#774135: mc: SFTP VFS still not usable

2016-01-12 Thread Thorsten Glaser
Yury V. Zaytsev dixit:

> Andreas suggests that your problems on x32 might be caused by bad pointer
> arithmetic, which aren't visible on i386 / x86_64:

My last report was from amd64 though.

> Could you please test whether this patch fixes the issue?

Will do when I get some breathing space, well time, at work.

bye,
//mirabilos
-- 
This space for rent.



Bug#774135: mc: SFTP VFS still not usable

2015-12-23 Thread Thorsten Glaser
On Wed, 23 Dec 2015, Dmitry Smirnov wrote:

> I did not try connecting to GitHub but SFTP works for me with other Debian 
> computers on LAN...

Doesn’t work for me either. Can you put the stuff I showed
into your ~/.ssh/config and check if that breaks for you as well?

> I think it is a different issue. Maybe you could help us 
> by opening a new bug with upstream?

To be honest, DevRef says that’s your job. But I probably
can, just do me a favour and check whether it breaks for
you with the attached SSH config.

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg



Bug#774135: mc: SFTP VFS still not usable

2015-12-23 Thread Dmitry Smirnov
On Wednesday 23 December 2015 11:06:17 Thorsten Glaser wrote:
> Doesn’t work for me either. Can you put the stuff I showed
> into your ~/.ssh/config and check if that breaks for you as well?

I already have

controlpath ~/.ssh/__tmp-ssh-%r@%h:%p

and adding the following to ~/.ssh/config did not break SFTP:

FingerprintHash md5
HashKnownHosts no

It connects smoothly and without errors. I can read files, etc.
All the hosts I tried to connect to are known.

Can you try removing your customisations of "~/.ssh/config" to check if it 
fixes the problem?


> > I think it is a different issue. Maybe you could help us
> > by opening a new bug with upstream?
> 
> To be honest, DevRef says that’s your job.

But I am unable to reproduce... I suppose if you troubled yourself with re-
opening the bug (which I believe is unrelated because this is not about 
segfault any more) then perhaps I could ask you to report the problem 
upstream. Who can do it better than you? Besides manipulating bugs is also 
maintainer's job isn't it? ;)


> But I probably can, just do me a favour and check whether it breaks for
> you with the attached SSH config.

Thanks. I could not break it on amd64 with SSH config similar to yours...

-- 
All the best,
 Dmitry Smirnov.

---

It has been said that democracy is the worst form of government except
all the others that have been tried.
-- Winston Churchill


signature.asc
Description: This is a digitally signed message part.


Bug#774135: mc: SFTP VFS still not usable

2015-12-23 Thread Dmitry Smirnov
On Wednesday 23 December 2015 09:36:45 Thorsten Glaser wrote:
> this still happens in the current version in sid, unfortunately.
> 
> Reproducer:
> 
> cd /sftp://g...@github.com

I did not try connecting to GitHub but SFTP works for me with other Debian 
computers on LAN... I think it is a different issue. Maybe you could help us 
by opening a new bug with upstream?

-- 
Regards,
 Dmitry Smirnov.


signature.asc
Description: This is a digitally signed message part.


Bug#774135: mc: SFTP VFS still not usable

2015-12-23 Thread Thorsten Glaser
reopen 774135
found 774135 3:4.8.15-2
retitle 774135 mc: SFTP VFS still not usable
thanks

Hi,

this still happens in the current version in sid, unfortunately.

Reproducer:

cd /sftp://g...@github.com

⇒ Error
11: sftp: an error occurred while reading ~/.ssh/config: Resource 
temporarily unavailable

Second dialog box:

⇒ Error
Cannot chdir to "/sftp://g...@github.com/;
File exists (17)


tglase@tglase:~ $ cat .ssh/config   
   
Host *
 FingerprintHash md5
 HashKnownHosts no
 ControlPath /dev/shm/tglase/ctl.%r@%h:%p

Admittedly, it doesn’t segfault any more, but it still
does nothing to become usable again…

bye,
//mirabilos
-- 
tarent solutions GmbH
Rochusstraße 2-4, D-53123 Bonn • http://www.tarent.de/
Tel: +49 228 54881-393 • Fax: +49 228 54881-235
HRB 5168 (AG Bonn) • USt-ID (VAT): DE122264941
Geschäftsführer: Dr. Stefan Barth, Kai Ebenrett, Boris Esser, Alexander Steeg