search for: local_ext

Displaying 3 results from an estimated 3 matches for "local_ext".

Did you mean: local_err
2006 Nov 16
1
Regarding debugocfs
...iles and arc files) # debugocfs -a 0 /dev/sdi1 debugocfs 1.0.10-PROD1 Fri Mar 5 14:35:29 PST 2004 (build fcb0206676afe0fcac47a99c90de0e7b) file_extent_0: file_number = 128 disk_offset = 1433600 curr_master = 0 file_lock = OCFS_DLM_NO_LOCK oin_node_map = 00000000000000000000000000000000 seq_num = 0 local_ext = true granularity = -1 filename = ExtentFile128 filename_len = 0 file_size = 0 alloc_size = 0 next_free_ext = 0 extent[0].file_off = 0 extent[0].num_bytes = 0 extent[0].disk_off = 0 We don't have a clue why these values are 0. Does anybody have any idea or any possibilities why these values...
2004 Feb 20
1
ocfs hung
...ame "ls" command will not execute on node 2) [root@dc1node1 root]# debugocfs -f /oracle/prod/ /dev/sdd fileinfo: Name = /oracle/prod/ curr_master = 1 file_lock = OCFS_DLM_NO_LOCK oin_node_map = 00000000000000000000000000000000 seq_num = 0 local_ext = false granularity = 0 filename = prod filename_len = 4 file_size = 131072 alloc_size = 131072 attribs = OCFS_ATTRIB_DIRECTORY prot_bits = S_IRUSR S_IWUSR S_IXUSR S_IRGRP S_IXGRP S_IROTH S_IXOTH uid = 510 gid = 500 cre...
2007 Mar 07
2
Background / Invalid Extension through cell phone
...roblem when they call into our asterisk phone system. It often takes 3-4 tries of entering an extension before the system gets it right. Below is my context that the call comes into, and some debugging from the asterisk console. [corporate] ;;exten => fax,1,Macro(faxreceive) #include "local_ext.conf" exten => s, 1, answer exten => s, 2, Wait(2) exten => s, 3, Background(menu_ty) exten => s, 4, Background(menu_ext) exten => s, 5, WaitExten(30) exten => s, 6, Voicemail(u100) exten => s, 7, Hangup() exten => t, 1, Hangup exten => i, 1, goto(s|4) Below, you...