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

    flock() error after upgrading

    Scheduled Pinned Locked Moved Plus 23.01 Development Snapshots (Retired)
    49 Posts 8 Posters 4.6k Views
    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.
    • R
      renegade
      last edited by

      Plenty of space here and following plugins installed:

      acme 0.7.3
      arpwatch 0.2.0_6
      bandwidthd 0.7.4_5
      darkstat 3.1.3_5
      haproxy 0.61_7
      ipsec-profile-wizard 1.1_1
      nmap 1.4.4_6
      Notes 0.2.9_3
      nut 2.7.4_10
      pfBlockerNG-devel 3.1.0_11
      Service_Watchdog 1.8.7_1
      Status_Traffic_Totals 2.3.2_2
      Telegraf 0.9_6
      WireGuard 0.1.6_2

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

        Any cron jobs setup on there that would run once per minute? Or any packages with XMLRPC sync features configured/enabled? I don't recognize anything there that might hit xmlrpc.php that often but I didn't go digging through package code.

        If you go to a shell prompt and look at ps uxawwd are there maybe a bunch of processes backed up trying to do something?

        If it's not a disk/space issue then there must be something causing that script to fail to lock, which could mean there are other processes hanging out there that already hold the lock it wants, or something has removed the lock file or is preventing it from being created.

        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!

        1 Reply Last reply Reply Quote 0
        • B
          blathierry @jimp
          last edited by

          @jimp I don't have time to debug more, I also rolled back but to answer your question.. No it's not part of a cluster its a standalone device with HAproxy, ACME, ntopng and wireguard installed. I also noticed that wireguard didn't work on the update.

          1 Reply Last reply Reply Quote 0
          • M
            Maff
            last edited by

            okay tried again, this time i removed all packages which was acme, ha-proxy, pfbocker, and wiregaurd, ran the upgrade and receiving this again

            PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
            Stack trace:
            #0 /etc/inc/util.inc(174): flock(Resource id #12, 3)
            #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #12)
            #2 {main}
            thrown @ 2023-02-03 23:52:19

            1 Reply Last reply Reply Quote 0
            • M
              Maff
              last edited by

              stayed up way to late but have done some more messing around, if i factory reset everything works as expected i think, restoring my config brings the error back, so going to try and create a hybrid config with just the standard info and try and strip out anything package related and see what happens

              B 1 Reply Last reply Reply Quote 1
              • B
                blathierry @Maff
                last edited by

                @maff I'm really curious about this! Thanks for investigating!

                1 Reply Last reply Reply Quote 0
                • stephenw10S
                  stephenw10 Netgate Administrator
                  last edited by

                  Yeah that's good info. Hard to see what included option would be hitting that once a minute. 🤔

                  1 Reply Last reply Reply Quote 0
                  • M
                    Maff
                    last edited by Maff

                    sorry for the long spread of info, almost 2am so i have to sleep :(, but these are the cron jobs in my config i am unsure who they belong to ie a package or pfsense i think it's stipped down to just the networking stuff, dhcp, vlans, firewall rules and stuff except these cron jobs

                    Will continue the testing most likely when wife has gone out or bed time for her(am uk based), killing the net is not liked hehe

                    <cron>
                    	<item>
                    		<minute>*/1</minute>
                    		<hour>*</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/sbin/newsyslog</command>
                    	</item>
                    	<item>
                    		<minute>1</minute>
                    		<hour>3</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/etc/rc.periodic daily</command>
                    	</item>
                    	<item>
                    		<minute>15</minute>
                    		<hour>4</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>6</wday>
                    		<who>root</who>
                    		<command>/etc/rc.periodic weekly</command>
                    	</item>
                    	<item>
                    		<minute>30</minute>
                    		<hour>5</hour>
                    		<mday>1</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/etc/rc.periodic monthly</command>
                    	</item>
                    	<item>
                    		<minute>1,31</minute>
                    		<hour>0-5</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/bin/nice -n20 adjkerntz -a</command>
                    	</item>
                    	<item>
                    		<minute>1</minute>
                    		<hour>3</hour>
                    		<mday>1</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/bin/nice -n20 /etc/rc.update_bogons.sh</command>
                    	</item>
                    	<item>
                    		<minute>*/60</minute>
                    		<hour>*</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/bin/nice -n20 /usr/local/sbin/expiretable -v -t 3600 virusprot</command>
                    	</item>
                    	<item>
                    		<minute>30</minute>
                    		<hour>12</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/bin/nice -n20 /etc/rc.update_urltables</command>
                    	</item>
                    	<item>
                    		<minute>1</minute>
                    		<hour>0</hour>
                    		<mday>*</mday>
                    		<month>*</month>
                    		<wday>*</wday>
                    		<who>root</who>
                    		<command>/usr/bin/nice -n20 /etc/rc.update_pkg_metadata</command>
                    	</item>
                    </cron>
                    
                    V 1 Reply Last reply Reply Quote 0
                    • V
                      Vanimox @Maff
                      last edited by

                      I am getting this exact same error after updating from 22.05 to 23.01-RC.

                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #13, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #13)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:25
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:31
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:33
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:35
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:41
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:44
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:47
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:50
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:51
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:52
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:53
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:54
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:55
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:43:56
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:14
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:15
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:16
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:17
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:18
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:19
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:20
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:21
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:22
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:23
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:24
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:25
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:26
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:27
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:46
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:47
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:48
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:49
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:50
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:51
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:52
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:53
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:54
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:55
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:56
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:57
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:58
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:44:59
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:18
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:19
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:20
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:21
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:22
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:23
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:24
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:25
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:26
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:27
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:28
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:29
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:30
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:31
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:50
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:51
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:52
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:53
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:54
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:55
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:56
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:57
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:58
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:45:59
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:00
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:01
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:02
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:03
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:22
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:23
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:24
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:25
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:26
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:27
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:28
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:29
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:30
                      PHP ERROR: Type: 1, File: /etc/inc/util.inc, Line: 174, Message: Uncaught TypeError: flock(): supplied resource is not a valid stream resource in /etc/inc/util.inc:174
                      Stack trace:
                      #0 /etc/inc/util.inc(174): flock(Resource id #10, 3)
                      #1 /usr/local/www/xmlrpc.php(990): unlock(Resource id #10)
                      #2 {main}
                      thrown @ 2023-02-04 08:46:31
                      
                      1 Reply Last reply Reply Quote 0
                      • M
                        Maff
                        last edited by

                        Still awake lol

                        From blathierry’s list of packages it’s looking like something acme, wireguard or haproxy puts in the config as those are what match with myself

                        If I can get my hybrid config working I’ll then try and strip out a package one by one but that could be to much time will see

                        V 1 Reply Last reply Reply Quote 0
                        • V
                          Vanimox @Maff
                          last edited by

                          @maff Do you think I should downgrade PfSense for the time being? Or this this something that's okay to sit with errors piling up until its resolved. It looks like its just the same error on line 174 at /etc/inc/util.inc over and over again.

                          M 1 Reply Last reply Reply Quote 0
                          • M
                            Maff @Vanimox
                            last edited by

                            @vanimox

                            I have downgraded again back to 22.05, the snapshot feature if you have enabled is awesome, just always keep a config back up just in case, I have keep the rc image and it’s just a mouse click and reboot to get back to that environment

                            V 1 Reply Last reply Reply Quote 0
                            • V
                              Vanimox @Maff
                              last edited by

                              @maff I actually wasn't even aware of the snapshot feature. Is it an additional package I need to download/enable? Or is it built in? It'll likely come in handy in the future.

                              M 1 Reply Last reply Reply Quote 0
                              • M
                                Maff @Vanimox
                                last edited by

                                @vanimox

                                It’s built in but you have to have installed pfsense on a zfs partitioned drive (can’t remember if it’s converted to one or not when going to 22.05)) then it’s under system and boot environments

                                V 1 Reply Last reply Reply Quote 0
                                • V
                                  Vanimox @Maff
                                  last edited by

                                  @maff said in flock() error after upgrading:

                                  zfs

                                  Since I had to reinstall PfSense anyway, I used the ZFS and now have the option under System>Boot Environments. Now how do I take a snapshot?

                                  GertjanG 1 Reply Last reply Reply Quote 0
                                  • GertjanG
                                    Gertjan @Vanimox
                                    last edited by

                                    @vanimox said in flock() error after upgrading:

                                    Now how do I take a snapshot?

                                    Look at this one.

                                    No "help me" PM's please. Use the forum, the community will thank you.
                                    Edit : and where are the logs ??

                                    1 Reply Last reply Reply Quote 1
                                    • stephenw10S
                                      stephenw10 Netgate Administrator
                                      last edited by

                                      Or: https://docs.netgate.com/pfsense/en/latest/backup/zfsbe/gui.html

                                      1 Reply Last reply Reply Quote 1
                                      • stephenw10S
                                        stephenw10 Netgate Administrator
                                        last edited by

                                        None of those cronjobs look unusual. I those on test boxes here and none of them show those error logs. 🤔

                                        1 Reply Last reply Reply Quote 0
                                        • M
                                          Maff
                                          last edited by

                                          well bugger, just got a chance to mess around so started out with the factory reset this time configured my wan lan and error has returned

                                          is there anything left behind in a factory reset?, hoping not to have to do a fresh install

                                          1 Reply Last reply Reply Quote 0
                                          • stephenw10S
                                            stephenw10 Netgate Administrator
                                            last edited by

                                            When you reset the config to factory defaults it's exactly that; the config file is replaced by the default config. So, yes, potentially there could be many things left behind.

                                            If you run at the command line: top -HaSP can you see what's being run once a minute to trigger this?

                                            M 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.