Displaying 20 results from an estimated 2000 matches similar to: "HOWTO/FAQ question (Location: Sweden)"
2009 Sep 30
4
deliver: Fatal: setgid(114) failed with euid=8, gid=8, egid=8: Operation not permitted
I'm calling 'deliver' from Postfix and in some cases from
Procmail.
I set this system up more than six months ago and it's been
working flawlessly until yesterday (16:52:19 local time) when
it, without any apparent reason, just stopped delivering mails!
Lots of checking and googling (I've forgot how exacly I setup
the system :), I made 'deliver' SUID and it worked
2007 Oct 13
3
'Start' in extension rules
I can't seem to get the [s]tart to work in my extensions...
----- s n i p -----
[default]
exten => s,n,Goto(s-${DIALSTATUS},1)
exten => s-BUSY,1,Voicemail(${EXTEN}, b)
exten => 2403,1,Dial(sip/${EXTEN},20,t)
exten => _X.,2,Playback(pbx-invalid)
----- s n i p -----
If I dial '2403' with is off-hook, I don't get
to the voice mail, I get the playback...
Setting
2007 Nov 01
3
Outgoing PRI CID?
We have now got our new PRI line (10 channels, 100 numbers) connected
and everything is working except the outgoing caller ID. Whatever
SIP phone I'm using, the CID that's shown is the very first number...
----- s n i p -----
[default]
include => outgoing
include => priin
[outgoing]
exten => _NXXXXX.,1,Macro(dial,08${EXTEN},${RINGTIME}) ; Local number (w/o areacode) -
2012 Jan 19
2
CentOS 6.2 KS/Installer
I'm using the kickstart file we developed for v5 on 6.2 in VM (kvm/qemu
running on a CentOS 5.6),
but it fails:
Error partitioning. Could not allocate requested partitions: not
enough free space on disks.
There's nothing wrong with the disk. Both fdisk and parted works fine,
I can view, partition
and write a partition table and the disk is 10.5GB.
However, looking through
2004 Apr 21
1
AD and home directory on Linux
I'm trying to get my home directory (automaticly) mounted from the
AD server via SMB - I can't (don't want to) use NFS, because that
fucks up the file modes (even with SFU it's not compatible enough).
Using LibNSS/LDAP and LibPAM/{LDAP,Krb5} will authenticate me,
get me a ticket and overall work exactly as planed.
However, my home directory isn't availible (I had to create
2007 Oct 13
2
file.c: File digits/ett does not exist in any format
I'm using Swedish on version 1.4.13. The full part of the
log is:
[Oct 13 12:51:16] WARNING[7810] file.c: File digits/ett does not exist in any format
[Oct 13 12:51:16] WARNING[7810] file.c: Unable to open digits/ett (format 0x8 (alaw)): No such file or directory
The word 'ett' means 'one'. We have two words for one: 'en' and 'ett'.
Any idea how to fix/solve
2004 Jul 06
6
is srv lookup being done when REGISTERing?
it looks (to me) like asterisk is not doing an SRV lookup when
REGISTERing with another sip proxy. is that correct?
what i am trying to achieve is to register jasko@telia.net with a
proxy using
register => jasko:secret:dilbert@telia.net
my problem is that asterisk is doing a simple A RR lookup for the
domain telia.net which is pointing to a host that is NOT the proxy for
that domain
2002 Nov 07
2
Cant run SSHD daemon
I have compiled openssh for sun solaris 2.6, no errors
When I try to run SSHD daemon it says the following error.
This platform does not support both privilege separation and compression
Compression disabled
Privilege separation user sshd does not exist
Any one that have answer to this problem mail me on daniel.d.olsson at telia.se <mailto:daniel.d.olsson at telia.se>
//Daniel
2005 Feb 11
3
Newbie: ISDN E1 the same in all countries?
Hi.
I'm looking at ordering a 30-channel ISDN connection from telia (a swedish
operator) and then using a Wildcard TE110P card with that and asterisk to do
IVR.
Can I be certain that the TE110P card will work with that ISDN connection? A
30 channel ISDN certainly sounds like an E1 connection, but I couldn't get
any clear answers from the operator if
it is.
Has anyone used the TE110P
2003 Oct 29
3
Channelbanks for use in europe (Sweden)
Hi!
Is there anyone that are using a E1-channelbank and have any tips about some
type? Im looking at the TE410P and use one port for a PRI (Euro-ISDN, I
think we're using some slightly modified version here in Sweden, but I'll
check that tomorrow) and connect one port to a channelbank for 30 analogue
telephones.
It would also be great to get callerid on the analogue phones, so it would
2003 Apr 14
1
Creating softlinks in SMB FS
I'm setting up a Linux (RH8.0) client to authenticate
against an Active Directory. Home directories should also
be located on the AD server.
Everything works fine, exept softlinks...
----- s n i p -----
[root@client1 turbo]# /bin/pwd
/home/turbo
[root@client1 turbo]# mount | grep /home/turbo
//chandler/turbo on /home/turbo type smbfs (0)
[root@client1 turbo]# ln -s /usr/bin/printf printf
ln:
2007 Aug 02
1
Receiving SMB: Server stopped responding
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've upgraded to 3.0.25b, and I can't seem to get it
running for more than a few minutes before it starts
failing to find users...
This is my smb.conf:
- ----- s n i p -----
[global]
workgroup = FREQVIST
netbios name = CELIA
server string = %h server (Samba %v)
idmap backend = ldap:ldap://127.0.0.1
2007 Oct 16
1
Clean Hangup() ?
Took some examples from voip-info.org to deal with
call forwarding etc:
exten => _*21*X.,1,NoOp(Unconditional Call Forward on extension ${CALLERID(num)} to ${EXTEN:4})
exten => _*21*X.,n,Set(DB(CFIM/${CALLERID(num)})=${EXTEN:4})
exten => _*21*X.,n,Hangup()
Problem is that * don't hangup cleanly:
Spawn extension (default, *21*2403, 3) exited non-zero on 'SIP/2401-081e7048'
2007 Jul 28
1
Checking the trust account password returned NT_STATUS_INVALID_HANDLE
I'm trying to setup a FreeRADIUS (version 1.1.6 w/ LDAP support)
server on our new server here at home, which in turn should
authenticate against the Samba server (also on the same host - version
3.0.25) which in turn uses an OpenLDAP server (CVS version HEAD as of
20070719).
Samba works perfectly against the OL server. Authentication
etc is a-ok.
But regarding winbind, the first problem is
2002 Nov 15
2
Error 255 Openssh-3.5
Hello
I try to compile openssh-3.5 on Solaris 2.6 with gcc-3.2.
configure and make is no problem but when i do make install following error comes out
mkdir /opt/openssh/etc
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child produced insufficient data
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child produced insufficient data
ssh-rand-helper: Cannot find ELF
ssh-rand-helper child
2007 Oct 17
1
Portscans and Asterisk
Anything to do about portscans? Is there any way (should I) to see
if the connection is a legit (only SIP currently) connection BEFORE
my * answers?
[2007-10-17 19:23:46] WARNING[4191]: chan_sip.c:6624 determine_firstline_parts: Bad request protocol 01@<ASTERISK_IP> SIP/2.0
-- Executing [s at default:1] Answer("SIP/sip.jmg.se-081dd730", "") in new stack
[2007-10-17
2007 Oct 30
1
ZT_SPANCONFIG failed on span 1: Invalid argument (22)
I'm trying to load ztdummy on my Asterisk, running in a XEN
domain.
I've modified the code to disable the use of an RTC.
I can load the zaptel module just fine, the ztdummy also
loads without problem. But when running ztcfg I get this
error.
----- s n i p -----
graham:~# ztcfg -vvvv
Zaptel Version: 1.4.6
Echo Canceller: MG2
Configuration
======================
SPAN 1: CCS/ AMI
2004 Apr 20
1
AD<->Linux: Thoughts
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I have a small planning problem...
I built an environment for a customer about six (or so) months
ago based on RH8 which authenticate and mount homes from an
AD server... The Linux stuff was straigt forward - using LibNSS/LDAP
and LibPAM/{LDAP,Krb5} for authentication and samba (2.x something)
to mount the home directories.
Unfortunatly, this
2002 Dec 10
1
Problem with Openssh3.5
Hello
I have compiled Openssh3.5 on Solaris 2.6
It works well on 2.6, 2.7 and solaris 8 but on solaris 8 it try to log in /var/adm/wtmp file and it dose not exist.
What can I do to fix this.
Read something about "build sol" insted of "configure"....but where do i find information about this command (build sol).
Mail me on: daniel.d.olsson at telia.se
Thanks
2005 Jan 19
2
Moving fileserver
I'm having a problem here I'm not sure how to solve, so I
hope someone else have done the same (and succeeded :)
I have an old smb server ('tux') which is ancient (both
in software and hardware) and can't handle the load.
This machine is running version 2.2.3a-14.1 (Debian
GNU/Linux woody) with 'character set = ISO8859-1'.
The new smb server ('bella') runs