masiulaniec
masiulaniec
lossy
Any plan to make this mirror not lose information? e.g. commit message, author, comitter, date
``` $ upspin tar @ /dev/null upspin: tar: [email protected]/Music/Annie Lennox/Bare/04 Honestly.mp3: client.Get: client/clientutil.ReadAll: user [email protected]: pack/ee.Unpack: does not verify $ ``` I know my tree has multiple files inaccessible due...
The documentation for Watch states: ``` // If order is WatchCurrent, the server first sends a sequence // of events describing the entire tree rooted at name. The Events are...
With my GOPATH in Upspin, the command: git checkout b6cbee6f guru -scope=upspin.io/... referrers $GOPATH/src/upspin.io/user/user.go:#2120,#2125 ... causes the file system to hang and to eventually break FUSE connection (probably due to...
The following command: upspin cp HugeFile @/path/that/does/not/exist ... will waste resources copying many blocks to the storeserver only to get aborted at the very end by the dirserver due to...
My text editor process has annoyingly entered a lengthy non-interruptible sleep trying to write a new version of an Access file. I issued the write while the cacheserver was busy...
``` $ upspin mkdir @/testdir $ upspin mkdir @/testdir/a $ upspin mkdir @/testdir/a/b $ upspin link @/testdir/a @/testdir/alink $ upspin ls @/testdir/alink/b $ upspin watch @/testdir/alink/b watch: error: action incomplete:...
I have recently travelled to a place with low-quality network. I tried storing a 200MB file using the regular cp(1) command but was prevented by frequent teardowns of TCP connections....
When learning about access controls, I got the incorrect impression that one might use absence of the list Access right to implement a lightweight "have link" access control, i.e. to...
On OSX, the following diff: ``` diff --git a/cmd/upspinfs/fs.go b/cmd/upspinfs/fs.go index 290daca..d706425 100644 --- a/cmd/upspinfs/fs.go +++ b/cmd/upspinfs/fs.go @@ -923,7 +923,7 @@ func do(cfg upspin.Config, mountpoint string, cacheDir string) chan bool...