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

    Error Messages during Login

    Scheduled Pinned Locked Moved webGUI
    nginxloginno such file
    7 Posts 3 Posters 1.2k 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
      MartynK
      last edited by

      I have noticed in my log file that every time I login to my Netgate 3100 I get the following errors.
      It does not seem to stop me doing anything, but it worries me that there is an issue brewing.

      Anyone with any ideas and I dont have a clue where to start ?

      Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1206 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1207 open() "/usr/local/www/0.8253947957598136" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.8253947957598136 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1208 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/images/bdicon.ico" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/images/bdicon.ico HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      Dec 7 12:34:14 nginx 2022/12/07 12:34:14 [error] 57895#100128: *1209 open() "/usr/local/www/0.986883433941717" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.986883433941717 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      Dec 7 12:34:15 nginx 2022/12/07 12:34:15 [error] 57895#100128: *1210 open() "/usr/local/www/0.9282666157441781" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.9282666157441781 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      Dec 7 12:34:16 nginx 2022/12/07 12:34:16 [error] 57895#100128: *1211 open() "/usr/local/www/0.19432891938964714" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "POST /0.19432891938964714 HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

      R 1 Reply Last reply Reply Quote 0
      • R
        rcoleman-netgate Netgate @MartynK
        last edited by

        @martynk said in Error Messages during Login:

        Dec 7 12:34:12 nginx 2022/12/07 12:34:12 [error] 58243#100141: *1206 open() "/usr/local/www/F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css" failed (2: No such file or directory), client: 192.168.200.118, server: , request: "GET /F9CD80F3-B79B-49AB-AD16-6F61BFFFC81B/netdefender/alert/css/tl_style.css HTTP/2.0", host: "192.168.200.1", referrer: https://192.168.200.1/

        Are you trying to access a saved URL for your old firewall at the same address?

        Ryan
        Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
        Requesting firmware for your Netgate device? https://go.netgate.com
        Switching: Mikrotik, Netgear, Extreme
        Wireless: Aruba, Ubiquiti

        M 1 Reply Last reply Reply Quote 0
        • M
          MartynK @rcoleman-netgate
          last edited by

          @rcoleman-netgate

          I am just accessing directly via https://192.168.200.1/

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

            @martynk said in Error Messages during Login:

            I am just accessing directly via https://192.168.200.1/

            Using the browser you always use.
            You've probably another browser on your device that you never used to access pfSense : try using that browser. I'm pretty sure you won't see the messages anymore.
            That's because your current browser, for whatever reason only known to you, tries to POST something on https://192.168.200.1/usr/local/www/0.986883433941717//netdefender/alert/css/tl_style.css

            I guess your question will get fully answered as soon as you know what "netdefender" is.
            By default : remove everything from your device what is being called "netdefender", as it is not defending but more attacking.
            Maybe a browser plugin that needs your attention ?

            The pfSense GUI is just a web server.
            A web server is nothing more as an advanced file server.
            When you ask a file server to open a file that doesn't exists, you'll see the error messages you've shown. As there is "No such file or directory".

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

            R 1 Reply Last reply Reply Quote 1
            • R
              rcoleman-netgate Netgate @Gertjan
              last edited by rcoleman-netgate

              @gertjan Could also be a device that is snooping the network...

              @MartynK - What device is at 192.168.200.118?

              Ryan
              Repeat, after me: MESH IS THE DEVIL! MESH IS THE DEVIL!
              Requesting firmware for your Netgate device? https://go.netgate.com
              Switching: Mikrotik, Netgear, Extreme
              Wireless: Aruba, Ubiquiti

              M 1 Reply Last reply Reply Quote 0
              • M
                MartynK @rcoleman-netgate
                last edited by

                @rcoleman-netgate 192.168.200.118 is my laptop address that I was accessing the firewall from.
                The only software I have installed on my laptop is Bitdefender AV.

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

                  OK, I think I have worked it out, its Bitdefender complaining that the HTTPS is invalid when it first connects as there is no cert so Bitdefender goes into defense mode, says the certificate is invalid and asks if you want to create an exception and continue.

                  If you agree to the exception, it goes to the login page and when looking at the logs you can see the error messages. If I then logout, log straight back in again, because the exception is in place, pfSense does not generate the login error.

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