search for: dirst

Displaying 9 results from an estimated 9 matches for "dirst".

Did you mean: first
2019 Jul 22
3
Help with IMAP IDLE
On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: > SSL/TLS is done via Stunnel Dirst, others have asked but I haven?t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com doesn?t support it, so maybe it just doesn?t work? Secondly, assuming Outlook does support IMAP idle, if you setup Dovecot to use SSL and not stunnel do th...
2012 Sep 10
19
Initial support for sector size >512
This set of patches add some support for sector size >512. Currently it fixes extlinux, MBR for GPT and ext partitions. Other code is unaffected. This set of patches has been tested on a read Dell machine running a beta firmware.
2012 Aug 02
0
[PATCH 1/3] ALPHA: make sector size dynamic in extlinux
...return rv; @@ -220,6 +232,7 @@ static int patch_file_and_bootblock(int fd, const char *dir, int devfd) struct fat_boot_sector *sbs; char *dirpath, *subpath, *xdirpath; int rv; + unsigned sector_size; dirpath = realpath(dir, NULL); if (!dirpath || stat(dir, &dirst)) { @@ -262,7 +275,8 @@ static int patch_file_and_bootblock(int fd, const char *dir, int devfd) dprintf("subpath = %s\n", subpath); totalbytes = get_size(devfd); - get_geometry(devfd, totalbytes, &geo); + sector_size = get_sector_size(devfd); + get_geometry(devfd,...
2019 Jul 21
2
Help with IMAP IDLE
> On 21/07/2019 18:45 Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: > > > Hi again, > > I configured hibernation as suggested by Aki, and still nothing. > What may i be missing? > I just read again the mails you sent and realized it had nothing to do with hibernation. Sorry about that.. imapc_max_idle_time = 1 days this is related to imap client,
2019 Jul 22
0
Help with IMAP IDLE
On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: > SSL/TLS is done via Stunnel > Dirst, others have asked but I haven?t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com > doesn?t support it, so maybe it just doesn?t work? > Secondly, assuming Outlook does support IMAP idle, if you setup Dovecot to use SSL and not stu...
2019 Jul 22
2
Help with IMAP IDLE
> On 22 Jul 2019, at 12.45, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: > > On Jul 21, 2019, at 11:50, Jorge Bastos via dovecot <dovecot at dovecot.org> wrote: >> SSL/TLS is done via Stunnel > >> Dirst, others have asked but I haven?t seen an answer, do you have any reason to think Outlook supports IMAP idle at all? I mean, I know outlook.com > doesn?t support it, so maybe it just doesn?t work? > >> Secondly, assuming Outlook does support IMAP idle, if you setup Dovecot to use SSL an...
2006 Jun 15
6
Problem with lighttpd
I have a problem with lighttpd on OSX. Everything builds fine (and webrick runs just fine) but lighttpd barfs: edward-kenworthys-computer:~/Development/Ruby/pricematic/trunk edward$ script/server => Booting lighttpd (use ''script/server webrick'' to force WEBrick) => Rails application started on http://0.0.0.0:3000 => Call with -d to detach => Ctrl-C to shutdown
2014 Dec 24
14
[PATCH 0/8] extlinux: support unmounted ext2/3/4 filesystem
Hello syslinux, Merry Christmas! These patches will make extlinux work with umounted ext2/3/4 filesystem, for example: $ extlinux -i /dev/sdXN or $ extlinux -i file_block Also it can work with something like: $ extlinux /dev/sdXN --reset-adv or $ extlinux file_block --reset-adv We don't use a new option (I planed to use "-d" but it is already in use), it will check whether the
2015 Jan 02
13
[PATCH 0/9] linux/syslinux: support ext2/3/4 device
Hello, Happy New Year! These patches make syslinux/linux support ext2/3/4, and it doesn't require the root privilege, I'd like to add a separate e2fs/syslinux, if that is more appropriate, it should be easy to do that. I put these patches on github so that you can easily get them in case you'd like to test them. (The repo's name is sys_tmp, which avoids confusing others, I will