Bug 156154 - [patch] graphics/geoserver start script conflicts with net-im/openfire
Summary: [patch] graphics/geoserver start script conflicts with net-im/openfire
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: Alexander Logvinov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-03 16:30 UTC by littlesavage
Modified: 2011-06-27 03:20 UTC (History)
0 users

See Also:


Attachments
file.diff (1.26 KB, patch)
2011-04-03 16:30 UTC, littlesavage
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description littlesavage 2011-04-03 16:30:16 UTC
geoserver-2.0.2
openfire-3.6.4

Can not run geoserver when openfire is running:

# /usr/local/etc/rc.d/openfire status
openfire is running as pid 1601
# /usr/local/etc/rc.d/geoserver status
geoserver is running as pid 1601.
# ps dww 1601
  PID  TT  STAT      TIME COMMAND
 1601  ??  SsJ    4:32,47 /usr/local/diablo-jdk1.6.0/bin/java -server -jar -Xmx256M -Dopenfire.lib.dir=/usr/local/share/java/classes -DopenfireHome=/usr/local/share/java/openfire /usr/local/share/java/classes/startup.jar

# /usr/local/etc/rc.d/geoserver start
geoserver already running? (pid=1601).
# /usr/local/etc/rc.d/geoserver stop
Stopping geoserver.
Waiting for PIDS: 1601.
# /usr/local/etc/rc.d/openfire status
openfire not running? (check /var/run/openfire.pid).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-04-03 16:30:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->avl

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-06-27 03:14:06 UTC
avl         2011-06-27 02:13:48 UTC

  FreeBSD ports repository

  Modified files:
    graphics/geoserver   Makefile distinfo pkg-plist 
    graphics/geoserver/files geoserver.in 
  Log:
  - Update to 2.1.1 [1]
  - Add license information [1]
  - Fix rc script conflict with net-im/openfire [2]
  
  PR:             ports/157878 [1] ports/156154 [2]
  Submitted by:   Alexey Illarionov <littlesavage at rambler.ru>
  
  Revision  Changes    Path
  1.15      +5 -5      ports/graphics/geoserver/Makefile
  1.12      +2 -3      ports/graphics/geoserver/distinfo
  1.3       +6 -3      ports/graphics/geoserver/files/geoserver.in
  1.12      +69 -82    ports/graphics/geoserver/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Alexander Logvinov freebsd_committer freebsd_triage 2011-06-27 03:16:24 UTC
State Changed
From-To: open->closed

Committed. Thanks!