search for: problematic

Displaying 20 results from an estimated 4986 matches for "problematic".

2012 Oct 18
4
speeding read.table
...001E+01 1.0000E+00 1.0000E+03 -1.0000E+00 1.0000E+00 2.2737E-14 -2.2737E-14 0.0000E+00 1.9281E-08 0.0000E+00 0.0000E+00 1.0010E+05 2.4000E+01 1.0000E+00 2.0000E+03 -1.0000E+00 1.0000E+00 5.7541E-15 -5.7541E-15 0.0000E+00 5.1115E-13 0.0000E+00 0.0000E+00 I will use the term "problematic lines" to refer to the repeated occurrences of the two non-data lines read.table is not successful in reading the table because of these problematic lines (I get around the first "TABLE NO." line using the skip option) My word-around has been to: 1. read the table with readLine...
2012 Jul 10
1
Bug#643953: Copy of the problematic grub config file?
Hi Phil, Do you by any chance have a copy of the problematic configuration file? Thanks, Ian.
2012 Sep 13
0
problematic p values for Dixon Q test
I am using R dixon.test in order to perform Q test for detection of outliers. The p-values for high Q values are consistent with the table in Rorabacher, D.B. (1991) http://www.flworkshop.com/sscs/dixon_test.pdf, but it seems that small Q-values get problematic p-values. For example: dixon.test(c(0.324,0.5,1,1.324),two.sided=T) Q = 0.324, p-value = 1 dixon.test(c(0.324,0.5,1,1.324),two.sided=F) Q = 0.324, p-value = 0.5 The p value I expect by simulation is ~0.83: norm=matrix(nrow=1000,ncol=4) for (i in 1:1000){ norm[i,]<-rnorm(4) q[i]<...
2008 Jul 14
3
[BUG] boot failure since syslinux-3.00
Hi, This AMD Elan board seems to be very problematic: http://www.embeddedarm.com/products/board-detail.php?product=TS-5500 I'm having various issues with booting recent Linux kernels with syslinux. syslinux-2.13 was the last version that worked and since syslinux-3.00 it doesn't work. When it doesn't work all I get is "Boot faile...
2005 Jul 27
3
Well, "Hard filesystem quota can also be problematic"
"Hard filesystem quota can also be problematic", quoth <http://www.dovecot.org/>. Since we actually use quota for our userbasg, this merited further investigation. Using 1.0-stable, we enabled quota on /var and /users filesystems, and set very low quota for a test account. Then we had some mail delivered on it, and we moved some...
2014 Mar 13
5
[LLVMdev] Be Careful with Positionally-Encoded Operands (AArch64, Mips, AMDGPU, etc.)
...cheme still can't deal with the complex operands that PPC uses for handling memory operands), and PowerPC needs the behavior that named and positional operands are disjoint so that we can start transitioning toward using named mapping, so I've added a new TableGen target bit to disable this problematic overlapping operand behavior (noNamedPositionallyEncodedOperands) in r203767. This means that in lib/Target/PowerPC/PPC.td, we have: def PPCInstrInfo : InstrInfo { ... let noNamedPositionallyEncodedOperands = 1; ... } I'd like those maintaining the current backends (especially AArch64, M...
2012 Jul 10
1
Bug#603391: Do you have a copy of the problematic grub configuration file?
tags 603391 +moreinfo thanks Hello, It's been quite a while so I suspect the answer will be no but do you happen to have a copy of the problematic grub configuration file? Thanks, Ian.
1997 Nov 06
1
R-alpha: "invisible" (yet again): a more problematic bug[let]
I think this is a more problematic buglet in (implicit/explicit) ``invisible behavior''). Try this (all versions of R from 0.49 to 0.60): test0 <- function() c(1,2) test <- function(two = FALSE) c(1, if(two) 2) testR <- function(two = FALSE) return(c(1, if(two) 2)) test0()# 1 2 as it should test() # &...
2015 Feb 05
3
[LLVMdev] Is there any known bug related to NoDuplicate in LLVM/Clang 3.5
...I expect is only a main function with many LLVM IRs. However when I counts the number of barrier function call of the output LLVM IR, I found the number is more than I used in source code. I am wondering whether there is any known bug related to NoDuplicate in LLVM/Clang 3.5? PS. To find out the problematic LLVM pass that may duplicate my barrier function call. I also used -print-after-all to dump the generated LLVM IR of each pass. But the main function is too huge and the called pass is too much therefore it is not feasible to debug in this way. Do you have any other debug tips to find out the probl...
2006 Oct 09
2
Bug#391935: Xen trademark might be problematic
Package: xen-hypervisor-3.0-unstable-1-amd64 Version: 3.0-unstable+hg11561-1 Severity: serious It seems Xen has a similar trademark policy as the much discussed Mozilla one. Specifically http://www.xensource.com/xen-tm-faq.html says: | 16. If I distribute a changed version of the Xen? hypervisor, may I | say that the changed product is the Xen hypervisor? | | No. If you have changed an
2008 Nov 22
4
"syntax error, unexpected tIDENTIFIER , expecting kEND" in RJS response
...at means, the prior example works if "page.alert("hi")" is deleted. The strange thing about it is, that in another controller action I use a similar rjs template (containing two javascript calls as above) and it works. The only difference between both rjs templates is that the problematic one (the above example) renders a template which itself calls another template within a loop over a collection (job.requisites each do |r| render :partial => "requisite"). Anyone knows what is going on here and how to make this problematic example work? Thanks for any help! Jochen -...
2015 Oct 24
4
Confusion on lpxelinux vs. gpxelinux vs. ipxe vs gpxe.
...s TFTP not HTTP or FTP, etc. 2. lpxelinux.0 - a syslinux Network Boot program linked against the light-weight TCP/IP (lwIP) stack. Offering fast HTTP, FTP, etc. 3. gpxelinux.0 - a syslinux Network Boot program linked against another Network Boot Program's implementation of HTTP (gpxe). Possibly problematic and slow on VMs. We also have a gpxecmd.c32 which doesn't seem to be documented in the "modules" section of the syslinux wiki. As separate projects we appear to have: 1. gpxe - a mothballed Network Boot Program but with a possibly problematic and slow HTTP implementation. 2. ipxe -...
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...n Tue, 2016-04-19 at 19:20 +0300, Michael S. Tsirkin wrote: > > > > > I thought that PLATFORM served that purpose.? Woudn't the host > > > advertise PLATFORM support and, if the guest doesn't ack it, the host > > > device would skip translation?? Or is that problematic for vfio? > > > > Exactly that's problematic for security. > > You can't allow guest driver to decide whether device skips security. > > Right. Because fundamentally, this *isn't* a property of the endpoint > device, and doesn't live in virtio itself. &g...
2016 Apr 19
2
[PATCH RFC] fixup! virtio: convert to use DMA api
...n Tue, 2016-04-19 at 19:20 +0300, Michael S. Tsirkin wrote: > > > > > I thought that PLATFORM served that purpose.? Woudn't the host > > > advertise PLATFORM support and, if the guest doesn't ack it, the host > > > device would skip translation?? Or is that problematic for vfio? > > > > Exactly that's problematic for security. > > You can't allow guest driver to decide whether device skips security. > > Right. Because fundamentally, this *isn't* a property of the endpoint > device, and doesn't live in virtio itself. &g...
2018 Jul 04
0
ca-certificates-2018.2.22-65.1.el6.noarch problematic
On 07/04/2018 08:54 AM, Walter H. wrote: > Hello, > > the RPM > > ca-certificates-2018.2.22-65.1.el6.noarch > > has a big problem ... > many certificates were removed - my proxy uses this as source and isn't > able to validate correct any more - > most sites show this: > > /[No Error] (TLS code: X509_V_ERR_SELF_SIGNED_CERT_IN_CHAIN) > > /Self-signed
2018 Jul 04
1
ca-certificates-2018.2.22-65.1.el6.noarch problematic
On 04.07.2018 18:37, Alice Wonder wrote: > On 07/04/2018 08:54 AM, Walter H. wrote: >> Hello, >> >> the RPM >> >> ca-certificates-2018.2.22-65.1.el6.noarch >> >> has a big problem ... >> many certificates were removed - my proxy uses this as source and isn't >> able to validate correct any more - >> most sites show this: >>
2015 Aug 30
3
HG port=0 changes still problematic
Aug 30 12:35:04 nihlus.leuxner.net systemd[1]: Started Dovecot IMAP/POP3 email server. Aug 30 12:35:04 nihlus.leuxner.net dovecot[60404]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf line 24: Invalid port number 0 Aug 30 12:35:04 nihlus.leuxner.net systemd[1]: dovecot.service: main process exited, code=exit System with HG e1c7fcd62813 fails on inet_listener
2015 Aug 31
0
HG port=0 changes still problematic
Op 8/30/2015 om 12:43 PM schreef Thomas Leuxner: > Aug 30 12:35:04 nihlus.leuxner.net systemd[1]: Started Dovecot IMAP/POP3 email server. > Aug 30 12:35:04 nihlus.leuxner.net dovecot[60404]: doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf line 24: Invalid port number 0 > Aug 30 12:35:04 nihlus.leuxner.net systemd[1]: dovecot.service: main process exited,
2015 Feb 20
0
why HLS/DASH are problematic in an Icecast context
On 02/20/2015 04:05 PM, Eric Richardson wrote: > On Fri, Feb 20, 2015 at 10:25 AM, Daniel James > <daniel.james at sourcefabric.org <mailto:daniel.james at sourcefabric.org>> > wrote: > > Hi Thomas, > > Let's start with HLS: > > - It's not a standard. It's current status is that it's an *expired* > > draft[1]. > >
2015 Feb 20
0
why HLS/DASH are problematic in an Icecast context
On 20 Feb 2015, at 17:59, Ralph Giles wrote: > On 2015-02-20 7:25 AM, Daniel James wrote: >> I don't understand why this has to be so limited, because the basic >> idea, as I understand it, is to extend the .m3u playlist format so >> that >> stream listeners can automatically choose alternative sources for the >> same content. That could be implemented in a