nextcloudpi | 📦 Build code for NextcloudPi : Raspberry Pi | Continuous Deployment library
kandi X-RAY | nextcloudpi Summary
kandi X-RAY | nextcloudpi Summary
This is the build code for NextCloudPi. NextCloudPi is a ready to use image for Raspberry Pi, Odroid HC1, rock64 and other boards. This code also generates the NextCloudPi docker image, LXD and VM, and includes an installer for any Debian based system. Find the full documentation at docs.nextcloudpi.com.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of nextcloudpi
nextcloudpi Key Features
nextcloudpi Examples and Code Snippets
Community Discussions
Trending Discussions on nextcloudpi
QUESTION
I have a brand new Raspberri Pi 4 loaded with NextCloudPi_11-27-20 image on the SD which seems to boot and work perfectly. The system info tells me that the distribution is: Debian GNU/Linux10 \n\l
I am a linux noob, but think debian is causing the following problem.
I have a 4tb HDD in an USB3.0 enclosure (DELOCK 42613) which should support UASP
If I connect the HDD to USB3 it does not show up on sudo fdisk -l
If I connect to USB2 it works fine.
Where can I start to investigate this problem? How can I get it to work on the USB3.0 port?
edit 2020-12-14 17:05:
sudo dmesg
output (part of it, characters limit 30000):
ANSWER
Answered 2020-Dec-14 at 19:56Apparently this is a known problem:
STICKY: If you have a Raspberry Pi 4 and are getting bad speeds transferring data to/from USB3.0 SSDs, read this
I would not be surprised if there is a similar question on SO
In short: Something to do with the chips in the SATA adapters to USB and UAS. (if I got it right)
Please go to the link above for the full story. Quick solution:
- Get the idVendor=xxxx and idProduct=xxxx by disconnecting the adapter, run
sudo dmesg -C
, reconnect and rundmesg
sudo nano /boot/cmdline.txt
and add at the start of the line of parameters 'usb-storage.quirks=[idVendor]:[idProduct]:u'- In my case it looks like this
usb-storage.quirks=152d:0578:u
from the code snippet in my question. - reboot
- check with
dmesg | grep usb-storage
, you should see something like this:
QUESTION
I installed a python script for updating my dyndns record for my nextcloudpi:
https://github.com/Domain-Connect/DomainConnectDDNS-Python
When i run the program from the terminal by using domain-connect-dyndns update --all
it works out well.
Now i created a systemd service and a timer calling the service. The service is calling a very simple bash file:
ANSWER
Answered 2020-Oct-18 at 19:37The script cannot find settings.py
. You need to set WorkingDirectory
config in service configuration file or provide path to settings in the script parameters:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install nextcloudpi
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page