Displaying 20 results from an estimated 67 matches for "ltraced".
Did you mean:
traced
2011 Nov 22
0
CEBA-2011:1473 CentOS 5 i386 ltrace Update
CentOS Errata and Bugfix Advisory 2011:1473
Upstream details at : https://rhn.redhat.com/errata/RHBA-2011-1473.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
0be35fe0be137cc50e85ea7a7dd54c81 ltrace-0.5-13.45svn.el5_7.12.i386.rpm
Source:
131670cc094d3b8baefcb93cdb99b418 ltrace-0.5-13.45svn.el5_7.12.src.rpm
--
2011 Nov 22
0
CEBA-2011:1473 CentOS 5 x86_64 ltrace Update
CentOS Errata and Bugfix Advisory 2011:1473
Upstream details at : https://rhn.redhat.com/errata/RHBA-2011-1473.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
84cb434c37124ab3a45c003b0f2182f2 ltrace-0.5-13.45svn.el5_7.12.x86_64.rpm
Source:
131670cc094d3b8baefcb93cdb99b418 ltrace-0.5-13.45svn.el5_7.12.src.rpm
--
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:
2005 Mar 01
2
Problem with 3.0.10 and 3.0.11 with 1 smbd process using 99% cpu
I've been having problems since updating to samba 3.0.10 on Debian 3.1
Below is the output of ltrace and gdb on the offending smbd process.
I tried upgrading to 3.0.11 and the problem still exists. Anyone have
any suggestions?
[ltrace output]
After about 20 seconds on the processes ltrace loops this
iconv(0x82cecc8, 0xbffff218, 0xbffff21c, 0xbffff220, 0xbffff224) = -1
__errno_location()
2005 Mar 01
2
Problem with 3.0.10 and 3.0.11 with 1 smbd process using99% cpu
I have this same problem on 3.0.10, and I also "fixed" it by deleting
the tdbs. My problem, had nothing to do with printing, it was happening
once I started winbindd with security = ADS.
Jerry, what would we need to do to track this bug down in the tdb code?
I have logs at level 10, ltrace output, and a backtrace.
Do you think that there were changes made to the tdb code in 3.0.12
2011 Nov 22
0
CentOS-announce Digest, Vol 81, Issue 10
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Sep 09
1
[PATCH] Non-daemon actions indirect through generated code
Matt asked me this morning if we could generate guestfish scripts
automatically from running programs like virt-v2v. Good idea.
This patch however doesn't do this, but it lays the groundwork for it:
In order for us to generate code for any functions which don't go
through the daemon, we need to add an indirection to those calls via
some generated code. This will allow us to add
2005 Feb 04
1
A smbd process pegging CPU at near 100% with v3.0.10-1FC2 RPM
Maybe it's stuck in a library call loop. Try ltrace -p 2170 -f -o
smbd.2170.ltrace.out
-Marc
> -----Original Message-----
> From: Kel Way [mailto:kpwspam-samba@yahoo.com]
> Sent: Friday, February 04, 2005 9:06 AM
> To: Denis Vlasenko; samba@lists.samba.org
> Subject: Re: [Samba] A smbd process pegging CPU at near 100% with
v3.0.10-
> 1FC2 RPM
>
> > strace -p
2011 Sep 27
2
Slow DNS lookups on CentOS6
Most of my desktops are still running CentOS5, but I have installed CentOS6 on a few of them. The users on those desktops are reporting that DNS lookups are slow, and from my brief tests, that does appear to be the case. After some googling, I found a suggestion to disable IPv6, but that didn't help. So I tried to figure out where the delay occurs using strace and ltrace, but that
2008 Jul 02
3
Want to _prevent_ upgrade to centos 5.2
Hi,
With the release of 5.2 "yum update" seems to be upgrading our
computers from CentOS 5.1 to CentOS 5.2. I note from release notes for
5.2 that you are only supposed to get 5.2 if you type in "yum upgrade".
On two seperate machines entering "yum update" has resulted in yum
geting repo information for packages with versions that only exist in
the base
2015 Mar 03
2
[PATCH] actions: improve man page links
Switch from C<> to L<> for links to man pages, where wasn't done before.
---
generator/actions.ml | 20 ++++++++++----------
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/generator/actions.ml b/generator/actions.ml
index 9f32cb5..fb971d3 100644
--- a/generator/actions.ml
+++ b/generator/actions.ml
@@ -683,7 +683,7 @@ calls, parameters and return values are
2006 May 10
1
Floating Point Exception
I have a Fedora Core server running:
Fedora Core release 4 (Stentz)
kernel version: 2.6.15-1.1833_FC4smp
( I have also tried kernel version: 2.6.16-1.2108_FC4smp)
I compiled the ocfs2 and ocfs2-tools using the following steps:
# MODULES:
tar zxvpf ocfs2-1.2.1.tar.gz
cd ocfs2-1.2.1
./configure
make
make install
# TOOLS:
tar zxf ocfs2-tools-1.2.1.tar.gz
cd ocfs2-tools-1.2.1
./configure
2018 Sep 07
1
Auth process sometimes stop responding after upgrade
On 7 Sep 2018, at 19.43, Timo Sirainen <tss at iki.fi> wrote:
>
> On 7 Sep 2018, at 16.50, Simone Lazzaris <s.lazzaris at interactive.eu <mailto:s.lazzaris at interactive.eu>> wrote:
>>
>> Some more information: the issue has just occurred, again on an instance without the "service_count = 0" configuration directive on pop3-login.
>>
>>
2018 Sep 07
6
Auth process sometimes stop responding after upgrade
Some more information: the issue has just occurred, again on an instance without the
"service_count = 0" configuration directive on pop3-login.
I've observed that while the issue is occurring, the director process goes 100% CPU. I've
straced the process. It is seemingly looping:
...
...
epoll_ctl(13, EPOLL_CTL_ADD, 78, {EPOLLIN|EPOLLPRI|EPOLLERR|EPOLLHUP,
{u32=149035320,
2019 Apr 06
2
"00002020: Operation unavailable without authentication" using python-ldap
Hello,
I'm writing in regards to this issue I opened on GitHub:
https://github.com/python-ldap/python-ldap/issues/275
I am able to successfully use ldapsearch to query my Samba 4.9.4-Debian DC:
ldapsearch -LLL -Y GSSAPI -H ldap://samba-dc.ad.example.com -b
"dc=ad,dc=example,dc=com" "(objectClass=user)" "sAMAccountName"
However, when I try to use python-ldap I
2018 Sep 07
0
Auth process sometimes stop responding after upgrade
On 7 Sep 2018, at 16.50, Simone Lazzaris <s.lazzaris at interactive.eu> wrote:
>
> Some more information: the issue has just occurred, again on an instance without the "service_count = 0" configuration directive on pop3-login.
>
> I've observed that while the issue is occurring, the director process goes 100% CPU. I've straced the process. It is seemingly
2000 Dec 28
1
Bug in lastlog printing
Hi,
I just ltraced ssh to see why it prints the lastlog twice instead of one
time. I think the bug seems to be in the parsing of the lastlog-entry
and I especially think that the function lastlog_populate_entry is the
buggy one, but I'm not sure, as I'm not very familar with the code. So
if someone of you, wo...
2020 Nov 02
6
unusual use of getenv
Hi folks
I noticed something interesting when debugging a program that uses llvm
for JIT compilation.
Running `ltrace` surfaced a number of `getenv("bar")` calls coming from
llvm. It turns out these are not "real" `getenv` calls, but are an
optimization "do nothing" escape hatch which have been in
`llvm/include/llvm/LinkAllPasses.h` [for over 15years](1) -
2009 Feb 06
2
¿DC won't start? "leaked file fd 5:"
Hi Gents,
(apologizes, new here...)
I didn't find any hint on G**gle nor in the Dovecot archieve (maybe due to the lack of a search function :), so:
I installed Doovecot, but can't get it going.
The logfile states:
> mail.info dovecot: Dovecot v1.0.15 starting up
> mail.err dovecot: auth(default): Panic: Leaked file fd 5: dev 0.10 inode 3
> mail.err dovecot: Auth process died too
2007 Sep 07
2
Problems in x86_64 Centos 5
We upgraded a 64 bit server from Centos 4 to 5 and encountered some
strange problems. Tcsh segfaulted irregurarily and emacs gave irregurarily
strange error messages about regular expressions. Both problems
disappeared when a 32-bit version was installed instead of the 64-bit.
Ldconfig still occasionally segfaults.
64-bit servers where Centos 5 was installed from scratch have no problems.
It is