similar to: win32-process 0.4.0 - SIGINT/SIGBRK not working

Displaying 20 results from an estimated 200 matches similar to: "win32-process 0.4.0 - SIGINT/SIGBRK not working"

2004 Nov 20
0
SIGINT in win32-process
Hi all, I banged my head all day trying to make SIGINT work like you would expect on Win32, to no avail. The goal is to allow the user to send a SIGINT (i.e. CTRL_C_EVENT) to a remote process. I tried a CreateRemoteThread() + GenerateConsoleCtrlEvent() approach with no luck. I also found this bit of code:
2005 Nov 22
1
Win32 Service Timeout command
> -----Original Message----- > From: Jamey Cribbs [mailto:cribbsj at oakwood.org] > Sent: Tuesday, November 22, 2005 2:44 PM > To: Berger, Daniel > Subject: Win32 Service Timeout command > > > Hi, Dan. I have a quick question. Is there a way to set a timeout > variable when starting/creating a win32 service using your package? > When I attempt to start a
2008 Apr 23
2
CHANNEL SIZE.
Recently I updated to Hardy Heron(Ubuntu beta) and with it cam openssh-client 4.7p1. In my environment we have alot of Extreme(www.extremenetworks.com) switch devices which we access via ssh. 4.7p1 would no longer allow me to connect to the switches, however 4.6p1 would. The error I received was. ' channel 0: open failed: resource shortage: Channel open failed' I did some diggin and
2009 Apr 07
2
Running an R script from Delphi 7
Gentlepersons: A long time ago I used to be able to start R (version 2.6.1) from a Delphi 7 program and run a script by using a procedure like the following: function StartRAndWait (CommandLine : string) : Boolean; var Proc_info: TProcessInformation; Startinfo: TStartupInfo; ExitCode: longword; CreateOK : Boolean; begin Result := False; { Initialize the structures }
2012 Mar 04
2
NUT Two Apc UPSes on Windows
Hi, I've got a question about managing two UPSes under NUT. I have two similar model APC usb-connected UPSes to work with, but don't know how to manage them simultaneously from under Windows. Long story short, my ups.conf looks like this: --- ups.conf --- [ups1] driver= usbhid-ups port= auto serial=AS1054340323 [ups2] driver= usbhid-ups port= auto serial=AS1026662626 ---
2002 Apr 30
3
Labeling matrix data
Hello all - I am sorry if this simple question is addressed in somewhere else. But, I couldn't find it. It's been for about a week using R. . . My problem is: Reading matrix data with "scan" does not seem to allow me to incorporate matrix labels (columns, and rows). If I use read.table, I can import the lables. But, the problem is, I don't know how I make this data as
2010 Nov 07
0
Process.setsid for Windows
Hi, Just thinking about the possibility of a Process.setsid for Windows. Would a Process.setsid analogue for Windows be a matter of calling CreateProcess() with CREATE_NEW_PROCESS_GROUP + DETACHED_PROCESS ? And raise an error instead if the current process is the process group leader? Regards, Dan
2001 Jul 01
1
directX
Does the current CVS version of wine have the transgaming directX patch already in it? I'm pretty sure that I've installed wine correctly. I installed the most recent RPM available, and the Diablo II installer says that it can't find direct X. I then downloaded the tar-ball, and tried to run the transgaming patch on it, and it said that it had already been run. That's not so
2006 Nov 24
3
Mongrel Service 0.3.0, native services for you!
Hi folks, For the past weeks I have been working in solve the problems with mongrel_service and its *crazy* behavior related to standard mongrel_rails. Job made this more slow than usual, but here we are: a beta release. * What''s New? - This version of mongrel_service replaces mongrel_service ruby script with a binary, pre-built executable coded using ServiceFB framework [1] in
2001 Dec 11
0
Devine intervention: a message from God
Hi, me again Still trying to run diablo using wine. This time i included: The output when i run : wine setup.exe The listing of my wine-c (c:\) directory. The listing of my config file in the \.wine directory in the users directory Don't give me the answer, u don't have to breast feed me! But tell me if i can fix it without having any programming skills or knowledges of how wine works
2007 Apr 13
1
spec''ing out a trap/SIGINT
How would you spec out a call to Signal.trap (a ^C or a unix SIGINT)? Scott
2007 Jun 14
0
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Hi, I am encountering a error saying-rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229). This error was encountered after 2.5hrs of rsync. What does this exactly mean? I am pretty new the whole concept so not able to figure it out. Regards, Madhavan Chari -------------- next part -------------- HTML attachment scrubbed and removed
2006 Oct 05
0
Rsync error:received SIGUSR1 or SIGINT (code 20) at rsync.c(231)
I'm trying to transfer thousands of file from a remote machine to my server.Every-time I do this, I'm getting error saying "received SIGUSR1 or SIGINT (code 20) at rsync.c(231)".Pl. suggest me what could be wrong and how can I rectify this. The command i'm using is rsync -avz --copy-links --delete childes.psy.cmu.edu::CHILDES /var/www/localhost/htdocs/childes
2005 Oct 17
0
[Bug 2760] some time rsync is exiting with received SIGUSR1 or SIGINT (code 20) at rsync.c(229).
https://bugzilla.samba.org/show_bug.cgi?id=2760 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Additional Comments From wayned@samba.org 2005-10-17 11:01
2002 Feb 12
1
rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229)
Trying to rsync between win2k machines. rsync version is 2.5.3pre (downloaded today) This is the message after 368100 files have been checked: rsync error: received SIGUSR1 or SIGINT (code 20) at rsync.c(229) My cmdline is : c:\sbin\rsync\rsync -az /cygdrive/d/Home xxx@xxx.skelleftea.se::dropZone/GY/ba-disk01 --stats -v -P --timeout=84600 I have tried with both with and without -z (-az or -a)
2004 Jun 30
1
"break"/SIGINT handling
Hi, Could anyone tell me why break requests are only handled in sshd if the channel type is in a 'LARVAL' state? I'm converting an application that currently uses telnet as an underlying communication protocol and it relies on a SIGINT when an IAC/IP is received by the telnet daemon. It seems an SSH break could/should perform a similar function (tcsendbreak() in session_break_req()
2015 Aug 11
0
[Bug 1859] sshd does not forward break request to process as SIGINT
https://bugzilla.mindrot.org/show_bug.cgi?id=1859 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED --- Comment #4 from Damien Miller <djm at mindrot.org> --- Set all RESOLVED bugs to CLOSED with release
2009 Nov 11
1
v2.0.tip master: service(auth): kill(pid, SIGINT) failed: Operation not permitted
Hi Timo, I've configured the user nobody for the the service auth. doveconf -n # 2.0.alpha3: /usr/local/etc/dovecot/dovecot.conf # OS: Linux 2.6.30-1-amd64 x86_64 Debian squeeze/sid ? service auth { user = nobody } ? The other processes are executed by root (or logged in user): root 8758 0.0 0.0 2604 1052 ? Ss 07:21 0:00 /usr/local/sbin/dovecot root 8759 0.0
2014 Jan 16
1
SIGINT is a bad choice for changing log levels
Guus, I would like to ask you to reconsider using SIGINT for logging change. It?s a pain to kill tincd when started from the command line. Ctrl-C does not work as expected. Great for debugging perhaps, but in normal use cases, when trying to make a connection work and test changes it?s a pain. On BSD there is SIGINFO (29), which can be sent by pressing Ctrl-T, but I am not sure whether that
2012 Dec 14
0
[Bug 9502] New: Deamon deadlock at stop (SIGINT caught)
https://bugzilla.samba.org/show_bug.cgi?id=9502 Summary: Deamon deadlock at stop (SIGINT caught) Product: rsync Version: 3.0.7 Platform: x64 OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: core AssignedTo: wayned at samba.org ReportedBy: jurij at ocslab.com