similar to: AIX 5.1 upgrade

Displaying 20 results from an estimated 6000 matches similar to: "AIX 5.1 upgrade"

2013 Oct 08
0
icecast-2.3.99.3
Hi, If you're just after a quick-fix for mime-types... On 10/08/2013 04:26 PM, Yaniv Sharon wrote: > Yes. I'm running The 2.3.99.3 win32 version. > And if you can to provide the " mime.types " This file will probably do as a quick workaround. http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/docs/conf/mime.types?revision=1305131&view=co I strongly advise
2016 Jul 01
1
multiple connection
It is possible to ask the development team of icecast to implement a solution for that? Something like – "if the same IP pulling the stream over X instances for X time" to kick him? I believe im not the only one that having that issue from time to time… From: marcin at saepia.net [mailto:marcin at saepia.net] Sent: Friday, July 01, 2016 2:05 PM To: Yaniv Sharon Cc:
2013 Oct 08
2
icecast-2.3.99.3
Yes. I'm running The 2.3.99.3 win32 version. And if you can to provide the " mime.types " and " crossdomain.xml " files by yourself it will be great. TNX! -----Original Message----- From: "Thomas B. R?cker" [mailto:thomas at ruecker.fi] Sent: Tuesday, October 08, 2013 5:58 PM To: icecast-dev at xiph.org Cc: Yaniv Sharon Subject: Re: [Icecast-dev]
2002 Mar 14
0
OpenSSH vs AIX 4.3.3 => 5.1 utmp patch
The patch below follows changes in AIX utmp handling made between AIX 4.3.3 and 5.1. With it, utmp entries are properly recorded again. The patch applies to OpenSSH 3.1p1, and seems to work fine. The co-worker who sent me the patch hasn't tested backwards compatibility on AIX 4.3.3 systems. Richard ------- *** openssh-2.9.9p2/auth-passwd.c.org Tue Jul 3 23:21:15 2001 ---
2005 Nov 23
2
SOLVED [was Re: latex writer in gnome?]
On 11/22/05, Sharon Kimble <sharon04 at gmail.com> wrote: > Does anybody know the gnome program that you can write in latex with please? > > I'm not sure but I think its in the base repo. Its not winefish as it > (winefish) doesn't compile the source text like the program that I'm looking > > for does. > > Hopefully thanks > Sharon. > -- I am
2016 Jul 01
0
multiple connection
If you don't want to modify sources of icecast which is non trivial I would have recommended writing a script that fetches list of clients periodically over icecast admin API and kills these that utilize too many connections. If they would have keep reconnecting you should implement more advanced solution - with total blocking on firewall or within icecast. If you need further support,
2001 Dec 18
2
Aranda-Ornaz links for binary data
Hi, I would like apply different link functions from Aranda-Ordaz (1981) family to large binary dataset (n = 2000). The existing links in glm for binomial data (logit, probit, cloglog) are not adequate for my data, and I need to test some other transformations. Is it possible to do this in R? And how? Thank you for your help, /Sharon
2003 Feb 19
2
GLM for Beta distribution
Hi R-help, Is there such a thing as a function in R for fitting a GLM where the response is distributed as a Beta distribution? In my case, the response variable is a percentage ([0,1] and continuous). The current glm() function in R doesn't include the Beta distribution. Thank you for any help on this topic. Sincerely, Sharon K?hlmann
2004 Jul 19
4
TDM400P Internal Extenion Config
Hopefully someone here can save my sanity. I have been trying to solve this problem for days now, but just cant put my finger on it. Im new to * so I have probably done something stupid! I have a TDM400P with one FXO module and a FXS module. The main problem I have is not being able to get the extension attached to the FXS module to ring or be able to make calls. It gets a dialtone fine but I
2013 Oct 08
2
icecast-2.3.99.3
So there is no usage for the " mime.types " in ice win32? -----Original Message----- From: icecast-dev-bounces at xiph.org [mailto:icecast-dev-bounces at xiph.org] On Behalf Of Thomas B. R?cker Sent: Tuesday, October 08, 2013 5:09 PM To: icecast-dev at xiph.org Subject: Re: [Icecast-dev] icecast-2.3.99.3 Yaniv Sharon <yaniv.sharon at gmail.com> wrote: >Hi, > >Where to
2006 Aug 10
0
Convergence in geese/gee
We are currently analyzing data on children clustered in day care-centers (DCC). We have tried to use geepack and gee libraries to estimate an overall incidence rate for absences (=number of absences/risk time) by specifying geese(number.absences ~ offset(log(risktime)), id=day.care.id, family=poisson("log"), data=dcc, corstr="exch",
2008 Feb 18
0
Location of boxplots in bwplot
Hi, I am trying to adjust the position of the boxplots when using bwplot(). In boxplot() there is the alternative to modify the position of the boxes by using boxplot(y~x, at=...). However, I don't seem to find a comparable option in bwplot(). I would like in some instances to add more space between the boxplots, e.g. that I could specify at=c(1, 2, 5, 6) so that the first two boxplots are
2013 Oct 08
0
icecast-2.3.99.3
On 10/08/2013 02:18 PM, Yaniv Sharon wrote: > So there is no usage for the " mime.types " in ice win32? Ah, so you're running the windows build? I'd need to check where it should go in that one and if it's included in the default build. If not I'll have to ask for it to be included in future builds. Cheers Thomas > > -----Original Message----- > From:
2017 Dec 12
5
problems with share permissions
Hi I had a few test shares  created and they were working fine. Users could read or write depending on the windows group that was defined on the share. I have since removed the test shares and created the file structure needed and setup the smb.conf file with the share names.  I have also setup the groups and assigned them to the respective directories.  Problem is the users can connect to
2016 Jul 05
1
multiple connection (be careful with carrier-grade NAT)
The side effect of <audio> is also a bandwidth usage? linear to the amount of "fake" listeners? From: Marcin Lewandowski [mailto:marcin at saepia.net] Sent: Tuesday, July 05, 2016 4:31 PM To: Christoph Zimmermann; icecast-dev at xiph.org; Yaniv Sharon Subject: Re: [Icecast-dev] multiple connection (be careful with carrier-grade NAT) As I have written before, I’ve seen that
2002 Oct 22
5
Mixture of Univariate Normals
Dear list, Can anyone provide a package or code for estimating the parameters of a mixture of c (c >=2) univariate normal distributions? I've tried the algorithm provided by Venables & Ripley (1999) p 263, for the mixture of two normal, but I don't find the "ms" function in R. I've used nls instead, but I'm not sure if it works the same. The data I have is very
2013 Jun 13
1
blocking spammer by callerID "name"
I have a subroutine to block spammer by CALLERID(number) exten => 4,1,GotoIf(${BLACKLIST()}?blacklisted,s,1) exten => 4,n,Set(goaway=${CALLERID(number):0:2}) exten => 4,n,GotoIf($["${goaway}" = "V4" ]?blacklisted,s,1) exten => 4,n,GotoIf($["${goaway}" = "V3" ]?blacklisted,s,1) but I just got another spammer (automated calls) who rotates his
2006 Jun 10
1
CentOS folding@home team
Congratulations to the CentOS folding at home team for breaking through the rank 400 barrier. The next target is the rank 250 :) More information about the team can be found at http://www.sharons.org.uk/cf.html, and we welcome new members and their machines. We always need more members and more machines too :) Sharon. -- 18:47:57 up 8 days, 20:56, 2 users, load average: 1.30, 1.76, 1.61 A
2006 Sep 30
1
Team CentOS breaks though the 200 ranking barrier.
Congratulations to all the CentOS folding at home team members for breaking through the 200 world ranking barrier. Its taken a bit of time but we've all helped to do it. Our next target is obviously to achieve 150th in the world ranking. But, to help achieve that we're going to need more members and more machines. So, if you think it sounds interesting and you want to learn more, then
2000 Jul 05
2
eigen function on Solaris2.6 (PR#595)
Full_Name: Sharon Kuhlmann Version: 0.99 OS: solaris2.6 Submission from: (NULL) (129.16.167.231) When I use the function > eigen(x), it gives me a "Process R bus error", and the program quits. I'm running the following R version: platform sparc-sun-solaris2.6 arch sparc os solaris2.6 system sparc, solaris2.6 status Patched