Displaying 3 results from an estimated 3 matches for "stratup".
Did you mean:
startup
2007 Jul 24
1
MySQL components in asterisk-addons not being built
I'm trying to add MySQL CDR recording in Asterisk 1.4.6. I'm
following the instructions posted here:
http://www.voip-info.org/wiki-Asterisk+cdr+mysql
I have MySQL installed and it works fine - starts on stratup, I can
create DBs, tables and so on and I can connect through php. rpm -qa
indicates:
MySQL-server-5.0.22-0
MySQL-devel-5.0.22-0
MySQL-client-5.0.22-0
However I still get XXX for all of the MySQL add ons when I do:
make menuselect
Any pointers for me on how to troubleshoot and fix this problem...
2005 Jun 16
0
Asterisk on Fedora Cora 3
I have problems monitorino cpu loading about Asterisk process on Fedora Cora
3. If Asterisk starts at stratup it will be recognise with 14 processes and
if it start normaly in terminal top don't give me any activity about is
work. Can anyone help me?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20050616/a0cd...
2018 Aug 18
2
Bridging local physical interface to tinc
...to lo
iface lo inet loopback
iface enp2s0 inet manual
# Public network IP (enp2s0 interface bridge)
auto vmbr0
iface vmbr0 inet static
address 88.198.xx.xxx
netmask 255.255.255.224
gateway 88.198.xx.xxx
bridge_ports enp2s0
bridge_stp off
bridge_fd 0
# Bridge for VM private network
# (on vm stratup will add VM tap device here and on tinc-up will add tinc tap device here)
auto vmbr2
iface vmbr2 inet manual
bridge_ports none
bridge_stp off
bridge_fd 0
Server 2 /etc/tinc/netname/tinc.conf
-----------------------------------------------------
root at pve:~# cat /etc/tinc/netname/tinc.conf
Nam...