search for: fumiyasu

Displaying 20 results from an estimated 58 matches for "fumiyasu".

2009 Jul 29
13
DO NOT REPLY [Bug 6590] New: [sender] could not find xattr #1 for home/jdoe/TheFresh
https://bugzilla.samba.org/show_bug.cgi?id=6590 Summary: [sender] could not find xattr #1 for home/jdoe/TheFresh Product: rsync Version: 3.0.5 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: stlman at
2011 Jul 30
2
[PATCH] net_connect_*(): Wait for fd to complete connect(2) when fd is non-blocking
Hi, Dovecot ignores EINPROGRESS on connect(2) for non-blocking fd. This is wrong. After that, read(2) to fd (or write(2) to fd) fails with ENOTCONN if the connection of fd is not completed. The attached patch fixes this problem. -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.0.13-wait-for-fd-to-complete-connect.patch Type: text/x-diff Size: 2278 bytes Desc: not avail...
2012 Apr 27
2
[PATCH] Dovecot 2.1 compiling fix for AIX
...llowing build error: $ ./configure ... $ make ... In file included from stats-connection.c:9: stats-plugin.h:14: error: field 'user_cpu' has incomplete type stats-plugin.h:14: error: field 'sys_cpu' has incomplete type ... The attached patch fixes this problem. -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: https://github.com/fumiyas/ -------------- next part -------------- A non-text attachment was scrubbed... Name: dovecot-2.1-stats-plugin-build-on-AIX.patch Type: application/octet-stream Size: 821 bytes Desc: no...
2014 Jul 14
2
doveadm-server does NOT know fts commands
...eadm index -u u0001 at example.jp -S /var/run/dovecot/doveadm-server INBOX # echo $? 0 # doveadm fts optimize -u u0001 at example.jp # echo $? 0 # doveadm fts rescan -u u0001 at example.jp # echo $? 0 # doveadm index -u u0001 at example.jp INBOX # echo $? 0 -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2012 May 23
2
Dovecot auth process delays exiting if LDAPS passdb used
...18) * Solaris 10 + OpenLDAP 2.4.26 (linked with OpenSSL 0.9.7) * AIX 6.1 + OpenLDAP 2.4.31 (linked with OpenSSL 1.0.0) * AIX 7.1 + OpenLDAP 2.4.28 (linked with OpenSSL 1.0.0) Because I see the problem on the all of above, there is a bug in Dovecot 2.1.6, I think. Thanks. -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/
2018 May 30
3
use instance-name for syslog?
Hello, When running multiple instances of dovecot on the same host (or running multiple docker container), it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the same identifier "dovecot" It is hardcoded here: https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420 Would it make sense to use the already implemented
2018 May 31
3
use instance-name for syslog?
> On 30 May 2018, at 19.08, SATOH Fumiyasu <fumiyas at osstech.co.jp> wrote: > > Hi! > > On Thu, 31 May 2018 00:44:58 +0900, > A. Schulze wrote: >> When running multiple instances of dovecot on the same host (or running multiple docker container), >> it is hard to distinguish logs from different processes:...
2015 Dec 22
2
allow_nets=local in passdb gets "auth: Panic"
...'local' Dec 22 14:57:39 localhost dovecot: auth: Panic: file net.c: line 1137 (net_is_in_network): assertion failed: (IPADDR_IS_V6(ip) == IPADDR_IS_V6(net_ip)) `doveadm auth test <username> <password>` is no problem as expected. What's wrong? Regards, -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2018 May 30
0
use instance-name for syslog?
...; https://github.com/dovecot/core/blob/master/src/lib-master/master-service.c#L420 > > Would it make sense to use the already implemented instance-name as syslog ident? > How do others solve that problem? I have a patchset to implement that. Please see the attachment. -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA -------------- next part -------------- >From 958933cd0e98f1fda68a2d4d4fc51fb8058a7914...
2018 May 30
2
use instance-name for syslog?
Am 30.05.2018 um 18:08 schrieb SATOH Fumiyasu: > Hi! > > On Thu, 31 May 2018 00:44:58 +0900, > A. Schulze wrote: >> When running multiple instances of dovecot on the same host (or running multiple docker container), >> it is hard to distinguish logs from different processes: the syslog entries are all prefixed with the...
2018 Jun 12
1
sievec prints an error if no dovecot running with mail_plugins = stats
...``` # service dovecot status dovecot is stopped # doveconf mail_plugins mail_plugins = stats # ls foo.* foo.sieve # sievec foo.sieve sievec(root): Error: stats: open(/var/run/dovecot/stats-mail) failed: No such device or address # echo $? 0 # ls foo.* foo.sieve foo.svbin ``` -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: https://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
1999 Jun 09
1
smbtar cannot recognize space character in filename
...#39;" ${clientargs} \ ! -T${tarcmd}${tarargs} $blocksize $newer $tapefile '"$@"' $verbose The "$@" is a feature of /bin/sh. (see sh(1)) But, is the "$@" a generic feature of /bin/sh? I don't know... -- >8 -- signature -- >8 -- FROM : SATOH Fumiyasu <fumiya@cij.co.jp> WEB : http://www.bento.ad.jp/~fumiya/ WEB(LAN): http://kumasun.si.ykhm.cij.co.jp/ SAMBA : http://samba.bento.ad.jp/
2015 Jul 31
2
FTS not indexing new folders (mailboxes)
Hello, Im getting problem on FTS on new created folders (mailboxes). How to simulate: - Enable FTS (solr on our case) - Create a new folder (mailbox) - Move some message to that mailbox - Try to search for the message contents *doveadm search -u user at domain text sometext* # Found nothing, but if i move the message to another mailbox, the search catch the message. # I tried doveadm index
2014 Sep 01
1
Master user and non-plaintext auth does not work
...39;t work too #passdb { # driver = checkpassword # args = /opt/osstech/etc/dovecot/checkpassword.masterusers # master = yes # pass = yes #} passdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext } Is this a bug or a restriction of Dovecot? -- -- Name: SATOH Fumiyasu @ OSS Technology Corp. (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- GitHub Home: https://GitHub.com/fumiyas/ -- PGP Fingerprint: BBE1 A1C9 525A 292E 6729 CDEC ADC2 9DCA 5E1C CBCA
2014 Dec 08
2
Required SSL with exceptions
On 12/8/14, 1:45 PM, Robert Schetterer wrote: > Am 08.12.2014 um 19:41 schrieb List: >> I have a Dovecot cluster which is on separate machines from my >> webmail/caldav/cardav cluster, and I currently have the system setup >> with ssl = required. Unfortunately the caldav/cardav server I am >> running doesn't support STARTTLS so I was wondering if there is a way to
2011 Apr 19
0
rsync Digest, Vol 100, Issue 14
...---------- Forwarded message ---------- > From:?samba-bugs at samba.org > To:?rsync-qa at samba.org > Date:?Tue, 19 Apr 2011 01:53:40 +0200 > Subject:?[Bug 6590] [sender] could not find xattr #1 for home/jdoe/TheFresh > https://bugzilla.samba.org/show_bug.cgi?id=6590 > > SATOH Fumiyasu <fumiyas at osstech.co.jp> changed: > > ? ? ? ? ? What ? ?|Removed ? ? ? ? ? ? ? ? ? ? |Added > ---------------------------------------------------------------------------- > ? ? ? ? ? ? ? ? CC| ? ? ? ? ? ? ? ? ? ? ? ? ? ?|fumiyas at osstech.co.jp > > --- Comment #2 from SAT...
2011 Jul 28
1
imap segfaults on UID SEARCH NOT <NON-EXISTENT-ID>
...seq1; max_seq = range[count-1].seq2; } else { min_seq = range[0].seq1 > 1 ? 1 : range[0].seq2 + 1; max_seq = range[count-1].seq2 < messages_count ? ^ | segfault at here -- -- Name: SATOH Fumiyasu (fumiyas @ osstech co jp) -- Business Home: http://www.OSSTech.co.jp/ -- Personal Home: http://www.SFO.jp/blog/
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty at samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty at rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of...
2009 Sep 09
1
[Announce] Samba 3.4.1 Available for Download
...651: Fix smbd SIGSEGV when breaking oplocks. * BUG 6664: Fix truncation of the session key. o Tim Prouty <tprouty at samba.org> * BUG 6620: Fix a bug in renames of directories. o Rusty Russell <rusty at rustcorp.com.au> * BUG 6601: Avoid global fd limits. o SATOH Fumiyasu <fumiyas at osstech.co.jp> * BUG 6496: MS-DFS cannot follow multibyte char link name in libsmbclient. o Simo Sorce <idra at samba.org> * BUG 6693: Check we read off the complete event from inotify. o Peter Volkov <pva at gentoo.org> * BUG 6105: Make linking of...
2020 Jun 04
13
[Bug 14401] New: unicode character conversion problem from MacOS to Linux despite iconv
https://bugzilla.samba.org/show_bug.cgi?id=14401 Bug ID: 14401 Summary: unicode character conversion problem from MacOS to Linux despite iconv Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core