Sudhakar Verma

Results 53 comments of Sudhakar Verma

Hello @timgurske Can you add a small reproducer? more logs and content that will help me reproduce the issue. Thanks

There doesn't seem to be any reason to believe this is malware From Download (HTTP): https://github.com/freerdp/freerdp/archive/3.17.2/FreeRDP-3.17.2.tar.gz ```console $ sha256sum /tmp/FreeRDP-3.17.2.tar.gz 04a2e8049602e7aba767880990959facf2ebf7b5fbeeb5120e81838d8c2d2f17 /tmp/FreeRDP-3.17.2.tar.gz ``` which matches what the https://launchpadlibrarian.net/825920925/freerdp3_3.17.2-1ppa13~focal1.dsc mentions ```...

The PPA was - https://launchpad.net/~3ddruck/+archive/ubuntu/freerdp3full/+packages But we(the launchpad team) have disabled it unless proven otherwise to be safe.

Can confirm this fails on ubuntu as well ```console sudhackar@sec-noble-server-amd64:~$ cd "$HOME" mkdir real-dir ln -s real-dir dir mkdir /tmp/dir echo "foo" > /tmp/dir/file cd /tmp rsync -KRlptzv dir/file localhost:...

Hello @GuillaumeHullin Can you maybe do a short reproducer? Also #722 has some `--partial-dir` issue as well.

Hello @GuillaumeHullin I have root-caused your issue to something similar in #722 This only happens when the `--partial-dir` is actually an absolute path - this issue won't happen when you...

``` --exclude=PATTERN exclude files matching PATTERN ``` Does it work if you use `--exclude foo.txt`? An example here ```console $ rsync -rv --progress rsync://remote-host/shared/test rsync receiving incremental file list created...

I think this goes under the same bug. ```sh $ rasm2 -a x86 -b 32 'call dword [eax]' ff10 $ rasm2 -a x86 -b 32 'call dword [10*eax]' ff10 $...

I recently backported some of the security fixes to older releases on Ubuntu. Looks like we did a lot of redundant work - under the embargo, tests, backport and everything....