Romain Lecat

Results 58 comments of Romain Lecat

It is not needed on mine since I set: ``` aaa authentication login open none login authentication open ``` I'm already in admin mode when I input enable: ``` ssh...

It works on my OnePlus 5T with stock rom, but it doesn't with LineageOS.

CIFS on Linux still has some pretty weird behaviour. When it's unavailable, I've seen two things happening while performing an ls, for instance (in those examples, /path is the CIFS...

To be clear, the ENOENT error does not only happens to file/directories belonging to the branch, but also to the mount point of the branch. For example, if I have...

> As in /mnt/branch exists (it would have to to mount) but it returns ENOENT even though it's there? Yes, the folder does exists and is where the mount is...

Okay, let me know if you need my help on anything, I'll try to help the best I can. For the fix, I'd assume the best way would be to...

I'm using Plex in docker which is kinda special for this specific case, as it won't start at all if the mount is gone (as the mountpoint cannot be found)....

> > the problem is that when the next catalog scan is performed, Plex removes all deleted files from its catalog (which makes sense, since the files are gone, so...

I meant for everything, but indeed some software might not react properly to FS errors. ENOENT would have worked for my case because I'm using Docker, and Docker doesn't start...