Re: [Discuss] 'nother question

2012-08-08 Thread dan moylan
rich pieri writes: On Tue, 7 Aug 2012 19:10:44 -0400 dan moylan j...@moylan.us wrote: debug1: connect to address 192.168.0.103 port 22: Connection refused ssh: connect to host 192.168.0.103 port 22: Connection refused lost connection Connection refused typically means one of three

Re: [Discuss] 'nother question

2012-08-08 Thread Derek Martin
On Tue, Aug 07, 2012 at 07:10:44PM -0400, dan moylan wrote: Maybe add the verbose option and post the output to the list. ok, here 'tis: Executing: program /usr/bin/ssh host 192.168.0.103, user moylan, command scp -v -t -- . OpenSSH_5.9p1 Debian-5ubuntu1, OpenSSL 1.0.1 14 Mar 2012

Re: [Discuss] 'nother question

2012-08-08 Thread Matt Shields
On Wed, Aug 8, 2012 at 4:14 PM, Derek Martin inva...@pizzashack.org wrote: On Tue, Aug 07, 2012 at 07:10:44PM -0400, dan moylan wrote: Maybe add the verbose option and post the output to the list. ok, here 'tis: Executing: program /usr/bin/ssh host 192.168.0.103, user moylan, command

Re: [Discuss] 'nother question

2012-08-08 Thread dan moylan
Derek Martin inva...@pizzashack.org writes: On Tue, Aug 07, 2012 at 07:10:44PM -0400, dan moylan wrote: Maybe add the verbose option and post the output to the list. ok, here 'tis: Executing: program /usr/bin/ssh host 192.168.0.103, user moylan, command scp -v -t -- .

Re: [Discuss] 'nother question

2012-08-08 Thread Tom Metro
Matt Shields wrote: On the client, try nmap -sT serverIP to see if your client can see port 22 open. FYI, you can test SSH connectivity more simply like: % telnet ssh-server 22 Trying 192.168.0.123... Connected to ssh-server. Escape character is '^]'. SSH-2.0-OpenSSH_... Then hit the escape

Re: [Discuss] 'nother question

2012-08-08 Thread Matt Shields
On Wed, Aug 8, 2012 at 10:07 PM, Tom Metro tmetro+...@gmail.com wrote: Matt Shields wrote: On the client, try nmap -sT serverIP to see if your client can see port 22 open. FYI, you can test SSH connectivity more simply like: % telnet ssh-server 22 Trying 192.168.0.123... Connected to

[Discuss] 'nother question

2012-08-07 Thread dan moylan
running xubuntu 12.04 on acer aspire1 d255e mounted camera: gphotofs /media the photos were all available under: /media/store_00010001/DCIM/100NIKON i got all my photos off just fine and disconnected. however i must have neglected something because /media has been left in some strange

Re: [Discuss] 'nother question

2012-08-07 Thread John Abreau
My first thought is that /media is used by the volume manager to automount things like USB drives, and perhaps telling gphotofs to use /media caused a conflict that broke the volume manager. If this is the case, I'd suggest a reboot to clear the conflict, and then in future use some other

Re: [Discuss] 'nother question

2012-08-07 Thread Eric Chadbourne
btw, i have yet another problem. i have two linux computers: an acer running xubuntu and an asus running lubuntu and can't get scp to work between them. i finally was able to transfer files using rsync, but what about scp? ssh works ok. am i using a wrong port, i.e. 22? tia, ole dan

Re: [Discuss] 'nother question

2012-08-07 Thread dan moylan
eric writes: moylan wrote: btw, i have yet another problem. i have two linux computers: an acer running xubuntu and an asus running lubuntu and can't get scp to work between them. i finally was able to transfer files using rsync, but what about scp? ssh works ok. am i using a wrong

Re: [Discuss] 'nother question

2012-08-07 Thread Rich Pieri
On Tue, 7 Aug 2012 19:10:44 -0400 dan moylan j...@moylan.us wrote: debug1: connect to address 192.168.0.103 port 22: Connection refused ssh: connect to host 192.168.0.103 port 22: Connection refused lost connection Connection refused typically means one of three things: 1. No daemon