Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread Commodore.White

anotheruser wrote: 
> Another voice to continue. 
> 
> Picoplayer with a Raspberry Pi model A + HiFiBerry DAC is the lowest
> power, cheapest solution out there. It simply cannot be replaced with a
> Wandboard. The build cost of Pi, DAC, PSU, SD card, WiFi... is a little
> less than $100, my guess the Wandboard build cost will be about $180,
> but the internal DAC is still vapourware at the moment. 
> 
> What this does say that adding more features to the build should be
> carefully considered, as the Wandboard will have more capability and
> then there will be overlap.
> 
> Anyway GREAT WORK...:)

Definitely the most affordable solution especially if you are not
interested in stupidly high quality audio.  The Web GUI  is the icing on
the cake. Thanks for your efforts.



joggler(squeezeplayos+lms), an appletv3 (xbmc), and growing number of
picoreplayers

Commodore.White's Profile: http://forums.slimdevices.com/member.php?userid=62199
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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


Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread Grumpy Bob

Capt.insano wrote: 
> +1
> 
> I agree, the stability of the software, means that fewer bugs need
> reporting but I think there is still a HUGE need for this brilliant
> player!!
> 
> 
> As previously requested, I would love to see some type of update feature
> within PiCoPlayer (maybe even some wget system of required files -- I'm
> sorry I cannot help here)!!. 
> 
> It would provide such convenience to getting the new features and then
> you could also truly see the scale of use of this software through
> tracking the download numbers of upgrades!!
> 
> 
> Regards,
> The Capt.

Absolutely true. PiCorePlayer has been my first foray into the world of
Raspberry Pi, and I'm hugely impressed. Only problem I've had has been
to do with the first WiFi USB stick I tried.

Robert



Touch > DacMagic 100 > Naim Audio Nait 3 > Mission 752 (plus Rega Planar
3 and Naim CD3)
2 x Squeezebox Radios, 1 X Squeezebox 3
SqueezePad, iPeng, Squeezeplay, piCorePlayer/HiFiBerry
QNAP TS-239, LMS 7.7.3
last.fm/user/GrumpyBob

Grumpy Bob's Profile: http://forums.slimdevices.com/member.php?userid=41857
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

SQUEEZE-WEB-GUI-1-110.20140305GITA741788

One thing I noticed when testing this... remount doesn't work. Not a
problem with the gui. Seems that "mount -o remount" cannot be used with
ntfs-3g mounts. 


Code:


  $ sudo mount -o remount,defaults,nofail LABEL="test" /mnt/disk2
  Remounting is not supported at present. You have to umount volume and then 
mount it once again.
  



Next time I make an update, I'll change the back-end logic to umount,
then mount for remount action with ntfs-3g fstype.

Changes...

Code:


  * Wed Mar 05 2014 - 1-110.20140305gita741788
  - Add /usr/sbin/blkid to sudoers config.
  - Git revision a74178854a4001bead15f424a58e62779acb5b46.
  Release 1-110.
  - Git revision f1030f31fdccf019cb7c0f2299430d686c33dc10.
  Deal with fstab entries using LABEL or UUID for the spec and mapping
  them back to the device path returned by mount.
  



Update...

Code:


  sudo csos-cleanUpdate-testing squeeze-web-gui squeeze-web-gui-ROOT 
squeeze-web-gui-httpd
  




JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

I'll make it work with LABEL and UUID, but I'll draw the line there.
(Not going to be adding support for LVM.) Try and get it done tomorrow.
No promises. ;)



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> Try and get it done tomorrow. No promises. ;)  No need to stress :)



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> Please post your fstab. 


Code:


  #
  # /etc/fstab
  #
  # Accessible filesystems, by reference, are maintained under '/dev/disk'
  # See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
  #
  
  /dev/mmcblk0p3/   ext4
defaults,noatime,errors=remount-ro 0 1
  /dev/mmcblk0p1/boot   ext2defaults,noatime
0 2
  /dev/mmcblk0p2swapswapdefaults,noatime
0 0

  devpts/dev/ptsdevpts  gid=5,mode=620  
0 0
  tmpfs /dev/shmtmpfs   defaults
0 0
  proc  /proc   procdefaults
0 0
  sysfs /syssysfs   defaults
0 0
  
  LABEL=store   /storage/store  ext3
defaults,noatime,noexec,nofail  0 2
  LABEL=Music   /storage/Music  ntfs-3g 
noexec,nofail,noatime,big_writes,defaults   0 0 
  LABEL=Films /storage/Filmsntfs-3g 
noexec,nofail,noatime,big_writes,defaults   0 0
  LABEL=Data/storage/Data   ntfs-3g 
