search for: 7416

Displaying 20 results from an estimated 27 matches for "7416".

Did you mean: 416
2006 Dec 12
1
SPA2100 sends an unexpected BYE message when transmitting a FAX
...yway, it "should" work in passthru mode (G.711a) as the ATA and the Asterisk are in the same LAN with very low traffic. The problem arises when I try to send a fax: the Asterisk server initiates the call and, after a few seconds, the Linksys hangs the call by sending a BYE message: DEBUG[7416]: chan_sip.c:11375 handle_request: **** Received ACK (6) - Command in SIP ACK DEBUG[7416]: chan_sip.c:1396 __sip_ack: ** SIP TIMER: Cancelling retransmit of packet (reply received) Retransid #258 DEBUG[7416]: chan_sip.c:1407 __sip_ack: Stopping retransmission on 'e793a727-98582c99@192.168.6.2...
2017 Feb 20
2
Linking Linux kernel with LLD
....S#L41 And that is true for BFD linked binary: 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 But something is wrong with them for LLD case: 6422: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 19 jiffies 7416: ffffffff81400000 0 NOTYPE GLOBAL DEFAULT 19 jiffies_64 I think we probably incorrectly assign symbols outside SECTIONS declarations in scripts. Looking at it. George. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-...
2003 Nov 21
7
winbindd
hi all, as i heard, i need winbind to connect linux-clients on samba. i installed this - without pam (in the hope this would work...) but this constellation seems to be needed, as i still cannot connect, even if winbind logs my domain as accepted. Do i really have to do the pam-configuration on the samba-server-side too?? i just thought, it was enough to authentificate against smbpasswd. is
2019 Sep 24
3
PGO is ineffective for Rust - but why?
...y example [2] PGO reduces the number of branch misses by more than 50%. For the medium sized benchmark, however, the PGO version has slightly *more* branch misses. This seems to indicate that there is still something wrong. I will further investigate. [1] https://github.com/rust-lang/cargo/issues/7416 [2] https://github.com/michaelwoerister/rust-pgo-test-programs/tree/master/branch_weights/ On Tue, Sep 17, 2019 at 6:16 PM Xinliang David Li <xinliangli at gmail.com> wrote: > > You can check the difference of input args and object files to the linker. > > Regarding gnu ld, it i...
2017 Feb 21
2
Linking Linux kernel with LLD
...BFD linked binary: > 10595: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies > 11730: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 8 jiffies_64 > > But something is wrong with them for LLD case: > 6422: ffffffff8140b000 8 OBJECT GLOBAL DEFAULT 19 jiffies > 7416: ffffffff81400000 0 NOTYPE GLOBAL DEFAULT 19 jiffies_64 > > I think we probably incorrectly assign symbols outside SECTIONS > declarations in scripts. Looking at it. > > George. > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http:...
2009 Oct 07
0
[LLVMdev] What opt pass attempts implements this optimization?
On Oct 6, 2009, at 4:28 PM, Villmow, Micah wrote: > I have a very simple kernel that is generating very very bad code. > > The basic kernel pseudo-code is as follows: > forloop(1 to n) { > forloop(0 to j) { > A > } > B > } > C > > It is generating very ugly and inefficient code for a vector system > similar to the following pseudo-code: > if (n >
2003 Oct 07
1
multiple comparisons
...Plus "multicomp" function, which does post-hoc comparisons of treatments means in ANOVAs. Am I missing something obvious? Thanks, Peter ------------------------ Peter Adler, PhD Dept. Ecology, Evolution and Marine Biology University of California Santa Barbara, CA 93106 tel: (805) 893-7416
2004 Jan 13
0
Running out of memory
...it occupies over 100Mb (according to memory.size() ). Should I think about exporting the data to text files as I go? Thanks for your help, Peter ------------------------ Peter Adler, PhD Dept. Ecology, Evolution and Marine Biology University of California Santa Barbara, CA 93106 tel: (805) 893-7416 http://www.lifesci.ucsb.edu/~adler/
2006 Jun 27
0
Problem mounting autofs directories
...8 which is based on Samba version 2.2.3a. The test Samba server is running is HP CIFS A.02.02 which is based on Samba 3.0.14a I would greatly appreciate any help on this matter. Kelli --- Kelli Hosier PTDS Electrical CAD Support Northrop Grumman Electronic Systems, Baltimore, MD Phone: (410) 993-7416 Email: kelli.hosier@ngc.com
2007 Apr 11
1
Headers update frequency in local repo
Hi all, I'm trying to build a local repo as a mirror of basic repos ([Basic], [Update],[Addons], [Extras],[CentOSPlus]) and popular third part repos ([Dries],[DAG] and [kbs]). The doubt I have is ?Is needed that I regenerate the repo headers [1] every time when I've updated the local mirror repo [2]? [1] Eliminate old headers and generate new ones with createrepo script. [2] I'll
2001 Oct 15
1
Crash of RGui under Windows 2000 (PR#1131)
...er l'id del thread 0x268 eax=00003a43 ebx=0022fa20 ecx=00000000 edx=7efefeff esi=00000000 edi=00552e02 eip=78001d22 esp=0022f740 ebp=0022fe90 iopl=0 nv up ei pl zr na po nc cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246 funzione: strcpy 78001d05 7416 jz _threadhandle+0xf4 (7800a71d) 78001d07 8a11 mov dl,[ecx] ds:00000000=?? 78001d09 41 inc ecx 78001d0a 84d2 test dl,dl 78001d0c 0f84ce0d0000 je strcat+0x9c (78002ae0)...
2009 Oct 06
2
[LLVMdev] What opt pass attempts implements this optimization?
I have a very simple kernel that is generating very very bad code. The basic kernel pseudo-code is as follows: forloop(1 to n) { forloop(0 to j) { A } B } C It is generating very ugly and inefficient code for a vector system similar to the following pseudo-code: if (n > 1) { if (j) { forloop(1 to n) { forloop(0 to j) {
2014 Jul 08
2
Libvirt 1.2.6 patch for Hyper-V 2012 R2 ?
Hello, Does anyone know if the below patch for libvirt 1.2.4 has been integrated into the libvirt 1.2.6 source code? http://www.redhat.com/archives/libvir-list/2014-May/msg00509.html https://github.com/vikhyath/libvirt-hyperv-r2-2012 Thank you! Evgeny
2018 Mar 20
0
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
...-2048B, ioengine=libaio, iodepth=32 fio-3.1 Starting 1 process Jobs: 1 (f=1): [w(1)][100.0%][r=0KiB/s,w=8662KiB/s][r=0,w=4331 IOPS][eta 00m:00s] test: (groupid=0, jobs=1): err= 0: pid=45813: Tue Mar 20 15:12:02 2018 write: IOPS=4291, BW=8583KiB/s (8789kB/s)(256MiB/30541msec) bw ( KiB/s): min= 7416, max=10264, per=99.94%, avg=8577.66, stdev=618.31, samples=61 iops : min= 3708, max= 5132, avg=4288.84, stdev=309.15, samples=61 cpu : usr=2.87%, sys=15.83%, ctx=262236, majf=0, minf=8 IO depths : 1=0.1%, 2=0.1%, 4=0.1%, 8=0.1%, 16=0.1%, 32=100.0%, >=64=0.0% submit...
2009 Jan 14
1
RE: return codes ?
...9/01/14 20:28:02, 3] param/loadparm.c:init_globals(4597) Initialising global parameters [2009/01/14 20:28:02, 3] param/params.c:pm_process(569) params.c:pm_process() - Processing configuration file "/usr/local/samba/lib/smb.conf" [2009/01/14 20:28:02, 3] param/loadparm.c:do_section(7416) Processing section "[global]" doing parameter server string = Debian 4.0 - Samba %v - BDC doing parameter netbios name = mail [2009/01/14 20:28:02, 4] param/loadparm.c:handle_netbios_name(6764) handle_netbios_name: set global_myname to: MAIL doing parameter workgroup = UNDERVI...
2005 Jun 02
3
[Bug 2766] rsync endless loop
https://bugzilla.samba.org/show_bug.cgi?id=2766 ------- Additional Comments From paul@debian.org 2005-06-02 08:47 ------- It seems to be looping in userspace (no system calls, hence strace doesn't show anything). Could you try ltrace instead of strace, that should show what library functions (if any) are being called which may help. -- Configure bugmail:
2017 Feb 19
2
Linking Linux kernel with LLD
Thanks for your ideas, Sean ! >The bug is not likely to be corrupted data in the decompressed output (that is just calling into a gzip routine or something). You shouldn't have to dump/printf->trace from memory during boot to see that data since the "real" kernel binary that is being decompressed into that memory region is probably already somewhere > in your build tree
2018 Mar 20
2
Gluster very poor performance when copying small files (1x (2+1) = 3, SSD)
On Tue, Mar 20, 2018 at 8:57 AM, Sam McLeod <mailinglists at smcleod.net> wrote: > Hi Raghavendra, > > > On 20 Mar 2018, at 1:55 pm, Raghavendra Gowdappa <rgowdapp at redhat.com> > wrote: > > Aggregating large number of small writes by write-behind into large writes > has been merged on master: > https://github.com/gluster/glusterfs/issues/364 > >
2011 Apr 26
7
Orginate not working well with PSTN lines
Dear all, I am from Saudi Arabiya and I am using digium hardware with asterisk 1.6. When I am executing following AMI originate API. Orginate start to execute extenstion without knowing of PSTN(FXO) channel is ringing. Any one can help me to resolve this issue ? Action: Originate Channel: Dahdi/g0/2923878 Context: outbound-ivr Exten: 1234 Priority: 1 ActionID: ABC45678901234567890
2007 Aug 26
0
3 commits - libswfdec/swfdec_as_context.c player/swfplay.c test/trace
...ello World +7320 => Hello World +7328 => Hello World +7336 => Hello World +7344 => Hello World +7352 => Hello World +7360 => Hello World +7368 => Hello World +7376 => Hello World +7384 => Hello World +7392 => Hello World +7400 => Hello World +7408 => Hello World +7416 => Hello World +7424 => Hello World +7432 => Hello World +7440 => Hello World +7448 => Hello World +7456 => Hello World +7464 => Hello World +7472 => Hello World +7480 => Hello World +7488 => Hello World +7496 => Hello World +7504 => Hello World +7512 => Hello...