similar to: where the debug log stored?

Displaying 20 results from an estimated 100000 matches similar to: "where the debug log stored?"

2005 Aug 10
2
app_voicemail.c still looking for config file even I try to configure the voicemail from database.
Hi I am trying to make asterisk load config from database, so far I get the sip, extension working, but voicemail seems still looking for config file, not from the database. the extconfig.conf looks like ... sipusers => mysql,asterisk,sip_buddies sippeers => mysql,asterisk,sip_buddies extensions => mysql,asterisk,extensions_table voicemail => mysql,asterisk,voicemail_users .. the
2005 Aug 18
0
Asterisk configuration from database
Nope, I got the stable 1.08 release from cvs. Frank From: "Wei Kun" <wei-kun@mediaring.com> Subject: RE: [Asterisk-Users] Asterisk configuration from database withres_config To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <asterisk-users@lists.digium.com> Message-ID: <00a301c5a3c5$93384370$6f01010a@corp.mediaring.com> Content-Type:
2005 Aug 10
1
asterisk query mysql problem or bug?
Hi; I have entries as below in DB, mysql> select * from sip_buddies; +----+------+----------+------------+---------+------------+--------+------- -----+------------+----------+------+ | id | name | context | defaultip | host | mailbox | type | regseconds | ipaddr | username | port | +----+------+----------+------------+---------+------------+--------+-------
2005 Aug 23
1
where is addmailbox now?
Hi; Do you know where the addmailbox script goes? Now in CVS, it shows revision 1.3 date: 2005/08/02 11:57:06; author: markster; state: dead; lines: +0 -0 This script is now useless... ---------------------------- So any new tool to create voicemail folder? Thanks Kun
2005 Aug 07
1
mysql sock location
Hi; In case your * and mysql are running on the same machine, and you get error "Failed to connect to mysql database server ..." when using Asterisk with Mysql database, check the location of mysql.sock not /tmp/mysql.sock, but /var/lib/mysql/mysql.sock Regards Kun
2017 Mar 13
1
Re: [PATCH 2/4] v2v: chmod original OVA file if running as root (RHBZ#1430680).
In data lunedì 13 marzo 2017 14:47:43 CET, Richard W.M. Jones ha scritto: > In the case where we are going to read the disk directly from the OVA > file (partial = true), we will create a qcow2 image backed by the OVA. > If running as root, libvirt will run qemu as a non-root user (because > of no qemu:///session support for root, which is a libvirt bug). qemu > will not be able to
2017 Jun 29
1
[PATCH] lib: libvirt: Pass copyonread flag through to the libvirt XML.
From: "Richard W.M. Jones" <rjones@redhat.com> We were dropping the add_drive copyonread flag when using the libvirt backend. This resulted in significant performance degradation (2x-3x slower) when running virt-v2v against VMware servers. Thanks: Kun Wei. --- lib/launch-libvirt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/launch-libvirt.c
2015 Sep 25
4
VLIW support
Kun, Thanks for the reply. I looked at it, but wasn't able to find where actual instruction bundling takes place, i.e. where exactly in the code they pack instruction into a single bundle. Do you know where it is done? I would really appreciate any pointers. Thanks. On Fri, Sep 25, 2015 at 4:37 PM, Kun Ling <kunling at lingcc.com> wrote: > Hi Rail, > For the VLIW support,
2017 Mar 20
1
[PATCH] v2v: inspect source: Don't tell people twice to run virt-v2v -v -x (RHBZ#1167623).
There were two related bugs in the virt-v2v error messages when source inspection failed. Firstly it would print the message about running 'virt-v2v -v -x' twice: virt-v2v: error: inspection could not detect the source guest (or physical machine). Assuming that you are running virt-v2v/virt-p2v on a source which is supported (and not, for example, a blank disk), then this should
2013 Dec 12
5
How to use syslinux(isolinux, etc.) for EFI?
Hi, When we meet UEFI or EFI firmware, lots of linux os release use GRUB bootloader. But I wanna use isolinux to boot the installation environment and also the linux os installed. Some question puzzled me. Now, I look for your help: 1. I didn't found information about how to use syslinux(isolinux,etc.) in uefi. I wanna know that are there some differences of the isolinux configuration
2000 Jul 13
2
Programming puzzle...
Dear R guru's, I'd like to sort the columns of a matrix according to the elements in the first row, and in case of a tie according to the second row, etc. In case of a 3xn matrix woppa, something like colorder _ order(woppa[1,], woppa[2,], woppa[3,]) I just cannot seem to find a way to do this for a variable number of rows, e.g. if woppa has 10 or 15 rows I now manually cut and paste to
2007 Sep 04
11
stop log/debug messages into /var/log/messages
Hello good ppl, Any way of stopping asterisk writing into syslogs or any other file, if I set verbose 6 on the console? All I want is the verbose output only on the console, nowhere else. My logger.conf says : console=> notice,error ;messages => notice,warning,error Thanks in advance. - Benjamin Jacob. EMAIL DISCLAIMER : This email and any files transmitted with it are confidential
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All, I am working on creating storage driver domain with xen-4.3.0 . I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371 I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally I did install blktap-dkms package also- Following xen processes are running on Domain 0:
2013 Aug 14
7
Disk add fails while domain creation, which uses disk backend- "storage driver domain" with xen-4.3.0 , with errors libxl.c:2125
Hi All, I am working on creating storage driver domain with xen-4.3.0 . I am referring this - http://wiki.xen.org/wiki?title=Storage_driver_domains&oldid=9371 I have created Storage domain with xl utility of xen, then followed above wiki for rest of the steps, additionally I did install blktap-dkms package also- Following xen processes are running on Domain 0:
2017 Mar 13
7
[PATCH 0/4] v2v: -i -ova: Various fixes.
This has to be applied on top of this series: https://www.redhat.com/archives/libguestfs/2017-March/msg00144.html This is a fix for: https://bugzilla.redhat.com/show_bug.cgi?id=1430680 Kun Wei noticed that virt-v2v -i ova has a problem if we are running as root and the OVA is not located on a path which is fully readable by non-root. The reason for this is that libvirt runs qemu as a
2001 Nov 13
2
r-gnome: plots go blank directly after R is finished plotting (PR#1167)
Full_Name: Dirk Eddelbuettel Version: 1.3.1 OS: Linux Submission from: (NULL) (65.184.214.9) [ This bug report has previously been filed as #116701 in the Debian Bug Tracking System. --edd ] From: Egon Willighagen <egonw@sci.kun.nl> To: Debian Bug Tracking System <submit@bugs.debian.org> Subject: r-gnome: plots go blank directly after R is finished plotting Date: Mon, 22 Oct
2013 Oct 22
2
VBR conflicts filesystem?
In my usb drive with EXT3 filesystem in /dev/sda1 partition, syslinux uses the first sector on /dev/sda1 but EXT3 filesystem doesn't? On Mon, Oct 21, 2013 at 4:49 PM, Ferenc Wagner <wferi at niif.hu> wrote: > Kun Huang <gareth at unitedstack.com> writes: > > > For a bootable usb drive, syslinux seems use MBR and VBR > > (and some files on the partition) >
2005 Aug 07
4
Configuring Asterisk@home for Sipgate.
Hi all, I'm new to the forum. Oh no....newbie question coming, I hear you all cry! I'm playing around with Asterisk@home and have installed software and fiddled around with sip and extensions files. I have manage to make out going calls through Sipgate using X-Lite but cannot for some reason receive incoming calls. Incoming calls do not even show up on the switchboard panel. I've
2018 May 19
1
Bug on qr.coef when qr is created by a zero matrix with colnames and all y equals zero
Dear maintainers, I'm reporting a bug in qr.coef that mishandles the colnames of matrix. A minimal reproducible example is as follows: x <- cbind(rep(0, 10), rep(0, 10)) y <- rep(0, 10) q <- qr.default(x) qr.coef(q, y) [1] NA NA If x has colnames, then qr.coef will end up with an error: x <- cbind(x1 = rep(0, 10), x2 = rep(0, 10)) y <- rep(0, 10) q <- qr.default(x)
2020 Jun 23
2
from field encoding
Good day. I have a dovecot 2.3.4.1 on debian 10 as an imap server. I found there are emails where the header field From has no encoding even if there is a name with special characters like ?lut? K??. The header looks like: From: "?lut? K??" <zluty.kun at domain.tld> In this case the email client - roundcube, outlook etc. will show the From with wrong characters. This behaviour is