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

System Logs - OpenVPN

Scheduled Pinned Locked Moved General pfSense Questions
10 Posts 4 Posters 956 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.
  • S
    Saqqara
    last edited by Nov 28, 2023, 4:51 PM

    Netgate 4100
    PFSense 23.09

    Looking at the OpenVPN log file, I am seeing alot of 'Failed to get peer stats: No space left on device (errno=28)' - Does not one know how to resolve this , so it does not appear in the log file

    09a31cda-a970-4488-9725-13a9a29cbd55-image.png

    I have done a search, and can not find anything

    V 1 Reply Last reply Nov 28, 2023, 8:13 PM Reply Quote 0
    • V
      viragomann @Saqqara
      last edited by Nov 28, 2023, 8:13 PM

      @Saqqara
      Generally this error means that the disk volume, where the process tried to write to, is full.
      Maybe any heavy logging package filled up you /var/log?

      The disks widget on the dashboard shows the used volumes. So you should check that at first.

      1 Reply Last reply Reply Quote 1
      • T
        tony_vi
        last edited by Mar 25, 2024, 4:50 PM

        same issue in 23.09.1-RELEASE

        no disk space is full. Removed some logs ion /var/log to test

        S 1 Reply Last reply Mar 25, 2024, 5:32 PM Reply Quote 0
        • S
          stephenw10 Netgate Administrator @tony_vi
          last edited by Mar 25, 2024, 5:32 PM

          @tony_vi said in System Logs - OpenVPN:

          no disk space is full.

          You mean it's not full?

          Are you using RAM disks?

          T 1 Reply Last reply Mar 25, 2024, 5:51 PM Reply Quote 0
          • T
            tony_vi @stephenw10
            last edited by tony_vi Mar 25, 2024, 5:52 PM Mar 25, 2024, 5:51 PM

            @stephenw10

            Disk is not full and not using RAM disks

            [23.09.1-RELEASE][root@pfsense]/root: df -H
            Filesystem                            Size    Used   Avail Capacity  Mounted on
            pfSense/ROOT/default                  412G    1.7G    410G     0%    /
            devfs                                 1.0k      0B    1.0k     0%    /dev
            pfSense/var                           410G     12M    410G     0%    /var
            pfSense/tmp                           410G    1.7M    410G     0%    /tmp
            pfSense                               410G     98k    410G     0%    /pfSense
            pfSense/home                          410G    1.2M    410G     0%    /home
            pfSense/cf                            410G     98k    410G     0%    /cf
            pfSense/var/db                        411G    563M    410G     0%    /var/db
            pfSense/var/log                       410G    1.7M    410G     0%    /var/log
            pfSense/var/cache                     410G    106k    410G     0%    /var/cache
            pfSense/var/tmp                       410G    123k    410G     0%    /var/tmp
            pfSense/var/empty                     410G     98k    410G     0%    /var/empty
            pfSense/cf/conf                       410G     98k    410G     0%    /cf/conf
            pfSense/reservation                   456G     98k    456G     0%    /pfSense/reservation
            pfSense/ROOT/default/cf               410G    9.0M    410G     0%    /cf
            pfSense/ROOT/default/var_cache_pkg    410G    181M    410G     0%    /var/cache/pkg
            pfSense/ROOT/default/var_db_pkg       410G    9.6M    410G     0%    /var/db/pkg
            tmpfs                                 4.2M    213k    4.0M     5%    /var/run
            
            [23.09.1-RELEASE][root@pfsense]/root: df -i
            Filesystem                         1K-blocks    Used     Avail Capacity iused     ifree %iused  Mounted on
            pfSense/ROOT/default               402092078 1643572 400448506     0%   54584 800897012    0%   /
            devfs                                      1       0         1     0%       0         0     -   /dev
            pfSense/var                        400459962   11456 400448506     0%     326 800897012    0%   /var
            pfSense/tmp                        400450138    1632 400448506     0%     427 800897012    0%   /tmp
            pfSense                            400448602      96 400448506     0%       8 800897012    0%   /pfSense
            pfSense/home                       400449682    1176 400448506     0%     399 800897012    0%   /home
            pfSense/cf                         400448602      96 400448506     0%       8 800897012    0%   /cf
            pfSense/var/db                     400999022  550516 400448506     0%    3378 800897012    0%   /var/db
            pfSense/var/log                    400450178    1672 400448506     0%      76 800897012    0%   /var/log
            pfSense/var/cache                  400448610     104 400448506     0%       8 800897012    0%   /var/cache
            pfSense/var/tmp                    400448626     120 400448506     0%      20 800897012    0%   /var/tmp
            pfSense/var/empty                  400448602      96 400448506     0%       7 800897012    0%   /var/empty
            pfSense/cf/conf                    400448602      96 400448506     0%       7 800897012    0%   /cf/conf
            pfSense/reservation                445550360      96 445550264     0%       7 891100528    0%   /pfSense/reservation
            pfSense/ROOT/default/cf            400457302    8796 400448506     0%      70 800897012    0%   /cf
            pfSense/ROOT/default/var_cache_pkg 400625506  177000 400448506     0%      23 800897012    0%   /var/cache/pkg
            pfSense/ROOT/default/var_db_pkg    400457906    9400 400448506     0%      15 800897012    0%   /var/db/pkg
            tmpfs                                   4096     204      3892     5%      64     14272    0%   /var/run
            
            1 Reply Last reply Reply Quote 0
            • S
              stephenw10 Netgate Administrator
              last edited by Mar 25, 2024, 6:03 PM

              OK so what error are you seeing exactly?

              T 1 Reply Last reply Mar 25, 2024, 6:51 PM Reply Quote 0
              • T
                tony_vi @stephenw10
                last edited by Mar 25, 2024, 6:51 PM

                @stephenw10 same as OP

                c25e5412-0b60-4e75-bbd9-2b5ea5f4924c-image.png

                1 Reply Last reply Reply Quote 0
                • S
                  stephenw10 Netgate Administrator
                  last edited by Mar 25, 2024, 7:19 PM

                  Are you using DCO? Do you still see that error if you disable DCO?

                  T 1 Reply Last reply Mar 25, 2024, 7:33 PM Reply Quote 0
                  • T
                    tony_vi @stephenw10
                    last edited by Mar 25, 2024, 7:33 PM

                    @stephenw10

                    Yes, we do use DCO. I will have to test with DCO disabled when the opportunity arises.

                    I cannot interrupt OpenVPN services, as this pfSense instance is vital for our work operations.

                    1 Reply Last reply Reply Quote 0
                    • S
                      stephenw10 Netgate Administrator
                      last edited by Mar 25, 2024, 8:32 PM

                      Ok, I'll wait to hear. This could be a confusing error caused by trying to access something that doesn't exist in DCO mode. Though I don't see that here on any instances so it would probably have to be some combination of settings.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post
                      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.
                        [[user:consent.lead]]
                        [[user:consent.not_received]]