BCITMike

Results 8 issues of BCITMike

When changing the password from the administration page, after applying, the browser displays a "500 Internal Server Error". nginx error.log contains: ``` /usr/lib/python2.7/getpass.py:83: GetPassWarning: Can not control echo on the...

Your 0.04 and 0.05 release notes have year 2018 instead of 2019. Also, 0.05 didn't get released to github as a release (I do see it in the repo itself).

New install of openmediavault, but unable to install btsync successfully: ``` # apt-get install btsync Reading package lists... Done Building dependency tree Reading state information... Done Suggested packages: bind-shim The...

I noticed that in my source block testing, there were problems with the output file not matching the input file size. The problem appears to be on the sink side,...

When reviewing the code for udp sink, I thought it was strange seeing several send_to commands instead of formatting the buffer (header+payload) once and using a single send_to. When using...

When reviewing the code for sequence numbers, size and CRC, it looked like there were three packets being transmitted instead of just one. But I assumed this was tested and...

In the sample throughputs, the TCP numbers are higher than UDP numbers. That implies an implementation issue as UDP should almost always have higher throughput than TCP. Something doesn't seem...

What would need to be modified to show more than 6 servers at a time? It appears I can add a 7th, it just doesn't show up as a selectable...