similar to: [DTrace] Loose ends

Displaying 20 results from an estimated 100 matches similar to: "[DTrace] Loose ends"

2006 Nov 15
2
problem with dtrace toolkit
I tried some of the scripts in the toolkit (opensnoop, execsnoop, dtruss), and I keep seeing errors like this: dtrace: error on enabled probe ID 3 (ID 113: syscall::exece:return): invalid kernel access in action #5 at DIF offset 0 Anyone know what could be the problem? TIA This message posted from opensolaris.org
2006 Sep 06
3
Dtrace Snooping
Dear dtrace Experts, I have seen some dtrace utilities like opensnoop and execsnoop etc. My interest is to write a simple script that can snoop the files which uses the 3 syscalls like open,create,unlink. I have gone through dtrace oneliners that can do the same : dtrace -n ''syscall::open*:entry { printf("%s %s",execname,copyinstr(arg0));}'' dtrace -n
2024 Jan 29
1
A computer in the Domain got stuck with and old username
Hi all, ==== SETUP ==== I have a samba AC/DC in Debian stable. Several Windows client and a few Linux/Debian-stable client in the domain, one of those client is called CORE1 and it is giving problems. ==== THE FACT ==== 2 weeks ago i changed all the Domain user names to a standardized "name.lastname" ==== PROBLEM ==== One computer, CORE1, which runs Jupyter, got stuck with an old
2020 Feb 21
1
bcc tools and bpftrace packages misbuilt?
After upgrading to 8.1.1911, bcc-tools and bpftrace seem to be broken. Current package versions I have: bpftrace-0.9-3.el8.x86_64 and bcc-tools-0.8.0-4.el8.x86_64 Both of these seem to be pulling in LLVM version 7, rather than the version 8 that is in 8.1.1911: [root at localhost ~]# bpftrace bpftrace: error while loading shared libraries: libclangFrontend.so.7: cannot open shared object file:
2010 Sep 10
2
DO NOT REPLY [Bug 7672] New: Ability to include (source) other files into the rsncd.conf configuration.
https://bugzilla.samba.org/show_bug.cgi?id=7672 Summary: Ability to include (source) other files into the rsncd.conf configuration. Product: rsync Version: 3.0.7 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at
2006 Jul 21
1
Failed to set servicePrincipalNames (Samba+Solaris 10+NISplus+ADS+DNS)
When joining our Solaris 10 Samba 3.0.23 system to ADS via... # /usr/local/samba/bin/net ads join -U Administrator Administrator's password: Using short domain name -- ULS Failed to set servicePrincipalNames. Only NTLM authentication will be possible. Please ensure that the DNS domain of this server matches the AD domain, Or rejoin with using Domain Admin credentials. Joined
2012 Mar 16
1
ggmap crash
Not sure if this is the right place to report this, but: Am using ggmap to generate a map of a bounding box from 161 latitude/longitude pairs and the code crashes R (in ess). Data is at http://analysis.d8u.us/~hdiwan/plotSource.csv and the code to read it is below. I'm not sure if ess, emacs, ggmap, R, or my laptop is to blame. Here's the code: > rmc <-
2011 Sep 15
0
RGoogleMpas error
I am trying to use RgoogleMaps but when I try to run the script example from "RgoogleMaps-intro.pdf -page 3" (see below) I get the following error "Error en plot.xy(xy.coords(x, y), type = type, ...) " I have tried to solve it but I am going crazy with this, because sometime in the past I made it work I would really appreciate some help Thanks Gabriel *** #Define the
2000 Apr 19
1
Homes and %u expansion in SAMBA_2_0
Hi everyone. With the latest cvs (as of this afternoon) we are getting the following in the logs: Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0] smbd/service.c:make_connection(554) Apr 19 09:19:42 gate smbd[23055]: Can't change directory to /home//profile (No such file or directory) Apr 19 09:19:42 gate smbd[23055]: [2000/04/19 09:19:42, 0] smbd/service.c:make_connection(554)
2011 Jun 07
1
RgoogleMaps Axes
R Help, I posted a question on StackOverflow yesterday regarding an issue I've been having with the RgoogleMaps packages' displaying of axes. ?Here is the text of that submission: http://stackoverflow.com/questions/6258408/rgooglemaps-axes "I can't find any documentation of the following problem I'm having with the axis labels in RGoogleMaps: library(RgoogleMaps) datas
2009 Jul 09
0
Hanging ssh sessions with openssh-5.1p1 and Solaris 8 & 10
Hi, Has anyone had any luck looking into this by any chance ? > On Mon, Aug 04, 2008 at 02:34:23PM -0400, Jeff Wieland wrote: >> Since we upgraded OpenSSH from 5.0p1 to 5.1p1 on our Solaris 8 boxes >> (I know, I know, we should upgrade or retire them...), we've started >> experiencing problems with slogin'ing into these boxes, running vi, >> and pasting text
2008 Oct 14
5
dtrace_kernel and privilege escalation
hey.. I talked to my sysadmins about getting access to the dtrace_kernel role, and they said they were hesitant to give this out because they thought it was a security risk - ie: that you could use it for privilege escalation. How true is this? Is there a way to make it user safe? If not, why is it offered as an option for regular users? Thanks much, Ed -- This message posted from
2009 Jul 31
2
[Bug 23056] New: trouble with KMS on MBP w/ 8600M GT
http://bugs.freedesktop.org/show_bug.cgi?id=23056 Summary: trouble with KMS on MBP w/ 8600M GT Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy:
2014 Mar 03
0
Asterisk 12.1.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 12.1.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 12.1.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2014 Mar 03
0
Asterisk 12.1.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 12.1.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 12.1.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2010 Mar 30
7
Analyzing java class loading with dtrace
Hi there, I am trying to diagnose a performance problem on a Sun T5120 running Solaris 10. I see general poor performance using Java and, in particular, loading classes. I have developed a simple java test that loads all of the classes in a Crystal Reports JAR file (around 7000 classes) which takes much longer on the T5120 (40 secs) than on a Core 2 Duo windows PC (5 secs). I recognise that this
2005 Mar 01
1
dropping extra frame..already have it????
We have one Swissvoice IP10S running SIP firmware. Recently, I've been getting these messages: Mar 1 13:59:44 NOTICE[20933]: frame.c:128 ast_smoother_feed: Dropping extra frame of G.729 since we already have a VAD frame at the end Any clues off the bat? I'm still researching other stuff.. Thanks, Matthew
2005 Jan 18
2
Winbind fails to connect to \PIPE\NETLOGON with 3.0.10 and 3.0.9
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Joining a mixed 2000 domain worked correctly for Samba 3.0.2a. After upgrading to either samba 3.0.9 or 3.0.10, the net ads join command completes successfully, and wbinfo -u returns a list of users, but any attempt to actually authenticate those users fails with NT_STATUS_PIPE_NOT_AVAILABLE. wbinfo -t also does not work, and produces the log file
2010 Aug 19
2
DO NOT REPLY [Bug 7633] New: add support for include/includedir config file directives
https://bugzilla.samba.org/show_bug.cgi?id=7633 Summary: add support for include/includedir config file directives Product: rsync Version: 3.1.0 Platform: Other OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: core AssignedTo: wayned at samba.org
2001 Apr 21
0
WARNING: Short packet. Try increasing the snap length (120)
Hallo all, the tcpdump output tells me WARNING: Short packet. Try increasing the snap length (120) but I havn't got a clue how to manage this. The problem appears, when using the dave client on my mac PB G3 and I copy something onto the samba server.Other Win98 hosts do not have this problem. Facit, I can not upload but just download from the server. Can someone tell me how to read this? (DF)