search for: releas

Displaying 20 results from an estimated 45 matches for "releas".

Did you mean: release
2010 May 18
0
Active record is not releaed used memory
...ar result object" a=1 while a!=2 end Before running this program,Initial free memory is 640MB The query("select * from users limit 300000") execution taken the time is upto 110MB when i run this program .. So free memory is reduced from 640MB to 530MB..Now used memory is 110MB that released after the execution of the query ie program reached the while conditions I have followed same scenario in Rail''s active_record instead of PGconn.. @users=User.all(:limit=>300000) @users.clear puts "After clear result object" Here Used memory is not released even after exe...
2004 Aug 06
2
yp dir listing
On 4 Aug 2003 at 2:09, Karl Heyes wrote: > On Mon, 2003-08-04 at 01:27, Arc wrote: > > > > There was a header mismatch, make sure that the icecast's used are > > > recent enough first. > > > > I think the discussion needs to be opened as per setting a standard > > and sticking with it. It's not just Ices/Icecast anymore, if we > > just
2006 Aug 29
1
Typo in 3.3 release notes
Just a note that the 3.3 development release notes (ftp://shorewall.net/pub/shorewall/development/3.3/shorewall-3.3.0/relea senotes.txt) have a typo under the Migration Considerations. <current> /etc/shorewall/accounging. </current> <fixed> /etc/shorewall/accounting. </fixed. Regards, - Craig. -----------...
2001 Jan 23
2
CuteFTP and sftp.
...sftp as stated in the RFC. And at first glace it *SORTA* works.=) I can upload files, but the directory listings are broken (it does not display anything) and as a result download won't work (since cuteftp rquires the file to be in the directory listing to get). I'm going to back down a releas of sftp-server.c when I get home and test, and talk to the CuteFTP folks. Just thought I'd give everyone's a heads up in case someone wanders in looking for help on the topic. Markus, is sftp suppose to support multiple active transfers at once? I was able to get CuteFTP to send two fi...
2017 Feb 21
2
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
...failure, or >> else it's a hardware design flaw. >> >> Has anyone experienced similar issues with this configuration, and if >> so, does anyone have tips on how to resolve the issues? >> > > > Kevin, > > Please try the 4.9.11-22 kernel that I just released for CentOS-6 (along > with the newer linux-firmare packages and xfsprogs). > > If you enable the xen-testing repository in your CentOS-Xen.repo file > (assuming it is pointing to xen-44 and not xen-46) then a 'yum upgrade' > should replace all the needed packages. > &g...
2018 Apr 18
0
[PATCH 2/2] qxl: keep separate release_bo pointer
qxl expects that list_first_entry(release->bos) returns the first element qxl added to the list. ttm_eu_reserve_buffers() may reorder the list though. Add a release_bo field to struct qxl_release and use that instead. Signed-off-by: Gerd Hoffmann <kraxel at redhat.com> --- drivers/gpu/drm/qxl/qxl_drv.h | 1 + drivers/gpu...
2010 Jun 17
3
Problem configuring rawlog with 2.0beta6
...n/dovecot/imap-postlogin) failed: disconnected So the first question is how do I configure rawlog for 2.0beta6? And the next question is why the "-1 messages". Here's dovecot -n # dovecot -n # 2.0.beta6: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.18-8.1.14.el5 i686 CentOS release 5 (Final) auth_mechanisms = plain apop login auth_worker_max_count = 5 mail_location = mbox:~/Mail:INBOX=/var/spool/mail/%u mail_privileged_group = mail mbox_write_locks = fcntl dotlock passdb { args = /usr/local/etc/dovecot.passwd driver = passwd-file } passdb { driver = pam } protocols = i...
2018 Feb 16
4
New LLD performance builder
>Hello everyone, > >I have added a new public LLD performance builder at >http://lab.llvm.org:8011/builders/lld-perf-testsuite. >It builds LLVM and LLD by the latest releaed Clang and runs a set of >perfromance tests. > >The builder is reliable. Please pay attention on the failures. > >The performance statistics are here:
2017 Feb 24
2
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 02/21/2017 05:32 PM, Kevin Stange wrote: > On 02/21/2017 11:50 AM, Johnny Hughes wrote: >> On 02/21/2017 11:47 AM, Johnny Hughes wrote: >>> >>> >>> Kevin, >>> >>> Please try the 4.9.11-22 kernel that I just released for CentOS-6 (along >>> with the newer linux-firmare packages and xfsprogs). >>> >>> If you enable the xen-testing repository in your CentOS-Xen.repo file >>> (assuming it is pointing to xen-44 and not xen-46) then a 'yum upgrade' >>> should re...
2009 Dec 02
1
KVM Support for Windows Server 2003 32 bit ready for production?
Hello: I am wondering if KVM is ready for production for running a Windows Server 2003 32 bit guest. According to the RHEL 5.4 virtualization guide, there is supposed to be a virtio-win yum package, but that was not released. Instead, it looks like that is only available for RHN subscribers. Also, I saw this posting on the CentOS list: --- Quoted from CL Martinez There are freely redistributable, but still they aren't published by upstream. You can use these instead: http://www.linux-kvm.com/content/windows-...
2011 Oct 11
2
[LLVMdev] interprocedural static backwards slicing
...on my mac dev machine. Unfortunately, it failed to build [1]. Looks like the compiler can't find the header files under /usr/include/c++. I also tried to build on my linux box and saw the same problem. giri built successfully. Are you sure poolalloc builds on 2.7? 'cause I saw [2]. And the release_26 branch of llvm and poolalloc indeed produced a working poolalloc module on my box, though giri failed to build with llvm 2.6. By the way, llvm-gcc v.2.7 was on the PATH while the build break was happening. So this time I did a little experiment by removing llvm-gcc 2.7 from the PATH, and I saw...
2011 Oct 10
0
[LLVMdev] interprocedural static backwards slicing
...oject: No rush on this and please take your time. Thanks. Okay, I've created a new LLVM sub-project called Giri(*). It currently contains only the static backwards slicing pass. I'll add the dynamic slicing code to the project later. The static slicing code works with LLVM 2.7 and the release_27 branch of the poolalloc project (the poolalloc project contains our DSA points-to analysis pass which the static slicing code uses to get the program's callgraph). You can get the code using the following SVN command: cd llvm/projects svn co https://llvm.org/svn/llvm-project/poolalloc/...
2008 Nov 14
2
[LLVMdev] OpenBSD Build Failure - 2.4 release
Hi there, I have this build error on OpenBSD-4.4-current: llvm[3]: Compiling X86TargetAsmInfo.cpp for Release build In file included from /usr/ports/devel/llvm/w-llvm-2.4/llvm-2.4/lib/Target/X86/X 86TargetAsmInfo.cpp:14: /usr/ports/devel/llvm/w-llvm-2.4/llvm-2.4/lib/Target/X86/X86TargetAsmInfo.h: In constructor `llvm::X86TargetAsmInfo<BaseTAI>::X86TargetAsmInfo(const llvm::X86TargetMachine&amp...
2009 Oct 11
2
[LLVMdev] 2.6 release notes
...nts"heading it's called a 16-bit target. --John > ---------- Forwarded message ---------- > From: Chris Lattner <clattner at apple.com> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Date: Sat, 10 Oct 2009 15:14:21 -0700 > Subject: [LLVMdev] 2.6 release notes > Hi All, > > I'm done with the first pass over the 2.6 release notes, see them here: > http://llvm.org/docs/Relea > > On Sun, Oct 11, 2009 at 10:00 AM, <llvmdev-request at cs.uiuc.edu> wrote: > > You can reach the person managing the list at > &l...
2019 Jun 18
0
dev_pagemap related cleanups v2
...an, Jérôme and Jason, > > below is a series that cleans up the dev_pagemap interface so that > it is more easily usable, which removes the need to wrap it in hmm > and thus allowing to kill a lot of code > > Note: this series is on top of the rdma/hmm branch + the dev_pagemap > releas fix series from Dan that went into 5.2-rc5. > > Git tree: > > git://git.infradead.org/users/hch/misc.git hmm-devmem-cleanup.2 > > Gitweb: > > http://git.infradead.org/users/hch/misc.git/shortlog/refs/heads/hmm-devmem-cleanup.2 > > Changes since v1: > - reba...
2017 Feb 21
0
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
On 02/21/2017 11:50 AM, Johnny Hughes wrote: > On 02/21/2017 11:47 AM, Johnny Hughes wrote: >> >> >> Kevin, >> >> Please try the 4.9.11-22 kernel that I just released for CentOS-6 (along >> with the newer linux-firmare packages and xfsprogs). >> >> If you enable the xen-testing repository in your CentOS-Xen.repo file >> (assuming it is pointing to xen-44 and not xen-46) then a 'yum upgrade' >> should replace all the needed...
2017 Mar 16
0
NIC Stability Problems Under Xen 4.4 / CentOS 6 / Linux 3.18
...e: > On 02/21/2017 05:32 PM, Kevin Stange wrote: >> On 02/21/2017 11:50 AM, Johnny Hughes wrote: >>> On 02/21/2017 11:47 AM, Johnny Hughes wrote: >>>> >>>> >>>> Kevin, >>>> >>>> Please try the 4.9.11-22 kernel that I just released for CentOS-6 (along >>>> with the newer linux-firmare packages and xfsprogs). >>>> >>>> If you enable the xen-testing repository in your CentOS-Xen.repo file >>>> (assuming it is pointing to xen-44 and not xen-46) then a 'yum upgrade' >&g...
2018 Feb 26
0
HowTos/MigrationGuide adding RHEL-7 -> CentOS-7 migration.
...be helpful to have it there. If it is OK to have migration guides for lower versions of RHEL/CentOS, why not 7? OK, here we go: URLBASE=http://mirror.centos.org/centos/7/os/x86_64/Packages mkdir TMP cd TMP wget $URLBASE/centos-indexhtml-7-9.el7.noarch.rpm \ $URLBASE/centos-release-7-4.1708.el7.centos.x86_64.rpm \ $URLBASE/yum-3.4.3-154.el7.centos.noarch.rpm \ $URLBASE/yum-plugin-fastestmirror-1.1.31-42.el7.noarch.rpm subscription-manager remove --all yum remove rhnlib abrt-plugin-bugzilla redhat-release-notes\* \ subscription-manager\* rp...
2004 Aug 06
0
yp dir listing
On Mon, Aug 04, 2003 at 08:14:21AM +0200, Stefan Neufeind wrote: > > If your talking about a icecast2-yellowpages-procotol-docu: I had the > same impression that there is no current docu available and wrote > one. But as soon as I releaed it via mailinglist somebody pointed me > to a "hidden" document by Oddsock. It's at: >
2006 Dec 11
0
Asterisk 1.2.12 + fedora core 5 and TDM04B IRQ issues
Hello, I have installed asterisk version 1.2.12 and latest zaptel modules. but i can see some IRQ conflicts on the server. iam uisng two TDM04B cards. according to my previous knowledge on asterisk verison 1.07 asterisk has given lot of erros when starting if you have assigned the same IRQ number to any other device. My question is new releae version 1.2.12 has resolved the IRQ issue ?? TDM04B