dimovnike
dimovnike
note that the het/http behaves as (intuitively) expected: ``` func main() { srv := http.Server{ Addr: ":8080", Handler: http.TimeoutHandler(http.HandlerFunc( func(w http.ResponseWriter, req *http.Request) { log.Println("begin") tm := time.NewTimer(10 * time.Second)...
Hi, another question about filenames: is there a way to make `encfs -r` generate only lowercase filenames? (I'm having problems with some dropbox like application becaue of case sensitive filenames)
I am getting the same error and downgrading to 0.11.1 fixes the issue.
Same issue is seen on centos7 with 19.03.3. It is not DNS because pings to 1.1.1.1/8.8.8.8 do not work either. EDIT: reboot solved it (nothing else did)
This would be really great to have, because now performance of mGET/mSET drops as number of servers in the array grows. Also this would be nice to have on the...
I have found a workaround: if using $ to go to the end of the current line, it works as expected. However it would ne nice if the behaviour was...
I would like this too. Please, make an option to start reverse encryption at boot with a saved obfuscated password.
the problem is that the --reverse option itself works good from cmdline, the encfs can be started with a script from cmdline via some autostart app but the mounted dir...
Im more inclined to think its mount namespace issue, I am researching this, will get back when I have some results.
The new SuperSU has the option to join the master mount namespace. So while having last SuperSU the following command works: su --mount-master -d -c "/data/data/csh.cryptonite/encfs --public --reverse --extpass='echo -n...