Re: can not download IMAP messages with isync/mbsync

2022-11-15 Thread Mouse
et rid of the "end = str + maxlen;" and "ptr < end" paradigm altogether, whether or not it's written in assembly. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: can not download IMAP messages with isync/mbsync

2022-11-14 Thread Mouse
of my analysis. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: can not download IMAP messages with isync/mbsync

2022-11-14 Thread Mouse
D.) /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Feed facility/priority to logger(1) via stdin - desirable extension or bad idea?

2022-10-16 Thread Mouse
log via > stdin). Processing log messages (presumably received from elsewhere, most likely using the wire protocol) in a scripting language? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Feed facility/priority to logger(1) via stdin - desirable extension or bad idea?

2022-10-07 Thread Mouse
's also generating other sequences, like that peculiar [?2004h, with the same negative amount of reason to think they'll work. /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: So it seems "umount -f /nfs/mount" still doesn't work.....

2020-07-09 Thread Mouse
Is this a case where -R helps? /~\ The ASCII Mouse \ / Ribbon Campaign X Against HTMLmo...@rodents-montreal.org / \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B

Re: Strange semaphore behavior, sem_init() fails with errno 4294967295 (-1)

2019-02-20 Thread Mouse
enerate only ENOSPC and EINVAL? Reading the source, or looking at documentation, or what? In particular, if it's documentation, don't trust it too much; I've seen documentation lie far too often. Also, don't forget that successful calls normally don't touch errno, though I _think_ that doesn't matter here.