search for: manly

Displaying 20 results from an estimated 20628 matches for "manly".

Did you mean: mainly
2005 Sep 24
1
Encrypt some services with ipsec
Hi all, I have two prodction servers with FreeBSD 5.4 (all security patches are applied). They running some services like dns, ssh, http, ftp, etc. But I woukd like to encrypt some services for some hosts with ipsec when it is accessed. For example: - DNS resolution: not encrypted. - DNS replication master-slave: encrypted by ipsec. - Telnet: encrypted by ipsec for some hosts. Deny
2017 Oct 03
2
R CMD Rd2pdf and macros
When I run R CMD Rd2pdf on the man pages of a package, ie R CMD Rd2pdf man I get Converting Rd files to LaTeX Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment = FALSE, : man/mpra-package.Rd:6: unknown macro '\packageTitle' Warning in parse_Rd("man/mpra-package.Rd", encoding = "unknown", fragment = FALSE, :
2010 Aug 04
1
error with ReadAffy()
Hi!I'm doing a little data importing from .cel files, > setwd("/home/mandova/celfiles") > mydata<-ReadAffy() Error in sub("^/?([^/]*/)*", "", filenames, extended = TRUE) : unused argument(s) (extended = TRUE) Then I tried > filenames<-paste("GSM",c(seq(138597,138617,1)),".cel",sep="") >
2012 Jun 18
1
Understanding rsync --delete behavior
Hi, When running an rsync command of the form: $ rsync -avn --delete remotehost:/mnt/volsw_dev/AS5/ /mnt/volsw_dev/AS5 rsync wants to delete a slew of files and directories. Partial output includes, for example: deleting AS5/zeromq/2.2.0/share/man/man7/zmq_tcp.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_pgm.7 deleting AS5/zeromq/2.2.0/share/man/man7/zmq_ipc.7 deleting
2010 Jun 12
1
CentOS 5 Update error
Hi, I get the following error while installing the newest centos patches. [root at gateway ~]# yum update Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: centos.intergenia.de * base: centos.intergenia.de * extras: centos.intergenia.de * updates: centos.intergenia.de Setting up Update Process Resolving Dependencies --> Running transaction check --->
2004 Feb 26
2
Trouble with install, still
I've tried building it on a server that I know has pretty much every library possible for a program to need, but I'm still not getting a good samba install. I'm on white-dwarf linux (kernel 2.4.25), gcc 3.3.2, Samba 3.0.2a White-dwarf is home-grown, very much like slackware. When I configure and make and make install, I don't get any errors, but I when I look for some files
2001 Sep 21
0
[RHSA-2001:072-14] Updated man package fixing GID security problems.
--------------------------------------------------------------------- Red Hat, Inc. Red Hat Security Advisory Synopsis: Updated man package fixing GID security problems. Advisory ID: RHSA-2001:072-14 Issue date: 2001-05-28 Updated on: 2001-09-06 Product: Red Hat Linux Keywords: man setgid heap overflow path makewhatis root GID
2005 Jun 11
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH, I am working on building an installer for a stand alone OpenSSH 4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems Cygwin bombed the OpenSSH directory with a ton of erroneous files. The installer is so far perfect and I am seeking advice. Which of the following files from the following structure are totally unnecessary? I wish to know so I can clean up the
2005 Jun 12
0
Building NT installer. Need Advice RE: File Structure.
Hello OpenSSH, I am working on building an installer for a stand alone OpenSSH 4.1p1-1 build for NT systems. Since it is built with Cygwin, it seems Cygwin bombed the OpenSSH directory with a ton of erroneous files. The installer is so far perfect and I am seeking advice. Which of the following files from the following structure are totally unnecessary? I wish to know so I can clean up the
2003 Dec 12
0
proofreading corrections (cvs) (PR#5730)
Here is a patch of changes from the proof-reading of the R reference manual, made against the current cvs. regards -- Brian Gough Network Theory Ltd -- Publishing Free Software Manuals 15 Royal Park Bristol BS8 3AL United Kingdom Tel: +44 (0)117 3179309 Fax: +44 (0)117 9048108 Web: http://www.network-theory.co.uk/ Index: src/library/base/man/Arithmetic.Rd
2009 Aug 24
4
[PATCH 1/2] man page: Fix the supported fb depths.
Signed-off-by: Francisco Jerez <currojerez at riseup.net> --- man/nouveau.man | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/man/nouveau.man b/man/nouveau.man index 87f645a..5c4e4ae 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -13,9 +13,10 @@ nouveau \- NVIDIA video driver .fi .SH DESCRIPTION .B nouveau -is an __xservername__ driver for NVIDIA
2017 Oct 04
1
R CMD Rd2pdf and macros
No, I do not get the same as you. I have tested with R-devel and R-patched compiled today. When I do R CMD Rd2pdf mpra I get (as reported a few days ago) Hmm ... looks like a package Converting Rd files to LaTeX Error : mpra/man/mpra-package.Rd:6: file './DESCRIPTION' does not exist whereas you (Kurt) reports that this works on zTree. When I do R CMD Rd2pdf mpra/man I get - a
2008 Jul 26
3
problems with update of perl-5.8.8-10.el5_2.3
List, I have an 2.6.18-92.1.6.el5xen X86_64 machine that is failing to update perl. I did not see any bugs reported on the list and was wondering if anyone else had the same problem with a solution. Thanks, Greg Ennis Updating: perl x86_64 4:5.8.8-10.el5_2.3 updates 12 M Transaction Summary
2010 Dec 16
1
[nut-commits] buildbot failure in Network UPS Tools on Ubuntu-lucid-x86
> The Buildbot has detected a new failure of Ubuntu-lucid-x86 on > Network UPS Tools. > Full details are available at: > http://buildbot.networkupstools.org/public/nut/builders/Ubuntu-lucid-x86/builds/78 If I understand this correctly, there are multiple copies of some of the man page names in the automake variables: /usr/bin/install -c -m 644 ../../../docs/man/nut.conf.5
2003 Jul 19
1
A patch to man to handle "man.1"...
Hi, all-- I've always thought that specifying sections via "man -s 1 man" or "man 1 man" was ugly, and didn't work very well with filename completion. Diff relative to /usr/src/gnu/usr.bin/man to also handle the syntax of "man man.1": --- man_old/man.c Sat Jul 19 17:17:13 2003 +++ man/man.c Sat Jul 19 18:08:23 2003 @@ -149,6 +149,8 @@ void
2015 Jun 25
2
LVM hatred, was Re: /boot on a separate partition?
Robert Heller wrote: > At Thu, 25 Jun 2015 11:03:18 -0400 CentOS mailing list <centos at centos.org> > wrote: >> On Wed, June 24, 2015 16:11, Chuck Campbell wrote: >> > >> > Is there an easy to follow "howto" for normal LVM administration >> > tasks. I get tired of googling every-time I have to do something >> > I don't remember
2007 Jul 23
1
Error using Rd2dvi on OSX
Hi, I run R 2.5.1 on Mac OS 10.4.10 and fail to build a package manual. Below is the transcript. The problem is a "pdflatex: command not found" error but I think that I have a fully working latex install (installed with iInstaller) as I use TeXShop with no problem. Could someone help? Jean-Pierre -----------------------------------------------------------------------------
2008 Dec 31
3
updates to man pages
Attached is a patch to hopefully improve the wording of some of the man pages. I will commit this in the next few days, but I wanted to give the driver authors a chance to comment. One thing that I feel is important is cross-referencing between the man pages. On the off-chance that someone does RTFM, it would be good if we make sure that a user doesn't have to read too far in order to find
2012 Sep 25
1
Problem with zcat uncompressing man pages
Hi When I read 'certain' -- not all -- man pages zcat writes a small error to stderr when opening the man page; however, the man page does actually open. The message i get on the terminal is: zcat: error writing to output: Broken pipe zcat: /usr/local/man/man5/muttrc.5.gz: uncompress failed When closing the man page, another message is shown on stderr: grotty:<standard input>
2005 Jan 26
1
summarizing daily time-series date by month
Message: 63 Date: Wed, 26 Jan 2005 04:28:51 +0000 (UTC) From: Gabor Grothendieck <ggrothendieck at myway.com> Subject: Re: [R] chron: parsing dates into a data frame using a forloop To: r-help at stat.math.ethz.ch Message-ID: <loom.20050126T052153-333 at post.gmane.org> Content-Type: text/plain; charset=us-ascii Benjamin M. Osborne <Benjamin.Osborne <at> uvm.edu>