[Bug 1155901] Re: High scores not recorded

2014-07-07 Thread Danton Nunes
the problem is solved by changing permissions of the score files: # chmod 666 /etc/games/tali.* permissions on the original files forbade non-root users to record scores. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1155901] Re: High scores not recorded

2014-07-07 Thread Danton Nunes
Ops, the right thing to do is # chmod 666 /var/games/gtali.* sorry for the mistake. ;) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1155901 Title: High scores not recorded To manage notifications

[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2014-07-04 Thread Danton Nunes
besides setting MTU to 1480, it is wise to do: # /sbin/iptables -I OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu # /sbin/ip6tables -I OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu because there still are firewalls out there that can't handle

[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2014-07-04 Thread Danton Nunes
besides setting MTU to 1480, it is wise to do: # /sbin/iptables -I OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu # /sbin/ip6tables -I OUTPUT -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu because there still are firewalls out there that can't handle

[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2014-06-27 Thread Danton Nunes
Setting the MTU to 1480 did it. This MTU problem also affects navigation to certains sites, e.g. facebook via https. Old Ubuntu 12.04-LTS did not feature this bug. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to openssh in Ubuntu.

[Bug 1254085] Re: ssh fails to connect to VPN host - hangs at 'expecting SSH2_MSG_KEX_ECDH_REPLY'

2014-06-27 Thread Danton Nunes
Setting the MTU to 1480 did it. This MTU problem also affects navigation to certains sites, e.g. facebook via https. Old Ubuntu 12.04-LTS did not feature this bug. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.