search for: distname

Displaying 20 results from an estimated 32 matches for "distname".

Did you mean: diskname
2003 Dec 31
0
3.01 & FreeBSD Port/Install Makefile Config
...m: gpalmer # # $FreeBSD: ports/net/samba-devel/Makefile,v 1.97 2003/11/25 16:12:19 trevor Exp $ # PORTNAME= samba PORTVERSION= 3.0.0 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= http://us3.samba.org/samba/ftp/%SUBDIR%/ MASTER_SITE_SUBDIR= . rc #DISTNAME= ${PORTNAME}-${PORTVERSION:S/.r/rc/} MAINTAINER= dwcjr@FreeBSD.org COMMENT= A free SMB and CIFS client and server for UNIX CONFLICTS= ja-samba-2.* samba-3.* samba-libsmbclient-3.* sharity-light-1.* USE_BZIP2="YES" .if !defined(WITHOUT_CUPS) WITH_CUPS= yes .en...
2010 Jan 12
1
Strange behavior when trying to piggyback off of "fitdistr"
...stop("'x' contains missing or infinite values") if (missing(distfun) || !(is.function(distfun) || is.character(distfun))) stop("'density' must be supplied as a function or name") n <- length(x) if (is.character(distfun)) { distname <- tolower(distfun) densfun <- switch(distname, exp = dexp, exponential = dexp, gamma = dgamma, `log-normal` = dlnorm, lnorm = dlnorm, lognormal = dlnorm, weibull = dweibull, pareto = dpareto, loglogistic = dllogis, transbeta = dtrbeta, `transformed...
2008 Nov 14
0
Error in optim when i call it from a function
...;) stop("'x' must be a non-empty numeric vector") if (missing(densfun) || !(is.function(densfun) || is.character(densfun))) stop("'densfun' must be supplied as a function or name") n <- length(x) if (is.character(densfun)) { distname <- tolower(densfun) densfun <- switch(distname,exponential = dexp,gamma = dgamma, "log-normal" = dlnorm, lognormal = dlnorm, weibull = dweibull, pareto = dpareto, NULL) distfun <- switch(distname,exponential = pexp,gamma = pgamma, "log-n...
2009 Jul 10
1
ogg123 crash
...========================================= RCS file: /cvs/ports/audio/vorbis-tools/Makefile,v retrieving revision 1.35 diff -u -p -r1.35 Makefile --- Makefile 11 May 2008 22:17:28 -0000 1.35 +++ Makefile 8 Jul 2009 16:51:36 -0000 @@ -3,7 +3,7 @@ COMMENT= play, encode, and manage Ogg Vorbis files DISTNAME= vorbis-tools-1.2.0 -PKGNAME= ${DISTNAME}p0 +PKGNAME= ${DISTNAME}p1 CATEGORIES= audio HOMEPAGE= http://www.vorbis.com/ Index: patches/patch-ogg123_vorbis_comments_c =================================================================== RCS file: patches/patch-ogg123_vorbis_comments_c diff -N p...
2005 Apr 05
1
Fitdistr and likelihood
Hi all, I'm using the function "fitdistr" (library MASS) to fit a distribution to given data. What I have to do further, is getting the log-Likelihood-Value from this estimation. Is there any simple possibility to realize it? Regards, Carsten
2006 Jun 02
0
Re: Update libtheora-1.0alpha6
...ties.com/v-tamara diff -pruN --exclude=CVS ../libtheora.orig/Makefile ./Makefile --- ../libtheora.orig/Makefile Wed May 31 08:29:37 2006 +++ ./Makefile Fri Jun 2 08:18:32 2006 @@ -1,11 +1,9 @@ # $OpenBSD: Makefile,v 1.3 2005/12/30 05:35:56 jakemsr Exp $ COMMENT= "open video codec" -DISTNAME= libtheora-1.0alpha4 -PKGNAME= ${DISTNAME}p0 +DISTNAME= libtheora-1.0alpha6 CATEGORIES= multimedia SHARED_LIBS= theora 1.0 -MODGNU_SHARED_LIBS= theora '' MASTER_SITES= http://downloads.xiph.org/releases/theora/ @@ -27,9 +25,6 @@ USE_LIBTOOL= Yes SEPARATE_BUILD= concurrent CONFIGUR...
2005 May 19
3
[LLVMdev] [Cygwin] llvm 'make install' build errors
Reid, I think it is the first time it is run that the errors occcur !? Not sure but that would seem logical. Aaron
2006 Feb 22
1
isolinux cd does not boot
...ge" problem: the cd didn't boot on some machines where it previously did. We build the cd using this command: bootimg='isolinux/isolinux.bin' bootcat='isolinux/boot.cat' #mkisopts='-r -N -L -d -D -J' mkisopts='-r -J' mkisofs $mkisopts \ -V "$distname $distvers" \ -A "$distname created on $today" \ -b "$bootimg" \ -c "$bootcat" \ -no-emul-boot -boot-load-size 4 -boot-info-table \ -x lost+found \ -x CVS \ -o "../smeserver-$distvers".iso \...
2016 Nov 02
4
[PATCH v4 1/2] v2v: bootloaders: search grub config for all distributions
...gt; This patch improves the search of grub config on EFI partition. This means that the config will be found not only for rhel but also for many other distributions. Tests were performed on the following distributions: centos, fedora, ubuntu, suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg The main purpose of the patch is to improve support for converting of vm with UEFI for most distributions. Unfortunately this patch does not solve the problem for all distributions, for example Debian does not store grub config on the EFI partition, therefore for such distributions anoth...
2017 May 02
2
[PATCH] v2v: bootloaders: search grub config for all distributions
This patch improves the search of grub config on EFI partition. This means that the config will be found not only for rhel but also for many other distributions. Tests were performed on the following distributions: centos, fedora, ubuntu, suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg The main purpose of the patch is to improve support for converting of vm with UEFI for most distributions. Unfortunately this patch does not solve the problem for all distributions, for example Debian does not store grub config on the EFI partition, therefore for such distributions anoth...
2011 Jul 26
2
Beta distribution- help needed
Hi, Well, i need some help, practical and theoretical. I am wondering why the fitdistplus (mle function) is returning an error for this code: [code] x1 <- c(100,200,140,98,97,56,42,10,2,2,1,4,3,2,12,3,1,1,1,1,0,0); plotdist(x1); descdist(x1, boot =1000); y<- sum(x1); d= as.vector(length(x1)); for(i in 1:length(x1)){ d[i] = x1[i]/y; } fitdist(d, "beta") [/code] Error:
2016 Nov 01
3
[PATCH v3] v2v: bootloaders: search grub config for all distributions
...gt; This patch improves the search of grub config on EFI partition. This means that the config will be found not only for rhel but also for many other distributions. Tests were performed on the following distributions: centos, fedora, ubuntu, suse. In all cases, the config path was /boot/efi/EFI/*distname*/grub.cfg The main purpose of the patch is to improve support for converting of vm with UEFI for most distributions. Unfortunately this patch does not solve the problem for all distributions, for example Debian does not store grub config on the EFI partition, therefore for such distributions anoth...
2016 Nov 02
0
Re: [PATCH v4 1/2] v2v: bootloaders: search grub config for all distributions
...oves the search of grub config on EFI partition. This > means that the config will be found not only for rhel but also for > many other distributions. Tests were performed on the following > distributions: centos, fedora, ubuntu, suse. In all cases, the config > path was /boot/efi/EFI/*distname*/grub.cfg > > The main purpose of the patch is to improve support for converting of > vm with UEFI for most distributions. Unfortunately this patch does not > solve the problem for all distributions, for example Debian does not > store grub config on the EFI partition, therefore for...
2016 Nov 03
0
Re: [PATCH v4 1/2] v2v: bootloaders: search grub config for all distributions
...of grub config on EFI partition. This > >means that the config will be found not only for rhel but also for > >many other distributions. Tests were performed on the following > >distributions: centos, fedora, ubuntu, suse. In all cases, the config > >path was /boot/efi/EFI/*distname*/grub.cfg > > > >The main purpose of the patch is to improve support for converting of > >vm with UEFI for most distributions. Unfortunately this patch does not > >solve the problem for all distributions, for example Debian does not > >store grub config on the EFI part...
2017 May 03
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
...oves the search of grub config on EFI partition. This > means that the config will be found not only for rhel but also for > many other distributions. Tests were performed on the following > distributions: centos, fedora, ubuntu, suse. In all cases, the config > path was /boot/efi/EFI/*distname*/grub.cfg > > The main purpose of the patch is to improve support for converting of > vm with UEFI for most distributions. Unfortunately this patch does not > solve the problem for all distributions, for example Debian does not > store grub config on the EFI partition, therefore for...
2017 May 04
0
Re: [PATCH] v2v: bootloaders: search grub config for all distributions
...n EFI partition. This > >>means that the config will be found not only for rhel but also for > >>many other distributions. Tests were performed on the following > >>distributions: centos, fedora, ubuntu, suse. In all cases, the config > >>path was /boot/efi/EFI/*distname*/grub.cfg > >> > >>The main purpose of the patch is to improve support for converting of > >>vm with UEFI for most distributions. Unfortunately this patch does not > >>solve the problem for all distributions, for example Debian does not > >>store grub co...
2008 Sep 22
0
Warnings in fitdistr() from MASS.
...sqrt(.Machine$double.eps) fitdistr(x,"negative binomial",lower=c(eps,eps)) Note that setting lower=c(0,0) doesn't work --- you get an *error* to the effect that L-BFGS-B needs finite values of 'fn'!!! I also tried building my own local version of fitdistr() which had if(distname == "negative binomial" & is.null(Call$lower)) Call$lower <- rep(sqrt(.Machine$double.eps),2) just after the assignment ``Call$hessian <- TRUE''. This *seemed* to work (i.e. prevent those nervous-making warnings and still give the right answer). cheers, R...
2012 Jan 20
0
fit Johnson Sb with fitdist(method="mme")
...;,method="mme",order=c(1,2),memp="memplog",start=list (xi=0,l=max(data1),d=1,g=1)) But it results in: > fjsb <- fitdist(c(data1),"john",method="mme",order=c(1,2),memp="memplog",start=list (xi=0,l=max(data1),d=1,g=1)) Error in mmedist(data, distname, start = start, fix.arg = fix.arg, ...) : wrong dimension for the moment order to match. And I just can't figure out where the mistake is. Thank you very much for your help in advance. Regards, Tanya [[alternative HTML version deleted]]
2014 Sep 18
0
Nut 2.7.2 on OpenBSD 5.6 with APC USB UPS
On Sep 12, 2014, at 5:15 PM, Stan Gammons <sg063015 at gmail.com> wrote: > On 09/11/14 22:34, Charles Lepple wrote: >> On Sep 11, 2014, at 11:04 PM, Stan Gammons <sg063015 at gmail.com> wrote: >> >>> I see a libusb_get_interrupt message in the log. Could that be the problem? >> Yes, it seems related. >> >> 1.126896 upsdrv_initinfo...
2009 Aug 30
3
experimental patch for libtheora1.1beta3
...e =================================================================== RCS file: /cvs/ports/multimedia/libtheora/Makefile,v retrieving revision 1.10 diff -u Makefile --- Makefile 12 Feb 2009 03:21:56 -0000 1.10 +++ Makefile 25 Aug 2009 14:46:39 -0000 @@ -2,14 +2,14 @@ COMMENT= open video codec -DISTNAME= libtheora-1.0 +DISTNAME= libtheora-1.1beta3 CATEGORIES= multimedia MASTER_SITES= http://downloads.xiph.org/releases/theora/ EXTRACT_SUFX= .tar.bz2 SHARED_LIBS+= theora 3.1 SHARED_LIBS+= theoradec 1.0 -SHARED_LIBS+= theoraenc 1.1 +SHARED_LIBS+= theoraenc 1.2 HOMEPAGE= http://www.theora.o...