Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while Owncloud-Installation #5739

Closed
DrMoshSince1988 opened this issue Sep 11, 2022 · 4 comments · Fixed by #5740
Closed

Error while Owncloud-Installation #5739

DrMoshSince1988 opened this issue Sep 11, 2022 · 4 comments · Fixed by #5740
Labels
External bug 🐞 For bugs which are not caused by DietPi. Solution available 🥂 Definite solution has been done
Milestone

Comments

@DrMoshSince1988
Copy link

DrMoshSince1988 commented Sep 11, 2022

Creating a bug report/issue

Required Information

G_DIETPI_VERSION_CORE=8
G_DIETPI_VERSION_SUB=8
G_DIETPI_VERSION_RC=1
G_GITBRANCH='master'
G_GITOWNER='MichaIng'

  • Distro version | bullseye 0~
  • Kernel version | Linux homeserver 5.15.61-v8+ #1579 SMP PREEMPT Fri Aug 26 11:16:44 BST 2022 aarch64 GNU/Linux
  • SBC model | RPi4
  • Power supply used | 3A
  • SD card used | (SanDisk ultra 200GB

Additional Information (if applicable)

  • Software title | Owncloud
  • Was the software title installed freshly or updated/migrated? fresh
  • Can this issue be replicated on a fresh installation of DietPi? yes
6b46220e-aee8-4679-827b-c48cdf58d390

Steps to reproduce

  1. start Owncloud installation
  2. ...

Expected behaviour

installation without errors
  • ...

Actual behaviour

  • Command: tar xf owncloud-latest.tar.bz2 --one-top-level=/var/www │
    │ - Exit code: 2 │
    │ - DietPi version: v8.8.1 (MichaIng/master) | HW_MODEL: 4 | HW_ARCH: 3 | DISTRO: 6 │
    │ - Image creator: DietPi Core Team │
    │ - Pre-image: from scratch │
    │ - Error log: │
    │ bzip2: (stdin) is not a bzip2 file. │
    │ tar: Child returned status 2 │
    │ tar: Error is not recoverable: exiting now
  • ...

Extra details

@Joulinar Joulinar added Investigating 🤔 Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible. labels Sep 11, 2022
@Joulinar
Copy link
Collaborator

Looks like something chnaged on OwnCloud side and the directory we try to download from did not exist anymore. As workaround you could try following

  1. start install again and wait for the error to happen
  2. just leave the install as is, don't exit or do something else on this screen
  3. open another SSH session and do following
cd /tmp/DietPi-Software/
rm owncloud-latest.tar.bz2
curl -sSfL https://download.owncloud.com/server/stable/owncloud-latest.tar.bz2 -o owncloud-latest.tar.bz2
  1. go back to first SSH session and hit retry

@Joulinar Joulinar linked a pull request Sep 11, 2022 that will close this issue
@Joulinar Joulinar added External bug 🐞 For bugs which are not caused by DietPi. and removed Investigating 🤔 labels Sep 11, 2022
@MichaIng
Copy link
Owner

MichaIng commented Sep 12, 2022

One can also do the steps from the error handler menu, choosing "Open subshell". Thanks for reporting 🙂.

@Joulinar
Copy link
Collaborator

Ahh you are right, forget about it 🤣

@MichaIng MichaIng added Solution available 🥂 Definite solution has been done and removed Workaround available 🆗 Workaround is available/has been implemented, but a definite solution should be found when possible. labels Sep 15, 2022
@MichaIng MichaIng added this to the v8.9 milestone Sep 15, 2022
@MichaIng
Copy link
Owner

Fix merged for upcoming DietPi v8.9: #5740

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
External bug 🐞 For bugs which are not caused by DietPi. Solution available 🥂 Definite solution has been done
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants