Displaying 20 results from an estimated 300 matches similar to: "how to do tracing in user process."
2007 May 13
1
provider for Macros!
Hi,
Was just wondering if there is any provider for Macros like we have pid provider for function calls?
Thanks,
Neelam
--
This message posted from opensolaris.org
2003 Mar 12
3
Syncing Multiple servers simultaneously
Hi all;
I am sure this question has been brought up before, but I could not find any
information in the FAQ or docs etc. Quick question;
Is there a way of syncing multiple servers simultaneously from 1 source
server?
Thanks,
--
Vaibhav Goel
extension 6347
2006 Jun 13
17
switchroot mount failed
All,
I am running xen3.0.2 and xen unstable on RHEL 4, and get this error when
trying to boot Xen kernel(domain0)
......
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempting to kill init!
Then system reboot.In grub.conf,I have
2006 Jun 13
17
switchroot mount failed
All,
I am running xen3.0.2 and xen unstable on RHEL 4, and get this error when
trying to boot Xen kernel(domain0)
......
Creating root device
Mounting root filesystem
mount: error 6 mounting ext3
mount: error 2 mounting none
Switching to new root
switchroot: mount failed: 22
umount /initrd/dev failed: 2
Kernel panic - not syncing: Attempting to kill init!
Then system reboot.In grub.conf,I have
2020 Nov 02
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
Hi all,
At the Barcelona Supercomputing Center, we have been working on an
end-to-end vectorizer using scalable vectors for RISC-V Vector extension
in context of the EPI Project
<https://www.european-processor-initiative.eu/accelerator/>. We earlier
shared a demo of our prototype implementation
(https://repo.hca.bsc.es/epic/z/9eYRIF, see below) with the folks
involved with LLVM
2006 Jun 15
1
1. Re: Re: [Xen-devel] Re: switchroot mount failed
I encountered same error when use Xen3.0.2(source file) on CentOS4.2, after I downgraded to Xen2.0.7(source file), this error disappeared. now, I am using Xen2.0.7 instead of 3.0.2, it works well.
--taylor
-----邮件原件-----
发件人: xen-users-bounces@lists.xensource.com [mailto:xen-users-bounces@lists.xensource.com] 代表 xen-users-request@lists.xensource.com
发送时间: 2006年6月15日 5:24
收件人:
2011 Sep 07
2
finding events in a time duration.
Hi,
Premises: I have a database which contain the list of events and their time
stamps (This is a Unix time stamps)
What I want to do : I want know how much is the maximum occurrence of this
in any a time period of 7 days or does a event occur es more than "N" (say
5) times in a period of 7 days.
This time period is not fixed with "week
2005 Jun 03
1
Unable to see linux filesystem with samba running
Hi
I am new to Linux. I am using Redhat 9.0. I have installed the Samba
software, configured the smb.conf, added my client Windows XP box into the
hosts.allow, hosts.equiv etc and started the smb service.
Still I am unable to map the Linux share on to my Windows XP box. I have
tried enabling and disabling the XP firewall also. I can see the Linux
machine name in the Windows explorer "My
2020 Nov 06
2
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
On 11/6/20 12:39 PM, Sjoerd Meijer wrote:
Hello Simon,
Thanks for your replies, very useful. And yes, thanks for the example and making the target differences clear:
; Some examples:
; RISC-V V & VE(*):
; %mask = (splat i1 1)
; %evl = min(256, %n - %i)
; MVE/SVE :
; %mask = get.active.lane.mask(%i, %n)
; %evl = call @llvm.vscale()
; AVX:
; %mask = icmp (%i + (seq
2011 Nov 06
2
[LLVMdev] Printing DSGraph in llvm-3.0
Hi,
I am using the DSA analysis in llvm-3.0. I am interested in seeing the
resultant DSGraph for my sample input program. I tried the -dsa-only-print
parameter, but was not successful in getting the .dot file for the graph as
mentioned in Printer.cpp. The exact command that I tried is:
#opt -load <path-to-llvmdatastructures.so> -dsa-local -dsa-bu -dsa-td
-dsa-only-print < hello.bc
Is
2003 Apr 24
7
Outgoing SIP Call to unregistered Users
Hi!
I'm using asterisk with a few kphone SIP-Clients. The registration process
seems quite OK. But there are some problems:
Calling other registered users is possible, but the rtp-stream is not reaching
the right port, so you can hear nothing. In ethereal you can see, that the
SIP/SDP fields addresses different ports at each client, so client A sends to
port 32000 but client B listens on
2008 Mar 14
2
How to pass cookies to website??/??
Hi All,
I wanna pass cookies with url.Suppose i have two website and both
website have LDAP server for user authentication.if i authenticated in
one website then i wanna pass that cookies to another website for
authenticating the user.
Is it possible for single sign on?
If yes then please tell me how can i pass the cookies url.
Need your help actually i wanna do single sign on i am able to
2008 Oct 21
3
Minimal CentOS
Hi! and a warm hello to the CentOS team.
I have a work for which I need some solution from you. Actually we
have some thin clients where we want to put a light weight Linux
distro for users. As of now I have tested with Fedora and Ubuntu
distros but the issue I am finding is they are not able to fit in my
requirement of flash based hard disk consumption (~500 MB). although a
distro named TinyME
2009 Feb 11
5
Possible CentsOS licensing issue
Dear Friends,
I have few questions.
1. I have a device on which I have installed CentOS 5.2 as an operating
system. Now I want to sell this device. Will there be any issue ?
points to keep in mind:
a. There are no changes in OS. (it is just a stripped down image of original
OS)
b. I have installed few generic user space applications of my own installed
in that OS.
I do not want to violate
2011 Nov 06
0
[LLVMdev] Printing DSGraph in llvm-3.0
On Sun, Nov 6, 2011 at 12:24 AM, Ankita (Garg) Goel
<gargankita at gmail.com> wrote:
> Hi,
> I am using the DSA analysis in llvm-3.0. I am interested in seeing the
> resultant DSGraph for my sample input program. I tried the -dsa-only-print
> parameter, but was not successful in getting the .dot file for the graph as
> mentioned in Printer.cpp. The exact command that I tried
2020 Nov 06
4
Loop-vectorizer prototype for the EPI Project based on the RISC-V Vector Extension (Scalable vectors)
On 11/6/20 8:49 AM, Roger Ferrer Ibáñez wrote:
Hi Sjoerd,
Trying to remember how everything fits together here, but could get.active.lane.mask not create the %mask of the VP intrinsics? Or in other words, in the vectoriser, who's producing the %mask and %evl that is consumed by the VP intrinsics?
I'm not sure what would be the best way here. I think about the Loop Vectorizer. I imagine
2013 Oct 08
1
how to check the accuracy for maxent ?
I was going through this example of maxent use:
http://cran.r-project.org/web/packages/maxent/maxent.pdf
# LOAD LIBRARY
library(maxent)
# READ THE DATA, PREPARE THE CORPUS, and CREATE THE MATRIX
data <- read.csv(system.file("data/NYTimes.csv.gz",package="maxent"))
corpus <- Corpus(VectorSource(data$Title[1:150]))
matrix <- DocumentTermMatrix(corpus)
# TRAIN/PREDICT
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> Use NOKPROBE_SYMBOL macro for protecting functions
> from kprobes instead of __kprobes annotation in
> dumpstack.c.
>
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ingo Molnar <mingo at redhat.com>
> Cc:
2013 Nov 21
1
[PATCH -tip v3 18/23] x86/dumpstack: Use NOKPROBE_SYMBOL macro in dumpstack.c
* Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com> wrote:
> Use NOKPROBE_SYMBOL macro for protecting functions
> from kprobes instead of __kprobes annotation in
> dumpstack.c.
>
> Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt at hitachi.com>
> Cc: Thomas Gleixner <tglx at linutronix.de>
> Cc: Ingo Molnar <mingo at redhat.com>
> Cc:
2005 Jul 06
1
dovecot not able to access sentmail folder in home directory(chdir)
using dovecot version 0.99.11
while accessing through squirrelmail or even connecting manually(using openssl) to the server dovecot is not able to access the folder
the mail.err log file has the following entry:
dovecot: (/home/user) permission denied error no 89 returned by child process
the squirrel mail error was
connection dropped by imap server
Query capability
thanks
vineet