tom mortensen

Results 4 issues of tom mortensen

Suppose a ttyd is started and executes the 'bash' command. When the user types 'exit' the connection closes and user is prompted to hit Enter to reconnect. Instead, when user...

enhancement
question

Hitting this assert in unlink_node(): ``` static void unlink_node(struct fuse *f, struct node *node) { if (f->conf.remember) { assert(node->nlookup > 1); node->nlookup--; } unhash_name(f, node); } ``` File system uses...

needs-info

When Reboot is clicked, nothing seems to happen for a couple seconds and then we see a "REBOOT" page which is actually /reboot.htm with a count-up timer. Then eventually server...

re: commit: https://github.com/kdave/btrfs-progs/commit/158a25af0d610707f3adde042e28f72a16d65f3c If new size is specified as 'max' you get the warning as if new size was set to 0.