search for: uneasy

Displaying 20 results from an estimated 114 matches for "uneasy".

2008 Apr 29
2
case insensitive file system
We have an application that was build on a windows platform that expects a case insensitive file system. Is there a way to set one up in CentOS? NTFS should work, I think, but I feel uneasy using that under Linux. Russ
2009 Aug 07
2
R patched & devel versions as portable ZIP files
...ong them Python (since V2.5), the new MikTex 2.8, OpenOffice 3, Firefox and Thunderbird, to name a few. Many smaller Windows utilities do the same. When regularly following patched and development version, the installation procedures and writing into the Windows registry all the time makes me feel uneasy. And even with the installation procedure there are subsequent tasks, for example changing the path in the shortcut. Zip files are much better for those running R from an USB stick because otherwise you have to install it on the disk---what maybe you don't want to do---and then copy it over to...
2016 Feb 19
12
[3.8 Release] Release status
...hrink-wrapping vs TLS: Davide and Quentin are working on it - PR26600: Loop vectorization creates an unsafe out-of-bounds load There's a patch out: http://reviews.llvm.org/D17332 But no comments yet.. Hal? - PR26564: Performance regression in AA Patch in review, but it makes me a little uneasy since it's big and requires pulling in some refactoring patches too :-/ - ARM: fix VFP asm constraints: http://reviews.llvm.org/D17349 It's not a regression, but I'll take it if it lands real soon. - PR26500: shrink-wrapping vs PPC Patch in review: http://reviews.llvm.org/D17294...
2008 Mar 19
4
R GUI question
...;ve written. The program should be as easy to install and use as possible and will be built around a GUI. This program will be cross-platform; that's crucial. I'm familiar with Java and its GUI packages, I've been looking at the JRI package (interfaces R with Java) but I'm a little uneasy about asking my users to go through its installation (necessitates mingw, among other things, in Windows). Though, once installed, it could work very well. I have a little exposure to Tcl/TK. Though I'm not as big of a fan of this as I am of Java, I could suck it up and use it, but I'm not...
2015 Jan 10
1
Tinc inside docker
I'm trying to run tinc inside a docker container. The only way to run it at the moment is giving the container full privileges which makes me uneasy. When I tried to specifically give docker only access to /dev/net/tun I get a message Error while reading from Linux tun/tap device (tun mode) /dev/net/tun: File descriptor in bad state Does tinc or tun require access to any other devices? Thanks Martin -------------- next part -------------- A...
2001 Aug 07
1
Wine running on Solaris?
Hi guys, has any of you succeeded in compiling and running Wine under Solaris 8? If so, which version? Actually, I've ran through compilation (which itself was uneasy and a bit tricky) but can't run a single application because most of them ends with message like: err:seh:EXC_DefaultHandling Unhandled exception code c0000005 flags 0 addr dfa4d914 or: err:win32:do_relocations FATAL: Need to relocate C:\WINNT\NOTEPAD.EXE, but no relocation records presen...
2002 Jul 28
0
[R] bug in unsplit()? (PR#1845)
Hedderik van Rijn <hedderik@cmu.edu> writes: > > Thanks for pointing this out. I think your code should work, although > > I'm slightly uneasy about actually modifying f, so how about > > Just curious, why are you uneasy about that? Does it have side effects? It is largely due superstition, but if you change f before calling split<-() you have split() and split<-() called with different f's even if the same f is used for...
2013 Jan 28
1
gigFit problems
...ld like confirmation on other platforms; mine is mint; basically Debian. Although I got a good fit for the density function with the GIG equation in another curve fitting program, I would really like to use R's tools for confidence intervals and manipulations; but the problems below make me uneasy. Problem one (from examples with parameter change): Code: paramStart.X2002<-c(2.044, .622, 2) param<-paramStart.X2002 dataVector <- rgig(500, param = param) gigFit(dataVector) Result Data: dataVector Parameter estimates: chi psi lambda 0.007543 0.722962 2.535284 Like...
2013 May 03
2
Very basic statistics in R
Dear all, Very simple question, but apparently uneasy to solve in R: I have a sampling of a variable x: (3, 4. 5, 2, ...) I want to know: - the mean <x> -> mean(x) - the uncertainty on <x> -> std.error(x) ? Or sd(x)? - the standard deviation of x -> ? - the uncertainty on the standard deviation ->...
2017 Feb 16
2
[PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
On Wed, Feb 15, 2017 at 04:37:49PM -0500, Waiman Long wrote: > The cpu argument in the function prototype of vcpu_is_preempted() > is changed from int to long. That makes it easier to provide a better > optimized assembly version of that function. > > For Xen, vcpu_is_preempted(long) calls xen_vcpu_stolen(int), the > downcast from long to int is not a problem as vCPU number
2017 Feb 16
2
[PATCH v4 1/2] x86/paravirt: Change vcp_is_preempted() arg type to long
On Wed, Feb 15, 2017 at 04:37:49PM -0500, Waiman Long wrote: > The cpu argument in the function prototype of vcpu_is_preempted() > is changed from int to long. That makes it easier to provide a better > optimized assembly version of that function. > > For Xen, vcpu_is_preempted(long) calls xen_vcpu_stolen(int), the > downcast from long to int is not a problem as vCPU number
2007 Mar 28
7
[PATCH] Proper use of VMX execution controls MSR.
Better use of VMX execution controls MSR. Signed-off-by: Xin Li<xin.b.li@intel.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Aug 20
2
[LLVMdev] PrescheduleNodesWithMultipleUses() causing failure in PickNodeToScheduleBottomUp() ???
...ot;Couldn't find the register class"' failed. The interesting thing about this failure is that the Predecessor/Successor of two nodes was changed by PrescheduleNodesWithMultipleUses(). If they were not, the AvailableQueue would have had nodes, and all would have been fine. I am quite uneasy over how PrescheduleNodesWithMultipleUses() has changed the Predecessor/Successor. It seems to have changed the DAG into something impossible to schedule - I need to look more carefully to confirm this. I'm not sure if this is one problem or two - or a target problem passing something dangero...
2004 Sep 20
1
Audit
...t confusing for this purpose. I thought the audit VFS module was best suited for the task, but I encountered some problems: 1. it does not clearly report which user did each action. Ok, it reports the PID, which could _maybe_ be put in relation with the user by searching in smbd logs, but it's uneasy. 2. It outputs lots of stuff, cluttering syslog. Ok, I can use syslog config to filter user.notice events in a different file, but this does not prevent syslog from becoming cluttered. Moreover, I tried this, and the file where I redirected the output grew up to more than 200 MB in a couple of day...
2020 Nov 13
2
[LLD] Support DWARF64, debug_info "sorting"
...l/binutils/2020-November/114116.html (and its reply). I have mentioned (a) the difficulty of the detecting-DWARF64-by-first-relocation approach and (b) the section type approach in my reply there https://sourceware.org/pipermail/binutils/2020-November/114125.html (a) My prototype has made me feel uneasy with this approach. <quote> In DWARF v4 or if .debug_str_offset is not used, it is a problem. A heuristic is: if an input section in a file is marked DWARF64, we mark all other .debug_* DWARF64. This makes me feel a bit uneasy because for an output section description .debug_str 0 : { *(...
2008 Feb 13
1
model construction
...le1 = lm( deltaP ~ amt ) or mottle2 = lm( deltaP ~ amt - 1 ) But, I have the urge to set the model up as follows mottle3 = lm( deltaP ~ amt - 1, weights = amt ) because I want the big purchases to weigh much more in the calculation of the slope than the small purchases, but I have an uneasy feeling that this amounts to double-dipping/counting. Can anyone explain to me if/why this is a bad idea? Thanks, Dan [[alternative HTML version deleted]]
2015 Feb 17
4
network automatically connecting on boot after new service installation
2 weeks ago, i had my internet service changed from copper DSL to fiber DSL. now, every time i reboot, internet connection is automatically connecting on boot. before last update to 6.6, i could configure connection, now i can not bring up configuration window to disable auto connect. because of uneasy feelings about leaving computer up when i leave home, i disconnect 'bell line' so that when i am gone and have a mains failure and ups shuts down, i will not have internet connected when mains restore. also makes for uneasy feeling when retiring for night. :-) what do i have to do to cha...
2014 Apr 25
1
public key authentication -- log invalid keys
...-51680;Protocol: 2.0;Client: libssh-0.2 Apr 21 23:50:05 [sshd] SSH: Server;Ltype: Kex;Remote: 122.169.248.92-51680;Enc: aes128-cbc;MAC: hmac-sha1;Comp: none [preauth] while i appreciate that bruteforcing a public key is significantly more difficult than a short password, this does make me a little uneasy and i'd like to be able to feed these bad IP addresses to my firewall. however, when I correctly ssh to my machines, i get similar entries Apr 20 09:16:24 [sshd] SSH: Server;Ltype: Version;Remote: 192.168.x.100-55939;Protocol: 2.0;Client: OpenSSH_5.9p1 Debian-5ubuntu3 Apr 20 09:16:24 [sshd] SS...
2002 Jul 28
1
[R] bug in unsplit()? (PR#1843)
...lt;- value > x > } > > > table(x==unsplit.new(xg,list(g1=g,g2=g))) > > TRUE > 1000 [Forwarded to r-bugs, since the docs say that f can be a list in all the split-related functions] Thanks for pointing this out. I think your code should work, although I'm slightly uneasy about actually modifying f, so how about len <- length(if (is.list(f)) f[[1]] else f) x <- vector(mode = typeof(value[[1]]), length = len) ? By the way, I see that split.default starts with if (is.list(f)) f <- factor(do.call("interaction", f))...
2009 Mar 26
1
Conerned about Interfacing R with Fortran
I am reading the manual sections illustrating how to call a Fortran subroutine from R. I feel uneasy at the explicit statement about ".Fortran" interface working with Fortran 77. I would like to call a Fortran-90 subroutine from my R script. Is that supported at all ? Thank you, Maura tutti i telefonini TIM! [[alternative HTML version deleted]]