Displaying 4 results from an estimated 4 matches for "caspur".
Did you mean:
casper
2002 Sep 25
4
pulling data from the server
Hi all,
I have started the rsync in deamon mode. When I use the following
command:
rsync --port 9876 u018::treeA
it seems to work fine but no files are copied from the server.
Using rsync without the deamon works fine.
I tried to debug it a little bit, but I am unable to figure out what's
wrong.
337:david@u050 /export/treeA> rsync -r -vvv --port 9876 u018::treeA
opening tcp
2001 May 17
2
Win dll used with a Linux executable
Hi,
I would like to use a TI dll used to communicate with TMS 320C6211 DSK with
my own program written under Linux. Does anybody knows if it is possible
(and how) to use (link) a Windows dll in a Linux program ??
Ciao,
Riccardo Cerulli-Irelli
2007 Mar 27
0
xen + vlan: works but...
Hi,
I''ve setup a Xen server host (suse, xen 3.0.2) with vlan as follows:
server-eth0 <-> vlanXY <-> vbridgeXY <-> domU-eth0
That is: vlan''s are managed in the physical host (for better security).
The setup is working, i.e. I can connect to/from domU-eth0 from hosts in
the same vlan.
The problem is: it seems I loose "many" packets.
2007 Dec 13
0
RMySQL with Xampp could never work?
Hello everybody, i had a big issue with RMySQL,
working on an installation of R on multiple nodes via net file-system.
The point is that we installed Xampp as suite for mysql, perl, apache
and php on every node, and we need to use R scripts with mysql.
Xampp doesn't compile anything, it gives you pre-compiled binaries all
linked together, you just extract from a tarball.
At my first try,