On Sep 9, 2007, at 4:18 AM, erland wrote: > > In the latest SlimServer 7.0 I get this: > > Code: > -------------------- > > [10:11:15.7771] Slim::Utils::Misc::msg (1185) Warning: > [10:11:15.7767] Downloading firmware from http:// > update.slimdevices.com/update/firmware/7.0/jive.version, please > wait... > [10:11:16.2940] Slim::Utils::Firmware::download (326) Error: > Unable to download firmware from http://update.slimdevices.com/ > update/firmware/7.0/jive.version: 500 Cannot write to '/opt/ > slimserver70/Firmware/jive.version-12547': Permission denied > [10:11:16.2954] Slim::Utils::Firmware::init_jive (150) Error: > Unable to download jive.version file, to retry please restart > SlimServer. > > -------------------- > > > The reason for the problem is that the user running SlimServer will > not > have write access to the "/opt/slimserver70/Firmware" directory, this > user only have write access to the directories under $HOME, which > in my > case means /var/lib/slimserver. > > Should the jive.version file really be written to > /opt/slimserver70/Firmware or should this be changed so it writes to > something like $HOME/Firmware ?
Yeah I knew this was going to be an issue. We could write it to the cache dir instead I suppose. For now just chown the Firmware dir, or if you don't have a Jive, don't worry about it. ;) _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
