Displaying 20 results from an estimated 26 matches for "noncompliant".
Did you mean:
noncompliance
2015 Aug 15
4
[syslinux:master] efi/pxe: Reuse handle
...ed to use
an SNP directly under PXEBC while UEFI-2.1 stated to use a MNP
directly under the PXEBC. Please don't call these devices
non-compliant UNLESS you are more specific.
Another solution that I'm not sure if anyone has tried with these
devices that are UEFI-2.0-compliant and UEFI-2.1-noncompliant is using
iPXE to stack ontop of the underlying firmware to run Syslinux.
Regarding HP and the lack of "support", I always consider "support" as
something you can contact technical support about while "functional"
is more community-supported. It's common to find a...
2011 May 11
1
filtering out unwanted words in a Term Document Matrix
Hi Y'all,
I am using the text mining package (tm). I am trying to filter out all of the words in a Term Document Matrix that are not in a list of words that I am interested in. I am using the following code:
z<-tm_intersect(txt.dtm, c("communications", "safety", "climate", "blood", "surface", "cleanliness",
2004 Nov 22
1
Fedora Core 3 and Samba
...in line with POSIX standards. Under POSIX this is the Portable Filename
Charcterset which is as follows:
ABCDEFGHIJKLMNOPQRSTUVWXYZ
abcdefghijklmnopqrstuvwxyz
0123456789._-
Notice no '$'. But the standard goes on to say extended characters are
allowed, but it will result in noncompliant use...
This is behaving this way on a test server and the latest Redhat ES (running
on our production server) still works fine. But I'm concerned that they'll
move ES/AS etc. to behaving the same way.
If this is a direction that Redhat moves to, and possibly other
distributions (assuming...
2006 Jan 28
0
FLAC / EAC Help
...DOS window that flacattack runs in) is...
"Application has generated an exception that could not be handled.
Process id=0x13c8 (5064), Thread id=0x1534 (5428)."
I'm using the following process to RIP from EAC.
1. Action > Create Cue Sheet > Multiple WAV Files with Gaps .... (Noncompliant)
2. Action > Copy Selected Tracks > Compressed (Shift + F5)
I cannot see the final error messages of the flacattack.exe box as it closes as soon as I press CANCEL or OK, but I have noticed that the .wav files generated by default at d:\ are using the following bizarre filename (remember, thi...
2018 Feb 12
2
User manipulation of tty mode opcodes / IUTF8 incompatibilities
Hey all,
The IUTF8 tty mode support added to the client in 7.3 unfortunately
appears to have broken interop with a handful of noncompliant server
implementations that immediately close the connection when they are
sent an opcode that they know nothing about, rather than ignore it.
Setting the value to 0 is not enough: its mere presence regardless of
value is enough to cause the server to bomb out.
In my specific case, I can no longer...
2020 Oct 09
2
Providers running dovecot?
...'s not
widely available, you're just limiting your audience.
You may try to find a different way to achieve your goal using the
features that are widely implemented. Real, successful software packages
very often contain options to do some quirks in order to stay interoperable
with existing noncompliant implementations.
--
Piotr "Malgond" Auksztulewicz firstname at lastname.net
2007 Apr 18
3
[Bridge] 802.1D/Linux STP issue
...he algorithm from
> 1998-8.6.2.2.
>
> thanks for you help guys,
> hopefully we can get this bug fixed up soon, you both have been great
> about timely responses and it is much appreciated.
>
> Brian Braunstein
> 858.245.0434
I have no problem fixing the code to be spec noncompliant, there
are several case where we implement the "right thing" rather than
the "standard way". I just want to make sure any such changes don't
have unintended consequences.
2023 Feb 21
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
...om specifying how something should be implemented, the
spec also documents current and historic behavior. I am probably
convinced that it makes more sense to steer people towards limiting to
2^25, but it should be done in such a way that servers which accept a
0xffffffff block size are not suddenly noncompliant. I don't think this
does that.
[no further comments on this one]
--
w at uter.{be,co.za}
wouter@{grep.be,fosdem.org,debian.org}
I will have a Tin-Actinium-Potassium mixture, thanks.
2015 Aug 15
0
[syslinux:master] efi/pxe: Reuse handle
...31 Mar 2015; if you are right
and they were initially based on UEFI 2.0 shouldn't they update
to newer UEFI versions?? UEFI 2.0 is almost 10 years old !
>>>>
Another solution that I'm not sure if anyone has tried with
these devices that are UEFI-2.0-compliant and UEFI-2.1-noncompliant is using
iPXE to stack ontop of the underlying firmware to run Syslinux.
<<<<
# grep EFI_UDP4_SERVICE_BINDING_PROTOCOL_GUID ./ -r
over iPXE source didn't show iPXE installing the missing Service Binding
protocols then syslinux.efi will fail at the same place when trying to find...
2011 Feb 09
1
Dovecot + Solr does not index without break-imap-search?
Hi folks,
We are working with Dovecot 2.0.9 with Solr support and there is a
thing, a little strange for us. Let me explain.
We have this conf for Solr:
plugin {
...
fts = solr
fts_solr = url=http:// solr.domain:8983/solr/ break-imap-search
quota = maildir
...
}
With 'break-imap-search', Dovecot connects with solr, solr indexes all,
searchs are
2011 Nov 12
1
submission_host problem
Hello,
I configured dovecot to use submission smtp host becouse of chroot.
submission_host = 127.0.0.1
Unfortunatelly:
Nov 12 05:11:15 myhost exim[23366]: 2011-11-12 05:11:15 SMTP protocol
synchronization error (next input sent too soon: pipelining was not
advertised): rejected "EHLO myhost" H=localhost [127.0.0.1] next
input="MAIL FROM:<root at myhost>\\r\\n"
Nov 12
2008 May 22
2
Problems with following programs
Wine 1.0-rc1
not able to install:
1. internet explorer 6 & 7
programs not running et-all after installation:
1. sony ericsson pc suite
2. sony ericsson software update
3. limewire
Kindly help! [Crying or Very sad]
2023 Mar 03
1
[PATCH v2 2/6] spec: Tweak description of maximum block size
...mething should be implemented, the
> spec also documents current and historic behavior. I am probably
> convinced that it makes more sense to steer people towards limiting to
> 2^25, but it should be done in such a way that servers which accept a
> 0xffffffff block size are not suddenly noncompliant. I don't think this
> does that.
I'll have to play more with the wording here. A client shouldn't send
larger write requests to a server without knowing the server will
accept it (because traditional servers disconnect instead - the
alternative is to read the client's entire pa...
2015 Aug 14
2
[syslinux:master] efi/pxe: Reuse handle
>
> Today there are certain PCs i.e Elitebook 2560p, Elitebook 8460p that with
> updated FW ""to the last known version"" cannot PXE boot syslinux for the
> above mentioned reasons.
>
> We have already talked about this with Gene an there's an strategy for making
> syslinux able to deal with these "weirdo" FWs.
> It's just a matter
2003 Sep 10
3
Off Topic: Good reference for sample size calculations
Hi All,
This is off topic, but we're drawing a blank here..
> In a presentation I'll be giving next week, I want to include a reference
> to a good general text on computing sample sizes for standard experiments.
> Can anyone recommend a good book to use for this purpose?
>
> Thanks,
>
> -Greg
LEGAL NOTICE\ Unless expressly stated otherwise, this
2020 Oct 10
0
Providers running dovecot?
...on my hope of finding compliant providers.
>
> You may try to find a different way to achieve your goal using the
> features that are widely implemented. Real, successful software packages
> very often contain options to do some quirks in order to stay interoperable
> with existing noncompliant implementations.
This is precisely the problem in my case: it is impossible to work
nicely around the lack of IMAP SEARCH feature on the side of my
software, which is client-side, because that support must be provided
server side. In a nutshell, the SEARCH command lets a client ask a
server: ?give...
2017 Apr 28
2
RFC #3: Improving license & patent issues in the LLVM community
Hi Rafael,
I believe that all of these points are covered in the first round of discussion, including the FreeBSD team’s position.
-Chris
> On Apr 27, 2017, at 2:43 PM, Rafael Espíndola via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> Sorry for the delay, I was on vacations.
>
> Ed, what is the FreeBSD position about the apache version 2 in base? A
> quick search
2017 Apr 17
10
RFC #3: Improving license & patent issues in the LLVM community
Hello everyone,
This email is a continuation of a discussion started in October 2015, and continued in September 2016:
http://lists.llvm.org/pipermail/llvm-dev/2015-October/091536.html
http://lists.llvm.org/pipermail/llvm-dev/2016-September/104778.html
As with those emails, this is a complicated topic and deals with sensitive legal issues. I am not a lawyer, and this email is not intended to be
2010 Sep 03
10
[Bug 1814] New: scp get file prepends -- before filename
https://bugzilla.mindrot.org/show_bug.cgi?id=1814
Summary: scp get file prepends -- before filename
Product: Portable OpenSSH
Version: 5.5p1
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2008 Jan 08
0
PwrGSD
Hello List:
Please find uploaded to CRAN a new package, PwrGSD
The package is intended for the design and analysis of group sequential trials
There are two main functions,
(1) GrpSeqBnds: computes group sequential stopping boundaries for interim
analysis of a sequential trial based upon a normally distributed test
statistic. This can be done via the Lan-Demets procedure with