Displaying 20 results from an estimated 3000 matches similar to: "IVTV and xen: silent intermittent failures reading from /dev/video0"
2005 Oct 05
10
xen 2.0 testing / DMA failure with ivtv-driver
Hi everyone,
i''m currently try migrate my mythtv-server into an xen maschine but the
ivtv-driver for my Hauppauge PVR350 doesn''t work. Now, a lot of googling
and reading later i''m now here.
I''ve an error which i can''t exactly allocate: is it an driver or an xen
generated error ?
I got with the ivtv-drivers following error:
(0.2.x ivtv driver)
2007 Jan 25
1
issue with ivtv & wctdm zaptel drivers (TDM PCI Master abort)
Hi,
I'm experiencing an issue with my x86_64 machine containing a Hauppauge
PVR-500 (ivtv) and a Digium TDM400p (wctdm, part of zaptel) PCI cards.
Independently of each other both cards work fine, but once the wctdm driver
is loaded and mythtv tries to record something on the PVR-500 the wctdm
driver freaks out. The error message is see is "TDM PCI Master abort"
printed over and
2008 May 28
2
Re: calculating the needed swiotlb in dom0
I just found out that setting swiotlb=128 in dom0 grub.conf allowed me to
run my mythtv domU with additonal options to ivtv:
in /etc/modprobe.d/options
options ivtv enc_mpg_buffers=8
Setting this to any higher value causes a kernel panic. I want to be able
to specify
options ivtv enc_mpg_buffers=16 enc_vbi_buffers=8
How much swiotlb do I need? Is there a way to figure this out or is it just
2007 Oct 18
2
ivtv
I have this old memory that the kernels used are a hodge podge of backports
etc.
So for a kernel-smp-2.6.9-55.0.9.EL should I use 0.4.10?
Quoted from http://ivtvdriver.org/index.php/Download:
The latest stable releases can be found here. Currently this is version
0.4.10 for kernels <= 2.6.15, version 0.6.7 for kernel 2.6.16, version 0.7.4
for kernel 2.6.17, version 0.10.6 for kernels >=
2006 Apr 17
0
Xen 3.0.2 and ivtv, no more IOMMU space
Hi
I have a working pci with linux (p4 533 768Mb of ram ivtv/sound blaster
live,pci graphic card ...) kernel 2.6.16.4.
Everything work well, mythtv, named,mail, web, firewall ...
I try to compile xen 3.0.2 with this kernel, to add more security (I
want to make little domains for the firewall, web ...)
xen boot without problem, but I get those error message at the ivtv
driver :
PCI-DMA: Out
2005 Jul 15
2
RE: Re: [ivtv-devel] Problems loading ivtv in Xen - DMAissues?
> No problem, thanks very much for all your help. It still
> amazes me that a Celeron in my basement can have 2 domains
> running web servers,
> 1 doing dns/dhcp/tftp type services, a mysql domain, a domain
> running Asterisk to control all my VOIP phones, and a mythtv
> backend domain that can simultaneously record 3 DVD quality
> mpeg-2 streams off of directv while
2006 Apr 01
2
barchart in black & white with 10 categories?
Dear list,
I am trying to plot a barchart (from lattice) in B & W, with 10
categories per bar.
It seems that the colours are recycled after reachingcategory number
7, which creates a problem interpreting the chart. I therefore have
two questions:
1) How do I get more shades?
2) Does anyone have a theme to share with me with distinctive shades
in Black & White?
Thankful for all the
2005 Aug 08
2
Groups in histograms?
Dear list,
I would like to create histograms for up to three groups, with
distincive colour/pattern, in a trellis panel. However, I have not
been able to find a way to do this. histogram does not seem to have a
group argument.
Please help.
/Fredrik
2007 Jul 12
2
question on mplayer playing dvd amd 64 on centos 5
Gents,
I can compile mplayer on centos 4.5 AMD 64 in native 64 bit mode and it
plays the dvd,
and also compile for 32 bit mode "gcc -m32" on it also plays the dvd.
"mplayer dvd://1".
I can compile mplayer on centos 5 AMD 64 in native 64 bit mode and it
plays the dvd.
However, when I compile in 32 bit on AMD 64 centos 5 I cannot play the dvd.
I get:
Playing dvd://1
File
2005 Nov 09
1
Problems with Shapiro Wilk's test of normality.
Hi,
I am trying to create a table with information from Shapiro Wilk's
test of normality.
However, it fails due to lack of sample size, it says, but the way I
see it, this is not a problem.
(See the table of sample sizes (almost) at the bottom).
Applying a different function using a similar ftable call is not a
problem (See the bottom table).
This is R 2.1.0 on Linux (Gentoo).
/Fredrik
2014 Mar 18
2
DNS error on startup Samba4 ADS mode DC
I keep getting errors in my logs about can not bind to address *.*.*.*:53
address in use..
what did i do wrong in the setup of my server or domain?
attached logs and smb.conf along with the output from my provision command.
Jeffrey D. Means meaje at meanspc.com
Owner / CIO for MeansPC http://www.meanspc.com/
Custom Web Development For Your Needs. (970)308-1298
- The
2024 Nov 09
1
NUT stopped working after an upgrade
Did the upgrade by chance install/alter any udev rules causing the UPS devices to now have incorrect permissions? And what user is nut running as?
On November 9, 2024 9:58:57 AM EST, Bill Gee <bgee at campercaver.net> wrote:
>Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora package. CyberPower CP1000AVRLCD connected by USB.
>
>I updated the system yesterday
2024 Nov 09
1
NUT stopped working after an upgrade
Nut should be running as user nut. As far as I can tell, the udev rules
have not changed. And the system IS seeing the UPS at a low level.
I looked through /dev/ but did not see a device that jumps out as the UPS.
=====================
[root at mythtv rules.d]# dmesg | grep -i 0764
[ 2.021485] usb 1-1.8: New USB device found, idVendor=0764,
idProduct=0501, bcdDevice= 0.01
[ 2.049515]
2024 Nov 10
2
NUT stopped working after an upgrade
Check /dev/hidraw6, as noted in your dmesg output (and any other *hid* devices under /dev). User nut has almost zero privs to devices unless a udev rule changes the perms on the dev for nut . . .
On November 9, 2024 1:25:29 PM EST, Bill Gee <bgee at campercaver.net> wrote:
>Nut should be running as user nut. As far as I can tell, the udev rules have not changed. And the system IS
2024 Nov 09
1
NUT stopped working after an upgrade
Running NUT version 2.8.2 on Fedora 40. NUT installed from the Fedora
package. CyberPower CP1000AVRLCD connected by USB.
I updated the system yesterday with all the latest Fedora packages. Now
NUT will not run. Chasing the issue through the layers, I come to this:
=====================
[root at mythtv rules.d]# upsc cyberpower
Error: Driver not connected
[root at mythtv rules.d]#
2005 Nov 24
1
Video Recording
Hi,
I would like to record some training/advertising videos, in a similar
format to those offered by CBT Nuggets (and others). Essentially this
means I need to be able grab real video (e.g. webcam or DV camcorder,
etc) as well as what is on the computer screen (VNC Recorder maybe) and
audio.
In terms of output I would like it to be in Ogg Theora format as these
seems to be supported both on
2024 Jul 28
1
Fedora 40 nut-server not starting at boot
I've had fun with nut on RH systems, these are my notes to get it working:
Create /usr/lib/tmpfiles.d/nut-client.conf:D? ? /run/nut 0770 root nut -
...the file did not exist, and so the PID folder/file was not getting generated. Then the driver would start.
Also had to setup enabled services (still not 100% confident that this is totally correct):[root at emp80 ups]# systemctl list-unit-files
2006 Sep 19
3
Centos 4.4 - mythtv
can anyone advise on where to find the mythtv repo? I have dag but a
yum install mythtv-suite
yields nothing
thanks
2005 Sep 26
4
MythTV on Centos 4
I'm starting a project to build a MythTV box for my living room. Anyone else
currently working with MythTV on CentOS 4?
Here are some of the gotcha's I've worked through so far:
- I was originally planning on using KnoppMyth. But their CD appears to be only for
i386. Without realizing it, the P4 CPU I picked is one of the newer ones with the
x86_64 extensions. It won't boot
2008 Aug 21
12
machine hangs on occasion - correlated with ssh break-in attempts
Hello!
A machine I manage remotely for a friend comes under a distributed ssh
break-in attack every once in a while. Annoyed (and alarmed) by the
messages like:
Aug 12 10:21:17 symbion sshd[4333]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:18 symbion sshd[4335]: Invalid user mythtv from 85.234.158.180
Aug 12 10:21:20 symbion sshd[4337]: Invalid user mythtv from 85.234.158.180
Aug 12