Displaying 6 results from an estimated 6 matches for "mannor".
Did you mean:
manner
2003 Dec 20
1
rsync "hang"
...copied to a second non-mirrored partition.
It was during this second stage that rsync hung.
There was nothing particularly odd about the files being moved,
not size nor content. They where in fact the unzip of the 8_Recommended
patch set.
We have been coping one partition to another in this mannor for
several months using this procedure (extracted from larger procedure).
echo "Copy /bk1-dbX files to /bk2-dbX"
foreach DBX (db1 db2 db3)
set FDIR="/bk1-$DBX/oracle"
set TDIR="/bk2-$DBX/oracle"
echo "Copy of $DBX files from bk1 to bk2"
ech...
2000 Sep 27
1
Wrapping R for windows in a com dll
Dear R Community,
I am trying to create a com dll wrapper for R in a mannor similiar to the R
Com Server by Thomas Baier except that I would much rather avoid using the
proxy dll ("Rproxy.dll"). Perhaps I don't really understand the reason for
going throug the proxy in the first place, but it seems like an unnecessary
indirection for an application which is n...
2000 Sep 27
0
Wrapping R for windows in a com dll
Dear R Community,
I am trying to create a com dll wrapper for R in a mannor similiar to the R
Com Server by Thomas Baier except that I would much rather avoid using the
proxy dll ("Rproxy.dll"). Perhaps I don't really understand the reason for
going throug the proxy in the first place, but it seems like an unnecessary
indirection for an application which is n...
2004 Nov 18
4
SJava
I failed to build SJava dure to teh error below. Any ideas?
# R CMD INSTALL -c SJava_0.68-0.tar.gz
* Installing *source* package 'SJava' ...
checking for java... /opt/j2sdk1.4.2_06//bin/java
Java VM /opt/j2sdk1.4.2_06//bin/java
checking for javah... /opt/j2sdk1.4.2_06//bin/javah
Looking in /opt/j2sdk1.4.2_06/include
Looking in /opt/j2sdk1.4.2_06/include/linux
checking for g++... no
2006 Jul 31
0
Rest and Mime Types
...t that I can create a new person".
One more example.
POST /people/1
Accept: text/html
This says "Save person with id ''1'' in a manner accepts HTML forms" while:
POST /people/1
Accept: application/x-closed
says "Save person with id ''1'' in a mannor that closes it"
We could even use the file extension trick since sending Accept headers
can sometimes be difficult. So we might have:
GET /people.new
GET /people/1.edit
POST /people/1.closed
Of course all of this would map to the same actions in your controllers
as they do now. In the end...
2005 Jan 03
2
Attempting To Recover, fsck infinite looping on me
Hey all,
Had a power failure and subsequent ext3 disk corruptions. Attempting
to fix, but not working.
Its a 120 gig IDE disk, 3 partitions. /boot, /, and swap.
Basically can't boot up since the box can't get to the system files
in /usr/ or anything.
So I'm booting off of a FC2 disk 1 in recovery mode and trying to fix
the filesystem with e2fsck
The boot partition cleaned up