Alan Jenkins

Results 23 issues of Alan Jenkins

I'm using `bup` and want to switch to `bup-cron` for obvious reasons. I don't backup firefox because it seems like unecessary churn from history & state-saving (firefox crash recovery), plus...

I haven't verified this by testing, but the lrucache code looks a bit broken. Possible fix is in my lrucache branch - see e3f671c. I based it on my PR...

fsync() after each segment write is suboptimal :). It means you stop (cpu) processing to wait for the physical disk write. And the default segment size is 5MB. (I noticed...

Two very minor improvements, for your reviewing pleasure. - Clean up fds of segments we delete (during compaction) - io.write_commit() already implies io.close_segment()

Two tiny fixes, please merge :). hashindex: Fix printf size specifiers in error messages gitignore: all cython generated files

``` 1 test failed symlinks Rejected promise returned by test. Reason: Error { code: 'ENOENT', dest: '/home/alan-sysop/.local/share/Trash/files/689b96e0-ef36-4532-9f56-30c86009afec', errno: -2, path: '/tmp/10fa99e2-c8ea-4643-ab3e-8b0f10156755/ccc', syscall: 'copyfile', message: 'ENOENT: no such file or directory,...

enhancement
help wanted

`recommendations-client.md`: > Before creating new accounts, client applications must be able to check whether or not an account exists. To do that, clients only need to send a HEAD request...

[RHBZ#1374427](https://bugzilla.redhat.com/show_bug.cgi?id=1374427) equally affects `mkosi`. `mkosi` was written, in part, for testing modifications to systemd. But this issue means systemd's HACKING instructions do not work, on a default Fedora install. `mkosi`...

RFE

1. Small fix. Don't print any translated messages before we set up the stdout encoding. 2. Set the log file encoding similar to stdout. * log file will benefit from...

> The seccomp_syscall_resolve_name(), seccomp_syscall_resolve_name_arch(), and seccomp_syscall_resolve_name_rewrite() functions resolve the commonly used syscall name to the syscall number used by the kernel and the rest of the libseccomp API I've been...

question
priority/medium