| bio | website | tomauger.com |
|---|---|---|
| location | Toronto, Canada | |
| age | ||
| visits | member for | 2 years, 5 months |
| seen | Mar 20 at 19:22 | |
| stats | profile views | 22 |
|
Mar 17 |
awarded | Popular Question |
|
Feb 11 |
comment |
Gateway Modem loses ability to DNS lookup intermittently, often under heavy load @yorch Sort of. One approach was to change our nameservers to Google nameservers (8.8.8.8 and 8.8.4.4). Just look up Google Nameservers. Still doesn't address the network choking when someone's doing an upload, but it certainly helps keep the consistency there. |
|
Jan 15 |
comment |
Windows 7 Portable application security/permissions issues Good stuff. So it looks like it's not a good practice to allow the application to write to the contents of the Program Files directory under any circumstance. Thanks. |
|
Jan 15 |
accepted | Windows 7 Portable application security/permissions issues |
|
Jan 15 |
asked | Windows 7 Portable application security/permissions issues |
|
Sep 6 |
comment |
Unable to sunchronize local and remote directories (“set times: Operation not permitted”) Awesome, thanks for the post and for filing the feature request! |
|
Jul 11 |
accepted | Connecting to SVN server from a computer outside of my LAN |
|
Jul 11 |
answered | Connecting to SVN server from a computer outside of my LAN |
|
Jul 11 |
comment |
Connecting to SVN server from a computer outside of my LAN @TheCleaner sorry, now I get what you mean - set up svnserve for svn+ssh. That may have to be an option. |
|
Jul 11 |
comment |
Connecting to SVN server from a computer outside of my LAN @TheCleaner I'll try setting the server to DMZ temporarily at the router, see if that does anything. In the meantime, how could I use an open SSH connection from the external server to the local server to checkout or update the repository? |
|
Jul 11 |
revised |
Connecting to SVN server from a computer outside of my LAN Updated with netstat info |
|
Jul 11 |
comment |
Connecting to SVN server from a computer outside of my LAN @ShaneMadden iptables looks ok to me (see my edits, above), but then again I'm no expert. |
|
Jul 11 |
revised |
Connecting to SVN server from a computer outside of my LAN Added iptables dump |
|
Jul 11 |
comment |
Connecting to SVN server from a computer outside of my LAN @Shane Madden I don't have root access on the external server so tcpdump won't be accessible to me. |
|
Jul 10 |
comment |
Connecting to SVN server from a computer outside of my LAN @vtorhonen I don't think the external pull request even reaches my server, so running tcp dump on my server probably won't bring up anything useful. |
|
Jul 10 |
comment |
Connecting to SVN server from a computer outside of my LAN @Shane Madden I can connect to the repo from any other computer on the LAN. This makes me think it's either a router issue, or something funky on the server configuration. |
|
Jul 9 |
comment |
Connecting to SVN server from a computer outside of my LAN Yes, quite sure. |
|
Jul 9 |
asked | Connecting to SVN server from a computer outside of my LAN |
|
Apr 24 |
comment |
Unable to sunchronize local and remote directories (“set times: Operation not permitted”) Good stuff. what you say makes sense. So then, does that mean that if I disable the timestamp compare / update feature, synchronization will no longer be able to determine which file is most recent? |
|
Apr 23 |
comment |
Unable to sunchronize local and remote directories (“set times: Operation not permitted”) Thanks for the response! I guess the question then becomes - why is my FTP client attempting to set the modification time on the files? |