WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Cannot install mpd  (Read 6830 times)

Offline kind

  • Newbie
  • *
  • Posts: 9
Cannot install mpd
« on: June 24, 2014, 02:20:47 PM »
Hi

I install mpd from Repo:
tce-load -iw mpd

Installation stops on
Downloading: liborc.tcz
Connecting to repo.tinycorelinux.net (89.22.99.37:80)
wget: short write
liborc.tcz: FAILED
md5sum: WARNING: 1 of 1 computed checksums did NOT match
Error on liborc.tcz

Tried many times with same result...

Please give me some help.
Thanks

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Cannot install mpd
« Reply #1 on: June 24, 2014, 10:16:20 PM »
Most likely out of space on the storage media where /tce resides. Check free space. Which piCore version you installed?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #2 on: June 25, 2014, 12:02:19 AM »
Oh, I should give more info, sorry.

The only way I'm going to use Pi is to play music using USB out.
Just like I did with VoyageMPD and Volumio.
So I choose SSH version.

First I tried 5.3.1 SSH.
Next I tried 5.3 SSH.

I use 2Gb SD.

I've got very basic linux skills... Pity, but I don't know how to check free space using command line.
I would appreciate your help.

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Cannot install mpd
« Reply #3 on: June 25, 2014, 12:44:34 AM »
To check free space, execute the following command in terminal:

Code: [Select]
df -h /mnt/mmcblk0p2
Did you read README and expanded file system on /dev/mmcblk0p2 as described?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #4 on: June 25, 2014, 01:57:28 AM »
Did you read README and expanded file system on /dev/mmcblk0p2 as described?

No I didn't and that was my fault.
Now I've read it and done as described.
MPD installed with no errors.

Thank you so much!

And yet I have another question: I can't find mpd.conf. This is config file for mpd setup.
In Volumio and Voyage it's located in /etc/init.d.

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #5 on: June 25, 2014, 04:43:36 AM »
Would be great if someone give step-by-step instructions to get MPD working.
Seems I cannot do it myself because of lack of experience.

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #6 on: June 27, 2014, 11:51:50 PM »
Guys, if someone got MPD up and running please share your experience.

Now I have MPD installed.
I can see it in /usr/local/tce.installed

How should I start it?


Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Cannot install mpd
« Reply #7 on: June 28, 2014, 01:57:17 AM »
Read man pages, there is a sample config file. Also, Internet is full with mpd article. Use Google, Bing, Yahoo, ... to search for them.
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #8 on: June 28, 2014, 03:21:23 AM »
There is a particular feature of TCL making me asking those stupid questions.
TLC clears any files and directories after reboot.

I don't understand where config file should be located in order not to be deleted after reboot.

As I mentioned I've got 2 linux system with MPD. I can manage quite easy there because they are "ordinary". So no problems with MPD's setup and running.

Honestly, I am an audiophile. And my only wish is to get MPD on. I don't intend to get much into linux jungles.
Unfortunately there is no ready-to-go audiophile image of TCL for ARM.
That's why I'm here.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14546
Re: Cannot install mpd
« Reply #9 on: June 28, 2014, 03:44:23 AM »
You need to add the config file to your backup.

This is done by adding the file to /opt/.filetool.lst

..something like "usr/local/etc/mpd/mpd.conf" I presume?

Offline bmarkus

  • Administrator
  • Hero Member
  • *****
  • Posts: 7183
    • My Community Forum
Re: Cannot install mpd
« Reply #10 on: June 28, 2014, 03:54:47 AM »

Unfortunately there is no ready-to-go audiophile image of TCL for ARM.


What do you mean ARM? Which machine, which architecture?
Béla
Ham Radio callsign: HA5DI

"Amateur Radio: The First Technology-Based Social Network."

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #11 on: June 28, 2014, 05:01:33 AM »
You need to add the config file to your backup.

This is done by adding the file to /opt/.filetool.lst

..something like "usr/local/etc/mpd/mpd.conf" I presume?

Thank you for direction! I'll try it

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #12 on: June 28, 2014, 05:06:24 AM »

Unfortunately there is no ready-to-go audiophile image of TCL for ARM.


What do you mean ARM? Which machine, which architecture?

I have Cubox (v.1) and Rasberry Pi on hand.
In this case I'm interested in Raspberry, of course, for this is Raspberry Pi thread. :)

Offline kind

  • Newbie
  • *
  • Posts: 9
Re: Cannot install mpd
« Reply #13 on: July 02, 2014, 12:34:54 AM »
Oh, what a seepless nights...  :)
But finally I got MPD up and runing.

Now I stuck in updating database.
My music located on Synology NAS.
I mount it to my music folder:
Code: [Select]
sudo mount -t nfs 192.168.0.110:/volume1/music /home/mpd/musicNo problems here.

Updating database:
Code: [Select]
mpc update
That command kills mpd process.
Mpd log shows:
mpd: sndfile.c:312: sf_open: Assertion `sizeof (sf_count_t) == 8' failed.

Tried mounting CIFS with same result.
Please show me the direction, I just can't give up

P.S.
My Pi is first version, I think. There is no A or B marks on it, but it bought it 2 years ago (didn't try it until now).
« Last Edit: July 02, 2014, 01:15:49 AM by kind »

Offline Da Alchemist

  • Newbie
  • *
  • Posts: 14
Re: Cannot install mpd
« Reply #14 on: January 14, 2015, 12:17:12 AM »
I came to this Thread because i have got the same Error. I found out, that this happens when it comes to wav-Files.

Start mpd with this Options:

mpd --verbose --no-daemon --stdout > mpd_trouble.out

I do not know the reason for this Bug, I converted my Wav Files to Flac....

Regards