similar to: Wine command line - sending break signal

Displaying 20 results from an estimated 6000 matches similar to: "Wine command line - sending break signal"

2011 Jul 13
5
return, executed he actions of the key of tab in the dialog
Is it possible to do so that the key of return executed the actions of the key of tab in the forms of dialog (passed from one element to other)?
2018 Feb 07
3
OT: configuring xming to know putty's not in a std. location
Is there some way to do this? I've got the current putty (actually, putty-cac), pageant, and plink in my user's Downlods directory - neither he nor I have admin authority on his laptop, and Desktop support's teleworking today - but I can't seem to find a way to configure xming to look there for putty. Or is it start putty, *then* start xming? mark
2010 Jun 15
2
Remote X connection to CentOS 5.5 using Xming -ac
Hello, I've rented a dedicated root server (SR7 at strato.de) and would like to run qemu at it, but get the error: # qemu -hda install.img -cdrom install47.iso -boot d Could not initialize SDL - exiting It seems that I have to establish X connection, so I've installed Xming at my WinXP laptop and at the server I have changed these 3 lines in the /etc/ssh/sshd_config: X11Forwarding
2006 Feb 16
3
idmap rid backend core and INTERNAL ERROR Signal 11
idmap_init: using 'rid' as remote backend Probing module 'rid' Probing module 'rid': Trying to load from /usr/local/samba/lib/idmap/rid.so =============================================================== INTERNAL ERROR: Signal 11 in pid 50910 (3.0.21b) Please read the Trouble-Shooting section of the Samba3-HOWTO From: http://www.samba.org/samba/docs/Samba3-HOWTO.pdf
2018 Feb 07
2
OT: configuring xming to know putty's not in a std. location
Pete Biggs wrote: > On Wed, 2018-02-07 at 14:45 -0500, m.roth at 5-cent.us wrote: >> Is there some way to do this? I've got the current putty (actually, >> putty-cac), pageant, and plink in my user's Downlods directory - neither >> he nor I have admin authority on his laptop, and Desktop support's >> teleworking today - but I can't seem to find a way to
2006 Aug 11
3
xen gui with argo
Hi all, I have made an ebuild for Steve''s argo xen-tools (v0.6), if any interest I will put it online. I am also experimenting by expanding argo to have remote console access (with a AJAX we interface) so far it''s not perfect but I am getting the console. cheers xming _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2007 Jul 02
2
working with R graphics remotely
Hi netters, Now I'm connecting from my local windows machine to a remote linux machine and launch R out there using SSH. When I tried to create grahics, like using plot or heatmap, I cannot see the output. Maybe a new R window displaying the graphics has popped out in the remote machine? Or I need to change some settings for the graphics to display? I don't know. I googled it and
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
Upgrade clang? I can't reproduce it with trunk. On 4 June 2015 at 14:48, Hui Zhang <wayne.huizhang at gmail.com> wrote: > Yes, I found this link, but what's the solution?? > > On Thu, Jun 4, 2015 at 1:09 PM, Rafael EspĂ­ndola > <rafael.espindola at gmail.com> wrote: >> >> I think this is https://llvm.org/bugs/show_bug.cgi?id=16846 >> >> On
2015 Nov 04
2
how to add the location debug info for each instruction
> On Nov 3, 2015, at 5:00 PM, Hui Zhang <wayne.huizhang at gmail.com> wrote: > > Hello, > > I found a weird thing in llvm 3.3: > > For exactly the same MDNode *space, if I cast it to DILocation loc(space) and call loc.getFileName(), or I cast it to DIScope sco(space) and call sco.getFilename(), the return value would be different ! Totally two different files
2005 May 10
4
density function
Hi, I wonder if the function "density" outputs the gaussian mixture formula that is estimated from the input data, assuming a gaussian model is used at each data point ? I want to take the derivative of the finally estimated gaussian mixture formula for further analysis. Thanks in advance for any help that you can offer me! Hui
2014 Jul 28
1
How can I connect CentOS7 via xdmcp?
Dear all, Does any one success to connect CentOS7 via xdmcp? I've tried, but not yet succeeded. 1) CentOS7 with Development and Creative workstation 2) Disabled SELinux by editing /etc/selinux/config 3) Disabled firewalld by systemctl disable firewalld 4) Enabled xdmcp by editing /etc/gdm/custom.conf Adding "Enable=true" in [xdmcp] section 5) reboot 7) connect from windows7 PC
2012 May 22
3
pad leading zeros in front of strings
Dear All, This question sounds very simple but I don't know where I am wrong. I just want to pad leading zeros in some string, for example, "123" becomes "00123". What is wrong if I do following? > sprintf("%05s", "123") [1] " 123" It didn't return "00123", instead it padded with 'blank'. Thank you for your help
2004 Mar 31
3
help with the usage of "randomForest"
Dear all, Can anybody give me some hint on the following error msg I got with using randomForest? I have two-class classification problem. The data file "sample" is: ---------------------------------------------------------- udomain.edu udomain.hcs hpclass 1 1.0000 1 not 2 NA 2 not 3 NA 0.8 not 4 NA 0.2 hp 5 NA 0.9 hp ------------------------------------------------------------ The
2005 Apr 18
4
longer object length, is not a multiple of shorter object length in: kappa * gcounts
Hi, I was using a density estimation function as follows: > est <- KernSmooth::bkde(x3, bandwidth=10) When setting bandwidth less than 5, I got the error "longer object length, is not a multiple of shorter object length in: kappa * gcounts ". I wonder if there is anybody who can explain the error for me? Thanks! Hui
2014 Oct 01
3
[LLVMdev] need help on llvm support for Chapel
Hello, I don't know if anyone gets familiar with the llvm Chapel front end, it's version 3.3 and comes within Chapel source package. I'm trying to parse the .bc code generated from a simple helloworld chapel program. Just run a basic Hello pass on the code (default one in the llvm source code) that prints out all the function names in the module. However, it prints a bunch of
2011 Feb 25
7
R in different OS
Hi All, I have two Rs, one has been installed in Windows system and another one has been installed under UNIX system. Is there any environmental variable or function to tell me which R I am using? The reason that I need to know it is under different system, the data path could be different. I want to do something like if it is R under Windows path =
2015 Jun 04
2
[LLVMdev] `Ty && "Trying to add a type that doesn't exist?
I think this is https://llvm.org/bugs/show_bug.cgi?id=16846 On Jun 4, 2015 12:04 PM, "Hui Zhang" <wayne.huizhang at gmail.com> wrote: > Is there any clue for this error ? > > Thanks > > On Tue, Jun 2, 2015 at 5:47 PM, Hui Zhang <wayne.huizhang at gmail.com> > wrote: > >> Hello, >> >> I'm having this error and couldn't find a
2015 Nov 03
3
how to add the location debug info for each instruction
Hello, For some reason, I have to stick on llvm 3.3 for a language compiler, I find that the location debug info is attached to each instruction using !dbg, however, I found some of that information is mis-attched and need to be changed, so I want to *know what functions(I checked all funcs in DIBuilder.h but didn't find a appropriate one) are used to attach those !dbg nodes to each
2015 Apr 15
2
[LLVMdev] where is type symbol table now
Hello, I found some source code using llvm 2.5 that has a call to Module::getTypeName(Type*), which I can't find it anymore in llvm newer than 3.3, so how can I get the name of a type(e.g a user-defined structure) if we have Type* of that ? Besides, I checked that old llvm maintains a TypeSymbolTable that enabled type name look-up, so what's the replacement and mechanism of it in the
2004 Apr 13
3
randomForest: more than one variable needed?
Hi, I am doing feature selection for my dataset. The following is the extreme case where only one feature is left. But I got the error below. So my question is that do I have to use more than one features? sample.subset udomain.edu hpclass 1 -1.0 not 2 -1.0 not 3 -0.2 not 4 1.0 hp 5 1.0 hp > randomForest(hpclass ~.,