Rsync error

when i call greenbone-feed-sync I got error:


Trying to acquire lock on /var/lib/gvm/feed-update.lock
Acquired lock on /var/lib/gvm/feed-update.lock
⠋ Downloading SCAP data from rsync://feed.community.greenbone.net/community/vuln
erability-feed/22.04/scap-data/ to /var/lib/gvm/scap-data
Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(467) 

⠋ Downloading CERT-Bund data from rsync://feed.community.greenbone.net/community
/vulnerability-feed/22.04/cert-data/ to /var/lib/gvm/cert-data
Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(467) 

⠋ Downloading gvmd data from 
rsync://feed.community.greenbone.net/community/data-feed/22.04/ to 
/var/lib/gvm/data-objects/gvmd/22.04
Unknown --info item: "flist"
rsync error: syntax or usage error (code 1) at options.c(467)```

Can you please describe your installation method. Also, when you paste terminal output into the forum can you use the proper formatting so others can read it? Thanks.

1 Like

For the formatting please take a look at Start Here - #3 by bricks

2 Likes

A quick searched showed that it seems to be an issue with your locale and rsync. I’ve found Unknown --info item: "flist" on tr_TR.utf-8 locale with --progress option · Issue #370 · WayneD/rsync · GitHub

2 Likes