Daniel Markstedt

Results 407 comments of Daniel Markstedt

The script is over 1600 lines long at present. It's hard to read and maintain.

> There should also be guidelines for Python and HTML etc., not just for C++. We do this for all Python and CSS code already, and it's part of the...

> I recommended against changing code in the CI pipeline. The code should be formatted in the IDE only. I agree. In my opinion, the pipeline should report on non-compliant...

@fdanapfel Did you pass `iface` parameters when attaching the daynaport device? Either with the `-f` parameter of scsictl or the FILE object of piscsi proper (upon startup). One example of...

@fdanapfel Right, so if you want to override the default `10.10.20.1/24` you need to pass a different parameter to piscsi or scsictl as per the above.

@ByteKnight6 So your workaround is to create a _subfolder_ under `/home/pi/afpshare` such as `/home/pi/afpshare/foobar` and then use that as the shared volume? May you share the output of `ls -al`...

FWIW I tried to reproduce with netatalk 2.x code (the latest HEAD) but I couldn't see it in my environment. I put a dir under /home/username and set the permissions...

> root@CQFileServer:/home/pi/afpshare# ls -al Can you please do the same from within the /home/pi dir? What I want to see is the permissions on the afpshare dir. Please feel free...

Thanks! Well, that only tells us that the flags are the permissive 777 writable for everyone, so the issue is a bit of a mystery.

Have you tried setting the suid/sgid or sticky permission bits on the entire shared volume? See https://www.redhat.com/sysadmin/suid-sgid-sticky-bit I'm not sure if this will make difference but I'm curious what your...