Displaying 20 results from an estimated 10000 matches similar to: "IPV6_V6ONLY and UDP"
2007 Jul 12
2
Patches to log imap bandwidth?
Anyone patch dovecot to syslog bytes transfered during a session or
anything of that sort? I'm trying to track down imap bandwidth spikes,
and unfortunately the uid (according to ipfw) for the imap port spikes is 0.
(Presumably FreeBSD's ipfw accounting is based on who started the app
instead of the effective user id?)
--
Jason Fesler, email/jabber <jfesler at gigo.com>
2008 May 09
1
ipv6 woes
I'm trying to bring up dovecot on a dual stack machine. I tried search for
the answers; the answers I found and tried failed :-(.
If I try this:
protocol imap {
listen = 216.218.228.114:143, [2001:470:1:18::114]:143
ssl_listen = 216.218.228.114:993, [2001:470:1:18::114]:993
}
(and similiar for pop3)
I get:
Fatal: listen: Can't resolve address 216.218.228.114:143,
2002 Jan 12
1
Max tftp boot size?
Hi;
In http://syslinux.zytor.com/history.php, you mention:
PXELINUX, ISOLINUX: Correctly handle files larger than 65535
blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
However, I am having issues with trying to make any compressed initrd.gz
>32 meg work with pxelinux. I am using "atftpd" as the server, with
--no-blksize specified to disable the blksize command. The
2006 Sep 06
4
bug report, from apple.com
Bruce includes detailed information including the imap session. Bruce
works at Apple, on the Apple Mail.app product.
---------- Forwarded message ----------
From: Bruce Arthur <barthur at apple.com>
To: dovecot at dovecot.org
Cc: Bruce Arthur <barthur at apple.com>
Date: Tue, 29 Aug 2006 09:04:35 -0700
Subject: Problem using Apple Mail with Dovecot
Server Configuration:
2018 Feb 23
1
Error IPV6_V6ONLY
When I run
gluster v heal datastore full
errror into log is
gfapi: Error disabling sockopt IPV6_V6ONLY
The brick are up.
Version is 3.13.2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gluster.org/pipermail/gluster-users/attachments/20180223/44c58392/attachment.html>
2010 Oct 08
1
IPV6_V6ONLY
Is there a particular reason that sshd sets IPV6_V6ONLY on listen
sockets?
----
Scott Neugroschl
XYPRO Technology Corporation
scott_n at xypro.com
805-583-2874
2009 Sep 13
6
[Bug 1648] New: Fix IPV6_V6ONLY for -L with -g
https://bugzilla.mindrot.org/show_bug.cgi?id=1648
Summary: Fix IPV6_V6ONLY for -L with -g
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P2
Component: ssh
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: jan.kratochvil
2006 May 04
1
X11 forwarding to IPv6 enabled host not working.
I have been experiencing a problem with using X11 forwarding on an IPv6
enabled host (both CentOS 4.3 and Feddora Core 5 in x86) when
X11UseLocalhost is off.
Having looked at the code and the previous discussion regarding
http://bugzilla.mindrot.org/show_bug.cgi?id=164 I think the problem is
due to the IPV6_V6ONLY code interacting poorly with the
DONT_TRY_OTHER_AF hack. Basically, on current
2004 May 09
2
[BUG] rsync 2.6.2
After upgrade from previous version I can't run rsync.
2004/05/09 10:40:54 [18630] rsyncd version 2.6.2 starting, listening on port 873
2004/05/09 10:40:54 [18630] rsync error: error in socket IO (code 10) at socket.c(466)
strace shows that there is problem with listen()
I've found patch on this lists:
--- rsync-2.6.2/socket.c.orig 2004-05-08 23:25:11.979473336 +0200
+++
2013 Oct 25
2
[PATCH] support SO_REUSEPORT on new listeners (:reuseport)
This allows users to start an independent instance of unicorn on
a the same port as a running unicorn (as long as both instances
use :reuseport).
ref: https://lwn.net/Articles/542629/
---
lib/unicorn/configurator.rb | 19 +++++++++++++++++++
lib/unicorn/socket_helper.rb | 30 ++++++++++++++++++++++--------
test/unit/test_socket_helper.rb | 8 ++++++++
3 files changed, 49 insertions(+), 8
2014 May 31
0
broken samba-4.1.7 waf configure
31 may 2014
greetings,
in the (relatively distant) past, i several times downloaded,
built, and ran the then-current version of samba with little to no
problem. i recently experienced similar successful results with
samba-3.6.23.
i downloaded and tried to configure samba-4.1.7, which you (samba)
advertise as the current "stable" version. i expected no problems.
unfortunately, i
2003 Nov 04
2
4-STABLE b0rked in share/locale/zh_CN.GBK
Murray,
Your commits earlier this evening to zh_CN.GB18030 fixed that -STABLE
breakage, but zh_CN.GBK appears still to be missing, which causes
'make installworld' to fail. Can you please fix this as well?
install -m 644 -o root -g wheel uk_UA.KOI8-U.out /usr/share/locale/uk_UA.KOI8-U/LC_CTYPE
install -m 644 -o root -g wheel zh_CN.eucCN.out /usr/share/locale/zh_CN.eucCN/LC_CTYPE
2014 Jun 21
1
broken samba-4.1.8 waf configure
21 jun 2014
the version numbers changed (samba-4.1.8), but the problem
remains exactly the same: waf configure continues to break at
krb5.
frank smith
31 may 2014
greetings,
in the (relatively distant) past, i several times downloaded,
built, and ran the then-current version of samba with little to no
problem. i recently experienced similar successful results with
samba-3.6.23.
i
2002 May 02
0
problem with X11 forwarding and use_localhost on Linux (solution) (fwd)
Hi,
I think we should try other AF for "x11_use_localhost" case.
--- openssh-3.1p1/channels.c Tue Mar 5 10:57:45 2002
+++ openssh-3.1p1-fix/channels.c Thu May 2 21:26:28 2002
@@ -2356,6 +2356,13 @@
continue;
}
}
+#ifdef IPV6_V6ONLY
+ if (ai->ai_family == AF_INET6) {
+ int on = 1;
+ if (setsockopt(sock, IPPROTO_IPV6, IPV6_V6ONLY, &on, sizeof(on)) < 0)
2018 Apr 09
0
volume start: gv01: failed: Quorum not met. Volume operation not allowed.
Hi,
You need 3 nodes at least to have quorum enabled. In 2 node setup you need
to disable quorum so as to be able to still use the volume when one of the
nodes go down.
On Mon, Apr 9, 2018, 09:02 TomK <tomkcpr at mdevsys.com> wrote:
> Hey All,
>
> In a two node glusterfs setup, with one node down, can't use the second
> node to mount the volume. I understand this is
2018 Apr 09
2
volume start: gv01: failed: Quorum not met. Volume operation not allowed.
Hey All,
In a two node glusterfs setup, with one node down, can't use the second
node to mount the volume. I understand this is expected behaviour?
Anyway to allow the secondary node to function then replicate what
changed to the first (primary) when it's back online? Or should I just
go for a third node to allow for this?
Also, how safe is it to set the following to none?
2005 Jun 22
1
Re: [Serusers] ASTERISK+SER+MWI
What's wrong with ARA (asterisk realtime architecture)
from voip-info:
Asterisk, SER and MWI
http://mail.iptel.org/pipermail/serusers/2004-December/013727.html
Actually I wrote a patch for this and it supports
ast_data too. What you do is tell asterisk that all of
your phones IP addresses are your SER machine. Then
when a message gets left Asterisk sends the NOTIFY to
username at
2002 May 17
6
[Bug 164] X-forwarding when connecting to an IPv6-enabled host doesn't work.
http://bugzilla.mindrot.org/show_bug.cgi?id=164
------- Additional Comments From yoshfuji at linux-ipv6.org 2002-05-18 09:44 -------
Created an attachment (id=97)
Try to set IPV6_V6ONLY if available. Open ::1 and 127.0.0.1 if x11_use_localhost is set.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2018 Feb 24
0
Failed heal volume
Whem I try to run healin volume i have this log errors and 3221 file not
healing:
[2018-02-24 15:32:00.915219] W [socket.c:3216:socket_connect] 0-glusterfs:
Error disabling sockopt IPV6_V6ONLY: "Protocollo non disponibile"
[2018-02-24 15:32:00.915854] I [MSGID: 101190]
[event-epoll.c:613:event_dispatch_epoll_worker] 0-epoll: Started thread
with index 1
[2018-02-24 15:32:01.925714] E
2010 Apr 20
1
Samba on Solaris 8
So I decided to dump Samba 2.2.0 on Solaris 8 due to the problems I had
getting it to connect to Vista, so I installed Samba 3.4.2 as downloaded
from Sunfreeware.com, with prereqs;
krb5-1.7-sol8-sparc-local
openssl-1.0.0-sol8-sparc-local
libgcc-3.4.6-sol8-sparc-local
popt-1.14-sol8-sparc-local
libiconv-1.13.1-sol8-sparc-local
readline-5.2-sol8-sparc-local