noexec,nofail,noatime,big_writes,defaults   0 0
  
  # start added by squeeze-web-gui-lua
  # /dev/sde1   /mnt/disk1  ext3defaults0   0
  # end added by squeeze-web-gui-lua
  
  




slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> 
> Is this what you would expect?

No. Please post your fstab. Somewhere along the way, the spec or mount
point doesn't match exactly between the entry in fstab and what mount is
returning. Probably a '/' at the end of a path.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> SQUEEZE-WEB-GUI-1-109.20140304GIT028F47D
> Update... 

Thanks for the quick update.

NTFS drives are now being listed twice.  First as type 'fuseblk',
specification '/dev/sd..', status 'mounted' and available action
'unmount'.  
Secondly as type 'ntfs-3g', specification 'LABEL=...', status
'unmounted' and actions 'mount', 'update' & 'delete'.

Is this what you would expect?



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

SQUEEZE-WEB-GUI-1-109.20140304GIT028F47D

Changes...

Code:


  * Tue Mar 04 2014 - 1-109.20140304git028f47d
  - Git revision 028f47d84772a3ce4f792eb68e92ace22e41dbbf.
  Release 1-109.
  - Git revision 0a225ba533421ef7e72ec8eee26711cfef96e8b0.
  Deal with mount returning fuseblk as fstype for ntfs-3g mounts.
  



Update...

Code:


  sudo csos-cleanUpdate-testing squeeze-web-gui squeeze-web-gui-ROOT 
squeeze-web-gui-httpd
  




JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread Capt.insano

psketch wrote: 
> I think you'll be surprised!  My guess is that now that it's so stable,
> people are just using it without any need to feedback.

+1

I agree, the stability of the software, means that fewer bugs need
reporting but I think there is still a HUGE need for this brilliant
player!!


As previously requested, I would love to see some type of update feature
within PiCoPlayer (maybe even some wget system of required files -- I'm
sorry I cannot help here)!!. 

It would provide such convenience to getting the new features and then
you could also truly see the scale of use of this software through
tracking the download numbers of upgrades!!


Regards,
The Capt.



Capt.insano's Profile: http://forums.slimdevices.com/member.php?userid=62111
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> 
> The EXT3 drives are now all listed under 'System Mounted File Systems'
> as expected

Yes, expected that.

slackhead wrote: 
> 
> The NTFS drives are showing under 'User Controlled File Systems' and are
> listed as "status: not mounted", which I presume is the fuseblk issue
> you are referring to.

Exactly. I need to modify code in a couple of places to deal with this.
If an ntfs-3g mount is persisted (in fstab) then I can overwrite the
fuseblk fstype returned by mount with what is specified in fstab.
Otherwise, for a non-persisted, "scratch mount", with fstype fuseblk,
the only option will be to unmount it.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

I've added the extra /storage mount points into the
/etc/sysconfig/squeeze-web-gui and restarted tomcat.
The EXT3 drives are now all listed under 'System Mounted File Systems'
as expected
The NTFS drives are showing under 'User Controlled File Systems' and are
listed as "status: not mounted", which I presume is the fuseblk issue
you are referring to.



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> 
> Yes, that is the case.

OK. I'll need to deal with that and make an update. Maybe later
tonight



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> Then edit /etc/sysconfig/squeeze-web-gui and add your specific mount
> points to the comma separated list of user controlled mount points
> (STORAGE_DIRS=) and "sudo systemctl restart tomcat".  

Ok, I'll have a look at that.

> 
> Actually, there's still going to be a problem in that fuseblk is going
> to be ignored as a valid fs type. Do you have those mounts in fstab
> using ntfs-3g as the fstype and mount is returning fuseblk rather than
> ntfs-3g? If that's the case, I'll need to deal with that somehow.

Yes, that is the case.



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> No - there all mounted in folders under /storage/:
> 
> > 
Code:

  >   > 
  > /dev/sdc1 on /storage/Films type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  > /dev/sdb1 on /storage/Data type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  > /dev/sda1 on /storage/store type ext3 
(rw,noexec,noatime,user_xattr,barrier=1,nodelalloc,data=ordered)
  > /dev/sdd2 on /storage/Music type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  > /dev/sde1 on /storage/Backup1 type ext3 
(rw,relatime,user_xattr,barrier=1,nodelalloc,data=ordered)
  > 

> > 

Then edit /etc/sysconfig/squeeze-web-gui and add your specific mount
points to the comma separated list of user controlled mount points
(STORAGE_DIRS=) and "sudo systemctl restart tomcat".

Actually, there's still going to be a problem in that fuseblk is going
to be ignored as a valid fs type. Do you have those mounts in fstab
using ntfs-3g as the fstype and mount is returning fuseblk rather than
ntfs-3g? If that's the case, I'll need to deal with that somehow.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> OK, but where do you have them mounted to, /mnt/disk[1-5]? Might be best
> if you just cut&paste the output from "mount" on the device and I'll try
> and figure the what and why. 

