Bug 92779 - nxsetup fails if sshd(8) is not already running
Summary: nxsetup fails if sshd(8) is not already running
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Vasil Dimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 21:00 UTC by martinko
Modified: 2006-03-27 11:06 UTC (History)
0 users

See Also:


Attachments
file.diff (1.61 KB, patch)
2006-02-03 21:00 UTC, martinko
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description martinko 2006-02-03 21:00:13 UTC
it seems the port was only tried with sshd already running.
if it's not, the check on pid file fails and due to "set -e" the script is aborted.
also, sshd is run differently, not from init.d, on FreeBSD.

How-To-Repeat: try to setup/startup NX server without sshd(8) already running.
Comment 1 martinko 2006-02-03 21:12:46 UTC
hi,

i'm sorry i forgot to mention it's for port net/freenx.

m.
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-03 21:18:43 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 freenx 2006-02-06 13:42:12 UTC
Quoting Edwin Groothuis <edwin@FreeBSD.org>:

> Maintainer of net/freenx,
> 
> Please note that PR ports/92779 has just been submitted.
> 
> If it contains a patch for an upgrade, an enhancement or a bug fix
> you agree on, reply to this email stating that you approve the patch
> and a committer will take care of it.
> 
> The full text of the PR can be found at:
>     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/92779
> 
> -- 
> Edwin Groothuis
> edwin@FreeBSD.org
> 


looks decent enough, please "take care of it" before the freeze. thanks for your
work! :)
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2006-02-06 19:27:01 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Vasil Dimov freebsd_committer freebsd_triage 2006-03-27 09:16:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->vd

I will take it
Comment 6 Vasil Dimov freebsd_committer freebsd_triage 2006-03-27 11:02:41 UTC
State Changed
From-To: open->closed

Committed, thanks!