Are you trying to run pk-mount inside Docker? FUSE might not work in Docker at least with the default permissions.
On Sat, Jan 5, 2019 at 11:28 PM <[email protected]> wrote: > Dear all, > > i read the code with adding debug signal by log.Printf("debug #1"), and > find out it stops at: > > go func() { > doneServe <- fusefs.Serve(conn, camfs) <== stop at his > function > }() > > > thanks > > yan > > > On Sunday, January 6, 2019 at 2:42:02 AM UTC+8, chung yan Cheng wrote: >> >> Dear all, >> >> I am new to perkeep, i try to use perkeep with fuse by pk-mount command, >> want to save files into this fuse folder. I setup perkeep server side and >> this fuse folder at same server. I try to use docker to setup, but i have >> this pk-mount issue: >> >> post001@XXX:~/perkeep$ ~/go/bin/pk-mount >> 2019/01/05 15:28:31 no mount point given; using /pk >> >> <no any further msg even i added -verbose, i just use CTRL-C to break> >> >> ^C2019/01/05 15:33:17 Signal interrupt received, shutting down. >> 2019/01/05 15:33:17 Unmounting... >> 2019/01/05 15:33:17 Unmount = <nil> >> 2019/01/05 15:33:17 pk-mount FUSE process ending. >> >> Could you please point me a right way to mount a fuse folder? >> >> thanks >> yan >> > -- > You received this message because you are subscribed to the Google Groups > "Perkeep" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Perkeep" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
