Displaying 3 results from an estimated 3 matches for "azera".
Did you mean:
acera
2005 Jun 27
0
OT: Re: Your email requires verification verify#UWUgyaRs5eQ0Ozo94QTL8FjSRuQdWxt
Could someone remove "lists-rsync@azera.net" (most probably) from the list,
as people who subscribe to lists but require each and every poster to the
list to jump through hoops to have their messages delivered to the
person in question don't deserve a subscription...
Paul
On Mon 27 Jun 2005, drew@azera.net wrote:
> From:...
2004 Nov 19
0
[AustinJUG] Problem calling rsync from java on OSX
...g=/Users/dlippolt/.azerup/rsyncd.conf",
> "--port=2874"
> };
> Process child = Runtime.getRuntime().exec(commands);
> } catch (IOException e) {
> System.err.println (e);
> }
>
>-damon
>
>--- Drew Lippolt <lists-rsync@azera.net> wrote:
>
>
>
>>rsync and ajug lists,
>>
>>been pulling my hair out on this one.
>>
>>i have some java code which uses the Process object to spawn an rsync
>>
>>connection in --daemon mode.
>>
>>the exact same command executes...
2004 Nov 19
1
Problem calling rsync from java on OSX
rsync and ajug lists,
been pulling my hair out on this one.
i have some java code which uses the Process object to spawn an rsync
connection in --daemon mode.
the exact same command executes properly when run from outside java (i.e
.on the command line) on osx. it also executes correctly from within
java on linux using a similar jdk (sun 1.4.1 vs sun 1.4.2 for osx)
here is example code: