similar to: Tracing win32 api calls under windows

Displaying 20 results from an estimated 30000 matches similar to: "Tracing win32 api calls under windows"

2019 Apr 02
2
gencache.tdb: device busy
I added LOG statements to mutex.c printing the strerror from the return values.   From   ret = pthread_mutexattr_init(&ma); in line 570   I got errorno 16 --> device busy.   But due the manual of pthread_mutex_attr_init() there should only be ENOMEM and EINVAL...   Doing gdb smbd -> run Doe not reveal anything, but I never used gdb for debugging anything. I just gave it a shot...        
2004 Aug 06
0
Problems starting ices
On Mon, 2003-08-11 at 13:29, Wim wrote: > Hi Karl, > > I would like to send you the output, but after installing strace on my > FreeBSD, i get the following: > > > /usr/local/bin/strace -o output -s 100 -f /usr/local/bin/ices > /usr/local/etc/icecast/ices.xml > strace: open("/proc/...", ...): No such file or directory > trouble opening proc file >
2004 Jun 14
0
strace
>could you do a closer look at your smbd (maybe with truss or strace) >to see what exactly happens? Hi Chris. Do you mind if I butt in on this thread? I am currently fighting tooth and nail with Samba and I am attempting to do an strace on it myself...to no avail. When I start Samba with "strace -ff -o trace.out smbd -D", the program starts, but I cannot connect to the service
2012 Jun 10
0
rsync hanging in read-batch mode
Trying to do something like this, in Ubuntu 11.10/12.04: Location A (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/ Location B rsync --read-batch /media/bkup/foo.rsb /path/to/files/ rsync --read-batch /media/bkup/foo.rsb /path/to/copy/ (work occurs changing files) rsync --write-batch /media/bkup/foo.rsb /path/to/files/ /path/to/copy/
2001 Oct 08
1
Hanging ssh session...
Hi All, I am not sure if this is the same thing as the hang on exit bug, so sorry if this is a duplication of previous stuff. Essetntially I am experiencing ssh hangs with about .5% - 1% of my connections. I am running 2.9p2, on Solaris 7. I actually have empirical data on the hangings, as I wrote a script to create these connections in an endless loop, setting an alarm so I could recover
2007 Dec 11
1
Reproducible Printer Properties PANIC in Samba 3.0.22-25 (CIFS/9000 A2.03.01)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Good day all, I am running CIFS/9000 (which is based on Samba 3.0.22 with, I'm guessing, security and serious bug fixes through 3.0.25 -- it's not all that clear), and running all of this on an HP-UX 11.11 PA-RISC server. The problem I have is when I do a right-click on a mapped printer and ask for the properties, my connected daemon
2001 Nov 05
4
smdb warp-around after 4 GB
I run Samba 2.2.2 on any of there vendors/osversions/filesystems: o Solaris 8 / ufs o Tru64 Unix V5.0A / advfs o RedHat 7.1 / Kernel 2.4.2 / ext2fs all these are capable of handling large files (files with a 64-bit-offset larger than 4GB). At configure time, samba selects the proper compile flags (-D_LARGEFILE_SOURCE, -D_FILE_OFFSET_BITS=64) for use with large files. The problem: When I
2015 Apr 05
0
nutdrv_qx hangs after send: QS
Again, apologies for my ignorance - are you suggesting that if the NUT application was built against openusb this would probably be fixed? If so I'm happy to give this a try - any idea how can I tell NUT to build against openusb instead of libusb? Regards, Richard On Sun, Apr 5, 2015 at 2:28 AM Charles Lepple <clepple at gmail.com> wrote: > On Apr 4, 2015, at 8:53 PM, Richard
2004 Jun 14
1
AW: strange copy speed
Hello G?tz, could you do a closer look at your smbd (maybe with truss or strace) to see what exactly happens? or maybe it would be enough to watch traffic between your client and server (and traffic between your server and nameserver, domaincotroler (if involved)) best regards, chris -----Urspr?ngliche Nachricht----- Von: samba-bounces+christian.masopust=siemens.com@lists.samba.org
2019 Feb 20
1
Sieve vnd.dovecot.filter hanging issue
I am trying to add a signature to all messages and it should be possible via vnd.dovecot.filter, the problem is that any script I try to filter through just hangs. I am running on FreeBSD 11.2 and I tried with dovecot 2.2.32 & pigeonhole 0.4.19 and with dovecot 2.3.2 && pigeonhole 0.5.2. In both cases, the output from dovecot is the same: Feb 19 18:24:22 mx13 dovecot: lda(user1):
2015 Apr 05
2
nutdrv_qx hangs after send: QS
On Apr 4, 2015, at 8:53 PM, Richard Flint <richard.flint at gmail.com> wrote: > I have used the truss command as directed. I have attached both the driver output and the last few sections of truss output leading to the hang. Both outputs end at the CTRL+C i pressed when i was forced to end the processes. > > Hope this is helpful. Please bear with me if i didn't run it with the
2006 Jan 11
1
InstallShield Setup.exe hang
Hi InstallShield(setup.exe) seems to be hang up just after extracting files with fresh maked & installed wine 0.9.5 from source on fedora core 4. Could you tell me work around or hint ? I have to put the ole32.dll from MS WinXP original into drive_c/windows/system32 ? InstallShield output are as follows. I think Setup.exe extract files(OK) and folk co-process(iKernel.exe;OK), then try to
2004 Aug 06
2
Problems starting ices
Hi Karl, I would like to send you the output, but after installing strace on my FreeBSD, i get the following: <p>/usr/local/bin/strace -o output -s 100 -f /usr/local/bin/ices /usr/local/etc/icecast/ices.xml strace: open("/proc/...", ...): No such file or directory trouble opening proc file Is there another way to send you a trace? <p><p><p>On Mon, 2003-08-11
2010 Mar 12
1
patch: allow proxy to lookup host by name
This patch allows the dovecot proxy processes to lookup the destination host by name instead of IP address. Tested agains 1.2.10, expected to work against 1.2.11. The patch is pretty straightforward, it's making it work within the restrictions of the login process that's more interesting. I have made some changes to the wiki (pending approval) to - enhance the discussion of proxy
2005 Jul 15
0
[Bug 2871] rsync fails on chown command.
https://bugzilla.samba.org/show_bug.cgi?id=2871 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-07-15 12:21
2002 May 30
0
rsync 2.5.5 hanging
I've been through the archive and found nothing definitive on this. However, I am definitely seeing rsync hanging. I'm rsyncing from a Solaris 2.8 box running rsync 2.5.5 protocol version 26 and SSH version 2.1.0 (non-commercial version) to a Linux RedHat box running rsync 2.5.5 protocol version 26 and SSH version OpenSSH_3.1p1, SSH protocols 1.5/2.0, OpenSSL 0x0090603f. Wondering if
2006 Jun 20
1
rsync-2.6.8 hangs on AIX
We're copying a large number of 256MiB-files from one AIX-5.3 machine to anoter, using rsync-2.6.8 (with ssh). In the morning, the rsync process stopped to copy any more files (it is still hanging as I write this, and we can leave it alone for a couple of days). There is another machine in between that forwards all tcp packets to the target machine: SOURCE (rsync -z --rsh=ssh
2001 Nov 28
1
Possible root-exploit in openssh?
Hello... I am a student at G?teborgs university who is the system adminstrator in one of the student clubs here. We run about 10 computers with one server. Mainly linux and all run openssh. We have closed telnet so only ssh-connections is allowed. Last night i got a mail from one of the system adminstrators at G?teborgs university saying that there was a possible root exploit in all openssh
2007 Jun 15
1
[Bug 1007] sftp client hangs on tru64 5.1A
http://bugzilla.mindrot.org/show_bug.cgi?id=1007 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version|All |Tru64 Component|sftp |ssh CC| |djm at
2015 Apr 04
0
nutdrv_qx hangs after send: QS
On Apr 4, 2015, at 7:19 PM, Richard Flint <richard.flint at gmail.com> wrote: > More extensive debugging by running the driver sudo ./nutdrv_qx -u root -a MY_UPS -DDDDDD indicates the driver works normally then will randomly stop working at stop "send: QS". The debug logs show values successfully retrieved repeatedly until something like: > .... > Quick update... >