Re: [s3ql] "operation not supported" when trying to overwrite file

2020-12-03 Thread Nikolaus Rath
On Dec 03 2020, Johann Bauer  wrote:
> Hello,
>
> I'm seeing some strange issues when trying to overwrite files in my s3ql 
> file system:
>
> # echo "" > s3ql/data/test && echo OK
> zsh: operation not supported: 
> s3ql/data/appdata_ocp7izw7z2ll/css/icons/icons-vars.css

This is probably https://github.com/s3ql/s3ql/issues/182 (since the
first fix there's been a proper one too, https://github.com/s3ql/s3ql/pull/197).


Best,
-Nikolaus

-- 
GPG Fingerprint: ED31 791B 2C5C 1613 AF38 8B8A D113 FCAC 3C4E 599F

 »Time flies like an arrow, fruit flies like a Banana.«

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to s3ql+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/s3ql/87zh2ud2i4.fsf%40vostro.rath.org.


[s3ql] "operation not supported" when trying to overwrite file

2020-12-03 Thread Johann Bauer
Hello,

I'm seeing some strange issues when trying to overwrite files in my s3ql 
file system:

# echo "" > s3ql/data/test && echo OK
zsh: operation not supported: 
s3ql/data/appdata_ocp7izw7z2ll/css/icons/icons-vars.css
# echo "" >> s3ql/data/test && echo "OK"
OK
# ls s3ql/data/test -la
-rw-r--r-- 1 www-data www-data 111060 Dec 3 09:45 s3ql/data/test
# rm s3ql/data/test && echo OK
OK
# echo "" > s3ql/data/test && echo OK
OK
# echo "" > s3ql/data/test   && echo OK  
zsh: operation not supported: s3ql/data/test

So I'm able to create files, remove files, append to files but I can not 
overwrite files.

# mount | grep s3ql
swiftks://auth.cloud.ovh.net/DE:test/ on /mnt/s3ql/data type fuse.s3ql 
(rw,nosuid,nodev,relatime,user_id=0,group_id=0,default_permissions,allow_other)

Since the user guide says "Conceptually, S3QL is indistinguishable from a 
local file system" I assume this should work.

Any idea what's wrong here?

-- 
You received this message because you are subscribed to the Google Groups 
"s3ql" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to s3ql+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/s3ql/35fdf635-45dd-4065-876b-20727796842en%40googlegroups.com.