Displaying 20 results from an estimated 100 matches similar to: "rsync 2.6.7 not excluding whole directories"
2006 Mar 17
0
Patch for 2.6.7 (affects --exclude used with --relative)
For anyone combining --exclude with the --relative option and/or for
those who have packaged 2.6.7 binaries:
Please apply the following one-line patch to the code. It fixes a bug
where an absolute --exclude without wildcards would fail to match if
--relative is in effect.
--- exclude.c 28 Jan 2006 00:14:02 -0000 1.128
+++ exclude.c 13 Mar 2006 01:49:56 -0000
@@ -562,7 +562,7 @@ static int
2006 Mar 17
0
Patch for 2.6.7 (affects --exclude used with --relative)
For anyone combining --exclude with the --relative option and/or for
those who have packaged 2.6.7 binaries:
Please apply the following one-line patch to the code. It fixes a bug
where an absolute --exclude without wildcards would fail to match if
--relative is in effect.
--- exclude.c 28 Jan 2006 00:14:02 -0000 1.128
+++ exclude.c 13 Mar 2006 01:49:56 -0000
@@ -562,7 +562,7 @@ static int
2010 Apr 09
0
SID to UID conversion problem
Hi folks!
I have a problem with SID to UID translation on one of my domainmember servers
since I use a newer version of samba (3.4.0). The PDC is running samba 3.0.28
and uses LDAP.
On the domainmember everything is working as expected (login with domain user,
wbinfo -u, wbinfo -g) but when it comes to convert the SID to UID it fails:
$ wbinfo -S S-1-5-21-2106500839-766785134-2740805053-6093002
2005 Sep 05
12
TeX distribution on Windows
I'm looking for a Windows distribution of TeX that works with R, after a
few years' absence from Windows. On Duncan Murdoch's Rtools page fptex is
still recommended, but it turns out that fptex is "defunct" as of May 2005,
see
http://www.metz.supelec.fr/~popineau/xemtex-7.html
So, what is suggested? TUG (tug.org) recommends something called proTeXt,
which is said to be
2019 Dec 23
1
Trouble using reverse dsync backup (log in successful but almost nothing happens)
I am migrating an old dovecot 2.2.30 (macOS High SIerra, macO S Server) to a new server with dovecot 2.3.7 (macOS Mojave, macports).
To get the data over, I?m trying to do a reverse backup with doveadm between an old and a new mail server, but failing to do so. I?m trying (from the new server, the old server is 192.168.2.67):
doveadm -Dv \
-o imapc_host=192.168.2.67 \
-o imapc_user=gerben \
2011 Mar 25
1
Rd2pdf and Rd2dvi don't find texi2dvi
Hello everybody
I'm am trying to build a pdf out of the Rd files that i wrote for a package, so that I can attach it to my thesis.
if i Run Rd2pdf (or Rd2dvi) I get this error massage:
Hmm ... looks like a package
Converting Rd files to LaTeX .
Creating pdf output from LaTeX ...
Error in texi2dvi("Rd2.tex", pdf = (out_ext == "pdf"), quiet = FALSE, :
Running
2025 Feb 02
1
R CMD check error: File `inconsolata.sty' not found
R CMD check <package> gives me below message at the end. There does not seem to be a problem with my TeX installation. Is it possible that R CMD check is not looking in the correct location? How can this problem be fixed?
Thanks,
Naresh
* checking PDF version of manual ... WARNING
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! LaTeX
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
hi all,
i've been struggling with setting appropriate rules for an SMTP-server
behind by NAT'd firewall.
it's not that there is too little info on the web -- or here, for that
matter -- there's scads of it for seemingly endless configs/req'ts --
none that seem to be exactly my own.
bottom line: i'm a bit confused, and looking for some experienced
advice.
my goals (for
2006 Oct 06
1
sparklines in lattice
Dear R-help,
Has anyone implemented sparklines in the strips of a lattice plot? What I have in mind is, say, highlighting that part of a time series that one is examining in more detail in a set of lattice plots.
Regads,.
Mark Difford.
PS: (Andreas Loffler has implemented a simple but functional version for
TeX/LaTeX:
http://www.tug.org/tex-archive/help/Catalogue/entries/sparklines.html)
2020 Feb 17
0
R-3.6.2 make check fails
On Fri, 14 Feb 2020, Barris, Wes wrote:
> I have been able to build previous versions of R up to and including 3.5.3 successfully. Starting with 3.6.0
> the "make check" step fails with errors relating to "pdflatex" being missing. So, I installed texlive-latex
> (and the 100 other rpm dependencies) then tried rebuilding R. "make check" continues to fail.
2011 Nov 18
0
Sweave
Dear all,
I'm trying to use sweave, but running the demo example, I got problem.
First, I'm realluy a beginner with LaTeX and sweave, so sorry if my question seems weird.
First I've installed mactex distribution :
http://www.tug.org/mactex/2011/
I've set up the "SWEAVE_STYLEPATH_DEFAULT" environnement variable to TRUE into my .Renviron file
(So as the compilation
2012 May 25
2
How to set symbolic link correctly so that LaTeX finds Sweave?
Hi,
I recently switched from Mac OS X (after 7 years) to Xubuntu 12.04 and I am
quite happy with it so far. I first installed R from source but I was somehow
missing certain things and I thus decided (after a new Xubuntu installation
which I had to make due to other reasons) to install R the "Ubuntu way":
,----[ R installation: ]
| 1) sudo emacs /etc/apt/sources.list
| 2) add:
| deb
2020 Feb 17
1
R-3.6.2 make check fails
Thanks. Here are my results for the commands you list:
> which pdflatex
/bin/pdflatex
> rpm -qf /usr/bin/pdflatex
texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
> cat /etc/redhat-release
CentOS Linux release 7.7.1908 (Core)
> rpm -qi texlive-latex-bin-bin-svn14050.0-43.20130427_r30134.el7.noarch
Name : texlive-latex-bin-bin
Epoch : 2
Version :
2020 Feb 17
1
R-3.6.2 make check fails
You're definitely missing bits of texlive. Lots of "missing file: mf" in
your debug logs.
I think you need to start with installing texlive-metafont.
Alternately, there are pre-built R 3.6.2 packages for EL-7 here:
https://koji.fedoraproject.org/koji/buildinfo?buildID=1421894
I cannot push them as official updates to EPEL because of the catch-22
created by R's dependency on
2007 Jun 01
10
SMART
On Solaris x86, does zpool (or anything) support PATA (or SATA) IDE
SMART data? With the Predictive Self Healing feature, I assumed that
Solaris would have at least some SMART support, but what I''ve googled so
far has been discouraging.
http://prefetch.net/blog/index.php/2006/10/29/solaris-needs-smart-support-please-help/
Bug ID: 4665068 SMART support in IDE driver
2025 Feb 08
0
R CMD check error: File `inconsolata.sty' not found
This is about LaTeX install and not about R. My problem was multiple installations of LaTeX: first using MacTex, then newer version using texlive. I had also tried to install then uninstall using MacPorts. It seems MacPorts uninstall was not clean. I had to manually delete several sym links. MacTex install inserts /etc/paths.d/TeX, which has the path /Library/TeX/texbin. So to get TeX to use
2018 Jul 20
2
SSSD on CentOS 7 failing to start when connecting to 4.8.3 AD via LDAP
I've been going around in circles with this for days and I'm stuck. I'm
trying to run up a new AD environment with only Samba 4.8.3 servers that
we'll authenticate user server access against via SSSD/LDAP using a simple
bind. All of our servers are either CentOS 6 or 7.
I've created a test environment with a single Samba AD 4.8.3 server as the
AD server, a Windows 7 client
2007 Jun 20
1
Help With Sweave:
Hi All,
I am running Ubuntu Feisty (7.04) on a Thinkpad T41. I've installed
the nowebm package for Ubuntu. Working from this HowTo:
http://www.ci.tuwien.ac.at/~leisch/Sweave/example-1.Snw
I try to compile the example *.Snw as in the Sweave manual:
mdj at lapmdj:~/Desktop/Sweave/example1$ noweb example-1.Snw
Can't open output file
Despite the error, a *.tex file is produced. Now I am
2004 Sep 28
3
S latex listings
Hello,
I would like to insert S code to my latex document. I was looking for a
listings package that supports S. In www.r-project.or in the
software/other section there is an item with a link to latex package
listings, but it seems that the link is broken. Does anybody know an
alternative to get the package?
Thanks in advance,
2010 Aug 16
2
How to make flowchart in R?
I have a large dataset and I would like to make some kind of flowchart
from this dataset. The idea is to show rowcounts from data subsets:
data1
rows= 100000
|
/ \
/ \
males females,
rows=500000 rows=500000
/\
/ \