20-02-2022 Librenms not start after git pull

librenms@br4lx0200:~$ git pull
remote: Enumerating objects: 73, done.
remote: Counting objects: 100% (53/53), done.
remote: Compressing objects: 100% (20/20), done.
remote: Total 73 (delta 33), reused 34 (delta 33), pack-reused 20
Unpacking objects: 100% (73/73), 392.64 KiB | 2.41 MiB/s, done.
From https://github.com/librenms/librenms
2e5b34373…09929bd68 master → origin/master
Updating 2e5b34373…09929bd68
Fast-forward
LibreNMS/Authentication/MysqlAuthorizer.php | 4 ±
LibreNMS/Util/DynamicConfigItem.php | 12 ++++
app/Console/Commands/AddUserCommand.php | 2 ±
app/Http/Controllers/Auth/LoginController.php | 14 +++±
app/Http/Controllers/Auth/SocialiteController.php | 223 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
app/Http/Controllers/UserController.php | 2 ±
app/Http/Middleware/VerifyCsrfToken.php | 2 ±
app/Providers/AppServiceProvider.php | 19 +++++++
app/Providers/LegacyUserProvider.php | 2 ±
composer.json | 1 +
composer.lock | 221 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++±
config/app.php | 5 ++
config/session.php | 2 ±
database/migrations/2022_02_03_164059_increase_auth_id_length.php | 32 +++++++++++
doc/Extensions/OAuth-SAML.md | 352 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
doc/img/socialite-github-1.png | Bin 0 → 19250 bytes
doc/img/socialite-github-2.png | Bin 0 → 37960 bytes
doc/img/socialite-github-3.png | Bin 0 → 25802 bytes
doc/img/socialite-microsoft-1.png | Bin 0 → 52333 bytes
doc/img/socialite-microsoft-2.png | Bin 0 → 65541 bytes
doc/img/socialite-microsoft-3.png | Bin 0 → 33313 bytes
doc/img/socialite-microsoft-4.png | Bin 0 → 16395 bytes
doc/img/socialite-microsoft-5.png | Bin 0 → 10690 bytes
doc/img/socialite-microsoft-6.png | Bin 0 → 6176 bytes
doc/img/socialite-saml-google-1.png | Bin 0 → 35014 bytes
doc/img/socialite-saml-google-2.png | Bin 0 → 11083 bytes
doc/img/socialite-saml-google-3.png | Bin 0 → 23655 bytes
doc/img/socialite-saml-google-4.png | Bin 0 → 16984 bytes
doc/img/socialite-saml-google-5.png | Bin 0 → 18294 bytes
doc/img/socialite-saml-google-6.png | Bin 0 → 6236 bytes
html/js/app.js | 2 ±
html/mix-manifest.json | 4 ±
misc/config_definitions.json | 32 +++++++++++
misc/config_schema.json | 1 +
misc/db_schema.yaml | 2 ±
mkdocs.yml | 1 +
phpstan-baseline.neon | 15 -----
resources/js/components/SettingArraySubKeyed.vue | 139 ++++++++++++++++++++++++++++++++++++++++++++++
resources/lang/en/settings.php | 15 +++++
resources/views/auth/login-form.blade.php | 12 ++±
resources/views/user/preferences.blade.php | 13 +++++
routes/web.php | 7 +++
42 files changed, 1105 insertions(+), 31 deletions(-)
create mode 100644 app/Http/Controllers/Auth/SocialiteController.php
create mode 100644 database/migrations/2022_02_03_164059_increase_auth_id_length.php
create mode 100644 doc/Extensions/OAuth-SAML.md
create mode 100644 doc/img/socialite-github-1.png
create mode 100644 doc/img/socialite-github-2.png
create mode 100644 doc/img/socialite-github-3.png
create mode 100644 doc/img/socialite-microsoft-1.png
create mode 100644 doc/img/socialite-microsoft-2.png
create mode 100644 doc/img/socialite-microsoft-3.png
create mode 100644 doc/img/socialite-microsoft-4.png
create mode 100644 doc/img/socialite-microsoft-5.png
create mode 100644 doc/img/socialite-microsoft-6.png
create mode 100644 doc/img/socialite-saml-google-1.png
create mode 100644 doc/img/socialite-saml-google-2.png
create mode 100644 doc/img/socialite-saml-google-3.png
create mode 100644 doc/img/socialite-saml-google-4.png
create mode 100644 doc/img/socialite-saml-google-5.png
create mode 100644 doc/img/socialite-saml-google-6.png
create mode 100644 resources/js/components/SettingArraySubKeyed.vue
librenms@br4lx0200:~$ git pull
Already up to date.
librenms@br4lx0200:~$ ./daily.sh

In ProviderRepository.php line 208:

Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

Updating SQL-Schema OK
Cleaning up DB OK

In ProviderRepository.php line 208:

Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

You have new mail in /var/mail/librenms
librenms@br4lx0200:~$ git pull
Already up to date.
librenms@br4lx0200:~$ ./daily.sh

In ProviderRepository.php line 208:

Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

Updating SQL-Schema OK
Cleaning up DB OK

In ProviderRepository.php line 208:

Class ‘SocialiteProviders\Manager\ServiceProvider’ not found

librenms@br4lx0200:~$

No reason to do a “git pull” if you’re using daily.sh, otherwise if you’re doing manual upgrades make sure you’re following all the steps as described in “Advanced Users” section of Updating - LibreNMS Docs

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.