PasTim wrote: 
> The problem with your menu.opml may be access rights.  Not knowing much
> about your operating system version I'm hesitant to suggest ways to
> check and fix it. however the text below shows the result of an 'ls -la'
> command in the BBCiPlayer directory on my system.  menu.opml has the
> same '-rw-r--r--' pattern and user name (squeezeboxserver) and user
> group (nogroup) as other files.  If yours do not look the same as other
> files in the directory, you have an access rights problem.   You user
> name and group may be different from mine, but all should be the same as
> each other on one system.
> 
> > 
Code:
--------------------
  >   > 
  > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer$ ls -la
  > total 140
  > drwxr-xr-x  3 squeezeboxserver nogroup  4096 Feb 16 15:06 .
  > drwxr-xr-x 20 squeezeboxserver nogroup  4096 Feb 13 11:49 ..
  > -rw-r--r--  1 squeezeboxserver nogroup  9998 Nov  7  2011 BBCMSParser.pm
  > -rw-r--r--  1 squeezeboxserver nogroup  1372 Oct 26  2011 
BBCPlaylistParser.pm
  > -rw-r--r--  1 squeezeboxserver nogroup  6979 Jan 23 21:12 BBCXMLParser.pm
  > drwxr-xr-x  3 squeezeboxserver nogroup  4096 Jan 24 20:43 HTML
  > -rw-r--r--  1 squeezeboxserver nogroup   564 Jan 24 10:06 install.xml
  > -rw-r--r--  1 squeezeboxserver nogroup 13451 Jan 23 21:12 iPlayer.pm
  > -rw-r--r--  1 squeezeboxserver nogroup 27412 Feb 16 15:06 menu.opml
  > -rw-r--r--  1 squeezeboxserver nogroup  2047 Aug 20  2012 Plugin.pm
  > -rw-rw-r--  1 squeezeboxserver nogroup  7642 Aug 20  2012 RadioVis.pm
  > -rw-r--r--  1 squeezeboxserver nogroup 34897 Jan 12  2014 RTMP.pm
  > -rw-r--r--  1 squeezeboxserver nogroup  1116 Aug 20  2012 Settings.pm
  > -rw-r--r--  1 squeezeboxserver nogroup  2168 Aug 20  2012 strings.txt
  > /var/lib/squeezeboxserver/cache/InstalledPlugins/Plugins/BBCiPlayer$ 
  > 
--------------------
> > 
> 
> command chown changes the owner of the file.  So 
> 
> > 
Code:
--------------------
  >   > 
  > sudo chown squeezeboxserver:nogroup menu.opml
  >   > 
Code:
--------------------
    >     > 
    > 
    > changes the owner and group to squeezeboxserver and nogroup
    > 
    > Then:
    > 
    >     > 
Code:
--------------------
      >       > 
      > sudo chmod 644 menu.opml
      > 
--------------------
    >     > 
    > 
    > changes the access rights to -rw-r--r--  (read and write access to the 
owner, read for everyone else).  >   > 
  > 
  > Thanks.
  > Here's what I got with the initial "ls -la" command, I don't think anything 
needs changing?
  > 
  > DiskStation> ls -la
  > drwxr-xr-x    3 admin    users         4096 Feb 16 15:44 .
  > drwxr-xr-x    6 admin    users         4096 Feb 17 20:04 ..
  > -rw-r--r--    1 admin    users         9998 Nov  7  2011 BBCMSParser.pm
  > -rw-r--r--    1 admin    users         1372 Oct 26  2011 
BBCPlaylistParser.pm
  > -rw-r--r--    1 admin    users         6979 Jan 23 21:12 BBCXMLParser.pm
  > drwxr-xr-x    3 admin    users         4096 Feb  2 21:13 HTML
  > -rw-r--r--    1 admin    users         2047 Aug 20  2012 Plugin.pm
  > -rw-r--r--    1 admin    users        34897 Jan 12  2014 RTMP.pm
  > -rw-rw-r--    1 admin    users         7642 Aug 20  2012 RadioVis.pm
  > -rw-r--r--    1 admin    users         1116 Aug 20  2012 Settings.pm
  > -rw-r--r--    1 admin    users        13451 Jan 23 21:12 iPlayer.pm
  > -rw-r--r--    1 admin    users          564 Jan 24 10:06 install.xml
  > -rw-r--r--    1 root     root         26476 Feb 16 15:44 menu.opml
  > -rw-r--r--    1 admin    users        26476 Jan 23 21:12 menu.opmlbackup
  > -rw-r--r--    1 admin    users         2168 Aug 20  2012 strings.txt


------------------------------------------------------------------------
Klammer's Profile: http://forums.slimdevices.com/member.php?userid=64022
View this thread: http://forums.slimdevices.com/showthread.php?t=103158

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to