search for: mishandle

Displaying 20 results from an estimated 138 matches for "mishandle".

Did you mean: mishandled
2023 Sep 21
2
Help ! libvirt
...hndoe65534 at mail.com> wrote: > On 9/21/23 09:32, Bhasker C V wrote: > > I am getting an error with libivrt when I create a VM > > > > ``` > > $ sudo virsh create ./win11.xml > > error: Failed to create domain from ./win11.xml > > error: internal error: mishandled storage format 'none' > > > > ``` > > > > This is after I have done a dist-upgrade (was working fine before) > > debian trixie. > > > > error message says > > qemuBlockStorageSourceGetBlockdevFormatProps:1227 : internal error: > > misha...
2002 Nov 01
0
[Bug 424] New: scp mishandles files with spaces in names
http://bugzilla.mindrot.org/show_bug.cgi?id=424 Summary: scp mishandles files with spaces in names Product: Portable OpenSSH Version: older versions Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: scp AssignedTo: openssh-unix-dev at mindrot.org...
2011 Apr 03
6
[Bug 713] New: CPPFLAGS are mishandled which breaks non-shared targets
http://bugzilla.netfilter.org/show_bug.cgi?id=713 Summary: CPPFLAGS are mishandled which breaks non-shared targets Product: iptables Version: unspecified Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P5 Component: unknown AssignedTo: netfilter-buglog at lists.netf...
2023 Nov 09
0
[Bug 424] scp mishandles files with spaces in names
https://bugzilla.mindrot.org/show_bug.cgi?id=424 Slaven Rezi? <slaven.rezic at idealo.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |slaven.rezic at idealo.de --- Comment #5 from Slaven Rezi? <slaven.rezic at idealo.de> --- (In reply to
2024 Sep 27
0
Bug: ssh-copy-id mishandles dropbear
Hello, ssh-copy-id has special handling for dropbear, but this seems to be quite out of date (or forever wrong). I dont see dropbear ever accessing `/etc/dropbear/authorized_keys`, and I don't see any hints this ever was the case. dropbear uses ~/.ssh/authorized_keys just like OpenSSH, so the special handling needs to go. regards, Norbert
2024 Sep 29
1
Bug: ssh-copy-id mishandles dropbear
Am So., 29. Sept. 2024 um 00:20 Uhr schrieb <piticu.pulii at gmail.com>: > > On Fri, Sep 27, 2024 at 04:35:22PM +0200, Norbert Lange wrote: > > ssh-copy-id has special handling for dropbear, but this seems to be > > quite out of date (or forever wrong). > > I dont see dropbear ever accessing `/etc/dropbear/authorized_keys`, > > and I don't see any hints this
2003 Jan 03
0
[Bug 424] scp mishandles files with spaces in names
http://bugzilla.mindrot.org/show_bug.cgi?id=424 djm at mindrot.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From djm at mindrot.org 2003-01-03 15:16
2006 Mar 22
0
Mishandling read only files in 3.0.20b vs 3.0.21c
I noticed a few days ago running Samba 3.0.20b on Linux that if I had a file called "myfile" that was owned by "userA:groupX", writable by userA but read only for groupX 0744 userA:groupX myfile and that file was in a directory "/directory2/myfile" which was writable by the group "groupX" 0775 userA:groupX directory2 and directory2 was in
2002 Jan 07
1
Mishandling missing "..." (PR#1247)
R> myfun <- function(x, ...) {x[...] <- 0; x} R> myfun(3) Error in myfun(3) : SubAssignArgs: invalid number of arguments It fails because no ... was passed. The workaround (and desired behavior) is: R> myfun <- function(x, ...) {if (missing(...)) x[] <- 0 else x[...] <- 0; x} R> myfun(3) [1] 0 Deja vu? This is the one piece of my PR#1110 (Oct 3, 2001) that I
2008 Dec 12
4
gregexpr - match overlap mishandled (PR#13391)
Full_Name: Reid Thompson Version: 2.8.0 RC (2008-10-12 r46696) OS: darwin9.5.0 Submission from: (NULL) (129.98.107.177) the gregexpr() function does NOT return a complete list of global matches as it should. this occurs when a pattern matches two overlapping portions of a string, only the first match is returned. the following function call demonstrates this error (although this is not how I
2008 Dec 12
4
gregexpr - match overlap mishandled (PR#13391)
Full_Name: Reid Thompson Version: 2.8.0 RC (2008-10-12 r46696) OS: darwin9.5.0 Submission from: (NULL) (129.98.107.177) the gregexpr() function does NOT return a complete list of global matches as it should. this occurs when a pattern matches two overlapping portions of a string, only the first match is returned. the following function call demonstrates this error (although this is not how I
2012 Feb 06
1
ENVELOPE mishandling of Subject lines with quote(s)?
Hi, I am running dovecot version 1.2.9 on a Ubuntu 10.04 server. To obtain the message's header info from this dovecot imap server, I run the following imap command on a client side's imap session: . fetch 88:90 (envelope) which returns (in this case) ------------------------------------------------------------- * 88 FETCH (ENVELOPE ("Tue, 28 Oct 2008 15:45:35 -0500"
2012 Dec 14
1
BUG: mishandling of username if it's a keyword?
Dec 14 14:33:03 test2 dovecot: auth: Debug: auth client connected (pid=24143) Dec 14 14:33:14 test2 dovecot: auth: Debug: client in: AUTH#0111#011PLAIN#011service=pop3#011secured#011session=D6dl6dDQdAAAAAAAAAAAAAAAAAAAAAAB#011lip=::1#011rip=::1#011lport=110#011rport=38004#011resp=<hidden> Dec 14 14:33:14 test2 dovecot: auth: Debug:
2023 Sep 21
1
Help ! libvirt
...create a VM > > > > > > ``` > > > $ sudo virsh create ./win11.xml Please attach the XML used here. It comes from a code path which shouldn't be possible to reach. > > > error: Failed to create domain from ./win11.xml > > > error: internal error: mishandled storage format 'none' > > > > > > ``` > > > > > > This is after I have done a dist-upgrade (was working fine before) > > > debian trixie. Which version did you have before? > > > > > > error message says > > > qemuBl...
2023 Sep 21
1
Help ! libvirt
...> > ``` > > > > $ sudo virsh create ./win11.xml > > Please attach the XML used here. It comes from a code path which > shouldn't be possible to reach. > > > > > error: Failed to create domain from ./win11.xml > > > > error: internal error: mishandled storage format 'none' > > > > > > > > ``` > > > > > > > > This is after I have done a dist-upgrade (was working fine before) > > > > debian trixie. > > Which version did you have before? > > > > > > > &g...
2023 Sep 21
1
Help ! libvirt
...gt; $ sudo virsh create ./win11.xml > > > > Please attach the XML used here. It comes from a code path which > > shouldn't be possible to reach. > > > > > > > error: Failed to create domain from ./win11.xml > > > > > error: internal error: mishandled storage format 'none' > > > > > > > > > > ``` > > > > > > > > > > This is after I have done a dist-upgrade (was working fine before) > > > > > debian trixie. > > > > Which version did you have before? &g...
2020 Jan 07
2
Inline assembly in intel syntax mishandling i constraint
Hi all, I'm getting rather odd behavior from a call asm inteldialect(). TL;DR is "mov reg, $0" with a "i" constraint on $0 is behaving identical to "mov reg, dword ptr [$0]" and differently from "movl $0, reg" in AT&T syntax. I'm not sure how to get clang to emit an inteldialect, so for this example, I'm emitting llvm and then modifying
2001 Jul 16
2
Songs stopping early on my player
I suspect the stopping behaviour is my mishandling of either OV_EBADLINK or OV_HOLE. What should I be doing if either of these values are returned by ov_read? Having experimented more Winamp has no trouble with the "jerky" songs. But the songs where my player stops prematurely pause for a second or two in Winamp. And with WMP they continue to play properly, but from the point where they
2023 Sep 21
1
Help ! libvirt
...n11.xml > > > > > > Please attach the XML used here. It comes from a code path which > > > shouldn't be possible to reach. > > > > > > > > > error: Failed to create domain from ./win11.xml > > > > > > error: internal error: mishandled storage format 'none' > > > > > > > > > > > > ``` > > > > > > > > > > > > This is after I have done a dist-upgrade (was working fine > before) > > > > > > debian trixie. > > > > > &g...
2020 Jan 08
2
Inline assembly in intel syntax mishandling i constraint
> On Jan 7, 2020, at 18:41, Craig Topper <craig.topper at gmail.com> wrote: > > What version of llvm are you using? This looks like it may be fixed on trunk. After poking at my installation of rust, I'm not entirely sure what version of LLVM it uses. Looking at the GitHub page, it looks like Rust maintains their own copy of llvm and cherry picks commits. The C example was