Hello,
I am using DNAS/posix(linux x64) v2.0.0.29 (Jul 31 2011) on a dual-core Opteron, 64-bit Linux system.
I tried setting cpucount to 0, 1 and 2 (and removing it), but I always get this when I try to start up:
Nothing else is listening on that port, srcip is specified (but doesn't seem to be logged here, not sure if it should) and no other instances are running (nothing is listening on port 12345).
It seems like it starting these two network threads (based on calculated cpu count) and they are each trying to listen - which will never work...
Also, I'm unsure why the 'cpucount' setting doesn't seem to override. It always says "Calculated CPU count is 2"
Any ideas would be greatly appreciated.
I am using DNAS/posix(linux x64) v2.0.0.29 (Jul 31 2011) on a dual-core Opteron, 64-bit Linux system.
I tried setting cpucount to 0, 1 and 2 (and removing it), but I always get this when I try to start up:
2012-03-02 20:59:36 I msg:<***> Logger startup
2012-03-02 20:59:36 I msg:<***> version 2.0.0.29
2012-03-02 20:59:36 D msg:<***>
2012-03-02 20:59:36 I msg:***************************************************************
2012-03-02 20:59:36 I msg:** SHOUTcast Distributed Network Audio Server (DNAS)
2012-03-02 20:59:36 I msg:** Copyright (C) 1999-2011 Nullsoft, Inc. All Rights Reserved.
2012-03-02 20:59:36 I msg:** Use "sc_serv filename.conf" to specify a config file.
2012-03-02 20:59:36 I msg:***************************************************************
2012-03-02 20:59:36 I msg:[SHOUTcast] DNAS/posix(linux x64) v2.0.0.29 (Jul 31 2011) starting up...
2012-03-02 20:59:36 I msg:[MAIN] PID: 6845
2012-03-02 20:59:36 I msg:[MAIN] Loaded config from dnas_config.ini
2012-03-02 20:59:36 I msg:[MAIN] Calculated CPU count is 2
2012-03-02 20:59:36 I msg:[MAIN] Starting 2 network threads
2012-03-02 20:59:36 I msg:[MICROSERVER] Listening for connection on port 12345
2012-03-02 20:59:36 I msg:[MICROSERVER] Listening for connection on port 12345
2012-03-02 20:59:36 E msg:Error opening port 12345 because Could not bind to :12345 because Address already in use
2012-03-02 20:59:36 I msg:[MAIN] Runner shutdown
2012-03-02 20:59:37 I msg:<***> Logger shutdown
2012-03-02 20:59:36 I msg:<***> version 2.0.0.29
2012-03-02 20:59:36 D msg:<***>
2012-03-02 20:59:36 I msg:***************************************************************
2012-03-02 20:59:36 I msg:** SHOUTcast Distributed Network Audio Server (DNAS)
2012-03-02 20:59:36 I msg:** Copyright (C) 1999-2011 Nullsoft, Inc. All Rights Reserved.
2012-03-02 20:59:36 I msg:** Use "sc_serv filename.conf" to specify a config file.
2012-03-02 20:59:36 I msg:***************************************************************
2012-03-02 20:59:36 I msg:[SHOUTcast] DNAS/posix(linux x64) v2.0.0.29 (Jul 31 2011) starting up...
2012-03-02 20:59:36 I msg:[MAIN] PID: 6845
2012-03-02 20:59:36 I msg:[MAIN] Loaded config from dnas_config.ini
2012-03-02 20:59:36 I msg:[MAIN] Calculated CPU count is 2
2012-03-02 20:59:36 I msg:[MAIN] Starting 2 network threads
2012-03-02 20:59:36 I msg:[MICROSERVER] Listening for connection on port 12345
2012-03-02 20:59:36 I msg:[MICROSERVER] Listening for connection on port 12345
2012-03-02 20:59:36 E msg:Error opening port 12345 because Could not bind to :12345 because Address already in use
2012-03-02 20:59:36 I msg:[MAIN] Runner shutdown
2012-03-02 20:59:37 I msg:<***> Logger shutdown
Nothing else is listening on that port, srcip is specified (but doesn't seem to be logged here, not sure if it should) and no other instances are running (nothing is listening on port 12345).
It seems like it starting these two network threads (based on calculated cpu count) and they are each trying to listen - which will never work...
Also, I'm unsure why the 'cpucount' setting doesn't seem to override. It always says "Calculated CPU count is 2"
Any ideas would be greatly appreciated.
Comment