Navigation

    Netgate Discussion Forum
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Upgrading from 2.4.3 to 2.4.4 new error in logs

    Installation and Upgrades
    3
    4
    321
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • C
      coolspot last edited by

      Hello,

      I had a bit of trouble with the upgrade ... the system ran out of disk space for some reason - there was over 32GB free. I was able to recover the system and everything is fine.

      However, I see the following error in the logs now:

      sonewconn: pcb 0xfffff800949803a0: Listen queue overflow: 8 already in queue awaiting acceptance (1 occurrences)

      This is repeated over and over from time to time.

      I'm running in an ESX virtualized environment.

      I see on other FreeBSD forums that this maybe related to the kern.ipc.somaxconn setting - increasing it should fix the issue? Any problem following this advice and increasing kern.ipc.somaxconn to 4096 as recommended on the FreeNAS and FreeBSD forums?

      Thanks.

      1 Reply Last reply Reply Quote 0
      • jimp
        jimp Rebel Alliance Developer Netgate last edited by

        What packages do you have running?

        Are there a lot of clients hitting services on the firewall itself?

        That is probably referring to a UNIX socket, not a TCP socket, so the tunable probably won't help.

        Remember: Upvote with the 👍 button for any user/post you find to be helpful, informative, or deserving of recognition!

        Need help fast? Netgate Global Support!

        Do not Chat/PM for help!

        C 1 Reply Last reply Reply Quote 0
        • H
          horost last edited by

          I didn't run out of space during the upgrade, but I have been intermittently seeing something similar since moving to 2.4.4:

          sonewconn: pcb 0xfffff801615fdcb0: Listen queue overflow: 8 already in queue awaiting acceptance (1 occurrences)

          I'm using this in a home environment on a mini PC, but there isn't really much running in my network. FWIW, bumping up kern.ipc.somaxconn from the default of 128 to 256 hasn't changed anything, which would seem to reinforce jimp's assertion. Other than this error being in the log, I haven't noticed any other errors or performance problems.

          1 Reply Last reply Reply Quote 0
          • C
            coolspot @jimp last edited by

            @jimp said in Upgrading from 2.4.3 to 2.4.4 new error in logs:

            What packages do you have running?

            Are there a lot of clients hitting services on the firewall itself?

            That is probably referring to a UNIX socket, not a TCP socket, so the tunable probably won't help.

            I did a grep against netstat and I could not find the pcb. The pcb is consistent upon each boot up:

            Jul 9 23:54:45	kernel		sonewconn: pcb 0xfffff8003f322570: Listen queue overflow: 8 already in queue awaiting acceptance (1 occurrences)
            Jul 9 23:52:45	kernel		sonewconn: pcb 0xfffff8003f322570: Listen queue overflow: 8 already in queue awaiting acceptance (1 occurrences)
            Jul 9 23:48:15	kernel		sonewconn: pcb 0xfffff8003f322570: Listen queue overflow: 8 already in queue awaiting acceptance (4 occurrences)
            Jul 9 23:47:15	kernel		sonewconn: pcb 0xfffff8003f322570: Listen queue overflow: 8 already in queue awaiting acceptance (2 occurrences)
            

            I have the following packages:

            • acme
            • Avahi
            • bandwidthd
            • iftop
            • nut
            • Open-VM-Tools
            • openvpn-client-export
            • RRS_Summary
            • siproxd
            1 Reply Last reply Reply Quote 0
            • First post
              Last post