darcs

Issue 564 Problem when pushing over ssh to subdomain on non-standard port?

Title Problem when pushing over ssh to subdomain on non-standard port?
Priority bug Status wont-fix
Milestone Resolved in
Superseder Nosy List darcs-devel, dmitry.kurochkin, kowey, markstos, stenz, thorkilnaur, tommy
Assigned To stenz
Topics

Created on 2007-11-20.23:06:55 by stenz, last changed 2009-08-27.13:55:49 by admin.

Messages
msg2268 (view) Author: stenz Date: 2007-11-20.23:06:54
'darcs push --all m@netbeisser.de:/var/www/html-tel/darcs/SimplePan'

works, while

'darcs push --all m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan'

gives

'
Invalid repository:  m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan

darcs failed:  (scp) failed to fetch: m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory
'

The buglist is quiet heavy, developers needed?

Thank you for darcs.
msg2269 (view) Author: droundy Date: 2007-11-24.01:36:27
On Tue, Nov 20, 2007 at 11:06:55PM -0000, S. Tenz wrote:
> 'darcs push --all m@netbeisser.de:/var/www/html-tel/darcs/SimplePan'
> 
> works, while
> 
> 'darcs push --all m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan'
> 
> gives
> 
> '
> Invalid repository:  m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan
> 
> darcs failed:  (scp) failed to fetch: m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory
> '

Does

scp m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/

work?

> The buglist is quiet heavy, developers needed?

We can always use developers.
-- 
David Roundy
Department of Physics
Oregon State University
msg2322 (view) Author: droundy Date: 2008-01-05.15:25:34
stenz: can you try running

scp m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/

and let us know if it works? Until I hear back from you, I'm marking this bug as
deferred.  Thanks!

David
msg2340 (view) Author: stenz Date: 2008-01-06.12:48:52
On Sat, Jan 05, 2008 at 03:25:35PM -0000, David Roundy wrote:
> 
> David Roundy <droundy@darcs.net> added the comment:
> 
> stenz: can you try running
> 
> scp m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/

The non-standard point with our installation is that the remote SSH server is running
on a on-standard port (lets say 60000). 

scp -oPort=60000 m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/

does work.

> 
> and let us know if it works? Until I hear back from you, I'm marking this bug as
> deferred.  Thanks!
> 
> David
> 
> ----------
> priority:  -> bug
> status: chatting -> deferred
> 
> __________________________________
> Darcs bug tracker <bugs@darcs.net>
> <http://bugs.darcs.net/issue564>
> __________________________________
msg2341 (view) Author: stenz Date: 2008-01-06.12:55:17
On Sun, Jan 06, 2008 at 02:51:27PM +0100, mm wrote:
> On Sat, Jan 05, 2008 at 03:25:35PM -0000, David Roundy wrote:
> > 
> > David Roundy <droundy@darcs.net> added the comment:
> > 
> > stenz: can you try running
> > 
> > scp m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/
> 
> The non-standard point with our installation is that the remote SSH server is running
> on a on-standard port (lets say 60000). 
> 
> scp -oPort=60000 m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory /tmp/
> 
> does work.
> 

mm@manthe:~/self/darcs/SimplePan> SSH_PORT=60000 darcs push --all m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan
Invalid repository:  m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan

darcs failed:  (scp) failed to fetch: m@tel.netbeisser.de:/var/www/html-tel/darcs/SimplePan/_darcs/inventory

mm@manthe:~/self/darcs/SimplePan> SSH_PORT=60000 darcs push --all m@netbeisser.de:/var/www/html-tel/darcs/SimplePan
Pushing to "m@netbeisser.de:/var/www/html-tel/darcs/SimplePan"...
No recorded local changes to push!

> > 
> > and let us know if it works? Until I hear back from you, I'm marking this bug as
> > deferred.  Thanks!
> > 
> > David
> > 
> > ----------
> > priority:  -> bug
> > status: chatting -> deferred
> > 
> > __________________________________
> > Darcs bug tracker <bugs@darcs.net>
> > <http://bugs.darcs.net/issue564>
> > __________________________________
msg2345 (view) Author: markstos Date: 2008-01-07.03:39:19
stenz,

Also try: DARCS_SCP="scp -v"

I'm not sure that will work, but if it does, it will give good diagnostics about
what scp is doing.
msg3352 (view) Author: markstos Date: 2008-02-12.01:47:45
Stenz,

Any progress on testing this? 

   Mark
msg3515 (view) Author: markstos Date: 2008-02-16.23:04:11
Without further feedback to determine if this is really a darcs bug, or
something strange about the reporters environment, there's not much we else we
can do.

I consider it "presumed-dead", but it can re-opened if new information emerges.
History
Date User Action Args
2007-11-20 23:06:55stenzcreate
2007-11-24 01:36:28droundysetstatus: unread -> unknown
nosy: kowey, beschmi, droundy, stenz, tommy
messages: + msg2269
2008-01-05 15:25:36droundysetstatus: unknown -> deferred
nosy: kowey, beschmi, droundy, tommy, stenz
messages: + msg2322
2008-01-06 12:48:54stenzsetnosy: kowey, beschmi, droundy, stenz, tommy
messages: + msg2340
2008-01-06 12:55:18stenzsetnosy: kowey, beschmi, droundy, tommy, stenz
messages: + msg2341
2008-01-07 03:33:40markstossettitle: Problem with subdomains? -> Problem when pushing over ssh to subdomain on non-standard port?
2008-01-07 03:39:20markstossetstatus: deferred -> unknown
nosy: + markstos
messages: + msg2345
2008-02-12 01:47:46markstossetnosy: droundy, tommy, beschmi, kowey, markstos, stenz
messages: + msg3352
assignedto: stenz
2008-02-16 23:04:12markstossetstatus: unknown -> wont-fix
nosy: droundy, tommy, beschmi, kowey, markstos, stenz
messages: + msg3515
2009-08-06 17:48:54adminsetnosy: + jast, Serware, dmitry.kurochkin, darcs-devel, zooko, dagit, mornfall, simon, thorkilnaur, - droundy, stenz
2009-08-06 20:54:15adminsetnosy: - beschmi
2009-08-10 22:09:45adminsetnosy: + stenz, - darcs-devel, zooko, jast, dagit, Serware, mornfall
2009-08-25 18:00:44adminsetnosy: + darcs-devel, - simon
2009-08-27 13:55:49adminsetnosy: tommy, kowey, markstos, darcs-devel, stenz, thorkilnaur, dmitry.kurochkin