search for: nosuchfile

Displaying 20 results from an estimated 61 matches for "nosuchfile".

2020 Jun 01
7
server: Fix reading passwords interactively.
https://bugzilla.redhat.com/show_bug.cgi?id=1842440 Patches 1 and 2 address fairly obvious bugs in how we handle reading passwords from stdin. There are other ways we may consider fixing these bugs: - Should password=- always open /dev/tty and ignore stdin entirely? - Should we make password=-0/-1/-2 work by skipping the close? Or perhaps reopen the file descriptors on /dev/null after
2020 Jun 01
1
Re: [PATCH nbdkit 1/3] server: Disallow password=- from non-tty and fix error message (RHBZ#1842440).
On 6/1/20 5:31 AM, Richard W.M. Jones wrote: > This command fails with an incorrect error message: > > $ nbdkit ssh host=localhost /nosuchfile password=- --run 'qemu-img info $nbd' </dev/null > password: > nbdkit: error: could not read password from stdin: Inappropriate ioctl for device > > The error (ENOTTY Inappropriate ioctl for device) is actually a > leftover errno from the previous isatty call. This...
2004 Sep 16
1
[LLVMdev] HowToUseJIT.cpp - file: 'llvm/ADT/iterator': Nosuchfile or directory
>From: Paolo Invernizzi <arathorn at fastwebnet.it> >Date: Thu, 16 Sep 2004 11:18:00 +0200 >If VC6 is not doing something wrong with templates... ;-/ As far as I know is template handling a part of some C++ ISO standard. Then, MS should adhere to this... However, what you objects against is that MS didn't implement STL the way STL should be implemented. And the reason to
2020 Jun 01
0
[PATCH nbdkit 1/3] server: Disallow password=- from non-tty and fix error message (RHBZ#1842440).
This command fails with an incorrect error message: $ nbdkit ssh host=localhost /nosuchfile password=- --run 'qemu-img info $nbd' </dev/null password: nbdkit: error: could not read password from stdin: Inappropriate ioctl for device The error (ENOTTY Inappropriate ioctl for device) is actually a leftover errno from the previous isatty call. This happens because getline(3)...
2013 Oct 29
0
[PATCH] docs: guestfs_case_sensitive_path returns error on non-existent path
...depend on details of how the directories were originally -created under Windows). +=over 4 + +=item C<guestfs_case_sensitive_path> (\"/windows/system32/netkvm.sys\") + +\"Windows/System32/netkvm.sys\" + +=item C<guestfs_case_sensitive_path> (\"/windows/system32/NoSuchFile\") + +\"Windows/System32/NoSuchFile\" + +=item C<guestfs_case_sensitive_path> (\"/windows/system33/netkvm.sys\") + +I<ERROR> + +=back + +I<Note>: +Because of the above behaviour, C<guestfs_case_sensitive_path> cannot +be used to check for the existen...
2019 Apr 17
3
[Bug 13901] New: Empty quotes adds cwd to SRC directories
https://bugzilla.samba.org/show_bug.cgi?id=13901 Bug ID: 13901 Summary: Empty quotes adds cwd to SRC directories Product: rsync Version: 3.1.3 Hardware: x64 OS: Linux Status: NEW Severity: normal Priority: P5 Component: core Assignee: wayne at opencoder.net Reporter:
2020 Jun 01
0
[PATCH nbdkit 2/3] server: Disallow -FD for stdin/stdout/stderr.
$ ./nbdkit ssh host=localhost /nosuchfile password=-0 --run 'qemu-img info $nbd' abc fcntl: Bad file descriptor The reason for this is that we close the file descriptor after reading the password. Closing stdin causes bad stuff to happen. --- docs/nbdkit-plugin.pod | 5 +++++ server/public.c | 4 ++-- 2 files changed,...
2008 Feb 08
1
Re: xenconsole: Could not read tty from store: No suchfile or directory
On Thursday 07 February 2008 05:19:26 pm Hamid Majidy wrote: > When I start guest with "xm create clientdom", I get: > xm create clientdom > Using config file "./clientdom". > VNC= 3 > Started domain clientdom >   > But when I try to connect to it with "vncviewer 192.168.122.1:5900" I get: > VNC Viewer Free Edition 4.1.2 for X - built Mar 14
2008 Jan 18
0
more help needed Re: communicate from Rterm
...quot; call in Windows cmd or VBA and I am calling R from VBA. Now I want to use tryCatch to output the error to a text file and exit gracefully. My expression will be source("file.r") and that will contain file I/O and db connect+query. to exemplify I am trying with tryCatch(read.csv(nosuchfile.csv),error=function(e){print (signalCondition(e)},finally=print("graceful exit")) and not only it does not work but prints me a warning, so handling definitely fails. Please, help or refer to tryCatch examples with real handlers. I could not get much out of the examples in the help fi...
2012 Jun 12
9
[PATCH v2 0/9]
More comprehensive support for virtio-scsi. Passes all the tests. Rich.
2019 Apr 23
8
[PATCH 0/7] Make deprecation warnings more prominent
Since there are deprecated APIs, make sure that users notice they are deprecated in more prominent ways than done so far: - using deprecated C functions now warns by default - it is possible to use the C library making sure no deprecated function is ever used - Python/Ruby/Perl scripts now get warning messages (configured according to their own systems) when deprecated functions are used The
2016 Apr 04
0
[PATCH 2/2] Use 'error' function for fprintf followed by exit.
...+ error (EXIT_FAILURE, 0, + "guestfs_touch: expected errno == EROFS, but got %d", err); if (guestfs_umount (g, "/") == -1) exit (EXIT_FAILURE); @@ -85,35 +80,27 @@ main (int argc, char *argv[]) exit (EXIT_FAILURE); stat = guestfs_lstat (g, "/nosuchfile"); - if (stat != NULL) { - fprintf (stderr, - "guestfs_lstat: expected error for missing file\n"); - exit (EXIT_FAILURE); - } + if (stat != NULL) + error (EXIT_FAILURE, 0, + "guestfs_lstat: expected error for missing file"); err = gues...
2011 Jan 25
0
builder-debian libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...onfig_0 318/321 test_is_ready_0 319/321 test_get_autosync_0 320/321 test_get_path_0 321/321 test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 25
0
builder-ubuntu libguestfs success 36fe0acf8a2e72c223d7a9f7a93815ff276a3cc1
...test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 21
0
builder-debian libguestfs success 78f1405de05ef1f2efebafd8245658d1707e59ef
...onfig_0 318/321 test_is_ready_0 319/321 test_get_autosync_0 320/321 test_get_path_0 321/321 test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 11
0
builder-debian libguestfs success e5220b26f51d5912371424ab6dfbdb46ce6aa170
...onfig_0 318/321 test_is_ready_0 319/321 test_get_autosync_0 320/321 test_get_path_0 321/321 test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 14
0
builder-debian libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...onfig_0 318/321 test_is_ready_0 319/321 test_get_autosync_0 320/321 test_get_path_0 321/321 test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 11
0
builder-ubuntu libguestfs success e5220b26f51d5912371424ab6dfbdb46ce6aa170
...test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 14
0
builder-ubuntu libguestfs success 4ffa2d6798f7a2bf0baec8e1084659cf6358bc31
...test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...
2011 Jan 22
0
builder-ubuntu libguestfs success 78f1405de05ef1f2efebafd8245658d1707e59ef
...test_get_qemu_0 PASS: tests PASS: test-just-header PASS: test-create-handle PASS: test-config PASS: test-add-drive-opts open /dev/kvm: No such file or directory Could not initialize KVM, will disable KVM support libguestfs: error: touch: open: /test: Read-only file system libguestfs: error: lstat: /nosuchfile: No such file or directory libguestfs: error: mkdir: /test: File exists PASS: test-last-errno ================== All 6 tests passed ================== make[3]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[2]: Leaving directory `/home/rjones/d/libguestfs/capitests' make[1]: L...