if I use 1 input it works well, if I use 2 inputs /var/log/messages starts getting filled with such logs:
Code: Select all
[root@vid tmp]# grep "13:37" /var/log/messages
Jun 5 13:37:00 vid zmc-d0[3319]: INF [Got TERM signal, exiting]
Jun 5 13:37:00 vid zmc-d0[3383]: INF [Debug Level = 0, Debug Log = ]
Jun 5 13:37:00 vid zmc-d0[3383]: INF [Starting Capture]
Jun 5 13:37:00 vid zmc-d0[3383]: ERR [Capture failure for frame 0: Invalid argument]
Jun 5 13:37:00 vid zmc-d0[3383]: ERR [Capture failure for frame 0: Invalid argument]
Jun 5 13:37:00 vid zmc-d0[3383]: ERR [Sync failure for frame 1 buffer 0(3): Invalid argument]
Jun 5 13:37:00 vid zmc-d0[3383]: ERR [Capture failure for frame 0: Invalid argument]
Jun 5 13:37:00 vid zmc-d0[3383]: ERR [Sync failure for frame 1 buffer 0(3): Invalid argument]
Jun 5 13:37:01 vid zmc-d0[3383]: ERR [Capture failure for frame 0: Invalid argument]
... from here start repeating:
Jun 5 13:37:01 vid zmc-d0[3403]: ERR [Capture failure for frame 0: Invalid argument]
Jun 5 13:37:01 vid zmc-d0[3403]: ERR [Sync failure for frame 1 buffer 0(3): Invalid argument]
Jun 5 13:37:01 vid zmc-d0[3403]: ERR [Capture failure for frame 0: Invalid argument]
Jun 5 13:37:01 vid zmc-d0[3403]: ERR [Sync failure for frame 1 buffer 0(3): Invalid argument]
Jun 5 13:37:01 vid zmc-d0[3403]: ERR [Capture failure for frame 0: Invalid argument]
...etc...
here is /tmp/zmwatch.log:
Code: Select all
...
Watchdog starting at 04/06/05 13:35:51
Watchdog pausing for 30 seconds
Restarting capture daemon ('/usr/local/bin/zmdc.pl restart zmc -d 0'), time since last capture 11 seconds (1086435431-1086435420
)
'zmc -d 0' starting at 04/06/05 13:37:12, pid = 3403
'zmc -d 0' started at 04/06/05 13:37:12
Can't get shared memory id '2053971974': No such file or directory
Restarting capture daemon ('/usr/local/bin/zmdc.pl restart zmc -d 0'), time since last capture 10 seconds (1086435442-1086435432
)
'zmc -d 0' started at 04/06/05 13:37:22
'zmc -d 0' starting at 04/06/05 13:37:22, pid = 3408
Can't get shared memory id '2053971974': No such file or directory
Restarting capture daemon ('/usr/local/bin/zmdc.pl restart zmc -d 0'), time since last capture 9 seconds (1086435452-1086435443)
'zmc -d 0' started at 04/06/05 13:37:32
'zmc -d 0' starting at 04/06/05 13:37:32, pid = 3413
Can't get shared memory id '2053971974': No such file or directory
Restarting capture daemon ('/usr/local/bin/zmdc.pl restart zmc -d 0'), time since last capture 9 seconds (1086435462-1086435453)
'zmc -d 0' starting at 04/06/05 13:37:43, pid = 3417
'zmc -d 0' started at 04/06/05 13:37:43
Can't get shared memory id '2053971974': No such file or directory
Restarting capture daemon ('/usr/local/bin/zmdc.pl restart zmc -d 0'), time since last capture 10 seconds (1086435473-1086435463
)
zm 1.19.4
livecd1.19 (mandrake 10, kernel 2.6)
capture card: grandtec grand x-guard 16P (just 1 chip for all 16 inputs)
512 RAM
motherboard: gigabyte 7vm400m
cpu: Duron
I could use my capture card with up to 4 inputs but at that time I was using livecd1.17, so mandrake9.2 (kernel 2.4), same hardwre.
any clue?