search for: degug

Displaying 9 results from an estimated 9 matches for "degug".

Did you mean: debug
2005 Mar 25
2
Very HUGE binaries!?
...ompiler -g flag in Makefile solves the problem (or stripping the binaries, of course). But I would like to know what changed from version 3.0.11 to 3.0.12 that causes such HUGE binaries even if the --enable-debug is supposed to be "NO" by default?? (I even triend "configure --disable-degug" with no results). Thanks! Toni -- Toni Verdu Carbo Departament d'Electronica, Informatica i Automatica (dEIA) Escola Politecnica Superior (EPS)- Universitat de Girona (UdG) Girona - Catalunya - Spain - Europe - Earth - Milky Way - Universe ;^D
2007 Jul 12
0
No subject
...of such messages. What we can say Asterisk's output is stable enough but I can't make up my mind about the best way to implement the following rules : "as soon as Asterisk issues "cause 34 - Circuit/channel congestion" logs, switch to "Debug BRI mode" (ie turn on DEGUG PRI, increase verbosity, print channels values, ...)" "as soon as the third "cause 34 - Circuit/channel congestion" message is issued (within a 30mn time frame, for instance), restart Asterisk in Standard Mode" Being able to insert parsing functions between Asterisk code...
2008 May 28
7
Cisco Gateway sending call to * without CID Name
Hi All, I have a Cisco 2600 PRI gateway being hosted on an Asterisk server. The PRI on the cisco is pointing to a customer legacy PBX, the SIP VoIP side of the cisco is pointing to an Asterisk server (1.2.X). In Asterisk, the SIP peer is setup with callerid="some name"<5551212> In a SIP call from the cisco to asterisk, there is no CID name info in SIP debug, so Asterisk
2016 Jun 08
0
dfree is broken on this system
.../08 11:56:52.493274, 0] ../source3/smbd/dfree.c:127(sys_disk_free) dsize 0 bsize 1143062772 dfree 0 [2016/06/08 12:01:50.331024, 0] ../source3/smbd/dfree.c:127(sys_disk_free) dsize 0 bsize 1795693380 dfree 0 I will wait until the error is logged and then see what things look like. Perhaps degugging statements in different locations will be needed. Tom Schulz Applied Dynamics Intl. schulz at adi.com
2002 Jan 05
1
update to earlier error msg help
Wowzer, so I have *everything* working now... tcp/ip, and the game itself, with the exception of keyboard, and maybe sound. Actually in the log, I don't see any mention of the errors for no keyboard. Anyone have any ideas, on how to turn on the keyboad, er make wine recognize it? Thanks, -tm
2002 Mar 09
2
why Samba using /etc/hosts?
Hello, I've had this problem for quite a while. Using ip from my dhcp addresses from 192.168.1.10-.20, I can't browse or see my samba server. But using a static ip .1-.9, I can browse to my samba server just fine. All my static ip addresses have entries in /etc/hosts but not the dynamic ip from dhcp. I found out that if I add any hostname in my /etc/hosts say for 192.168.1.15, then I
2008 Feb 11
0
Re: achieving deterministic config with xVM (was: Dom0 issues: snv_79b and Tecra M9)
...ladm, but can plumb > and up it with DHCP. Are there any e1000g driver error / warning messages logged to /var/adm/messages or the console, when the system has booted and the e1000g device wasn''t recognized? It might also be a good idea to install an e1000g driver compiled as a "DEGUG" kernel modules, so that all the E1000G_DEBUGLOG_x () macros in the driver source are compiled into the driver module, and their output can be enabled by setting e1000g:e1000g_debug / e1000g:e1000g_log_mode: >From a comment in e1000g_debug.h: * Debug message control * Debug Levels: *...
2016 Jun 09
0
dfree is broken on this system
.../smbd/dfree.c:127(sys_disk_free) > dsize 0 bsize 1143062772 dfree 0 > > [2016/06/08 12:01:50.331024, 0] ../source3/smbd/dfree.c:127(sys_disk_free) > dsize 0 bsize 1795693380 dfree 0 > > I will wait until the error is logged and then see what things look like. > Perhaps degugging statements in different locations will be needed. I finally got the error. The following was logged: [2016/06/09 11:19:00.350226, 0] ../source3/smbd/dfree.c:127(sys_disk_free) dsize 0 bsize 0 dfree 0 [2016/06/09 11:19:00.355547, 0] ../source3/smbd/dfree.c:154(sys_disk_free) WARNING: df...
2005 Nov 27
1
fixed, random effects with variable weights
Hi everyone, I have tried to solve a simple problem for days but I can't figure out how to run it properly. If someone could give me a hint, this would be really great. Basically, I want to run a standard economist's fixed, and random effects regression (corresponds to xtreg in STATA) but with _variable_ weights (they correspond to changing industry shares in the market). Here is