search for: tcpc

Displaying 4 results from an estimated 4 matches for "tcpc".

Did you mean: tcp
2001 Nov 20
3
modules madness / ssh regardless of daemon
I just installed rsync on two machines, I think I'm a complete moron, and I need a clue bat. The remote machine's /etc/rsyncd.conf (just for testing): use chroot = no log file = /var/log/rsyncd.log pid file = /var/run/rsyncd.pid lock file = /var/run/rsync.lock [auth] path = /var/www/auth comment = apache authentication files. read only = yes Then for a test, I fired up
2009 Mar 31
1
Memory Leak when using winsock.shutdown ?
...er for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is permanently increased. I use following bash-script to check this: Code: while true; do cat /proc/"`pidof tcpc`"/status|grep -E "VmRSS";sleep 5; done Result: VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4104 kB VmRSS: 4104 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 41...
2009 Jun 06
1
Memory Leak when using winsock.shutdown ?
...erver for windows and I like to use this on linux. (Delphi with Indy components) My application works fine on windows without any memory leak. But running with wine the VmRSS-value is continual increased. I use following bash-script to check this: Code: while true; do cat /proc/"`pidof tcpc`"/status|grep -E "VmRSS";sleep 5; done Result: VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4084 kB VmRSS: 4104 kB VmRSS: 4104 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 4108 kB VmRSS: 41...
2005 Mar 28
2
libxslt problem
I'm getting the following error when I attempt to install Icecast... checking for xslt-config... /usr/bin/xslt-config checking for xsltSaveResultToString... no configure: error: Unable to link with libxslt (>=v1.0.18) Does anyone know what the problem is? Do I need to use a previous version of libxslt or maybe a later version of icecast... I'm trying to install Icecast 2.2.0...