realcnbs

Members
  • Posts

    5
  • Joined

Recent Profile Visitors

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

realcnbs's Achievements

Noob

Noob (1/14)

1

Reputation

  1. New beta version image released: - Improved small screens UI - Significantly improved scanning performance - Improved scan jobs status updates on backend and UI - Fixed postgres deadlocking - ...more bug fixes
  2. Application Name: Picthor.Io Docker Hub: https://hub.docker.com/repository/docker/picthorio/picthor-io Github: https://github.com/picthor-io Picthor.Io photo library browser. The goal of this software to provide a simple, fast and lightweight tool for browsing personal photo libraries. Instructions: 1. You will need a postgresql databse server (can use any of available dockers apps). 2. Create DB and user for picthor. 3. Install the picthor app providing all the DB details and volumes mounts (watch the logs for any errors). 4. Navigate to the web UI, go to "roots" section, add a root pointing it to the mapped photos volume 5. Click "sync" button and let it do the job, in case of big library and slow disks initial scan can take some time until you see the progress bar. 6. Browse you library, report any bugs. WARNING: Currently there is no authentication functionality, deploy with care. BETA: This project is in early development stage, expect bugs. Demonstation gifs:
  3. Looks like I was able to fix slow directory load issue. @typewriter try editing /etc/samba/smb.conf changing metadata from stream to netatalk like this: fruit:metadata = netatalk
  4. Hello I'm facing the exact same issues on macbook air m1 on latest macos. I've tried every solution/tweak for both client and server that I could google up. Here is a gif showing me trying to delete a few files: https://preview.redd.it/o3m0lio5n5171.gif?format=mp4&s=1ee06640ce047ba2c0c5b3ed451f4f953228b5b8 I've installed wireshark on macos, and while i'm not an SMB protocol pro and know nothing about it but a single file copy from laptop to server is around 3200 smb protocol messages and that doesn't look right to me at all. On unraid side in the /var/log/samba/log.smbd log I see hundreds of these messages per second when I browse a directory: [2021/05/24 23:05:10.725925, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.727676, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.731051, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.731652, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.733008, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.733479, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.735057, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.735696, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.737710, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) ad_open_rsrc: SMB_VFS_CREATE_FILE failed [2021/05/24 23:05:10.738508, 0] ../../source3/lib/adouble.c:2102(ad_open_rsrc) I know this is a problem with macos smb implementation, but it would be really nice to have a solution. I have a friend with synology and he doesn't have any of such issues at all. All other my windows and linux devices work just fine and very fast.