Displaying 20 results from an estimated 69 matches for "longterm".
2013 Dec 05
0
Longterm CCTV Camera and DVR partner needed !
Dear Manager,
We would like to support you become top distributor .
Tiensun is a professional manufacturer specialized in CCTV camera and DVR for 8 years experience ,and all of our products have already approved by CE/FCC/ROHS .
Please contact me for any inquiry .
Hope have a good longterm relationship with you .
Best Regards
Oblivion Zhang
?Overseas Sales Department?
-----------------------------------------------------------
TIENSUN Technologies Co., Limited
We are fast ,specilist,and competive .
Scan for entering homepage: www.tiensun.cn
Skype:sales1.tiensun
MSN:sales...
2004 Oct 12
0
[LLVMdev] Showstopper on Visual C
...uct X86AsmPrinter is in an anonymous namespace, but printInstruction
is declared in namespace llvm. try editing the tablegen output to move
X86AsmPrinter::printInstruction into an anonymous namespace, not llvm.
I suspect this will at least fix the first problem. Then we can figure
out the proper longterm fix.
Andrew
On Tue, 2004-10-12 at 03:56, Paolo Invernizzi wrote:
> Hi all,
>
> Well, suggestion for workarounds for the namespace problems are
> welcome... this is a 7 minutes compile files on a pentium 4 3ghz 700Mb
> ram...
>
> The fatal error at the end MAY depend on th...
2014 Sep 07
5
[Bug 83587] New: 3.14.18: FAN control: none / external -- 3.16.2: FAN control: PWM
https://bugs.freedesktop.org/show_bug.cgi?id=83587
Priority: medium
Bug ID: 83587
Assignee: nouveau at lists.freedesktop.org
Summary: 3.14.18: FAN control: none / external -- 3.16.2: FAN
control: PWM
QA Contact: xorg-team at lists.x.org
Severity: normal
Classification: Unclassified
OS: Linux (All)
2004 Oct 12
3
[LLVMdev] Showstopper on Visual C
Hi all,
Well, suggestion for workarounds for the namespace problems are
welcome... this is a 7 minutes compile files on a pentium 4 3ghz 700Mb
ram...
The fatal error at the end MAY depend on the previous... or at least, I
hope so.
cl /nologo /TP /EHsc /GR /Zi /Yd /D__STDC_LIMIT_MACROS
/DHAVE__FINITE_IN_FLOAT_H /DHAVE__ISNAN_IN_FLOAT_H
/ISTLport-4.6.2\stlport /Illvm\inc
lude
2019 Feb 09
2
CentOS virt-sig Linux kernel 4.9.155 build
...r in 2017, but reverted/deleted in 4.9.75-30 due to problems with the patch. The patch in question was also merged to upstream Linux kernel, and later reverted there aswell.
But now finally the issue has been resolved in upstream Linux, and the patches have been already backported to Linux 4.9.152 longterm stable kernel. Changelog: https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.152
You can find the tty/ldisc patches there.
So I propose we build the latest 4.9.155 kernel for CentOS virt-sig for centos6 and centos7.
Thanks,
-- Pasi
2008 Jun 10
1
new hardware & centos / fedora
hi,
Hardware: core2duo(E8400)/Intel Classic Board DG33FBC / 2x2GB
I have been trying to install 5.1x64 for it's longterm support and xen but it just does not install till acpi=off is passed. works with one core after that and does not power off.
Install stops at ACPI: PCI Root Bridge [PCI0] (0000:00)
below is the reply from intel.
==============================================================
Thank you for contact...
2013 May 09
0
[LLVMdev] Handling Masked Vector Operations
...a loop, and splitting it into 3
loops, one of which can then be fully vectorized, it would be useful
to represent that optimization/translation at the IR level. Adding
mask support to LLVM IR would therefore seem a sensible course to me.
It might be a short term pain, but would possibly benefit the longterm
optimization goals of LLVM.
2004 Nov 30
2
feature request/reminder - alias / bootsector
HPA, a longterm reminder. See below.
Can you also make a LABEL ignore other labels if no KERNEL statement is found in between? That way you could define multiple aliasses for an entry.
label foo
label bar
label memtest
kernel memtestp
foo ignores 'label bar' , 'label memtest' and executes 'ke...
2006 Oct 04
5
Sites that use Mongrel
It would be an interesting topic. I bet there are quite a few.
I just released one that 1/2 runs on Mongrel. http://direxionfunds.com
It was released before it was _quite_ ready, but the last of the
content is getting inserted today. I am still waffling on how I will
leave it running longterm. Right now it uses a slightly modified
version of the Mongrel http parser with EventMachine to front IOWA,
all reached via an Apache proxy, but I am also alternately running it
under Mongrel 0.13.4 in its entirety, with an IOWA handler, and
comparing the performance patterns now that real users ar...
2019 Feb 11
2
CentOS virt-sig Linux kernel 4.9.155 build
...due to problems with
> the patch. The patch in question was also merged to upstream Linux
> kernel, and later reverted there aswell.
>
> But now finally the issue has been resolved in upstream Linux, and the
> patches have been already backported to Linux 4.9.152 longterm stable
> kernel. Changelog:
> [5]https://cdn.kernel.org/pub/linux/kernel/v4.x/ChangeLog-4.9.152
> You can find the tty/ldisc patches there.
>
> So I propose we build the latest 4.9.155 kernel for CentOS virt-sig for
> centos6 and centos7.
>
>...
2012 Nov 09
1
decorating API in R
...ot already exist
* add properly-formatted variable name to VAR-LIST
* add properly-formatted attrs longname, units, var_desc to the datavar if they do not already exist
I've spent most of my codelife in Java, where one can decorate as above either
* @ compile-time: simple inheritance. Brittle longterm, but gets the job done for now.
* @ run-time: real Decorator Pattern ? la the Gang of Four. Not much harder, usually worth the investment, but not "the simplest thing that could possibly work," either.
But, given my ignorance of the R object models and dependency management, before I pu...
2018 Apr 24
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...OIO will be eliminated. Why
> > > does he have veto over this part of the code? I'd much rather argue with
> > > people who have constructive comments about fixing bugs than with him.
> >
> > I didn't NACK the patch AFAIR. I've said it is not a good idea longterm.
> > I would be much more willing to change my mind if you would back your
> > patch by a real bug report. Hacks are acceptable when we have a real
> > issue in hands. But if we want to fix potential issue then better make
> > it properly.
>
> Developers should fix bu...
2018 Apr 24
2
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...OIO will be eliminated. Why
> > > does he have veto over this part of the code? I'd much rather argue with
> > > people who have constructive comments about fixing bugs than with him.
> >
> > I didn't NACK the patch AFAIR. I've said it is not a good idea longterm.
> > I would be much more willing to change my mind if you would back your
> > patch by a real bug report. Hacks are acceptable when we have a real
> > issue in hands. But if we want to fix potential issue then better make
> > it properly.
>
> Developers should fix bu...
2018 Apr 23
6
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...the kernel will be refactored and GFP_NOIO will be eliminated. Why
> does he have veto over this part of the code? I'd much rather argue with
> people who have constructive comments about fixing bugs than with him.
I didn't NACK the patch AFAIR. I've said it is not a good idea longterm.
I would be much more willing to change my mind if you would back your
patch by a real bug report. Hacks are acceptable when we have a real
issue in hands. But if we want to fix potential issue then better make
it properly.
[...]
> I sent the CONFIG_DEBUG_SG patch before (I wonder why he didn&...
2018 Apr 23
6
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
...the kernel will be refactored and GFP_NOIO will be eliminated. Why
> does he have veto over this part of the code? I'd much rather argue with
> people who have constructive comments about fixing bugs than with him.
I didn't NACK the patch AFAIR. I've said it is not a good idea longterm.
I would be much more willing to change my mind if you would back your
patch by a real bug report. Hacks are acceptable when we have a real
issue in hands. But if we want to fix potential issue then better make
it properly.
[...]
> I sent the CONFIG_DEBUG_SG patch before (I wonder why he didn&...
2004 Apr 21
4
[LLVMdev] x86 cogen quality
...erformance difference is mostly
located to the LLVM->x86 backend. Further, for those
of my codes where the new allocator works, results are
much better. Whether this is due to the allocator, or
some interaction between it and cogen, I do not know.
Currently, I am just playing with LLVM, but the longterm
plan is to build a new backend for a new machine. It won't
be register starved as the x86 is.
Question:
2) Is there a similar performance differential between
LLVM->sparc and gcc on sparc, or are they much closer
because the sparc has more registers and thus should
be less depen...
2016 Apr 11
4
Problems with scsi-target-utils when hosted on dom0 centos 7 xen box
...edhat.com/show_bug.cgi?id=1245990, but I never saw a
resolution on what they discovered (other then a reference to comment18
which does not appear to exist).
Testing over the network appears to also work as well (where another
machine connects to scsi-target-utils on the funk server above.
Longterm Purpose of the above setup, was to get direct access to a
filesystem image hosted on a gluster setup, using bs-type glfs on
scsi-target-utils.
--
Nathan Coulson
www.bravenet.com
nathan at bravenet.com
2018 Apr 21
4
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote:
> On Fri, 20 Apr 2018, Matthew Wilcox wrote:
> > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote:
> > > On Fri, 20 Apr 2018, Michal Hocko wrote:
> > > > No way. This is just wrong! First of all, you will explode most likely
> > > > on many allocations of small sizes. Second,
2018 Apr 21
4
[PATCH] kvmalloc: always use vmalloc if CONFIG_DEBUG_VM
On Fri, Apr 20, 2018 at 05:21:26PM -0400, Mikulas Patocka wrote:
> On Fri, 20 Apr 2018, Matthew Wilcox wrote:
> > On Fri, Apr 20, 2018 at 04:54:53PM -0400, Mikulas Patocka wrote:
> > > On Fri, 20 Apr 2018, Michal Hocko wrote:
> > > > No way. This is just wrong! First of all, you will explode most likely
> > > > on many allocations of small sizes. Second,
2005 Sep 18
3
How does the jitter buffer "catch up"?
Is is possible to give a short hint about how the jitter buffer would
"catch up" when network condition have been bad and then get better?
I'm using the jitter buffer with success now, but sometimes I have a
long delay that's caused by bad network conditions and then later when
the conditions get better, I would think we would want the audio to
gradually catch up with real-time