You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows Client (mstsc) connecting to Ubuntu 22.04.5 (xrdp 0.9.17).
To reproduce
I have shared a drive from Windows, and its content appear fine in thinclient_drives
On Linux open a terminal and run: tail -f hello.txt
On Windows, add a line to hello.txt
On Linux open another terminal and run cat hello.txt
Expected results
The tail command in Linux displays the added line
The cat command shows the added line
Actual result
Neither the tail or cat commands show the new line
Only if tail is closed will cat see the new data. It seems that if the file is open for reading, its latest contents don't propagate from the client to the server.
The text was updated successfully, but these errors were encountered:
Hi,
Environment
Windows Client (mstsc) connecting to Ubuntu 22.04.5 (xrdp 0.9.17).
To reproduce
I have shared a drive from Windows, and its content appear fine in
thinclient_drives
tail -f hello.txt
hello.txt
cat hello.txt
Expected results
tail
command in Linux displays the added linecat
command shows the added lineActual result
tail
orcat
commands show the new lineOnly if
tail
is closed willcat
see the new data. It seems that if the file is open for reading, its latest contents don't propagate from the client to the server.The text was updated successfully, but these errors were encountered: