search for: mmn

Displaying 20 results from an estimated 24 matches for "mmn".

Did you mean: mm
2010 Jan 18
2
Predict polynomial problem
I have a function that fits polynomial models for the orders in n: lmn <- function(d,n){ models=list() for(i in n){ models[[i]]=lm(y~poly(x,i),data=d) } return(models) } My data is: > d=data.frame(x=1:10,y=runif(10)) So first just do it for a cubic: > mmn = lmn(d,3) > predict(mmn[[3]]) 1 2 3 4 5 6 7 8 0.6228353 0.5752811 0.5319524 0.4957381 0.4695269 0.4562077 0.4586691 0.4798001 9 10 0.5224893 0.5896255 and lets extrapolate a bit: > predict(mmn[[3]],newdata=dat...
2016 Aug 25
3
Centos 7 and php 5.5
...n the right direction. I have a Centos7 server that I need to upgrade php from 5.4 to 5.5. I've tried several tutorials to add the remi repository and enable php55, but I always end up at the same result: Error: Package: php-5.5.38-1.el6.remi.x86_64 (remi-php55) Requires: httpd-mmn = 20051115 Installed: httpd-2.4.6-40.el7.centos.4.x86_64 (@updates) httpd-mmn = 20120211 httpd-mmn = 20120211x8664 httpd-mmn = 20120211-x86-64 Available: httpd-2.4.6-40.el7.centos.x86_64 (base) httpd-mmn = 20120...
2016 Aug 25
0
Centos 7 and php 5.5
...gt; I have a Centos7 server that I need to upgrade php from 5.4 to 5.5. I've > tried several tutorials to add the remi repository and enable php55, but > I always end up at the same result: > > Error: Package: php-5.5.38-1.el6.remi.x86_64 (remi-php55) > Requires: httpd-mmn = 20051115 > Installed: httpd-2.4.6-40.el7.centos.4.x86_64 (@updates) > httpd-mmn = 20120211 > httpd-mmn = 20120211x8664 > httpd-mmn = 20120211-x86-64 > Available: httpd-2.4.6-40.el7.centos.x86_64 (base) >...
2014 Jan 03
1
Need help with spec file for Apache-2.4.7
...e spec file to get past this problem. The spec is provided below and I would be grateful if anyone could help me out with this. I am sure others would find the information useful as well. Thanks. <--- rpmbuild/SPECS/httpd.spec %define contentdir /var/www %define suexec_caller apache %define mmn 20120211 Summary: Apache HTTP Server Name: httpd Version: 2.4.7 Release: 1 URL: http://httpd.apache.org/ Vendor: Apache Software Foundation Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.bz2 Source1: http://www.apache.org/dist/httpd/httpd-%{version}-deps.tar.bz2 License: Apache Lic...
2013 Jul 17
0
RAUL GIL ACABOU DE LANÇAR UM MMN - CADASTRO GRÁTIS - (yhejv)
(yhejv) RAUL GIL ACABOU DE LAN?AR UM MMN O RAUL GIL ACABOU DE LAN?AR UM MMN E J? ADERIRAM MAIS DE 50 MIL PESSOAS. O CADASTRO ? GR?TIS. ENTRE VC TB. PARA ENTRAR, BASTA CLICAR: http://dumba.com.br/jairfoz VEJA O VIDEO DO RAUL GIL NO YOUTUBE: http://www.youtube.com/watch?v=meQfKK5Yqzo OBRIGADO, JAIR ROJAS DA SILVA (yhejv)
2013 Oct 13
2
LAMP stack with strange dependencies
...Now, if I change the httpd resource to > package {''httpd'': ensure => absent, } I get the following error: > Error: Execution of ''/bin/rpm -e httpd-2.2.3-82.el5.centos.i386'' returned >> 1: error: Failed dependencies: > > httpd-mmn = 20051115 is needed by (installed) php-5.1.6-40.el5_9.i386 > > >> Error: /Stage[main]//Node[default]/Package[httpd]/ensure: change from >> 2.2.3-82.el5.centos to absent failed: Execution of ''/bin/rpm -e >> httpd-2.2.3-82.el5.centos.i386'' returned 1: erro...
2016 Oct 14
3
CentOS on new Dell
On Thu, Sep 29, 2016 at 9:18 PM, John R Pierce <pierce at hogranch.com> wrote: > On 9/29/2016 5:55 PM, Michael B Allen wrote: >> >> It seems optical drives are gone. Do I boot the iso from USB or what's >> the procedure now? > > yup, put iso on USB, go to town. Mmn, that didn't work. I dd'd the latest Fedora Live iso onto a USB drive, put it into a brand spanking new Dell Latitude E7470, hit F12 at Dell logo and got "Selected boot device failed". Do I need to make it bootable using fdisk or some such? Mike
2013 Oct 08
3
[Bug 2157] New: [man] ssh-keygen page says ECDSA keys can be 521 bits
...e 521 bits Product: Portable OpenSSH Version: 6.2p1 Hardware: All OS: All Status: NEW Severity: minor Priority: P5 Component: Documentation Assignee: unassigned-bugs at mindrot.org Reporter: mmn at hethane.se Created attachment 2346 --> https://bugzilla.mindrot.org/attachment.cgi?id=2346&action=edit Change "521" to "512" bits Just noticed when looking up how to make an ECDSA key that you apparently can do 521 bit keys, rather than 512. First source I found t...
2016 Nov 04
3
Running package tests and not stop on first fail
>>>>> Dirk Eddelbuettel <edd at debian.org> >>>>> on Fri, 4 Nov 2016 10:36:52 -0500 writes: > On 4 November 2016 at 16:24, Martin Maechler wrote: | My > proposed name '--no-stop-on-error' was a quick shot; if | > somebody has a more concise or better "English style" > wording | (which is somewhat compatible with
2019 Nov 07
0
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
...h, and some browsing of the larger patchset, it's clear that: > > * The new "MMU range notifier" that you've created is, approximately, a new > object. It uses classic mmu notifiers inside, as an implementation detail, and > it does *similar* things (notifications) as mmn's. But it's certainly not the same > as mmn's, as shown later when you say the need to an entirely new ops struct, and > data struct too. > > Therefore, you need a separate events enum as well. This is important. MMN's > won't be issuing MMN_NOTIFY_RELEASE event...
2016 Oct 14
4
CentOS on new Dell
On 10/13/2016 7:10 PM, Rob Kampen wrote: >> Mmn, that didn't work. I dd'd the latest Fedora Live iso onto a USB >> drive, put it into a brand spanking new Dell Latitude E7470, hit F12 >> at Dell logo and got "Selected boot device failed". Do I need to make >> it bootable using fdisk or some such? > Not that...
2014 Apr 22
1
Yum cannot download from local repository
...: centos.mirror.ca.planethoster.net * rpmforge: repoforge.mirror.constant.com * updates: centos.mirror.rafal.ca Setting up Update Process Resolving Dependencies --> Running transaction check ---> Package httpd.x86_64 0:2.2.15-30.el6.centos will be updated --> Processing Dependency: httpd-mmn = 20051115 for package: 1:mod_ssl-2.2.15-30.el6.centos.x86_64 --> Processing Dependency: httpd = 2.2.15-30.el6.centos for package: 1:mod_ssl-2.2.15-30.el6.centos.x86_64 ---> Package httpd.x86_64 0:2.4.9-1.el6 will be an update --> Running transaction check ---> Package mod_ssl.x86_64 1:...
2019 Nov 07
5
[PATCH v2 02/15] mm/mmu_notifier: add an interval tree notifier
...with the implementation, sorry about that. Generally my reaction is: given that the design is complex, try to mitigate that with documentation and naming. So the comments are in these areas: 1. There is a rather severe naming overlap (not technically a naming conflict, but still) with existing mmn work, which already has, for example: struct mmu_notifier_range ...and you're adding: struct mmu_range_notifier ...so I'll try to help sort that out. 2. I'm also seeing a couple of things that are really hard for the reader verify are correct (abuse and battery of the low b...
2016 Nov 05
2
Running package tests and not stop on first fail
...and those that > depend on it, >> cannot be remade, the other dependencies of > these >> targets can be processed all the same. >> >> Yes, that would be quite a bit simpler and nice in my >> view. One may think it to be too vague, > Mmn, I would agree on vagueness (and it breaks the pattern > set by other flags of human-readability). Deep familiarity > with make is probably not something we should ask of > everyone who needs to test a package, too. > I quite like stop-on-error=true (exactly the same as...
2016 Oct 14
0
CentOS on new Dell
..., Sep 29, 2016 at 9:18 PM, John R Pierce <pierce at hogranch.com> wrote: >> On 9/29/2016 5:55 PM, Michael B Allen wrote: >>> It seems optical drives are gone. Do I boot the iso from USB or what's >>> the procedure now? >> yup, put iso on USB, go to town. > Mmn, that didn't work. I dd'd the latest Fedora Live iso onto a USB > drive, put it into a brand spanking new Dell Latitude E7470, hit F12 > at Dell logo and got "Selected boot device failed". Do I need to make > it bootable using fdisk or some such? Not that I recall - a sim...
2016 Nov 04
0
Running package tests and not stop on first fail
...> error. While the target that failed, and those that > > depend on it, cannot be remade, the other dependencies of > > these targets can be processed all the same. > > Yes, that would be quite a bit simpler and nice in my view. > One may think it to be too vague, Mmn, I would agree on vagueness (and it breaks the pattern set by other flags of human-readability). Deep familiarity with make is probably not something we should ask of everyone who needs to test a package, too. I quite like stop-on-error=true (exactly the same as the previous suggestion but shaves...
2011 Apr 29
1
mod_ssl?
I just noticed that the mod_ssl package was missing on a 5.x machine that I thought was approximately like several other that have it - and don't remember doing anything different. Is there some yum group that would install httpd without including it? -- Les Mikesell lesmikesell at gmail.com
2016 Nov 07
0
Running package tests and not stop on first fail
..., > >> cannot be remade, the other dependencies of > these > >> targets can be processed all the same. > >> > >> Yes, that would be quite a bit simpler and nice in my > >> view. One may think it to be too vague, > > > Mmn, I would agree on vagueness (and it breaks the pattern > > set by other flags of human-readability). Deep familiarity > > with make is probably not something we should ask of > > everyone who needs to test a package, too. > > > I quite like stop-on-error=t...
2016 Nov 08
1
Running package tests and not stop on first fail
...remade, the other dependencies of > these >> >> targets can be processed all the same. >> >> >> >> Yes, that would be quite a bit simpler and nice in my >> >> view. One may think it to be too vague, >> >> > Mmn, I would agree on vagueness (and it breaks the pattern >> > set by other flags of human-readability). Deep familiarity >> > with make is probably not something we should ask of >> > everyone who needs to test a package, too. >> >> > I q...
2011 Mar 21
2
exclude the latest php
...0 Reducing CentOS-5 Testing to included packages only Finished Excluding Packages from Webtatic Repository 5 - i386 Finished Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package php.i386 0:5.3.6-1.w5 set to be updated --> Processing Dependency: httpd-mmn = 20051115 for package: php --> Processing Dependency: php-common = 5.3.6-1.w5 for package: php --> Processing Dependency: php-cli = 5.3.6-1.w5 for package: php --> Processing Dependency: httpd for package: php --> Running transaction check ---> Package httpd.i386 0:2.2.17-1.w5 set t...