Bug 2204 - port missing in startup text
: port missing in startup text
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: RPM
: 6.2.0
: Macintosh All
: P2 normal (vote)
: ---
Assigned To: Blackketter Dean
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-09-27 07:57 UTC by Blackketter Dean
Modified: 2008-09-15 14:37 UTC (History)
0 users

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Blackketter Dean 2005-09-27 07:57:44 UTC
When upgrading to the latest nightly:

Retrieving http://www.slimdevices.com/downloads/nightly/SlimServer_v2005-09-27/
slimserver-2005_09_27-1.noarch.rpm
Preparing packages for installation...
slimserver-2005_09_27-1
Point your web browser to http://tank:/ to configure your server.


I think this may be due to the new settings format.
Comment 1 KDF 2005-09-27 09:41:46 UTC
Change this:
PORT=`awk '/^httpport/ {print $3}' /etc/slimserver.conf`

to this:
PORT=`awk '/^httpport/ {print $2}' /etc/slimserver.conf`

doing the awk command in terminal seems to work with the $2 change.
Comment 2 Blackketter Dean 2005-09-27 11:35:04 UTC
fixed in change 4437.  thanks, kdf.
Comment 3 Chris Owens 2006-06-16 14:41:31 UTC
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006.  I am setting them to targets of 6.2.1 to keep them from showing up in my queries.