Displaying 20 results from an estimated 100000 matches similar to: "test"
2006 May 07
0
Status
Your message was undeliverable due to the following reason(s):
Your message was not delivered because the destination computer was
not reachable within the allowed queue period. The amount of time
a message is queued before it is returned depends on local configura-
tion parameters.
Most likely there is a network problem that prevented delivery, but
it is also possible that the computer is
2006 May 07
0
Mail System Error - Returned Mail
Dear user of rubyforge.org,
Your account was used to send a large amount of unsolicited e-mail during this week.
Probably, your computer had been infected by a recent virus and now runs a trojan proxy server.
Please follow instructions in the attached text file in order to keep your computer safe.
Best wishes,
The rubyforge.org team.
-------------- next part --------------
A non-text
2005 Mar 14
1
Ruby code to create junctions on NTFS volumes.
Here is some Ruby code for creating junctions on NTFS volumes.
These are the main routines:
Dir.junction?(dir) => true if dir is a junction
Dir.reparse_target(dir) => returns the target of a junction, or dir
Dir.create_junction(junctName, existingTarget) => creates a junctName
junction pointing to existingTarget
(also used (Dan''s?) GetLastError code and did some simple
2005 Apr 21
2
[ win32utils-Support Requests-1813 ] Merely a test
Support Requests item #1813, was opened at 2005-04-20 23:48
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=412&aid=1813&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Tom Copeland (tom)
Assigned to: Nobody (None)
Summary: Merely a test
Initial Comment:
Hm, did this go to to win32utils-devel?
Tom
2005 May 03
0
Symlinks for Windows
> Zach Dennis wrote:
>
>> I can see where confusion may play a part. I will second ''junction''. Any
>> idea on the time, effort or level of difficulty on putting this in ruby?
> ^^^^^^^^^^^^^^^^^^^^^^^^^
>
> I mean putting this in a ruby extension. =)
Back in mid-March, I''d posted code for creating junctions and getting the
target of a
2006 May 21
0
Mongrel as win32-service, round3.
Hello lists!
This is not spam, but included the 2 lists (mongrel-users and
win32utils-devel) because the both are involved.
Attached is the 3rd version of a simple http_service script used
previously to get the things right for the mongrel Rails service.
With the modifications Zed implemented the past days (into the beta
gem, 0.3.13). Now the service part works better.
Still, a few things must
2006 Aug 21
0
[ win32utils-Bugs-5479 ] Incorrect SetLastErrordeclarations
Fixed in CVS.
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of
> noreply at rubyforge.org
> Sent: Monday, August 21, 2006 5:44 AM
> To: noreply at rubyforge.org
> Subject: [Win32utils-devel] [ win32utils-Bugs-5479 ]
> Incorrect SetLastErrordeclarations
>
>
> Bugs
2005 Dec 04
0
[ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/
Shanko, I''ve assigned this one to you. :)
- Dan
________________________________
From: win32utils-devel-bounces at rubyforge.org on behalf of noreply at rubyforge.org
Sent: Thu 12/1/2005 7:25 AM
To: noreply at rubyforge.org
Subject: [Win32utils-devel] [ win32utils-Bugs-2918 ] docs and samples arealways installed in c:/ruby/
Bugs item #2918, was opened at 2005-12-01 08:25
You can
2006 May 15
0
FW: [Mongrel] Broken win32 service support for lastest mongrels.
Hi all,
I''ve forwarded this from the Mongrel mailing list to see if anyone has
any thoughts. In summary, Luis is hitting broken pipe errors on
occasion when he tries to stop a service. In a later email Luis
mentions that simply ignoring them might not always be the best idea,
since sometimes the service seems to no longer respond, even though it
still appears to be running fine.
Dan
2005 Sep 28
1
[ win32utils-Bugs-2532]Etc::Admin.configure_group problem
> -----Original Message-----
> From: win32utils-devel-bounces at rubyforge.org
> [mailto:win32utils-devel-bounces at rubyforge.org] On Behalf Of
> Park Heesob
> Sent: Wednesday, September 28, 2005 3:05 AM
> To: Development and ideas for win32utils projects
> Subject: Re: [Win32utils-devel] [
> win32utils-Bugs-2532]Etc::Admin.configure_group problem
>
>
> Hi,
2006 Feb 20
0
Win32 service and blocking code in service_main
Hello mailing list!
Sorry for the personal/private mail I sent to Daniel and Park, but
just a few minutes ago I subscribed to this list.
I have found the solution, for webrick, mongrel and other webserver
(well I guess).
If the code in service_main is blocked (like the webrick dispatcher),
the service_main function never exit/left, so service.mainloop never
terminates and service control
2008 May 17
2
Problem reading log with win32-eventlog - buffer too small
Hi all,
A user recently ran into an issue with win32-eventlog and the
EventLog#read method when reading a saved log file. It seems that
there''s an issue.
After some experimentation I found that the problem seems to be that the
initial buffer to ReadEventLog() in line 558 is too small, so it tries a
second call to ReadEventLog() with a larger buffer. The problem is that,
after I
2006 Jun 19
9
win32-service patch
Attached is a patch and my service.c if there is any difficulty
applying the patch. I did the following:
1. Created a ruby thread (Ruby_Service_Ctrl), that polls against a
simple integer value (protected by a critical section). I was worried
this would be "expensive"; however, I found the rb_thread_polling
method and it seems to work well.
2. When an event occurs in Service_Ctrl it
2004 Mar 01
0
RE: win32etc test failure
Excellent! Like I said, I really need to do some code cleanup. I''ll
also be adding the config_group and config_user methods :)
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 10:19 AM
To: Berger, Daniel
Subject: RE: [Win32utils-devel] RE: win32etc test failure
That worked !
Now everything is
2004 Mar 01
0
RE: win32etc test failure
For delete_user, try this patch:
etc.c, line 639:
- lpHost = (LPCWSTR)STR2CSTR(rbHost);
+lpHost = AllocWideLString(rbHost);
Lemme know how it goes.
Dan
-----Original Message-----
From: win32utils-devel-bounces@rubyforge.org
[mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
win32utils-devel@rubyforge.org
Sent: Monday, March 01, 2004 10:02 AM
To: Date, Shashank [Non-Employee]
Cc:
2005 Dec 01
1
service_cli.rb
Hi,
I just got done using win32/service to run a very small/hack-ish "Riki"
WEBrick service. Very cool stuff. Thanks.
So, in the process, I noticed a lot of the "control" start/install/etc.
command line parser stuff looked a bit boilerplate, so I pulled it out into
a helper function "service_cli" (for lack of a better name).
Its simple, but it allows me to do away
2006 Jan 05
7
[Fwd: [win32utils-help][6822] Eventlog problem]
Dang, I thought we solved this.
Any ideas?
Dan
PS - I realized after reading this I forgot to bump the version number
for 0.3.3 - I''ve uploaded a new zip file with the correct version number.
-------------- next part --------------
An embedded message was scrubbed...
From: alain Fioretti <noreply at rubyforge.org>
Subject: [win32utils-help][6822] Eventlog problem
Date: Thu, 5
2004 Nov 01
0
buffer size for win32-eventlog (was infiniteloop bug...)
Thank you very much. :)
Dan
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> win32utils-devel@rubyforge.org
> Sent: Friday, October 29, 2004 7:12 PM
> To: win32utils-devel@rubyforge.org
> Subject: Re:[Win32utils-devel] buffer size for win32-eventlog
> (was infiniteloop bug...)
2004 Oct 20
0
RE: Another Interesting
Excellent, thanks!
Dan
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> win32utils-devel@rubyforge.org
> Sent: Tuesday, October 19, 2004 7:42 PM
> To: win32utils-devel@rubyforge.org
> Subject: Re:[Win32utils-devel] RE: Another Interesting
>
>
> Hi,
> >
> >
2004 Mar 10
2
installing event.so
Minor goof in extconf.rb - fixed.
-----Original Message-----
From: win32utils-devel-bounces@rubyforge.org
[mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
win32utils-devel@rubyforge.org
Sent: Tuesday, March 09, 2004 10:53 PM
To: win32utils-devel@rubyforge.org
Subject: [Win32utils-devel] installing event.so
I tried installing win32-event and it installed in
c:\ruby\...\i386-msvcrt.