Displaying 3 results from an estimated 3 matches for "170c170".
2004 Aug 06
1
IceCast 1.3.11: Segmentation Violation in Linux
...cast"
Linux poseidon 2.2.15 #1 SMP Wed Mar 21 16:48:40 CST 2001 i686 unknown
libc version is 5.4.46
Also, in order for icecast to even compile on my system, I had to modify
ice_resolv.c. Apparently, youre expecting an extra parameter in
gethostbyname_r and gethostbyaddr_r. Diffs follow:
170c170
< if (gethostbyname_r (hostname, res, buffer, buflen, error) >= 0)
---
> if (gethostbyname_r (hostname, res, buffer, buflen, &res, error)
>= 0)
181c181
< if ((out = gethostbyaddr_r (host, hostlen, AF_INET, he, buffer,
buflen,
error) >= 0))
---
> if...
2019 Aug 02
0
Panic: Module context expire_mail_user_module missing (Debian 10)
...lease keep the discussion on list. There is zero need to copy
send any list discussion to my personal address.
> # diff dovecot.conf dovecot.conf-ok
> 5c5
> < mail_plugins = quota mailbox_alias acl zlib expire
> ---
>> mail_plugins = quota mailbox_alias acl zlib #expire
> 170c170
> < expire = mysql:/etc/dovecot/dovecot-expire.conf
> ---
>> #expire = mysql:/etc/dovecot/dovecot-expire.conf
>
>
> # 2.3.4.1 (f79e8e7e4): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.5.4 ()
> doveconf: Warning: NOTE: You can get a new clean config file...
2019 Aug 02
2
Panic: Module context expire_mail_user_module missing (Debian 10)
Am 2019-08-02 10:39, schrieb Alexander Dalloz via dovecot:
> Am 2019-08-02 10:31, schrieb Thomas Krause via dovecot:
>> Hi all,
>> I tried to migrate a mailserver from Debian 9 (Dovecot 2.2.27) to
>> Debian 10 (Dovecot 2.3.4.1). I moved the mail-partition and
>> /etc/dovecot from the old to the new server. Dovecot started with
>> 2 warnings. When trying to fetch