Displaying 20 results from an estimated 600 matches similar to: "ztdummy / RTC error"
2006 Oct 20
2
modprobe Ztdummy is not working
Hi,
I've install zaptel and I don't have a Digium card installed in the machine.
So I want to install ztdummy to have Music On Hold working. I've follow
these instruction http://www.voip-info.org/wiki-Asterisk+timer+ztdummy and
at the point "modprobe ztdummy" it's failing. I'm getting these messages:
root@dubic:~# modprobe ztdummy
FATAL: Error inserting ztdummy
2007 Sep 13
2
ztdummy problem in fedora7, kernel 2.6.22.5-76.fc7
hi there
i am facing problem in installing the ztdummy module in fedora7,
2.6.22.5-76.fc7 is the version of the kernel. here are some logs for your
kind consideration,
i have tried varios solution from voip-info.org and many more, but in vain.
Message from "/var/log/messages"
Sep 13 14:27:14 localhost kernel: Zapata Telephony Interface Registered on
major
Sep 13 14:27:14 localhost
2006 Aug 16
0
RTC module, "IRQ 8 not free" inside domU and Asterisk ztdummy module
Hello,
I''ve just found post on the list about Asterisk / Zaptel
ztdummy problem
http://lists.xensource.com/archives/html/xen-users/2006-04/msg00452.html
http://lists.xensource.com/archives/html/xen-users/2006-07/msg00267.html
My Xen host run with debian sarge 3.1 and I ''ve exactly the same
problem when I try to load ztdummy inside a domU
rtc: IRQ 8 is not free.
WARNING:
2005 Jun 11
3
ztdummy/rtc
Hello,
Maybe I'm missing something here. What is the proper way to use RTC
with ztdummy now?
I'm using -HEAD from a day or two ago on Linux 2.6.11.11.
In zaptel/Makefile, I changed CFLAGS to:
CFLAGS+=-I. -O4 -g -Wall -DBUILDING_TONEZONE -DUSE_RTC
#-DTONEZONE_DRIVER
and I get..
make -C /lib/modules/2.6.11.11/build SUBDIRS=/usr/src/zaptel modules
make[1]: Entering directory
2008 Mar 20
0
AMD timing issues
I saw a couple of posts about this in the archive, but none seemed
specifically to address the problem I am having. If I missed something
please let me know. Right now I would classify myself as "novice," and
there is probably really nothing so trivial that I couldn't possibly
have screwed it up. :-)
I'm trying to use the AMD command to detect answering machines, and have
2005 Jun 11
0
Re: ztdummy/rtc - staticy audio
> I'm still having my (apparantly) timing problem, but I'll do some more
> testing and make a separate thread for that. I'm generating an
> outbound call through Asterisk. The inbound audio is good, but the
> outbound audio is sometimes staticy. This seems to happen only at the
> start of the call. These are short test calls, just playing a "weasels
> ate our
2005 Jun 11
0
Re: ztdummy/rtc - staticy audio
> output of zttest:
> Opened pseudo zap interface, measuring accuracy...
> 99.938965% 99.951172% 99.938965% 99.963379% 99.963379% 99.951172%
> 99.951172%
Ah. Don't be scared. This is actually -correct- when using RTC. Let me
demonstrate:
[root@dhcp5 zaptel]# ./zttest -v
Opened pseudo zap interface, measuring accuracy...
8192 samples in 8195 sample intervals 99.963379%
8192
2008 Nov 11
1
ztdummy: rtc: lost some interrupts at 1024Hz.
Hi,
I'm getting crazy about ztdummy. I have to replicate a PBX where ztdummy
is working fine but for some reason I cannot.
The two machines have the same kernel, motherboard, the same gcc version
and the same zaptel 1.4.8. On the second machine zaptel compiles without
errors and ztdummy.ko is generated but when I modprobe it I get the
following error in messages:
rtc: lost some interrupts
2008 Nov 11
1
ztdummy: rtc: lost some interrupts at 1024Hz
> I'm getting crazy about ztdummy. I have to replicate a PBX where ztdummy
> is working fine but for some reason I cannot.
> The two machines have the same kernel, motherboard, the same gcc version
> and the same zaptel 1.4.8. On the second machine zaptel compiles without
> errors and ztdummy.ko is generated but when I modprobe it I get the
> following error in messages:
>
2005 Aug 28
7
ztdummy and Linux 2.6.13-rc7
Anybody having issues with ztdummy under the current 2.6 RC7? I get the
following errors when trying to modprobe ztdummy:
"Unable to register zaptel rtc driver"
Doing a Google on the error shows reference to a message from 2004 that
said you might not have RTC compiled into the kernel. Checking via:
cd /usr/src/linux-2.6.13-rc7
grep -i rtc .config
shows:
CONFIG_APM_RTC_IS_GMT=y
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 13/17] paravirt_ops - time updates
plain text document attachment (xx-paravirt-time.patch)
General time changes for paravirt_ops.
Signed-off-by: Steven Rostedt srostedt@redhat.com
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Index: clean-start/include/asm-x86_64/time.h
===================================================================
--- /dev/null
+++ clean-start/include/asm-x86_64/time.h
@@ -0,0 +1,18 @@
2007 Apr 18
0
[RFC/PATCH PV_OPS X86_64 13/17] paravirt_ops - time updates
plain text document attachment (xx-paravirt-time.patch)
General time changes for paravirt_ops.
Signed-off-by: Steven Rostedt srostedt@redhat.com
Signed-off-by: Glauber de Oliveira Costa <gcosta@redhat.com>
Index: clean-start/include/asm-x86_64/time.h
===================================================================
--- /dev/null
+++ clean-start/include/asm-x86_64/time.h
@@ -0,0 +1,18 @@
2007 Apr 18
2
refactoring io_apic.c
OK, I need to do something like this to io_apic.c - split the hardware
specific parts out under mach-default, so we can override them for other
subarchitectures. It's not finished, needs header file and makefile
work. Would you be willing to take this if I do it? I'm not going to
bother if you're not, such refactorings are a pig to maintain out of
tree.
Frankly, io_apic.c needs a
2007 Apr 18
2
refactoring io_apic.c
OK, I need to do something like this to io_apic.c - split the hardware
specific parts out under mach-default, so we can override them for other
subarchitectures. It's not finished, needs header file and makefile
work. Would you be willing to take this if I do it? I'm not going to
bother if you're not, such refactorings are a pig to maintain out of
tree.
Frankly, io_apic.c needs a
2019 Jun 06
0
FTS Xapian
Hi
Are you using the latest git version ?
WHich part exactly of your logs relates to "virtual folders do not work"
?
On 2019-06-05 13:08, Daniel Miller via dovecot wrote:
> Logs:
>
> Jun 5 06:02:25 bubba dovecot: imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: Opening DB (RO)
2007 Apr 18
0
customize xen kernel with rpmbuild
Hello
I try to customize the name of my kernel.
I use the rpm source on the download page for the RHEL4.4 and I would like to differenciate the domO and the domU.
cd /usr/src/redhat
rpmbuild -ba SPEC/myspec.spec
In the spec file I tested to change ''%define kernelvariant xen'' to ''%define kernelvariant xenHAHAHA''
or other variables with no success
At the
2019 Jun 07
1
FTS Xapian
Yes, latest git version.
The logs show (as I read them) returned results - yet nothing shows in the
client. The logs look the same (with different numbers) when querying
"regular" folders - but results are shown in clients.
--
Daniel
On June 6, 2019 12:16:08 AM Joan Moreau <jom at grosjo.net> wrote:
> Hi
> Are you using the latest git version ?
> WHich part exactly
2012 Feb 25
1
Solr not indexing
What did I do wrong to make this happen? "doveadm(dmiller at amfes.com):
Debug: fts: Indexes disabled for namespace 'shared/%n/'"
doveadm -D fts rescan -u dmiller at amfes.com
doveadm(root): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(root): Debug: Module loaded:
/usr/local/lib/dovecot/lib01_acl_plugin.so
doveadm(root): Debug: Module loaded:
2019 Jun 05
2
FTS Xapian
Logs:
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: Opening DB (RO)
/var/mail/amfes.com/dmiller/sdbox/xapian-indexes/db_f2857830c70c844e2f1d00003bc41c5f
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at amfes.com)<25877><IjkkJZOKPvKsOk9d>: FTS Xapian: FLAG=AND
Jun 5 06:02:25 bubba dovecot:
imap(dmiller at
2007 Apr 11
0
Problem installing xen on Opensuse10.2
Hello
I try to install xen3.0.4 on opensuse10.2
but when i install the kernel i get
QUOTE
rpm -ivh kernel-xen-2.6.16.33-3.0.4.1.i686.rpm
Preparing... ########################################### [100%]
1:kernel-xen ########################################### [100%]
/sbin/mkinitrd: line 3036: /boot/initrd-2.6.16.33-xen_3.0.4.1.img/etc/fstab: Datei oder Verzeichnis nicht gefunden
No