similar to: LLVM Call Graph may not cover all calls

Displaying 20 results from an estimated 200 matches similar to: "LLVM Call Graph may not cover all calls"

2006 Jan 27
2
CentOS 4.2 Install - Can't Surf Web
I just installed CentOS 4.2 on a system that was running RedHat 9. Now the browser (Mozilla Firefox) can't connect to web sites via their name (www.google.com <http://www.google.com/> ). It can however connect if the IP address is used (66.102.7.147). Also the 'dig' command times out with either the name or the IP address. Has anyone else seen this? Any pointers would be
2007 Mar 10
3
CentOS & SATA
Does CentOS 4 work well with SATA drives? Or should I build the system using IDE/PATA disks? I'm looking for stability more than speed. Thanks Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com "No matter where you go, there you are..." -------------- next part -------------- An HTML attachment was scrubbed... URL:
2001 Jun 24
2
LANG=en_US, Xlib: connnection errors
This is odd but I'm trying to get the most elementary sides of WINE down. I have gotten it to attempt to run write.exe out of my windows directory. but upon doing so it comes up with the LANG errors which I don't think is catastrophic. (I might be wrong) and then it comes up with these errors: Xlib: connection to ":0.0" refused by server Xlib: Invalid MIT_MAGIC_COOKIE-1 key
2007 Jun 20
2
iptables question
Hi all Can iptables have log and deny rule together? if no. how can I make a deny rule and log rule and the log rule can limit the log entry eg: 200 if yes, how can I make it I am using freebsd ipfw. eg: ipfw add 22 deny log all from any to x.x.x.x thank you ____________________________________________________________________________________ Take the Internet to Go: Yahoo!Go puts the
2006 Sep 26
3
Install Using Floppy/CD
Is there a doc that describes how to create a floppy that will boot and then switch over to the installation CD? It looks to me like this should be possible using grub on the floppy. Charles L. Sliger, Information Systems Engineer, chaz at bctonline.com "No matter where you go, there you are..." -------------- next part -------------- An HTML attachment was scrubbed...
2006 Jan 28
2
CentOS 4.2 Mouse Tracking Unstable
Just installed CentOS 4.2 on a system that was running RedHat-9. The system is connected to the keyboard, video and mouse through a Belkin OmniView Pro KVM switch. After bootup, the the system tracks movement by the mouse just fine. The unstable behavior can be characterized as follows: 1. Console is switched to a different system for a time and then switched back to the Centos system. 2.
2007 Mar 17
2
CentOS-4.3 Install Fails
I'm using the same CD's that I've used to install CentOS on my other systems. After the first failure I had the installation verify the install media just in case. It passed. I've tried the default install (used for all previous installs) and the i586 option (after googling). They both fail in the same way. Here is a transcript of what is output to the screen: Running
2004 Sep 26
0
Error Compiling libunicall for MFC/R2 with spandsp
Guys, when compiling libunicall i have these errors. Any idea? creating libunicall.la (cd .libs && rm -f libunicall.la && ln -s ../libunicall.la libunicall.la) if gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -MT testcall.o -MD -MP -MF ".deps/testcall.Tpo" -c -o testcall.o testcall.c; \ then mv -f ".deps/testcall.Tpo" ".deps/testcall.Po"; else rm -f
2010 Oct 27
2
coxph linear.predictors
I would like to be able to construct hazard rates (or unconditional death prob) for many subjects from a given survfit. This will involve adjusting the ( n.event/n.risk) with (coxph object )$linear.predictors I must be having another silly day as I cannot reproduce the linear predictor: fit <- coxph(Surv(futime, fustat) ~ age, data = ovarian) fit$linear.predictors[1] [1] 2.612756
2024 May 15
2
Extracting values from Surv function in survival package
OS X R 4.3.3 Colleagues I have created objects using the Surv function in the survival package: > FIT.1 Call: survfit(formula = FORMULA1) n events median 0.95LCL 0.95UCL SUBDATA$ARM=1, SUBDATA[, EXP.STRAT]=0 18 13 345 156 NA SUBDATA$ARM=2, SUBDATA[, EXP.STRAT]=1 13 5 NA 186 NA SUBDATA$ARM=2, SUBDATA[, EXP.STRAT]=2 5
2012 Apr 20
1
Numbers not numeric?
Greetings R users, I have a curious problem. I read in a csv file (subset shown below) as normal data=read.table("C:/Users/Chaz/Desktop/test.csv",sep=",",header=TRUE, na.strings=".") However, the numbers from the dataset are not registered as numeric: is.numeric(data$Mesh) [1] FALSE When I try as.numeric, it converts all the values to different integers. This
2002 May 03
1
Enhancement suggestion: improve the host not found error message
When I feed a bogus hostname to rsync, it reports "Undefined error". It would be useful if instead it would say something more informative, like "Host not found". Thanks for rsync! Chris Pepper PS-Please cc: me on any replies -- I'm not a subscriber. >[imobile:~/Sites/cvs/apache-clone] pepper% rsync -CHaz --delete >--stats --progress
2006 May 23
4
iptables rules
Hi, I have 2 CentOS servers 82.201.195.123 & 62.139.61.84 I want to deny all ssh logins on port 22 on (62.139.61.84) from any host except from (82.201.195.123) Can anybody tell me such iptables rules to write in /etc/sysconfig/iptables Currently, im using the following rules (on 62.139.61.84) *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT -
2006 Nov 06
1
pptp + iptables + centos
Hi, All I'm tring to get a client connected to a vpn server running pptp & centos, the client connects to the server but I can't browse the internet or the local network from the client, when I stop the firewall the client can ping the server but no browsing can be done, do I need a iptables rule to allow pptp clients to use the internet or browse the network??? Sherwyn
2006 May 06
1
Mouse problems
Hi I am running Centos 4.3 and I having irratic problems with my mouse. I have the same problems with other versions of centos as well. I have search and tried everything that I could find but still it's not working right. It is a new microsoft laser wireless mouse 6000 For the most part it seems to work okay but it the buttons seem to click on there own a you move the mouse. For
2024 May 16
1
Extracting values from Surv function in survival package
Hi Dennis, look at the help page for summary.survfit, the Value n.event. G?ran On 2024-05-15 22:41, Dennis Fisher wrote: > OS X > R 4.3.3 > > Colleagues > > I have created objects using the Surv function in the survival package: >> FIT.1 > Call: survfit(formula = FORMULA1) > > n events median 0.95LCL 0.95UCL >
2004 Oct 22
2
OpenSSH password expiration
Hi, we are running into an issue with changing expired passwords through SSH connection. We always have to tell our users to use telnet to change the password. We want to completely shutdown telnet on all of our systems, because of this issue we are not able to shut it down. Is there a known issue with OpenSSH, or am I just missing some configuration. Thanks in advance for your help. -Sandeep
2011 May 11
7
[Bug 8130] New: ACL and link-dest do not work together
https://bugzilla.samba.org/show_bug.cgi?id=8130 Summary: ACL and link-dest do not work together Product: rsync Version: 3.0.8 Platform: All OS/Version: All Status: NEW Severity: major Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: az9901 at gmail.com
2006 Jul 11
5
Hardware Raid cards RAID 0 / 1
Last week we tried to install Centos on a brand new HP ML150 G2 with AIC-8130/ Marvell SATA Raid card and it was a no go. We tried a few other flavors of Linux as a test and all had trouble as well. Unfortunately time didn't permit so we opted for a Windows solution to get the box into production. We have never had a problem with IDE and Embedded SATA (Non Raid) Next time we want to
2015 Nov 03
3
Re: P2V conversion failed with "/run/lvm/lvmetad.socket: connect failed: No such file or directory"
Hello Rich, Greetings! It was great connecting with you and, I would like to thank you for your time and being patient on answering all our queries. However, referring to the link -> http://libguestfs.org/virt-p2v.1.html#how-virt-p2v-works we have a ambiguity -> i.e. under the section "GUI INTERACTIVE CONFIGURATION" we have "When you start virt-p2v, you'll see a