similar to: samba-3.2.0.1-smbd hangs up when kernel has ipv6 disabled

Displaying 20 results from an estimated 200 matches similar to: "samba-3.2.0.1-smbd hangs up when kernel has ipv6 disabled"

2010 Oct 15
1
[LLVMdev] compiling rev. 116572 on you-know-what
Hi! These warnings and errors might be interesting to you when compiling rev. 116572 of llvm and clang on windows: \llvm\utils\killthedoctor\system_error.h(260) : error C2065: 'EAFNOSUPPORT' : undeclared identifier and many similar errors regarding the system error constants. msdn says it's WSAEAFNOSUPPORT instead of EAFNOSUPPORT (prepend WSA... to all system error constants)
2015 Jul 16
3
[Patch] Fix hang in safe_sendfile on SmartOS
# HG changeset patch # User Sebastian Wiedenroth <sebastian.wiedenroth at skylime.net> # Date 1437050484 -7200 # Thu Jul 16 14:41:24 2015 +0200 # Node ID 7ef3a533b097e8e6590e754dc56ad308ab29233b # Parent e3640ccaa76d77a9658126d1f8f306480dad8af7 Fix hang in safe_sendfile on SmartOS The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error code and documented in
2000 Oct 27
0
Segfault in 2.2.0p1 due to connect() changes in Linux 2.4
Hello, I upgraded (?) one of my machines to Linux kernel 2.4.0-test9, and sshd started failing. Specifically, the sshd child processes would segfault if a user requested X11 forwarding. I tracked the problem down to these bits of code: channels.c, x11_create_display_inet, line 1738: sock = socket(ai->ai_family, SOCK_STREAM, 0); if (sock < 0) { if (errno != EINVAL) {
2003 Apr 30
1
IPv6 Resolver (or: Slow rendering of Webpages using Konqueror)
Hi, <new_listmember_intro> Name: Melvyn Sopacua Occupation: WebMaster Age: 32 Location: Netherlands </new_listmember_intro> after quite some digging, the user experience mentioned in brackets above, turned out to be ipv6 resolving problems. They only occur with certain hosts, one of them being the adserver company my employer uses, 'DoubleClick'. What is frustrating about
2007 Dec 05
1
RC2 troubles
Hi I can''t get backgroundrb working. I get the following error in backgroundrb_server.log: backgroundrb/framework/core.rb:117:in `bind'': Address family not supported by protocol family - bind(2) (Errno::EAFNOSUPPORT) Seems to be a problem with my Mac (Leopard) and my ruby install (1.8.6 that came with the OS) according to some emails I found with google. Did anyone
2000 Oct 10
2
[PATCH] X11 forwarding failure on later Linux dev kernels fix
Hi! The return values from socket() changed from EINVAL to EAFNOTSUPPORT for not supported address family in Linux 2.4.0-test8. This small patch fixes the 'error: socket: Address family not supported by protocol' and 'Disconnecting: Command terminated on signal 11.' when enabling X11 forwarding. Cheers /Martin Johansson --- channels.c.orig Wed Aug 23 00:46:24 2000 +++
2007 Mar 12
1
infinite loop in clients/upsclient.c connect
I was testing some code for listing available UPSes, and when I tried connecting to a machine that didn't have upsd running, upsc went into an infinite loop on OS X (IPv6 enabled). The error code returned by connect is EINVAL, which apparently isn't one of the errors documented in connect(2) here. http://boxster.ghz.cc/projects/nut/changeset/731
2015 Jul 29
2
Bug#793921: tftpd-hpa: IPv6 address cannonization breaks IPv4
Take 2 at bouncing this to the rest of the original recipients through a different MTA, since mail.zytor.com refused to accept it the first time. Please re-add Jason Gunthorpe <jgg at obsidianresearch.com> and 793921 at bugs.debian.org to the CC for replies. On Wed, Jul 29, 2015 at 05:34:00PM +0930, Ron wrote: > > Hi Jason, > > On Tue, Jul 28, 2015 at 03:45:30PM -0600, Jason
2001 Dec 15
0
Issues with IPv6 support and with global_opts structure
I ran into two problems related to the IPv6 support recently added to rsync. I have only noticed these on Linux, I think because it alone of my machine types supports the getaddrinfo() call; the rest use rsync's builtin version of getaddrinfo(). The first problem is that on one Redhat 6.2 system I observed that when rsync tries to create an IPv6 socket, the socket() system call is returning
2015 Aug 07
0
Bug#793921: tftpd-hpa: IPv6 address cannonization breaks IPv4
On 07/29/2015 01:45 AM, Ron via Syslinux wrote: > > Take 2 at bouncing this to the rest of the original recipients through a > different MTA, since mail.zytor.com refused to accept it the first time. > > Please re-add Jason Gunthorpe <jgg at obsidianresearch.com> and > 793921 at bugs.debian.org to the CC for replies. > > > On Wed, Jul 29, 2015 at 05:34:00PM
2016 Apr 08
0
[RFC v5 0/5] Add virtio transport for AF_VSOCK
On Fri, 2016-04-01 at 15:23 +0100, Stefan Hajnoczi wrote: > This series is based on Michael Tsirkin's vhost branch (v4.5-rc6). > > I'm about to process Claudio Imbrenda's locking fixes for virtio-vsock but > first I want to share the latest version of the code.??Several people are > playing with vsock now so sharing the latest code should avoid duplicate work. Thanks
2012 Apr 30
1
SELinux is preventing /usr/libexec/postfix/pickup from module_request
Getting module_request errors from SELinux. Errors being thrown by metacity sendmail.postfix cleanup trivial-rewarite local postdrop pickup All errors are essentially the same System was working well until I began to apply some basic security hardening configuration. Postfix started complaining when I made /tmp noexec, nodev, nosuid, and then did a mount --bind of /var/tmp under
2015 Sep 07
1
[Patch] Fix hang in safe_sendfile on SmartOS
> Am 07.09.2015 um 21:34 schrieb Timo Sirainen <tss at iki.fi>: > > On 07/16/2015 06:03 PM, Sebastian Wiedenroth wrote: >> Fix hang in safe_sendfile on SmartOS >> >> The call to sendfile on SmartOS can fail with EOPNOTSUPP. This is a valid error >> code and documented in the man page. This error code needs to be handled or >> else dovecot will retry
2018 Feb 23
6
RFC 8305 Happy Eyeballs in OpenSSH
Hello, I use hosts that are dual stack configured (IPv4 and IPv6) and it happens that connectivity through one or the other is broken and timeouts. In these case connection to the SSH server can take quite some time as ssh waits for the first address to timeout before trying the next. So I gave a stab at implementing RFC 8305. This patch implements part of it in sshconnect.c. * It does not do
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys, Facing a weird error . Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2) It seems to be happening with mail sending mail . I am using AUTHSMTP to send mails . Unable to send mail and the app breaks . Any help will be appreciated . Same code worked with ruby 1.8 and rails 2.3.x . *Configuration* Rails 3.2 Ruby 1.9 Engineyard , Linux Instance *Backtrace :*
2012 Apr 24
1
Rails 3 Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2)
Hi Guys, Facing a weird error . Errno::EAFNOSUPPORT: Address family not supported by protocol - socket(2) It seems to be happening with mail sending mail . I am using AUTHSMTP to send mails . Unable to send mail and the app breaks . Any help will be appreciated . Same code worked with ruby 1.8 and rails 2.3.x . *Configuration* Rails 3.2 Ruby 1.9 Engineyard , Linux Instance *Backtrace :*
2004 Feb 04
0
dovecot crash on sendfilev64 on solaris 8 (32bit)
Hi, i'm running dovecot on a SMP sparc 32bit server with solaris 8(latest patch installed). Dovecot with ssl. Postfix+imap+maildrop . Dovecot work fine with every email and folders delivered by maildrop, but now i'm trying to move all my local folders (i'm using mutt and i'm storing my emails locally on my pc) to the imap server . The upload of an entire 12000 mails folders
2013 Mar 12
3
9.1-Stable rc.conf ifconfig IPv6
Hi, I have a box with freebsd 9.1-Stable uname -a FreeBSD master.bogdanturcanu.ro 9.1-STABLE FreeBSD 9.1-STABLE #3: Fri Mar 8 18:43:56 EET 2013 root at master.bogdanturcanu.ro:/usr/obj/usr/src/sys/MASTER amd64 The server is connected ussing alc0 interface. If i run: Ifconfig alc0 inet6 x:x:x:x prefixlen 64 it's working. But, if I put in my rc.conf: ifconfig_alc0_ipv6="inet6
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 Aug 27
1
Copy on write loop block driver
I am running on the Centos 6.5 x86_64 boot disk. # uname -a Linux localhost.localdomain 2.6.32-431.el6.x86_64 #1 SMP Fri Nov 22 03:15:09 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux I have been running ddrescue for a while and now it is time to check the progress. I want to take the oldhd.img output from ddrescue and load it to satrt performing recovery (LVM, then filesystem) but I want to do a copy