Displaying 4 results from an estimated 4 matches for "d09e".
Did you mean:
d06e
2006 Feb 21
1
Outbound Routing does not use Multiple Trunks
...") in new stack
-- Executing GotoIf("SIP/700-8d41", "0?16") in new stack
-- Executing Dial("SIP/700-8d41", "ZAP/1-1/16**9******") in new stack
-- Called 1-1/16**9******
-- Zap/1-1 answered SIP/700-8d41
-- Executing Macro("SIP/731-d09e", "dialout-trunk|2|3******|") in
new stack
-- Executing GotoIf("SIP/731-d09e", "1?3:2)") in new stack
-- Goto (macro-dialout-trunk,s,3)
-- Executing Macro("SIP/731-d09e", "user-callerid") in new stack
-- Executing DBget("S...
2017 Aug 06
1
[3.11.2] Bricks disconnect from gluster with 0-transport: EPOLLERR
...06 03:12:38.636536] I [MSGID: 106493] [glusterd-handler.c:3799:glusterd_xfer_friend_add_resp] 0-glusterd: Responded to 128.138.140.58 (0), ret: 0, op_ret: 0
[2017-08-06 03:12:38.654277] I [MSGID: 106493] [glusterd-rpc-ops.c:485:__glusterd_friend_add_cbk] 0-glusterd: Received ACC from uuid: 7da17b36-d09e-4e8f-870c-f4780ed61225, host: 128.138.140.223, port: 0
[2017-08-06 03:12:38.661217] I [MSGID: 106492] [glusterd-handler.c:2717:__glusterd_handle_friend_update] 0-glusterd: Received friend update from uuid: d5a487e3-4c9b-4e5a-91ff-b8d85fd51da9
[2017-08-06 03:12:38.719619] I [MSGID: 106502] [glusterd...
2009 Nov 06
6
Bug#554805: xen-utils-3.2-1: ioemu routed networking on HVM guests fails
Package: xen-utils-3.2-1
Version: 3.2.1-2
Severity: normal
Under this Xen setup, (Linux) HVM guests fail to have network active
when
running with *routed* networking, as some hosting providers require (in
my
case, OVH).
In this scenario:
* the host is a described below
* the guest runs as HVM.
* the guest runs exclusively with ioemu; virtual network drivers are
not
available (vanilla lenny
2013 Nov 12
7
Hook into Exception Chain
Hi there,
I''m using Log4r in my rails projects. On log.error an email is sent using
the EmailOutputter.
I know changed the EmailOutputter to include a global var in the subject
(MDC) since the subject is normally static.
I want to set this var to the exception message, so it is sent as the
subject.
Can anyone tell me how to do this in rails?
Basically:
raise e or some other cause