Custom Query (230 matches)
Results (217 - 219 of 230)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#112 | worksforme | Can't connect to server on LAN without using a tunnel | ||
Description |
I'm trying to set up a I see the following error in winswitch/client/applet.log during a reconnect attempt: 2010/29/08 10:31:29 ShifterApplet.start_link(ServerConfig(kraft:8796762835984)) link already exists for 'kraft', kicking it 2010/29/08 10:31:29 ServerPortMonitor.get_command() remote server ServerConfig(kraft:8796762835984) is not tunnelled - cannot detect server port! 2010/29/08 10:31:29 ServerPortMonitor.start() no command to run! This does not make much sense to me, because it should not be trying to use a tunnel. The server log does not show any new messages. Here are the relevant client settings: ssh_tunnel=False host="192.168.1.67" port=22 username="mwolson" encrypted_password=[snip] administrator_login="" default_command_port=8010 enabled=True auto_connect=True auto_start=False preload_tunnels=False Here are the server settings on the VM: ssh_tunnel=False listen_on="*:8010" firewall_enabled=False I can use netcat to connect to port 8010 on the VM from Windows, and I've tried disabling the Windows Firewall. Let me know if there's any additional info I can provide. |
|||
#113 | worksforme | SSH authentication failed | ||
Description |
In the first time I have made the connection to my remote computer via "New Connection" menu item. It was successful. My remote computer have been automatically added in "Servers" tab list in Configuration. But I can't connect to it via menu items. The system shows me "SSH authentication failed" message. I can only make connection via "New Connection" P.S. Both systems - Ubuntu 10.04 P.S.S. Sorry for my English. |
|||
#131 | worksforme | winswitch not running on debian sid | ||
Description |
after running "winswitch_applet" got the folowing failure feedback: Traceback (most recent call last): File "/usr/bin/winswitch_applet", line 3, in <module> from winswitch.client import applet_wrapper ImportError: No module named winswitch.client System: lsb_release -a LSB Version: core-2.0-ia32:core-2.0-noarch:core-3.0-ia32:core-3.0-noarch:core-3.1-ia32:core-3.1-noarch:core-3.2-ia32:core-3.2-noarch Distributor ID: Debian Description: Debian GNU/Linux unstable (sid) Release: unstable Codename: sid |