No - there all mounted in folders under /storage/:


Code:


  /dev/sdc1 on /storage/Films type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  /dev/sdb1 on /storage/Data type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  /dev/sda1 on /storage/store type ext3 
(rw,noexec,noatime,user_xattr,barrier=1,nodelalloc,data=ordered)
  /dev/sdd2 on /storage/Music type fuseblk 
(rw,noexec,noatime,user_id=0,group_id=0,allow_other,blksize=4096)
  /dev/sde1 on /storage/Backup1 type ext3 
(rw,relatime,user_xattr,barrier=1,nodelalloc,data=ordered)
  




slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread anotheruser

sbp wrote: 
> Hi I don't know the exact reason for your problem. I have both an Edimax
> and a Ralink wifi adaptor and both are working fine for weeks. 
> However, I know that the power saving option can be a problem for some
> wifi adaptors. 
> If you can tell me the chipset of your adaptor, I can see if it is
> possible to set the power saving option to "off" eventually when
> building the module for your adaptor.
> 
> Steen

This is my experience.

I have an EDUP EDUP EP-MS150N with the Ra5370 chipset.

[   24.097375] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 5390,
rev 0502 detected
[   24.218154] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 5370
detected
[   24.225321] ieee80211 phy0: Selected rate control algorithm
'minstrel_ht'
[   24.226860] usbcore: registered new interface driver rt2800usb
[   29.267562] ieee80211 phy0: rt2x00lib_request_firmware: Info -
Loading firmware file 'rt2870.bin'
[   31.210267] ieee80211 phy0: rt2x00lib_request_firmware: Info -
Firmware detected - version: 0.29
[   37.451880] wlan0: authenticate with 00:xx:xx:xx:xx:xx
[   37.538490] wlan0: send auth to 00:xx:xx:xx:xx:xx (try 1/3)
[   37.541043] wlan0: authenticated
[   37.545072] wlan0: associate with 00:xx:xx:xx:xx:xx (try 1/3)
[   37.548982] wlan0: RX AssocResp from 00:xx:xx:xx:xx:xx (capab=0xc31
status=0 aid=5)
[   37.562746] wlan0: associated

It works fine for anywhere from 6 to 36 hours then hangs. I have ensured
good WiFi signal, good power supply, not overclocking etc.  The issue is
the power management. Out of the box it comes with power management
enabled. if you disable it 

sudo iwconfig wlan0 power off

then it stays up for weeks.

I also have an EDUP EP-N8508 which has the RealTek rtl8192cu, which I
believe is similar to the EDIMAX. Out of the box power management is
disabled, and it also runs for weeks without a problem.

Sean,  Is there a way to make iwconfig command stick? I think this would
improve the distribution. The problem maybe the adapter and AP
combination... but certainly power management off seems the safest way
to go.

Thanks again for your hard work...it is much appreciated.



anotheruser's Profile: http://forums.slimdevices.com/member.php?userid=62617
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> 
> I also have mounted /dev/sdb1 , /dev/sdc1, /dev/sdd1.

OK, but where do you have them mounted to, /mnt/disk[1-5]? Might be best
if you just cut&paste the output from "mount" on the device and I'll try
and figure the what and why.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

JackOfAll wrote: 
> What do you think is missing that it should be showing?

It is only listing these partitions: /dev/mmcblk0p3 , /dev/mmcblk0p1 and
/dev/sda1

I also have mounted /dev/sdb1 , /dev/sdc1, /dev/sdd1 but these aren't
listed as I would expect (they do show in Triodes page).  I'd also
expect the backup drive (/dev/sde1) to be shown after it has been
mounted.



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread anotheruser

sbp wrote: 
> 
> 
> NB - I'm a bit uncertain on the need for this player anymore. There is
> only very few comments from time to time, and probably many are changing
> to the wandboard.
> 


Another voice to continue. 

Picoplayer with a Raspberry Pi model A + HiFiBerry DAC is the lowest
power, cheapest solution out there. It simply cannot be replaced with a
Wandboard. The build cost of Pi, DAC, PSU, SD card, WiFi... is a little
less than $100, my guess the Wandboard build cost will be about $180,
but the internal DAC is still vapourware at the moment. 

What this does say that adding more features to the build should be
carefully considered, as the Wandboard will have more capability and
then there will be overlap.

Anyway GREAT WORK...:)



anotheruser's Profile: http://forums.slimdevices.com/member.php?userid=62617
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

