search for: pinched

Displaying 20 results from an estimated 158 matches for "pinched".

2008 Apr 30
1
Pinch Hitter 1 is playable now, AOL Video progress
Hello! With today's swfdec, Pinch Hitter 1 can actually be played: http://www.addictinggames.com/pinchhitter.html Pinch Hitter 2 still cannot get beyond the "namecheck": http://www.addictinggames.com/pinchhitter2.html Pinch Hitter 1 used to consume all memory in the system. AOL Video used to do the same, but now it doesn't do anything bad (although it still doesn't play
2008 Apr 06
1
[Bug 15374] New: Selecting team in pinch-hitter became much harder
http://bugs.freedesktop.org/show_bug.cgi?id=15374 Summary: Selecting team in pinch-hitter became much harder Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://www.break.com/games/pinch-hitter.html OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2007 Dec 12
3
[Bug 13627] New: make pinch-hitter.swf work
http://bugs.freedesktop.org/show_bug.cgi?id=13627 Summary: make pinch-hitter.swf work Product: swfdec Version: 0.5.3 Platform: Other URL: http://media1.break.com/dnet/media/2007/10/pinch- hitter.swf OS/Version: All Status: NEW Severity: enhancement Priority: medium
2008 Mar 30
3
[Bug 15262] New: Regression - text labels not shown in "Pinch-hitter"
http://bugs.freedesktop.org/show_bug.cgi?id=15262 Summary: Regression - text labels not shown in "Pinch-hitter" Product: swfdec Version: git Platform: x86-64 (AMD64) URL: http://media1.break.com/dnet/media/2007/10/pinch- hitter.swf OS/Version: Linux (All) Status: NEW Severity:
2006 Aug 24
9
[slightly offtopic] A small, fast Apache2.2 (if there is such a thing)
Hi. I''m using Apache2.2 built from source + mod-proxy + ssl + svn. Everything works fine but I''m sure you I could disable a ton of modules during the build process and in httpd.conf to speed things up and run a tighter memory footprint. Has anyone bothered building Apache2.2 from source disabling all the unneeded modules. I am planning on going through the Apache docs but I
2005 Aug 05
4
Snom 360 and firmware 4.0 problem
I have a pair of snom 360s at a customer and they were giving me Low Memory errors. The distributor suggested updating the firmware. I did that, to the one just below 4.0 (which wasn't released yet). One of the phones is still giving the Low Memory error every 3-4 days. The other one had a broken display that was just RMA'd, so it' hasn't been up long enough to know if the
2015 Mar 25
2
Dovecot Oy merger with Open-Xchange AG
Am 25.03.2015 um 18:03 schrieb Benny Pedersen: > Brad Smith skrev den 2015-03-25 16:58: >> On 03/25/15 08:46, Peter Chiochetti wrote: >>> Am 25.03.2015 um 13:23 schrieb Nick Edwards: >>>> So there *is* a chance it will be commercialised >>> Hasn't it been commercial for a long time? >> When was the last time you paid for Dovecot? The base product is
2005 Jan 18
2
IdealX
Have IdealX.org lost their domain? it seems to have been pinched by some company selling domains. Site is partially mirrored at Idealx.com but stil links to idealx.org. Replace idealx.org urls with idealx.com but the samba downloadable stuff isn't there at the moment. Duncan
2011 Apr 22
8
Patches to enable MTUs >1500 in el5.6 ready for testing.
Hi all, With help from others, I''ve been able to get Olaf''s patch for enabling MTUs >1500 for vifX.y and tapZ devices working. I''ve been able to boot dom0, launch domU and live-migrate without having the bridge''s MTU degrade at any time. Would the Xen RPM maintainers (and others) mind taking a look at the following patches? Kernel part:
2008 Mar 11
0
[LLVMdev] Subversion head: build problem on cygwin?
Hi, Jules. On Tue, March 11, 2008 2:14 pm, Jules wrote: > Not sure if this is me or not, because this is the first time I've built > LLVM on Cygwin, but I can't get a working compile. Last I checked, LLVM-on-Cygwin has at least two problems, and you've hit one of them. Working around them isn't too bad, though patches to fix them would be appreciated. >
2007 Jun 01
2
Getting names of objects passed with "..."
Is there a tidy way to get the names of objects passed to a function via the "..." argument? rbind/cbind does what I want: test.func1 <- function(...) { nms <- rownames(rbind(..., deparse.level=1)) print(nms) } x <- "some stuff" second <- "more stuff" test.func1(first=x, second) [1] "first" "second" The usual
2009 Mar 09
2
[LLVMdev] [llvm-testresults] cfarm-x86-64 x86_64 nightly tester results
This nightly tester is now using an llvm-g++ that produces the new ODR linkage types. This means that many more functions are being considered by the inter-procedural optimization passes (for example, "linkonce" functions defined in a header). The result seems to be pretty huge swings (both good and bad) in the C++ tests in the testsuite, see below. Note that this tester is often
2008 Mar 11
3
[LLVMdev] Subversion head: build problem on cygwin?
Not sure if this is me or not, because this is the first time I've built LLVM on Cygwin, but I can't get a working compile. I've configured with the following options: $ ./configure --with-llvmgccdir=/cygdrive/i/Projects/llvm-gcc4.2-2.2 --enable-debug-runtime --enable-jit --enable-targets=x86 Configure doesn't suggest there's anything wrong, but when I try make, I almost
2018 May 29
3
weird messages in logs
On Wed, 30 May 2018 06:21:36 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Tue, 2018-05-29 at 10:00 +0200, Marco Gaiarin via samba wrote: > > Mandi! Emmanuel Florac via samba > > In chel di` si favelave... > > > > > > I can fire up bug for the manpage?! > > > > > > At least it should mention the default of 100
2020 Sep 11
4
[RFC] Introducing the maynotprogress IR attribute
Hi Hal, On Thu, Sep 10, 2020 at 8:54 PM Hal Finkel <hfinkel at anl.gov> wrote: > > Hi, Atmn, > > Has anyone else expressed an opinion regarding the naming? We need to > clarify the semantics in C, it seems. No other names have come in yet, in total the names proposed so far (I think) are: - maynotprogress - maybenoprogress - might_not_progress - nfpg - no_fpg and the loop
2009 Mar 09
0
[LLVMdev] [llvm-testresults] cfarm-x86-64 x86_64 nightly tester results
On Mar 9, 2009, at 8:53 AM, Duncan Sands wrote: > This nightly tester is now using an llvm-g++ that produces the new > ODR linkage > types. This means that many more functions are being considered by > the > inter-procedural optimization passes (for example, "linkonce" > functions defined > in a header). The result seems to be pretty huge swings (both good
2010 Jan 02
1
[Off-topic] problem with Tinn-R editor
This is not directly related with R however I would like to ask for a solution for my TINN-R editor because, I feel that lot many people perhaps use it as a reliable R editor and secondly I could not find any other forum only deals with TINN over net to discuss with. For quite sometime I have been using Tinn-R as an editor for R-code however for some days I am noticing a strange problem on that,
2010 Aug 17
1
Using dovecot with vpopmail and mysql auth?
Hi, Does anyone happen to know the right strings to do authentication against mysql storing vpopmail data, vs using the vpopmail auth module? I'm trying to get up to both vpopmail 5.5, and dovecot 2.0, and dovecot-auth seems to reliably segfault on the 5.5 vpopmail module. I've tried downgrading vpopmail as well, with less than stellar results. I saw an old article about doing
2007 Jul 20
1
newbie needs policing help
Hi listizens, Complete tc newbie here. I''m in a pinch because of a mail assault on a server. I''ve firewalled away many of the most egregious offenders but non-smtp services are still being DOS''ed because of all the mail traffic. Here is what I''ve tried. (I did say newbie ;) ----------------- #!/bin/sh # # policing parent tc qdisc add dev eth0 handle
2008 Jan 11
2
Two regressions and one improvement
Hello! With the current swfdec (07c006a9785a5043c0a0a4b8d78b28c0735020c4) the youtube player shows "infinit/infinit" instead of time. Pinch-hitter from bug 13627 has a new problem now - the only available team is "Washington" instead of a long list. On the positive side, AOL video doesn't hog the CPU anymore (but doesn't play either), e.g.