similar to: patches mentioned in bug report comments

Displaying 20 results from an estimated 60 matches similar to: "patches mentioned in bug report comments"

2005 Oct 13
12
HFSC Advanced Limiting
I am investigating changing our broadband bandwidth control scripts over to HFSC. What I would like to accomplish is this: { * DOWNLOAD * I need a download class for each user (we''ll call it Class 1) that offers a minimum of lets say 384Kbps and a maximum of 1.5Mbps. The rates between 384Kbps and 1.5Mbps should be shared among all users. Each user should always be able to get at
2012 Jan 13
0
Wine release 1.3.37
The Wine development release 1.3.37 is now available. What's new in this release (see below for details): - Completion of the DIB engine. - Improvements to the C++ runtime. - A number of fixes in the audio drivers. - Unnecessary Direct3D options removed from WineCfg. - Some fixes to the built-in Internet Explorer. - Various bug fixes. The source is available from the following
2006 Jun 07
1
Upload to DB hang mentioned in wiki
I''m uploading files to a mysql database, using a mediumblob size. Following the wiki here: http://wiki.rubyonrails.org/rails/pages/HowtoUploadFiles , I got past the first mysql 500kb limitation with the max_allowed_packet = xM trick, setting it to 1000M. However, as the person at the very bottom of the wiki notes, I too cannot upload more than around 10mb. I also tried the suggested
2011 Feb 09
2
patch mentioned at FOSDEM to disable UDP packet drop out of sequence
During Brandon Black presentation I heard that was developed a patch to prevent loss of UDP packets when tinc detects a replay attack. Is possible to have a look at that patch ? :) Saverio
2009 Jun 19
0
Odd module mentioned during update of kernel-PAE
During my update from 5.2 to 5.3 I saw these lines during the update of kernel-PAE Installing : kernel-PAE [153/477] Warning: Module vboxnetflt.ko from kernel 2.6.27.12-170.2.5.fc10.i686 has no modversions, so it cannot be reused for kernel 2.6.18-128.1.14.el5PAE Warning: Module vboxdrv.ko from kernel 2.6.27.12-170.2.5.fc10.i686 has no modversions, so it
2014 Mar 06
0
Re: ISO refuses to let vm starts (and is not mentioned in config)
On Thu, Mar 6, 2014 at 12:16 AM, Mauricio Tavares <raubvogel@gmail.com> wrote: > Trying to start one of my vms, a centos one at that, but am > getting the following message: > > [root@vmhost ~]# virsh start voip --paused > error: Failed to start domain voip > error: cannot open file > '/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file
2007 Mar 20
0
[LLVMdev] LLVM mentioned in Ars Technica
http://arstechnica.com/journals/apple.ars/2007/03/19/apple-putting-llvm-to-good-use Mentions last week's Bossa Conference.
2009 Feb 17
1
[LLVMdev] Clang not mentioned on web site?
Why isn't the clang project mentioned anywhere on the main llvm web site? -DeLesley
2000 Nov 24
0
KbdInteract not mentioned on sshd.8, cryptocard?
Hello all, I just noticed that 'KbdInteractiveAuthentication' is not mentioned in sshd.8 or anywhere else on the man page. Someone with better knowledge about it than me, please fix this :-) Also, there were talks about supporting cryptocards about 3 months ago. Is there work being done on this? -- Pekka Savola "Tell me of difficulties surmounted, Pekka.Savola at
2008 Sep 15
1
CentOS 4.7 Release Notes on the wiki not mentioned in the announcement
It was unfortunate that the CentOS 4.7 release announcement did not refer to the Release Notes on the wiki: http://wiki.centos.org/Manuals/ReleaseNotes/CentOS4.7 I propose to put this link in the Download page ( http://wiki.centos.org/Download ) instead of, or in addition to, the current link which points to the 4.7 announcement. Akemi
2009 Apr 25
1
contrib repository not mentioned on AdditionalResources/Repositories
The 'contrib' repository is mentioned on FAQ/General #13: http://wiki.centos.org/FAQ/General#head-92ba307b036080a16dbffa44486cde25c081fcca but not on the AdditionalResources/Repositories page: http://wiki.centos.org/AdditionalResources/Repositories
2014 Sep 19
1
old dc still mentioned as msSFU30MasterServerName
Hi, Our DC1 had to be taken offline due to corruption. Roles were seized, and I managed to get rid of the directory metadata by using this script from microsoft: http://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3 After that I had to remove the remaining DNS stuff, and now everything seems to be in perfect shape, with dc2/dc3/dc4, replicating perfectly, no
2003 Aug 21
1
R is mentioned on Linux Today
Hi all, people who don't follow Linux Today regularly may want to check out: http://linuxtoday.com/developer/2003082000626OSSVDV My apologies if this is considered spam. Cheers, Berwin ========================== Full address ============================ Berwin A Turlach Tel.: +61 (8) 9380 3338 (secr) School of Mathematics and Statistics +61
2012 Oct 17
2
[LLVMdev] accesing svn URLs mentioned in git commit messages
Hi, git messages for the LLVM source quote the equivalent SVN revisions with a line like this: git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk at 165785 91177308-0d34-0410-b5e6-96231b3b80d8 But the URL doesn't work; instead we get the following error message: The requested URL /svn/llvm-project/llvm/trunk at 165785 was not found on this server. The tip of the trunk is visible
2009 Jul 27
2
DO NOT REPLY [Bug 6577] New: man page mentioned http://lists.samba.org
https://bugzilla.samba.org/show_bug.cgi?id=6577 Summary: man page mentioned http://lists.samba.org Product: rsync Version: 3.0.5 Platform: Other OS/Version: Linux Status: NEW Severity: trivial Priority: P3 Component: core AssignedTo: wayned at samba.org ReportedBy: toralf.foerster at gmx.de
2012 Oct 08
1
Any better way of optimizing time for calculating distances in the mentioned scenario??
Dear All, I'm dealing with a case, where 'manhattan' distance of each of 100 vectors is calculated from 10000 other vectors. For achieving this, following 4 scenarios are tested: 1) scenario 1: > x<-read.table("query.vec") > v<-read.table("query.vec2") > d<-matrix(nrow=nrow(v),ncol=nrow(x)) > for (i in 1:nrow(v)){ + d[i,]<-
2014 Mar 06
2
ISO refuses to let vm starts (and is not mentioned in config)
Trying to start one of my vms, a centos one at that, but am getting the following message: [root@vmhost ~]# virsh start voip --paused error: Failed to start domain voip error: cannot open file '/var/tmp/FreePBX-5.211.65-3-x86_64-Full-1388073872.iso': No such file or directory [root@vmhost ~]# But, virsh dumpxml voip shows no info onto the .iso <disk type='file'
2014 Oct 17
2
Most efficient way to check the length of a variable mentioned in a formula.
Dear R gurus, I need to know the length of a variable (let's call that X) that is mentioned in a formula. So obviously I look for the environment from which the formula is called and then I have two options: - using eval(parse(text='length(X)'), envir=environment(formula) ) - using length(get('X'), envir=environment(formula) ) a bit of
2008 Dec 12
4
Rsync via two ssh tunnels possible (standard method mentioned k times not possible?)
Hi list, After reading rsync docu and doing online search, I still failed to find a simple solution for following problem: The goal is to sync two directories using rsync without running the rsync daemon on one of the two hosts. The standard shell sync does not work because of the network topology: Ssh connect to SRC-Host ^ Base host (with ssh keys) v Ssh connect to bridge
2007 Nov 09
0
Wine release 0.9.49
This is release 0.9.49 of Wine, a free implementation of Windows on Unix. What's new in this release: - Many copy protection fixes. - GLSL is now the default for Direct3D. - Lots of memory errors fixed thanks to Valgrind. - Support for TOPMOST windows. - Beginnings of an inetcomm dll implementation. - Lots of bug fixes. Because of lags created by using mirrors, this message may