No more reports of problems getting to the web servers, please. We have
had issues with our DNS provider today. We've switched to another. But
it doesn't appear to have propagated to everyone yet. Be patient,
please.



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread JackOfAll

slackhead wrote: 
> 
> First thing I notice is that only three partitions are shown in the
> 'System Mounted File Systems' section as mounted - is this a limit for
> the GUI or is it not detecting all the mounted partitions correctly?
> 

What do you think is missing that it should be showing?



JackOfAll's Profile: http://forums.slimdevices.com/member.php?userid=3069
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

Ah yes - one more point.

Drives mounted in /storage are by default shared via CIFS to the
network, while dives mounted to /mnt are not.  Can we add a default to
the Samba config to enable sharing of drive mounted in /mnt
automatically?



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] Community Squeeze OS F19 Release 1

2014-03-04 Thread slackhead

Hi guys, as I said I would, I've just been having a closer look at the
'storage' pages in the two web GUIs, using them to (temporarily) mount a
EXT3 partitioned USB drive that I use for backup purposes.  I think I am
up to date with the GUI versions.  And please note I already have four
USB drives connected through fstab.  The extra drive/partition appears
at /dev/sde1/ 

First I tried Triodes page, and it was very easy to mount the drive -
although I couldn't mount it to the folder I'd normally use for this
drive (no real problem), but use /mnt/disk1/.  
I did some quick file transfers to test it was working OK, but hit a
problem when I tried to 'remove' the drive - it would not unmount.
I checked that the drive was not in use - both 'lsof' and 'fuser' for
the partition gave no response for the partition.
Refreshed the web GUI and it still showed the drive as mounted and
further clicking 'remove' did nothing.
Resorted to unmounting the drive using bash and that worked fine.  But
the GUI still showed the drive as mounted 

Next I tried JackOfAlls version which is more comprehensive and it took
me a little while to work out what was what (nothing unusual about that
;)).  
First thing I notice is that only three partitions are shown in the
'System Mounted File Systems' section as mounted - is this a limit for
the GUI or is it not detecting all the mounted partitions correctly?
Looking at the 'User Controlled File Systems' section I see in place
entries for /dev/sde1 and /mnt/disk1 - and I was able to select 'mount'
from the action list which appeared to work fine.
Tested transferring files again and then went back to the GUI and chose
action 'unmount' which this time worked fine and the drive was
successfully removed. 
Tried again, this time using the 'Mount Local File System' and again
this appears to work fine for mounting. 

Following this I went and had a look at the /etc/fstab file and notice
the following:


Code:


  # start added by squeeze-web-gui-lua
  /dev/sde1   /mnt/disk1  ext3defaults0   0
  # end added by squeeze-web-gui-lua
  



I'd have expected this line to be commented out.  This could well cause
issues next time I boot up without the drive connected (specially as
there is not a 'nofail' attribute set).  So I've manually removed this. 
I presume this is related to Triodes GUI issue of not dismounting the
drive... 

So in short - Triodes GUI is not dismounting the drive and is leaving
entry active in fstab - and JackOfAlls GUI is not showing all the
mounted partitions but otherwise seems to work OK. 

For the purpose I think Triodes GUI is the way to go for the majority of
users once the problem(s) get fixed - its much more straightforward and
provides what most users are going to need.  But also, for me
personally, I like Clives as it has more of the functionality I'd
actually use, such as mounting a drive temporarily.  I'd like to
continue having access to both GUIs, but then I don't see myself as a
typical user.



slackhead's Profile: http://forums.slimdevices.com/member.php?userid=13963
View this thread: http://forums.slimdevices.com/showthread.php?t=99395

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


Re: [SlimDevices: Unix] piCoPlayer = Squeezelite on Microcore linux. .An embedded OS in RAM with Squeezelite

2014-03-04 Thread arkadi58

psketch wrote: 
> Thanks Steen - happy to test as always.  I don't think this is just me -
> others have reported it as well I think.  Just to be sure, has anyone
> been successful in getting > 48K streaming with a recent version - I
> think it stopped in 1.06 if memory serves me right.  In those days of
> course, we did have stability problems with the connection of course.  I
> wonder if it's worth dropping out all of the HDMI tweaks that were made
> at that time to see if any of them had an unfortunate side effect?

I am still using 1.06 with HDMI out to my surround receiver. This is the
last version that worked at 96kHz and even most files at 192kHz. All the
new features are nice, but I'd rather have a stable setup that I don't
have to touch any more once it's configured. Once there is hope that a
new version supports these rates with HDMI again, I'll gladly test it
and upgrade, but in recent times none of them had worked.

What 1.06 does it does well and I am thankful for this easy to use and
reliable tool.

Roman



arkadi58's Profile: http://forums.slimdevices.com/member.php?userid=21158
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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