search for: misbehavior

Displaying 20 results from an estimated 109 matches for "misbehavior".

2008 Sep 02
0
[fdo] Bitmap program : misbehavior
Hello, I have been using the bitmap program for several years, for teaching purpose (introductory to elementary principles of information coding). At present, the program does not behave any longer as it should do : - after having clicked one of the drawing buttons (Point, Curve, Line, etc.) no drawing occurs inside the canvas area of the main window. This misfunction is observed when
2007 Nov 01
1
Virtual window misbehavior
I succeeded in installing 0.9.47 on two Debian Etch machines. In 'winecfg' in the 'Graphics' tab I checked the "Allow the Window Manager to control the Windows" box and the "Emulate a virtual desktop" box at 1024x768.When I start a program the virtual desktop goes full screen under the bottom and top panels. I haven't found handles to re-size the window. All
2009 Aug 31
1
mput/mget misbehavior
A couple of notes about mget/mput in SFTP (5.1p1). 1. They aren't documented in the SFTP man page 2 They misbehave -- "mput a.txt b.txt" copies a.txt to b.txt on the server "mput *.txt b.txt" copies the first wildcard match to b.txt on the server "mput a.txt b.txt c.txt" copies a.txt to b.txt on the server "mput a.txt
2010 Jul 29
0
Strange misbehavior from system-config-printer on CentOS 5.5
I had to print a file directly from my VMWare Windows XP guest to my Brother laser printer and now I can't run system-config-printer. The file was one of those screwy PDFs that even Adobe Reader 9.3.2 can't print on my CentOS (there's something in the file that inhibits the printing). Occasionally I've been able to get around this in the past by using the GIMP to reformat some
2007 Dec 10
0
klibc ipconfig misbehavior in a network with DHCP snooping
[ added klibc ml to cc ] > I found a problem with klibc's "ipconfig" program, or at least, behavior > that breaks DHCP on my thin clients (LTSP 5.0). It has to do with setting > the giaddr field on dhcp_send in dhcp_proto.c, line 164. thank you for digging into it. > Otherwise, the relay agent SHALL forward any received DHCP packet > with a valid non-zero giaddr
2009 Sep 16
1
ACL misbehavior moving from POSIX ACL -> acl_xattr
List, I had Samba 3.0 running on Debian Lenny configured to use POSIX ACLs on ext3. They worked fine, or at least as fine as NT -> POSIX mapping ever did. After testing 3.3 with acl_xattr on using a different machine, I decided to give it a whirl on the production server. And yes, I know it's experimental. I defined a share thusly: vfs objects = acl_xatt acl map full
2003 Jan 29
2
browser() misbehavior ?
Under v1.6.2, Windows NT4 OS, when a function contains an execution error and I have placed browser() in inside the function body, the call to browser is ignored. A brief example to illustrate: > foo <- function(x) { + y <- x ^ 2 + browser() + foo2(x) ## Intentional error + x ^ 3 + } > > foo(30) Called from: foo(30) Browse[1]> Error in foo(30) : couldn't find
2001 Mar 30
0
Re: [Omega-bugs] RSMethods pkg causes data.frame misbehavior in R
Right. The methods such as as.data.frame.numeric don't get dispatched, basically because RSMethods tries to interpret class(x) in the S4 sense (so, e.g. a numeric vector has class "numeric"). Problems can then come from different semantics for S3-style and S4-style methods. The older methods don't dispatch on the mode of vectors (or equivalently, on the value of
2007 Oct 12
2
Are those bugs ?
Running an app from a console I notice a number of warning messages all starting with "fixme": fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsof fixme:ntdll:find_reg_tz_info Can't find matching timezone information in the reg : 11/03/2007, dlt (d/m/y): 21/10/2007 fixme:bitblt:X11DRV_ClientSideDIBCopy potential
2005 Sep 06
3
Misbehavior with Dovecot and Mulberry
I'm having a bit of misbehavior wherein Dovecot seems to refuse to cooperate with my Mulberry MUA. By and large, everything works great. I can move mail back and forth happily. I can compose a note and copy the outgoing mail to my Dovecot "Sent" folder using my default Mulberry settings. But if I reply or forward a...
2020 May 09
2
Fwd: Win7 clients problem after upgrading samba file server to 4.12 on Arch
On Sat, 2020-05-09 at 18:33 +0200, pavlos via samba wrote: > > Ralph, good news! > > Applying the patch into the original source code of the 'open.c' file > removes the observed misbehavior. > So yes, you've touched and addressed the root-cause of the problem > on my side. MANY THANKS! > Double checked that from two WIn7 stations - x86 and x64, also from my Arch > LInux working computer. > --- > > Thanks to All the Samba Community for the fantastic product!...
2010 Feb 27
0
[LLVMdev] Possible SelectionDAG Bug
...f times in the testbase. > > Ping? Just want to make sure this didn't get missed somehow. I'm > surprised to see no discussion. I've now looked at your latest patch. In summary, it does expose a subtle problem. I haven't seen anything that here would lead to observable misbehavior yet though. X86GenDAGISel.inc has code like this: SDValue N1 = N->getOperand(1); ... SDNode *ResNode = CurDAG->SelectNodeTo(N, ...); ... ReplaceUses(SDValue(N1.getNode(), 1), SDValue(ResNode, 2)); If N was the only user of N1, and N1 isn't in the new operand list, then t...
2011 Sep 25
2
help about R basic
This is my first time to ask for help in the R mailing list, so sorry for my misbehavior. The question is actually an example of the apply function embedded in R. Code is here: > x <- cbind(x1 = 3, x2 = c(4:1, 2:5)) > dimnames(x)[[1]] <- letters[1:8] > x x1 x2 a 3 4 b 3 3 c 3 2 d 3 1 e 3 2 f 3 3 g 3 4 h 3 5 > cave <- function(x, c1, c2) c(mean(...
2020 May 09
2
Win7 clients problem after upgrading samba file server to 4.12 on Arch
...oducer? > The links you posted earlier don't seem to work anymore. > > -slow > ...because I have treated them as not important and have deleted them, after I had found the proper commit in code. If this is important - I may reproduce them, this time tracing more precisely moments of misbehavior. Pawel.
2010 Feb 26
2
[LLVMdev] Possible SelectionDAG Bug
On Friday 26 February 2010 10:34:41 David Greene wrote: > On Friday 26 February 2010 09:55:32 David Greene wrote: > > In the continuing quest to try to track down problems we're seeing in > > SelectionDAG, I added the following assert > > toSelectionDAG::ReplaceAllUsesOfValuesWith: > > Here's a patch to add more of these deleted node asserts. They fire > tons
2001 Oct 29
2
pam_open_session w/o tty on Solaris
...debug("PAM setting tty to \"%.200s\"", ttyname); pam_retval = pam_set_item(__pamh, PAM_TTY, ttyname); Obviously that expands the meaning of PAM_SUN_CODEBASE a bit from its current definition, but it seemed a fairly reasonable thing to use, since this appears to be another misbehavior of PAM under Solaris. I don't honestly know enough about the inner workings of PAM to know whether it would be better to use an empty string, or a real but useless file like /dev/null, though. Is there a better way to deal with this? Thanks, David
2004 Mar 24
1
stalled 'sync' on ext3+quota over drbd
...fine. But if you actively use the filesystem for some time (hour of copying a large tree over NFS), then then try 'sync' command, the latter runs very long (10 minutes or more), eating 99% CPU according to top, and the system becomes very sluggish (leading to stalled replication, heartbeat misbehavior) and in fact unusable. Any ideas why this happens and/or suggestions for further investigation? Eugene -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: This is a digitally signed message part UR...
2007 Jun 13
1
windows xp wildcard matching in cmd.exe (search pattern is changed to uppercase when using wildcards)
...f I call "dir a.java", the case is not changed and the file is shown properly. So Win XP (or cmd.exe) seems to change the case to uppercase if a wildcard is found We can't change our Samba server to work "case insensitive". Is there any other way to handle or change this misbehavior? Thanks, Alexander Geraldy
2009 Dec 04
1
DO NOT REPLY [Bug 6965] New: truncated files and exit code 23
https://bugzilla.samba.org/show_bug.cgi?id=6965 Summary: truncated files and exit code 23 Product: rsync Version: 3.0.4 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: martin.pihlak at gmail.com
2004 Dec 10
4
[Bug 961] CVS annotate problems
http://bugzilla.mindrot.org/show_bug.cgi?id=961 Summary: CVS annotate problems Product: Portable OpenSSH Version: 3.8.1p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh AssignedTo: openssh-bugs at mindrot.org ReportedBy: sb at dod.no I had a