• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Search
  • Register
  • Login
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.7k 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.
  • M
    Maff @stephenw10
    last edited by Maff Feb 3, 2023, 8:49 AM Feb 3, 2023, 8:48 AM

    @stephenw10

    HI Stephen, upgraded from 22.05 have rolled back to it now from the snapshot, copy of my error which is almost identical

    [02-Feb-2023 23:31:39 GB] PHP Fatal error: 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 in /etc/inc/util.inc on line 174

    1 Reply Last reply Reply Quote 0
    • B
      blathierry
      last edited by Feb 3, 2023, 9:13 AM

      I have the exact same after the upgrade, attached are some logs.
      logs.zip

      1 Reply Last reply Reply Quote 0
      • J
        jimp Rebel Alliance Developer Netgate
        last edited by Feb 3, 2023, 1:33 PM

        Is that part of an HA cluster?

        What do you have that is utilizing xmlrpc.php? Maybe a third party package or plugin?

        I also see a panic in the data you uploaded:

        db:1:pfs> bt
        Tracing pid 12 tid 100119 td 0xfffffe00912ab020
        kdb_enter() at kdb_enter+0x32/frame 0xfffffe0091421ae0
        vpanic() at vpanic+0x182/frame 0xfffffe0091421b30
        panic() at panic+0x43/frame 0xfffffe0091421b90
        trap_fatal() at trap_fatal+0x409/frame 0xfffffe0091421bf0
        trap_pfault() at trap_pfault+0x4f/frame 0xfffffe0091421c50
        calltrap() at calltrap+0x8/frame 0xfffffe0091421c50
        --- trap 0xc, rip = 0xffffffff81049016, rsp = 0xfffffe0091421d20, rbp = 0xfffffe0091421d40 ---
        pfsync_state_export() at pfsync_state_export+0x26/frame 0xfffffe0091421d40
        pfsync_sendout() at pfsync_sendout+0x270/frame 0xfffffe0091421df0
        pfsyncintr() at pfsyncintr+0xdc/frame 0xfffffe0091421e60
        ithread_loop() at ithread_loop+0x25a/frame 0xfffffe0091421ef0
        fork_exit() at fork_exit+0x7e/frame 0xfffffe0091421f30
        fork_trampoline() at fork_trampoline+0xe/frame 0xfffffe0091421f30
        

        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!

        B 1 Reply Last reply Feb 3, 2023, 10:10 PM Reply Quote 0
        • R
          renegade
          last edited by Feb 3, 2023, 2:04 PM

          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
          • J
            jimp Rebel Alliance Developer Netgate
            last edited by Feb 3, 2023, 3:29 PM

            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 Feb 3, 2023, 10:10 PM

              @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 Feb 4, 2023, 12:00 AM

                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 Feb 4, 2023, 1:25 AM

                  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 Feb 4, 2023, 1:27 AM Reply Quote 1
                  • B
                    blathierry @Maff
                    last edited by Feb 4, 2023, 1:27 AM

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

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by Feb 4, 2023, 1:29 AM

                      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 Feb 4, 2023, 2:00 AM Feb 4, 2023, 1:45 AM

                        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 Feb 4, 2023, 2:00 AM Reply Quote 0
                        • V
                          Vanimox @Maff
                          last edited by Feb 4, 2023, 2:00 AM

                          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 Feb 4, 2023, 2:04 AM

                            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 Feb 4, 2023, 2:05 AM Reply Quote 0
                            • V
                              Vanimox @Maff
                              last edited by Feb 4, 2023, 2:05 AM

                              @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 Feb 4, 2023, 2:09 AM Reply Quote 0
                              • M
                                Maff @Vanimox
                                last edited by Feb 4, 2023, 2:09 AM

                                @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 Feb 4, 2023, 2:11 AM Reply Quote 0
                                • V
                                  Vanimox @Maff
                                  last edited by Feb 4, 2023, 2:11 AM

                                  @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 Feb 4, 2023, 2:15 AM Reply Quote 0
                                  • M
                                    Maff @Vanimox
                                    last edited by Feb 4, 2023, 2:15 AM

                                    @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 Feb 4, 2023, 5:53 AM Reply Quote 0
                                    • V
                                      Vanimox @Maff
                                      last edited by Feb 4, 2023, 5:53 AM

                                      @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?

                                      G 1 Reply Last reply Feb 4, 2023, 6:57 AM Reply Quote 0
                                      • G
                                        Gertjan @Vanimox
                                        last edited by Feb 4, 2023, 6:57 AM

                                        @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
                                        • S
                                          stephenw10 Netgate Administrator
                                          last edited by Feb 4, 2023, 4:06 PM

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

                                          1 Reply Last reply Reply Quote 1
                                          24 out of 49
                                          • First post
                                            24/49
                                            Last post
                                          Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                                            This community forum collects and processes your personal information.
                                            consent.not_received