-
Many thanks to Wiebe Tijsma for stepping in as new project administrator.
Alexis.
2005-02-15 18:05:16 UTC in Manage DB schema using XSD
-
Hello,
I was the original developer and owner of this project. I cannot continue to provide adequate support for this project, thus I'm looking for someone to take my place. If you're interested, please contact me at alexis at smirnov.ca
Thanks,
Alexis
http://weblog.smirnov.ca.
2005-02-01 13:13:18 UTC in Manage DB schema using XSD
-
So, in this particular instance I was connected to my ISP's DNS server. This server must be one of those servers that does in NS record in the responce.
I understand that dnsjava doesn't send NS records, but the question is - why does dnsjava interprets those optional NS records that could sometimes be included in the response?.
2004-10-31 13:21:12 UTC in dnsjava
-
I've recently investigated a problem involving dnsjava, DNS servers operated my ISP and a DNS server I own.
The problem can be summarized as follows:
Record[] r = new Lookup("a.domain.com", Type.A).run();
// r is not NULL
r = new Lookup("b.domain.com", Type.A).run();
// r is NULL
// Lookup returns error code TIME OUT
here, both DNS names (a and b) are actually...
2004-10-01 20:35:45 UTC in dnsjava
-
Logged In: YES
user_id=732675
Of course! Thank you Jacob!
scp works now. We can close this request.
2003-06-13 13:59:13 UTC in SourceForge.net
-
Logged In: YES
user_id=732675
The solution bjh21 provided has indeed solved this particular
problem, but i'm still unable to copy the file.
I'm now runnng scp command from c:\temp directory to avoid
neededing to specify the full path to the file I want to copy.
The following command:
C:\temp>scp -S t:/cygwin/bin/ssh.exe...
2003-06-13 13:11:35 UTC in SourceForge.net
-
Logged In: YES
user_id=732675
I've attached the file that in my uneducated opinion is
closest to ssh_config you were asking.
I don't have much experience with unix-based systems - i'm
sure you can tell by now :)
2003-06-06 13:47:49 UTC in SourceForge.net
-
Logged In: YES
user_id=732675
I'm not using shared keys.
I don't seem to have ssh_config file. I've serached my entire
disk drive for ssh_config as well as entire cygwin installation.
t:\cygwin\etc directory doesn't have ssh directory.
2003-06-06 13:43:18 UTC in SourceForge.net
-
We're also putting tests along with the code we're testing, but in a separate directory and namespace.
The tests (and the dependency on nunit) can be stripped when generating the distribution build.
See my weblog for the posting on the subject http://radio.weblogs.com/0112946/2003/05/28.html#a163
Alexis Smirnov
http://radio.weblogs.com/0112946.
2003-05-28 14:35:58 UTC in NUnit .Net unit testing framework
-
Logged In: YES
user_id=732675
The following command:
scp -v
alexissmirnov@shell.sourceforge.net:/home/groups/x/xs/xsd2
db/htdocs c:\temp\xsd2db-icon.GIF
generates the following output:
Executing: /usr/bin/ssh -v -x -o'FallBackToRsh no' -
o'ClearAllForwardings yes' -n -l alexissmirnov
shell.sourceforge.net scp -
v /home/groups/x/xs/xsd2db/htdocs
'c:\temp\xsd2db-icon.GIF'...
2003-05-28 12:40:38 UTC in SourceForge.net