Displaying 2 results from an estimated 2 matches for "netout".
Did you mean:
netopt
2006 Apr 01
2
vsftpd: transfer of files fails
...pload.
I tried with the command line ftp client and get this:
ftp> put medlingua_beta.sql
local: medlingua_beta.sql remote: medlingua_beta.sql
229 Entering Extended Passive Mode (|||59620|)
150 Ok to send data.
0% | | 0 0.00 KB/s
--:-- ETAftp: netout: Connection reset by peer
0% | | -1 0.00 KB/s
--:-- ETA
451 Failure writing to local file.
vsftpd logs "FAIL UPLOAD:" for this, nothing else.
Of course, first thought is there might be some permission problem.
However, I checked everyth...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...: "cpu"},
+ {label: "disk"},
{label: "load"},
+ {label: "memory"},
{label: "netin"},
- {label: "netout"},
- {label: "disk"}
+ {label: "netout"}
]);
if (menu != null) {
@@ -384,12 +401,12 @@ package org.ovirt.charts {
var functionMenuItems:ArrayCollection =
- new...