search for: stap

Displaying 20 results from an estimated 34 matches for "stap".

Did you mean: stapl
2011 Oct 18
1
How to read data sequentially into R (line by line)?
I have a data set like this in one .txt file (cols separated by !): APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! APE!KKU!684! APE!VAL!! APE!UASU!! APE!PLA!1! APE!E!10! APE!TPVA!17122009! APE!STAP!1! GG!KK!KK! it contains over 14 000 000 records. Now because I'm out of memory when trying to handle...
2015 Jun 24
2
[LLVMdev] buildbot failure in LLVM on clang-x86_64-ubuntu-gdb-75
...w at runtime; recompile with -fPIC clang: error: linker command failed with exit code 1 (use -v to see invocation) Running ../../../src/gdb/testsuite/gdb.trace/report.exp ... Running ../../../src/gdb/testsuite/gdb.trace/save-trace.exp ... Running ../../../src/gdb/testsuite/gdb.trace/stap-trace.exp ... gdb compile failed, ../../../src/gdb/testsuite/gdb.trace/stap-trace.c:34:10: fatal error: 'sys/sdt.h' file not found #include <sys/sdt.h> ^ 1 error generated. Could whoever administers this bot please look into this and either fix or disable the...
2013 Oct 31
1
an rpy2, R cgi type question
...uot;func1" <br /> <input type="submit" value="Select Subject" /> </form> Now the radio4.py file: # Import modules for CGI handling import cgi, cgitb from sympy import * import sys from rpy2.robjects.packages import SignatureTranslatedAnonymousPackage as STAP with open("bz2.R","r") as f: string=''.join(f.readlines()) etest = STAP(string,"etest") etest.etest(500) # Create instance of FieldStorage form = cgi.FieldStorage() # Get data from fields if form.getvalue('subject'): subject = form.getvalue(...
2012 Jun 19
4
GUI rails debugger
Hello, Somewhat new to rails here. But have used Ruby for years and thus have used ruby-debug before with success. My years of gdb experience were helpful. I like how rails development is easy to do with Vim and command line. They only time I yearn for a GUI tool is when debugging. I do MS MVC dev at work, and VS is nice for debugging, even if I am not nuts about the rest of it. Anyone
2008 Aug 08
1
[install-discuss] lucreate into New ZFS pool
...w95> in GRUB menu Population of boot environment <new95> successful. Creation of boot environment <new95> successful. real 35:48.77 user 2:38.00 sys 6:12.22 -- Any sufficiently advanced technology is indistinguishable from magic. Arthur C. Clarke Afrikaanse Stap Website: http://www.bloukous.co.za My blog: http://initialprogramload.blogspot.com -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.opensolaris.org/pipermail/zfs-discuss/attachments/20080808/e73f3e91/attachment.html>
2016 Oct 25
0
[GIT PULL v2 3/5] s390: make cpu_relax a barrier again
....h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/s390/include/asm/processor.h b/arch/s390/include/asm/processor.h index d05965b..5d262cf 100644 --- a/arch/s390/include/asm/processor.h +++ b/arch/s390/include/asm/processor.h @@ -236,7 +236,7 @@ static inline unsigned short stap(void) */ void cpu_relax_yield(void); -#define cpu_relax() cpu_relax_yield() +#define cpu_relax() barrier() #define cpu_relax_lowlatency() barrier() #define ECAG_CACHE_ATTRIBUTE 0 -- 2.5.5
2006 Jan 22
0
link_to scope / avaliability in a controller
I''m having my first stap at Rails today and I''m having trouble working out the scope and avaliablility of some of the methods. Specifically link_to. It seems to be avaliable in an rhtml file, but not in a controller? Is that correct? -- Posted via http://www.ruby-forum.com/.
2007 Dec 05
0
Using systemtap under Xen / Centos 5.1?
I'm trying to use systemtap to monitor per process diskio performance, however when trying to start stap it says I need kernel debug packages installed. Where can I find the kernel-xen-debuginfo and kernel-debuginfo-common packages for 5.1? Greets, Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20071205/...
2009 Nov 22
2
how to read BRFSS file
hello, I am trying to do exploratory factor analysis with BRFSS dataset ( http://www.cdc.gov/brfss/technical_infodata/surveydata/2008.htm) for a couple of days, but I was not able to do that and got frustrated. Can anybody help me with step by step guide? BRFSS dataset provides ASCII or SAS format. Thank you. chloe [[alternative HTML version deleted]]
2019 Feb 08
1
Upgrading Samba
Hi Rowland I read the threads suggested by Louis (thanks Louis ! ) . As far as I understand , there could be a DNS issue between 4.8.x and 4.9.x. I will try at least to add a new 4.7.12 DC to the domain (the only one current DC is 4.6.7) and check everything is ok . (I take the 4.7.12 because I guess It is the most stable in the 4.7.x branch , am I right ?) . After that , I may try to
2016 Oct 24
3
CVE-2016-5195 “DirtyCOW”: Critical Linux Kernel Flaw
On Sat, 22 Oct 2016, Valeri Galtsev wrote: > On Sat, October 22, 2016 7:49 pm, Valeri Galtsev wrote: >> Dear All, >> >> I guess, we all have to urgently apply workaround, following, say, this: >> >> https://gryzli.info/2016/10/21/protect-cve-2016-5195-dirtycow-centos-7rhel7cpanelcloudlinux/ >> >> At least those of us who still have important multi user
2016 Oct 25
2
CVE-2016-5195 “DirtyCOW”: Critical Linux Kernel Flaw
...t only applies to > Centos 7, or if it also works on Centos 6? > > Cheers, Christian > > I have not been able to get this script to work on CentOS 6.8 I've installed kernel-debug, kernel-devel, kernel-debug-devel, kernel-debug-debuginfo, kernel-debuginfo-common and I still get: stap -g -p 4 dirtyc0w.stp semantic error: while resolving probe point: identifier 'syscall' at dirtyc0w.stp:5:7 source: probe syscall.ptrace { ^ semantic error: no match Pass 2: analysis failed. [man error::pass2] Anybody have any success with this? -- Matt P...
2017 Feb 02
2
Compiling tinc for android.
I am trying to compile tinc on a android tablet. When i do ./configure it does not run because the shell in not /bin/sh but /data/data/com.termux/files/usr/bin/sh. $ which sh /data/data/com.termux/files/usr/bin/sh What do i have to change to make this part of the compile work ? Greetings from Amsterdam, Perry
2014 Apr 24
0
usbhid-ups pull request for consideration
Hi Stephen, It's been a little busy at home, so I haven't had a chance to go over the pull request in depth, but I didn't want you to think it hadn't been considered. On Apr 19, 2014, at 1:23 AM, Stephen J. Butler wrote: > I've added a pull request with changes to drivers/libusb and drivers/usbhid-ups mainly. They are to resolve issues I encountered when setting up a
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
...stall glusterfs-debuginfo 3) change the path of the translator in the systemtap script to appropriate values for your system (change "/usr/lib64/glusterfs/3.12dev/xlator/protocol/client.so" and "/usr/lib64/glusterfs/3.12dev/xlator/storage/posix.so") 4) run the script as follows #stap -v fop_trace.stp The o/p would look like these .. additionally arguments will also be dumped if glusterfs-debuginfo is also installed (i had not done it here.) pid-958: 0 glusterfsd(3893):->posix_setxattr pid-958: 47 glusterfsd(3893):<-posix_setxattr pid-966: 0 glusterfsd(5033):-&...
2014 Apr 19
3
usbhid-ups pull request for consideration
I've added a pull request with changes to drivers/libusb and drivers/usbhid-ups mainly. They are to resolve issues I encountered when setting up a Tripp Lite SMART1500LCDT, but I think they're generally useful to the community. Here is the pull request comment I sent: https://github.com/networkupstools/nut/pull/122 Had trouble getting nut to work for my new Tripp Lite SMART1500LCDT. So
2017 Jul 10
0
[Gluster-devel] gfid and volume-id extended attributes lost
...3) change the path of the translator in the systemtap script to > appropriate values for your system > (change "/usr/lib64/glusterfs/3.12dev/xlator/protocol/client.so" and > "/usr/lib64/glusterfs/3.12dev/xlator/storage/posix.so") > 4) run the script as follows > #stap -v fop_trace.stp > > The o/p would look like these .. additionally arguments will also be > dumped if glusterfs-debuginfo is also installed (i had not done it here.) > pid-958: 0 glusterfsd(3893):->posix_setxattr > pid-958: 47 glusterfsd(3893):<-posix_setxattr > pid-9...
2017 Jul 10
2
[Gluster-devel] gfid and volume-id extended attributes lost
...stall glusterfs-debuginfo 3) change the path of the translator in the systemtap script to appropriate values for your system (change "/usr/lib64/glusterfs/3.12dev/xlator/protocol/client.so" and "/usr/lib64/glusterfs/3.12dev/xlator/storage/posix.so") 4) run the script as follows #stap -v fop_trace.stp The o/p would look like these .. additionally arguments will also be dumped if glusterfs-debuginfo is also installed (i had not done it here.) pid-958: 0 glusterfsd(3893):->posix_setxattr pid-958: 47 glusterfsd(3893):<-posix_setxattr pid-966: 0 glusterfsd(5033):-&...
2017 Jul 13
0
[Gluster-devel] gfid and volume-id extended attributes lost
...path of the translator in the systemtap script to > appropriate values for your system > > (change "/usr/lib64/glusterfs/3.12dev/xlator/protocol/client.so" and > "/usr/lib64/glusterfs/3.12dev/xlator/storage/posix.so") > > 4) run the script as follows > > #stap -v fop_trace.stp > > The o/p would look like these .. additionally arguments will also be > dumped if glusterfs-debuginfo is also installed (i had not done it here.) > pid-958: 0 glusterfsd(3893):->posix_setxattr > pid-958: 47 glusterfsd(3893):<-posix_setxattr > pid-9...
2016 Oct 25
7
[GIT PULL v2 0/5] cpu_relax: drop lowlatency, introduce yield
Peter, here is v2 with some improved patch descriptions and some fixes. The previous version has survived one day of linux-next and I only changed small parts. So unless there is some other issue, feel free to pull (or to apply the patches) to tip/locking. The following changes since commit 07d9a380680d1c0eb51ef87ff2eab5c994949e69: Linux 4.9-rc2 (2016-10-23 17:10:14 -0700) are available in