search for: fd6

Displaying 8 results from an estimated 8 matches for "fd6".

Did you mean: fd
2000 Jan 07
2
possible clue on tcp forwarding problems
When I encounter the problem with TCP port forwarding locking up, I'll see this on the client window (if I haven't invoked ssh with -q): chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected chan_shutdown_read failed for #1/fd6: Transport endpoint is not connected This is with Blowfish encryption. I have to kill and restart the client when this happens. Phil
2009 Jul 04
2
[PATCH] Create /var/run/tftpd-hpa.pid in standalone mode
...; } + pidfile = fopen ("/var/run/tfpd-hpa.pid","w"); + if (!pidfile + || fprintf(pidfile, "%d\n", getpid()) < 0 + || fclose(pidfile)) { + syslog(LOG_ERR, "cannot write pid file: %m"); + } if (fd6 > fd4) fdmax = fd6; else -- 1.5.6.5
2009 Jul 19
3
[PATCH] tftpd.c: write a pid file in standalone mode
...et_signal(SIGINT, handle_exit, 0); + pf = fopen (pidfile, "w"); + if (!pf + || fprintf(pf, "%d\n", getpid()) < 0 + || fclose(pf)) { + syslog(LOG_ERR, "cannot write pid file '%s': %m", pidfile); + } if (fd6 > fd4) fdmax = fd6; else @@ -734,11 +752,23 @@ int main(int argc, char **argv) lose packets as a result. */ set_signal(SIGHUP, handle_sighup, 0); + if (spec_umask || !unixperms) + umask(my_umask); + while (1) { fd_set readset;...
2009 Sep 05
5
[tftpd PATCH 0/5] pidfile option and syslog fix
Hi, This is my current patch queue. The patches are independent, AFAIK, so feel free to cherry-pick or reject them independently. The bottom one was needed for a successful build here; the top one contains all the modifications you requested on IRC, and more. Meanwhile I hit one of the four stray TABs in tftpd.c, and decided to get rid of them. Comments welcome. --- Ferenc Wagner (5):
2017 Jan 29
2
[PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
..., NULL, + AI_PASSIVE); if (err) { syslog(LOG_ERR, "cannot resolve local IPv4 bind address: %s, %s", @@ -650,7 +651,8 @@ int main(int argc, char **argv) if (fd6 >= 0) { bindaddr6.sin6_family = AF_INET6; err = set_sock_addr(address, - (union sock_addr *)&bindaddr6, NULL); + (union sock_addr *)&bindaddr6, NULL, +...
2017 Feb 02
0
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...AI_PASSIVE); > if (err) { > syslog(LOG_ERR, > "cannot resolve local IPv4 bind address: %s, %s", > @@ -650,7 +651,8 @@ int main(int argc, char **argv) > if (fd6 >= 0) { > bindaddr6.sin6_family = AF_INET6; > err = set_sock_addr(address, > - (union sock_addr *)&bindaddr6, NULL); > + (union sock_addr *)&bindaddr6, NULL...
2017 Feb 02
2
Bug#771441: [PATCH tftpd-hpa] tftpd: don't use AI_CANONNAME and AI_ADDRCONFIG to resolve addresses for bind
...I_PASSIVE); > > if (err) { > > syslog(LOG_ERR, > > "cannot resolve local IPv4 bind address: %s, %s", > > @@ -650,7 +651,8 @@ int main(int argc, char **argv) > > if (fd6 >= 0) { > > bindaddr6.sin6_family = AF_INET6; > > err = set_sock_addr(address, > > - (union sock_addr *)&bindaddr6, NULL); > > + (union sock_addr *)...
2008 Aug 09
2
xy plot in version 2.7.1 for Mac (PR#12520)
...TAmQsDgi6SofGoq4iXx5AjVePdSvv5GLfpUV4+kJR p5wh4tMl9okVFPU0F6qco9JX8F+OQpvblfwYAeN6P0UmUxuJmqHO1lPyFMGRBcYTHkjzHsmPgfDP CQ+kuQttyXq7t2hDmvetbejoCSeU/5HmaMkQNHaEAPKcTFWByLywFT90pAnd0SfxNBOlj/GnGiFE k4q8izSRQfRJWkQZkTdaMmRXNu8Jj5yWPIsM3/eoY30baoSyhAEnPNzyODeQcf6BI0of9KSYx06I KXjEty0ZEtvBN/qErG9qRFcEdEoFD6E9RzIk9z4nPCBFwojxLiqtSCKIOu9kCNmqwpU+CG0D0fEj 6ix8QPK1JUP422OFD4mxjTSHuxYCaTNF/ly5UURra0fUycftTo0QPh6cz0nWlgxRG/db+PKcNm5L hmzwqQaWTBuXE4KPUF4ew745LTKJW57HUvedBIGtPRj0XFhPAMlUzmuCAGGum2CApXuNqMOcY6RG kCkOZR2aXs8kCEjvfip1urj7yrsK5z4pIrWhuWwSRQdFG948tuQAESgUQyhIqgBtybFjMgTiPM7k gJYE4xdCUwYJVEqNYynjB1...