libresign icon indicating copy to clipboard operation
libresign copied to clipboard

Raspberry Pi (Bullseye): occ libresign:install --cfssl results in error

Open Albusoline opened this issue 2 years ago • 0 comments

Describe the bug When trying to install cfssl according to the nextcloud hints (Run occ libresign:install --cfssl), it results in the following error:

An unhandled exception has been thrown:
Error: Call to undefined method OC\Files\Node\File::nodeExists() in /var/www/nextcloud/apps/libresign/lib/Service/InstallService.php:427
Stack trace:
#0 /var/www/nextcloud/apps/libresign/lib/Service/InstallService.php(378): OCA\Libresign\Service\InstallService->installCfsslArm()
#1 /var/www/nextcloud/apps/libresign/lib/Command/Install.php(65): OCA\Libresign\Service\InstallService->installCfssl()
#2 /var/www/nextcloud/apps/libresign/vendor/symfony/console/Command/Command.php(298): OCA\Libresign\Command\Install->execute()
#3 /var/www/nextcloud/core/Command/Base.php(177): Symfony\Component\Console\Command\Command->run()
#4 /var/www/nextcloud/apps/libresign/vendor/symfony/console/Application.php(1040): OC\Core\Command\Base->run()
#5 /var/www/nextcloud/apps/libresign/vendor/symfony/console/Application.php(301): Symfony\Component\Console\Application->doRunCommand()
#6 /var/www/nextcloud/apps/libresign/vendor/symfony/console/Application.php(171): Symfony\Component\Console\Application->doRun()
#7 /var/www/nextcloud/lib/private/Console/Application.php(214): Symfony\Component\Console\Application->run()
#8 /var/www/nextcloud/console.php(100): OC\Console\Application->run()
#9 /var/www/nextcloud/occ(11): require_once('/var/www/nextcl...')
#10 {main}

To Reproduce see above.

Expected behavior CFSSL in version 1.6.4 installed

Environment information:

  • OS: Raspian Bullseye, aarch64 -LibreSign Version 6.3.1
  • Go Version 1.20.6
  • Nextcloud Server Version 25.0.9

Additional context I've tried to install cfssl from github/cloudflare with go, however I'll get only cfssl Version 1.2 (for whatever reason), which is not enough for Libresign in Nextcloud.

Any ideas?

Albusoline avatar Jul 31 '23 19:07 Albusoline