similar to: access logging

Displaying 20 results from an estimated 90000 matches similar to: "access logging"

2004 Aug 06
1
does IceCast & listeners logging
OK, it seems I have a problem with my configuration because the streams only last 83 seconds. I think IceCast's logging is OK with Constant Bit Rate because you can easily calculate how long somebody has been listening to the radio as you have the Bit Rate and you know when the listeners left, and because GET shows it's a listener, not a source. But what about Variable Bit Rate, possible
2004 Aug 06
0
Extending the logging format?
Heya, For the last several months I've been developing a log analysis package targeted at streaming server (primarily icecast/icecast2/quicktime streaming server) to provide very fine-grained per mountpoint statistics, both textual and graphical. All is well and good, except that the composite nature of the logging from icecast prevents me from being able to correct the statistics to account
2004 Aug 06
1
Icecast Logging
I have some questions about Icecast logging... How close is Icecast logging to the Apache logging format? Can you customize the output options like Apache? We've used several tools to process our Icecast logs in the past, including Webalizer and Urchin. Urchin seems to report some slightly erroneous data. What have others used for processing Icecast's access.log file? Hunter --- >8
2004 Aug 06
0
[PATCH] Fix TZ in access log
Current (and even icecast 1.3) icecast strftime() format option is to specify "%z" for gathering the timezone value for use in the logs. This isn't POSIX. The true token for standard strftime() timezone value is %Z. This patch fixes that. Without it, your log entries *may* look like this: 66.93.53.158 - - [21/Jul/2003:00:36:57 %z] "GET /full-on HTTP/1.1" 200 31554203
2012 Nov 02
2
[LLVMdev] DependenceAnalysis and PR14241
On 11/02/2012 10:21 AM, Preston Briggs wrote: > > My initial guess is that a conservative fix is quick and small (make > sure the underlying pointers are loop invariant, otherwise give up). A > better approach would be to somehow turn code like the example into > array references that can be analyzed. I'll need to think about this and > do some reading. Hi Preston, I looked
2004 Sep 15
0
SOURCE access logging in 2.1-trunk breaks webalizer (streaming version)
Again, forwarding to the list. Please try to reply to the list. Cheers, KJ -----Oorspronkelijk bericht----- Van: Iceuse - Kris [mailto:iceuse@wwlang.net] Verzonden: woensdag 15 september 2004 7:17 Aan: k.j.wierenga@home.nl Onderwerp: Re: [Icecast] SOURCE access logging in 2.1-trunk breaks webalizer (streaming version) Thanks, I'm very confused by this kind of lists where the answer goes to
2004 Sep 14
0
SOURCE access logging in 2.1-trunk breaks webalizer (streaming version)
Posting it on the mailing list for you Chris :-) KJ -----Oorspronkelijk bericht----- Van: Iceuse - Kris [mailto:iceuse@wwlang.net] Verzonden: dinsdag 14 september 2004 16:49 Aan: Klaas Jan Wierenga Onderwerp: Re: [Icecast] SOURCE access logging in 2.1-trunk breaks webalizer (streaming version) Hello, Yes, that's something which is making trouble with webalizer stats... when I made this
2012 Nov 02
0
[LLVMdev] DependenceAnalysis and PR14241
----- Original Message ----- > From: "Tobias Grosser" <tobias at grosser.es> > To: "preston briggs" <preston.briggs at gmail.com> > Cc: "Benjamin Kramer" <benny.kra at gmail.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> > Sent: Friday, November 2, 2012 12:56:53 PM > Subject: Re: [LLVMdev]
2012 Nov 02
2
[LLVMdev] DependenceAnalysis and PR14241
On 11/02/2012 11:02 AM, Hal Finkel wrote: > ----- Original Message ----- >> From: "Tobias Grosser" <tobias at grosser.es> >> To: "preston briggs" <preston.briggs at gmail.com> >> Cc: "Benjamin Kramer" <benny.kra at gmail.com>, "LLVM Developers Mailing List" <llvmdev at cs.uiuc.edu> >> Sent: Friday, November
2012 Nov 02
0
[LLVMdev] DependenceAnalysis and PR14241
Here's the current code (abstracted a bit) const Instruction *Src, const Instruction *Dst, // make sure they are loads and stores, then const Value *SrcPtr = getPointerOperand(Src); // hides a little casting, then Src->getPointerOperand const Value *DstPtr = getPointerOperand(Dst); // ditto // see how underlying objects alias, then const GEPOperator *SrcGEP =
2019 Sep 06
1
Samba 4.10.8 and 4.9.13 for rhel7/centos7 rpms
Hi everyone, In case anyone's interested, I've posted the rpm builds of samba 4.10.8 that I'm using on RHEL7.7. (I run these in VMs, serving as AD DCs for my SOHO). These rpms use the default python2 from the system. The 4.10.x SPEC file is now more closely aligned with upstream (Fedora SPEC file) and I've yet to test these builds using the system's python3 on RHEL7.
2005 Jun 26
0
running icecast and a webserver on same port
Care to shed some light on this? I have about 10 IPs that are at my disposal and 3 I've been keeping for spares and whatnot. Though binding them is a little beyond me. TIA Justin On 6/22/05, Klaas Jan Wierenga <k.j.wierenga@home.nl> wrote: > > Hi, > > You can if your machine is assigned two IP addresses. Then you can bind the > webserver to port 80 on the first
2019 Dec 11
2
Samba 4.11.3, 4.10.11 and 4.9.17 for Centos7/RHEL7
Hi everyone, I've posted some rpm builds of samba 4.11.3, 4.10.11 and 4.9.17 for RHEL/Centos 7.x (currently 7.7). The 4.11 rpms use the python3 and python3-devel rpms introduced in the standard RHEL/Centos repos at the same time as the 7.7 version. Comments and/or testing feedback would be most welcomed. http://nova.polymtl.ca/~coyote/dist/samba/samba-4.11.3
2005 Jun 10
1
problem with polr ?
I want to fit a multinomial model with logit link. For example let this matrix to be analyzed: male female aborted factor 10 12 1 1.2 14 14 4 1.3 15 12 3 1.4 (this is an example, not the true data which are far more complex...) I suppose the correct function to analyze these data is polr from MASS library. The data have been
2005 Jun 26
1
running icecast and a webserver on same port
I'm curious about why you would want to run Icecast on port 80. Geoff Justin Bot wrote: >Care to shed some light on this? I have about 10 IPs that are at my >disposal and 3 I've been keeping for spares and whatnot. Though >binding them is a little beyond me. > >TIA > >Justin > >On 6/22/05, Klaas Jan Wierenga <k.j.wierenga@home.nl> wrote: > >
2019 Apr 06
2
Samba 4.8.10 for rhel7/centos7 rpms
On Fri, 2019-04-05 at 16:09 -0400, Vincent S. Cojot via samba wrote: > Hi everyone, > > In case anyone's interested, I've posted the rpm builds of samba > 4.8.10 > that I'm using on RHEL7.6. (I run these in VMs, serving as AD DCs for > my > SOHO). Comments most welcomed. > > http://nova.polymtl.ca/~coyote/dist/samba/samba-4.8.10 How do you build this on
2012 May 14
2
[LLVMdev] SIV tests in LoopDependence Analysis, Sanjoy's patch
On Mon, 14 May 2012 11:46:02 -0700 Preston Briggs <preston.briggs at gmail.com> wrote: > On Sat, Apr 21, 2012 at 6:08 AM, Sanjoy Das > <sanjoy at playingwithpointers.com> wrote: > > > > Sorry for having been quiet for so long, I have my university exams > > going on, and will be able to contribute only after the coming > > Friday. > > Gents, >
2004 Aug 31
0
Re: Live audio streaming from internet
I installed icecast ver.1.3.12 and i used the "alias" function(i set only to relay): "alias radioname http://radiohost:port" In client's player,at the url,i typed: http://myserverip:myport/radioname" That's all(of course,i modified other parameters that suits my network configuration,but all of this is well documented into config file). Into config file,it
2005 Jun 22
3
running icecast and a webserver on same port
Hi, You can if your machine is assigned two IP addresses. Then you can bind the webserver to port 80 on the first IP-adres and bind icecast to port 80 on the second IP-address. Hope this is helpful. Regards, KJ -----Oorspronkelijk bericht----- Van: icecast-bounces@xiph.org [mailto:icecast-bounces@xiph.org]Namens Laust Brock-Nannestad Verzonden: woensdag 22 juni 2005 2:27 Aan: icecast@xiph.org
2015 Jan 23
2
a dedicated audio encoder
Hi, I managed to get my hand on a Xenyx x2222usb at a friend's, so I took the opportunity to do some testing with it. Pi model B, one of the more recent editions (I also had an older one from just after they were introduced and that one had trouble rebooting when attaching/detaching network so I ditched that one). Two usb onboard. Xenyx x2222usb has the same usb chip 08bb:2902 Texas