search for: misfunction

Displaying 6 results from an estimated 6 matches for "misfunction".

Did you mean: isfunction
2011 Apr 27
6
Assignments inside lapply
...mx),j=(1:dimy)) unlist(lapply(1:nrow(ij),function(rowId) { return (Powermap[i,j]<-Pr(c(ij$i[rowId],ij$j[rowId]),c(PRX,PRY),f)) })) as you can see lapply does not return nothing as the assignment is done inside the function. Would that work correctly? What are the cases such a statement will misfunction? I would like to thank you in advace for your help. Best Regards Alex
2015 Feb 14
4
C5 BASH IF
Being new to some aspects of BASH, I tried to reduce the quantity of scripts by introducing a comparison test into an existing working script. The script refused to work until I placed [ ] around the actual test. The second test, in the same script, misfunctioned until I removed the [ ] around the second test. ---------------------------- NON WORKING first comparison 5 if $dir="law" 6 then 7 www="law" 8 dir=${file:0:5} 9 else 10 www="www/s" 11 fi Error message = /root/bin/.us: line 5: law=law: com...
2015 Feb 14
0
C5 BASH IF
....u22.net> wrote: > Being new to some aspects of BASH, I tried to reduce the quantity of > scripts by introducing a comparison test into an existing working > script. > > The script refused to work until I placed [ ] around the actual test. > The second test, in the same script, misfunctioned until I removed the > [ ] around the second test. > I think you are missing some very basic concepts here. First, the shell likes to parse things separated by white space. Second, [ is a synonym for test which is a build-in version of /bin/test, so try 'man test' for the syntax o...
2008 Sep 02
0
[fdo] Bitmap program : misbehavior
...r 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 running xorg servers (Linux), and when running a Windows commercial server (XWin32) as well. I did some simple trials, but could not find out what goes wrong : - when launched on a second server (started as 'X :1 &') on a Linux workstation, bitmap WORKS PERFECTLY....
2010 Oct 08
1
SCSI/SAS error message by mpt2sas.ko
...!(_scsih_is_end_device(device_info))) { 4636 printk(MPT2SAS_ERR_FMT "failure at %s:%d/%s()!\n", 4637 ioc->name, __FILE__, __LINE__, __func__); 4638 return 0; 4639 } I am not sure what that should tell me. I can not detect any misfunction once the systems are up and running, nor any further error loggings. Any clue about the severity of that mpt2sas check and failure note? Best regards Alexander
2000 Aug 29
5
kernel oplocks
I am a little bit confused about the kernel support for oplocks. man page of smb.conf: ---------------- For UNIXs that support kernel based oplocks (currently only IRIX but hopefully also Linux and FreeBSD soon) this parameter allows the use of them to be turned on or off. This parameter defaults to "On" on systems that have the support, and "off" on systems that don't.