I haven’t used Librenms in a little while now and when I was it was working great. I went in to check for something the other day and I realized I couldn’t get to the interface. I kept getting Whoops looks like something has gone wrong. I have tried a bunch of other posts and I have yet to be successful. I am at the end of my skill level here so I am reaching out for more help. Thank you in advance. This is my ./validate.php output
librenmsadmin@Librenms:/opt/librenms$ ./validate.php
In Facade.php line 221:
Call to undefined method Wpb\String_Blade_Compiler\Compilers\BladeCompiler::if()
====================================
Component |
Version |
LibreNMS |
1.48-3-g83a53d7 |
DB Schema |
2019_01_16_195644_add_vrf_id_and_bgpLocalAs (131) |
PHP |
7.0.33-0ubuntu0.16.04.3 |
MySQL |
10.0.38-MariaDB-0ubuntu0.16.04.1 |
RRDTool |
1.5.5 |
SNMP |
NET-SNMP 5.7.3 |
====================================
[OK] Composer Version: 1.8.5
[OK] Dependencies up-to-date.
You are behind on version for Librenms … maybe an update will help? (fingers crossed) Below is my just now update…
> librenms@Verschrankung:~$ ./daily.sh
> Updating to latest codebase OK
> Updating Composer packages OK
> Updated from 8926d7cfe to 4718cd594 OK
> Updating SQL-Schema OK
> Updating submodules OK
> Cleaning up DB OK
> Fetching notifications OK
> Caching PeeringDB data OK
> librenms@Verschrankung:~$ ./validate.php
> ====================================
> Component | Version
> --------- | -------
> LibreNMS | 1.50-36-g4718cd594
> DB Schema | 2019_02_10_220000_add_dates_to_fdb (132)
> PHP | 7.3.3-1+ubuntu18.04.1+deb.sury.org+1
> MySQL | 10.1.38-MariaDB-0ubuntu0.18.04.1
> RRDTool | 1.7.0
> SNMP | NET-SNMP 5.7.3
> ====================================
>
> [OK] Composer Version: 1.8.5
> [OK] Dependencies up-to-date.
> [OK] Database connection successful
> [OK] Database schema correct
Ok is there a command to update libre?
librenmsadmin@Librenms:/opt/librenms$ ./daily.sh
WARNING: You should run this script as librenms
Unsupported PHP version, switched to php56 branch. FAIL
error: Your local changes to the following files would be overwritten by checkout:
LibreNMS/Alert/Transport/Msteams.php
LibreNMS/DB/Schema.php
LibreNMS/OS.php
LibreNMS/Validations/Database.php
LibreNMS/Validations/Updates.php
app/Http/Controllers/Table/EventlogController.php
app/Models/Device.php
app/Providers/CliServiceProvider.php
daily.php
daily.sh
database/seeds/DefaultConfigSeeder.php
doc/Extensions/Applications.md
doc/Extensions/Authentication.md
doc/Support/Poller Support.md
html/includes/api_functions.inc.php
html/includes/output/db-update.inc.php
includes/common.php
includes/discovery/functions.inc.php
includes/discovery/sensors/entity-sensor.inc.php
includes/functions.php
includes/polling/applications/proxmox.inc.php
includes/polling/os/junos.inc.php
includes/snmp.inc.php
misc/alert_rules.json
scripts/github-remove
sql-schema/1000.sql
sql-schema/278.sql
storage/debugbar/.gitignore
tests/data/arista_eos.json
tests/snmpsim/arista_eos.snmprec
tests/snmpsim/raisecom.snmprec
Please, commit your changes or stash them before you can switch branches.
error: The following untracked working tree files would be overwritten by checkout:
.github/label-actions.yml
app/Console/MigrateInstallCommand.php
html/images/logos/bcn.png
html/images/os/bcn.png
includes/definitions/bluecatnetworks.yaml
includes/definitions/discovery/bluecatnetworks.yaml
includes/definitions/discovery/raisecom.yaml
includes/discovery/mempools/raisecom.inc.php
includes/discovery/sensors/dbm/raisecom.inc.php
includes/discovery/sensors/pre-cache/raisecom.inc.php
includes/discovery/sensors/temperature/raisecom.inc.php
includes/polling/mempools/raisecom.inc.php
includes/polling/os/bluecatnetworks.inc.php
mibs/bluecatnetworks/ADONIS-DNS-MIB
mibs/bluecatnetworks/BCN-COMMANDSERVER-MIB
mibs/bluecatnetworks/BCN-DHCPV4-MIB
mibs/bluecatnetworks/BCN-DNS-MIB
mibs/bluecatnetworks/BCN-HA-MIB
mibs/bluecatnetworks/BCN-LICENSE-MIB
mibs/bluecatnetworks/BCN-NTP-MIB
mibs/bluecatnetworks/BCN-PRODUCTS-MIB
mibs/bluecatnetworks/BCN-SMI-MIB
mibs/bluecatnetworks/BCN-SYSTEM-MIB
mibs/bluecatnetworks/BCN-TC-MIB
mibs/bluecatnetworks/BCN-TFTP-MIB
mibs/bluecatnetworks/BLUECATNETWORKS-MIB
mibs/nokia/TIMETRA-DHCP-SERVER-MIB
mibs/raisecom/RAISECOM-BASE-MIB
mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB
mibs/raisecom/RAISECOM-FANMONITOR-MIB
mibs/raisecom/RAISECOM-OPTICAL-MONITOR-MIB
mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB
mibs/raisecom/RAISECOM-POWERMONITOR-MIB
mibs/raisecom/RAISECOM-SYSTEM-MIB
mibs/raisecom/SWITCH-TC
tests/GitIgnoreTest.php
tests/data/bluecatnetworks.json
tests/data/raisecom.json
tests/snmpsim/bluecatnetworks.snmprec
tests/snmpsim/junos_srx3600.snmprec
Please move or remove them before you can switch branches.
Aborting
Updating to latest codebase FAIL
error: Your local changes to the following files would be overwritten by merge:
.editorconfig
.gitignore
.travis.yml
LibreNMS/Alert/Template.php
LibreNMS/Alert/Transport/Alertmanager.php
LibreNMS/Alert/Transport/Canopsis.php
LibreNMS/Alert/Transport/Elasticsearch.php
LibreNMS/Alert/Transport/Mattermost.php
LibreNMS/Alert/Transport/Msteams.php
LibreNMS/Authentication/ADAuthorizationAuthorizer.php
LibreNMS/Authentication/ActiveDirectoryAuthorizer.php
LibreNMS/Authentication/LdapAuthorizationAuthorizer.php
LibreNMS/Authentication/LdapAuthorizer.php
LibreNMS/Authentication/MysqlAuthorizer.php
LibreNMS/DB/Schema.php
LibreNMS/Exceptions/DatabaseConnectException.php
LibreNMS/Interfaces/Alert/Transport.php
LibreNMS/OS.php
LibreNMS/OS/Ruckuswireless.php
LibreNMS/Util/Laravel.php
LibreNMS/Util/ModuleTestHelper.php
LibreNMS/Validations/Database.php
LibreNMS/Validations/Rrd.php
LibreNMS/Validations/Updates.php
README.md
app/ApiClients/RipeApi.php
app/Checks.php
app/Console/Commands/BashCompletionCommand.php
app/Console/Kernel.php
app/Exceptions/Handler.php
app/Http/Controllers/Auth/RegisterController.php
app/Http/Controllers/Table/EventlogController.php
app/Http/Controllers/Table/FdbTablesController.php
app/Http/Kernel.php
app/Http/Middleware/EncryptCookies.php
app/Http/Middleware/TrimStrings.php
app/Http/Middleware/VerifyCsrfToken.php
app/Models/Device.php
app/Models/PortsFdb.php
app/Models/User.php
app/Providers/AppServiceProvider.php
app/Providers/CliServiceProvider.php
app/Providers/EventServiceProvider.php
artisan
bootstrap/app.php
composer.json
composer.lock
config/app.php
config/auth.php
config/broadcasting.php
config/cache.php
config/database.php
config/debugbar.php
config/filesystems.php
config/librenms.php
config/mail.php
config/queue.php
config/services.php
config/session.php
config/snmptraps.php
config/toastr.php
config/trustedproxy.php
config/view.php
daily.php
daily.sh
database/factories/ModelFactory.php
database/migrations/2018_07_03_091314_create_alert_schedulables_table.php
database/migrations/2018_07_03_091322_add_foreign_keys_to_sensors_to_state_indexes_table.php
database/seeds/DatabaseSeeder.php
database/seeds/DefaultConfigSeeder.php
doc/Alerting/Creating-Transport.md
doc/Alerting/Templates.md
doc/Alerting/Transports.md
doc/Extensions/Applications.md
doc/Extensions/Authentication.md
doc/Extensions/Smokeping.md
doc/Installation/Installation-CentOS-6-Apache-Nginx.md
doc/Installation/Installation-CentOS-7-Apache.md
doc/Installation/Installation-CentOS-7-Nginx.md
doc/Installation/Installation-Ubuntu-1404-Apache.md
doc/Installation/Installation-Ubuntu-1404-Lighttpd.md
doc/Installation/Installation-Ubuntu-1404-Nginx.md
doc/Installation/Installation-Ubuntu-1604-Apache.md
doc/Installation/Installation-Ubuntu-1604-Nginx.md
doc/Installation/Installation-Ubuntu-1804-Apache.md
doc/Installation/Installation-Ubuntu-1804-Nginx.md
doc/Installation/index.md
doc/Support/Adding-a-Device.md
doc/Support/Configuration.md
doc/Support/Discovery Support.md
doc/Support/Example-Hardware-Setup.md
doc/Support/FAQ.md
doc/Support/Features.md
doc/Support/Poller Support.md
html/images/os/pfsense.svg
html/includes/api_functions.inc.php
html/includes/forms/convert-template.inc.php
html/includes/graphs/graph.inc.php
html/includes/output/db-update.inc.php
html/legacy_index.php
html/pages/device/port/fdb.inc.php
html/pages/device/ports.inc.php
html/pages/device/ports/fdb.inc.php
html/pages/search/fdb.inc.php
includes/alerts.inc.php
includes/common.php
includes/defaults.inc.php
includes/definitions/cyberpower.yaml
includes/definitions/discovery/junos.yaml
includes/definitions/discovery/saf-cfm.yaml
includes/definitions/discovery/vrp.yaml
includes/definitions/edgeswitch.yaml
includes/definitions/jetstream.yaml
includes/definitions/mypoweros.yaml
includes/definitions/perle.yaml
includes/definitions/ruckuswireless.yaml
includes/discovery/fdb-table.inc.php
includes/discovery/functions.inc.php
includes/discovery/sensors/entity-sensor.inc.php
includes/functions.php
includes/init.php
includes/polling/applications/proxmox.inc.php
includes/polling/os/junos.inc.php
includes/polling/os/ruckuswireless.inc.php
includes/polling/ports.inc.php
includes/snmp.inc.php
includes/syslog.php
mibs/ruckus/RUCKUS-PRODUCTS-MIB
mibs/ruckus/RUCKUS-ROOT-MIB
mibs/ruckus/RUCKUS-TC-MIB
misc/alert_rules.json
misc/db_schema.yaml
misc/macros.json
misc/notifications.rss
misc/os_schema.json
package.json
phpunit.xml
resources/lang/en/validation.php
resources/views/auth/login-form.blade.php
resources/views/layouts/librenmsv1.blade.php
resources/views/welcome.blade.php
routes/web.php
scripts/github-remove
server.php
sql-schema/1000.sql
sql-schema/278.sql
storage/debugbar/.gitignore
storage/framework/cache/.gitignore
tests/AlertingTest.php
tests/AuthSSOTest.php
tests/DBSetupTest.php
tests/DocsTest.php
tests/IpTest.php
tests/LockTest.php
tests/RrdtoolTest.php
tests/TestCase.php
tests/bootstrap.php
tests/data/arista_eos.json
tests/data/edgecos_es3510ma.json
tests/data/junos_ex.json
tests/data/netscaler-sdwan.json
tests/data/ruckuswireless_zd1100.json
tests/data/ruckuswireless_zd1200.json
tests/module_tables.yaml
tests/snmpsim/arista_eos.snmprec
tests/snmpsim/junos.snmprec
tests/snmpsim/junos_ex.snmprec
tests/snmpsim/mypoweros.snmprec
tests/snmpsim/netgear.snmprec
tests/snmpsim/netscaler-sdwan.snmprec
tests/snmpsim/raisecom.snmprec
tests/snmpsim/ruckuswireless_zd1100.snmprec
tests/snmpsim/ruckuswireless_zd1200.snmprec
webpack.mix.js
Please, commit your changes or stash them before you can merge.
error: The following untracked working tree files would be overwritten by merge:
.github/label-actions.yml
LibreNMS/Exceptions/DuskUnsafeException.php
LibreNMS/Exceptions/FilePermissionsException.php
LibreNMS/Exceptions/LdapMissingException.php
LibreNMS/Interfaces/Exceptions/UpgradeableException.php
LibreNMS/OS/FsGbn.php
LibreNMS/OS/FsSwitch.php
LibreNMS/OS/ProtelevisionT1.php
LibreNMS/OS/RuckuswirelessHotzone.php
LibreNMS/OS/RuckuswirelessSz.php
LibreNMS/OS/RuckuswirelessUnleashed.php
app/Application.php
app/Console/Commands/AddUserCommand.php
app/Console/LnmsCommand.php
app/Console/MigrateInstallCommand.php
app/Events/UserCreated.php
app/Http/Controllers/Auth/VerificationController.php
app/Listeners/MarkNotificationsRead.php
config/hashing.php
config/logging.php
config/tinker.php
database/migrations/2019_02_10_220000_add_dates_to_fdb.php
html/images/logos/bcn.png
html/images/logos/maipu.png
html/images/logos/pfsense.svg
html/images/logos/protelevision.png
html/images/os/bcn.png
html/images/os/dkt.png
html/images/os/eds.png
html/images/os/fs.svg
html/images/os/osmc.png
html/images/os/protelevision.png
html/svg/403.svg
html/svg/404.svg
html/svg/500.svg
html/svg/503.svg
includes/definitions/bluecatnetworks.yaml
includes/definitions/discovery/bluecatnetworks.yaml
includes/definitions/discovery/dkt.yaml
includes/definitions/discovery/eds.yaml
includes/definitions/discovery/mypoweros.yaml
includes/definitions/discovery/netgear.yaml
includes/definitions/discovery/netscaler-sdwan.yaml
includes/definitions/discovery/nokia-isam.yaml
includes/definitions/discovery/protelevision-t1.yaml
includes/definitions/discovery/raisecom.yaml
includes/definitions/discovery/ruckuswireless-hotzone.yaml
includes/definitions/discovery/ruckuswireless-unleashed.yaml
includes/definitions/dkt.yaml
includes/definitions/eds.yaml
includes/definitions/fs-gbn.yaml
includes/definitions/fs-switch.yaml
includes/definitions/nokia-isam.yaml
includes/definitions/protelevision-t1.yaml
includes/definitions/ruckuswireless-hotzone.yaml
includes/definitions/ruckuswireless-sz.yaml
includes/definitions/ruckuswireless-unleashed.yaml
includes/discovery/mempools/fs-gbn.inc.php
includes/discovery/mempools/fs-switch.inc.php
includes/discovery/mempools/mypoweros.inc.php
includes/discovery/mempools/nokia-isam.inc.php
includes/discovery/mempools/raisecom.inc.php
includes/discovery/mempools/ruckuswireless-hotzone.inc.php
includes/discovery/mempools/ruckuswireless-unleashed.inc.php
includes/discovery/mempools/ruckuswireless.inc.php
includes/discovery/sensors/dbm/nokia-isam.inc.php
includes/discovery/sensors/dbm/raisecom.inc.php
includes/discovery/sensors/pre-cache/nokia-isam.inc.php
includes/discovery/sensors/pre-cache/raisecom.inc.php
includes/discovery/sensors/state/nokia-isam.inc.php
includes/discovery/sensors/temperature/nokia-isam.inc.php
includes/discovery/sensors/temperature/raisecom.inc.php
includes/polling/mempools/fs-gbn.inc.php
includes/polling/mempools/fs-switch.inc.php
includes/polling/mempools/mypoweros.inc.php
includes/polling/mempools/nokia-isam.inc.php
includes/polling/mempools/raisecom.inc.php
includes/polling/mempools/ruckuswireless-hotzone.inc.php
includes/polling/mempools/ruckuswireless-unleashed.inc.php
includes/polling/mempools/ruckuswireless.inc.php
includes/polling/os/bluecatnetworks.inc.php
includes/polling/os/dkt.inc.php
includes/polling/os/eds.inc.php
includes/polling/os/fs-gbn.inc.php
includes/polling/os/fs-switch.inc.php
includes/polling/os/netscaler-sdwan.inc.php
includes/polling/os/nokia-isam.inc.php
includes/polling/os/protelevision-t1.inc.php
includes/polling/os/ruckuswireless-hotzone.inc.php
includes/polling/os/ruckuswireless-sz.inc.php
includes/polling/os/ruckuswireless-unleashed.inc.php
includes/polling/ports/nokia-isam.inc.php
includes/polling/sensors/state/eds.inc.php
includes/polling/sensors/temperature/eds.inc.php
mibs/MGMD-STD-MIB
mibs/MSTP-MIB
mibs/bluecatnetworks/ADONIS-DNS-MIB
mibs/bluecatnetworks/BCN-COMMANDSERVER-MIB
mibs/bluecatnetworks/BCN-DHCPV4-MIB
mibs/bluecatnetworks/BCN-DNS-MIB
mibs/bluecatnetworks/BCN-HA-MIB
mibs/bluecatnetworks/BCN-LICENSE-MIB
mibs/bluecatnetworks/BCN-NTP-MIB
mibs/bluecatnetworks/BCN-PRODUCTS-MIB
mibs/bluecatnetworks/BCN-SMI-MIB
mibs/bluecatnetworks/BCN-SYSTEM-MIB
mibs/bluecatnetworks/BCN-TC-MIB
mibs/bluecatnetworks/BCN-TFTP-MIB
mibs/bluecatnetworks/BLUECATNETWORKS-MIB
mibs/citrix/CITRIX-NetScaler-SD-WAN-MIB
mibs/dkt/DKT-CATV-MIB
mibs/dkt/DKT-FE-MIB
mibs/dkt/DKT-GE-MIB
mibs/dkt/DKT-GENERIC-MIB
mibs/dkt/DKT-MIB
mibs/dkt/DKT-RMON-MIB
mibs/dkt/IDKT-F2-MIB
mibs/eds/EDS-MIB
mibs/fs/ADMIN-MASTER-MIB
mibs/fs/ERRP-MIB
mibs/fs/GARP-MIB
mibs/fs/GBNDeviceOEM-MIB
mibs/fs/GBNDevicePoe-MIB
mibs/fs/GBNDeviceSWAPI-MIB
mibs/fs/GBNDeviceStack-MIB
mibs/fs/GBNDeviceSwitch-MIB
mibs/fs/GBNL2Dhcp6Snooping-MIB
mibs/fs/GBNL2DhcpSnooping-MIB
mibs/fs/GBNL2PortSecurity-MIB
mibs/fs/GBNL2PppoePlus-MIB
mibs/fs/GBNL2QACL-MIB
mibs/fs/GBNL2Switch-MIB
mibs/fs/GBNL3-MIB
mibs/fs/GBNL3DhcpRelay-MIB
mibs/fs/GBNL3IPPool-MIB
mibs/fs/GBNL3If-MIB
mibs/fs/GBNL3Igmp-MIB
mibs/fs/GBNL3Ospf-MIB
mibs/fs/GBNL3PIM-MIB
mibs/fs/GBNL3Rip-MIB
mibs/fs/GBNL3RouteCommon-MIB
mibs/fs/GBNPlatformChassis-MIB
mibs/fs/GBNPlatformGNLink-MIB
mibs/fs/GBNPlatformOAM-MIB
mibs/fs/GBNPlatformOAMMailalarm-MIB
mibs/fs/GBNPlatformOAMSntpClient-MIB
mibs/fs/GBNPlatformOAMSsh-MIB
mibs/fs/GBNPlatformOAMSyslog-MIB
mibs/fs/GBNPlatformOAMTelnet-MIB
mibs/fs/GBNServiceCM-MIB
mibs/fs/GBNServiceMACAUTHEN-MIB
mibs/fs/GBNServiceRADIUS-MIB
mibs/fs/GBNServiceRMON-MIB
mibs/fs/GBNServiceTACACS-MIB
mibs/fs/LAG-ARCH-MIB
mibs/fs/LLDPPRIVATE-MIB
mibs/fs/MAC-NOTIFICATION-MIB
mibs/fs/NSCRTV-EPON-ALARM-MGM-MIB
mibs/fs/NSCRTV-EPON-IGMP-MGM-MIB
mibs/fs/NSCRTV-EPON-PERFORMANCE-STAT-MIB
mibs/fs/NSCRTV-EPON-QOS-MGM-MIB
mibs/fs/NSCRTV-EPON-SNI-MIB
mibs/fs/NSCRTV-EPON-STP-MGM-MIB
mibs/fs/NSCRTV-EPON-SYSTEM-MIB
mibs/fs/NSCRTV-EPON-VLAN-MGM-MIB
mibs/fs/NSCRTV-EPONEOC-EPON-MIB
mibs/fs/PIM-BSR-MIB
mibs/fs/SWITCH
mibs/maipu/MAIPU-SMI
mibs/maipu/MPIOS-MIB
mibs/netgear/NETGEAR-BOXSERVICES-PRIVATE-MIB
mibs/netgear/NETGEAR-REF-MIB
mibs/nokia/ASAM-ALARM-MIB
mibs/nokia/ASAM-EQUIP-MIB
mibs/nokia/ASAM-SYSTEM-MIB
mibs/nokia/ASAM-TC-MIB
mibs/nokia/ITF-MIB
mibs/nokia/ITF-MIB-EXT
mibs/nokia/SFP-MIB
mibs/nokia/SYSTEM-MIB
mibs/nokia/TIMETRA-DHCP-SERVER-MIB
mibs/perle/PERLE-IOLAN-SDS-MIB
mibs/protelevision/PT-MIB
mibs/protelevision/PT3080-MIB
mibs/raisecom/RAISECOM-BASE-MIB
mibs/raisecom/RAISECOM-COMMON-MANAGEMENT-MIB
mibs/raisecom/RAISECOM-FANMONITOR-MIB
mibs/raisecom/RAISECOM-OPTICAL-MONITOR-MIB
mibs/raisecom/RAISECOM-OPTICAL-TRANSCEIVER-MIB
mibs/raisecom/RAISECOM-POWERMONITOR-MIB
mibs/raisecom/RAISECOM-SYSTEM-MIB
mibs/raisecom/SWITCH-TC
mibs/ruckus/RUCKUS-CTRL-MIB
mibs/ruckus/RUCKUS-SYSTEM-MIB
mibs/ruckus/RUCKUS-SZ-CONFIG-WLAN-MIB
mibs/ruckus/RUCKUS-SZ-EVENT-MIB
mibs/ruckus/RUCKUS-SZ-SYSTEM-MIB
mibs/ruckus/RUCKUS-SZ-WLAN-MIB
mibs/ruckus/RUCKUS-UNLEASHED-EVENT-MIB
mibs/ruckus/RUCKUS-UNLEASHED-SYSTEM-MIB
mibs/ruckus/RUCKUS-UNLEASHED-WLAN-MIB
resources/js/app.js
resources/js/bootstrap.js
resources/js/components/ExampleComponent.vue
resources/lang/en/commands.php
resources/sass/_variables.scss
resources/sass/app.scss
resources/views/errors/500.blade.php
tests/Browser/LoginTest.php
tests/Browser/Pages/LoginPage.php
tests/Browser/Pages/Page.php
tests/Browser/console/.gitignore
tests/Browser/screenshots/.gitignore
tests/DuskTestCase.php
tests/GitIgnoreTest.php
tests/data/bluecatnetworks.json
tests/data/dkt.json
tests/data/eds.json
tests/data/fs-gbn_2800.json
tests/data/fs-gbn_3800.json
tests/data/fs-switch_5800.json
tests/data/jetstream_t1600g-18ts.json
tests/data/junos.json
tests/data/junos_srx3600.json
tests/data/mypoweros.json
tests/data/netgear.json
tests/data/nokia-isam.json
tests/data/protelevision-t1.json
tests/data/raisecom.json
tests/data/ruckuswireless-hotzone.json
tests/data/ruckuswireless-sz.json
tests/data/ruckuswireless-unleashed.json
tests/data/vrp_5720-32x-ei.json
tests/snmpsim/bluecatnetworks.snmprec
tests/snmpsim/dkt.snmprec
tests/snmpsim/eds.snmprec
tests/snmpsim/fs-gbn_2800.snmprec
tests/snmpsim/fs-gbn_3800.snmprec
tests/snmpsim/fs-switch_5800.snmprec
tests/snmpsim/jetstream_t1600g-18ts.snmprec
tests/snmpsim/jetstream_t1600g-28ts.snmprec
tests/snmpsim/jetstream_t1700g-28tq.snmprec
tests/snmpsim/junos_srx3600.snmprec
tests/snmpsim/nokia-isam.snmprec
tests/snmpsim/perle_iolanscs.snmprec
tests/snmpsim/protelevision-t1.snmprec
tests/snmpsim/ruckuswireless-hotzone.snmprec
tests/snmpsim/ruckuswireless-sz.snmprec
tests/snmpsim/ruckuswireless-unleashed.snmprec
tests/snmpsim/vrp_5720-32x-ei.snmprec
Please move or remove them before you can merge.
Aborting
WARNING: You should run this script as librenms
Updating Composer packages OK
Updating SQL-Schema OK
Updating submodules OK
Cleaning up DB OK
Fetching notifications OK
Caching PeeringDB data OK
librenmsadmin@Librenms:/opt/librenms$
That is what I get when I run ./daily.sh
Please note the minimum supported PHP version is 7.1.3
Is there a easy command to update my PHP. Since ./daily.sh doesn’t work.
Ok I fixed it and it was INCREDIBLY HARD. So I am going to post what I did for anyone else that may run into the same problem. I will post everything in my next reply
I am having the same issue. I built a brand new Ubunto 20.4 and migrated the DB over (following the migration webpage). The PHP version is 7.4 and it still not working. I have followed all the steps mentioned in here too, it would be appricated if someone can point me to the right direction.
Thank you.
For anyone to help, you need to give more information than “Its still not working” describing what you see, posting relevant pictures, settings and logs… not everything, just what is relevant. Also use the formatting tools for logs/settings (like this one: </> ). Lastly - best to start a new topic to be seen by everyone rather that adding to a topic that is likely only seen by others who have posted into it.