similar to: SIGINT in win32-process

Displaying 20 results from an estimated 800 matches similar to: "SIGINT in win32-process"

2005 Jan 24
0
Test email
This is a test to see if the "from" line shows up as me instead the generic list. I had to tweak a setting I didn''t know about (dammit). Dan In the immortal words of Socrates, "I drank what?"
2005 Jan 25
3
Change Journals
Hi, I''ve released win32-changenotify 0.3.0 today. Take a look. Park and I have discussed a Ruby interface to change journals a little bit: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/fileio/base/creating_modifying_and_deleting_a_change_journal.asp Park, would you like to do this, or did you want me to? I wasn''t sure from your RubyForge post. Also, do
2004 Oct 05
0
C extension question
Hi all, I was just refactoring some of the win32_popen code, and I saw this a few times: rb_raise(...); return Qnil; Is there any way it will ever reach the return? Isn''t the rb_raise() going to return? Or is there a good reason for this? Just curious. Dan In the immortal words of Socrates, "I drank what?"
2006 May 12
0
win32-process 0.4.0 - SIGINT/SIGBRK not working
Hello, I''ve been trying to use the PureRuby win32 process gem. This is my child.rb file: # child.rb puts "child process #{Process.pid} started at #{Dir.getwd}" trap("INT") { puts "SIGINT signal received." exit(1) } trap("TERM") { puts "TERM signal received." exit(1) } trap("KILL") { puts "KILL signal
2004 Apr 24
5
win32-taskscheduler alpha
Well, I''m going to release the first version of win32-taskscheduler today. For now, I''ve kept the API about the same as it originally was because I was spending way too much time futzing around and I wanted to get something out the door. For now, I''m calling this a BETA release, with the API subject to change. See the ''Future Plans'' section of
2020 Sep 11
0
Wine release 5.17
The Wine development release 5.17 is now available. What's new in this release (see below for details): - ADVAPI32 library converted to PE. - Beginnings of an NDIS network driver. - Still more restructuration of the console support. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.17.tar.xz
2008 Jan 20
0
Ctrl handler makes Ruby crash
Hi all, Grab the latest windows-pr from CVS and try this program. It works...once. Then the interpreter crashes. Why? And what can we do about it? The code is based on this: http://msdn2.microsoft.com/en-us/library/ms685049(VS.85).aspx require ''windows/console'' require ''windows/sound'' include Windows::Console include Windows::Sound CtrlHandler =
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 ---
2004 Apr 28
1
Windows printer drivers and Samba
Sorry ain't been on the list for a while...but I've lost all my archived mails and need to get the following done on both 2.2.8a and 3.0.2: * Printer is on linux box * Need to have drivers for Windows on linux box * Need to have Windows machines able to get drivers from linux box I recall there was some way to get this done - or have I drank too much beer? stephen kuhn - owner
2005 Jul 30
0
Sustainer S-1000C
Hi, I have a UPS of the Israeli company Sustainer, model S-1000C (http://www.sustainer.co.il/data/files/specifications%20smart%20en.pdf - don't worry, it's in english...). I've been trying to connect to it from Debian to no avail for a long time now. The company has attached to it a program called Commander Pro (for windows) and RPMs of UPSmart for old versions of Redhat and
2006 Mar 29
1
Random effects ANOVA?
Hi all -- So I have a very simple dataset, which consists of 60 subjects, who watched one of three videos, drank one of two drinks, and completed a task. The response variable is the time to complete the task. The ANOVA command is simple enough: anova(aov(time ~ drink * video, data = df)); However, the videos were randomly selected; I need to use the random effects model for them. So
2005 Aug 19
1
Sustainer S-1000C (Powercom protocol)
Hi, I've sent the following message 3 weeks ago, yet have recieved no reply at all. I don't want to nag, but could anyone please help me? Thanks, Dror ------------------ Hi, I have a UPS of the Israeli company Sustainer, model S-1000C (http://www.sustainer.co.il/data/files/specifications%20smart%20en.pdf - don't worry, it's in english...). I've been trying to connect to
2010 Aug 31
1
Wrong MySQL sintax, I can't login
Hi guys: I can't login as a user: The output of mail.log: Aug 31 08:39:45 socrates dovecot: auth(default): client in: AUTH^I1^IPLAIN^Iservice=imap^Ilip=178.63.82.247^Irip=81.39.27.227^Ilport=143^Irport=33715^Iresp=AHBhYmxvLnJvZHJpZ3VlekBlc2N1ZWxhc3VwZXJpb3JkZWNvYWNoaW5nLmNvbQBwZXJpa2l0YS4= Aug 31 08:39:45 socrates dovecot: auth-worker(default): sql(pablo.rodriguez at
2010 Sep 01
3
Dovecot creating aditional folders?
Hi guys. My conf: # 1.2.9: /etc/dovecot/dovecot.conf # OS: Linux 2.6.32-23-server x86_64 Ubuntu 10.04.1 LTS reiserfs log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap imaps pop3 pop3s ssl_cert_file: /etc/ssl/mail/dovecot.crt ssl_key_file: /etc/ssl/mail/dovecot.key disable_plaintext_auth: no login_dir: /var/run/dovecot/login login_executable(default): /usr/lib/dovecot/imap-login
2005 Jul 06
3
sendmail + plain auth
I'm probably missing something obvious, but I can get sendmail to give me AUTH PLAIN and LOGIN options. What I have is fairly standard configuration. The relevant part of sendmail.mc looks something like this: define(`confCACERT_PATH',`/etc/ssl/certs') define(`confCACERT',`/etc/ssl/ca-bundle.crt') define(`confSERVER_CERT',`/etc/ssl/smtp.crt')
2003 Aug 06
1
adddriver rpc command generates segmentation fault
Hi, I'm trying to add a printer driver to samba 2.2.7, part of the RedHat 9 distro. I have all the associated files under print$/W32X86 (I verified that they were where I thought they were from samba's POV by looking via smbclient). Below is the output from a getdriver command issued to a W2K PDC to get the names of all the required files for the particular printer: [Windows NT x86]
2011 Jul 28
0
Great Find
Just a good joke An old couple went into a restaurant and ordered something to eat: one Coca Cola and one portion of French fries. The old man sat down and the woman, his wife, sat opposite him, and he began to divide the Coca Cola into two glasses, half for him and half for his wife. He divided all the French fries half-and-half. He gave half to his wife and kept half for himself. Then he began
2019 Nov 28
0
ESEARCH is announced but it doesn't work
On 27 Nov 2019, at 21:51, Jesus Cea <jcea at jcea.es> wrote: > tag1 ESEARCH IN (mailboxes "folder1" subtree "folder2") unseen > tag1 BAD Error in IMAP command ESEARCH: Unknown command (0.001 + 0.000 secs). This should answer your question, I think. <https://stackoverflow.com/questions/12683288/what-is-wrong-with-this-imap-esearch-command-syntax> The ESEARCH
2020 Oct 30
0
Sieve filter script EXECUTION FAILED
On 30 Oct 2020, at 11:57, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > But I think the sed here is missing 's' from start, so this does not actually do anything... Copy/paste/edit error. The s is there in the file. darkmode.sh: #!/bin/sh echo $1 | sed -e 's|</head>|<style>* {color:white !important; background-color: black !important; }
2020 Oct 30
0
Sieve filter script EXECUTION FAILED
> On 30/10/2020 20:34 @lbutlr <kremels at kreme.com> wrote: > > > On 30 Oct 2020, at 11:57, Aki Tuomi <aki.tuomi at open-xchange.com> wrote: > > But I think the sed here is missing 's' from start, so this does not actually do anything... > > Copy/paste/edit error. The s is there in the file. > > darkmode.sh: > #!/bin/sh > echo $1 | sed