zordaz wrote: 
> So far host based networking wasn't neccessary for my use cases with LMS
> & Docker. Do you have examples where it is really needed? Imho host
> based networking is never the first choice in te container world.

Can you post your compose.yml that's working on Windows 10?  I'm trying
to run under Windows 2019 w/Docker in a Linux container and it's just
not working. 

my compose:

Code:
--------------------
    version: '3'
  services:
  squeezebox:
  container_name: squeezebox
  image: doliana/logitech-media-server:latest-SetProperVersions-7.9.3
  restart: unless-stopped
  environment:
  - TZ=America/New_York
  ports:
  - "9000:9000"
  - "9090:9090"
  - "3483:3483"
  - "3483:3483/udp" 
  volumes:
  - K:\Docker\configs\logitechmediaserver:/srv/squeezebox
  - M:\ServerFolders\music\:/srv/music
  - K:\Docker\timezone:/etc/timezone:ro
--------------------


And the startup issue.  Can't even get it going - seems to not init. 
And the files DO exist in the config volume, which is the baffling
part.


Code:
--------------------
    squeezebox    | 
======================================================================
  squeezebox    | http://172.21.0.2:9000/
  squeezebox    | 
======================================================================
  squeezebox    |
  squeezebox    | dirsFor: Didn't find a match request: [scprefs]
  squeezebox    | dirsFor: Didn't find a match request: [videos]
  squeezebox    | dirsFor: Didn't find a match request: [pictures]
  squeezebox    | [20-09-10 10:15:13.7975] main::init (387) Starting Logitech 
Media Server (v7.9.3, 1597753178, Sun Aug 23 19:24:13 CEST 2020) perl 5.024001 
- x86_64-linux-gnu-thread-multi
  squeezebox    | [20-09-10 10:15:14.6833] 
Slim::Utils::SQLiteHelper::postConnect (377) Optimizing DB because of missing 
or empty sqlite_stat1 table
  squeezebox    | [20-09-10 10:15:14.7951] Slim::Schema::forceCommit (2143) 
Warning: Trying to commit transactions before DB is initialized!
  squeezebox    | [20-09-10 10:15:15.3497] 
Slim::Utils::SQLiteHelper::postConnect (377) Optimizing DB because of missing 
or empty sqlite_stat1 table
  squeezebox    | [20-09-10 10:15:15.3937] Slim::Schema::forceCommit (2143) 
Warning: Trying to commit transactions before DB is initialized!
  squeezebox    | [20-09-10 10:15:16.8095] 
Slim::Utils::SQLiteHelper::postConnect (377) Optimizing DB because of missing 
or empty sqlite_stat1 table
  squeezebox    | [20-09-10 10:15:16.8670] Slim::Schema::forceCommit (2143) 
Warning: Trying to commit transactions before DB is initialized!
  squeezebox    | [20-09-10 10:15:17.3304] main::checkDataSource (1107) 
Warning: Schema updated or no media found in the database, initiating scan.
  squeezebox    | dirsFor: Didn't find a match request: [scprefs]
  squeezebox    | [20-09-10 10:15:18.7575] main::main (205) Starting Logitech 
Media Server scanner (v7.9.3, 1597753178, Sun Aug 23 19:24:13 CEST 2020) perl 
5.024001
  squeezebox    | [20-09-10 10:15:18.7903] Slim::Utils::OS::Debian::dirsFor 
(94) Warning: dirsFor: Didn't find a match request: [videos]
  squeezebox    | [20-09-10 10:15:18.7923] Slim::Utils::OS::Debian::dirsFor 
(94) Warning: dirsFor: Didn't find a match request: [pictures]
  squeezebox    | [20-09-10 10:15:18.9528] Slim::Utils::DbCache::_init_db (290) 
Warning: DBI connect('dbname=/cache.db','',...) failed: unable to open database 
file at /usr/share/perl5/Slim/Utils/DbCache.pm line 228.
  squeezebox    | Delete the file /cache.db and start from scratch.
  squeezebox    | [20-09-10 10:15:18.9562] Slim::Utils::DbCache::_init_db (287) 
Warning: Unable to read/create /cache.db
--------------------


------------------------------------------------------------------------
Necromancyr's Profile: http://forums.slimdevices.com/member.php?userid=37698
View this thread: http://forums.slimdevices.com/showthread.php?t=111828

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to