search for: misappli

Displaying 18 results from an estimated 18 matches for "misappli".

Did you mean: misapply
2004 Aug 06
1
Sacrilege, but...
On Tue, 24 Jul 2001, Brendan Cully wrote: | which patch exactly is that? I looked into Mark's patch and it seems | to be unsafe (try setting up a client which reads much too slowly and | see if it bogs down all the other clients). I may have misapplied it | or applied it to the wrong version of icecast though, or you could be | talking about a different patch. This one... it probably is the same one you're referring to: http://cvs.icecast.org/cvsweb.cgi/icecast/src/sock.c?rev=1.21&content-type=text/x-cvsweb-markup /dale --- >8 --...
2007 Jun 26
2
Strange RODBC problem
I am using RODBC to collect data from an ODBC connection to an MS Access Database. Everything seems to be working well except datetimes between March 12, 2006 02:00 and 02:59 get moved one hour forward. This does not seem to be happening with Excel connecting to the same connection. March 12 seems a bit early for Daylight savings time. What am I doing wrong? R 2.5.0 Windows XP with the
2008 Aug 06
1
[LLVMdev] Is there room for another build system?
[As this is turning off-topic, feel free to switch to private email] Kenneth Boyd <zaimoni at zaimoni.com> writes: > Note that the official MinGW GCC binaries generally are not > bootstrapped; they're cross-compiled (presumably from CygWin). [In > particular, both the 3.4.5 and 4.2.1 MinGW binaries of gcc are not > bootstrapped.] I use MinGW rather than CygWin for
2014 Apr 23
4
oggpack_writecopy bug
At some stage (possibly commit r17268) oggpack_writecopy started to fail with some strings longer than 256 bytes and all strings longer than 512 bytes. Also it thrashes the stack with very long strings. Lithopsian
2008 Aug 06
0
[LLVMdev] Is there room for another build system?
Óscar Fuentes wrote: > Kenneth Boyd <zaimoni at zaimoni.com> writes: > > >> I'm indulging in this exercise to enable testing a native MingW32 build >> of LLVM in Windows. >> > > If LLVM's DejaGNU usage is the same as GCC's, I'll google or ask on the > MinGW mailing list how MinGW testers run the GCC testsuite, before > trying to
2004 Aug 06
3
Sacrilege, but...
On Tue, 24 Jul 2001, Brendan Cully wrote: | you can get the not-open-source version free from shoutcast.com. Your | symptoms imply that you may be trying to stream high-bitrate MP3s? | (that would be 160kbit+). For starters, try setting sleep_ratio to 0 | in icecast.conf. Although it burns more CPU it may save you some | grief. Alternatively you could try checking out icecast from CVS, | although
2008 Aug 06
4
[LLVMdev] Is there room for another build system?
Kenneth Boyd <zaimoni at zaimoni.com> writes: > I'm indulging in this exercise to enable testing a native MingW32 build > of LLVM in Windows. If LLVM's DejaGNU usage is the same as GCC's, I'll google or ask on the MinGW mailing list how MinGW testers run the GCC testsuite, before trying to fix something that maybe is not broken. > There are more portability
2018 Jun 05
2
lld mishandling R_X86_64_PC32 relocations
....o Relocation section '.rel.text._start' at offset 0x128 contains 1 entry: Offset Info Type Sym. Value Sym. Name 000000000001 000300000002 R_X86_64_PC32 0000000000000000 .text.foo 3. Link with a just-built ld.lld and note that the relocation has been misapplied. It's now calling foo+4 rather than foo. $ ./llvm-build/bin/ld.lld -melf_x86_64 -o bug-lld bug-64.o $ x86_64-elf-objdump -M i386 -d bug-64-lld | grep -A1 -e '<_start>:' 0000000000201000 <_start>: 201000: e8 0f 00 00 00 call 201014 <foo+0x4> If you link w...
2020 Sep 30
0
Mailman config needs updated to unbreak DKIM verification
...on the HELO/ELHO user, but the message is DKIM signed by the original user not the HELO/HELO user (which is nut-upsdev at alioth-lists.debian.net) so the DKIM authentication of the headers fails. Modern Mailman installations have an option to 'wrap' DKIM signed headers so that DKIM is not misapplied to the mailing list's mail. If you could enable that option it would be really helpful to avoid nut-upsdev mail ending up on the spam folders of most recipients. Regards, Daniel
2018 Nov 28
0
Tools/mechanisms for the management of access permissions in big filebased datasets
...meaning of the ACL. Add in ACL inheritance and you?ve got a real mess. Make a facility hidden and complex, and you pretty much guarantee that few will use that facility, and those who do will at times create messes they can?t properly understand. A security mechanism that?s most often underused, misapplied, or both is a bad system. FOSS is good at solving such problems, so the only way I can see that tools to solve this problem don?t exist is that few actually use ACLs, perhaps because of the reasons above. Who here uses ACLs to good effect? Are you using more than just getfacl/setfacl to do it?
2004 Aug 06
0
Sacrilege, but...
...ems. Checking out what's in icecast CVS right now will > give you that (and other) bug fixes. which patch exactly is that? I looked into Mark's patch and it seems to be unsafe (try setting up a client which reads much too slowly and see if it bogs down all the other clients). I may have misapplied it or applied it to the wrong version of icecast though, or you could be talking about a different patch. > Brendan/Jack: I think it's enough to warrant a tag and release of 1.3.11. /Brendan\/// :) -Brendan --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project ho...
2011 Jan 27
6
[Bug 1851] New: ssh_selinux_setfscreatecon segfaults if SELinux support is compiled in but is disabled at run-time
https://bugzilla.mindrot.org/show_bug.cgi?id=1851 Summary: ssh_selinux_setfscreatecon segfaults if SELinux support is compiled in but is disabled at run-time Product: Portable OpenSSH Version: 5.7p1 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: ssh
2013 Apr 18
0
[LLVMdev] optimization in presence of floating point
----- Original Message ----- > From: "reed kotler" <rkotler at mips.com> > To: LLVMdev at cs.uiuc.edu > Sent: Wednesday, April 17, 2013 8:32:23 PM > Subject: [LLVMdev] optimization in presence of floating point > > an interesting problem occurs if you do interval arithmetic. > > void foo() { > float XL, XU, Y, Z; > > .... >
2013 Apr 18
3
[LLVMdev] optimization in presence of floating point
an interesting problem occurs if you do interval arithmetic. void foo() { float XL, XU, Y, Z; .... call_change_rounding_mode(lower); XL = Y + Z; // lower bound call_change_rounding_mode(upper); XU = Y + Z; } Two issues here: 1) will the compiler mistakenly treat Y+Z as a common subexpression. 2) might it move the call_change_rounding_mode after the assignment to XU since it seens no
2018 Nov 28
2
Tools/mechanisms for the management of access permissions in big filebased datasets
Thank you. Basically our problem are not the ACLs or their support per se, but that we have to manage a huge number of individual ACLS (several hundred users in more than hundred projects) in multi-petabyte filesystem and still have to keep overview and control. Our problem is more the management side. Effectively we are looking for a tool that helps us manage these permissions and we
2009 May 01
2
Automating the Samba Install
Hey all, I'm coloring outside the lines a little bit here but I would like to automate the install of a samba pdc. Within that script to install I would like to assign rights to a group. Here is an example of a few steps: # Create Unix group: groupadd domadmins # Map unix group to samba groups: net groupmap add ntgroup="Domain Admins" unixgroup=domadmins rid=512 type=d # Assign
2007 Dec 11
54
1.9
Hey so, People are asking about Mongrel Ruby 1.9 compatibility. Isn''t the point of 1.9 for library developers to have time to get ready for 2.0? It''s not like 1.9 is a production release. Evan -- Evan Weaver Cloudburst, LLC
2005 May 13
45
Why Wouldn't I Use Rails
I am starting a large project and still selecting what framework to use. Rather than ask brand x what is wrong with brand y, I am more interested in self confession. Why would I *not* want to use Rails (compared to Iowa and Nitro). I posted a synopsis of the project to ruby-talk but will repost it here if anyone wants it. xev