Jump to content

Tido

Members
  • Posts

    1539
  • Joined

  • Last visited

Everything posted by Tido

  1. Please correct me aprayoga, but I think you mean the single common thing of all of them is RK3399. Why changing/renaming it to rockchip64, which is very specific a SingleBoardComputer and not a SoC descriptor?
  2. Could you name the two families? And maybe say one or two words about your expectation about each. So, people know where you come from and what you are looking for.
  3. This could be an option for Windows users if... this is set when you download it and it is meant that it re-reads to verify that the writing is error free. Just like discussed before in this thread. Plus this function... https://forum.armbian.com/topic/13421-need-your-help-what-else-beside-etcher/?do=findComment&comment=98830
  4. 1. Provide a log from serial console or take a screenshot Use USBimager to write SDcard, try different power supply // sent from mobile phone //
  5. Your post may need more formatting changes. Tips: use spoiler when adding a long text, use when adding a code, You don't mention how you did that, or what steps you have taken ? By the way, I just heard about that one: : ncspot – ncurses spotify music client
  6. Hi @TonyMac32, I just looked at the BoM and because I don't want to solder SMT myself I tried to identify THT versus SMT. While doing so I came across two minor bugs for identical parts I guess: 0603 vs 0604: C2 CAP CER 0.1UF 50V Y5V 0603 C3 CAP CER 0.1UF 50V Y5V 0604 R1 RES 100K OHM 0.1% 1/8W 0603 R3 RES 100K OHM 0.1% 1/8W 0604 If I look at the bigger picture I guess we could aim for all of them to one size? : R1 RES 100K OHM 0.1% 1/8W 0603 R2 RES 40.2K OHM 0.1% 1/8W 0603 R3 RES 100K OHM 0.1% 1/8W 0604 R4 RES 220K OHM 0.1% 1/10W 0603 C2 CAP CER 0.1UF 50V Y5V 0603 C3 CAP CER 0.1UF 50V Y5V 0604 C4 CAP CER 150PF 50V X7R 0603 Which size should I choose (I guess one-size-fits-all) ?
  7. 0119-7-zip-benchmark.bash - I would have put that before starting any test, so I had a first value in case anything goes south. Another idea is to collect the values (strip out the numbers).. I left mine in english what if it is in another language, can regex extract that.. just looked at the man-page even better if there is a command that only returns the values - cannot see one right away. Collect the values of several passes in a global array and report only the best and the worst.
  8. @Igor, after fiddling around with: systemd-analyze time - this would be a valuable information on the testing, wouldn't it? :~$ systemd-analyze time Startup finished in 54.100s (kernel) + 1min 30.978s (userspace) = 2min 25.078s graphical.target reached after 1min 30.924s in userspace fun fact, is the server build but it says: graphical.target reached after 1min 30.924s in userspace
  9. Hi, I try to set up the server of Armbian_20.02.1_Rockpi-4b_buster_current_5.4.20.img - as the boot was very slow I wanted to see the systemd-analyze plot systemd-analyze plot > RockPi4B_boottime-$(date +%Y%m%d_%H%M%S).svg Bootup is not yet finished (org.freedesktop.systemd1.Manager.FinishTimestampMonotonic=0). Please try again later. Hint: Use 'systemctl list-jobs' to see active jobs tido@rockpi-4b:~/just_data$ systemctl list-jobs JOB UNIT TYPE STATE 109 rk3399-bluetooth.service start running 1 graphical.target start waiting 110 systemd-update-utmp-runlevel.service start waiting 2 multi-user.target start waiting 4 jobs listed. The system itself is updated and rebooted: RPi-Monitor doesn't work on Buster, but did so on Armbian_20.02.1_Rockpi-4b_bionic_legacy_4.4.213_desktop.img Is this in relation with the 5.x Kernel? Linux rockpi-4b 5.4.32-rockchip64 #20.02.11 SMP PREEMPT Tue Apr 14 17:30:19 CEST 2020 Looks like bluetooth was responsible for the 'hanger'.. and a picture of the situation: It was difficult to get a proper plot, so that gThumb doesn't crash. I reached that goal by disabling: sudo systemctl disable rk3399-bluetooth.service ; the plot reduced from 1,4MB to 181kB. However, the boot itself takes an eternity, here some more details, from serial-getty@ttyS2.service (at 66 seconds) to launch user-1000.slice (at 134 sec.) Booting completed at 145 seconds. and 68 seconds later it continues:
  10. looks like you are not the only one: https://github.com/the-paperless-project/paperless/issues?q=is%3Aissue+Mysql I found that in the meantime. You can add the .conf file in the docker-compose.env - just like you wrote before, the documentation is spread every where. As we found some, we can submit some PR to clean up and gain more people to use it and improve it Yes, some people are trying this, but it isn't very easy since Paperless in it's core wasn't designed for this. Do you have a link? Have seen any where people try to read the metadata from documents? docker-compose.env - will this be read every time the container gets loaded or only if I re-create the image? Because in there is the paperless.conf and within its TWEAK-Section I have my path declared: PAPERLESS_POST_CONSUME_SCRIPT="/home/paperless/script.sh" However, as I wrote over here, nothing happend :-(
  11. fair enough, but where do I place such a file? In the documentation it says: # After a document is consumed, Paperless can trigger an arbitrary script if you like. This script will be passed a number of # arguments for you to work with. The default is blank, which means nothing will be executed. For more # information, take a look at the docs: # http://paperless.readthedocs.org/en/latest/consumption.html#hooking-into-the-consumption-process PAPERLESS_POST_CONSUME_SCRIPT="/path/to/an/arbitrary/script.sh" /home/paperless/ because this one is created with step 7. of the docker installation? (I guess unless I got it simply by one of my many try & error) Well, I give it a shot. /home/paperless/post_consume_script.sh
  12. While searching the issues for some help/ideas regarding changing the filename script, I came across this issue/PR that would explain to me how Paperless found the document date even though I didn't make the change you mentioned. Add support for a heuristic that extracts the document date from its text #291 https://github.com/the-paperless-project/paperless/pull/291
  13. If you find an image over here: https://libreelec.tv/ and its HW-Acceleration works properly. You already know - there is a way to go. Before try and error.
  14. It looks like something big is coming to Paperless: Give stored documents a structured and configurable filename https://github.com/the-paperless-project/paperless/pull/593
  15. Where do you see the use case for this almost insane speed. In the industry? Congrats for the improvement !!
  16. well, depends on the person, but as I use to say: It is not whether you have time, it is whether you take the time SBCBENCHPASS=${PASSES} # sbc-bench will run on each cycle by default, set to 1 to run only on first {PASSES } will be read from the first line of the configuration file, but I don't know this SW SBCbenchPass, what is it? UPLOAD_SERVER="" # server for report upload UPLOAD_LOCATION="" # location on that server To do that and to filter my results, wouldn't each person need a unique, but requrring identity? Looks like it has some troubles with: iperf-on-all-interfaces.include: Line 20: iperf3: It started: [ o.k. ] 0. Trying [ 19:01:15 - 11.5 ] [ o.k. ] 0. RockPi-4B Linux 4.4.213-rockchip64 stable [ 19:02:02 - 11.5 Uptime: 2:17 ] still not finished with 2 Passes at 20:31 Although I repeat myself of 31. March: there is no information given, that my system is downloading software. I hate these kind of installer like Firefox, TEAMS and armbian autotests. Do you mind to add a line like: It needs the following software;...., if not already installed it will install it now: (list the software)
  17. After reading the whole documentation it is time to wrap up some of the open points. Do you have some particular things or just in general, maybe also it is not so nice structured? is this a large package or rather small and it makes sense to include it in any case? But there is a command to re-run the tagging algorithm Where did you find this information or how did you do that. Did you define the Volumes outside of /var/lib/docker/ ? I guess this is the case for Europe. However, it did it correctly for me without any changes, but reading all the documentation I have to re-check if it extracted the date from the file name. But you scan documents still with 300dpi ? One can support that process if the scanner allows to configure: Button 1 | Button 2 for the scanning with a different name, as described in the documentation: The example below is for a Brother ADS-2400N, a scanner that allows different names to different hardware buttons (useful for handling multiple entities in one instance), but insists on adding _<count> to the filename. # Brother profile configuration, support "Name_Date_Count" (the default # setting) and "Name_Count" (use "Name" as tag and "Count" as title). PAPERLESS_FILENAME_PARSE_TRANSFORMS=[{"pattern":"^([a-z]+)_(\\d{8})_(\\d{6})_([0-9]+)\\.", "repl":"\\2\\3Z - \\4 - \\1."}, {"pattern":"^([a-z]+)_([0-9]+)\\.", "repl":" - \\2 - \\1."}] Indeed, something I have to investigate for documents from the scanner. Not necessary for documents you receive via Email and rename it... in this situation my idea: a tool can help with keyboard-shortcuts to easy rename the document (Autokey-py3) In the documentation I also came across this suggestion. The OCR will only be stored within the PAPERLESS - my understanding, but if you export the PDF you may want to have it searchable too? Pre-Processing: A free tool to OCR a PDF and add a text "layer" in the original file, making a searchable PDF. As tesseract is mentioned as well, does this have the side effect to run OCR twice? If I write a Text-Document or a Table-Sheet I maintain the metadata for years already, because I believe some day I have a CMS that can read that data and this will support my search for it Metadata-driven: reading the metadata from PDFs and others would be useful. Did you come across something that supports this in general, not only for paperless? Did look for or write some parsers.py?
  18. is it a good time to get a fresh copy from Github and run it again ? Do you need some help?
  19. You would like to draw the connection of your network, your smart home sensors or some other layout, diagram... But you are not in the mood to search the net and install something? diagrams.net lets you create a wide range of diagrams, from simple tree and flow diagrams, to highly technical network, rack and electrical diagrams. It’s a free, online diagram editor and viewer with a wide variety of shapes, icons, connector and templates to help you get started quickly. https://www.diagrams.net/ is open source.
  20. Sounds indeed interesting There are many people here who will help you to test, but will lack of know how to get this into their Linux. If you have a step-by-step or a .deb or something to extract at the right place. People will walk with you that way. Do you mean if you 'switch off XR819" or if you power off the device? Because the latter is known, and is not related to XR819. Keyword AR100, you find plenty in the forum and if you have some improvements there as well
  21. just visit the google docs in this thread on page 4 I guess
  22. To get the picture, you have start read here: https://github.com/armbian/documentation/issues/66 and then the first post in this thread. Because I moved the discussion from Github into the forum. and if you are patient enough to read the above, you understand that it is not because of a tin-foil hat, but TL;DR to improve the user experience. That said we have a section Board doesn't start: https://forum.armbian.com/forum/36-board-doesnt-start/ and in the documentation: https://docs.armbian.com/User-Guide_Getting-Started/#how-to-prepare-a-sd-card these weren't there from begin, but if you fly over the topics. You see why we are looking for an automatic fool proof SW Thank you for the detailed explanation, really interesting, especially the part of Etcher vs memcmp of USBimager. As you see sometimes the reasons are much simpler. My AMD Ryzen 5 2600 Six-Core, 16GB RAM writes thoes card easily on the fly, as written above in about 60 seconds. I know, not everybody has that, but until last year I had 4GB and Etcher-1.2.1-x86_64.AppImage, it worked flawlessly too.
  23. Well, I don't think so. Etcher for example writes the SDcard and then, then it reads it and checks if it is the same. You only look at the checksum - which is better than not doing it. You do a checksum verification. We (at armbian) talk about: writing verification (bit by bit) on the SDcard. @OrangePee, do you know which of the two USBimager does? I am a bit uncertain right now.
  24. Voila, back in town I don't understand, it says in the man page: Inotify can be used to monitor individual files, or to monitor directories. So, this seems to be a necessary function. I looked within Paperless in the log and saw by accident that the: PARSE FAILURE for /consume/Kaufbeleg_digitec_AMD_Ryzen_186722.pdf Actually, was missing permission on the file I pasted there. So, quick and dirty: chmod 0777 * Reading my comment above, my PDF files were scanned and it grabed the right invoice date from the file. As I am writing... your step below maybe only necessary for scanned OCR docs, and if so, why. I mean the sorting order gets destroyed. I guess I wanted to much. So, let's start little: The scanner shall put the scanned documents into a folder. Based on the document I would like to use a naming schema and a tool can help with shortcuts to easy rename the scanned document (Autokey-py3). Finally, it should be put into the consume folder of Paperless - something like this could move it based on a rule: https://github.com/benjaminoakes/maid or a tool that 5 minutes after the file-name changed from the format of the scanner, it puts it into the consume folder of Paperless. import/export: Filename is changed to small letters during import. "Correspondents you can set some Match keywords" - in your case either a person or a shop name? Did you have add MediaMarkt so it would match it to the bon?
×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines