Displaying 20 results from an estimated 400 matches similar to: "Problem with Asterisk 1.4.0-beta3 and Digium TE405P"
2006 Aug 06
1
How to use omega to search remote back end?
Folks,
Having trouble getting this to work. OMEGA cgi is not reading my stub file properly because it is trying to read it as a directory instead of a file. Is there an easy fix? Here is a transcript.
Thanks,
OSC
oscar@epsilon:/svr/xapian/beta$ ls -aFl
total 21335200
drwxr-xr-x 2 oscar oscar 4096 Aug 6 10:15 ./
drwxr-xr-x 5 oscar oscar 4096 Aug 6 12:59 ../
lrwxrwxrwx 1 oscar
2006 Oct 11
1
Problem with ZAPTEL-1.4.0-beta1 and WCT100P card
Hello,
I'm trying to upgrade an Asterisk 1.2 linux box to Asterisk 1.4. I
installed the following
-rw-r--r-- 1 root root 10908541 Sep 21 13:25 asterisk-1.4.0-
beta2.tar.gz
-rw-r--r-- 1 root root 993921 Sep 21 13:25 asterisk-addons-1.4.0-
beta1.tar.gz
-rw-r--r-- 1 root root 80019 Sep 21 13:25 libpri-1.4.0-beta1.tar.gz
-rw-r--r-- 1 root root 1523413 Sep 21 13:25
2005 Mar 18
0
T100P: Can't Make/Receive Zap Calls (Long Newbie Blah)
All,
Alright, I've looked around the internet, the voip-info.org wiki, and
browsed the contents of this mailing list. While I've found a couple of
scenarios that are close to this one, I haven't found one that uses my
particular card (T100P). Without further delay --
I have successfully configured internal SIP services between a Snom 200
and a Windows X-Lite client and have
2004 Apr 28
1
Segmentation Fault when using dig, nslookup, host...
I have setup Centos-3.1 on a Dell Optiplex GX1 this week. It has to
replace an old Compaq Deskpro I used as a firewall/router running the no
longer supported RedHat 7.1. I have the NAT firewall up and running, and
it works OK.
However, there is one thing bugging me. I cannot use any client software
that queries a nameserver. I tried to use "dig", "host" and
2001 May 31
0
Bug in scp
Hi!
I don't know much about network programming, or about terminal handling.
I wondered about why the command
"scp file user at host:path" didn't work. It gave me the following error
messages:
"stdin: is not a tty"
"Write failed flushing stdout buffer."
"write stdout: Broken pipe"
I tried it with different versions of ssh, first the newest debian
2005 Mar 15
1
Drac and Dovecot, almost there ...
I have dracd and dovecot up and running and trying to get the two
connected. I'm using the FC3 rpms from callimg yum install.
I've downloaded the drac patch from http://dovecot.org/patches/drac.c
and compiled it with both
gcc -Wall -W -shared -fPIC -DHAVE_CONFIG_H -I$dovecot
-I$dovecot/src/lib drac.c -o drac.so -ldrac
and
gcc -Wall -W -shared -fPIC -DHAVE_CONFIG_H -I$dovecot
2003 Feb 21
3
openssh 3.5p1 with openssl-0.9.7a - long
Hi !
This is my first posting so HELLO to everybody !
I`m trying to install openssh 3.5 with newest version of openssl
0.9.7a on rh - i`m building rpms from spec included in openssl
and openssh dist. All compilations went well, sshd, ssh is
working but ... i can`t scp:
[root at beer /root]# scp a.out root at dns:/root/
root at dns's password:
scp: error while loading shared
2005 Oct 11
3
dovecot won't launch
Hi,
I downloaded the latest dovecot (1.0 alpha 3) and tried numerous
installs which get me nothing. No errors, no crashes, no segfaults
and no running dovecot. It just seems to silently exit. I was trying
to build with mysql support but I've also tried a plain old install,
just configure, make install, etc. I get nada. strace doesn't show
anything, at least as far as I can tell.
2003 Dec 01
0
No subject
the directory
I setup in the smb.conf file on the LINUX machine named DP-WS67/CDs
I want to give all members of the DP group ownership of the directory.
When I enter chgrp 'HY-VEE\AUDIT' /RH1dat/CDs it works.
When I enter chgrp 'Hy-VEE\DP' /RH1dat/CDs I get =
chgrp: invalid group=20
name 'HY-VEE\\DP' =20
I ran these 2 commands with strace
2002 Nov 21
1
nmblookup not honoring smb.conf?
$ nmblookup ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ nmblookup -s /etc/samba/smb.conf ohwow
querying ohwow on 129.22.171.31
name_query failed to find name ohwow
$ cat /etc/samba/smb.conf
[global]
workgroup = scholars
netbios name = fedora
security = user
wins server = 129.22.4.11
wins support = no
name resolve order = wins lmhosts dns
my problem is that
2008 Feb 29
1
cram-md5 crashes passdb
Hi all,
When setting auth mechanisms: plain login cram-md5 and only having pam
passdb and passwd userdb. dovecot nevers starts and crashes reporting:
Feb 29 10:19:41 pitux-clust-op1 dovecot: Dovecot v1.0.10 starting up
Feb 29 10:19:41 pitux-clust-op1 dovecot: auth(default): CRAM-MD5
mechanism can't be supported with given passdbs
Feb 29 10:19:41 pitux-clust-op1 dovecot: Auth process died
2002 Sep 25
1
tftpd-hpa does not fork
hi,
i try to get this tsize capable tftpd running,
but it doesn't fork. (as read the strace output
and the process table)
strace:
9122 execve("/usr/sbin/in.tftpd", ["/usr/sbin/in.tftpd", "-u",
"nobody", "-s", "/var/tftpboot/"], [/* 35 vars */]) = 0
9122 uname({sys="Linux", node="saturn", ...}) = 0
9122
2002 Aug 13
2
AW: Unable to open configuration file "/etc/smb.conf" (or whereve r i specify)
Hi,
it looks like you have something really messed up on your system.
The size of the file is 1243 bytes (from strace) but 0 bytes are being read.
If you had no permission to read the strace would have looked like this:
open("/etc/samba/smb.conf", O_RDONLY|O_LARGEFILE) = -1 EACCES (Permission
denied)
A quick look at the source code reveals:
/etc/samba/smb.conf is opened in file_load
2004 Oct 05
2
Help: File is present (via Samba) but cannot be opened?
When I mount a Windows XP partition (NTFS) on my SuSE 9.1 machine via
Samba 3.0.4, I find some files can be listed (via "ls") but mysteriously
cannot be opened, even though the file permissions appear fine. What
is a good way to track down this sort of problem?
Here's an example where I "cd" into a samba-mounted directory and try to
open a file that I know is present. It
2002 Mar 06
1
samba 2.2.3a on PPC
I can join a domain, but wbinfo -t does not work. I used Mandrake's
.src.rpm. I tried the same .src.rpm on a x86 machine and it works.
strace's are attached. Any ideas?
...Jeff
-------------- next part --------------
execve("/usr/bin/wbinfo", ["wbinfo", "-t"], [/* 38 vars */]) = 0
uname({sys="Linux", node="balsa", ...}) = 0
2002 Jul 17
1
Re: smb.conf - fixed? :)
open("/usr/local/samba/var/log.smbd",
O_WRONLY|O_APPEND|O_CREAT|O_LARGEFILE, 0666) = -1 EACCES (Permission
denied)
umask(0) = 022
brk(0x81e6000) = 0x81e6000
stat64("", 0xbfffed80) = -1 ENOENT (No such file or
directory)
umask(022) = 0
That "No such file or directory"
2005 Oct 09
2
compiling asterisk on SuSE Linux 9.3 fails: illegal instruction
Hi all!
I'm running a SuSE Linux 9.3 on a little book pc which is based on a VIA CPU and Chipset:
cat /proc/cpuinfo
processor : 0
vendor_id : CentaurHauls
cpu family : 6
model : 7
model name : VIA Samuel 2
stepping : 3
cpu MHz : 532.776
cache size : 64 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
2009 Mar 25
0
CentOS won't shutdown ... or do anything else
I started to have problems similar to ones described in the past on
this list but could not find any kind of resolution. I did an
lsmod, a mount command, and for fun, did an strace on shutdown to
see where it is hanging, and an ltrace as well.
Any thoughts?
Module Size Used by
parport_pc 28033 0
lp 15661 0
parport 38153 2
2006 Apr 21
1
AW: getent not working (again)
I don't think that this is my problem. When I try 'getent passwd <user>' I
get no output either. And we only store about 200 users. Is bug 3024 fixed
in the newest version? I will try to apply the patch.
J?rg
-----Urspr?ngliche Nachricht-----
Von: Gautier, B (Bob) [mailto:Bob.Gautier@rabobank.com]
Gesendet: Freitag, 21. April 2006 12:54
An: Horchler, Joerg;
2004 Nov 19
0
/usr/local/bin/wine-kthread: could not open
Hy all.. i've just subscribed to the list thow i've been using wine for
a while now.
I 've emeregd (I have Gentoo) the latest wine and ,
Here-s what i get:
mihaiv bin # wine
/usr/local/bin/wine-kthread: could not open
mihaiv bin # /usr/local/bin/wine-kthread
Wine 20041019
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine