Displaying 20 results from an estimated 2000 matches similar to: "rsync breaks suddenly while syncing"
2005 Jul 20
0
rsync breaks suddenly
Hi,
I am trying to mirror a suse part with rsync -tvvvvvvrl
--delete-excluded --stats --progress --exclude i386/9.1-personal-iso/
--exclude i386/live*/
ftp.gwdg.de::pub/linux/suse/ftp.suse.com/suse/i386/
/var/ftp/pub/suse/i386 2&> rsync.log
Randomly it hangs and after about 15 minutes I am getting an error. I've
copied the last lines of my log:
set modtime of
2016 Jun 20
0
netbook screen suddenly goes black
Fred Smith wrote:
> On Mon, Jun 20, 2016 at 02:59:29PM -0400, Jon LaBadie wrote:
>> On Mon, Jun 20, 2016 at 08:58:54AM -0400, Fred Smith wrote:
>> > On Mon, Jun 20, 2016 at 01:34:30PM +0300, ????????? ???????? wrote:
>> > > >Can anyone of you provide further hints on what I should be looking
>> > > >for or at?
>> > >
>> > > Is
2016 Jun 20
0
netbook screen suddenly goes black
Fred Smith wrote:
> On Mon, Jun 20, 2016 at 04:13:35PM -0400, m.roth at 5-cent.us wrote:
>> Fred Smith wrote:
>> > On Mon, Jun 20, 2016 at 02:59:29PM -0400, Jon LaBadie wrote:
>> >> On Mon, Jun 20, 2016 at 08:58:54AM -0400, Fred Smith wrote:
>> >> > On Mon, Jun 20, 2016 at 01:34:30PM +0300, ????????? ???????? wrote:
<snip>
>>
>> Hooold
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
After some reorganization, we would like to announce the availability
on CRAN of a new version (1.6) of our package "distr" as well as the
availabilty on CRAN of the new packages "distrEx", "distrSim",
"distrTEst", "RandVar".
-----------------------------------------------------------------------------------------
Changes from 1.5 to 1.6
-[former
2005 Oct 22
0
after package reorganization: version 1.6 of package "distr" available; new packages "distrEx", "distrSim", "distrTEst", "RandVar"
After some reorganization, we would like to announce the availability
on CRAN of a new version (1.6) of our package "distr" as well as the
availabilty on CRAN of the new packages "distrEx", "distrSim",
"distrTEst", "RandVar".
-----------------------------------------------------------------------------------------
Changes from 1.5 to 1.6
-[former
2003 Jul 04
2
(PR#3400)
Martin Maechler asked me to restate my problem.
Compiling the file (slightly modified w.r.t. the formerly
attached file) that can be found at
http://www.geo.uni-bayreuth.de/~martin/filetransfer/xswms2d.Rd
terminates with the error message
******* Syntax error: mismatched or missing brackets in
/-----
.....
\-----
when compiled by
R CMD Rdconv -t txt xswms2d.Rd
However, the file does
2002 Mar 01
1
fft
Hi,
I have problems when calling fft_factor and fft_work directly in my
C-code. Martin Maechler already told me that I should not do this --
anyway, the code works fine if the length of the vector is a multiple
of 2,3,5.
If the length of the vector has different form I get, in some cases, a
segmentation fault when work and iwork are freed (I use C's malloc to
allocate memory for work and
2004 Apr 26
0
New package: distr
We would like to announce the availability on CRAN of a new package distr .
It is to provide a conceptual treatment of random variables (r.v.'s) by
means of
S4--classes. A virtual mother class "Distribution" is introduced.
All distributions of the "base" package are implemented as subclasses of
either "AbscontDistribution" or "DiscreteDistribution".
2004 Apr 26
0
New package: distr
We would like to announce the availability on CRAN of a new package distr .
It is to provide a conceptual treatment of random variables (r.v.'s) by
means of
S4--classes. A virtual mother class "Distribution" is introduced.
All distributions of the "base" package are implemented as subclasses of
either "AbscontDistribution" or "DiscreteDistribution".
2005 Mar 31
0
version 1.5 of package "distr" available
We would like to announce the availability on CRAN of a new version (1.5)
of our package "distr" .
-----------------------------------------------------------------------------------------
Changes from 1.4 to 1.5
-package is now using /lazy loading/
-minor changes in the help pages
-minor enhancements in plot for distributions
(Gamma, discrete distributions)
-package now includes a
2005 Mar 31
0
version 1.5 of package "distr" available
We would like to announce the availability on CRAN of a new version (1.5)
of our package "distr" .
-----------------------------------------------------------------------------------------
Changes from 1.4 to 1.5
-package is now using /lazy loading/
-minor changes in the help pages
-minor enhancements in plot for distributions
(Gamma, discrete distributions)
-package now includes a
2004 Sep 27
0
new version of package "distr" available
We would like to announce the availability on CRAN of a new version (1.4)
of our package "distr" .
-----------------------------------------------------------------------------------------
Changes from 1.3 to 1.4
-To avoid name collisions with short forms for TRUE and FALSE: classes T
and F (T- and F-distributions) renamed to Td and Fd
-The package is now loaded as a binary =>
2004 Sep 27
0
new version of package "distr" available
We would like to announce the availability on CRAN of a new version (1.4)
of our package "distr" .
-----------------------------------------------------------------------------------------
Changes from 1.3 to 1.4
-To avoid name collisions with short forms for TRUE and FALSE: classes T
and F (T- and F-distributions) renamed to Td and Fd
-The package is now loaded as a binary =>
2003 Jul 04
1
R documentation -- buffer overflow? (PR#3400)
Hi,
I have attached a larger Rd file that causes an error when
compiled by
R CMD Rdconv -t txt xswms2d.Rd
(for example). If the size is reduced the error vanishes,
see the lines 230 and 527 in the file.
I could not find an error within my text and so my guess
is that there is some buffer overflow within the compiler.
If it is me who has caused the error please let me know --
and many
2001 Jun 12
1
help(PackageName)
Dear R Core Team,
I'm wondering whether it is useful that every package should allow
for help(PackageName), giving some general information about the
package (more/nicer than library(help=PackageName)). This man page
may include some mathematical or statistical background, or contain
a guideline for the package.
Cheers,
Martin
--
Martin Schlather email:
2001 Mar 13
1
.C-calls
Dear all,
(sorry I got the wrong button for subscribing a minute ago)
At the moment I'm writing on a package for random field
simulation that I'd like to make publically availabe
in near future.
To this end I've asked Martin Maechler to have a look
at my R-code. He was very surprised about how
I perform the ".C"-calls, and encouraged me to
make this request for comments.
2001 Mar 14
0
segmentation fault of unknown cause (PR#877)
Dear all,
Paulo Ribeiro, p.ribeiro@lancaster.ac.uk, and myself noticed
that R sometimes breaks down with a segmentation fault of
(at least for us) unknown course. (We've read #411 and #671
in the bug report on "optim" -- the problem described
there sounds familiar; but we have not found any hint on a
segmentation fault.)
Please find at the very end of this email the file
2002 Oct 02
2
output from script
Hi,
perhaps the answer to my question is obvious and I didn?t find it because I?m new to R ...
The problem is as follows:
I read some data from file, do some commands which are well processed and finally make some graphics. OK
Then I put these commands together in a *.R file which I can process ...
Among these i. e. is
sum_input = summary(mydatatable)
sum_input
.....
plot(mydatatable)
What
2001 Jun 25
0
TrueType-font (codeweavers)
Hi,
I'm using a special middle-high-german truetype-font, which is using the
characters 128-159. But Linux/unix is using this part of the font for a
copy of the special-characters 0-32.
Is there any possibility to get access to this character-range in wine, or
in Linux itself?
(Suse 7.0, KDE 2.1, Xfree 4.0.3)
--
Tsch??,
Ralf
* Dr. Ralf Schlechtweg-Jahn
* University of Bayreuth,
2002 Apr 04
3
assign, documentation (PR#1434)
Hi,
The help for `assign' says
In all the assignment operator expressions, `x' can be a name or
an expression defining a part of an object to be replaced (e.g.,
`z[[1]]'). The name does not need to be quoted, though it can be.
So I would expect that by
a<-1:4
assign("a[1]",2)
the first component of a gets the value 2, but the object "a[1]" is