search for: debug0

Displaying 20 results from an estimated 23 matches for "debug0".

Did you mean: debug
2004 Aug 06
2
improved error.log output --diff
...equest not recognised"); + WARN0("Mount request not recognised, %s", client->con->ip); client_send_400(client, "Mount request unknown"); break; } @@ -410,11 +410,11 @@ char buf[255]; int parameters_passed = 0; - DEBUG0("Doing optional check"); + DEBUG0("Doing optional check, %s", client->con->ip); if((COMMAND_OPTIONAL(client, "destination", dest_source))) { parameters_passed = 1; } - DEBUG1("Done optional check (%d)", parameters_passed); +...
2005 Sep 26
4
ices2 metadata update causes gaps
On Mon, Sep 26, 2005 at 05:30:11PM +0200, Michael Smith wrote: > > Assuming this is correct, the next question that arises is "Is Vorbis > > when used this way truly gapless?" > > Yes, it is. ... and I can confirm this. No gaps were perceivable decoding in ogg123. However, an interesting effect can be had if all the parts have the same serial number. You get a bump
2004 Aug 06
0
[PATCH] Add per-listener and per-mount connection time limits.
...stener_time_limit = global_listener_time_limit; + } else if (mount_listener_time_limit > 0) { + listener_time_limit = mount_listener_time_limit; + } + + if (client_connect_time > listener_time_limit) { + DEBUG0("Client exceeded configured listener time limit"); + client->con->error = 1; + data_done = 1; + break; + } + } /* do we have any old buffers? */ abuf = refbuf_queue...
2012 Dec 11
2
Adding additional mount info to xsl stylesheet
...gt;mount, "max_listener_duration", "%lu", source->max_listener_duration); + + const char * user_agent = httpp_getvar (source->client->parser, "user-agent"); + stats_event_args (source->mount, "user-agent", "%s", user_agent); DEBUG0("Source creation complete"); source->last_read = time (NULL); @@ -947,6 +951,8 @@ static void source_apply_mount (source_t *source, mount_proxy *mountinfo) source->max_listeners = mountinfo->max_listeners; source->fallback_override = mountinfo->fallba...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found
2005 Nov 11
0
[PATCH] icecast video preview 2
...G + theora_state td; + video_preview_t *video_preview; + yuv_buffer yuv; + int frame_count; +#endif } theora_codec_t; - static void theora_codec_free (ogg_state_t *ogg_info, ogg_codec_t *codec) { theora_codec_t *theora = codec->specific; @@ -50,8 +56,17 @@ DEBUG0 ("freeing theora codec"); stats_event (ogg_info->mount, "video_bitrate", NULL); stats_event (ogg_info->mount, "video_quality", NULL); +#ifdef WITH_PNG + stats_event (ogg_info->mount, "video_preview", NULL); +#endif stats_event (ogg...
2005 Nov 11
2
[PATCH] icecast video preview 2
Updated version of video preview covering frame writing every 3 keyframe and a xsl typo. Best regards :) kysucix -- Make things as simple as possible, but no simpler. - Albert Einstein
2005 Nov 11
1
[PATCH] icecast video preview
Hi. Here it is my patch to put a video preview of a theora stream in status.xsl. I just added a: <video-preview>1</video-preview> parameters in icecast.xml.in that control the previewing function. It encodes a png in $webroot/$mountname.tmp and then move it to $webroot/$mountname.png As for now it saves a frame every theora keyframe, which is probably too heavy for the server but
2016 Jan 23
0
Bug#810379: [BUG] pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
...Reporting Kernel driver in use: xhci_hcd domU "bug" "cat /proc/interrupts": CPU0 16: 25114 xen-percpu-virq timer0 17: 0 xen-percpu-ipi resched0 18: 0 xen-percpu-ipi callfunc0 19: 0 xen-percpu-virq debug0 20: 0 xen-percpu-ipi callfuncsingle0 21: 0 xen-percpu-ipi irqwork0 22: 473 xen-dyn-event xenbus 23: 96 xen-dyn-event hvc_console 24: 8811 xen-dyn-event blkif 25: 255 xen-dyn-event blkif 26: 3045 xen-d...
2014 Feb 01
0
[RFC 02/16] drm/nouveau: basic support for platform devices
...return ret; - mmio_base = pci_resource_start(device->pdev, 0); - mmio_size = pci_resource_len(device->pdev, 0); + mmio_base = nv_device_resource_start(device, 0); + mmio_size = nv_device_resource_len(device, 0); /* translate api disable mask into internal mapping */ disable = args->debug0; @@ -446,6 +446,60 @@ nouveau_device_dtor(struct nouveau_object *object) nouveau_engine_destroy(&device->base); } +resource_size_t +nv_device_resource_start(struct nouveau_device *device, unsigned int bar) +{ + if (nv_device_is_pci(device)) { + return pci_resource_start(device->pdev...
2010 May 20
7
[pv_ops] e1000e: "Detected Tx Unit Hang"
Hello, my server has massive problems with my NIC. I got: "Detected Tx Unit Hang". At the moment I use 2.6.31 from Jeremy, does anyone know if it''s fixed in 2.6.32 or newer tree? Regards, Stefan Kuhne _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...*//'|sort -u \ +# |grep -vE '^(qsort|if|close|assert|fputc|free|N_|vir.*GetName|.*Unlock|virNodeListDevices|virHashRemoveEntry|freeaddrinfo|.*[fF]ree|xdrmem_create|xmlXPathFreeObject|virUUIDFormat|openvzSetProgramSentinal|polkit_action_unref)$' + +msg_gen_function = +msg_gen_function += DEBUG0 +msg_gen_function += DISABLE_fprintf +msg_gen_function += ERROR +msg_gen_function += ERROR0 +msg_gen_function += REMOTE_DEBUG +msg_gen_function += ReportError +msg_gen_function += VIR_FREE +msg_gen_function += VIR_INFO +msg_gen_function += VIR_USE_CPU +msg_gen_function += errorf +msg_gen_function +...
2016 Jan 08
1
Bug#810379: xen: pci-passthrough generates "xen:events: Failed to obtain physical IRQ" for some devices
...Tolerance Reporting Kernel driver in use: xhci_hcd domU "cat /proc/interrupts": CPU0 16: 25114 xen-percpu-virq timer0 17: 0 xen-percpu-ipi resched0 18: 0 xen-percpu-ipi callfunc0 19: 0 xen-percpu-virq debug0 20: 0 xen-percpu-ipi callfuncsingle0 21: 0 xen-percpu-ipi irqwork0 22: 473 xen-dyn-event xenbus 23: 96 xen-dyn-event hvc_console 24: 8811 xen-dyn-event blkif 25: 255 xen-dyn-event blkif 26: 3045 xen-d...
2009 Mar 02
12
latest pv_ops dom0 (2.6.29-rc6) crashes / unhandled page fault
Hello. log of the crashing boot process: http://pasik.reaktio.net/xen/pv_ops-dom0-debug/pv_ops-dom0-bootlog-14-xen331-linux-2.6.29-rc6-crash.txt 2.6.29-rc5 based pv_ops dom0 works on the same computer.. with the same Xen version. I tried with and without pci=nomsi. adding ''noapic'' doesn''t seem to help (I need that with 2.6.29-rc5 to make it work). Any ideas
2014 Feb 12
0
[PATCH v2] drm/nouveau: support for platform devices
...return ret; - mmio_base = pci_resource_start(device->pdev, 0); - mmio_size = pci_resource_len(device->pdev, 0); + mmio_base = nv_device_resource_start(device, 0); + mmio_size = nv_device_resource_len(device, 0); /* translate api disable mask into internal mapping */ disable = args->debug0; @@ -446,6 +446,72 @@ nouveau_device_dtor(struct nouveau_object *object) nouveau_engine_destroy(&device->base); } +resource_size_t +nv_device_resource_start(struct nouveau_device *device, unsigned int bar) +{ + if (nv_device_is_pci(device)) { + return pci_resource_start(device->pdev...
2011 Jan 12
72
PCI passthrough issue
Hello, I''m facing a strange issue with network card PCI passthrough on my openwrt test domU. - With network PCI passthrough, DNS lookup failed for some domains (exemple, google.com) but not for other (free.fr my ISP, or my domain jbfavre.org). I can ping an IP address without any problem. - Starting domU as a "normal" (ie without PCI passthrough), no problem. As far as I can
2014 Feb 12
2
[PATCH v2] drm/nouveau: support for platform devices
On 12/02/14 05:38, Alexandre Courbot wrote: > Upcoming mobile Kepler GPUs (such as GK20A) use the platform bus instead > of PCI to which Nouveau is tightly dependent. This patch allows Nouveau > to handle platform devices by: > > - abstracting PCI-dependent functions that were typically used for > resource querying and page mapping, > - introducing a nv_device_is_pci()
2013 Aug 27
4
Is: Xen 4.2 and using 'xl' to save/restore is buggy with PVHVM Linux guests (v3.10 and v3.11 and presumarily earlier as well). Works with Xen 4.3 and Xen 4.4. Was:Re: FAILURE 3.11.0-rc7upstream(x86_64) 3.11.0-rc7upstream(i386)\: 2013-08-26 (tst001)
...ta_piix 23: 0 0 xen-pirq-ioapic-level uhci_hcd:usb1 64: 7869 0 xen-percpu-virq timer0 65: 3420 0 xen-percpu-ipi resched0 66: 0 0 xen-percpu-ipi callfunc0 67: 0 0 xen-percpu-virq debug0 68: 389 0 xen-percpu-ipi callfuncsingle0 69: 0 8640 xen-percpu-virq timer1 70: 0 3003 xen-percpu-ipi resched1 71: 0 0 xen-percpu-ipi callfunc1 72: 0 0 xen-percpu-virq debug1...
2014 Feb 11
2
[PATCH] drm/nouveau: support for platform devices
On Mon, Feb 10, 2014 at 8:50 PM, Thierry Reding <thierry.reding at gmail.com> wrote: > On Mon, Feb 10, 2014 at 02:53:00PM +0900, Alexandre Courbot wrote: > [...] >> diff --git a/drivers/gpu/drm/nouveau/core/engine/device/base.c b/drivers/gpu/drm/nouveau/core/engine/device/base.c > [...] >> +resource_size_t >> +nv_device_resource_start(struct nouveau_device *device,
2014 Feb 10
2
[PATCH] drm/nouveau: support for platform devices
...return ret; - mmio_base = pci_resource_start(device->pdev, 0); - mmio_size = pci_resource_len(device->pdev, 0); + mmio_base = nv_device_resource_start(device, 0); + mmio_size = nv_device_resource_len(device, 0); /* translate api disable mask into internal mapping */ disable = args->debug0; @@ -446,6 +446,72 @@ nouveau_device_dtor(struct nouveau_object *object) nouveau_engine_destroy(&device->base); } +resource_size_t +nv_device_resource_start(struct nouveau_device *device, unsigned int bar) +{ + if (nv_device_is_pci(device)) { + return pci_resource_start(device->pdev...