Displaying 20 results from an estimated 7000 matches similar to: "[Bug 1628] New: /var/run/sshd.pid file collisions..."
2009 Aug 05
4
[Bug 1627] New: SMF issues on sparse-root zones
https://bugzilla.mindrot.org/show_bug.cgi?id=1627
Summary: SMF issues on sparse-root zones
Product: Portable OpenSSH
Version: 5.2p1
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy:
2002 Feb 28
4
Update to solaris package creation
Can someone else from the Solaris realm that uses our package system
verify that this should be done? It looks right, but I want
another opinion before commiting.
- Ben
> On Wed, 27 Feb 2002, Antonio Navarro wrote:
>
>> Hi Ben,
>>
>> I have made some modifications to the buildpkg.sh script that is
>> distributed with openssh.
>>
>> I am sending it to
2002 Jul 16
1
opensshd.in
I've had the wrong sshd daemon killed by "killing using alternate method"
too many times.
Would this cause anyone any grief?
--- opensshd.in.old Sun Oct 21 16:42:02 2001
+++ opensshd.in Mon Jul 15 19:34:16 2002
@@ -3,11 +3,8 @@
#
# Stripped PRNGd out of it for the time being.
-AWK=/usr/bin/awk
CAT=/usr/bin/cat
KILL=/usr/bin/kill
-PS=/usr/bin/ps
-XARGS=/usr/bin/xargs
2004 Jul 01
3
AIX lssrc command error after installed OpenSSH
Hi,
We compiled and successfully installed OpenSSH 3.8.1p1
(or earlier version), but has false respond from lssrc
-a command. Example error message as:
openssh daemon itself - "opensshd tcpip
inoperative"
or
other daemon - "0513-001 The System Resource
Controller daemon is not active"
We've installed the following filesets on several AIX
servers
2002 Jan 18
5
contrib/solaris/opensshd.in patch
This patch adds the seatbelts which _only_ kill parent sshd procs... -RMallory
(eg: when you ssh into a machine and pkgadd the new openssh, it will not
kill your current (or anyone else's sshd session)
onanother_note: the buildpkg.sh could use some exec_prefix functionality...
to deal with ./configure --prefix= --exec_prefix=/usr
*** bak/opensshd.in Fri Oct 19 13:36:24 2001
---
2009 Aug 05
5
[Bug 1629] New: allow --port=#### option at configuration time?
https://bugzilla.mindrot.org/show_bug.cgi?id=1629
Summary: allow --port=#### option at configuration time?
Product: Portable OpenSSH
Version: 5.2p1
Platform: Other
OS/Version: Other
Status: NEW
Severity: enhancement
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
2001 Oct 17
3
Again: bugs in contrib/solaris/opensshd.in and buildpkg.sh
(Shame on me: wrong filename in last posting, now here are correct
diffs)
in contrib/solaris/ (openssh-SNAP-20011017.tar.gz)
1) buildpkg.sh makes wrong link for /etc/init.d/opensshd
2) /etc/init.d/opensshd has not-working killproc
here my version tested on Solaris 2.4 and 8
(no pgrep with solaris 2.4, XARGS was undefined, simpler
syntax)
J?rg
--- contrib/solaris/buildpkg.sh Fri Oct 12
2005 May 12
2
[Bug 1038] buildpkg.sh postinstall script does not install RC links using installroot and non-symlinks.
http://bugzilla.mindrot.org/show_bug.cgi?id=1038
Summary: buildpkg.sh postinstall script does not install RC links
using installroot and non-symlinks.
Product: Portable OpenSSH
Version: 4.0p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: normal
Priority: P2
Component:
2013 Apr 07
2
group data in classes
Hello all!
I have a problem to group my data (years) in 10 years classes. For example
for year
year decade
1598 1590-1600
1599 1590-1600
1600 1590-1600
1601 1600-1610
---
my is like this>
[1] 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611
1612
[16] 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626
1627
[31] 1628 1629 1630 1631 1632 1633
2002 Nov 30
4
[Bug 449] ssh_prng_cmds has malformed arp command
http://bugzilla.mindrot.org/show_bug.cgi?id=449
------- Additional Comments From keith at ajmani.org 2002-12-01 04:43 -------
Aside: this bug also existed in previous versions of opensshd. My bad for not
reporting it earlier.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2012 Jul 06
1
Problem using Lag on time series
I'm trying to duplicate something in Excel, where it is easy to reference the previous row in formula. Have been stuck on this for ages trying to achieve the same result in R. I've managed to do it with a loop but it takes ages on a large data set.
What I want to do is create a new variable in a matrix that will refer to it's previous value if the ifelse statements aren't met.
2016 Jun 29
3
SSH Closes Immediately After Opening
I used the latest version from here:
http://www.mls-software.com/opensshd.html
On my other (Windows 10) machine (on which openssh works), I have cygwin
installed, but if ssh was using cygwin, I wasn't aware of it. I just ran
ssh from the command prompt.
Wallace Forman
913-669-4453
On Wed, Jun 29, 2016 at 4:37 PM, ?ngel Gonz?lez <keisial at gmail.com> wrote:
> On 29/06/16 21:36,
2010 Feb 13
5
SSL test regression
While the changes to m4/nut_check_libssl.m4 have improved detection
of OpenSSL on Solaris, it breaks on platforms that did not have
pkg-config from the vendor.
--
Tim Rice Multitalents (707) 887-1469
tim at multitalents.net
2002 May 20
6
3.2.2p1 build problem on Irix6.5
On Irix 6.5.15m with version 7.3 of the development tools,
monitor_fdpass.c won't compile after a normal configure because
SCM_RIGHTS isn't defined. In sys/socket.h it's protected by
#ifdef _XOPEN_SOURCE but if I define _XOPEN_SOURCE, I get a storm of
IPV6-related errors. Defining SCM_RIGHTS explicitly does allow it to
build. I can't immediately figure out how to fix this
2003 Oct 08
3
openssh-3-7-1p2: sftp issue from Cygwin Build
Anyone have any problems with sftp-server on 3.7.1p2? When I sftp to the
server i get this when I do an ls -l:
sftp> ls -l
?-w-rwxrwx 0 1 16832 3 Oct 26 1993
Mike
2003 Jun 26
7
[Bug 606] sshd [-t] should warn when cannot create pid file
http://bugzilla.mindrot.org/show_bug.cgi?id=606
Summary: sshd [-t] should warn when cannot create pid file
Product: Portable OpenSSH
Version: -current
Platform: All
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2005 Mar 03
1
solaris 10 SMF setup?
Hello
I'm in the process of putting SMB onto a dual Opteron x64
box running Solaris 10, with the SFW samba as supplied by
Sun.
I haven't found any hooks for this for the new SMF/SVC startup
system, so I'm doing so now, but before I go any further,
am I duplicating any efforts? Is anyone else doing
this and has done it?
At present I'm only starting smbd and nmbd (I never really
2002 May 31
11
(no subject)X-forward
No "ssh -X hostname" doesn't work.
But when you "export DISPLAY=..." it works!?
I set the the Display Hack so that I can see my IP with "env" or "echo
SSH_CLIENT" when I'm connect via VPN-Tunnel and I don't know my IP in
the Net I'm connected through.
Andreas Kerl
-----------------------------------------
DTS Medien GmbH
Heidestrasse 38
2003 Dec 05
6
ssh not resolving host names on HP-UX 11i
Actually it really never was answered, but here's how I fixed (worked
around) it. At first I thought installing patch PHNE_27796 (libnss_dns
DNS backend patch) had fixed it. It didn't. It just flip-flopped the
problem. Prior to installing that patch, ssh would never go to DNS no
matter what was in nsswitch.conf. It appeared to only look in
/etc/hosts. After installing the patch, ssh
2000 Dec 18
3
SCO remove() and unlink()
There was a patch merged in on 9/29 that changed remove() calls to
unlink():
- (djm) Merged big SCO portability patch from Tim Rice
<tim at multitalents.net>
Does SCO's libc not include remove()? Note that sftp-server.c is
currently using remove. The reason I ask is I'd like to keep the
portable tree as close to openbsd as possible, and if we need remove()
for SCO we should