similar to: select() hangs in sftp_server_main()

Displaying 20 results from an estimated 700 matches similar to: "select() hangs in sftp_server_main()"

2007 Sep 06
0
Server crashes...
This was due to a ProxyRequests On Let this be a lesson to all. [root at localhost log]# cat /proc/net/ip_conntrack | wc -l 11042 [root at localhost log]# cat /proc/sys/net/ipv4/ip_conntrack_max 28632 [root at localhost log]# cat /var/log/messages ... Sep 2 04:04:30 localhost kernel: printk: 213 messages suppressed. Sep 2 04:04:30 localhost kernel: ip_conntrack: table full, dropping
2008 Jun 05
0
tcp_tw_recycle / tcp_tw_reuse
Anyone have experience with these kernel parameters? I can't find a whole lot of info on them. I have a situation where I'm trying to stress test a server, dual proc quad core with a tomcat application that is really fast. We can get it to about 60% CPU usage, and processing about 1,350 requests a second but we can't get much past that. It seems we are maxing out the sockets on the
2016 Feb 16
0
[Bug 1021] iptables -j CT --timeout policy
https://bugzilla.netfilter.org/show_bug.cgi?id=1021 Pablo Neira Ayuso <pablo at netfilter.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED CC| |pablo at netfilter.org --- Comment #1 from Pablo
2011 Jan 12
1
Question about lda & auth_socket_path
Hi all, storing e-mails (using postfix) via dovecot-lda fails and I assume this is related with a auth_socket configuration problem. But I am at a dead end, so perhaps anybody has got a hint for me: This is dovecot-2.0.8 on Solaris 10: 10-auth.conf and its include: ----------------------------- ... userdb { driver = static args = uid=104 gid=104 home=/some/path/%u } Relevant parts of
2011 Jun 01
2
Dovecot 2 + Director: IMAP+GSSAPI and LMTP-proxying
Hi all, I have a setup of some nodes running Dovecot 2.0.13 and Postfix 2.5.6 with storage in NFS and authentication happening with PAM. Poking around in the wiki, I tried out different possibilities but now I am stuck -- and are hoping for your (enlightening) comments and tips. My planned setup for IMAP and LMTP is like this: IMAP ==== 1. A loadbalancer directs new sessions to a
2009 Mar 25
2
v 1.1.13 / GSSAPI / Timeout waiting for handshake from auth server
Dear all, I am trying to setup Dovecot with GSSAPI support. For testing purposes gssapi is the only method allowed for login. As I cannot login to my mailbox, I'vo got two questions about the following log entries: dovecot: Info: auth-worker(default): passwd-file /dovecot/store/db/test-userdb: Read 3 users dovecot: Info: auth(default): new auth connection: pid=3915 dovecot: Info:
2006 Sep 15
0
[Bug 511] New: Premature ip_conntrack timer expiry on 3+ window size advertisements
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=511 Summary: Premature ip_conntrack timer expiry on 3+ window size advertisements Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: ip_conntrack
2007 Apr 23
1
NAT: pings/DNS works but not the rest
Hello everybody, I''m new to Xen so forgive me if this is already well known issue. I''m using Ubuntu server 7.04 (feisty) with Xen 3.0.3 Everything works perfectly, apart from networking in NAT mode. With bridging it works, with NAT it works, well, quite strange. Namely, pings go through and name resolution works. But when I try to use anything substantial, then
2010 Dec 03
3
Total Number of conecctions
I have the need to know how many connection the server has, i run this command but i don't know how to sum all the results and get a final number. any ideas? netstat -an | grep -E 'tcp|udp' | awk '{print $6}' | sort | uniq -c | sort -n ?? 1 CLOSE_WAIT ?? 1 FIN_WAIT_2 ?? 1 LAST_ACK ?? 1 TIME_WAIT ?? 4 SYN_SENT ? 15 ? 37 LISTEN ? 44 ESTABLISHED
1999 Oct 23
0
smbfs: patch for directory listing
Hello everyone I have recently reported problems reading a certain directory from an NT server on this list (and speculated in causes). I have a few workarounds and now I'm looking for some feedback on what the proper fix is and for people to test if my patch works for them. Please test smbfs with and without the patch on the directory in this zipfile (all files are empty):
2003 May 20
3
lots of sockets in TIME_WAIT
Hi there, I have some DDOS(?) attack on my router going where my apache HTTP server is flooded with short-timed connections from some host. This results in LOTS of sockets in TIME_WAIT/LAST_ACK/CLOSING states and eventually I'm out of mbufs, which, consequently means I can't even connect to the router from LAN. The kern.ipc.nmbclusters is 2560, (I guess high enough for router with
2012 Aug 24
4
Size of Mailbox affecting the sending of mail?
Hi, I didn't know where to post this one so I'll start off with you guys and then try Postfix if I'm barking up the wrong tree! Having set up my mail server (Dovecot/Postfix), users are experiencing long delays (a couple of minutes) when sending mail from mail client such as Thunderbird - this increases with attachments. Having had a brief discussion with someone, they mentioned
2000 Jun 28
1
[Patch] Shorter patch for smbfs 2.2.16
Am 27.06.2000 19:58:44 schrieb urban: > On Tue, 27 Jun 2000 klaus-georg.adams@rwg.de wrote: > > > > > Hi Andrew, > > your patch from 2.2.15 to 2.2.16, backing out the older protocol levels breaks > > reading from an OS/2 LAN Server. > > The appended patch fixes things for me (against 2.2.16). > > This backs out a lot of desired changes. For example I think
2000 Mar 20
0
smbfs patch - listing large direcories from an OS/2 server
Hi! Here's a patch that allows Linux smbfs to list large directories (i.e. > 100 items) when talking to an OS/2 server. There is a misunderstanding about the flags sent in the FINDFIRST request which causes the OS/2 server to indicate an EOS (end of search) in the FINDFIRST response, even when there are more items to be listed. The result is that smbfs will display only the first ~120
2013 Jun 28
0
Re: kernel panic in skb_copy_bits
On Fri, 2013-06-28 at 12:17 +0800, Joe Jin wrote: > Find a similar issue http://www.gossamer-threads.com/lists/xen/devel/265611 > So copied to Xen developer as well. > > On 06/27/13 13:31, Eric Dumazet wrote: > > On Thu, 2013-06-27 at 10:58 +0800, Joe Jin wrote: > >> Hi, > >> > >> When we do fail over test with iscsi + multipath by reset the switches
2011 Nov 08
9
Performance-Tuning
Hi, I have > 11 TB hard used Mailstorage, saved als maildir in ext3 on HP EVA. I always wanted to make some mesurements about several influences to the performance (switch to ext4, switch to mdbox), but I never had enough time to do that. At the moment I *need* more speed, we have too much waitI/O on the system and I already used all other performance and tuning-tricks (separated cache,
2006 Dec 19
0
connection unexpectedly closed
Hi. I have a Windows machine (XP/SP2) which i want backup to a Linux machine (named "Pippi") using rsync. I have cwRsyncServer running on the Windows machine (10.10.10.90). When i start rsync from the Linux machine after a while rsync stops - as far as i understand it because of a network timeout. > io timeout after 60 seconds -- exiting > rsync error: timeout in data
2007 Oct 31
2
Shell Bash with R
Hello, I try to write a bash skript and I want to use the variables from my bash skript into R. Ist that possible? My bash skript creates lots of *.data files. I want forward these files directly into R (in x.data.bz2), so that R creates a few data automatically also in PDF. For example: bash created files: hello.data , world.data how R created these files in pdf? please look my plot.R
2007 Jul 19
1
one mongrel with hundreds of CLOSE_WAIT tcp connections
Hi, I''m running into a strange issue where one mongrel will sometimes develop hundreds of CLOSE_WAIT TCP connections, mostly to apache (I think -- see sample lsof output below). I haven''t had a chance to get the mongrel with this behavior into USR1 debug mode yet. I didn''t catch it in time. This happens a couple times a day on average at seemingly random times.
2004 Aug 06
1
Icecast2 and IceS2 client problem
Dear All: I have Icecast2 and IceS2 successfully built and installed on a Debian 3.0 system. After tinkering with the config files, both applications are running and seem to be talking to each other without problem. However, when I try to connect with a client, I run into problems: with Winamp 2.8, I get an [HTTP/1.0 200 OK] message, but then the stream is apparently dropped before buffering.