search for: scrippt

Displaying 3 results from an estimated 3 matches for "scrippt".

Did you mean: script
2007 Jul 12
0
No subject
...n ? > > Not yet: > > # which modules to load: a temporary workaround That's the point : if optimizing modules load could be postponed to a later stage, that would be better, IMHO, as installing from source is already a long process. > > # dahdi_modules is a simple two-liner scrippt that is currently not > # installed by default. I figure I should get that functionality added > # to dahdi_genconf > dahdi_modules >/etc/dahdi/modules > /etc/init.d/dahdi start > # generate /etc/dahdi/system.conf and /etc/asterisk/dahdi-channels.conf > dahdi_genconf > dahdi...
2008 Dec 02
1
Which installation policy is behind Asterisk doc delivered with source code ?
Hi, Testing latest 1.6.1, it occurred to me I had to add a couple of noload statements in /etc/asterisk/modules.conf to remove ERROR messages, when starting Asterisk. (I don't imply those ERROR messages were fatal to Asterisk but as a general rule, I tried to start Asterisk without any of those). As I'm not very familiar with module concepts at the moment, I told myself it would be
2004 May 12
2
preexec script problem
hi all i'm running into a little problem when using preexec scripts for the creation of dir's on my samba server.... script --- #! /bin/sh name=`getent passwd | grep %U | awk -F: '{print $5}'` mkdir /samba/test/"$name" --- snip of smb.conf --- [test] path = /samba/test preexec = /root/script browseable = Yes writeable = Yes