Re: [SlimDevices: Unix] Problem upgrading to 7.9.1 on Debian

2018-08-20 Thread steve-g


I've managed to fix this with a "apt-get -f install" so panic over
(phew)



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=109368

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


[SlimDevices: Unix] Problem upgrading to 7.9.1 on Debian

2018-08-20 Thread steve-g


I decided to upgrade my LMS install running on Debian
to the latest version however it fails to install with the following
error:

dpkg: dependency problems prevent configuration of logitechmediaserver:
logitechmediaserver depends on libio-socket-ssl-perl; however:
Package libio-socket-ssl-perl is not installed.

My Linux knowledge is (somewhat) limited can someone please tell me what
I need to do to fix this.

Many thanks

Steve



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=109368

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-12 Thread steve-g

Lestrad wrote: 
 Hello to all. After about two months, the SD card SoA was on died and I
 had to reinstall it. And I'm having problems mounting my ReadyNAS music
 share again.
 When I try to mount it via the Web interface, I get the following error
 message:
 
 mount.nfs: Failed to resolve server /192.168.0.14/: Name or service not
 known 
 
 The same happens when I use the server name. I checked and the rpcbind
 service is started. I've retraced my steps from two months ago through
 this thread but I must be missing something. Any help would be
 appreciated.
 
 Les

Shouldn't the format for nfs shares be in the form:
192.168.0.198:/c/media I.E. without the first /?



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-08 Thread steve-g

Krisbee wrote: 
 Not true, they don't have to be in same workgroup. Far more likely the
 culprit is the samba config.  Comment out these lines, like so:
 
  
Code:

  
   #local master = yes
   #domain master = yes
   #preferred master = yes
   

  
 
 Restart smbd  nmbd servces:
 
  
Code:

  
   systemctl restart smbd nmbd
   

  
 
 Should be browesable now.

No still not browsable in windows - I've an old machine with linux
(Ubuntu) so I powered this up - this finds the share with no problem but
the name was shown as PI-MEDIA (with the quotes) - I've edited the
samba config: 

workgroup = STEVES
netbios name = PI-MEDIA

to remove the quotes round the workgroup and netbios name (I.E.
workgroup = STEVES) and it now works.

It had to be something simple - at least if anyone else has a problem
we'll know how to fix it.

Thanks for the help

Steve



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-07 Thread steve-g

Krisbee wrote: 
 Looks OK.  What about just doing a network refresh in Windows
 explorer? (It might take a couple of goes)

That's the first thing I tried - no luck at all - Fil browser 'sees' my
readynas and also the Pi Logitech Media Server.

 Otherwise, is netbios enabled in your Windows? 
 
 Check Services Computer Browser and TCP/IP NetBIOS Helper are running
 
 Click Start - Type Services - Click Services
 Find Computer Browser on the list and make sure it is Started
 Do the same for TCP/IP NetBIOS Helper

Yes both of these are started.

 Make sure Windows firewall is not blocking the connection.

I don't think it is - I can read (I haven't tried writing) to the share
by mapping it to a network drive (using \\192.168.0.4\share_rw) - it
just won't show up in the file browser!



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-05 Thread steve-g

Krisbee wrote: 
 First check in Windows using the cmd prompt.  If ip address of your Rpi
 was 192.168.1.50 for example.  At Windows cmd prompt , type net view
 \\192.168.1.50  Samba shares visable to Windows should be listed. If
 nothing is listed , connect to rpi via SSH as root and post contents of 
 smb.conf file here. ( or stick it on pastebin and post ref it's a large
 file)

OK that finds the share:


Code:

Shared resources at \\192.168.0.4
  
  Squeeze on Arch Player and Server
  
  Share name  Type  Used as  Comment  
  
  
---
  share_roDisk
  share_rwDisk
  storage Disk
  The command completed successfully.



Windows can't see it in the file browser though.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-05 Thread steve-g

I've just tried mapping it as a network drive (z:) and that works OK -
so it's just(?) a matter of why the file browser can't see it!



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-05 Thread steve-g

Krisbee wrote: 
 On your RPI, what's the output of:
 
  
