Displaying 9 results from an estimated 9 matches for "debg".
Did you mean:
dbg
2017 Aug 22
1
NTP traffic blocked
...e(172.24.102.10)
transmit(172.24.102.10)
receive(172.24.102.10)
server 172.24.102.10, port 123
22 Aug 19:51:29 ntpdate[30465]: step time server 172.24.102.10 offset
1.414813 sec
Wow it worked!? But it only works with the "-d" option. What is the
difference between normal and debgging mode? Lets have a closer look;
without the "-d" option, the src and dest ports are 123. When using the "-d"
option, the src port is not 123 (it is a random high port number).
On the KVM host and on the VM's there is no firewall active, even if there
was a firewall...
2013 Sep 06
1
fdatasync -- Error -- bad file descriptor
...s/mail/dovecot/2.2.5/etc/dovecot/conf.d/dovecot-sql.conf.ext
driver = sql
}
protocol lda {
mail_plugins = " virtual quota zlib sieve zlib"
}
protocol imap {
mail_plugins = " virtual quota zlib imap_quota imap_zlib"
}
protocol lmtp {
debug_log_path = /var/log/dovecot-lmtp-debg.log
mail_plugins = " virtual quota zlib sieve zlib"
}
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned
2007 Apr 18
31
[PATCH 00/28] Updates for firstfloor paravirt-ops patches
Hi Andi,
This is a set of updates for the firstfloor patch queue.
Quick rundown:
revert-mm-x86_64-mm-account-for-module-percpu-space-separately-from-kernel-percpu.patch
separate-module-percpu-space.patch
Update the module percpu accounting patch
fix-ff-allow-percpu-variables-to-be-page-aligned.patch
Make sure the percpu memory allocation is page-aligned
2006 May 24
0
capistrano on windows
I''m trying to deploy my app to the production server (on dreamhost) from a
windows box. however, all I get is "rake aborted" without any further error
messages. I have no idea where to even start debgging this. I''ve checked and
re-checked the details in deploy.rb but otherwise I''m stumped. any ideas
anyone?
thanks
al
output from command line:
C:\rails\captest>rake remote:exec ACTION=setup --trace
(in C:/rails/captest)
** Invoke remote:exec (first_time)
** Execute remot...
2013 Aug 29
0
Issues with dovecot-antipsam plugin
....5/etc/dovecot/conf.d/dovecot-sql.conf.ext
driver = sql
}
protocol lda {
mail_plugins = " virtual quota antispam zlib sieve zlib"
}
protocol imap {
mail_plugins = " virtual quota antispam zlib imap_quota imap_zlib"
}
protocol lmtp {
debug_log_path = /var/log/dovecot-lmtp-debg.log
mail_plugins = " virtual quota antispam zlib sieve zlib"
}
2007 Mar 19
4
Teliax problems, they say use SIP, more mature & better working than IAX
We have a Teliax IAX trunk that we use as an overflow for our four
regular business lines into our local Asterisk PBX (Trixbox). We have
our Teliax account set up so that it goes to a Teliax voicemail box if
it cannot reach our Asterisk server, and we have the channel set up for
5 simultaneous connections. Occasionally, calls are sent to the Teliax
voicemail box for no apparent reason. In
2002 Feb 26
0
syslinux timeout
...2002
+++ ./ldlinux.asm Mon Feb 25 15:43:27 2002
@@ -38,20 +38,23 @@
;
; Should be updated with every release to avoid bootsector/SYS file mismatch
;
%define version_str VERSION ; Must be 4 characters long!
%define date DATE_STR ; Defined from the Makefile
%define year '2001'
;
; Debgging stuff
;
; %define debug 1 ; Uncomment to enable debugging
+; DTM BEGIN ------------------------------------------------
+%define writehex 1 ; writehex
+; DTM END --------------------------------------------------
;
; ID for SYSLINUX (reported to kernel)
;
syslinux_id equ 031h ; SYSLI...
2006 Feb 24
2
r56 - trunk/debian
...linux-2.6.12/lib/inflate.c linux-2.6.12-xen/lib/inflate.c
--- pristine-linux-2.6.12/lib/inflate.c 2005-06-17 21:48:29.000000000 +0200
-+++ linux-2.6.12-xen/lib/inflate.c 2006-02-17 00:45:18.231521746 +0100
++++ linux-2.6.12-xen/lib/inflate.c 2006-02-25 00:12:33.772994096 +0100
@@ -326,7 +326,7 @@ DEBG("huft1 ");
{
*t = (struct huft *)NULL;
@@ -103379,7 +103382,7 @@
z = 1 << j; /* table entries for j-bit table */
diff -Nurp pristine-linux-2.6.12/Makefile linux-2.6.12-xen/Makefile
--- pristine-linux-2.6.12/Makefile 2005-06-17 21:48:29.000000000 +02...