Re: SSH Tunneling implementation

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: SSH Tunneling implementation
Дата
Msg-id CA+OCxozkNme6FOe6z-=g_4VSaG6Uh-R_0M5iD82zkcDLF9W6pA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: SSH Tunneling implementation  (Akshay Joshi <akshay.joshi@enterprisedb.com>)
Список pgadmin-hackers
On Wed, Aug 1, 2012 at 3:36 PM, Akshay Joshi
<akshay.joshi@enterprisedb.com> wrote:
>
>
> On Fri, Jul 20, 2012 at 6:20 PM, Dave Page <dpage@pgadmin.org> wrote:
>>
>> On Fri, Jul 20, 2012 at 9:45 AM, Akshay Joshi
>> <akshay.joshi@enterprisedb.com> wrote:
>> >
>> >> ld: symbol(s) not found for architecture i386
>> >> collect2: ld returned 1 exit status
>> >> make[3]: *** [pgadmin3] Error 1
>> >> make[2]: *** [all] Error 2
>> >> make[1]: *** [all-recursive] Error 1
>> >> make: *** [all] Error 2
>> >>
>> >
>> >   Fixed. Attached is the new patch file.
>>
>> Hi
>>
>> It compiles OK now, but I'm seeing the same problem I did with the
>> first version. The log shows:
>>
>> 2012-07-20 13:48:19 ERROR  : SSH error: bind failed
>> 2012-07-20 13:48:21 ERROR  : Error connecting to the server:
>>
>> (note the lack of an actual error message on the second line).
>
>
>   I have added the appropriate error message using error codes to first "SSH
> error: bind failed", for second actual error string is empty as we are
>   unable to create SSH Tunnel so error message for connection object is
> empty. Attached is the modified patch.
>
>   I am also facing the bind failed problem on OSX. Will continue to work on
> that. On Windows and Ubuntu it works fine.

OK, well it needs to work on Mac before I can commit to pgAdmin.

Thanks.


--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Akshay Joshi
Дата:
Сообщение: Re: SSH Tunneling implementation
Следующее
От: Vinicius Santos
Дата:
Сообщение: Re: Autosave in the SQL Editor