similar to: 1.0-test62

Displaying 20 results from an estimated 3000 matches similar to: "1.0-test62"

2006 Aug 30
0
[patch] phys_to_machine_mapping alignment on x86_64
Hi, At x86_64 linux domain, phys_to_machine_mapping, pfn_to_mfn_frame_list_list, and pfn_to_mfn_frame_list should be aligned to pagesize, but it can be misaligned now. If they aren''t aligned to pagesize, it will cause fails while saving the domain. This patch fixed it. regards, Signed-off-by: Kazuo Moriwaka <moriwaka@valinux.co.jp> set phys_to_machine_mapping alignment to
2004 Dec 20
2
Japanese Search
Hello, I'm trying to debug search command with Japanese 'ISO-2022-JP' codec. ISO-2022-JP codec needs to keep character cases until convert to UTF-8. For example: * '\033[$B%s\033[(B' means a character sounds 'N' * '\033[$B%S\033[(B' means a character sounds 'Bi' It causes a trouble in searches with Japanese. I found imap/imap-search.c/add_new()
2020 May 04
2
default backend = rid not showing full group information for users
m?ndag 4 maj 2020 kl. 22:22:04 CEST skrev Rowland penny via samba: > On 04/05/2020 21:06, Magnus Holmgren via samba wrote: > > m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: > >> On 04/05/2020 19:24, Magnus Holmgren via samba wrote: > >>> The systemd NSS module handles dynamically allocated users and groups > >>> when >
2004 Dec 24
1
header search for splitted word
Hello, I wrote a patch for header search about a word over two lines. Please check it. For example, following header string contains a word splitted into two mime encoded block. It's normal behavior of MUAs in CJK environment. Subject: =?ISO-2022-JP?B?Sk1CGyRCJUQlIiE8JUslZSE8JTkhIRsoQkpBTBskQiVBJWMhPCU/GyhC?=
2005 Jan 13
1
default_ldap_settings' value
Hello, When I tested LDAP auth dovecot-auth caught segv, and I found that auth_cache_parse_key() doesn't check query == NULL. I think db-ldap.c/default_ldap_settings.pass_filter should have non-null default value. Please check following patch. regards, -- Kazuo Moriwaka <moriwaka at valinux.co.jp> Index: db-ldap.c
2020 May 04
2
default backend = rid not showing full group information for users
m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: > On 04/05/2020 19:24, Magnus Holmgren via samba wrote: > > Sunday 3 maj 2020 kl. 13:14:24 CEST, Rowland penny via samba wrote: > >> As for 'systemd', not sure what this actually does, but when I am forced > >> to use systemd (e.g. on my rpi), everything works even though I remove > >>
2020 May 05
0
default backend = rid not showing full group information for users
On 04/05/2020 22:18, Magnus Holmgren via samba wrote: > m?ndag 4 maj 2020 kl. 22:22:04 CEST skrev Rowland penny via samba: >> On 04/05/2020 21:06, Magnus Holmgren via samba wrote: >>> m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: >>>> On 04/05/2020 19:24, Magnus Holmgren via samba wrote: >>>>> The systemd NSS module handles
2020 May 04
2
default backend = rid not showing full group information for users
Sunday 3 maj 2020 kl. 13:14:24 CEST, Rowland penny via samba wrote: > As for 'systemd', not sure what this actually does, but when I am forced > to use systemd (e.g. on my rpi), everything works even though I remove > 'systemd' from the passwd and group lines in nsswitch.conf. The systemd NSS module handles dynamically allocated users and groups when a unit has
2006 Sep 27
0
dumpread script update
Hi, I updated dumpread scripts to extract domain/hypervisor image from kdump whole-machine dump image. Changes: - libelf wrapper contains SWIG generated sources for OSs which has old SWIG. - fix scalability problem for dump file size. - fix some typo. You can get scripts: http://people.valinux.co.jp/~moriwaka/dumpread/ and short howto: http://wiki.xensource.com/xenwiki/XenKdumpAnalysis
2005 Jan 14
0
base dn and filter strings are concatenated
Hello, When I set LDAP auth's search base dn, base dn and filter strings are concatenated. It cause filter cannot match any entries... I fixed it. Please check following patch. p.s. LDAP userdb/passdb's debug print have " fields=..." but it print junks. regards, -- Kazuo Moriwaka <moriwaka at valinux.co.jp> Index: src/auth/passdb-ldap.c
2004 Dec 20
1
panic with search
Hello, My imap daemon get SIGABRT with following message. "pool_data_stack_realloc(): stack frame changed" This is caused with cvs head sources.(and or not with my last 2 patches.) This causes while doing search command. This is IMAP command log: --------------------------------------------------------------------------- * PREAUTH [CAPABILITY IMAP4rev1 SORT THREAD=REFERENCES
2023 Oct 27
2
FSD sequence: Waiting for bigger and slower clients before cutting power
Hi, this does sound like a useful idea - although for the principle of least surprise and for variation in deployments, I'd rather have it as a (non-default state of a) configuration toggle that can be set via `upsmon.conf`: whether this particular client exits after processing FSD or not. The onus for the rest would be on general systems integration - e.g. ensure that init scripts `K*`ill the
2020 May 04
0
default backend = rid not showing full group information for users
On 04/05/2020 21:06, Magnus Holmgren via samba wrote: > m?ndag 4 maj 2020 kl. 20:45:37 CEST skrev Rowland penny via samba: >> On 04/05/2020 19:24, Magnus Holmgren via samba wrote: >>> Sunday 3 maj 2020 kl. 13:14:24 CEST, Rowland penny via samba wrote: >>>> As for 'systemd', not sure what this actually does, but when I am forced >>>> to use
2006 Aug 29
1
IMAP Query
On Tuesday 29 August 2006 15:41, Chris Kenward took the opportunity to say: > Hi Magnus > > > Just a couple of general netiquette issues: When bringing up > > a new topic you shouldn't use the Reply command, and you > > should also use a more descriptive subject, such as "Mail > > deleted from IMAP server doesn't disappear". > > Sorry about
2005 Jan 15
1
STARTTLS and inetd
Hi! When running dovecot from inetd (as per the instructions on http://wiki.dovecot.org/InetdInstall), imap-login and pop3-login thinks that TLS is enabled when in fact it isn't (we're connecting to port 110 and port 143, so the --ssl parameter isn't present). The reason for that is found in login-common/main.c:main(): > if (fd != -1) > (void)client_create(fd, &ip,
2020 May 05
1
default backend = rid not showing full group information for users
tisdag 5 maj 2020 kl. 09:31:08 CEST skrev Rowland penny via samba: > > I thought you were asking for a use case. No, if you don't have any > > systemd > > units that make use of the dynamic user feature, you don't need to include > > that NSS module. Strictly speaking, you don't need it even you do use that > > feature; that just means you can't
2023 Oct 31
1
FSD sequence: Waiting for bigger and slower clients before cutting power
fredag 27 oktober 2023 20:07:58 CET skrev Jim Klimov: > Hi, this does sound like a useful idea - although for the principle of > least surprise and for variation in deployments, I'd rather have it as a > (non-default state of a) configuration toggle that can be set via > `upsmon.conf`: whether this particular client exits after processing FSD or > not. The onus for the rest
2006 Nov 30
1
Comments about LDA wiki page
I've just tried out Dovecot LDA. The reason I didn't want to use it before was that I found it unnecessary together with Exim, plus I wanted to use Exim's filtering. But now I wanted to see if can notice any improvement when the indexes are updated on delivery, and I saw that it's possible to use Exim filters and pass the resulting folder with -m. Now, correct me if I'm
2020 May 04
2
AD DC without integrated DNS
m?ndag 4 maj 2020 kl. 21:17:13 CEST skrev Rowland penny via samba: > > samba_dnsupdate can insert all the records from dns_update_cache, *except* > > the NS record for the _msdcs zone > > Not sure I understand that, by default a Samba AD DC has two zones: > samdom.example.com (DomainDnsZone) > _msdcs.samdom.example.com (ForestDnsZone) > > Both of which can be
2005 Nov 21
1
How to add the footer to multipart emails
I recently lerned that Mailman adds its footer to MIME multipart messages by putting the original message in the first part of a new multipart/mixed entity and the footer in the second part, with Content-Disposition: inline. It works well in Thunderbird at least, i.e. the footer is visible; the glitch is that the footer shows up as an attachment as well, as does my PGP/MIME signature. Would this