Toskache

Members
  • Posts

    54
  • Joined

  • Last visited

Converted

  • Gender
    Male
  • Location
    Deutschland

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Toskache's Achievements

Rookie

Rookie (2/14)

9

Reputation

  1. Have you also tried entering the IP Address? Or does your DNS resolve gotenberg and apache-tika-server?
  2. Hello, First of all: Happy New Year! I have recently started working with Paperless-ngx. So far everything is going well and I think I can use it to design my "digital workflow". However, I have run into a small problem: I want to import mails without attachments from a specific folder in a mailbox. Basically, this already works fine with mails with PDF attachments. But when I want to import pure emails as eml, there is an error: Error while converting email to PDF: [Errno -2] Name or service not known Of course I have Tika and Gotenberg running as Docker and so far everything looks fine: I have of course also customized the docker configuration of paperless-ngx (PAPERLESS_TIKA_GOTENBERG_ENDPOINT, PAPERLESS_TIKA_ENABLED and PAPERLESS_TIKA_ENDPOINT): docker run -d --name='paperless-ngx' --net='bridge' -e TZ="Europe/Berlin" -e HOST_OS="Unraid" -e HOST_HOSTNAME="nas" -e HOST_CONTAINERNAME="paperless-ngx" -e 'PAPERLESS_REDIS'='redis://192.168.2.4:6379' -e 'PAPERLESS_OCR_LANGUAGE'='deu' -e 'PAPERLESS_OCR_LANGUAGES'='deu' -e 'PAPERLESS_FILENAME_FORMAT'='{created}-{correspondent}-{title}' -e 'PAPERLESS_TIME_ZONE'='Europe/Berlin' -e 'PAPERLESS_FILENAME_FORMAT'='{correspondent}/{created_year}/{created} {document_type}' -e 'USERMAP_UID'='99' -e 'USERMAP_GID'='100' -e 'PAPERLESS_THREADS_PER_WORKER'='2' -e 'PAPERLESS_TASK_WORKERS'='2' -e 'PAPERLESS_TIKA_GOTENBERG_ENDPOINT'='http:/192.168.2.4:3003' -e 'PAPERLESS_TIKA_ENABLED'='1' -e 'PAPERLESS_TIKA_ENDPOINT'='http://192.168.2.4:9998' -e 'PAPERLESS_IGNORE_DATES'='' -e 'PAPERLESS_CONSUMER_POLLING'='0' -e 'PAPERLESS_SECRET_KEY'='e11fl1oa-*ytql8p()07fbj4dzehd+n7k&q5+$1kl7i+mge=ee' -l net.unraid.docker.managed=dockerman -l net.unraid.docker.webui='http://[IP]:[PORT:8000]' -l net.unraid.docker.icon='https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/paperless.png' -p '8000:8000/tcp' -v '/mnt/cache/appdata/paperless-ngx/data':'/usr/src/paperless/data':'rw' -v '/mnt/cache/appdata/paperless-ngx/':'/usr/src/paperless/media':'rw' -v '/mnt/user/data/Dokumente/Eingang/2paperless-ngx/':'/usr/src/paperless/consume':'rw' -v '/mnt/user/data/Dokumente/Ausgang/from_paperless-ngx/':'/usr/src/paperless/export':'rw' 'ghcr.io/paperless-ngx/paperless-ngx' Unfortunately I get an error message when paperless-ngx tries to convert the eml into a PDF. Here is an excerpt from the console: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/asgiref/sync.py", line 349, in main_wrap raise exc_info[1] File "/usr/src/paperless/src/documents/consumer.py", line 446, in try_consume_file document_parser.parse(self.path, mime_type, self.filename) File "/usr/src/paperless/src/paperless_mail/parsers.py", line 166, in parse self.archive_path = self.generate_pdf(mail) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/paperless/src/paperless_mail/parsers.py", line 206, in generate_pdf mail_pdf_file = self.generate_pdf_from_mail(mail_message) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/paperless/src/paperless_mail/parsers.py", line 327, in generate_pdf_from_mail raise ParseError( documents.parsers.ParseError: Error while converting email to PDF: [Errno -2] Name or service not known The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/local/lib/python3.11/site-packages/celery/app/trace.py", line 477, in trace_task R = retval = fun(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/site-packages/celery/app/trace.py", line 760, in __protected_call__ return self.run(*args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/paperless/src/documents/tasks.py", line 167, in consume_file document = Consumer().try_consume_file( ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/src/paperless/src/documents/consumer.py", line 474, in try_consume_file self._fail( File "/usr/src/paperless/src/documents/consumer.py", line 115, in _fail raise ConsumerError(f"{self.filename}: {log_message or message}") from exception documents.consumer.ConsumerError: Ihr Zählerstand.eml: Error occurred while consuming document Ihr Zählerstand.eml: Error while converting email to PDF: [Errno -2] Name or service not known Does anyone here have a clever idea?
  3. Currently there are three drives working in a raidz pool. Now I want to remove two of the three cache drives. Beside the cache also docker/appdata is stored on this pool. What is the best way? The zfs voodoo is quite new for me... THX Georg nas-diagnostics-20231009-1930.zip
  4. Forget my last post. The check is of course at block level. It stalls again at 60%. I will try doing the check in maintenance mode. Unfortunately I need the docker running.... so I will have to find a good time-slot.
  5. @JorgeB I am getting closer to the root cause. I recently tried the docker "calibre" for my big eBook-Collection. The eBooks are original ordered in many sub-directories ("0-9", "A", "B", "C", ...). Calibre imports all the books in a single directory. So there are more than 80K directories in one level. Trying to access that directory seems to stall the system. Now I am trying to delete that directory with an "rm -rf" via the console but that will take a while...
  6. Thank you for the tip @JorgeB, but the diskspeed-test looks IMHO ok:
  7. 6.12.3-rc3 didn't do the trick. I stopped docker but: What can I do? nas-diagnostics-20230715-1225.zip
  8. I am on 6.12.2 and after a power-failure the system is performing a parity-check. It starts at 70MB/sec (what is also very slow, usually the check starts with 170MB/sec) and now the system "stalls" with 22KB/sec and a load of over 16 (Intel Xeon E3-1270 v3 with 32GB ECC-RAM). I attached the diagnostic-package. Anny ideas are welcome - I can not wait the estimated 800 days to complete the check PS: * I paused the check - no effect, still load of >16 * I stopped docker - no big effect, still load of >13 I will give 6.12.3-rc3 a try.... nas-diagnostics-20230714-1942.zip
  9. Unraid is running with the correct time: root@unraid:~# date Wed May 31 08:33:39 CEST 2023 PBS is configured with my the correct timezone Europe/Berlin but has ~2h offset: # date +%Z Berlin # date Wed May 31 06:37:35 Berlin 2023 Long story short: How can I set the correct time in the PBS-container? I tried also to set the time manually: # date 0531082723.00 date: cannot set date: Operation not permitted Wed May 31 08:27:00 Berlin 2023 Due to the fact that there is no ntpdate or similar installed in the docker, I have no idea how to set the time correctly. For a hint I would be very grateful!
  10. I am not able to get this thing running 😞 When I select the timemachine-volume "Urzeitkapsel" and enter the credentials (defaults) my Mac says : "Das ausgewählte Backup-Volume im Netzwerk unterstützt die notwendigen Funktionen nicht." (The selected backup volume on the network does not support the necessary functions.). In the docker-log is this output: chpasswd: password for 'timemachine' changed dbus-daemon[42]: [system] org.freedesktop.DBus.Error.AccessDenied: Failed to set fd limit to 65536: Operation not permitted Found user 'avahi' (UID 86) and group 'avahi' (GID 86). Successfully dropped root privileges. avahi-daemon 0.8 starting up. WARNING: No NSS support for mDNS detected, consider installing nss-mdns! Loading service file /etc/avahi/services/smbd.service. Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.2.250. New relevant interface eth0.IPv4 for mDNS. Joining mDNS multicast group on interface lo.IPv4 with address 127.0.0.1. New relevant interface lo.IPv4 for mDNS. Network interface enumeration completed. Registering new address record for 192.168.2.250 on eth0.IPv4. Registering new address record for 127.0.0.1 on lo.IPv4. Server startup complete. Host name is timemachine.local. Local service cookie is 641408420. Service "urzeitkapsel" (/etc/avahi/services/smbd.service) successfully established. INFO: CUSTOM_SMB_CONF=false; generating [global] section of /etc/samba/smb.conf... INFO: Creating /var/log/samba/cores INFO: Avahi - generating base configuration in /etc/avahi/services/smbd.service... INFO: Avahi - using urzeitkapsel as hostname. INFO: Avahi - adding the 'dk0', 'Urzeitkapsel' share txt-record to /etc/avahi/services/smbd.service... INFO: Group timemachine doesn't exist; creating... INFO: User timemachine doesn't exist; creating... INFO: Setting password from environment variable INFO: INFO: CUSTOM_SMB_CONF=false; generating [Urzeitkapsel] section of /etc/samba/smb.conf... INFO: Samba - Created Added user timemachine. INFO: Samba - Enabled user timemachine. INFO: Samba - setting password INFO: changed ownership of '/opt/timemachine' to 1000:1000 INFO: mode of '/opt/timemachine' changed to 0770 (rwxrwx---) INFO: Avahi - completing the configuration in /etc/avahi/services/smbd.service... INFO: running test for xattr support on your time machine persistent storage location... INFO: xattr test successful - your persistent data store supports xattrs INFO: entrypoint complete; executing 's6-svscan /etc/s6' dbus socket not yet available; sleeping... nmbd version 4.15.7 started. Copyright Andrew Tridgell and the Samba Team 1992-2021 smbd version 4.15.7 started. Copyright Andrew Tridgell and the Samba Team 1992-2021 INFO: Profiling support unavailable in this build. Failed to fetch record! ***** Samba name server TIMEMACHINE is now a local master browser for workgroup VU on subnet 192.168.2.250 ***** error in mds_init_ctx for: /opt/timemachine _mdssvc_open: Couldn't create policy handle for Urzeitkapsel Any Ideas?
  11. There is a php-error-message in the "balance-section":