search for: l813

Displaying 2 results from an estimated 2 matches for "l813".

Did you mean: 813
2013 Feb 25
2
virt-ls question (was: Re: libguestfs)
...t --time-days / | awk '$6 <= 7' You can use: virt-ls -lR -d guest --time-relative / | awk '$6 <= 10' > Where should I look for it? Which source file contains the code? Thank you. The source is here: https://github.com/libguestfs/libguestfs/blob/master/cat/virt-ls.c#L813 Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2020 Jan 06
2
[Bug 3109] New: Failure when sftp-server writes big data chunks on Windows
...could help a remote SFTP client is send a human readable text message together with the SFTP_FAILURE (code 4) status. But I see that all the send_status call in OpenSSH are without a human readable message. The code is here: https://github.com/openssh/openssh-portable/blob/master/sftp-server.c#L813 You can close this bug as I think the best thing to do is to have the SFTP RFC updated with a dedicated error code when chunk size is too big and the client can adjust the size. -- You are receiving this mail because: You are watching the assignee of the bug.