search for: tracefil

Displaying 20 results from an estimated 58 matches for "tracefil".

Did you mean: tracefile
2011 Jun 03
1
[PATCH] JOBS: fix klibc DEBUG compilation
...efined reference to `freopen' src/show.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/show.c b/src/show.c index 14dbef3..b4160e1 100644 --- a/src/show.c +++ b/src/show.c @@ -394,7 +394,9 @@ opentrace(void) if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0) fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND); #endif +#ifndef SMALL setlinebuf(tracefile); +#endif /* SMALL */ fputs("\nTracing started.\n", tracefile); } #endif /* DEBUG */ -- 1.7.4.4
2011 Jun 04
1
[PATCH] [SHELL] Fix klibc DEBUG compilation v2
...at stro.at> --- src/show.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/show.c b/src/show.c index 14dbef3..81e54ac 100644 --- a/src/show.c +++ b/src/show.c @@ -378,7 +378,11 @@ opentrace(void) scopy("./trace", s); #endif /* not_this_way */ if (tracefile) { +#ifndef SMALL if (!freopen(s, "a", tracefile)) { +#else + if (!(!fclose(tracefile) && (tracefile = fopen(s, "a")))) { +#endif /* SMALL */ fprintf(stderr, "Can't re-open %s\n", s); debug = 0; return; @@ -394,7 +398,9 @@ opentrace(void)...
2011 Jul 08
1
[PATCH] [SHELL] Fix klibc DEBUG compilation v3
...at stro.at> --- src/show.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/show.c b/src/show.c index 14dbef3..4a049e9 100644 --- a/src/show.c +++ b/src/show.c @@ -378,7 +378,11 @@ opentrace(void) scopy("./trace", s); #endif /* not_this_way */ if (tracefile) { +#ifndef __KLIBC__ if (!freopen(s, "a", tracefile)) { +#else + if (!(!fclose(tracefile) && (tracefile = fopen(s, "a")))) { +#endif /* __KLIBC__ */ fprintf(stderr, "Can't re-open %s\n", s); debug = 0; return; @@ -394,7 +398,9 @@ opentrace...
2012 Jul 02
0
[klibc:master] [SHELL] Fix klibc DEBUG compilation
...ash/show.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/usr/dash/show.c b/usr/dash/show.c index 14dbef3..4a049e9 100644 --- a/usr/dash/show.c +++ b/usr/dash/show.c @@ -378,7 +378,11 @@ opentrace(void) scopy("./trace", s); #endif /* not_this_way */ if (tracefile) { +#ifndef __KLIBC__ if (!freopen(s, "a", tracefile)) { +#else + if (!(!fclose(tracefile) && (tracefile = fopen(s, "a")))) { +#endif /* __KLIBC__ */ fprintf(stderr, "Can't re-open %s\n", s); debug = 0; return; @@ -394,7 +398,9 @@ opentrace...
2017 Feb 17
7
Problem with Let's Encrypt Certificate
...uses the same Dovecot Version with Let's Encrypt on his Server and it works with Thunderbird without any flaws. Mine fails the same way in his Thunderbird and also in a fresh installation. After two weeks of investigating I still have no clue why it behaves like this. I uploaded two Wireshark tracefiles, further logs and dovecot -n, may be someone sees any possible reasons for this weird behavior or has any further tips on solving this issue. https://sebode-online.de/dovecot-letsencrypt/ Every hint is highly appreciated! Best Regards Bastian -- Bastian Sebode Fachinformatiker Systemintegrati...
2005 Aug 18
2
Asterisk configuration from database with res_config
...blaat password => blaat pre-connect => yes [mysql2] dsn => MySQL-asterisk username => myuser password => mypass pre-connect => yes odbc to mysql is working fine, I tested it. here is my odbc.ini from /etc/ [MySQL-asterisk] Description = MySQL Asterisk database Trace = Off TraceFile = stderr Driver = MySQL SERVER = localhost USER = blaat PASSWORD = blaat PORT = 3306 DATABASE = asterisk I used the load_res_config.pl to put the sip.conf into the database in ast_config. Via phpMyadmin I can see the data in there correctly. When booting or reloadi...
2009 May 05
1
Asterisk cdr_odbc problems
...ini: [asterisk] Description = asterisk ODBC Driver = MySQL Socket = /var/run/mysqld/mysqld.sock Server = localhost User = asterisk Password = mysql_password Database = asterisk Option = 3 #Port = Trace = On TraceFile = /var/log/odbc-asterisk /etc/asterisk/res_odbc.conf: [asterisk] enabled => yes dsn => asterisk username => asterisk password => exodus_2009 pre-connect => yes /etc/asterisk/cdr_odbc.conf: ; cdr_odbc.conf ; [global] dsn=asterisk username=asterisk password=exodus_2009 loguniq...
2004 Jul 22
1
app_dbodbc URGENT
...= asterisk password = ****** My odbc.ini [ODBC Data Sources] MySQL-asterisk = Asterisk PBX [MySQL-asterisk] Driver = /usr/local/lib/libmyodbc.so Description = Asterisk PBX SERVER = localhost PORT = 3306 USER = asterisk PASSWORD = DIDO1223 DATABASE = asterisk TRACEFILE = /tmp/odbc.trace TRACE = 1
2007 Jan 03
4
Xenbus watch firing over and over
hi, I am trying to add xenbus watch support to mini-os, but am getting into a endless loop of watches firing over and over. Below is an excerpt from the xenstore tracefile: IN 0x805acc8 20070103 19:32:18 WATCH (/local/domain/0/backend/vif/26/0/state 00043818 ) CREATE watch 0x805a8b8 OUT 0x805acc8 20070103 19:32:18 WATCH (OK ) OUT 0x805acc8 20070103 19:32:18 WATCH_EVENT (/local/domain/0/backend/vif/26/0/state 00043818 ) IN 0x805acc8 20070103 19:32:18 UNWATCH (/loc...
2004 May 10
1
RODBC in RAqua
...fully connect to my database with the ODBC connect strings DSN=mydb or DSN=mydb;UID= postgres;PWD=secret The odbc.ini file generated by ODBC Administrator (an GUI tool that comes with OS X) looks like this: [ODBC Data Sources] mydb = PostgreSQL [ODBC] Trace = 0 TraceAutoStop = 0 TraceFile = TraceLibrary = [mydb] Driver = /usr/local/lib/psqlodbc.so Description = This is my database username = postgres password = secret servername = localhost port = 5432 database = mydb How might I get this working? Anthony
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
I have a new pcap from beginning to the end with openldap "TLS negoiation failed" https://gwarband.de/openldap/tracefile.dump The sourceports are 45376 and 45377 Tobias Am 2017-03-20 19:59, schrieb Aki Tuomi: > Well, those actually *reduce* the possible algorithms that can be > used, so uncommenting those can make things worse. > > Anyways, your pcap seems incomplete, can you try again? > > Ak...
2011 Jul 17
1
ODBC MySql DB: sqlQuery empty
...nector-ODBC/5.1/mysql-connector-odbc-5.1.8-linux-glibc2.3-x86-64bit.tar.gz/from/http://ftp.gwdg.de/pub/misc/mysql/ $ tar xvzf mysql-connector-odbc-5.1.8-linux-glibc2.3-x86-64bit.tar.gz ---2: unixODBC setup $ more ~/.odbc.ini [MySQL-data] Description = MySQL test database Trace = Off TraceFile = stderr Driver = /home/me/opt/mysql-connector-odbc/lib/libmyodbc5.so Setup = /home/me/opt/mysql-connector-odbc/lib/libmyodbc3S.so SERVER = 10.1.2.10 USER = readOnlyUser PASSWORD = secret PORT = 3306 DATABASE = data ---3: unixODBC test $ isql -v MySQL-data +...
2015 Feb 03
2
Problem with odbc connector with cdr
...ng Asterisk. However: # echo "select 1" | isql -v MySQL [IM002][unixODBC][Driver Manager]Data source name not found, and no default driver specified [ISQL]ERROR: Could not SQLConnect Here's the contents of odbc.ini: [MySQL-asterisk] Description = MySQL Asterisk database Trace = Off TraceFile = stderr Driver = MySQL SERVER = serverip USER = myuser PASSWORD = mypass PORT = 3306 DATABASE = asterisk And odbcinst.ini: [MySQL] Description = ODBC for MySQL Driver = /usr/lib/libmyodbc5.so Setup = /usr/lib/libodbcmyS.so Driver64 = /usr/lib64/libmyodbc5.so Setup64...
2007 Aug 13
4
Problem with iprange in shorewall 4.0.2
Hi, I have the following problem while activating this rule entry using shorewall-shell: ACCEPT:notice:rul WAN:139.x.x.226 INT:139.x.x.153-139.x.x.156 udp 1024:65535 1024:65535 "-m iprange" in front of "--dst-range" is missing in the activation command. The logging entry (above) is set correct. Below is the debug output. Thanks Regards Günter + case $level in +
2017 Mar 20
2
Dovecot can't connect to openldap over starttls [REQUEST OF OPENLDAP]
...ly problem > with SSL handshake. > > Aki > >> On March 20, 2017 at 9:24 PM info at gwarband.de wrote: >> >> >> I have a new pcap from beginning to the end with openldap "TLS >> negoiation failed" >> >> https://gwarband.de/openldap/tracefile.dump >> >> The sourceports are 45376 and 45377 >> >> Tobias >> >> Am 2017-03-20 19:59, schrieb Aki Tuomi: >>> Well, those actually *reduce* the possible algorithms that can be >>> used, so uncommenting those can make things worse. >>&g...
2013 Apr 19
1
Dynamic realtime + queues.conf Unresolved
Hi, ? I want queues.conf to be stored on a MySQL database using dynamic realtime. I am using asterisk 11.2.1 and?MySQL 5.1.67, the?MySQL database is hosted on?another server but?I can access the?database via ODBC. ? I have created the following tables: ? SQL> show tables; +-----------------------------------------------------------------+ |
2006 Oct 18
2
echotraining=yes in misdn.conf is invalid or out of range.
...n_config.c:660 _build_port_config: misdn.conf: "echotraining=yes" (section: default) invalid or out of range. Please edit your misdn.conf and then do a "misdn reload". ------------------------------------------------- And here is my misdn.conf: [general] debug=1 bridging=no tracefile=/var/log/asterisk/misdn.trace [default] echocancel=yes echotraining=yes hold_allowed=yes screen=-1 presentation=-1 senddtmf=yes [isdn_call] ports=1,2,3 context=isdn_in msns=* ------------------------------------------------- Have you got any idea what is causing this and how I could get the ec...
2005 Mar 15
6
Realtime config
...s and just idles. So, without saying too much more here's the configs: odbcinst.ini [mysql] Description = ODBC for MySQL Driver = /usr/lib/libmyodbc3.so Setup = /usr/lib/libodbcmyS.so FileUsage = 1 odbc.ini --- Description = Asterisk MySQL Connection Trace = off TraceFile = stderr Driver = mysql Server = blah.blah User = blah Password = blah port = 3306 database = asterisk extconfig.conf iaxfriends => odbc,asterisk,sip_users sipfriends => odbc,asterisk,sip_users sipusers => odbc,asterisk,sip_users sippeers => odbc,asterisk,sip_users [asterisk] dsn =...
2010 Jul 21
1
asterisk realtime SIP configuration
...ation and specification. *Server Specification:* 1) asterisk-1.6.2.6 2) CentOS- 5.2 (64-bit) 3) Postgresql- 8.1 *Configuration:* * odbc.ini* [PostgreSQL] Description = Test to Postgres Driver = PostgreSQL Trace = Yes TraceFile = /tmp/sql.log Database = bedrock Servername = localhost UserName = Password = Port = 5432 Protocol = 6.4 ReadOnly = No RowVersioning = No ShowSystemTables = No ShowOidColumn = No FakeOidIndex...
2004 Dec 31
1
Help With Configuration From Odbc
Hi. I can't figure this one out. Hope someone can help me. root@pbx:# cat /etc/odbc.ini [Asterisk] Description=PostgreSQL asterisk Driver=PostgreSQL Trace=No TraceFile=/tmp/odbc.log Database=asterisk ServerName=localhost UserName=XXXX Password=XXXX Port=5432 Protocol=7.4 ReadOnly=No RowVersioning=No ShowSystemTables=Yes ShowOidColumn=Yes FakeOidIndex=Yes ConnSettings= root@pbx:# cat /etc/odbcinst.ini [PostgreSQL] Description=PostgreSQL ODBC drive...