similar to: Slow pkginstalls due to long door_calls to nscd

Displaying 20 results from an estimated 120 matches similar to: "Slow pkginstalls due to long door_calls to nscd"

2000 Jan 26
2
[2.0.6] doesn't run under Solaris 7/sparc, Internal Error
Is the following a known problem: =============================================================== [2000/01/26 09:41:03, 0] lib/fault.c:fault_report(41) INTERNAL ERROR: Signal 11 in pid 22273 (2.0.6) Please read the file BUGS.txt in the distribution [2000/01/26 09:41:03, 0] lib/fault.c:fault_report(43) =============================================================== This is using the same
2006 Jan 12
5
dtrace and follow fork
I am trying to use dtrace to trace all sscanf calls. I am able to use pid provider for this. But my application forks off children at times to handle requests. Is there a way I can stop the child process immediately after it is started so that I can attach a pid provider to that and trace the scanf calls in it? I have tried using the "create" probe but that did not help.
2007 Feb 13
2
How to print kernel global variable.
I am doing some testing on the adjtime syscall, and I want to dump out the value of the kernel variable "timedelta", and I am failing at it. Some of my attempts got "Module is no longer loaded" and some got "Symbol table entry is not a data object" I found some info that dtrace can print out kernel global variable, so what am I missing here? -- blu "Remember
2005 Aug 12
3
Funny output from write syscall
I have a clause that look like this: syscall::write:entry /execname == "ntpd" && self->recspec/ { speculate(self->recspec); printf(" fd=%d buf=%d\n%s",arg0,arg2, stringof(copyin(arg1,arg2-1))); } The ntpd program always write a \n trminated string in this context, so I used the "arg2-1" to drop the \n. This works
2008 Aug 19
5
How accurate is "ustack"?
I have been doing some profiling using the profile provider. I have a command that runs more slowly on the T1000 than it does on prior systems and I am trying to find out why. Using the profile provider at 1000 hz, and aggregating on the ustack output, I find that the same function appears at the top of the stack on both platforms, but on each there are specific instruction locations within
2010 Feb 02
4
Internet Explorer starts without toolbar or menu
I've installed wine version 1.1.37 on Slackware 13.0 32-bit using pkginstall. Internet explorer loads via wine: example cd /home/tim/.wine/drive_c/Program Files/Internet Explorer wine iexplore.exe
2001 Feb 19
1
scp doesn't work with sshd 2.5.1p1 on Solaris 2.6
scp with sshd 2.5.1p1 (scp host:file .) doesn't work for me on Solaris 2.6. The client says: Received disconnect from x.x.x.x: Command terminated on signal 11. truss of sshd excerpt: 629: stat64("/usr/lib/security/pam_unix.so.1", 0xEFFFEB10) = 0 627: sigaction(SIGCLD, 0xEFFFF360, 0xEFFFF3E0) = 0 627: sigaction(SIGPIPE, 0xEFFFF360, 0xEFFFF3E0) = 0 627:
2001 Aug 22
2
CVS oddness on Solaris.
Ok.. While helping someone else out with a Solaris 6 issue.. I'm noticing something is broken on Solaris 7.. I've not verified it on Linux.. That is my next step. But this is what I'm seeing. I installed the latest CVS snapshot (actually from the Developer's tree but no changes have been made since 21th), compiled, and installed.. and now: ssh localhost "ps -ef" does
2007 Nov 27
5
Dtrace probes for voluntary and involuntary context switches
Hi, I am profiling some workloads for the voluntary and involuntary context switches. I am interested in finding out the reasons causing these two types of context switches. As far as I understand, involuntary context switch happens on expiration of time slice or when a higher priority process comes in. While the voluntary switch generally happens when a process is waiting for I/O etc. So to
2007 Feb 14
10
Asynchronous signal handling in fasttrap provider
Hi, I was going through the implementation of the fasttrap provider. I found that when displaced execution happens (ie., when the instruction traced is being executed out of the scratch space) if an asynchrnous signal comes we need to defer the delivery. Can somebody explain why this is necessary and how is it implemented? Thanks in advance Saravanan S -------------- next part -------------- An
2007 Feb 20
3
1.0.rc23 released
http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz.sig Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If
2007 Feb 20
3
1.0.rc23 released
http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz http://dovecot.org/releases/dovecot-1.0.rc23.tar.gz.sig Documentation is probably the only important thing left before v1.0. * deliver doesn't ever exit with Dovecot's internal exit codes anymore. All its internal exit codes are changed to EX_TEMPFAIL. * mbox: X-Delivery-ID header is now dropped when saving mails. * mbox: If
2006 May 08
13
monitoring tcp writes
i''m using the following probe to calculate how many bytes are being written by tcp write calls, by process and total: fbt:ip:tcp_output:entry { this->tcpout_size = msgdsize(args[1]); @tcpout_size[execname] = sum(this->tcpout_size); @tcpout_size["TOTAL_TCP_OUT"] = sum(this->tcpout_size); } I run this probe for N seconds. I suppose that if i get the
2008 Jan 25
1
Bug#462522: xen-utils installation failure
Package: xen-utils-3.2-1 Version: 3.2.0-1 Severity: important X-Debbugs-Cc: rrs at researchut.com Hi, xen-utils fails to install. I'm sorry that I couldn't gather other information that reportbug gathers. virtian:~# apt-get install xen-hypervisor-3.2-1-i386 xen-utils-3.2-1 xen-docs-3.2 Reading package lists... Done Building dependency tree Reading state information... Done The
2000 Jun 06
1
Binary distributions
I have just finished compiling Samba 2.0.7 and creating HP-UX swinstallable bundles for both HP-UX 10.20 and 11.00. In both cases I compiled with the +DAportable flag so that the linker would create PA-RISC 1 code, for hardware portability. If anybody has a need for pre-compiled HP-UX bundles I'd be happy to make these available. I can also compile on AIX 4.3 and SunOS 4.13 / Solaris 2.6
2007 May 15
1
smbd hangs on solaris
In trying to get samba on solaris 10 to integrate in our AD, I installed the version from blastwave. The problem I have now is that smbd seems to hang when I start it with smbd -D. The log output with -d 10 is probably too long to post, but here is the last rows before the hang: [2007/05/15 13:05:15, 5] lib/charcnv.c:(81) Substituting charset '646' for LOCALE [2007/05/15 13:05:15, 5]
2006 Aug 30
0
Bug#384739: Just hit that too
I just hit the problem too, but in digging into it I found that the post-inst script was running the dh_installinit bit which tries to start the daemon, before the dh_pycentral bit, which makes the python modules available. I manually ran "pycentral pkginstall xen-utils-3.0" then xend would start and the postinst script could finish. - Nick Lopez nlopez@espri.arizona.edu
2005 May 18
0
Err#150 EINPROGRESS
Hi, I have a problem with a csw Samba 3.0.13 Installation. From time to time, Samba processes stop responding. The result is that the files which are locked by that process are not accessible until I kill that process, obviously. Loglevel 3 doesn't report anything. The only error message I get (see header) is reported by truss Here's the last few truss lines: getuid()
2008 Oct 09
0
"zfs set sharenfs" takes a long time to return.
I have an X4500 fileserver (NFS, Samba) running OpenSolaris 2008.05 pkg upgraded to snv_91 with ~3200 filesystems (and ~27429 datasets, including snapshots). I''ve been encountering some pretty big slow-downs on this system when running certain zfs commands. The one causing me the most pain at the moment is setting the "sharenfs" property on a filesystem takes a little under 7
2006 Aug 01
9
DNS resolutions is not working in a Solaris 10 DomU
Hi, I found a problem with the DNS resolution in a Solaris 10 DomU. The Test Environment was: I installed the Xen bfu on top of Solaris snv43 and booted the Dom0 with Solaris. Then I installed and booted a Solaris 10 DomU. In the Solaris 10 Dom0 the DNS resolution works; in the Solaris 10 DomU the DNS resolution does not work as expected: Inside the Solaris 10 DomU I can''t use