Displaying 20 results from an estimated 5000 matches similar to: "RE: BUG report: win32-process"
2004 Jan 26
1
Re: win32-service ideas
>From: "Park Heesob" <phasis@nownuri.net>
>To: "Shashank Date" <sdate@everestkc.net>, <djberg96@hotmail.com>
>CC: <win32utils-devel@rubyforge.org>
>Subject: Re: win32-service ideas
>Date: Sun, 25 Jan 2004 16:41:32 +0900
>
>Hi,
>
>In my computer, I can''t reproduce timeout error. :-)
>I have committed service.c adding
2004 Mar 01
0
RE: win32etc test failure
Yep, I agree. Well, what would you prefer? I handle it for you or you
handle it yourself? I''m tempted to go with the former because, well,
it''s been there for a while now. I can even use strtok to detect if
''\\\\'' is at the beginning of the string and add them only if not found.
I''ll have to take a look at delete user - it worked for add_user,
2004 Mar 01
0
RE: win32etc test failure
Ok - time for me to patch and update the docs! Thanks for the testing!
Dan
-----Original Message-----
From: Date, Shashank [Non-Employee]
[mailto:Shashank.Date@mail.sprint.com]
Sent: Monday, March 01, 2004 10:02 AM
To: Berger, Daniel
Subject: RE: win32etc test failure
I like your approach better: allow me to be lazy (so I am not _forced_
to give it) but forgive me if I do ;-)
It worked
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:
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 Jan 26
1
Re: win32-service ideas
>From: Shashank Date <sdate@everestkc.net>
>To: Daniel Berger <djberg96@hotmail.com>, phasis@nownuri.net
>CC: win32utils-devel@rubyforge.org
>Subject: Re: win32-service ideas
>Date: Sun, 25 Jan 2004 10:49:03 -0600
>
>Dan, Park,
>
> > Still nothing. The svc.log file never gets created. It''s definitely
> > choking on the StartService() call.
2005 Aug 11
4
win32-process + ruby-breakpoint = strangebehavior
> -----Original Message-----
> From: win32utils-devel-bounces@rubyforge.org
> [mailto:win32utils-devel-bounces@rubyforge.org] On Behalf Of
> Bill Atkins
> Sent: Thursday, August 11, 2005 8:39 AM
> To: win32utils-devel@rubyforge.org
> Subject: [Win32utils-devel] win32-process + ruby-breakpoint =
> strangebehavior
>
>
> I''m getting really strange
2006 Jun 18
0
[ win32utils-Bugs-4699 ] Service dependencies are not being created properly
Bugs item #4699, was opened at 2006-06-07 19:21
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=411&aid=4699&group_id=85
Category: win32-service
Group: Code
>Status: Closed
>Resolution: Accepted
Priority: 3
Submitted By: Scott Harper (sharperct)
Assigned to: Park Heesob (phasis68)
Summary: Service dependencies are not being created properly
Initial
2004 Jan 22
1
Latest win32-service error
I''m getting an error when I run the test2.rb script. I get this error:
C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb install
installed
C:\eclipse\workspace\win32-service-0.3.0\test>ruby test2.rb start
(Win32ServiceError)t'': Overlapped I/O operation is in progress.
from test2.rb:42
Any ideas?
Also, it looks like the output from ErrorDescription()
2004 Jan 26
1
Re: win32-service ideas
Park, Shashank,
It turns out I was doing something stupid with regards to Dir.chdir in
testing, which appears to be the reason it was failing.
It seems to work now. Hooray!
Shashank, I''ll take a look at your errors and see if I can nail them down.
The RPC message is one that I got from time to time, but from what I can
tell, it''s bogus or a system config/permissions
2005 Apr 27
0
[ win32utils-Feature Requests-872 ] Port of Win32::Screenshot
Feature Requests item #872, was opened at 2004-09-05 20:52
You can respond by visiting:
http://rubyforge.org/tracker/?func=detail&atid=414&aid=872&group_id=85
Category: None
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Daniel Berger (djberg96)
>Assigned to: Shashank Date (shashank)
Summary: Port of Win32::Screenshot
Initial Comment:
I think porting Petr
2024 Jun 09
2
Format
HI all,
My
I am trying to convert character date (mm/dd/yy) to YYYY-mm-dd date
format in one of the columns of my data file.
The first few lines of the data file looks like as follow
head(Atest,10);dim(Atest)
ddate
1 19/08/21
2 30/04/18
3 28/08/21
4 11/10/21
5 07/09/21
6 15/08/21
7 03/09/21
8 23/07/18
9 17/08/20
10 23/09/20
[1] 1270076 1
I am using the following
2019 Aug 10
0
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
On 10/08/2019 13:14, amitkuma--- via samba wrote:
> Hello,
>
> I am trying to use samba-tool to create OU on active directory.
>
> 1. Joined to domain.
> # net ads join -U <>
>
> 2. Listed GPO's on domain to check samba-tool script can pull the GPOs.
> # samba-tool gpo listall
> GPO : <>
> display name : test-Computers-GPO-1
> path
2019 Aug 10
2
samba-tool ou create "OU=del-ou, dc=atest, dc=com" fails with /var/lib/samba/private/sam.ldb: No such file or directory
Hello,
I am trying to use samba-tool to create OU on active directory.
1. Joined to domain.
# net ads join -U <>
2. Listed GPO's on domain to check samba-tool script can pull the GPOs.
# samba-tool gpo listall
GPO : <>
display name : test-Computers-GPO-1
path : \\atest.com\SysVol\atest.com\Policies\<>
dn :
2006 Aug 23
2
Rename folder bug dovecot-1.0RC6 ?
Dear All
can someone confirm this bug please ?
I am using Thunderbird 1.07, TB 1.5.0.4, Horde/IMP webmail as test clients,
all running on FC4.
Server is 1.0RC6 on CentOS 4 with maildir-sep set to ';'
To reproduce:
In your favourite mail client:
1. Create a top-level mail folder "atest"
2. Rename "atest" to "atest-extra" (basically
2003 Jun 07
3
tinc-1.0pre8 fails to compile on RH 9.0
Hi,
I had posted a similar question a few days back(but my mails started
bouncing back, when I tried to post to the newsgroup). So here is it
again.
My System: Rh 9.0 (2.4.20-13.9), openssl-0.9.7a-5, openssl-devel-0.9.7a-5
Autoconf tools: autoconf-2.57-3, automake-1.6.3-5
1. When I try to compile tinc-1.0 pre8 on my RH 9.0 system, it fails..
When I do a ./configure, it aborts saying:
2007 Mar 24
2
Two Problems while trying to aggregate a dataframe
Hello!
Given is an Excel-Sheet with actually 11,000 rows and 9 columns. I want
to work with the data in R. The contents are similar to my following
example.
I have a list with ID-number, personal name and two kinds of
loan-values. I want to aggregate the list, that for each person only one
row remains and where the loan-values are added.
First I tried some commands with tapply but had no
2009 Dec 27
1
gWidgets / RGtk2 - how to change a handler from a toolbar?
I want to assign a default handler to a toolbar button and change the
handler later.
The addhandlerclicked() method does not apply to a gAction Object, I
think...
defHandler <- function(h, ...) print("default")
w <- gwindow()
aTest <- gaction(label="Test", icon="open", handler=defHandler)
tblList = list( test = aTest )
toolBar = gtoolbar(tblList,
2008 Jun 06
1
Error Message (PR#11602)
Hello!
My Name is Jan Matthias and I am from Cologne University in Germany. I have=
problems with R , version 1.9.1.
I also use the package tcltk and follow the instructions from a command fil=
e which i will send with.
My problem is that the program always stops at the same step, showing diffe=
rent Error Messages sometimes. My Hope is that you have a suggestion what t=
he problem is and how
2004 Jan 24
1
Re: win32-service ideas
> I have worked for windows service routine and patched win32-service.
> I add Daemon class and the test file is test2.rb.
> It looks like following
<snip>
> Please test and add some comments and documents :-)
>
> Tomorrow is the first day of the year in the lunar calendar.
>
> Happy New Year!
Happy New Year, Park!
Unfortunately I haven''t had the time