Displaying 20 results from an estimated 8000 matches similar to: "Man Pages"
2002 Jun 26
2
MAP_ANON replacement?
Here I would like to suggest a replacement for MAP_ANON on systems which
do not have it, such as Solaris < 8. In "man mmap" of Solaris 8:
When MAP_ANON is set in flags, and fd is set to -1, mmap()
provides a direct path to return anonymous pages to the
caller. This operation is equivalent to passing mmap() an
open file descriptor on /dev/zero with
2001 Sep 28
2
openssh-2.9p2, auth2.c
Even with option "HostbasedUsesNameFromPacketOnly yes", the trailing
dot in chost should be stripped before auth_rhosts2() is called from
hostbased_key_allowed().
Hans Werner Strube strube at physik3.gwdg.de
Drittes Physikalisches Institut, Univ. Goettingen
Buergerstr. 42-44, D-37073 Goettingen, Germany
Suggested change:
*** auth2.c.ORI Wed Apr 25 14:44:15 2001
---
2002 Apr 15
0
[Bug 217] New: mdoc2man.pl puts wrong name into ssh.1 man page
http://bugzilla.mindrot.org/show_bug.cgi?id=217
Summary: mdoc2man.pl puts wrong name into ssh.1 man page
Product: Portable OpenSSH
Version: 3.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: minor
Priority: P2
Component: Documentation
AssignedTo: openssh-unix-dev at mindrot.org
2004 Jun 23
3
[Bug 883] mdoc2man.awk causes flaw in ssh(1) man page
http://bugzilla.mindrot.org/show_bug.cgi?id=883
Summary: mdoc2man.awk causes flaw in ssh(1) man page
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component: Build system
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2016 Sep 28
2
Possible formatting bug in ssh-agent.1 man page
On 2016-09-28 00:10, Ingo Schwarze wrote:
> The patch also inserts a few needless .PP before .SH, but that does
> no harm. mdoc2man.awk is a terrible hack and not a proper parser
> in the first place, so we shouldn't expect beauty in its output.
> If the output is correct and portable, that's good enough. At some
> point, we should replace mdoc2man.awk with mandoc -Tman
2002 Apr 15
3
[Bug 217] mdoc2man.pl puts wrong name into ssh.1 man page
http://bugzilla.mindrot.org/show_bug.cgi?id=217
------- Additional Comments From pspencer at fields.utoronto.ca 2002-04-16 04:37 -------
Created an attachment (id=74)
Prevent mdoc2man.pl from using wrong name in man pages
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2001 Sep 28
3
openssh-2.9p2, short hostnames
For systems where the local hostname is obtained as a short name without
domain, there should be a ssh_config option "DefaultDomain" as in ssh-3.x
from ssh.com.
For the server, there might be a corresponding option in order to strip
the domain name from the remote client name (if it matches the server's
DefaultDomain) for use in auth_rhost2, since netgroups usually contain
short
2003 Sep 30
2
auth-pam.c, USE_POSIX_THREADS
OpenSSH 3.7.1p2 contains an #ifdef USE_POSIX_THREADS and simulates threads
by processes if this is not defined. However, configure and config.h do not
provide any means to define this. Is this already included for future
releases but does not function properly if defined? Or could it be set
manually in config.h and would work in Solaris?
2002 Mar 13
0
Unable to compile openssh on HP-UX 11
On Wed, 13 Mar 2002, Charles Straubel wrote:
:I am trying to build openssh on an HP-UX 11.0 machine. I have installed
:zlib 1.1.3, openssl 0.9.5a and Perl 5.6.0.
:syntax error in file ./mdoc2man.pl at line 39, next 2 tokens "use strict"
:
:syntax error in file ./mdoc2man.pl at line 73, next 2 tokens "ParseMacro("
:
:syntax error in file ./mdoc2man.pl at line 82, next 2 tokens
2020 Mar 26
0
[PATCH nbdkit 9/9] tests/old-plugins: Add plugin from nbdkit 1.18.2.
This is significant because it's a plugin which was from the last
stable release containing undefined symbols (in the internal plugins).
$ ldd -r tests/old-plugins/x86_64/Linux/v1.18.2/nbdkit-file-plugin.so
linux-vdso.so.1 (0x00007ffe86cdd000)
libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f551b3e5000)
libc.so.6 => /lib64/libc.so.6 (0x00007f551b21b000)
/lib64/ld-linux-x86-64.so.2
2001 Feb 07
2
Patch for unformatted manpages
The attached patch (relative to the current CVS snapshot) uses a perl
script to convert the OpenSSH manpages from the BSD -mdoc format to
the -man format used by other systems. This allows the unformatted
manpages to be installed normally, rather than defaulting to
preformatted pages.
I'd like to see this patch integrated into the portable version of
OpenSSH. Please let me know what you
2016 Sep 26
6
Possible formatting bug in ssh-agent.1 man page
Version info: OpenSSH_7.3p1, OpenSSL 1.0.2i 22 Sep 2016, Arch linux
The ssh-agent.1 man page seems to have an indentation oddity, at least, as
formatted with recent Arch linux manpage toolset. Here's what appears in
the formatted output just after the description of the the "-t" option:
---------- Begin formatted output -------------------------------------
-t life
2001 Mar 14
2
Solaris and man pages
do you folks have a way of generating man pages in a format
that the Solaris "man" command can use (apart from converting
to plain text)?
2001 Apr 17
1
Latest CVS: small portability issues
Hi!
I just run a test build of the latest CVS on HP-UX 10.20 and found two
issues, both related to the new mdoc2man.pl support:
- In Makefile.in, line 122, the construction
$(MANPAGES): %.out: %
is used. HP's "make" command does not understand this syntax (gmake does).
- In configure, the first "perl" command in the PATH seems to be found.
On HP-UX this is an
2001 Feb 20
1
man pages screwed
Hi all. I just got openssh 2.5.1p1 and when I installed it, it's man
pages doesn't seem to be formatted right. I'm on Solaris 8.
Here is how it looks:
man ssh
Reformatting page. Please Wait... done
(Secure Shell) is a program for logging into a remote machine and
for executing commands on a remote machine. It is intended to
replace rlogin and rsh, and provide secure encrypted
2016 Aug 01
4
OpenSSH 7.3p1 can't be build on Solaris 10
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Solaris 10 x64 kernel 150401-35
LibreSSL 2.4.1
GCC 5.2
./configure --with-privsep-user=sshd --with-pam --with-pie
--with-ssl-dir=/usr/local 'CFLAGS=-O3 -m64 -mtune=native -pipe'
'LDFLAGS=-m64'
successful.
gmake produces error:
root @ khorne /patch/openssh-7.3p1 # gmake
conffile=`echo sshd_config.out | sed
2004 Feb 08
2
xeno-1.2.bk compilation question?
The system is Mandrake-9.1 Linux wih gcc-3.2.2.
I am trying to compile xenolinux-2.4.24 (with vanilla sources from
ftp.kernel.org for linux-2.4.24). The steps of
mkbuildtree
ARCH=xeno make menuconfig
ARCH=xeno make dep
produce no errors, but
ARCH=xeno make bzImage
results in following error messages.
Any pointers will be appreciated.
-ishwar
---
gcc -D__KERNEL__
2016 Apr 02
0
Centos7: Mount problem (Unit mnt-bk\x2dbenvet\x2d01.mount is bound to inactive unit dev-disk-by\x2dlabel-bk\x2dbenvet\x2d01.device. Stopping, too.
Please, someone can help me to resolve this systemd issue?
It's possible disable the "piece of software" of systemd that unmount
my backup disk a second after I mount it?
Many thanks
Il giorno ven, 01/04/2016 alle 14.03 +0200, Dario Lesca ha scritto:
> On a server Centos 7.2 ?I insert my 1Tb usb disk and run
>
> sudo mount LABEL=bk-benvet-01 /mnt/bk-benvet-01
>
>
2016 Apr 01
2
Centos7: Mount problem (Unit mnt-bk\x2dbenvet\x2d01.mount is bound to inactive unit dev-disk-by\x2dlabel-bk\x2dbenvet\x2d01.device. Stopping, too.
On a server Centos 7.2 ?I insert my 1Tb usb disk and run
sudo mount LABEL=bk-benvet-01 /mnt/bk-benvet-01
the command seem to work but nothing is mounted
Into log I see this issue:
> apr 01 13:49:06 s-virt.dom.loc kernel: XFS (sdb1): Mounting V4 Filesystem
> apr 01 13:49:06 s-virt.dom.loc kernel: XFS (sdb1): Ending clean mount
> apr 01 13:49:06 s-virt.dom.loc systemd[1]: Unit
2004 Sep 22
3
problems with cvs version and vpopmail
Hi, I have tried compiling the latest cvs version of dovecot on my FreeBSD
5.2.1-release box with the ports version of vpopmail: 5.4.3_1.
In the configuration file I have two auth paragraphs, one for passwd
authentication and one for vpopmail-auth:
auth vpopmail {
mechanisms = plain
userdb = vpopmail
passdb = vpopmail
user = vpopmail
}
But the vpopmail dosn'nt work. I got the