Jump to content

Tido

Members
  • Posts

    1539
  • Joined

  • Last visited

Everything posted by Tido

  1. https://www.armbian.com/download/?tx_soc=nxp-freescale maybe one of these comes close to yours. I would search the internet with your favorite search engine for: how to flash linux onto your device. Once you know more... https://docs.armbian.com/User-Guide_Getting-Started/#how-to-install-to-emmc-nand-sata-usb
  2. @hinkley Just a couple days ago a discussion about it: https://forum.armbian.com/topic/14695-using-armbian-variables-in-a-script/
  3. Tido

    Lnoodle

    IMHO, you will use it for a couple days. Then it will become a dust-collector. Otherwise this would be one of the very last thing to bother.
  4. While trying to get @PittPC access to my Rock Pi 4B, but not having a domaine-name (WWW) and because of my provider using DS-Lite (Dual Stack Lite) on IPv4 I am not able to open a tunnel . While I have an IPv6 but PittPC does not %) So, I asked him: Can I install something that opens a connection to you? So I learned about this: MeshCentral This is a full computer management web site. With MeshCentral, you can run your own web server to remotely manage and control computers on a local network or anywhere on the internet. Once you get the server started, create device group and download and install an agent on each computer you want to manage. A minute later, the new computer will show up on the web site and you can take control of it. MeshCentral includes full web-based remote desktop, terminal and file management capability. https://github.com/Ylianst/MeshCentral
  5. Error message A: # docker run -d --name nextcloud_mariadb --net=my-network -e MYSQL_ROOT_PASSWORD=password -e MYSQL_DATABASE=nextcloud -e MYSQL_USER=nextcloud -e MYSQL_PASSWORD=password -p 3306:3306 --restart=unless-stopped -v /volumes/USB_MemoryStick/docker/nextcloud_mariadb:/config linuxserver/m Unable to find image 'linuxserver/m:latest' locally docker: Error response from daemon: pull access denied for linuxserver/m, repository does not exist or may require 'docker login': denied: requested access to the resource is denied. See 'docker run --help'. Error message B: # docker run -d --name nextcloud --net=my-network -p 6443:443 --restart=unless-stopped -v /volumes/USB_MemoryStick/docker/nextcloud/data:/data -v /volumes/USB_MemoryStick/nextcloud_data/appdata:/config linuxserver/nextcloud docker: Error response from daemon: Conflict. The container name "/nextcloud" is already in use by container "bbdecd6502491b917ee971fc28ec53653d4db5f858ddd0afa3c1a3023a9ecf7e". You have to remove (or rename) that container to be able to reuse that name. See 'docker run --help'. docker ps -a lists all running containers: # docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES bbdecd650249 linuxserver/nextcloud "/init" 58 seconds ago Created nextcloud # systemctl status docker | grep running Active: active (running) since Fri 2020-07-10 23:00:53 CEST; 17min a :/volumes# ls -l total 8 drwxr-xr-x 2 root root 4096 Jul 10 23:10 docker drwxr-xr-x 2 root root 4096 Jul 10 23:09 USB_MemoryStick root@TidoNAS:/volumes/USB_MemoryStick# ls -l total 0 root@TidoNAS:/volumes/docker# ls -la total 8 drwxr-xr-x 2 root root 4096 Jul 10 23:10 . drwxr-xr-x 4 root root 4096 Jul 10 23:00 ..
  6. Before you, buy something, I guess you usually search first for, tests, reviews or such? I searched for you: https://forum.armbian.com/topic/3232-orange-pi-2g-iot/ or here https://forum.armbian.com/topic/7996-orange-pi-i96/ Once you read a little bit about it in the forum and others experience, it is a good thing to start with armbian documentation: you find the link in the second row from the top of this website. see you later
  7. Test.Test50 so this shouldn't be the cause. This was always the case If you give me the code, I can run it line by line in the shell and show you the result.
  8. @PittPC another install from scratch - something is broken. I have not done anything more, than install.sh and try to install NC. It doesn't work. 1. NC install == doesn't work, reboot, still doesn't work. 2. bitwarden == doesn't work # ls -l /volumes/*/docker/* /volumes/USB_MemoryStick/docker/bitwarden: total 0 /volumes/USB_MemoryStick/docker/nextcloud: total 4 drwxr-xr-x 2 root root 4096 Jul 8 12:23 data /volumes/USB_MemoryStick/docker/nextcloud_mariadb: total 0 3. Transmission install, just like yesterday and voila - this one works. # ls -l /volumes/*/docker/* /volumes/USB_MemoryStick/docker/bitwarden: total 0 /volumes/USB_MemoryStick/docker/nextcloud: total 4 drwxr-xr-x 2 root root 4096 Jul 8 12:23 data /volumes/USB_MemoryStick/docker/nextcloud_mariadb: total 0 /volumes/USB_MemoryStick/docker/transmission: total 16 drwxr-xr-x 2 root download 4096 Jul 8 12:49 blocklists drwxr-xr-x 2 root download 4096 Jul 8 12:49 resume -rw------- 1 root download 2254 Jul 8 12:49 settings.json drwxr-xr-x 2 root download 4096 Jul 8 12:49 torrents
  9. @Werner, @PittPC Who would have thought so, it is SAMBA ! which brings Python 2:
  10. Where is the link to your repository?
  11. What is the output from: # docker -v # docker-compose -v and please... Provide logs with armbianmonitor -u significantly raises chances that issue is getting addressed.
  12. Can I ship a PR like this? I need help on: Up time und IP-Address seem to get there 'colon' from anywhere, I have no clue. The gap for the Up time I cannot fix, I have no clue.. again, although I tried: https://regex101.com/ System storage: 10% of 32GB Attached storage: 1% of 4GB - should have a leading 0 couldn't figure that out either
  13. I guess you downloaded in between another image and so you got the new MOTD. To bring stability into armbian, updating the whole system was stopped about 2 years ago. If you want bleeding edge and risk system instability go to armbian-config and turn on to receive latest updates, IIRC it is nightly. I found your message, because I want to pimp the https://forum.armbian.com/topic/13538-ssh-welcome-message/ . So, you may already found the answer yourself in the meantime
  14. if you start I can participate if you like. So, another large message... I flashed the SDcard and started from scratch. Even with backports or is it just the order or does another software pull Python2: python2 python2-minimal libpython2-stdlib python2.7 python2.7-minimal libpython2.7 libpython2.7-minimal libpython2.7-stdlib , because it still gets installed. It could be that the old smartmontools as well as another software still depends on Python2? If I compare what I already have the newest, leaves to install from your list: samba php-cgi cryptsetup mdadm gnupg-agent quota So, either if Python2 cannot be located, I would remove the risk of Backports and their risk of incompatibility to break the system. Volume Creation Volume Name - should be the last line, because if I click RESCAN it will blank the name I just entered for the disk. So, I think you should first choose the drive and File System Type and then give a name to it. * The rescan works * LOL, 'skip' is hidden like on Websites where they want you to upload their addressbook. Why did you add BTRFS? Firefox offers me a generated Password. While doing so I cannot see your information, that is essential, the login name: I would appreciate an information like: Enable Cookies to login after the reboot with: administrator It feels snappier, right now. But nothing is installed (no Apps). Install Nextcloud, with all 3 ticks set. The Web UI didn't freeze this time. However, klicking on the Docker-Logs as the very first step, both = empty. :/volumes/USB_MemoryStick/docker/nextcloud# ls -la total 16 drwxr-xr-x 4 root root 4096 Jul 4 11:25 . drwxr-xr-x 4 root root 4096 Jul 4 11:25 .. drwxr-xr-x 2 root root 4096 Jul 4 11:25 appdata drwxr-xr-x 2 root root 4096 Jul 4 11:25 data :/volumes/USB_MemoryStick/docker/nextcloud_mariadb# ls -la total 8 drwxr-xr-x 2 root root 4096 Jul 4 11:25 . drwxr-xr-x 4 root root 4096 Jul 4 11:25 .. Same situation for bitwarden. Even after a reboot, nothing. I try a reinstall now... didn't help either. Still not working, no logs. It was working before. In the file: post.php, is a line: $stringData = "UUID=$uuid /volumes/$name $filesystem defaults 0 0\n"; I would add UTF8 because french, germans and we like to use letters like èéàüäö. An extract of my /etc/fstab: ext4 defaults,utf8 0 0 Last but not least, I would like to come back to run apt update just once. You wrote it needs a software, is it curl? Couldn't a check, if it is already there omit this slow process: Yes it is there, add the docker Repo, if not, do it later. Variable yes/no With Backports my system has to sort out: Get:147 http://deb.debian.org Some options I found to run a check: # dpkg -l | cut -d " " -f 3 | grep "^curl" curl # dpkg-query --show --showformat='${db:Status-Status}\n' 'curl' installed # dpkg -l curl Desired=Unknown/Install/Remove/Purge/Hold | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) ||/ Name Version Architecture Description +++-==============-================-============-======================================================= ii curl 7.64.0-4+deb10u1 arm64 command line tool for transferring data with URL syntax # apt -qq list curl curl/stable,stable,now 7.64.0-4+deb10u1 arm64 [installed] curl/stable,stable 7.64.0-4+deb10u1 armhf
  15. this is ARM too... hmm, so you didn't try all the Apps on your device I guess . We had this problem too, here and here for some Document-Mgmnt-SW - one took an eternity to compile so we went for the one which is quicker I see a file: test.php what is the idea of it? It sounds promising
  16. Alright, finally my large posting.. Rock Pi 4B - a beefy RockChip 3399, SoC 6-cores, 64-Bit, 4GB RAM, http://rockchip.wikidot.com/rk3399#toc1 Bitwarden_rs brilliant, you're already using the rs. @TidosNAS:/volumes/USB_MemoryStick/docker# ls -la total 20 drwxr-xr-x 5 root root 4096 Jun 30 12:07 . drwxr-xr-x 6 root root 4096 Jun 28 23:29 .. drwxr-xr-x 2 root root 4096 Jun 30 12:07 bitwarden drwxr-xr-x 4 root root 4096 Jun 28 23:47 nextcloud drwxr-xr-x 4 911 911 4096 Jun 28 23:48 nextcloud_mariadb @TidosNAS:/volumes/USB_MemoryStick/docker/bitwarden# ls -la total 8 drwxr-xr-x 2 root root 4096 Jun 30 12:07 . drwxr-xr-x 5 root root 4096 Jun 30 12:07 .. is the bitwarden script missing on Github? I couldn't find it. My folder is just empty, not one bit. Feature Requests: Adding information to the Section of the APPS title, like: In here all apps are 64-Bit, all Apps are applied in Docker-Containers Reading logs of the specific containers (for trouble shooting) add an icon on each Apps at the end of the line like: Link | Trash | Log Or does it make sense to keep all Logs in one place. If so, then how separate System-Logs from Docker-Logs My comment here: https://github.com/johnnyq/simpnas/issues/23 Another App suggestion, less than NextCloud, more on security: EteSync integrates seamlessly with your existing apps. All you need to do is run your own instance, install the app, and enter your password. After that, you will be able to save your contacts, calendar events and tasks to EteSync using your existing apps, and EteSync will transparently encrypt your data and update the change journal in the background. More security, same work-flow https://www.etesync.com/ Yes, I had to reboot the device (the Web UI wouldn't come back), but then I was welcomed with the option to run sqlite or to install any other DB. I went with sqlite and this was safe and sound. Having a clean naming structure is more fun, if no Apps-folder on Github, at least: install_ update_ config_ hard to find: transmission_update.php Blog is a nice idea, how about adding a folder to the repo for documentation, so users can participate? like here: https://github.com/armbian/documentation/tree/master/docs/ ideas for sections: What is SimpNAS What is supported Preparation before installation Installation NextCloud - storage is located at? - define its storage size Where are the files: root/volumes for the Apps and the Web UI in Troubleshooting All the apps use docker and the configuration is stored in /volumes/YOURFIRSTVOLUMENAME/docker/APPNAME I didn't check the improved install-process yet, but I sure will do that. Last but not least, great and quick improvements since your first posting here
  17. To be fair, I guess it is part in one of these packages https://github.com/johnnyq/simpnas/blob/master/install.sh echo "==================================================================================" DEBIAN_FRONTEND=noninteractive \apt install samba smartmontools rsync php-cgi cryptsetup git mdadm apt-transport-https curl gnupg-agent software-properties-common quota dnsutils -y echo "=================================================================================" @PittPC looking at github I see 5 Folders and literally hundreds of files. How about a folder containing the APPS install/update scripts and a BACKUP folder for its scripts (a NAS is not a backup). Nexcloud install was successful. Bitwarden is not reachable on port 88 (I will now try the trash-symbol, restart and reinstall)
  18. That said, I run the script on a Rock-Pi 4b: Armbian buster with Linux 5.4.45-rockchip64 Why Python 2 ? libpython2-stdlib libpython2.7 libpython2.7-minimal libpython2.7 The following additional packages will be installed: busybox cryptsetup-bin cryptsetup-initramfs cryptsetup-run libavahi-client3 libavahi-common-data libavahi-common3 libcups2 libldb1 libmagic-mgc libmagic1 libpython-stdlib libpython2-stdlib libpython2.7 libpython2.7-minimal libpython2.7-stdlib libsodium23 libtalloc2 libtdb1 libtevent0 libtirpc-common libtirpc3 libwbclient0 php-common php7.3-cgi php7.3-cli php7.3-common php7.3-json php7.3-opcache php7.3-readline python python-crypto python-dnspython python-ldb python-minimal python-samba python-talloc python-tdb python2 python2-minimal python2.7 python2.7-minimal samba-common samba-common-bin samba-libs tdb-tools Script, if this step is done as a first step (not the install, but adding the repository), apt update would only be done once == quicker? echo "=================================================================================" echo "Install Docker Repo" echo "=================================================================================" curl -fsSL https://download.docker.com/linux/$(lsb_release -s -i | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - add-apt-repository "deb [arch=$(dpkg --print-architecture)] https://download.docker.com/linux/$(lsb_release -s -i | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" apt update configration in Firefox was smooth, thank you @PittPC & @guidol root@rockpi-4b:~# timedatectl show -p TimeUSec --value Sun 2020-06-28 23:20:53 CEST I have added/plugged in the MemoryStick when was on the dialog site, it wouldn't refresh. So I went one step back, it lost the name of my NAS. One step forward it showed now the MemoryStick in the pulldown menu. A good idea: Yes Collect Statistic Data I would appreciate an information like: This is the last questionaire, an automatic reboot will be done for you to complete the configuration process. Enable Cookies to login after the reboot with: administrator When I install an App like NextCloud or Bitwarden. Is this from DEB, Docker or any other package format? EDIT: After the install of NextCloud, the webinterface was dead, after a reboot NC was available and it worked as expected.
  19. I hope you copy all this text to your documentation. // sent from mobile phone //
  20. IIRC we already discussed this SW in this thread.
  21. It is PHP & JavaScript, so I guess this shouldn't have any effects
  22. On how many devices should this work, a larger quantity or just a few? How would you ensure, that the burning process was successful without SSH?
  23. Dear customer Thank you for your trust and order. Sorry to tell you, can you pay us 10 dollars more? Due to the recent impact of the global influenza virus, the logistics costs of logistics companies have increased, so in order to successfully ship your goods, you can only increase your shipping costs. Hope you understand waiting for your reply. Thank you in advance Why should China Post increase the cost? If I don't receive it, I will report it to the customer service.
  24. while on vacation or very long commute and you want to tinker now and then, nice idea. While Switzerland is in the heart of Europe/EU, thank god we are not part of it. So, this shipping method doesn't apply to me.
  25. ha, what a clever idea. But my IP-TV (Apple TV) has only one HDMI-output, so I would have to chose a show and record it. From which device do you capture it? What is your workflow. Do you keep the record on a NAS and stream it from there to other TV boxes?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines