search for: doc

Displaying 20 results from an estimated 44945 matches for "doc".

Did you mean: do
2003 Jan 21
1
re: website samba.org is missing most of the documentation?
Although I've installed samba-common, -server, -doc version 2.2.7a (from the Mandrake 9 distribution), thr -doc RPM is broken since it actually didn't install any of the files it claimed it would. No problem, I thought, I'll just read it online. Except for some reason, in his/her infinite wisdom, your webmaster has apparently decided not t...
2005 Feb 24
1
Problems with html help system: help.start()
.... Thanks John Sorkin R intalled using YUM under Red Hat Fedora Core 3. Computer: Dell Latitude C400. help.start()Making links in per-session dir .../usr/lib/R/share/sh/help-links.sh: line 9: /usr/lib/R/bin/mkinstalldirs: No such file or directory ln: creating symbolic link `/tmp/RtmpxI5110/.R/doc/manual' to `/usr/lib/R/doc/manual': No such file or directoryln: creating symbolic link `/tmp/RtmpxI5110/.R/doc/html' to `/usr/lib/R/doc/html/R.css': No such file or directoryln: creating symbolic link `/tmp/RtmpxI5110/.R/doc/html' to `/usr/lib/R/doc/html/about.html': No suc...
2020 Aug 12
10
[PATCH 0/9] Adaptations to Weblate
...he Fedora instance, in particular) for translations instead of Zanata. Adapt our tooling a bit to the different workflow: - Weblate takes care of updating the po files whenever a new translation catalog is available, so stop doing that on our own: this meant also tweaking the po4a usage for POD documentations, resulting in simpler rules (IMHO) - ensure that the references to sources files in translation catalogs are relative to the top-level directory, so Weblate (and users too, actually) can properly locate the sources - regenerate the catalogs - drop references to Zanata Pino Toscano...
2019 Aug 29
3
404s within LLVM documentation
Hi all, I'm currently in the process of updating the Kaleidoscope tutorials (first and foremost, the ORC/BuildingAJIT ones), and I've noticed a fair few 404s which are lingering within the current visible documentation. Some of these don't seem to have linked to existing pages for a while. I was wondering if there was a way to set up a check in the buildbot to ensure that documentation doesn't break between builds? I'm happy to fix the current dead links I've found (see below) but thoug...
2006 Jan 22
4
SeBackupPrivilege
We're using Samba 3.0.21a-1 on a CentOS 4.2 server (kernel 2.6.9-22.0.2.ELsmp); everything works more or less fine, it's functioning as the PDC with an OpenLDAP back end (setup essentially straight from the Idealx.org playbook), etc. We're trying to mount Windows shares to back them up, and getting "permission denied" errors when trying to read certain files from those
2019 Dec 11
2
[PATCH 1/2] podcheck: __INCLUDE:file.pod__ and __VERBATIM:file.txt__ in POD files.
Make sure the pod checker script can deal with the newer additions of podwrapper.pl. Followup of commit 46e59e9535c2fcd1c188464b5249a249f22af1a0. --- podcheck.pl | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/podcheck.pl b/podcheck.pl index 527a2e47d..795fe0e9b 100755 --- a/podcheck.pl +++ b/podcheck.pl @@ -83,6 +83,15 @@ used where the POD includes
2006 Feb 22
1
FC4 and yum install; how to configure questions
I installed FC4, ran command, # yum install asterisk. A bunch of stuff happened, but can't locate .conf files. I have a list of files: /usr/share/doc/asterisk-1.2.4/configs/features.conf.sample /usr/share/doc/asterisk-1.2.4/configs/rtp.conf.sample /usr/share/doc/asterisk-1.2.4/configs/extensions.conf.sample /usr/share/doc/asterisk-1.2.4/configs/logger.conf.sample /usr/share/doc/asterisk-1.2.4/configs/iax.conf.sample /usr/share/doc/asterisk-1.2.4...
2015 Nov 24
0
Google Ads in rsyslog documentation files
Hi all, I know this comes from upstream (and most likely from the rsyslog project itself), but what's your opinion about Google Ads in system documentation files? > [peckel at mucnvjmppmtr01 ~]$ cat /etc/redhat-release > Red Hat Enterprise Linux Server release 6.7 (Santiago) > [peckel at mucnvjmppmtr01 ~]$ grep google /usr/share/doc/rsyslog-5.8.10/* > /usr/share/doc/rsyslog-5.8.10/rsyslog_secure_tls.html:google_ad_client = &qu...
2019 Dec 17
5
[PATCH 0/3] Various dist/build fixes
...#3 applies also to the virt-v2v repository, and will be committed there too (with references to the libguestfs commit). Pino Toscano (3): inspector: ship the actual test script tests: fix srcdir references build: fix make implicit dependencies on ml/mli files align/test-virt-alignment-scan-docs.sh | 2 +- builder/templates/Makefile.am | 4 +++- builder/templates/validate.sh | 4 ++-- builder/test-docs.sh | 4 ++-- builder/test-virt-index-validate.sh | 10 +++++----- cat/test-docs.sh | 10 +++++-...
2005 May 03
2
r-doc-html link problems
Hello! I have a Debian package r-doc-html 2.1.0-1 and I can't find the HTML files of manuals. Contents of the package are: $ dpkg -S r-doc-html r-doc-html: /usr/share/doc/r-doc-html/changelog.Debian.gz r-doc-html: /usr/share/doc/r-doc-html/manual/R-data.html r-doc-html: /usr/share/doc/r-doc-html/manual/R-lang.html r-doc-html: /us...
2007 Mar 16
0
5 commits - doc/Makefile.am doc/swfdec-docs.sgml doc/swfdec-sections.txt libswfdec/swfdec_loader.c libswfdec/swfdec_player.c
doc/Makefile.am | 20 ++++++++++++++++++-- doc/swfdec-docs.sgml | 1 + doc/swfdec-sections.txt | 18 +++++++++++++++++- libswfdec/swfdec_loader.c | 15 +++++++++++++++ libswfdec/swfdec_player.c | 8 ++++++++ 5 files changed, 59 insertions(+), 3 deletions(-) New commits: di...
2019 Dec 11
0
[PATCH 2/2] tests: fix podcheck tests
Pass to the various podcheck invocations the paths with POD files that are included. Followup of commit 46e59e9535c2fcd1c188464b5249a249f22af1a0. --- cat/test-docs.sh | 13 +++++++++---- customize/test-virt-customize-docs.sh | 1 + diff/test-virt-diff-docs.sh | 1 + edit/test-virt-edit-docs.sh | 3 ++- fish/test-docs.sh | 4 +--- fuse/test-docs.sh | 3 ++- get-k...
2013 Sep 17
2
processing of /vignettes and /inst/doc
It is stated in R-exts that Sweave files (.Rnw) are either processed in /vignettes or /inst/doc, not both. Furthermore, it is stated that external manuals and other files in /inst/doc will be installed. This behaviour has been used to deal with the situation where a package has two "vignettes", one that is easily processed and one that has a long running time. This could be done...
2019 Oct 01
1
[libnbd PATCH] docs: Add libnbd-security(1) man page
Copies heavily after a similar addition recently made in nbdkit. --- I'm not sure if .1 or .3 fits better for the man page. With nbdkit, .1 made sense because 'nbdkit' is a standalone program; but with libnbd, our only standalone is nbdsh, yet naming it nbdsh-security seems off. docs/Makefile.am | 7 +++++++ docs/libnbd-security.pod | 32 ++++++++++++++++++++++++++++++++ docs/libnbd.pod | 1 + Makefile.am | 1 + .gitignore | 3 ++- SECURITY | 14 ++++++++++++++ 6 files changed, 57 insertions(+), 1 deletion(-) cre...
2019 Feb 12
2
docs-llvm-html broken?
Hi, docs seem to be broken. e.g. r353563 adds docs for callbr, but https://llvm.org/docs/LangRef.html doesn't have it. trying to build the docs manually on my box: ninja docs-llvm-html FAILED: docs/CMakeFiles/docs-llvm-html cd /usr/local/google/home/kcc/llvm-build/docs && /usr/bin/sphinx-buil...
2006 Sep 14
1
Possiible Bug ? indexWriter#doc_count counts deleted docs after #commit
I''m playing with "updating" docs in my index, and I think I''ve found bug with IndexWriter counting deleted docs. Script and output follow: ===== require ''rubygems'' require ''ferret'' p Ferret::VERSION @doc = {:id => ''44'', :name => ''fred'', :ema...
2008 Feb 06
1
Rsync Hang with multiple files
...In essence I can rsync a couple of files successfully and dry-runs work fine, so I believe it is in the file trasnfer. Using the following syntax: rsync -avc -e "ssh -i /home/userxxx/rsync-key/" user@remote-server:/path/Issue14/ /local-path/ If I modify the remote path to be /0*.doc which is about 5 files, then it works fine, but not with the entire path (about 30 files = ~ 4.22MB) The local and remote straces are as follows: Here is the local strace: execve("/usr/bin/rsync", ["rsync", "--daemon", "--no-detach"], [/* 32 vars */]) = 0 u...
2015 Jan 26
2
Building rinstaller using R-devel (3.2.0-to-be) halts when trying to copy html files
As the build process, especially for Windows, is changing significantly for R 3.2.0, I am trying to build R-devel in preparation. When running `make rinstaller`, I get the following error: cp -p ../../../etc/x64/Makeconf R-devel/etc/x64 mkdir -p R-devel/doc cp -p ../../../doc/CRAN_mirrors.csv R-devel/doc mkdir -p R-devel/doc/manual/images cp -pR ../../../doc/html R-devel/doc cp -p ../../../doc/manual/*.html ../../../doc/manual/*.pdf \ R-devel/doc/manual cp: cannot stat '../../../doc/manual/*.html': No such file or dir...
2014 Aug 25
0
[PATCH envytools] demmio: Add decoding of some MEM_TIMINGS registers for NVC0.
...4 insertions(+), 3 deletions(-) > > diff --git a/rnndb/memory/nvc0_pbfb.xml b/rnndb/memory/nvc0_pbfb.xml > index 500cea9..e006dbe 100644 > --- a/rnndb/memory/nvc0_pbfb.xml > +++ b/rnndb/memory/nvc0_pbfb.xml > @@ -49,23 +49,54 @@ > Most bitfields are unknown. > </doc> > <bitfield high="7" low="0" name="RP"> > - <doc> RAS# precharge. </doc> > + <doc> RAS# Precharge. </doc> > </bitfield> > <bitfield high="15" low="8" name="RAS">...
2015 Aug 21
2
Formatting Contents
...ail.com>: >>> >>>> Hello, >>>> how could i rename [[TableOfContents(3)]] macro, so that it displays >>>> translated term? >>>> Zeljko >>>> >>>> _______________________________________________ >>>> CentOS-docs mailing list >>>> CentOS-docs at centos.org >>>> http://lists.centos.org/mailman/listinfo/centos-docs >>>> >>>> >>> _______________________________________________ >>> CentOS-docs mailing list >>> CentOS-docs at centos.org...