search for: pinpoint

Displaying 20 results from an estimated 635 matches for "pinpoint".

2007 Jan 06
1
Help needed to pinpoint problem uebimiau+apache+centos 4.4
Hi, I need some guidance to pinpoint a potential problem and I'm not sure where is the problem. I have a setup with: centos 4.4 dvd on i386 mailscanner uebimiau (webmail) 2.7.10 httpd-2.0.52-22.ent.centos4 httpd-suexec-2.0.52-22.ent.centos4 dovecot-0.99.11-2.EL4.1 The thing is that 3 of my 45 users complained that from the webmai...
2004 Aug 06
2
Darkice memory leak
...ructor for BufferedSink allocates the buffer with the 2nd param as > the buffersize. In my case the 'chunkSize' is 1 which gives bufferSize = > 209.715.200 bytes. I am wrong? Is this healty? Not, not healthy :) This was a last minute change before I released 0.9. Appearantly you pinpointed the problem. I'll issue a 0.9.1 release shortly... Thanks for looking into the problem and pinpointing it. <p>Akos <p><p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a me...
2019 Mar 25
3
How to use bugpoint for backend native code generation?
...think it’s because my transformation pass increases the size of the original code and thus some branch instructions cannot reach their destination (for example, the beq instruction can only jump to a pc-relative destination within range -256 to 254 bytes). It looks like bugpoint is a good tool to pinpoint which branch instruction caused the error. Unfortunately the blogs I found online are all about using bugpoint for IR passes but not for native code generation. Can anyone give me some help on this issue? (pointing to a good tutorial, or sharing some techniques to pinpoint the troublesome instructi...
2006 Aug 16
4
Memory leak with the pre-release?
Hello, I''m just wondering if there could possibly be a memory leak with the latest pre-release? When I run it, the processes keep increasing in memory size and easily pass 200MB and eventually crash due to a lack of memory. Is anybody else having this problem? Thanks, -carl PS, Zed, I sent you two emails directly to your address with logs and other stuff. Let me know if you
2008 Feb 27
5
Customer complains of noise on line I cannot reproduce.
...omers using Digium TDM400 cards and Aastra phones. No problems with sound quality at all except at this one site. Every time I try their system I don't hear any problems but they tell me that it is really bad. They describe it a a loud scratching sound. Are there any tests that can be done to pinpoint the problem? Has anyone seen this before? Are there known causes for this? -- Open Source: To innovate then create Proprietary: To imitate then litigate -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/200...
2012 Jan 23
0
Problem loading modules through ActiveSupport on_load
...loaded and throws up errors when I do this in a model which is supposed to include this module: **# app/models/b.rb** class B has_fleet end I am unable to get around this and not sure what is going wrong here. Throws up the following errors: syed@rails:~/work/projects/mapunity/pinpoint$ rails c /home/syed/.rvm/gems/ruby-1.9.2-p0/gems/activerecord-3.0.7/lib/ active_record/base.rb:1009:in `method_missing'': undefined local variable or method `has_fleet'' for #<Class:0x9c2f200> (NameError) from /home/syed/work/projects/mapunity/pinpoint/app/models/ acc...
2013 Jun 30
0
[LLVMdev] [LNT] Question about results reliability in LNT infrustructure
...tting 10 samples at different commits will give you similar accuracy if > behaviour doesn't change, and you can rely on 10-point blocks before and > after each change to have the same result. Right. But this way you will have 10-commits delay. So, you will need 3-4 additional test runs to pinpoint the offending commit in the worst case. > This is why I proposed something like moving averages. Moving average will "smooth" the result. So, only really big changes will be caught by it. -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint Petersburg...
2011 May 30
1
Fwd: Re: Fwd: cgroup OOM killer loop causes system to lockup (possible fix included) - now pinpointed to openssh-server
Just did some testing.. root at vicky:~# cat /var/log/auth.log | grep "Set" May 30 21:41:05 vicky sshd[1568]: Set /proc/self/oom_adj from -17 to -17 May 30 21:41:07 vicky sshd[1574]: Set /proc/self/oom_adj to -17 root at vicky:~# ps faux | grep 1574 root 1574 0.0 0.0 70488 3404 ? Ss 21:41 0:00 \_ sshd: root at pts/1 root at vicky:~# ps faux | grep
2005 Mar 24
3
Bug#301175: logcheck-databas: SSH rules for debug level
...it were possible, please add rules to ignore SSH debug level messages like these: Mar 22 18:59:29 cante sshd[5673]: debug2: channel 4: rcvd adjust 66020 Mar 22 18:59:34 cante sshd[5673]: debug2: channel 4: window 32736 sent adjust 32800 Sometimes the SSH need to be run with DEBUG in order to pinpoint connection troubles and the logcheck messages tend to be rather long if these messages are included. -- System Information: Debian Release: 3.1 APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.10-1-686 Locale: L...
2010 Apr 20
5
Snow Leopard and Samba
...as the owner he can not write to the share. I stopped / started Samba, same problem. I had him reconnect, same problem. Even had him reboot his Mac but problem persists. I ran Wireshark traces but the session generates 30 to 40 thousand packets and I am unable to find the packets that might pinpoint why he now has problems writing to the server. I just ran a yum update of the CentOS server and it downloaded samba-common-3.0.33-3.15. I don't know if this release fixes my problem. Has anyone else had problems with OS/X writing to a Samba share AFTER it's been working for for a wh...
1999 Sep 18
2
Printing from Linux to Win98
...rake 6.0. When I start printtool, it complains that it does not believe Samba is installed. Why and how do I fix? 2. I ignore the message and setup the printer anyway. Print jobs appear to spool, but never get there. I've done a couple of quick sniffer traces and I see traffic, but I can't pinpoint the problem. I CAN print from a term using smbclient however. Any ideas? Thanks! -- John J. LeMay Jr. NJMC, LLC. http://www.njmc.com
2008 Oct 13
3
errors on getaddrinfo(): nodename nor servname provided, or not known
...vname provided, or not known When I execute sshd directly, I don't get any warnings or error messages, but the sshd is not listening on the intended port, and it's not running. I didn't change anything significant on the code, except disabling the use of utmp.h and util.h. Can anyone pinpoint me on what's wrong ? Jesse Armand ---------------------------------------- (http://jessearm.blogspot.com)
2007 Oct 08
3
asterisk1.2
...use asterisk1.2 but I don't know which version of asterisk1.2 and zaptel1.2 is best.Please offer me one version of asterisk and zaptel and libpri.How about asterisk1.2.24 and zaptel1.2.20.1 and libpri1.2.5?And do they work togather well? Best regards. --------------------------------- Pinpoint customers who are looking for what you sell. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20071008/ee88418f/attachment.htm
2007 Jul 06
2
bitpack error message
...small to pack bits" mesage. looking at the libspeex source/bits.c i see the warning in a a function named speex_bits_pack. i'm not using this function. can someone tell me where this may be coming from since i've had a similiar problem before and had that fixed. i can't seem to pinpoint this one. thanks Greg --------------------------------- It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/speex-dev/attachments/20070706/fd09a884/att...
2017 Sep 05
2
doveadm expunge returns error code 68
...0d /usr/bin/doveadm -v expunge -u * mailbox INBOX.Junk SENTBEFORE 90d Now i am experiencing that the first line e.g. expunging INBOX.Spam returns the error code 68. No syslog/Output whatsoever. I tried running with -vvv -D which gives me a lot of output (for all mailboxes) but still i am unable to pinpoint the problem. The later 2 commands return "0" as expected. Where does the error return code come from and what does 68 mean? Flo -- Florian Lohoff f at zz.de UTF-8 Test: The ? ran after a ?, but the ? ran away -------------- n...
2008 Jul 27
3
OT - How to test tftp for phones provisioning
Hi, I don't understand why a SIP hardphone can't provision itself using tftp. I'm very suspicious about my tftp daemon but I lack basic knowledge of Linux CLI to pinpoint what's going wrong and separate what belongs to SIP phone configuration from what comes from tftp server. What I would like to do is to add a given file in current /srv/tftp directory and test by hand that tftpd would serve this file when asked. Googling and reading man pages, I could find co...
2010 Oct 14
3
XCP: buitin templates (how they works?)
...s: cdrom,http,ftp; install-arch: i386; debian-release: lenny; disks: <provision><disk device="0" size="8589934592" sr="" bootable="true" type="system"/></provision>; install-distro: debianlike But this is definitive not enough for pinpoint name of kernel/initrd to download... I tried to export template, unpack it (ova.xml), look inside and yet found no lines like dists/stable/main/installer-i386/current/images/netboot/xen/... So: where I shall start to dig in? Thanks. --- wBR, George. ____________________________________________...
2009 Mar 12
2
[LLVMdev] Suggestion: include object data in assertion messages
...he assertions even have informative messages, which is a BetterThing. However, assertion messages are static strings, and don't include any information about the particular object/value which caused the assertion. In a 'data oriented' system like llvm, this makes it really difficult to pinpoint which node is actually triggering the assertion. For example, in ScheduleDAGSDNodesEmit.cpp (lib/CodeGen/SelectionDAG/), in the ScheduleDAGSDNodes::AddOperand method, there is the following assert: assert(Op.getValueType() !=MVT::Other && Op.getValueType() != MVT::Flag && "Ch...
2009 Mar 14
0
[LLVMdev] Strange LLVM Crash
Ok, well, I seem to have pinpointed the cause of the problem more accurately. I'm running some optimization passes on my module after I compile each function in my scripting language (functions can be compiled at various times, when scripts are loaded). Now it seems these optimization passes will prune some of the native C++ fu...
2007 Jul 06
1
bitpack error message
...> mesage. looking at the libspeex source/bits.c i see the warning in a > a function named speex_bits_pack. i'm not using this function. > > can someone tell me where this may be coming from since i've had a > similiar problem before and had that fixed. i can't seem to pinpoint this > one. > > thanks > Greg > > > --------------------------------- > It's here! Your new message! > Get new email alerts with the free Yahoo! Toolbar. > > > ------------------------------------------------------------------------ > > _________...