Code:

  
   systemctl status nmbd.service
   

   
 
 Does the samba config file, etc/samba/smb.conf, contain a
 netbios-name= line?

Yes it does - this is the complete smb.conf:


Code:

[global]
  workgroup = STEVES
  netbios name = PI-MEDIA
  server string = Squeeze on Arch Player and Server
  
  local master = yes
  domain master = yes
  preferred master = yes
  os level = 255
  
  password server = None
  guest ok = yes
  guest account = nobody
  security = user
  map to guest = Bad Password
  large readwrite = yes
  socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE
  follow symlinks = yes
  wide links = yes
  unix extensions = no
  
  load printers = no
  printing = bsd
  printcap name = /dev/null
  disable spoolss = yes
  
  [storage]
  path = /storage
  guest ok = yes
  writeable = yes
  create mask = 0777
  
  [share_rw]
  path = /share_rw
  guest ok = yes
  writeable = yes
  create mask = 0777
  
  [share_ro]
  path = /share_ro
  guest ok = yes
  writeable = no
  



This is the output from the systemctl:


Code:

* nmbd.service - Samba NetBIOS name server
  Loaded: loaded (/usr/lib/systemd/system/nmbd.service; enabled; vendor preset: 
disabled)
  Active: active (running) since Tue 2015-05-05 15:28:23 BST; 28min ago
  Process: 231 ExecStart=/usr/bin/nmbd -D (code=exited, status=0/SUCCESS)
  Main PID: 241 (nmbd)
  CGroup: /system.slice/nmbd.service
  `-241 /usr/bin/nmbd -D
  
  May 05 15:28:31 soa-rpi nmbd[241]:
  May 05 15:28:31 soa-rpi nmbd[241]: Samba server PI-MEDIA is now a domain 
4
  May 05 15:28:31 soa-rpi nmbd[241]:
  May 05 15:28:31 soa-rpi nmbd[241]: *
  May 05 15:54:00 soa-rpi nmbd[241]: [2015/05/05 15:54:00.321495,  0] 
../sour...2)
  May 05 15:54:00 soa-rpi nmbd[241]: *
  May 05 15:54:00 soa-rpi nmbd[241]:
  May 05 15:54:00 soa-rpi nmbd[241]: Samba name server PI-MEDIA is now a 
lo4
  May 05 15:54:00 soa-rpi nmbd[241]:
  May 05 15:54:00 soa-rpi nmbd[241]: *
  



Thanks for your help



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-05-04 Thread steve-g

I have SoA running LMS on a Pi model B+ and have a USB HD attached via a
powered hub and am trying to get Samba to work.

I have changed the mount point to /share_rw rather than /mnt/disk1 that
I had initially (after reading through this thread) and turned on Samba
server in the WEB UI.

The Web UI reports it as being shared:

/share_rw
/dev/sda1 (ntfs-3g) active
defaults,nofail
shared by Samba Server (writable) 

I've set the Samba workgroup to be the same as the PC's workgroup but
can't get any of my PCs (desktop and laptop) to see the Samba share (The
PCs run Windows 7 64bit if that makes any difference)

The Samba server seems to be running on the Pi so I'm at a bit of a loss
as to how to diagnose what the problem is so any help from you Linux /
network gurus would be appreciated



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-09 Thread steve-g

ericj wrote: 
 I've been a happy (and thankful) camper with SoA on a Pi B and
 wandboard.   Was rebuilding a wandboard image and when installing 7.9
 get the following error
 == Creating package logitechmediaserver-7.9-lms...
 /usr/sbin/makepkg: line 2123: 48498   . * 1024 : syntax error: invalid
 arithmetic operator (error token is . * 1024 )
 == Making package: logitechmediaserver-7.9-lms 7.9r19707.a6dacd2-1 (Tue
 Apr  7 13:10:40 EDT 2015)
 and the installation fails.   Is this a known problem?  Please let me
 now if I can supply further information
 
 
 Thanks

I've just done the same thing on a wandboard quad and it worked without
any real problems - so no not a generic problem.

The whole process seems a bit flaky though - it took several attempts to
get it all to work (the SOA bit not LMS) and the reason for the re-build
was problems with the original SOA build.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-06 Thread steve-g

I think there might be a configuration issue with SOA and the wandboard
quad ethernet port - my music files are stored on a readynas and I'm
running LMS on the wandboard - it works fine with 16bit 44.1kHz files
but won't play hi-res files without re-buffering (playing to a Touch
mainly).

I've borrowed a pi (model B+) and installed SOA and LMS on that - this
works fine, I have no problem at all playing hi-res stuff.
The pi also seems to be more responsive with anything file (on the nas)
based I.E. skipping to part way through a song goes more or less
directly to it whereas on the wandboard there is a noticable delay.

One of the reasons for choosing a wandboard rather than a pi was it's
(supposedly) better ethernet implimentation.

Does anyone else have experience of this? - Any suggestions of how to
diagnose / improve this?

I've not been able to get the update and updated kernal (in SOA web
page) to work  - I'm currently thinking of doing a complete fresh
install - try and sort out the update issues to ensure that I'm working
with the latest software then re-install LMS and try again.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-04 Thread steve-g

I gave up tying to mount using the web interface - if it's any help this
is the fstab line that works for me with my readynas - this probably has
more in it than strictly necessary:


Code:


  192.168.0.198:/c/media /media/netdrive nfs 
vers=4,nolock,users,auto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14,noatime
 0 0
  



I still can't get hi-def files to play though - I've tried different
buffer sizes and a few other things - the above works best so far.

I'm hoping to borrow a pi so I'll set up a system on that and see how it
compares.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-03 Thread steve-g

Lestrad wrote: 
 The Wandboard needs only read access. 
 
 Oh yes, the CIFS share mounts. But I was told it would be better to
 mount it as NFS. I'll have to be sure I can access the share as NFS from
 Windows before I make the change. It's supposed to be possible...

If you keep your playlists on the nas then the wandboard will probably
need to have read/write access.

I don't see any problem having both CIFS and NFS enabled on the readynas
- It's designed to do this and I've certainly not experienced any
problems. DEFINATELY shouldn't mount both on the wandboard - stick to
one or the other.

I find the NFS mount to be slightly better (less buffering) than CIFS -
but still can't get hi-res files to playback properly - I'm still trying
to get the updated kernal to install - I'm hoping that might help.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-01 Thread steve-g

Krisbee wrote: 
 OK, possible version clash of nfs versions on wandboard ( vers4) and
 ReadyNAs (vers 3 ?).  You could try to add a vers=3 option to the
 mount command, but SOA might not handle this correcty,  e.g:
 
  
Code:

  
   mount -t nfs -v -o vers=3 192.168.0.198:/c/media /mnt/disk1
   

   
 
 Cut paste the last few line of journalctl -f here.
 
 I can only tell you I don't have a problem with NFS mounts on my Rpi. 
 Did I ask if you had the latest SOA image installed on your
 Wandbaord?
 
 Unfortunately, I suspect you cannot get to a command line on your
 ReadyNAS to look at the NFS server settings to try to resolve this. If
 you are prepared to change back to using SAMBA, I cannot see why this
 wouldn't work. I'd be happy to run through SAMBA mounts with you.

Thanks Krisbee

This seems to be the relevant bit of journalctl:


Code:


  Apr 01 10:25:35 soa-wandboard systemd[1]: Starting RPC Port Mapper.
  Apr 01 10:25:35 soa-wandboard systemd[1]: Reached target RPC Port Mapper.
  Apr 01 10:25:35 soa-wandboard systemd[1]: Starting Host and Network Name 
Lookups.
  Apr 01 10:25:35 soa-wandboard systemd[1]: Reached target Host and Network 
Name Lookups.
  Apr 01 10:25:35 soa-wandboard systemd[1]: Starting NFS status monitor for 
NFSv2/3 locking
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: Version 1.3.2 starting
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: Flags: TI-RPC
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: Failed to read 
/var/lib/nfs/state: Success
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: Initializing NSM state
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: Running as root.  chown 
/var/lib/nfs to choose different user
  Apr 01 10:25:35 soa-wandboard rpc.statd[538]: failed to create RPC listeners, 
exiting
  Apr 01 10:25:35 soa-wandboard systemd[1]: rpc-statd.service: control process 
exited, code=exited status=1
  Apr 01 10:25:35 soa-wandboard systemd[1]: Failed to start NFS status monitor 
for NFSv2/3 locking..
  Apr 01 10:25:35 soa-wandboard systemd[1]: Unit rpc-statd.service entered 
failed state.
  Apr 01 10:25:35 soa-wandboard systemd[1]: rpc-statd.service failed.
  Apr 01 10:25:35 soa-wandboard rpc.statd[540]: Version 1.3.2 starting
  Apr 01 10:25:35 soa-wandboard rpc.statd[540]: Flags: TI-RPC
  Apr 01 10:25:35 soa-wandboard rpc.statd[540]: Running as root.  chown 
/var/lib/nfs to choose different user
  Apr 01 10:25:35 soa-wandboard rpc.statd[540]: failed to create RPC listeners, 
exiting
  



the output from the mount command:


Code:


  [root@soa-wandboard ~]# mount -t nfs -o vers=3 192.168.0.198:/c/media 
/mnt/disk1
  Job for rpc-statd.service failed. See systemctl status rpc-statd.service 
and journalctl -xe for details.
  mount.nfs: rpc.statd is not running but is required for remote locking.
  mount.nfs: Either use '-o nolock' to keep locks local, or start statd.
  mount.nfs: an incorrect mount option was specified
  



I can get to a command line on the readynas if that will help

I can get a SAMBA (cifs) mount working - it just won't work with hi-res
files without constant rebuffering - it has been suggested that an nfs
mount MIGHT cure this - hence the attempts to get nfs working.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-01 Thread steve-g

simoh wrote: 
 steve-g
 
 Try adding the line
 
 192.168.0.198:/c/media /mnt/disk1 nfs
 vers=3,nolock,users,auto,x-systemd.automount,x-systemd.device-timeout=10,timeo=14,noatime
 0 0
 
 to your /etc/fstab and reboot
 
 Simon.

Thanks Simon - that works!



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-01 Thread steve-g

Lestrad wrote: 
 Here's what I get when I use the right IP address:
 
 rpcinfo -u 192.168.0.14 nfs:
 program 13 version 2 ready and waiting
 program 13 version 3 ready and waiting
 program 13 version 4 ready and waiting
 
 and
 
 showmount -e 192.168.0.14:
 Export list for 192.168.0.14:
 /c/media  *
 /c/backup *
 
 BUT when I try to mount manually with:
 
 mount -t nfs -o 192.168.0.14:/c/media media/netdrive
 
 I get:
 
 mount.nfs: remote share not in 'host:dir' format
 
 If I try to mount the share in the Web interface, I get:
 
 mount.nfs: an incorrect mount option was specified
 
 Sorry about the confusion earlier. Hope you can help.

Its fun this isn't it!

The '-o' in mount -t nfs -o 192.168.0.14:/c/media media/netdrive is the
problem - -o causes the '192.168.0.14:/c/media' to be treated as an
option string.

Without the '-o' I get: mount.nfs: an incorrect mount option was
specified

I'm beginning to wonder if a pi might have been a better option...



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-04-01 Thread steve-g

Krisbee wrote: 
 Steve,
 
 Ok, as I suspected SOA can have a problem when the option for a NFS
 version 3 connections is specified.  On the Wandboard you can check what
 version of NFS connections your NFS server will accept with this
 command:
 
  
Code:

  
   rpcinfo -u 192.168.0.198 nfs
   

  
 
 Post your output here.  This is mine:
 
  
Code:

   }
   [root@soa-rpi ~   # rpcinfo -u 192.168.0.20 nfs
   program 13 version 2 ready and waiting
   program 13 version 3 ready and waiting
   program 13 version 4 ready and waiting
   

  
 
 You can see my NFS server will work with a version 4 client, which is
 what SOA defaults to.  If the NFS server on your NAS only works up to
 version 3, then SOA needs a bit of tweaking. I'll have to dig out my
 notes to remember what additional steps I took to get his to work in
 the past. 
 
 As to your SAMBA comment and the hi-res files re-buffering problem. I
 think I already suggested that adding some options to the CIFS mount
 might help with that. It really should be doable by entering the
 correct data on the SOA storage page, assuming your SAMAB server
 config is right. Also I forgot to ask, but can you remind me if your
 Wandboard is using a wired or wireless network connection.

Ok this is the output from mine:


Code:


  [root@soa-wandboard ~]# rpcinfo -u 192.168.0.198 nfs
  program 13 version 2 ready and waiting
  program 13 version 3 ready and waiting
  program 13 version 4 ready and waiting
  



So version 4 SHOULD be OK

The wandboard is wired - I'm not using the wifi on the wand for
anything.

As to the lock up the wandboard stopped communicating over the network
so I was unable to logon to it or to connect to the LMS server.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-31 Thread steve-g

Yes I have NFS enabled in the readynas - at least the readynas says I
have!

The ouput of the command is:

[root@soa-wandboard ~]# showmount -e 192.168.0.198
Export list for 192.168.0.198:
/c/media  *
/c/backup *

192.168.0.198 is the IP address for the readynas.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-31 Thread steve-g

Krisbee wrote: 
 OK so it looks like your Wandboard can see the NFS shares. Let's see if
 you can mount the share at the command line. Connect to your Wandboard
 as root via SSH. Then use this command:
 
  
Code:

  
   mount -t nfs -o ro 192.168.0.198:/c/media /mnt/disk1
   

  
 
 I've assumed your music files are at /c/media
 
 Are your music files now accessable on the Wandboard? What permissions
 do they have? Cut and past a few lines of the ls -l output here.
 
 If this is OK, the next step is to make NFS mount work through the
 Webinterface.

The mount command fails:


Code:


  [root@soa-wandboard ~]# mount -t nfs -o ro 192.168.0.198:/c/media /mnt/disk1
  mount.nfs: an incorrect mount option was specified
  



You're right my music files are in the media folder.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-31 Thread steve-g

Krisbee wrote: 
 Hmm, drop the read only option and try again.
 
  
Code:

  
   mount -t nfs  192.168.0.198:/c/media /mnt/disk1
   

  

If still fails - this is the verbose output:


Code:


  [root@soa-wandboard ~]# mount -t nfs -v 192.168.0.198:/c/media /mnt/disk1
  mount.nfs: timeout set for Tue Mar 31 18:53:07 2015
  mount.nfs: trying text-based options 
'vers=4.2,addr=192.168.0.198,clientaddr=192.168.0.8'
  mount.nfs: mount(2): Invalid argument
  mount.nfs: an incorrect mount option was specified
  



The wandboard address is 192.168.0.8



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

I've recently installed SOA and LMS (7.81) on to a Wandboard Quad mainly
to get BBC radio working again as the sparc processor that my Readynas
uses does not have the horse power to run this.

I have my music stored on the readynas (a Readynas Duo V1) and have
mounted the share on the wand board - this works fine with 44.1kHz
sampling rate but cannot cope with hi-def files.
It almost works with 24/96k with just a few re-buffers per track, 24/192
will constantly re-buffer.

I know that the readnas is slow but it's not that slow - I've installed
LMS on my main PC as a test and using the same configuration (music on
nas) this works fine - so it seems to be a Wandboard issue.
The PC, Wandboard and Readynas all connect to the router via 1Gb/s
connections - so this SHOULDN'T be a problem.

Is there anything that I can tweak (buffers?) to improve performance or
to help diagnose exactly whats happening?

Thanks



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Lestrad wrote: 
 Just go the IP address of your Wandboard and you should see the SoA Home
 page. Go to the Update tab and look for a check box. Check it and hit
 Install/Remove. Let us know what happens...
 
 PS It's mentioned somewhere in this thread, but I can't figure out how
 to search...

It seems to fail with an abort message:

- Extracting a6e7fc58e6912986d003598ed79bb6a391a2113c.tar.gz with
bsdtar
== Starting prepare()...
/aur/soa-aur/linux-wandboard/PKGBUILD: line 34: patch: command not
found
== ERROR: A failure occurred in prepare().
Aborting...



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Lestrad wrote: 
 I believe that Triode, the developer of SOA, had said that the Updated
 Kernel needs to be installed for sampling rates above 44.1 kHz. Have you
 installed it?

No - I didn't realise there is one - do you know where I can get it from
and the process involved in installing it?



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Krisbee wrote: 
 You may have gigabit rated hardware, but have you tested the actual
 connection speeds between your various devices? 
 
 Apart from this, a couple of other things spring to mind.  Firstly,
 adjusting the squeezelite params may iron out the re-buffering on
 hi-res playback.  Secondly, what parameters did you use for your CIFS
 mount on the Wandboard quad? Adjusting the wsize/rsize might help. Also
 you might benefit from samba server side optimisation on your ReadyNas. 
 Something like this:
 http://darrylgriffiths.blogspot.co.uk/2014/11/netgear-readynas-duo-samba-performance.html

I'm not using squeezelite it's LMS I'm trying to get to work -
communicates to a couple of touches to do the actual replay.

This is the entry in the fstab: 
//192.168.0.198/media  /media/netdrive cifs 
noauto,x-systemd.automount,user=nobody,password=,iocharset=utf8,noperm,nounix,nobrl
0  0

The readynas also supports nfs but I've been totally unable to mount
using this so don't know if it would be any better.

I've just tried the readynas tweak - it doesn't make any difference.

I've not tested the actual connection speeds (I don't know how to) but
all the devices are reporting connection at 1Gb.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Lestrad wrote: 
 I've been advised to enable the NFS service on the ReadyNAS and mount
 using NFS. What problems did you have with NFS?

I have enabled NFS on the readynas - I've just not found any combination
of commands in the fstab file that will actually mount - I can't recall
the actual error message but something like device not found I'll try it
again and report thre actual message.

Have you got it working?



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

The actual error message with nfs - as reported in WinScp is:

General failure (server should provide error description).
Error code: 4
Error message from server: Failure

Just wish I knew what it means.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Lestrad wrote: 
 Doggone. And the creator of this thread seems to have dropped completely
 out of sight, after having been a model of availability for just such
 problems as this for so long...
 
 All I can say is, reboot the Wandboard and try again. That's what I
 ended up doing a bunch of times.

I will re-try it but maybe not today. Will report back on this.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Krisbee wrote: 
 Not a good idea to have NFS and CIFS running simultaneously on the same
 data on your ReadyNAS, use one or the other.   It really should not be a
 case of trial and error manual editing of your /etc/fstab.  Triode
 designed SOA for you to mount shares via its web interface storage.html
 page.  See the help instructions on that page. 
 
 You seem to have mounted your share manually.

I don't try to have both at the same time - I only try one or the
other.

I'm obvoiusly being thick but I can't get the web interface-  storage
to work at all - hence the manual edit.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-30 Thread steve-g

Lestrad wrote: 
 Exactly what is in your fstab? Or are you trying to mount manually?

The main problem is I don't actually know what to put in fstab - I've
tried a whole range of different lines from very simple with no options
to more or less a copy of the cifs options and I can't get anything to
work - any idea what should go in fstab for nfs mounts? - I've tried all
the permutations I've found by googling.

I've not actually tried mounting manually but might try doing this as I
can then see if I get any error messages.



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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


Re: [SlimDevices: Unix] Announce: Squeeze on Arch - developer version

2015-03-21 Thread steve-g

I got a Wandboard Quad yesterday and LMS up and running in about an hour
- took rather longer to work out how to mount the network drive on my
readynas to get at my music but all up and running now.

I'm very impressed by the smooth way it worked so I would like to say
thanks for ALL those involved in setting this up

Steve



steve-g's Profile: http://forums.slimdevices.com/member.php?userid=52057
View this thread: http://forums.slimdevices.com/showthread.php?t=101624

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