cuboxi4でNASに接続できない

1,503 views
Skip to first unread message

nishin...@gmail.com

unread,
Sep 21, 2014, 10:34:45 AM9/21/14
to ligh...@googlegroups.com
nisiと申します
lightMPDイメージ有難う御座います
早速ですが初歩的な質問ですがお願いします。
cuboxi4からnas接続が出来ないようです、フロントのledは点灯しますが横のledも点灯しています、GMPC接続でエラー13となります。
DACはAIT LABO DAC(ES9018)comb384仕様です。
設定は下記の通りになります、修正の程宜しくお願いいたします。

--------------- /etc/network/interfaces --------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
netmask 255.255.255.0
address 192.168.1.15
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
++
--------------- /etc/resolv.conf --------------
nameserver
search
++
--------------- /etc/default/ntpd --------------
NTPSERVERS=none
NTPDATE=yes
NTPD=no
++
--------------- /etc/ntp.conf --------------

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server none
restrict none
restrict 127.0.0.1
++
--------------- /sbin/ifconfig -a --------------
eth0 Link encap:Ethernet HWaddr D0:63:B4:00:33:0F
inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:9 errors:0 dropped:0 overruns:0 frame:0
TX packets:13 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1264 (1.2 KiB) TX bytes:990 (990.0 B)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:256 (256.0 B) TX bytes:256 (256.0 B)

++
--------------- /proc/mounts --------------
rootfs / rootfs rw 0 0
/dev/root / romfs ro,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=1028760k,nr_inodes=257190,mode=755 0 0
proc /proc proc rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,relatime,mode=777 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
tmpfs /var tmpfs rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
++
--------------- /proc/asound/cards --------------
0 [Amanero ]: USB-Audio - Combo384 Amanero
Amanero Technologies Combo384 Amanero at usb-ci_hdrc.0-1, high speed
++
--------------- /bin/ps --------------
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
4 root [kworker/0:0]
5 root [kworker/0:0H]
6 root [kworker/u8:0]
7 root [posixcputmr/0]
8 root [kclksetdelayd]
9 root [rcu_preempt]
10 root [rcu_sched]
11 root [rcu_bh]
12 root [rcuc/0]
13 root [kcmosdelayd]
14 root [migration/0]
15 root [migration/1]
16 root [rcuc/1]
17 root [ksoftirqd/1]
18 root [posixcputmr/1]
19 root [kworker/1:0]
20 root [kworker/1:0H]
21 root [migration/2]
22 root [rcuc/2]
23 root [ksoftirqd/2]
24 root [posixcputmr/2]
25 root [kworker/2:0]
26 root [kworker/2:0H]
27 root [migration/3]
28 root [rcuc/3]
29 root [ksoftirqd/3]
30 root [posixcputmr/3]
31 root [kworker/3:0]
32 root [kworker/3:0H]
33 root [khelper]
34 root [kdevtmpfs]
35 root [writeback]
36 root [bioset]
37 root [crypto]
38 root [kblockd]
39 root [khubd]
40 root [irq/70-21a8000.]
41 root [kworker/0:1]
42 root [rpciod]
43 root [kswapd0]
44 root [fsnotify_mark]
45 root [nfsiod]
46 root [cifsiod]
62 root [irq/34-sdma]
63 root [irq/150-2188000]
64 root [irq/151-2188000]
65 root [ci_otg]
66 root [irq/75-ci_hdrc_]
67 root [irq/72-ci_hdrc_]
68 root [irq/51-rtc alar]
69 root [irq/164-2194000]
70 root [irq/55-mmc0]
71 root [kworker/u8:1]
72 root [kworker/1:1]
73 root [deferwq]
74 root [kworker/u8:2]
75 root [irq/58-IMX-uart]
76 root [mmcqd/0]
77 root [kworker/0:2]
78 root [kworker/2:1]
80 root [kworker/3:1]
85 root {rcS} /bin/sh /etc/init.d/rcS
91 root [kworker/1:1H]
125 root /sbin/syslogd -n
128 root /sbin/klogd -n
173 root rpcbind
175 root rpc.statd -L
182 root {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
184 root /usr/sbin/thttpd -D -C /var/www/thttpd_config
193 root /usr/bin/mpd
195 root {S99mpdstatus} /bin/sh /etc/init.d/S99mpdstatus start
196 root sh /var/lightMPD/bin/statusout.sh
204 root /bin/ps
++
--------------- /usr/bin/mpd -V --------------
mpd (MPD: Music Player Daemon) 0.17.6-DSD

Copyright (C) 2003-2007 Warren Dukes <warren.dukes*gmail.com>
Copyright (C) 2008-2012 Max Kellermann <max*duempel.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Decoders plugins:
[mad] mp3 mp2
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[audiofile] wav au aiff aif m4a mp4 flac
[dsdiff] dff
[dsf] dsf
[faad] aac
[mp4ff] m4a m4b mp4
[ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
[pcm]

Output plugins:
null fifo pipe alsa

Archive plugins:
[bz2] bz2

Input plugins:
file archive curl ffmpeg mms

Playlist plugins:
extm3u m3u xspf pls asx rss lastfm cue cue

Protocols:
file:// http:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps://
++
--------------- /bin/date --------------
Thu Jan 1 09:00:08 JST 1970
++
--------------- /usr/bin/ntpq -p --------------
++
lrwxrwxrwx 1 root root 27 Jan 1 09:00 /var/lib/mpd/Music/md01 -> /var/lightMPD/nas/music/pcm
lrwxrwxrwx 1 root root 27 Jan 1 09:00 /var/lib/mpd/Music/md02 -> /var/lightMPD/nas/music/dsd
--------------- /var/log/messages --------------
Jan 1 09:00:03 lightmpd syslog.info syslogd started: BusyBox v1.22.1
Jan 1 09:00:03 lightmpd user.notice kernel: klogd started: BusyBox v1.22.1 (2014-07-10 19:28:50 JST)
Jan 1 09:00:03 lightmpd user.info kernel: Booting Linux on physical CPU 0x0
Jan 1 09:00:03 lightmpd user.notice kernel: Linux version 3.14.12-rt9-lightMPDcuboxi4 (araki@armdev) (gcc version 4.7.3 (Ubuntu/Linaro 4.7.3-1ubuntu1) ) #1 SMP PREEMPT RT Wed Jul 16 16:27:39 JST 2014
Jan 1 09:00:03 lightmpd user.info kernel: CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
Jan 1 09:00:03 lightmpd user.info kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 1 09:00:03 lightmpd user.info kernel: Machine model: SolidRun Cubox-i Dual/Quad
Jan 1 09:00:03 lightmpd user.info kernel: Memory policy: Data cache writealloc
Jan 1 09:00:03 lightmpd user.debug kernel: On node 0 totalpages: 524288
Jan 1 09:00:03 lightmpd user.debug kernel: free_area_init_node: node 0, pgdat 804e9200, node_mem_map ee7f9000
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 3568 pages used for memmap
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 0 pages reserved
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 456704 pages, LIFO batch:31
Jan 1 09:00:03 lightmpd user.debug kernel: HighMem zone: 528 pages used for memmap
Jan 1 09:00:03 lightmpd user.debug kernel: HighMem zone: 67584 pages, LIFO batch:15
Jan 1 09:00:03 lightmpd user.info kernel: PERCPU: Embedded 6 pages/cpu @ee7b6000 s8640 r0 d15936 u32768
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: s8640 r0 d15936 u32768 alloc=8*4096
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jan 1 09:00:03 lightmpd user.warn kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520720
Jan 1 09:00:03 lightmpd user.notice kernel: Kernel command line: console=ttymxc0,115200 root=/dev/ram0 rw ramdisk_size=65536 rootfstype=romfs
Jan 1 09:00:03 lightmpd user.info kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 1 09:00:03 lightmpd user.warn kernel: Memory: 2057520K/2097152K available (3755K kernel code, 199K rwdata, 792K rodata, 248K init, 279K bss, 39632K reserved, 270336K highmem)
Jan 1 09:00:03 lightmpd user.notice kernel: Virtual kernel memory layout:
Jan 1 09:00:03 lightmpd user.notice kernel: vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: lowmem : 0x80000000 - 0xef800000 (1784 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: .text : 0x80008000 - 0x80478f84 (4548 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .init : 0x80479000 - 0x804b71c0 ( 249 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .data : 0x804b8000 - 0x804e9dc0 ( 200 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .bss : 0x804e9dcc - 0x8052fa0c ( 280 kB)
Jan 1 09:00:03 lightmpd user.info kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jan 1 09:00:03 lightmpd user.info kernel: Preemptible hierarchical RCU implementation.
Jan 1 09:00:03 lightmpd user.info kernel: NR_IRQS:16 nr_irqs:16 16
Jan 1 09:00:03 lightmpd user.info kernel: L310 cache controller enabled
Jan 1 09:00:03 lightmpd user.info kernel: l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x72070000, Cache size: 1024 kB
Jan 1 09:00:03 lightmpd user.info kernel: sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 65075262448ns
Jan 1 09:00:03 lightmpd user.info kernel: Console: colour dummy device 80x30
Jan 1 09:00:03 lightmpd user.info kernel: Calibrating delay loop... 1570.81 BogoMIPS (lpj=785408)
Jan 1 09:00:03 lightmpd user.info kernel: pid_max: default: 32768 minimum: 301
Jan 1 09:00:03 lightmpd user.info kernel: Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: CPU: Testing write buffer coherency: ok
Jan 1 09:00:03 lightmpd user.info kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jan 1 09:00:03 lightmpd user.info kernel: Setting up static identity map for 0x103b0ac8 - 0x103b0b38
Jan 1 09:00:03 lightmpd user.warn kernel: CPU1: Booted secondary processor
Jan 1 09:00:03 lightmpd user.info kernel: CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jan 1 09:00:03 lightmpd user.warn kernel: CPU2: Booted secondary processor
Jan 1 09:00:03 lightmpd user.info kernel: CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jan 1 09:00:03 lightmpd user.warn kernel: CPU3: Booted secondary processor
Jan 1 09:00:03 lightmpd user.info kernel: CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jan 1 09:00:03 lightmpd user.info kernel: Brought up 4 CPUs
Jan 1 09:00:03 lightmpd user.info kernel: SMP: Total of 4 processors activated.
Jan 1 09:00:03 lightmpd user.info kernel: CPU: All CPU(s) started in SVC mode.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: initialized
Jan 1 09:00:03 lightmpd user.info kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
Jan 1 09:00:03 lightmpd user.info kernel: pinctrl core: initialized pinctrl subsystem
Jan 1 09:00:03 lightmpd user.info kernel: regulator-dummy: no parameters
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 16
Jan 1 09:00:03 lightmpd user.info kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Jan 1 09:00:03 lightmpd user.info kernel: CPU identified as i.MX6Q, silicon rev 1.2
Jan 1 09:00:03 lightmpd user.info kernel: syscon 20c8000.anatop: regmap [mem 0x020c8000-0x020c8fff] registered
Jan 1 09:00:03 lightmpd user.info kernel: vdd1p1: 800 <--> 1375 mV at 1100 mV
Jan 1 09:00:03 lightmpd user.info kernel: vdd3p0: 2800 <--> 3150 mV at 3000 mV
Jan 1 09:00:03 lightmpd user.info kernel: vdd2p5: 2000 <--> 2750 mV at 2400 mV
Jan 1 09:00:03 lightmpd user.info kernel: cpu: 725 <--> 1450 mV at 1150 mV
Jan 1 09:00:03 lightmpd user.info kernel: vddpu: 725 <--> 1450 mV at 1150 mV
Jan 1 09:00:03 lightmpd user.info kernel: vddsoc: 725 <--> 1450 mV at 1200 mV
Jan 1 09:00:03 lightmpd user.info kernel: syscon 20e0000.iomuxc-gpr: regmap [mem 0x020e0000-0x020e0037] registered
Jan 1 09:00:03 lightmpd user.info kernel: syscon 21bc000.ocotp: regmap [mem 0x021bc000-0x021bffff] registered
Jan 1 09:00:03 lightmpd user.info kernel: imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
Jan 1 09:00:03 lightmpd user.info kernel: bio: create slab <bio-0> at 0
Jan 1 09:00:03 lightmpd user.info kernel: mxs-dma 110000.dma-apbh: initialized
Jan 1 09:00:03 lightmpd user.info kernel: 3P3V: 3300 mV
Jan 1 09:00:03 lightmpd user.info kernel: usb_h1_vbus: 5000 mV
Jan 1 09:00:03 lightmpd user.info kernel: usb_otg_vbus: 5000 mV
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver hub
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new device driver usb
Jan 1 09:00:03 lightmpd user.info kernel: i2c i2c-2: IMX I2C adapter registered
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti*linux.it>
Jan 1 09:00:03 lightmpd user.info kernel: PTP clock support registered
Jan 1 09:00:03 lightmpd user.info kernel: Advanced Linux Sound Architecture Driver Initialized.
Jan 1 09:00:03 lightmpd user.info kernel: Switched to clocksource mxc_timer1
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 2
Jan 1 09:00:03 lightmpd user.info kernel: TCP established hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP bind hash table entries: 16384 (order: 6, 458752 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: reno registered
Jan 1 09:00:03 lightmpd user.info kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 1
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered named UNIX socket transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered udp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 1 09:00:03 lightmpd user.info kernel: Trying to unpack rootfs image as initramfs...
Jan 1 09:00:03 lightmpd user.info kernel: rootfs image is not initramfs (no cpio magic); looks like an initrd
Jan 1 09:00:03 lightmpd user.info kernel: Freeing initrd memory: 15072K (82801000 - 836b9000)
Jan 1 09:00:03 lightmpd user.info kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.warn kernel: bounce pool size: 64 pages
Jan 1 09:00:03 lightmpd user.notice kernel: NFS: Registering the id_resolver key type
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_legacy registered
Jan 1 09:00:03 lightmpd user.info kernel: ROMFS MTD (C) 2007 Red Hat, Inc.
Jan 1 09:00:03 lightmpd user.info kernel: msgmni has been set to 3520
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler noop registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler deadline registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler cfq registered (default)
Jan 1 09:00:03 lightmpd user.info kernel: imx-weim 21b8000.weim: Driver registered.
Jan 1 09:00:03 lightmpd user.warn kernel: imx-sdma 20ec000.sdma: Direct firmware load failed with error -2
Jan 1 09:00:03 lightmpd user.warn kernel: imx-sdma 20ec000.sdma: Falling back to user helper
Jan 1 09:00:03 lightmpd user.info kernel: imx-sdma 20ec000.sdma: initialized
Jan 1 09:00:03 lightmpd user.info kernel: Serial: IMX driver
Jan 1 09:00:03 lightmpd user.info kernel: 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
Jan 1 09:00:03 lightmpd user.info kernel: console [ttymxc0] enabled
Jan 1 09:00:03 lightmpd user.info kernel: serial: Freescale lpuart driver
Jan 1 09:00:03 lightmpd user.info kernel: brd: module loaded
Jan 1 09:00:03 lightmpd user.info kernel: loop: module loaded
Jan 1 09:00:03 lightmpd user.warn kernel: 2188000.ethernet supply phy not found, using dummy regulator
Jan 1 09:00:03 lightmpd user.info kernel: libphy: fec_enet_mii_bus: probed
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: registered PHC device 0
Jan 1 09:00:03 lightmpd user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 09:00:03 lightmpd user.info kernel: ehci-mxc: Freescale On-Chip EHCI Host driver
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
Jan 1 09:00:03 lightmpd user.info kernel: i2c /dev entries driver
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Secure Digital Host Controller Interface driver
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Copyright(c) Pierre Ossman
Jan 1 09:00:03 lightmpd user.info kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Jan 1 09:00:03 lightmpd user.warn kernel: sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: no vqmmc regulator found
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-audio
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-hiface
Jan 1 09:00:03 lightmpd user.info kernel: TCP: cubic registered
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 17
Jan 1 09:00:03 lightmpd user.info kernel: sctp: Hash tables configured (established 65536 bind 37449)
Jan 1 09:00:03 lightmpd user.notice kernel: Key type dns_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Registering SWP/SWPB emulation handler
Jan 1 09:00:03 lightmpd user.info kernel: regulator-dummy: disabling
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
Jan 1 09:00:03 lightmpd user.info kernel: ALSA device list:
Jan 1 09:00:03 lightmpd user.info kernel: No soundcards found.
Jan 1 09:00:03 lightmpd user.notice kernel: RAMDISK: gzip image found at block 0
Jan 1 09:00:03 lightmpd user.warn kernel: mmc0: host does not support reading read-only switch. assuming write-enable.
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: new SDHC card at address e624
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: mmc0:e624 SU04G 3.69 GiB
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: p1
Jan 1 09:00:03 lightmpd user.info kernel: usb 1-1: new high-speed USB device number 2 using ci_hdrc
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 2, val = -32767/0/1usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 1, val = -32767/0/1<6>VFS: Mounted root (romfs filesystem) readonly on device 1:0.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: mounted
Jan 1 09:00:03 lightmpd user.info kernel: Freeing unused kernel memory: 248K (80479000 - 804b7000)
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:07 lightmpd user.info kernel: libphy: 2188000.ethernet:04 - Link is Up - 1000/Full
Jan 1 09:00:07 lightmpd daemon.notice rpc.statd[175]: Version 1.2.6 starting
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[175]: Flags: TI-RPC
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[175]: Failed to read /var/lib/nfs/state: Success
Jan 1 09:00:07 lightmpd daemon.notice rpc.statd[175]: Initializing NSM state
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[175]: Running as root. chown /var/lib/nfs to choose different user
Jan 1 09:00:07 lightmpd daemon.crit thttpd[184]: socket :: - Address family not supported by protocol
Jan 1 09:00:07 lightmpd daemon.notice thttpd[184]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:07 lightmpd daemon.warn thttpd[184]: started as root without requesting chroot(), warning only
++

digi...@gmail.com

unread,
Sep 21, 2014, 11:30:28 AM9/21/14
to ligh...@googlegroups.com
nishinishi917さん

確かに、status.txtにnasの情報がありませんね。

以下の情報とlightmpd.confの内容を教えていただけますか。

NASのipアドレス
NASの共有ホルダー名
NASのプロトコル(cifsまたはnfs)

digi...@gmail.com

unread,
Sep 22, 2014, 10:20:38 PM9/22/14
to ligh...@googlegroups.com
nishinishi917さん

メールで届いたのでこちらに掲載し直します。

> 御忙しいところ有難うございます。
> 検証よろしくお願いいたします。
> lightmpd.conf
> #
> #
> [network]
> interface=eth0
> address=192.168.1.15
> netmask=255.255.255.0
> gateway=192.168.1.1
> [ntp]
> server=none
> ntpd=no
> timezone=Asia/Tokyo
> [nas:music]
> type=nfs
> host=192.168.1.25
> remotedir=music/pcm,music/dsd
> proto=tcp
> rsize=65536
> wsize=65536
> #[nas:NASID2]
> # type=cifs
> # host=nashost2
> # remotedir=audio_data
> # remoteuser=usrid
> # remotepass=passwd
> # iocharset=utf8
> #       file_mode=0644
> #       dir_mode=0755
> #       rsize=61440
> #       wsize=65536
> [mpd]
> load_module=mpd-0.17.6dsdrt
> music_directory=music/pcm,music/dsd
> playlist_directory=music/mpd/playlists
> db_file=music/mpd/tag_cache
> sticker_file=music/mpd/sticker.sql
> # log_file=music/mpd/mpd.log
> log_file=/dev/null
> [httpd]
> #  yes | no
> enable=yes
> [telnetd]
> #  yes | no
> enable=no
> [webconsole]
> #  yes | no
> #  start page:   http://thishost:9000/index.html
> enable=no
> [led]
> #  beagle bone
> #     none | heartbeat | default-on | mmc0 | mmc1
> bbb.usr0=heartbeat
> bbb.usr1=none
> bbb.usr2=none
> bbb.usr3=none
> #  cubox
> #     none | heartbeat | default-on
> #       cubox.power=default-on
> #
> [debug]
>         save=yes
> interfaces=yes
> resolvconf=yes
> ntpd=yes
> ntpconf=yes
> ifconfig=yes
> cards=yes
> mounts=yes
> ps=yes
> mpdversion=yes
> date=yes
> ntpq=yes
> music=yes
> messages=yes
> NASのipアドレス
> NASの共有ホルダー名 music
> NASのプロトコル(cifsまたはnfs) nfs

digi...@gmail.com

unread,
Sep 22, 2014, 10:22:51 PM9/22/14
to ligh...@googlegroups.com
nishinishi917さん

[nas:music]の

remotedir=music/pcm,music/dsd

に誤りがあります。

remotedirは一つのディレクトリを指定します。

複数のリモートディレクトリをマウントする時はリモートディレクトリ毎に
[nas]を定義します。

しかし、nishinishi917さんの場合は複数のディレクトリをマウントする必要がないので
以下のようにして下さい。

[nas:music]
type=nfs
host=192.168.1.25
remotedir=music
proto=tcp
rsize=65536
wsize=65536

[mpd]のplaylist_directoryはそのままでOKです。

nishin...@gmail.com

unread,
Sep 24, 2014, 11:27:12 AM9/24/14
to ligh...@googlegroups.com
digifiさん
qnap nasのHDDが不調の為、入れ替えました。
記述通り、入力後 電源投入 結果は同じでした。
nas、GMPCの設定の、どちらかに問題でもあるのでしょうか?
宜しくお願いいたします。

digi...@gmail.com

unread,
Sep 24, 2014, 11:52:28 AM9/24/14
to ligh...@googlegroups.com
nishinishi917さん

> nas、GMPCの設定の、どちらかに問題でもあるのでしょうか?
結果は同じということがstatus.txtにnasの情報がないということならnas,GMPCの問題ではありません。

修正後のlightmpd.confとstatus.txtをはりつけて下さい。


digi...@gmail.com

unread,
Sep 25, 2014, 12:01:23 PM9/25/14
to ligh...@googlegroups.com
nishinishi917さん

またメールできましたので転載します。

> digifiさん
> nishinishi917です
> linaxの本、ウブンツ、vortex netラジオのみ、習得中ですがハードルが高いようです。
> とにかく音を聞きたいので
> 宜しくお願いいたします。
> hostは25から22に 意味は無く変更、dirは同じに設定
> lightmpd・config
> #
> #
> [network]
> interface=eth0
> address=192.168.1.15
> netmask=255.255.255.0
> gateway=192.168.1.1
> [ntp]
> server=none
> ntpd=no
> timezone=Asia/Tokyo
> [nas:music]
> type=nfs
> host=192.168.1.22
> remotedir=music
以下略

digi...@gmail.com

unread,
Sep 25, 2014, 12:02:20 PM9/25/14
to ligh...@googlegroups.com
nishinishi917さん

やはりマウントできていないですね。

ネットワークはつながっているようなので、webconsoleの"show nasmount.sh"を実行してその結果を貼り付けて下さい。

webconsoleはブラウザーから


で接続します。

nishin...@gmail.com

unread,
Sep 26, 2014, 6:25:39 PM9/26/14
to ligh...@googlegroups.com
digifiさん
nishinishi917です
webconsoleを初めて聞きました、
知人に聞いては見ますが、
使い方等、参考になるソフト有りましたら、
教えて頂きたいのですが、
宜しくお願いいたします。

joecoo...@gmail.com

unread,
Sep 26, 2014, 8:17:25 PM9/26/14
to ligh...@googlegroups.com
横から失礼します。

>webconsoleを初めて聞きました、
webconsoleはlightMPDの機能のひとつです。

lightMPDの設定ファイルであるlightmpd.confの下の方に、

-------------------------------------------------


[webconsole]
# yes | no
# start page: http://thishost:9000/index.html
enable=no

-------------------------------------------------

と書かれている箇所があると思いますので、

enable=yes

と書き直して、microSDに保存。
microSDをcuboxi4にセットして、cuboxi4をネットワークに繋ぎ電源を入れる。
暫くしてから、cuboxi4と同じネットワークに接続された PC のブラウザのアドレス表示欄に、以下のように入力してください。

http://192.168.1.15:9000/index.html

すると、cuboxi4の動作状況がブラウザに表示されます。

その結果をコピーアンドペーストすればOKです。

お節介失礼しました。m(_ _)m

nishin...@gmail.com

unread,
Sep 27, 2014, 8:18:14 AM9/27/14
to ligh...@googlegroups.com
joecooさん
大変 役に立ちました,
お礼申し上げます、
自分でも、調べましたが、firefoxに有ったようなで
再度、ubntu入れてと思っていました矢先でした
有難う御座います。

digifiさん
結果報告いたします、
なお、エディターでの編集に指定されたCR+CFは、設定していましたが
unicordは 日本語+JISです。
関係していますか?

宜しくお願いいたします。

show nasmount.sh


Thu Jan 1 09:00:42 JST 1970

------ cat /var/lightMPD/etc/nasmount.sh ------
# nasid:music
mkdir /var/lightMPD/nas/music
mount -t nfs -o hard,intr,noatime,wsize=65536,proto=tcp,rsize=65536 192.168.1.22:/music /var/lightMPD/nas/music


--

------ cat /var/lightMPD/etc/nasmount.log ------
mount: 192.168.1.22:/music failed, reason given by server: Permission denied
mount: mounting 192.168.1.22:/music on /var/lightMPD/nas/music failed: Bad file descriptor

--

digi...@gmail.com

unread,
Sep 27, 2014, 11:19:40 AM9/27/14
to ligh...@googlegroups.com
nishinishi917さん

> mount: 192.168.1.22:/music failed, reason given by server: Permission denied 

というエラーが出ています。
nas側の設定でnfsの設定がうまくいっていないようです。

nishinishi917さんはqnapを使っておられるようなので、下記の項目を確認して下さい。


コントロールパネルで特権の設定 -> 共有ホルダー を開いてマウントするフォルダーのアクセス許可アイコンをクリックする。

開いたパネルで権限タイプの選択をNFSホストのアクセスにする

許可するIPアドレスまたはドメイン名にlightMPDのIPアドレスが許可されているか確認して下さい。

ここに*が指定されていればすべてのホストからアクセス可能です。

多分、何も設定されていないと思いますので、*を追加して下さい。

もし、何か設定されているなら設定内容を教えて下さい。

joecoo...@gmail.com

unread,
Sep 27, 2014, 11:56:52 AM9/27/14
to ligh...@googlegroups.com
nishinishi917 さま

お役に立てて何よりです。
もう少しで音出しできそうですね。
最高の音場表現が聴けると思います。

nishin...@gmail.com

unread,
Sep 28, 2014, 3:28:23 AM9/28/14
to ligh...@googlegroups.com
digifiさん
度々すみません、まだ音出し出来ません。
nas設定の件ですが
qnap hs210 dir music pcm file
になっておりますが、指定通りに

コントロールパネルで特権の設定 -> 共有ホルダー を開いてマウントするフォルダーのアクセス許可アイコンをクリックする。
開いたパネルで権限タイプの選択をNFSホストのアクセスにする
許可するIPアドレスまたはドメイン名

下記の通り3行で書きこみました

1行目 domain.local
2行目 *
3行目 192.168.1.15

他には
ネットワークサービスのwin/mac/nsfの設定ですが、
nfsサービスを有効にチェックを入れてあります。

NAS設定が出来ない為下記の現象になると思うのですが
win7 64bit にインストールしたGMPCエラーはconnected to mpd と表示
DACは44.1の表示が数秒で nonsigとなります。

宜しくお願いいたします。

digi...@gmail.com

unread,
Sep 28, 2014, 4:56:32 AM9/28/14
to ligh...@googlegroups.com
nishinishi917さん

> 下記の通り3行で書きこみました
> 1行目 domain.local
> 2行目 *
> 3行目 192.168.1.15

これで問題はありません。

こちらで確認しましたが、permission  denied はリモートディレクトリに公開されていないディレクトリ名を指定した場合
にもでます。

nishinishi917さんのqnapでmusicが共有フォルダーに設定されているでしょうか?

当初、nishinishi917さんの設定ではリモートディレクトリはmusic/pcm,music/dsdになっていたので
music/pcm,music/dsdが共有フォルダーに設定されているということはないでしょうか?

[mpd]の設定を見るとnasのディレクトリ構成は

     <music>  ---+---- <pcm>
                 |
                 +---- <dsd>
                 |
                 +---- <mpd>

のようになっている思います。

状況としてはnasの設定とlightmpd.confの設定に整合がとれていませんので、いちど整理したいと思います。

1. 共有フォルダーの一覧(ホルダー名のみでかまいません)

2. <music> ディレクトリ配下のディレクトリ構成

を教えていただけますか?

nishin...@gmail.com

unread,
Sep 28, 2014, 7:15:05 AM9/28/14
to ligh...@googlegroups.com
digifiさん
色々と手間をかけて申し訳ありません。
下記の設定になります、
宜しく尾根が合いいたします

[nas:music]
type=nfs
host=192.168.1.22
remotedir=music
iocharset=utf8
proto=tcp
rsize=65536
wsize=65536
現在hostを追加してあります
win7から見たデレクトリ
musicはnas購入後lightMPDの為に作成
他のデレクトリーは購入から書き込み等、設定なし

ネットワークから見たデレクトリ
download  共有 system default share
home 共有 home
homes    共有 system default share
Multmedia  共有 system default share
music 共有 mpd         wav音楽ファイルしか見えない    
public    共有 system default share
QNAPDrive  共有
Qsync    共有 Qsync
Recordings  共有 system default share
Wev     共有 system default share

特権の設定  から見たコントロールパネル 共有フォルダー
        フォルダー数   ファイル数
download     1        0
homes       6        3
Multmedia     5        49
music    7        45  jpg iniファイル有り
public       1        0
QNAPDrive      0        0
Recordings     1        0
Wev        1        1

nas ディレクトリ musicの下の3デレクトリ
(music)--(dsd)------現在無
   |
   +--(dsd)------現在無
   |
   +--(pcm)--(演奏者名)--+---(cd名前)---楽曲.wav 他6曲 jpg 4枚 ini 1個       |
+---(cd名前)---楽曲.wav 他5曲 jpg 4枚 ini 1個
        |
    +---(cd名前)---楽曲.wav 他15曲 jpg 4枚 ini 1個

digi...@gmail.com

unread,
Sep 28, 2014, 10:15:17 AM9/28/14
to ligh...@googlegroups.com
nishinishi917さん

musicのディレクトリ構成に一部おかしいところがありますが、共有フォルダーの設定は間違いないようです。
一点確認ですが、musicディレクトリのNFSホストアクセスのパネルにアクセス権というのがあるのですが、これはどうなってますか?
「制限なし」になっている必要があります。

nishinishi917さんのlightmpd.confの[mpd]の設定だと、musicディレクトリの下にmpd、mpd/playlistsというディレクトリが必要です。

musicディレクトリのNFSホストアクセスのアクセス件が「制限なし」になっている場合は、別な原因も考えられますので、
一度リセットしてnfsではなくcifsでトライしてみませんか?
cifsだとwindowsからアクセスする事ができればnasには問題が無いことになります。
cifsで接続を確認してからnfsへ再度トライしたほうがいいのではと思います。


ディレクトリ構成を今から変更できるなら以下のようにしたほうがいいと思います。

<music> ----+---- <data>-----+-----<dsd>
            |                |
            |                +-----<pcm>
            |
            +---- <mpd>


musicが共有フォルダーになります。
lightmpd.conf->[mpd]->music_directoryは music/dataになります。
data配下には必要に応じてディレクトリを増やして下さい。
<dsd>,<pcm>配下のディレクトリ構成は任意。現在のままでいいと思います。

music/mpdにtag_cacheなどが入ります。

musicの設定が

[nas:musci]
   ...
   host=192.168.1.22
   remotedir=music

とすると
[mpd]
   music_directory=music/data
   playlist_directory=music/mpd/playlists
   db_file=music/mpd/tag_cache
   sticker_file=music/mpd/sticker.sql
   ...
   ...

になります。

nishin...@gmail.com

unread,
Sep 28, 2014, 1:05:04 PM9/28/14
to ligh...@googlegroups.com
digifiさん
有難う御座います。
一度リセットしてnfsではなくcifsでトライしてみませんか?の件
了解いたしました、cifsでトライします。

変更結果
musicのデレクトリは
権限タイプ選択 ユーザーグループの許可 読み取り書き込み許可
同じ画面下のゲストのアクセス権はアクセス拒否
nsfホストのアクセス
アクセス権 制限なし 
squash option はNO_ROOT_SQASH

[nas:musci][mpd]ともに変更しました、
残念ながらGMPC errecode13 problems connecting to192.168.1.15 on port6600となります。
宜しければ他のソフト有りましたら紹介願えませんでしょうか、
変更しても無駄でしょうか?

digi...@gmail.com

unread,
Sep 28, 2014, 11:40:59 PM9/28/14
to ligh...@googlegroups.com
nishinishi917さん

始めに、一つお願いがあります。
うまくいかなかった場合、その都度 lightmpd.confとstatus.txt,show nasmount.sh の結果を貼り付けてください。
これらがないと原因の究明が出来ません。

nasの設定に変なところはありません。これでなんでマウントがエラーになるか謎です。

一度nfsは中断してcifsでマウントを試みます。

lightmpd.confの[nas:music]を以下のように変更して下さい。

[nas:qnap]
type=cifs
host=192.168.1.22
remotedir=music
remoteuser=注1
remotepass=注1
iocharset=utf8
file_mode=0644
dir_mode=0755
rsize=61440
wsize=65536

「注1」
remoteuseはユーザーとグループの許可で権限の欄に示される物を指定します。複数ある場合、admin以外を指定したほうがい
いでしょう。Windows マシンから接続するユーザ名がいいと思います。

remotepassはremoteuseで指定したユーザのパスワードを指定します。

**********重要*********
lightmpd.confやshow nasmount.shにはremoteuser,remotepassで設定した内容が含まれます。
これらを貼り付ける時にremoteuser,remotepassの部分を"*"で置き換えて下さい。
ローカルの設定とはいえパスワードが見えないように配慮をお願いします。


mpdのクライアントはPCから操作するならGMPCがいいと思います。今回の場合GMPCには関係ありません。
マウントができない為tag_cache(データベース)のアクセスが出来ずmpdが異常終了しています。

nishin...@gmail.com

unread,
Sep 29, 2014, 11:22:59 AM9/29/14
to ligh...@googlegroups.com
digifiさん

nishinishi917です


最後の nfs tryです。
宜しくお願いいたします、
別のsdカードでcifsを作成して報告いたします、宜しくお願いいたします。
lightmpd.conf
#
#
[network]
interface=eth0
address=192.168.1.15
netmask=255.255.255.0
gateway=192.168.1.1

[ntp]
server=nano
ntpd=no
timezone=Asia/Tokyo

[nas:music]
type=nfs
host=192.168.1.22
remotedir=music
proto=tcp
rsize=65536
wsize=65536

#[nas:NASID2]
# type=cifs
# host=nashost2
# remotedir=audio_data
# remoteuser=usrid
# remotepass=passwd
# iocharset=utf8
# file_mode=0644
# dir_mode=0755
# rsize=61440
# wsize=65536

[mpd]
load_module=mpd-0.17.6dsdrt
music_directory=music/data
playlist_directory=music/mpd/playlists
db_file=music/mpd/tag_cache
sticker_file=music/mpd/sticker.sql
# log_file=music/mpd/mpd.log
log_file=/dev/null

[httpd]
# yes | no
enable=yes

[telnetd]
# yes | no
enable=no

[webconsole]
# yes | no
# start page: ht tp://thishost:9000/index.html
mpd.conf
realtime_option {
memlock "yes"
stack_reserve "2048"
heap_reserve "10240"
main_priority "OTHER:0"
player_priority "FIFO:53"
decoder_priority "OTHER:0"
update_priority "OTHER:0"
}

audio_output {
type "alsa"
name "uda"
device "hw:0,0" # optional
priority "FIFO:54" # optional
mixer_type "disabled"
dsd_usb "yes"
# use_mmap "yes"
buffer_time "150000"
period_time "37500"
}

###### dsd #######
decoder {
plugin "dsdiff"
enabled "yes"
}

###### decoder selector
decoder_selector {
suffix "mp3"
plugin "mad"
}

decoder_selector {
suffix "m4a"
plugin "ffmpeg"
}

decoder_selector {
suffix "wav"
plugin "audiofile"
scan_plugin "ffmpeg"
}

decoder_selector {
suffix "flac"
plugin "flac"
}

#
music_directory "/var/lib/music/data/pcm,music/data/dsd"
playlist_directory "/var/lib/music/mpd/playlists"
db_file "/var/lib/music/mpd/tag_cache"
#sticker_file "/var/lib/music/mpd/sticker.sql"
log_file "/var/lib/music/mpd/mpd.log"
pid_file "/var/run/music/mpd.pid"
state_file "/var/lib/music/mpd/state"

user "root"
group "root"

bind_to_address "any"
port "6600"

#
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
metadata_to_use "artist,album,title,track,genre,date,disc"

samplerate_converter "Linear Interpolator"
#samplerate_converter "ZOH Interpolator"

follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
default_permissions "read,add,control,admin"
#
mixer_type "disabled"
#
audio_buffer_size "8192"
buffer_before_play "50%"
#
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"

status.txt
--------------- /etc/network/interfaces --------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
netmask 255.255.255.0
address 192.168.1.15
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
++
--------------- /etc/resolv.conf --------------
nameserver
search
++
--------------- /etc/default/ntpd --------------
NTPSERVERS=nano
NTPDATE=yes
NTPD=no
++
--------------- /etc/ntp.conf --------------

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server nano
restrict nano
restrict 127.0.0.1
++
--------------- /sbin/ifconfig -a --------------
eth0 Link encap:Ethernet HWaddr D0:63:B4:00:33:0F
inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:18 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2402 (2.3 KiB) TX bytes:2248 (2.1 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:256 (256.0 B) TX bytes:256 (256.0 B)

++
--------------- /proc/mounts --------------
rootfs / rootfs rw 0 0
/dev/root / romfs ro,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=1028760k,nr_inodes=257190,mode=755 0 0
proc /proc proc rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,relatime,mode=777 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
tmpfs /var tmpfs rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
192.168.1.22:/music /var/lightMPD/nas/music nfs rw,noatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,port=2049,timeo=70,retrans=3,sec=sys,local_lock=none,addr=192.168.1.22 0 0
72 root [kworker/0:2]
73 root [kworker/1:1]
74 root [deferwq]
75 root [kworker/u8:2]
76 root [irq/58-IMX-uart]
77 root [mmcqd/0]
79 root [kworker/2:1]
82 root [kworker/3:1]
85 root {rcS} /bin/sh /etc/init.d/rcS
91 root [kworker/2:1H]
92 root [kworker/1:1H]
124 root /sbin/syslogd -n
127 root /sbin/klogd -n
172 root rpcbind
174 root rpc.statd -L
180 root [lockd]
--------------- /bin/ls -lt /var/lightMPD/nas/music/data --------------
total 8
drwxrwxrwx 3 root root 4096 Sep 29 2014 ?????????
drwxrwxrwx 2 root root 4096 Sep 29 2014 ?????????
++
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: new high speed SDHC card at address 1234
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: mmc0:1234 SA08G 7.42 GiB
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: p1
Jan 1 09:00:03 lightmpd user.info kernel: usb 1-1: new high-speed USB device number 2 using ci_hdrc
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 2, val = -32767/0/1usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 1, val = -32767/0/1<6>VFS: Mounted root (romfs filesystem) readonly on device 1:0.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: mounted
Jan 1 09:00:03 lightmpd user.info kernel: Freeing unused kernel memory: 248K (80479000 - 804b7000)
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:07 lightmpd user.info kernel: libphy: 2188000.ethernet:04 - Link is Up - 1000/Full
Jan 1 09:00:07 lightmpd daemon.notice rpc.statd[174]: Version 1.2.6 starting
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[174]: Flags: TI-RPC
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[174]: Failed to read /var/lib/nfs/state: Success
Jan 1 09:00:07 lightmpd daemon.notice rpc.statd[174]: Initializing NSM state
Jan 1 09:00:07 lightmpd daemon.warn rpc.statd[174]: Running as root. chown /var/lib/nfs to choose different user
Jan 1 09:00:07 lightmpd daemon.crit thttpd[184]: socket :: - Address family not supported by protocol
Jan 1 09:00:07 lightmpd daemon.notice thttpd[184]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:07 lightmpd daemon.warn thttpd[184]: started as root without requesting chroot(), warning only
++

Thu Jan 1 09:01:25 JST 1970

------ cat /var/lightMPD/etc/nasmount.sh ------
# nasid:music
mkdir /var/lightMPD/nas/music
mount -t nfs -o hard,intr,noatime,wsize=65536,proto=tcp,rsize=65536 192.168.1.22:/music /var/lightMPD/nas/music


--

------ cat /var/lightMPD/etc/nasmount.log ------

--


digi...@gmail.com

unread,
Sep 29, 2014, 11:31:11 AM9/29/14
to ligh...@googlegroups.com
nishinishi917さん

nasのマウントは成功しています。また、mpdも起動しています。
これでもGMPCから接続できませんか?

t.nish...@gmail.com

unread,
Sep 29, 2014, 1:24:32 PM9/29/14
to ligh...@googlegroups.com
digifiさん

nishinishi917です

設定確認有難う御座います

error13 Problems conenecting to "192.168.1.15"on port 6600

が出ます、いまだ音が出ません。

GMPC以下の設定にしてあります。
GMPC preferences
Prpfile lightmpd
Host   192.168.1.15
Port 6600
use authentication チェックなし
password  無し
timeout 10.00
autoconnct チェック有り


上段のUSBコネクタから5mのケーブルで下記DACに接続
しております。
DAC AIT LABO ES9018S Amanero COMBO384 DSD対応

digi...@gmail.com

unread,
Sep 29, 2014, 11:06:50 PM9/29/14
to ligh...@googlegroups.com
nishinishi917さん

mpdは間違いなく起動していますので、gmpcが動作しているPCとlightMPD間のネットワーク上の問題のようです。
一つ前の記事でnasmount.shの内容が貼り付けてありますので、webconsole(http://192.168.1.15:9000/index.html)との
接続はOKと考えられます。

のこるはgmpcで動作しているPCのファイアーウォールの設定で6600番のポートが閉じている事が考えられます。
お使いのPCのファイアーウォールの設定を確認して下さい。

もう一息です。

念の為、gmpcが接続に失敗した時にwebconsoleで以下の情報を取って貼り付けて下さい。

system info -> "show ps"
mpd -> "mpd status"

nishin...@gmail.com

unread,
Sep 30, 2014, 9:24:39 AM9/30/14
to ligh...@googlegroups.com
digififanさん
nishinishi917です
現在 古いdynabookにubuntu12.04のインストールをしています、
そのPCにGMPCをインストールしてみたいと思います
win7 64bit PCオーディオ実験室でのPCチューニングしてます、
情報は下記の通りです、


Thu Jan 1 09:03:37 JST 1970

------ ps ------
USER PID PPID PGID VSZ RSS STAT COMMAND
root 1 0 1 2212 692 S init
root 2 0 0 0 0 SW [kthreadd]
root 3 2 0 0 0 SW [ksoftirqd/0]
root 4 2 0 0 0 SW [kworker/0:0]
root 5 2 0 0 0 SW< [kworker/0:0H]
root 6 2 0 0 0 SW [kworker/u8:0]
root 7 2 0 0 0 SW [posixcputmr/0]
root 8 2 0 0 0 SW [kclksetdelayd]
root 9 2 0 0 0 SW [rcu_preempt]
root 10 2 0 0 0 SW [rcu_sched]
root 11 2 0 0 0 SW [rcu_bh]
root 12 2 0 0 0 SW [rcuc/0]
root 13 2 0 0 0 SW [kcmosdelayd]
root 14 2 0 0 0 SW [migration/0]
root 15 2 0 0 0 SW [migration/1]
root 16 2 0 0 0 SW [rcuc/1]
root 17 2 0 0 0 SW [ksoftirqd/1]
root 18 2 0 0 0 SW [posixcputmr/1]
root 19 2 0 0 0 SW [kworker/1:0]
root 20 2 0 0 0 SW< [kworker/1:0H]
root 21 2 0 0 0 SW [migration/2]
root 22 2 0 0 0 SW [rcuc/2]
root 23 2 0 0 0 SW [ksoftirqd/2]
root 24 2 0 0 0 SW [posixcputmr/2]
root 25 2 0 0 0 SW [kworker/2:0]
root 26 2 0 0 0 SW< [kworker/2:0H]
root 27 2 0 0 0 SW [migration/3]
root 28 2 0 0 0 SW [rcuc/3]
root 29 2 0 0 0 SW [ksoftirqd/3]
root 30 2 0 0 0 SW [posixcputmr/3]
root 31 2 0 0 0 SW [kworker/3:0]
root 32 2 0 0 0 SW< [kworker/3:0H]
root 33 2 0 0 0 SW< [khelper]
root 34 2 0 0 0 SW [kdevtmpfs]
root 35 2 0 0 0 SW< [writeback]
root 36 2 0 0 0 SW< [bioset]
root 37 2 0 0 0 SW< [crypto]
root 38 2 0 0 0 SW< [kblockd]
root 39 2 0 0 0 SW [khubd]
root 40 2 0 0 0 SW [irq/70-21a8000.]
root 41 2 0 0 0 SW [kworker/0:1]
root 42 2 0 0 0 SW< [rpciod]
root 43 2 0 0 0 SW [kswapd0]
root 44 2 0 0 0 SW [fsnotify_mark]
root 45 2 0 0 0 SW< [nfsiod]
root 46 2 0 0 0 SW< [cifsiod]
root 62 2 0 0 0 SW [irq/34-sdma]
root 63 2 0 0 0 SW [irq/150-2188000]
root 64 2 0 0 0 SW [irq/151-2188000]
root 65 2 0 0 0 SW< [ci_otg]
root 66 2 0 0 0 SW [irq/75-ci_hdrc_]
root 67 2 0 0 0 SW [irq/72-ci_hdrc_]
root 68 2 0 0 0 SW [irq/51-rtc alar]
root 69 2 0 0 0 SW [irq/164-2194000]
root 70 2 0 0 0 SW [irq/55-mmc0]
root 71 2 0 0 0 SW [kworker/u8:1]
root 72 2 0 0 0 SW [kworker/1:1]
root 73 2 0 0 0 SW< [deferwq]
root 74 2 0 0 0 SW [kworker/u8:2]
root 75 2 0 0 0 SW [mmcqd/0]
root 76 2 0 0 0 SW [kworker/0:2]
root 77 2 0 0 0 SW [irq/58-IMX-uart]
root 78 2 0 0 0 SW [kworker/2:1]
root 79 2 0 0 0 SW [kworker/3:1]
root 91 2 0 0 0 SW< [kworker/1:1H]
root 117 2 0 0 0 SW< [kworker/2:1H]
root 124 1 123 2212 612 S /sbin/syslogd -n
root 127 1 126 2212 628 S /sbin/klogd -n
root 172 1 172 1744 620 S rpcbind
root 174 1 174 1964 1024 S rpc.statd -L
root 180 2 0 0 0 SW [lockd]
root 182 1 85 2212 568 S {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
root 184 182 184 2056 1036 S /usr/sbin/thttpd -D -C /var/www/thttpd_config
root 195 1 85 34m 10m S /usr/bin/gosh -A /var/lightMPD/webconsole /var/lightMPD/webconsole/lmpdserv.scm
root 215 1 215 2216 672 S /sbin/getty -L ttymxc0 115200 vt100
root 242 195 85 2212 568 S /bin/sh -c /bin/ps -o user,pid,ppid,pgid,vsz,rss,stat,args
root 243 242 85 2284 744 R /bin/ps -o user,pid,ppid,pgid,vsz,rss,stat,args




Thu Jan 1 09:04:28 JST 1970

mpd-pid #f

mpd load module /var/lightMPD/bin/mpd ok
db_file /var/lightMPD/nas/music/mpd/tag_cache not exist
playlist_directory /var/lightMPD/nas/music/mpd/playlists not exist
sticker_file /var/lightMPD/nas/music/mpd/sticker.sql not exist
music_directory /var/lightMPD/nas/music/data ok
------ mpd version --------

digi...@gmail.com

unread,
Sep 30, 2014, 9:54:55 AM9/30/14
to ligh...@googlegroups.com
nishinishi917さん

mpdが異常終了しています。

> mpd load module                          /var/lightMPD/bin/mpd                    ok 
> db_file                                  /var/lightMPD/nas/music/mpd/tag_cache    not exist 
> playlist_directory                       /var/lightMPD/nas/music/mpd/playlists    not exist 
> sticker_file                             /var/lightMPD/nas/music/mpd/sticker.sql  not exist 
> music_directory                          /var/lightMPD/nas/music/data             ok 

nasのmusicの配下にmpdが無いと言っています。

nasに下記のフォルダーを作成して下さい。

music/mpd
music/mpd/playlists

tag_cacheはmpdが作成します。また、sticker.sqlは使いません。

それと、mpd.confを見て気がついたのですが、

> music_directory                        "/var/lib/music/data/pcm,music/data/dsd" 
> playlist_directory                "/var/lib/music/mpd/playlists" 
> db_file                                "/var/lib/music/mpd/tag_cache" 
> #sticker_file                    "/var/lib/music/mpd/sticker.sql" 
> log_file                        "/var/lib/music/mpd/mpd.log" 
> pid_file                        "/var/run/music/mpd.pid" 
> state_file                        "/var/lib/music/mpd/state" 

となってますがこれはオリジナルに戻して下さい。

music_directory "/var/lib/mpd/Music"
playlist_directory "/var/lib/mpd/playlists"
db_file "/var/lib/mpd/tag_cache"
#sticker_file "/var/lib/mpd/sticker.sql"
log_file "/var/lib/mpd/mpd.log"
pid_file "/var/run/mpd.pid"
state_file "/var/lib/mpd/state"

lightMPDではこれらの設定はlightmpd.confで行います。lightmpd.confはmpd.conf が上記のようになっている事を前提とし
ているので、これを書き換えると動作しなくなります。
基本的にmpd.conf自体はいじる必要はないので、mpd.conf自体を元に戻して下さい。


> 現在 古いdynabookにubuntu12.04のインストールをしています、 
> そのPCにGMPCをインストールしてみたいと思います 

これは不要だと思います。インストールしても現状がかわらなければ、インストールしたPCに問題があるのではという事も疑
わなければならなくなります。
win7のファイアーウォールの設定に問題なければそれでOKです。

nasのマウントが出来ているのであともう少しです。

もし、まだ問題があるようでしたら、"show ps","mpd status" も一緒に貼り付けて下さい。

nishin...@gmail.com

unread,
Sep 30, 2014, 1:20:19 PM9/30/14
to ligh...@googlegroups.com
digififanさん
nishinishi917です
音出し成功しました、本当に説明書の読み違いに、
恥ずかしく思います
改めて有難う御座いました。


joecooさん
色々勉強させて頂きました
有難う御座います、

digi...@gmail.com

unread,
Sep 30, 2014, 11:17:02 PM9/30/14
to
nishinishi917さん

> 音出し成功しました、本当に説明書の読み違いに、
> 恥ずかしく思います
おめでとうございます。
説明書の不備に関してはこちらも恥ずかしく感じています。現状と内容が必ずしも一致しているとは言えないので混乱させてしまったのかもしれません。
また、各方面から分かりづらいという指摘もいただいています。今準備中のバージョンを公開したら整理するつもりです。

cubox-i4proのカーネルにはイーサネットが不安定になるという問題があります。修正版を公開してありますので、まだ入れ替えていない場合は入れ替えをお願いします。
詳しくは info -> "cubox-i4proの修正版カーネルを公開しました"(2014/08/21)を参照して下さい。
入れ替えは 

  • cuboxi4-3.14.12rt9-20140821.tgzをダウンロード
  • cuboxi4-3.14.12rt9-20140821.tgzを解凍
  • 解凍して出来たzImageをlightMPDをインストールしてあるsdメモリのzImageに置き換える

で行えます。

cubox-i4proのlightMPDには
  •  mpd-0.17.6dsdrt
  •  mpd-0.18.11dsdrt
  •  mpd-0.19gitdsdrt

の3つのmpdが用意されています。(mpd-0.19gitdsdrtはplaylistsが扱えないという問題があります)

lightmpd.confの [mpd] -> load_module でmpdのバージョンを選択できます。
今はmpd-0.17.6dsdrtのようですが、mpd-0.18.11dsdrt 等も試して見て下さい。

以前質問されたクライアントですが、PCで操作する場合はGMPCがいいと思います。というかこれしか使った事がありません。
もし、ipad,ipodをお持ちならそれぞれmpad,mpodというアプリがおすすめです。
androidではMPDroid,Mupeaceというアプリがおすすめです。個人的にはMupeace がお気に入りです。
スマフォやタブレットで操作できるとボリュームのコントロール以外リスニングポイントから動かなくていいので楽ちんです。



nishin...@gmail.com

unread,
Oct 3, 2014, 11:25:48 AM10/3/14
to ligh...@googlegroups.com
digififanさん
nishinishi917です

いつもお世話になっております。

cubox-i4proの修正版カーネル
今までのカーネルで問題なく普通に再生出来ていましたが
uboxi4-3.14.12rt9-20140821にコピーしました。
最初はスリガラスを通して聞いた感じが有りましたが、
昨日あたりから透明度の高い音を楽しんでおります、
mpd-0.18.11dsdrtどちらかと言うと音場的な感じが有ります、
設置場所、電源等今後検討して行きたいと思います。

昨年、国産メーカーの高額なCDプレーヤを購入する予定で
各メーカー上位機種を聴き比べて居りましたが(所持する喜びも含めて)
踏ん切りが付かないままPCオーディオの道に進んで参りました
結果OKであり非常に満足しております、
今回、素人相手に大変な作業だと思います、
この度は本当に有難う御座いました。

nishin...@gmail.com

unread,
Feb 23, 2015, 10:17:18 AM2/23/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です。
何時も 素晴らしい音を聞いております、
この度v0.08のバージョンアップを行いましたが、
GMPCの接続が出来ませんでした、再度ご教授、頂きたく
メールいたしました、
スキルの無さゆえ、宜しくお願いいたします。
status.txtは保存されていません。
load_module=mpd-0.19.5rt
music_directory=music/data
playlist_directory=music/mpd/playlists
db_file=music/mpd/tag_cache
sticker_file=music/mpd/sticker.sql
# log_file=music/mpd/mpd.log
log_file=/dev/null

[httpd]
# yes | no
enable=yes

[telnetd]
# yes | no
enable=no

[webconsole]
# yes | no
# start page: http://thishost:9000/index.html
enable=no

#[led]
# cubox
# none | heartbeat | default-on
# cubox.power=default-on
#

[debug]
interfaces=yes
resolvconf=yes
ntpd=yes
ntpconf=yes
ifconfig=yes
cards=yes
mounts=yes
ps=yes
mpdversion=yes
date=yes
ntpq=yes
music=yes
messages=yes
save=yes
database {
plugin "simple"
path "/var/lib/mpd/tag_cache"
# 0.19
compress "no"
}

#
music_directory "/var/lib/mpd/Music"
playlist_directory "/var/lib/mpd/playlists"
#db_file "/var/lib/mpd/tag_cache"
#sticker_file "/var/lib/mpd/sticker.sql"
log_file "/var/lib/mpd/mpd.log"
pid_file "/var/run/mpd.pid"
state_file "/var/lib/mpd/state"

user "root"
group "root"

bind_to_address "any"
port "6600"

#
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
metadata_to_use "artist,album,title,track,genre,date,disc"

#audio_output_format "96000:24:2"
# extend audio format
#
#audio_output_format "X2L2:24:2"

digi...@gmail.com

unread,
Feb 24, 2015, 8:45:46 AM2/24/15
to ligh...@googlegroups.com
nishinishi917さん

> [mpd] 
>         load_module=mpd-0.19.5rt 

cubox-i4 用の0.08 ではmpd-0.19.4rt だと思います。

インストールしたSDメモリのlightMPDホルダーにあるファイルを確認して下さい。

nishin...@gmail.com

unread,
Feb 24, 2015, 12:07:23 PM2/24/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です。
忙しい中、有難う御座います。

cubox用を勘違いしてload_module=mpd-0.19.5rtはhome 2014/12/15 日付が新しいから 入りダウンロードしました。
今回 再度 cubox-i load_module=mpd-0.19.4rt入れ直しましたが接続出来ませんでした
現状 非常に満足しておりますが、更なる上の音が聴きたく思います
何卒よろしくお願いいたします。
なお 前回同様 NAS は QNAP 
DACはAIT LABO DAC(ES9018)comb384仕様です。
設定は下記の通りになります、修正の程宜しくお願いいたします。
RX packets:19 errors:0 dropped:0 overruns:0 frame:0
TX packets:25 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2472 (2.4 KiB) TX bytes:2302 (2.2 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:4 errors:0 dropped:0 overruns:0 frame:0
TX packets:4 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:256 (256.0 B) TX bytes:256 (256.0 B)

++
--------------- /proc/mounts --------------
rootfs / rootfs rw 0 0
/dev/root / romfs ro,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=892616k,nr_inodes=223154,mode=755 0 0
proc /proc proc rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,relatime,mode=777 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
tmpfs /var tmpfs rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
192.168.1.22:/music /var/lightMPD/nas/music nfs rw,noatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,port=2049,timeo=70,retrans=3,sec=sys,local_lock=none,addr=192.168.1.22 0 0
++
--------------- /proc/asound/cards --------------
0 [Amanero ]: USB-Audio - Combo384 Amanero
Amanero Technologies Combo384 Amanero at usb-ci_hdrc.0-1, high speed
++
--------------- /bin/ps --------------
PID USER COMMAND
1 root init
2 root [kthreadd]
3 root [ksoftirqd/0]
4 root [kworker/0:0]
5 root [kworker/0:0H]
6 root [kworker/u8:0]
7 root [posixcputmr/0]
8 root [kclksetdelayd]
9 root [rcu_preempt]
10 root [rcuop/0]
11 root [rcuop/1]
12 root [rcuop/2]
13 root [rcuop/3]
14 root [rcu_sched]
15 root [rcuos/0]
16 root [rcuos/1]
17 root [rcuos/2]
18 root [rcuos/3]
19 root [rcu_bh]
20 root [rcuob/0]
21 root [rcuob/1]
22 root [rcuob/2]
23 root [rcuob/3]
24 root [rcuc/0]
25 root [migration/0]
26 root [migration/1]
27 root [rcuc/1]
28 root [ksoftirqd/1]
29 root [posixcputmr/1]
30 root [kworker/1:0]
31 root [kworker/1:0H]
32 root [migration/2]
33 root [rcuc/2]
34 root [ksoftirqd/2]
35 root [posixcputmr/2]
36 root [kworker/2:0]
37 root [kworker/2:0H]
38 root [migration/3]
39 root [rcuc/3]
40 root [ksoftirqd/3]
41 root [posixcputmr/3]
42 root [kworker/3:0]
43 root [kworker/3:0H]
44 root [khelper]
45 root [kdevtmpfs]
46 root [writeback]
47 root [bioset]
48 root [crypto]
49 root [kblockd]
50 root [khubd]
51 root [kworker/0:1]
52 root [rpciod]
53 root [kswapd0]
54 root [fsnotify_mark]
55 root [nfsiod]
56 root [cifsiod]
72 root [irq/150-2188000]
73 root [irq/151-2188000]
74 root [ci_otg]
75 root [irq/75-ci_hdrc_]
76 root [irq/72-ci_hdrc_]
77 root [irq/51-rtc alar]
78 root [irq/164-2194000]
79 root [irq/55-mmc0]
80 root [kworker/u8:1]
81 root [kworker/1:1]
82 root [deferwq]
83 root [kworker/u8:2]
84 root [irq/58-IMX-uart]
85 root [mmcqd/0]
91 root {rcS} /bin/sh /etc/init.d/rcS
94 root [kworker/3:1]
96 root [kworker/2:1]
99 root [kworker/1:1H]
131 root /sbin/syslogd -n
134 root /sbin/klogd -n
140 root /usr/bin/rpcbind
178 root [lockd]
180 root {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
182 root /usr/sbin/thttpd -D -C /var/www/thttpd_config
191 root /usr/bin/mpd
193 root {S99mpdstatus} /bin/sh /etc/init.d/S99mpdstatus start
194 root sh /var/lightMPD/bin/statusout.sh
202 root /bin/ps
++
--------------- /usr/bin/mpd -V --------------
Music Player Daemon 0.19.4

Copyright (C) 2003-2007 Warren Dukes <warren.dukes gmail.com>
Copyright (C) 2008-2014 Max Kellermann <max duempel.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Database plugins:
simple proxy

Storage plugins:
local smbclient nfs

Decoders plugins:
[mad] mp3 mp2
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[audiofile] wav au aiff aif m4a mp4 flac
[dsdiff] dff
[dsf] dsf
[faad] aac
[ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
[pcm]

Output plugins:
null fifo pipe alsa

Archive plugins:
[bz2] bz2

Input plugins:
file alsa archive curl ffmpeg smbclient nfs mms

Playlist plugins:
extm3u m3u pls xspf asx rss cue embcue

Protocols:
http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://
++
--------------- /bin/date --------------
Thu Jan 1 09:00:08 JST 1970
++
--------------- /usr/bin/ntpq -p --------------
++
--------------- /bin/ls -lt /var/lightMPD/nas/music/data --------------
total 8
drwxrwxrwx 7 root root 4096 Dec 14 2014 ?????????
drwxrwxrwx 2 root root 4096 Sep 29 2014 ?????????
++
--------------- /var/log/messages --------------
Jan 1 09:00:03 lightmpd syslog.info syslogd started: BusyBox v1.22.1
Jan 1 09:00:03 lightmpd user.notice kernel: klogd started: BusyBox v1.22.1 (2014-11-26 01:09:30 JST)
Jan 1 09:00:03 lightmpd user.info kernel: Booting Linux on physical CPU 0x0
Jan 1 09:00:03 lightmpd user.notice kernel: Linux version 3.14.23-rt20-lightMPDcuboxi4 (araki@armdev64) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #6 SMP PREEMPT RT Thu Nov 20 23:49:47 JST 2014
Jan 1 09:00:03 lightmpd user.info kernel: CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
Jan 1 09:00:03 lightmpd user.info kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 1 09:00:03 lightmpd user.info kernel: Machine model: SolidRun Cubox-i Dual/Quad
Jan 1 09:00:03 lightmpd user.notice kernel: Truncating RAM at 10000000-8fffffff to -7f7fffff (vmalloc region overlap).
Jan 1 09:00:03 lightmpd user.info kernel: Memory policy: Data cache writealloc
Jan 1 09:00:03 lightmpd user.debug kernel: On node 0 totalpages: 456704
Jan 1 09:00:03 lightmpd user.debug kernel: free_area_init_node: node 0, pgdat 804aa1c0, node_mem_map eea0a000
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 3568 pages used for memmap
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 0 pages reserved
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 456704 pages, LIFO batch:31
Jan 1 09:00:03 lightmpd user.info kernel: PERCPU: Embedded 6 pages/cpu @ee9cb000 s8448 r0 d16128 u32768
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: s8448 r0 d16128 u32768 alloc=8*4096
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jan 1 09:00:03 lightmpd user.warn kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 453136
Jan 1 09:00:03 lightmpd user.notice kernel: Kernel command line: console=ttymxc0,115200 root=/dev/ram0 rw ramdisk_size=65536 rootfstype=romfs
Jan 1 09:00:03 lightmpd user.info kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 1 09:00:03 lightmpd user.warn kernel: Memory: 1785236K/1826816K available (3671K kernel code, 162K rwdata, 724K rodata, 184K init, 258K bss, 41580K reserved)
Jan 1 09:00:03 lightmpd user.notice kernel: Virtual kernel memory layout:
Jan 1 09:00:03 lightmpd user.notice kernel: vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: fixmap : 0xfff00000 - 0xfffe0000 ( 896 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: lowmem : 0x80000000 - 0xef800000 (1784 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: .text : 0x80008000 - 0x80452f5c (4396 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .init : 0x80453000 - 0x80481100 ( 185 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .data : 0x80482000 - 0x804aabc0 ( 163 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .bss : 0x804aabcc - 0x804eb734 ( 259 kB)
Jan 1 09:00:03 lightmpd user.info kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jan 1 09:00:03 lightmpd user.info kernel: Preemptible hierarchical RCU implementation.
Jan 1 09:00:03 lightmpd user.info kernel: Offload RCU callbacks from all CPUs
Jan 1 09:00:03 lightmpd user.info kernel: Offload RCU callbacks from CPUs: 0-3.
Jan 1 09:00:03 lightmpd user.info kernel: NR_IRQS:16 nr_irqs:16 16
Jan 1 09:00:03 lightmpd user.info kernel: L310 cache controller enabled
Jan 1 09:00:03 lightmpd user.info kernel: l2x0: 16 ways, CACHE_ID 0x410000c7, AUX_CTRL 0x72070000, Cache size: 1024 kB
Jan 1 09:00:03 lightmpd user.info kernel: sched_clock: 32 bits at 66MHz, resolution 15ns, wraps every 65075262448ns
Jan 1 09:00:03 lightmpd user.info kernel: Console: colour dummy device 80x30
Jan 1 09:00:03 lightmpd user.info kernel: Calibrating delay loop... 1570.81 BogoMIPS (lpj=785408)
Jan 1 09:00:03 lightmpd user.info kernel: pid_max: default: 32768 minimum: 301
Jan 1 09:00:03 lightmpd user.info kernel: Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: CPU: Testing write buffer coherency: ok
Jan 1 09:00:03 lightmpd user.info kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jan 1 09:00:03 lightmpd user.info kernel: Setting up static identity map for 0x1039b880 - 0x1039b8cc
Jan 1 09:00:03 lightmpd user.info kernel: 3P3V: 3300 mV
Jan 1 09:00:03 lightmpd user.info kernel: usb_h1_vbus: 5000 mV
Jan 1 09:00:03 lightmpd user.info kernel: usb_otg_vbus: 5000 mV
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver hub
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new device driver usb
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti linux.it>
Jan 1 09:00:03 lightmpd user.info kernel: PTP clock support registered
Jan 1 09:00:03 lightmpd user.info kernel: Advanced Linux Sound Architecture Driver Initialized.
Jan 1 09:00:03 lightmpd user.info kernel: Switched to clocksource mxc_timer1
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 2
Jan 1 09:00:03 lightmpd user.info kernel: TCP established hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP bind hash table entries: 16384 (order: 6, 458752 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: reno registered
Jan 1 09:00:03 lightmpd user.info kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 1
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered named UNIX socket transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered udp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 1 09:00:03 lightmpd user.info kernel: Trying to unpack rootfs image as initramfs...
Jan 1 09:00:03 lightmpd user.info kernel: rootfs image is not initramfs (no cpio magic); looks like an initrd
Jan 1 09:00:03 lightmpd user.info kernel: Freeing initrd memory: 19424K (82801000 - 83af9000)
Jan 1 09:00:03 lightmpd user.info kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.notice kernel: NFS: Registering the id_resolver key type
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_legacy registered
Jan 1 09:00:03 lightmpd user.info kernel: ROMFS MTD (C) 2007 Red Hat, Inc.
Jan 1 09:00:03 lightmpd user.info kernel: msgmni has been set to 3524
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler noop registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler deadline registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler cfq registered (default)
Jan 1 09:00:03 lightmpd user.info kernel: Serial: IMX driver
Jan 1 09:00:03 lightmpd user.info kernel: 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 58, base_baud = 5000000) is a IMX
Jan 1 09:00:03 lightmpd user.info kernel: console [ttymxc0] enabled
Jan 1 09:00:03 lightmpd user.info kernel: serial: Freescale lpuart driver
Jan 1 09:00:03 lightmpd user.info kernel: brd: module loaded
Jan 1 09:00:03 lightmpd user.info kernel: loop: module loaded
Jan 1 09:00:03 lightmpd user.warn kernel: 2188000.ethernet supply phy not found, using dummy regulator
Jan 1 09:00:03 lightmpd user.info kernel: libphy: fec_enet_mii_bus: probed
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: registered PHC device 0
Jan 1 09:00:03 lightmpd user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 09:00:03 lightmpd user.info kernel: ehci-mxc: Freescale On-Chip EHCI Host driver
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Secure Digital Host Controller Interface driver
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Copyright(c) Pierre Ossman
Jan 1 09:00:03 lightmpd user.info kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Jan 1 09:00:03 lightmpd user.warn kernel: sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: no vqmmc regulator found
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-audio
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-hiface
Jan 1 09:00:03 lightmpd user.info kernel: TCP: cubic registered
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 17
Jan 1 09:00:03 lightmpd user.info kernel: sctp: Hash tables configured (established 65536 bind 37449)
Jan 1 09:00:03 lightmpd user.notice kernel: Key type dns_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Registering SWP/SWPB emulation handler
Jan 1 09:00:03 lightmpd user.info kernel: regulator-dummy: disabling
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
Jan 1 09:00:03 lightmpd user.info kernel: ALSA device list:
Jan 1 09:00:03 lightmpd user.info kernel: No soundcards found.
Jan 1 09:00:03 lightmpd user.notice kernel: RAMDISK: gzip image found at block 0
Jan 1 09:00:03 lightmpd user.warn kernel: mmc0: host does not support reading read-only switch. assuming write-enable.
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: new SDHC card at address aaaa
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: mmc0:aaaa SU04G 3.69 GiB
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: p1
Jan 1 09:00:03 lightmpd user.info kernel: usb 1-1: new high-speed USB device number 2 using ci_hdrc
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 2, val = -32767/0/1usb_audio: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb_audio: [10] FU [Combo384 Amanero Playback Volume] ch = 1, val = -32767/0/1<6>VFS: Mounted root (romfs filesystem) readonly on device 1:0.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: mounted
Jan 1 09:00:03 lightmpd user.info kernel: Freeing unused kernel memory: 184K (80453000 - 80481000)
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:07 lightmpd user.info kernel: libphy: 2188000.ethernet:04 - Link is Up - 1000/Full
Jan 1 09:00:08 lightmpd daemon.crit thttpd[182]: socket :: - Address family not supported by protocol
Jan 1 09:00:08 lightmpd daemon.notice thttpd[182]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:08 lightmpd daemon.warn thttpd[182]: started as root without requesting chroot(), warning only
++

digi...@gmail.com

unread,
Feb 24, 2015, 10:42:26 PM2/24/15
to
nishinishi917さん

貼り付けて下さったstatus.txtからは異常はみられません。
mpdもちゃんと立ち上がっています。mpdのload_moduleはmpd-0.19.4rtでいいようです。

気になるのは[ntp]のserverがnanoになっています。nameserverの指定がないとホスト名は指定できないので、IPアドレスで指定して下さい。
または、serverの行をコメントにして下さい。(この場合時刻の同期はされません)

status.txt取得後mpdが異常終了していることも考えられるので、lightmpd.confの[webconsole] をenable=yesにして起動させて下さい。
起動後、ブラウザーから

にアクセスして、

mpd status をクリックしてその結果を貼り付けて下さい。

よろしくお願いします。




nishin...@gmail.com

unread,
Feb 25, 2015, 10:40:01 AM2/25/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です。

>気になるのは[ntp]のserverがnanoになっています。
>nameserverの指定がないとホスト名は指定できないので、IPアドレスで指定して下さい。
>または、serverの行をコメントにして下さい。(この場合時刻の同期はされません)
上記2件の事ですが、IPアドレスで指定とコメントですが、何をどうするのか具体的に
指示して頂きたくお願い申し上げます、すでに自分の領域を超えて居ります、

digi...@gmail.com

unread,
Feb 26, 2015, 4:48:48 AM2/26/15
to ligh...@googlegroups.com
nishinishi917

[ntp]
 server=nano

の所を
[ntp[
# server=nano

にするとserver=nanoが無効になります。
lightmpd.confやmpd.confでは行の先頭に#があるとその部分はコメントとして処理され設定として反映されなくなります。

多分これが原因ではないと思いますが、とりあえずこれでやってみて下さい。

よろしくお願いします。

nishin...@gmail.com

unread,
Feb 26, 2015, 8:30:16 AM2/26/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です.
御忙しいところ有難う御座います、
残念ながら動作しません下記設定内容添付致します
宜しくお願い致します。

--------------- /etc/network/interfaces --------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
netmask 255.255.255.0
address 192.168.1.15
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
++
--------------- /etc/resolv.conf --------------
nameserver
search
++
--------------- /etc/default/ntpd --------------
NTPDATE=no
NTPD=no
++
--------------- /etc/ntp.conf --------------

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server $
restrict $
restrict 127.0.0.1
++
--------------- /sbin/ifconfig -a --------------
eth0 Link encap:Ethernet HWaddr D0:63:B4:00:33:0F
inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:20 errors:0 dropped:0 overruns:0 frame:0
TX packets:26 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2536 (2.4 KiB) TX bytes:2344 (2.2 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
86 root [kworker/2:1]
92 root {rcS} /bin/sh /etc/init.d/rcS
97 root [kworker/3:1]
99 root [kworker/0:1H]
100 root [kworker/3:1H]
132 root /sbin/syslogd -n
135 root /sbin/klogd -n
141 root /usr/bin/rpcbind
178 root [lockd]
180 root {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
182 root /usr/sbin/thttpd -D -C /var/www/thttpd_config
191 root /usr/bin/mpd
193 root /usr/bin/gosh -A /var/lightMPD/webconsole /var/lightMPD/webconsole/lmpdserv.scm
194 root {S99mpdstatus} /bin/sh /etc/init.d/S99mpdstatus start
195 root sh /var/lightMPD/bin/statusout.sh
203 root /bin/ps
Jan 1 09:00:03 lightmpd user.notice kernel: Linux version 3.14.23-rt20-lightMPDcuboxi4 (araki armdev64) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #6 SMP PREEMPT RT Thu Nov 20 23:49:47 JST 2014
Jan 1 09:00:04 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:08 lightmpd user.info kernel: libphy: 2188000.ethernet:04 - Link is Up - 1000/Full
Jan 1 09:00:08 lightmpd daemon.crit thttpd[182]: socket :: - Address family not supported by protocol
Jan 1 09:00:08 lightmpd daemon.notice thttpd[182]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:08 lightmpd daemon.warn thttpd[182]: started as root without requesting chroot(), warning only
++

mpd status

Thu Jan 1 09:07:57 JST 1970

mpd-pid #f

mpd load module /var/lightMPD/bin/mpd ok
db_file /var/lightMPD/nas/music/mpd/tag_cache ok
playlist_directory /var/lightMPD/nas/music/mpd/playlists ok
sticker_file /var/lightMPD/nas/music/mpd/sticker.sql ok
music_directory /var/lightMPD/nas/music/data ok
------ mpd version --------

digi...@gmail.com

unread,
Feb 26, 2015, 9:14:49 AM2/26/15
to ligh...@googlegroups.com
nishinishi917さん

mpd status の内容を見るとmpdが終了しています。
nishinishi917さんはcubox-i4のユーザですから、以前お使いのmpdは0.18.Xまたは0.17.X のいずれかです。
v0.08でmpd-0.19.4を指定されているので、tag_cacheのバージョンが違うためにmpdが異常終了していると
思われます。(mpdの各バージョンでmpdの互換がとれてません)

対処方法
lightmpd.confの
[mpd]
   db_file=music/mpd/tag_cache 

[mpd]
   db_file=music/mpd/tag_cache-0.19

などとし、db_fileの名前を変更します。
最初にDBのアップデートがはじまり、tag_cache-0.19が作成されます。
mpd-0.18Xを使う場合は、 再度db_file=music/mpd/tag_cache として下さい。

nishin...@gmail.com

unread,
Feb 27, 2015, 9:06:16 AM2/27/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です。

いつもお世話様です、


[mpd]
db_file=music/mpd/tag_cache-0.19
で音出し後 
再度db_file=music/mpd/tag_cache
に変更後 再度認識しなくなりました。
検証よろしくお願いいたします。
RX packets:18 errors:0 dropped:0 overruns:0 frame:0
TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2402 (2.3 KiB) TX bytes:2248 (2.1 KiB)
98 root [kworker/3:1]
99 root [kworker/1:1H]
100 root [kworker/0:1H]
132 root /sbin/syslogd -n
135 root /sbin/klogd -n
141 root /usr/bin/rpcbind
178 root [lockd]
180 root {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
182 root /usr/sbin/thttpd -D -C /var/www/thttpd_config
191 root /usr/bin/mpd
193 root /usr/bin/gosh -A /var/lightMPD/webconsole /var/lightMPD/webconsole/lmpdserv.scm
194 root {S99mpdstatus} /bin/sh /etc/init.d/S99mpdstatus start
195 root sh /var/lightMPD/bin/statusout.sh
203 root /bin/ps
++
--------------- /usr/bin/mpd -V --------------
Music Player Daemon 0.19.4

Copyright (C) 2003-2007 Warren Dukes <warren.dukes*gmail.com>
Copyright (C) 2008-2014 Max Kellermann <max*duempel.org>
Jan 1 09:00:03 lightmpd user.notice kernel: Linux version 3.14.23-rt20-lightMPDcuboxi4 (araki*armdev64) (gcc version 4.8.2 (Ubuntu/Linaro 4.8.2-16ubuntu4) ) #6 SMP PREEMPT RT Thu Nov 20 23:49:47 JST 2014
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti*linux.it>
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:07 lightmpd user.info kernel: libphy: 2188000.ethernet:04 - Link is Up - 1000/Full
Jan 1 09:00:08 lightmpd daemon.crit thttpd[182]: socket :: - Address family not supported by protocol
Jan 1 09:00:08 lightmpd daemon.notice thttpd[182]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:08 lightmpd daemon.warn thttpd[182]: started as root without requesting chroot(), warning only
++


Thu Jan 1 09:05:09 JST 1970

mpd-pid #f

mpd load module /var/lightMPD/bin/mpd ok
db_file /var/lightMPD/nas/music/mpd/tag_cache ok
playlist_directory /var/lightMPD/nas/music/mpd/playlists ok
sticker_file /var/lightMPD/nas/music/mpd/sticker.sql ok
music_directory /var/lightMPD/nas/music/data ok
------ mpd version --------
Music Player Daemon 0.19.4

Copyright (C) 2003-2007 Warren Dukes <warren.dukes*gmail.com>
Copyright (C) 2008-2014 Max Kellermann <max*duempel.org>

digi...@gmail.com

unread,
Feb 27, 2015, 9:25:05 AM2/27/15
to ligh...@googlegroups.com
nishinishi917さん

 
[mpd] 
   db_file=music/mpd/tag_cache-0.19 
で音出し後  
再度db_file=music/mpd/tag_cache 
に変更後 再度認識しなくなりました。 

mpd-0.19.4rtを使う場合はtag_cache-0.19のまま使って下さい。
mpd-0.18.Xを使うときにtag_cacheを使って下さい。
mpd-0.19.4rtで作ったtag_cache-0.19はmpd-0.18.Xでは動作しません。

mpdのバージョンにあったtag_cache を用意する必要があります。
もしmpd-0.18.xをもう使わないのであればtag_cacheは削除しても構いません。
 

nishin...@gmail.com

unread,
Feb 27, 2015, 11:35:00 AM2/27/15
to ligh...@googlegroups.com
digififanさん
nishinishi917です

早々に回答頂き、有難う御座います

必要な設定はWAVのみの再生とアップサンプルでしたが、
拡張機能について説明をもう一度読み返し使用させて頂きます、
今後ともよろしくお願致します。

nishin...@gmail.com

unread,
Nov 21, 2015, 10:21:47 AM11/21/15
to lightMPD
digififanさん
nishinishi917です

2月に大変御世話になり有難う御座いました、
今回 cubox i4 pro lightMPD v1.0.1アップサンプリング 及びアルバムが出ない事に挑戦して居りましたが認識しなくなり、再度ご教授賜りたくお願い申し上げます。

下記dataを添付致します。

lightmpd.conf mpd.conf status.txt webconsole

--------------- /etc/network/interfaces --------------
auto lo
iface lo inet loopback

auto eth0
iface eth0 inet static
netmask 255.255.255.0
address 192.168.1.15
broadcast 192.168.1.255
network 192.168.1.0
gateway 192.168.1.1
++
--------------- /etc/resolv.conf --------------
nameserver
search mydomain.jp
++
--------------- /etc/default/ntpd --------------
NTPDATE=no
NTPD=no
++
--------------- /etc/ntp.conf --------------

driftfile /var/lib/ntp/ntp.drift
statsdir /var/log/ntpstats/

statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable

server $
restrict $
restrict 127.0.0.1
++
--------------- /sbin/ifconfig -a --------------
eth0 Link encap:Ethernet HWaddr D0:63:B4:00:33:0F
inet addr:192.168.1.15 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:31 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2316 (2.2 KiB) TX bytes:2966 (2.8 KiB)

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

++
--------------- /proc/mounts --------------
/dev/root / romfs ro,relatime 0 0
devtmpfs /dev devtmpfs rw,relatime,size=895324k,nr_inodes=223831,mode=755 0 0
proc /proc proc rw,relatime 0 0
devpts /dev/pts devpts rw,relatime,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs rw,relatime,mode=777 0 0
tmpfs /tmp tmpfs rw,relatime 0 0
tmpfs /var tmpfs rw,relatime 0 0
sysfs /sys sysfs rw,relatime 0 0
192.168.1.22:/music /var/lightMPD/nas/music nfs rw,noatime,vers=3,rsize=32768,wsize=32768,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,mountaddr=192.168.1.22,mountvers=3,mountproto=tcp,local_lock=none,addr=192.168.1.22 0 0
++
--------------- /proc/asound/cards --------------
0 [Amanero ]: USB-Audio - Combo384 Amanero
Amanero Technologies Combo384 Amanero at usb-ci_hdrc.0-1, high speed
++
--------------- /bin/ps --------------
PID USER TIME COMMAND
1 root 0:02 init
2 root 0:00 [kthreadd]
3 root 0:00 [ksoftirqd/0]
4 root 0:00 [kworker/0:0]
5 root 0:00 [kworker/0:0H]
6 root 0:00 [kworker/u8:0]
7 root 0:00 [rcu_preempt]
8 root 0:00 [rcu_sched]
9 root 0:00 [rcu_bh]
10 root 0:00 [rcuop/0]
11 root 0:00 [rcuos/0]
12 root 0:00 [rcuob/0]
13 root 0:00 [rcuc/0]
14 root 0:00 [kclksetdelayd]
15 root 0:00 [posixcputmr/0]
16 root 0:00 [migration/0]
17 root 0:00 [migration/1]
18 root 0:00 [rcuc/1]
19 root 0:00 [ksoftirqd/1]
20 root 0:00 [posixcputmr/1]
21 root 0:00 [kworker/1:0]
22 root 0:00 [kworker/1:0H]
23 root 0:00 [rcuop/1]
24 root 0:00 [rcuos/1]
25 root 0:00 [rcuob/1]
26 root 0:00 [migration/2]
27 root 0:00 [rcuc/2]
28 root 0:00 [ksoftirqd/2]
29 root 0:00 [posixcputmr/2]
30 root 0:00 [kworker/2:0]
31 root 0:00 [kworker/2:0H]
32 root 0:00 [rcuop/2]
33 root 0:00 [rcuos/2]
34 root 0:00 [rcuob/2]
35 root 0:00 [migration/3]
36 root 0:00 [rcuc/3]
37 root 0:00 [ksoftirqd/3]
38 root 0:00 [posixcputmr/3]
39 root 0:00 [kworker/3:0]
40 root 0:00 [kworker/3:0H]
41 root 0:00 [rcuop/3]
42 root 0:00 [rcuos/3]
43 root 0:00 [rcuob/3]
44 root 0:00 [khelper]
45 root 0:00 [kdevtmpfs]
46 root 0:00 [writeback]
47 root 0:00 [crypto]
48 root 0:00 [bioset]
49 root 0:00 [kblockd]
50 root 0:00 [kworker/0:1]
51 root 0:00 [rpciod]
52 root 0:00 [kswapd0]
53 root 0:00 [fsnotify_mark]
54 root 0:00 [kswork]
55 root 0:00 [nfsiod]
56 root 0:00 [cifsiod]
72 root 0:00 [irq/282-sdma]
73 root 0:00 [irq/22-2020000.]
74 root 0:00 [kworker/u9:0]
75 root 0:00 [kloopd]
76 root 0:00 [irq/285-2188000]
77 root 0:00 [irq/286-2188000]
78 root 0:00 [irq/283-2184000]
79 root 0:00 [irq/284-2184200]
80 root 0:00 [irq/275-rtc ala]
81 root 0:00 [irq/287-mmc0]
82 root 0:00 [kworker/1:1]
83 root 0:00 [irq/35-2194000.]
84 root 0:00 [kworker/u8:1]
85 root 0:00 [deferwq]
86 root 0:00 [kworker/u8:2]
87 root 0:00 [mmcqd/0]
89 root 0:00 [kworker/2:1]
94 root 0:00 {rcS} /bin/sh /etc/init.d/rcS
100 root 0:00 [kworker/1:1H]
102 root 0:00 [kworker/3:1]
136 root 0:00 /sbin/syslogd -n
139 root 0:00 /sbin/klogd -n
145 root 0:00 /usr/bin/rpcbind
152 root 0:00 [kworker/2:2]
182 root 0:00 [kworker/3:1H]
183 root 0:00 [lockd]
189 root 0:00 {thttpd_wrapper} /bin/sh /usr/sbin/thttpd_wrapper
191 root 0:00 /usr/sbin/thttpd -p 80 -D -C /var/www/thttpd_config
193 root 0:00 /usr/sbin/telnetd -p 23
197 root 0:00 /usr/bin/mpd
199 root 0:00 /usr/bin/gosh -A /var/lightMPD/webconsole /var/lightMPD/webconsole/lmpdserv.scm -p 9000
201 root 0:00 {S99mpdstatus} /bin/sh /etc/init.d/S99mpdstatus start
202 root 0:00 sh /var/lightMPD/bin/statusout.sh
210 root 0:00 /bin/ps
++
--------------- /usr/bin/mpd -V --------------
Music Player Daemon 0.19.9

Copyright (C) 2003-2007 Warren Dukes <warren.dukesgmail.com>
Copyright (C) 2008-2014 Max Kellermann <maxduempel.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Database plugins:
simple proxy upnp

Storage plugins:
local nfs

Decoders plugins:
[mad] mp3 mp2
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[audiofile] wav au aiff aif m4a mp4 flac
[dsdiff] dff
[dsf] dsf
[faad] aac
[ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
[pcm]

Output plugins:
null fifo pipe alsa

Archive plugins:
[bz2] bz2

Input plugins:
file alsa archive curl ffmpeg nfs mms

Playlist plugins:
extm3u m3u pls xspf asx rss cue embcue

Protocols:
http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// nfs:// alsa://
++
--------------- /bin/date --------------
Thu Jan 1 09:00:09 JST 1970
++
--------------- /usr/bin/ntpq -p --------------
++
--------------- /bin/ls -lt /var/lightMPD/nas/music/data --------------
total 8
drwxrwxrwx 8 root root 4096 Mar 21 2015 ???
drwxrwxrwx 2 root root 4096 Sep 29 2014 ???
++
--------------- /var/log/messages --------------
Jan 1 09:00:03 lightmpd syslog.info syslogd started: BusyBox v1.23.2
Jan 1 09:00:03 lightmpd user.notice kernel: klogd started: BusyBox v1.23.2 (2015-06-06 23:32:46 JST)
Jan 1 09:00:03 lightmpd user.info kernel: Booting Linux on physical CPU 0x0
Jan 1 09:00:03 lightmpd user.notice kernel: Linux version 4.0.5-rt3-lightMPDcuboxi4 (arakiarmlmpd64) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #25 SMP PREEMPT RT Wed Jul 1 11:16:27 JST 2015
Jan 1 09:00:03 lightmpd user.info kernel: CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387d
Jan 1 09:00:03 lightmpd user.info kernel: CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
Jan 1 09:00:03 lightmpd user.info kernel: Machine model: SolidRun Cubox-i Dual/Quad
Jan 1 09:00:03 lightmpd user.info kernel: cma: Reserved 256 MiB at 0x80000000
Jan 1 09:00:03 lightmpd user.info kernel: Memory policy: Data cache writealloc
Jan 1 09:00:03 lightmpd user.debug kernel: On node 0 totalpages: 524288
Jan 1 09:00:03 lightmpd user.debug kernel: free_area_init_node: node 0, pgdat 804da4c0, node_mem_map ee7f8000
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 3568 pages used for memmap
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 0 pages reserved
Jan 1 09:00:03 lightmpd user.debug kernel: Normal zone: 456704 pages, LIFO batch:31
Jan 1 09:00:03 lightmpd user.debug kernel: HighMem zone: 67584 pages, LIFO batch:15
Jan 1 09:00:03 lightmpd user.info kernel: PERCPU: Embedded 7 pages/cpu @ee7ac000 s8064 r0 d20608 u32768
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: s8064 r0 d20608 u32768 alloc=8*4096
Jan 1 09:00:03 lightmpd user.debug kernel: pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
Jan 1 09:00:03 lightmpd user.info kernel: Built 1 zonelists in Zone order, mobility grouping on. Total pages: 520720
Jan 1 09:00:03 lightmpd user.notice kernel: Kernel command line: console=ttymxc0,115200 root=/dev/ram0 rw ramdisk_size=65536 rootfstype=romfs
Jan 1 09:00:03 lightmpd user.info kernel: PID hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Inode-cache hash table entries: 131072 (order: 7, 524288 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Memory: 1790652K/2097152K available (3839K kernel code, 140K rwdata, 756K rodata, 204K init, 280K bss, 44356K reserved, 262144K cma-reserved, 8192K highmem)
Jan 1 09:00:03 lightmpd user.notice kernel: Virtual kernel memory layout:
Jan 1 09:00:03 lightmpd user.notice kernel: vector : 0xffff0000 - 0xffff1000 ( 4 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: vmalloc : 0xf0000000 - 0xff000000 ( 240 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: lowmem : 0x80000000 - 0xef800000 (1784 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: pkmap : 0x7fe00000 - 0x80000000 ( 2 MB)
Jan 1 09:00:03 lightmpd user.notice kernel: .text : 0x80008000 - 0x80484fc4 (4596 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .init : 0x80485000 - 0x804b8000 ( 204 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .data : 0x804b8000 - 0x804db3e0 ( 141 kB)
Jan 1 09:00:03 lightmpd user.notice kernel: .bss : 0x804db3e0 - 0x80521544 ( 281 kB)
Jan 1 09:00:03 lightmpd user.info kernel: SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
Jan 1 09:00:03 lightmpd user.info kernel: Preemptible hierarchical RCU implementation.
Jan 1 09:00:03 lightmpd user.info kernel: NR_IRQS:16 nr_irqs:16 16
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 erratum 769419 enabled
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 enabling early BRESP for Cortex-A9
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 full line of zeros enabled for Cortex-A9
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 ID prefetch enabled, offset 4 lines
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 dynamic clock gating enabled, standby mode enabled
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310 cache controller enabled, 16 ways, 1024 kB
Jan 1 09:00:03 lightmpd user.info kernel: L2C-310: CACHE_ID 0x410000c7, AUX_CTRL 0x76070001
Jan 1 09:00:03 lightmpd user.info kernel: Offload RCU callbacks from all CPUs
Jan 1 09:00:03 lightmpd user.info kernel: Offload RCU callbacks from CPUs: 0-3.
Jan 1 09:00:03 lightmpd user.info kernel: Switching to timer-based delay loop, resolution 333ns
Jan 1 09:00:03 lightmpd user.info kernel: sched_clock: 32 bits at 3000kHz, resolution 333ns, wraps every 1431655765682ns
Jan 1 09:00:03 lightmpd user.info kernel: Console: colour dummy device 80x30
Jan 1 09:00:03 lightmpd user.info kernel: Calibrating delay loop (skipped), value calculated using timer frequency.. 6.00 BogoMIPS (lpj=3000)
Jan 1 09:00:03 lightmpd user.info kernel: pid_max: default: 32768 minimum: 301
Jan 1 09:00:03 lightmpd user.info kernel: Mount-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: Mountpoint-cache hash table entries: 4096 (order: 2, 16384 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: CPU: Testing write buffer coherency: ok
Jan 1 09:00:03 lightmpd user.info kernel: CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
Jan 1 09:00:03 lightmpd user.info kernel: Setting up static identity map for 0x103c5800 - 0x103c584c
Jan 1 09:00:03 lightmpd user.info kernel: CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
Jan 1 09:00:03 lightmpd user.info kernel: CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
Jan 1 09:00:03 lightmpd user.info kernel: CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
Jan 1 09:00:03 lightmpd user.info kernel: Brought up 4 CPUs
Jan 1 09:00:03 lightmpd user.info kernel: SMP: Total of 4 processors activated (24.00 BogoMIPS).
Jan 1 09:00:03 lightmpd user.info kernel: CPU: All CPU(s) started in SVC mode.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: initialized
Jan 1 09:00:03 lightmpd user.info kernel: VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
Jan 1 09:00:03 lightmpd user.info kernel: pinctrl core: initialized pinctrl subsystem
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 16
Jan 1 09:00:03 lightmpd user.info kernel: DMA: preallocated 256 KiB pool for atomic coherent allocations
Jan 1 09:00:03 lightmpd user.info kernel: CPU identified as i.MX6Q, silicon rev 1.2
Jan 1 09:00:03 lightmpd user.info kernel: imx6q-pinctrl 20e0000.iomuxc: initialized IMX pinctrl driver
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver usbfs
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver hub
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new device driver usb
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: LinuxPPS API ver. 1 registered
Jan 1 09:00:03 lightmpd user.info kernel: pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giomettilinux.it>
Jan 1 09:00:03 lightmpd user.info kernel: PTP clock support registered
Jan 1 09:00:03 lightmpd user.info kernel: Advanced Linux Sound Architecture Driver Initialized.
Jan 1 09:00:03 lightmpd user.info kernel: Switched to clocksource mxc_timer1
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 2
Jan 1 09:00:03 lightmpd user.info kernel: TCP established hash table entries: 16384 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP bind hash table entries: 16384 (order: 6, 458752 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: Hash tables configured (established 16384 bind 16384)
Jan 1 09:00:03 lightmpd user.info kernel: TCP: reno registered
Jan 1 09:00:03 lightmpd user.info kernel: UDP hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: UDP-Lite hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 1
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered named UNIX socket transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered udp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp transport module.
Jan 1 09:00:03 lightmpd user.info kernel: RPC: Registered tcp NFSv4.1 backchannel transport module.
Jan 1 09:00:03 lightmpd user.info kernel: Trying to unpack rootfs image as initramfs...
Jan 1 09:00:03 lightmpd user.info kernel: rootfs image is not initramfs (no cpio magic); looks like an initrd
Jan 1 09:00:03 lightmpd user.info kernel: Freeing initrd memory: 19808K (82800000 - 83b58000)
Jan 1 09:00:03 lightmpd user.info kernel: futex hash table entries: 1024 (order: 4, 65536 bytes)
Jan 1 09:00:03 lightmpd user.notice kernel: NFS: Registering the id_resolver key type
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Key type id_legacy registered
Jan 1 09:00:03 lightmpd user.info kernel: romfs: ROMFS MTD (C) 2007 Red Hat, Inc.
Jan 1 09:00:03 lightmpd user.info kernel: bounce: pool size: 64 pages
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler noop registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler deadline registered
Jan 1 09:00:03 lightmpd user.info kernel: io scheduler cfq registered (default)
Jan 1 09:00:03 lightmpd user.warn kernel: imx-sdma 20ec000.sdma: failed to get firmware from device tree
Jan 1 09:00:03 lightmpd user.info kernel: imx-sdma 20ec000.sdma: initialized
Jan 1 09:00:03 lightmpd user.info kernel: 2020000.serial: ttymxc0 at MMIO 0x2020000 (irq = 22, base_baud = 5000000) is a IMX
Jan 1 09:00:03 lightmpd user.info kernel: console [ttymxc0] enabled
Jan 1 09:00:03 lightmpd user.info kernel: brd: module loaded
Jan 1 09:00:03 lightmpd user.info kernel: loop: module loaded
Jan 1 09:00:03 lightmpd user.warn kernel: 2188000.ethernet supply phy not found, using dummy regulator
Jan 1 09:00:03 lightmpd user.info kernel: pps pps0: new PPS source ptp0
Jan 1 09:00:03 lightmpd user.info kernel: libphy: fec_enet_mii_bus: probed
Jan 1 09:00:03 lightmpd user.info kernel: fec 2188000.ethernet eth0: registered PHC device 0
Jan 1 09:00:03 lightmpd user.info kernel: ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
Jan 1 09:00:03 lightmpd user.info kernel: ehci-mxc: Freescale On-Chip EHCI Host driver
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: new USB bus registered, assigned bus number 1
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.0: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 1-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: doesn't support gadget
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: EHCI Host Controller
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: new USB bus registered, assigned bus number 2
Jan 1 09:00:03 lightmpd user.info kernel: ci_hdrc ci_hdrc.1: USB 2.0 started, EHCI 1.00
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: USB hub found
Jan 1 09:00:03 lightmpd user.info kernel: hub 2-0:1.0: 1 port detected
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: rtc core: registered 20cc034.snvs-rtc-lp as rtc0
Jan 1 09:00:03 lightmpd user.warn kernel: Driver 'mmcblk' needs updating - please use bus_type methods
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Secure Digital Host Controller Interface driver
Jan 1 09:00:03 lightmpd user.info kernel: sdhci: Copyright(c) Pierre Ossman
Jan 1 09:00:03 lightmpd user.info kernel: sdhci-pltfm: SDHCI platform and OF driver helper
Jan 1 09:00:03 lightmpd user.warn kernel: sdhci-esdhc-imx 2194000.usdhc: could not get ultra high speed state, work on normal mode
Jan 1 09:00:03 lightmpd user.info kernel: sdhci-esdhc-imx 2194000.usdhc: No vqmmc regulator found
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: SDHCI controller on 2194000.usdhc [2194000.usdhc] using ADMA
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-audio
Jan 1 09:00:03 lightmpd user.info kernel: usbcore: registered new interface driver snd-usb-hiface
Jan 1 09:00:03 lightmpd user.info kernel: TCP: cubic registered
Jan 1 09:00:03 lightmpd user.info kernel: NET: Registered protocol family 17
Jan 1 09:00:03 lightmpd user.info kernel: sctp: Hash tables configured (established 65536 bind 37449)
Jan 1 09:00:03 lightmpd user.notice kernel: Key type dns_resolver registered
Jan 1 09:00:03 lightmpd user.notice kernel: Registering SWP/SWPB emulation handler
Jan 1 09:00:03 lightmpd user.info kernel: snvs_rtc 20cc034.snvs-rtc-lp: setting system clock to 1970-01-01 00:00:00 UTC (0)
Jan 1 09:00:03 lightmpd user.info kernel: ALSA device list:
Jan 1 09:00:03 lightmpd user.info kernel: No soundcards found.
Jan 1 09:00:03 lightmpd user.notice kernel: RAMDISK: gzip image found at block 0
Jan 1 09:00:03 lightmpd user.warn kernel: mmc0: host does not support reading read-only switch, assuming write-enable
Jan 1 09:00:03 lightmpd user.info kernel: mmc0: new SDHC card at address e624
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: mmc0:e624 SU04G 3.69 GiB
Jan 1 09:00:03 lightmpd user.info kernel: mmcblk0: p1
Jan 1 09:00:03 lightmpd user.info kernel: usb 1-1: new high-speed USB device number 2 using ci_hdrc
Jan 1 09:00:03 lightmpd user.warn kernel: usb 1-1: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb 1-1: [10] FU [Combo384 Amanero Playback Volume] ch = 2, val = -32767/0/1
Jan 1 09:00:03 lightmpd user.warn kernel: usb 1-1: Warning! Unlikely big volume range (=32767), cval->res is probably wrong.
Jan 1 09:00:03 lightmpd user.warn kernel: usb 1-1: [10] FU [Combo384 Amanero Playback Volume] ch = 1, val = -32767/0/1
Jan 1 09:00:03 lightmpd user.info kernel: VFS: Mounted root (romfs filesystem) readonly on device 1:0.
Jan 1 09:00:03 lightmpd user.info kernel: devtmpfs: mounted
Jan 1 09:00:03 lightmpd user.info kernel: Freeing unused kernel memory: 204K (80485000 - 804b8000)
Jan 1 09:00:04 lightmpd user.info kernel: fec 2188000.ethernet eth0: Freescale FEC PHY driver [Atheros 8035 ethernet] (mii_bus:phy_addr=2188000.ethernet:04, irq=-1)
Jan 1 09:00:08 lightmpd user.info kernel: fec 2188000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
Jan 1 09:00:08 lightmpd daemon.crit thttpd[191]: socket :: - Address family not supported by protocol
Jan 1 09:00:08 lightmpd daemon.notice thttpd[191]: thttpd/2.25b 29dec2003 starting on port 80
Jan 1 09:00:08 lightmpd daemon.warn thttpd[191]: started as root without requesting chroot(), warning only
++


#
#
realtime_option {
memlock "yes"
stack_reserve "2048"
heap_reserve "10240"
main_priority "OTHER:0"
player_priority "FIFO:53"
decoder_priority "OTHER:0"
update_priority "OTHER:0"
}

audio_output {
type "alsa"
name "uda"
device "hw:0,0"
priority "FIFO:54"
mixer_type "disabled"
dsd_usb "yes"
buffer_time "150000"
period_time "37500"
}

###### decoder selector
# decoder_selector {
# suffix "mp3"
# plugin "mad"
# }

# decoder_selector {
# suffix "m4a"
# plugin "ffmpeg"
# }

decoder_selector {
suffix "wav"
plugin "audiofile"
scan_plugin "ffmpeg"
}

# decoder_selector {
# suffix "flac"
# plugin "flac"
# }

database {
plugin "simple"
path "/var/lib/mpd/tag_cache"
compress "no"
}

#
music_directory "/var/lib/mpd/Music"
playlist_directory "/var/lib/mpd/playlists"
#sticker_file "/var/lib/mpd/sticker.sql"
log_file "/var/lib/mpd/mpd.log"
pid_file "/var/run/mpd.pid"
state_file "/var/lib/mpd/state"

user "root"
group "root"

bind_to_address "any"
port "6600"

#
#metadata_to_use "artist,album,title,track,name,genre,date,composer,performer,disc"
metadata_to_use "artist,album,title,track,genre,date,disc"

#audio_output_format "96000:24:2"
#
extended audio format
audio_output_format "X4L4:24:*"

#LIBSAMPLERATE
#samplerate_converter "Best Sinc Interpolator"
#samplearte_converter "Medium Sinc Interpolator"
#samplearte_converter "Fastest Sinc Interpolator"
#samplearte_converter "ZOHc Interpolator"
#samplearte_converter "Linear Sinc Interpolator"
#samplearte_converter "internal"

# SOXR
#samplerate_converter "soxr very high"
#samplerate_converter "soxr high"
#samplerate_converter "soxr medium"
#samplerate_converter "soxr low"
#samplerate_converter "soxr quick"
#
samplerate_converter "soxr very high openmp"
#samplerate_converter "soxr high openmp"
#samplerate_converter "soxr medium openmp"
#samplerate_converter "soxr low openmp"
#samplerate_converter "soxr quick openmp"


follow_outside_symlinks "yes"
follow_inside_symlinks "yes"
default_permissions "read,add,control,admin"
#
mixer_type "disabled"
#
audio_buffer_size "8192"
buffer_before_play "50%"
#
filesystem_charset "UTF-8"
id3v1_encoding "UTF-8"


#
#
[network]
interface=eth0
address=192.168.1.15
netmask=255.255.255.0
gateway=192.168.1.1
# nameserver=192.168.0.0
domain=mydomain.jp

[ntp]
# server=192.168.0.0
ntpd=no
timezone=Asia/Tokyo

[nas:music]
type=nfs
host=192.168.1.22
remotedir=music
proto=tcp
rsize=65536
wsize=65536

#[nas:NASID2]
# type=cifs
# host=nashost2
# remotedir=audio_data
# remoteuser=usrid
# remotepass=passwd
# iocharset=utf8
# file_mode=0644
# dir_mode=0755
# rsize=61440
# wsize=65536

[mpd]
load_module=mpd-0.19.9rt
music_directory=music/data
playlist_directory=music/mpd/playlists
db_file=music/mpd/tag_cache
sticker_file=music/mpd/sticker.sql
# log_file=music/mpd/mpd.log
log_file=/dev/null

[httpd]
# yes | no
enable=yes
port=80

[telnetd]
# yes | no
enable=yes
port=23

[ympd]
# yes | no
enable=no
webport=8080
mpdport=6600

[webconsole]
# yes | no
# start page: http://thishost:${port}/index.html
enable=yes
port=9000

[debug]
interfaces=yes
resolvconf=yes
ntpd=yes
ntpconf=yes
ifconfig=yes
cards=yes
mounts=yes
ps=yes
mpdversion=yes
date=yes
ntpq=yes
music=yes
messages=yes
save=yes

Thu Jan 1 09:00:59 JST 1970

mpd-pid #f

mpd load module /var/lightMPD/bin/mpd ok
db_file /var/lightMPD/nas/music/mpd/tag_cache ok
playlist_directory /var/lightMPD/nas/music/mpd/playlists ok
sticker_file /var/lightMPD/nas/music/mpd/sticker.sql ok
music_directory /var/lightMPD/nas/music/data ok
------ mpd version --------
Music Player Daemon 0.19.9

Copyright (C) 2003-2007 Warren Dukes <warren.dukesgmail.com>
Copyright (C) 2008-2014 Max Kellermann <maxduempel.org>
This is free software; see the source for copying conditions. There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Database plugins:
simple proxy upnp

Storage plugins:
local nfs

Decoders plugins:
[mad] mp3 mp2
[vorbis] ogg oga
[oggflac] ogg oga
[flac] flac
[sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
[audiofile] wav au aiff aif m4a mp4 flac
[dsdiff] dff
[dsf] dsf
[faad] aac
[ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
[pcm]

Output plugins:
null fifo pipe alsa

Archive plugins:
[bz2] bz2

Input plugins:
file alsa archive curl ffmpeg nfs mms

Playlist plugins:
extm3u m3u pls xspf asx rss cue embcue

Protocols:
http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// nfs:// alsa://

digi...@gmail.com

unread,
Nov 22, 2015, 4:44:44 AM11/22/15
to lightMPD
nishinishi917さん

mpd.confの下記の部分に誤りがあります。
> # 
>  extended audio format 
> audio_output_format                "X4L4:24:*" 

正しくは
# extended audio format 
audio_output_format                "X4L4:24:*" 

です。
extended audio format はコメントですので先頭に#がないとエラーになり、mpdが起動しません。

あと、
> アルバムが出ない事に挑戦して居りましたが認識しなくなり

とありますが、こちらのほうが気になります。
アルバムが出ないと再生できないと思うのですが、以前はでていたのですか?

nishin...@gmail.com

unread,
Nov 22, 2015, 9:09:31 AM11/22/15
to lightMPD
digififanさん
nishinishi917です
早速連絡頂きまして有難う御座います。

アップサンプルの件
さっそく試してみます。

アルバムの件
ファイルは出て再生は出来ています、
CDジャケットの写真が出てこない事です、
説明不足で申し訳ありません、
nas導入時にリッピングしたソフトは出ていますが、
バージョンが上がり、その後リッピングした写真が出ない、
という意味です。

nishin...@gmail.com

unread,
Nov 23, 2015, 7:52:40 AM11/23/15
to lightMPD
digififanさん
nishinishi917です

今回 GMPCで認識しないのはlightmpd-v1.0.1です。
2月にバージョンアップしたsdカードではアップサンプルは動作確認できました、

一つ確認したいのですがNASのデレクトリmpdにあるtag_cache-0.19と
今回 作成したtag_cache-0.19.9rtの関係で動かないのでしょうか?

今後の事を考え tag_cache-0.19.9rtを使いたいのですが nasの
tag_cache-0.19を削除した後、再度 tag_cache-0.19.9rtが作成されるでしょうか?

宜しくお願い致します。

digi...@gmail.com

unread,
Nov 23, 2015, 8:46:45 AM11/23/15
to lightMPD
nishinishi917さん


> 今後の事を考え tag_cache-0.19.9rtを使いたいのですが nasの
> tag_cache-0.19を削除した後、再度 tag_cache-0.19.9rtが作成されるでしょうか?


mpdのバージョン間でtag_cacheで互換性がない場合があります。
tag_cahceはlightmpd.confの
 [mpd]  
    db_file = tag_cache

で行います。
nishinishi917さんの場合、提示して頂いたlightmpd.confではtag_cacheになっています。多分2月に作成したSDカードでも同様にtag_cacheになっていると思われます。
この場合、NAS上のtag_cacheは2月のバージョンで作成された物になりますから、mpd-0.19,9系ではエラーになるのかもしれません。
一度tag_cahceを削除するか名前を変えてからlightmpdを起動するとtag_cacheの作成が始まります。



nishin...@gmail.com

unread,
Nov 24, 2015, 5:01:12 AM11/24/15
to lightMPD
digififanさん
nishinishi917です

NAS上のtag_cacheを削除して1.0.1sdカードで立ち上げてもGMPCが認識しませんでした。

他にあれば試してみますが1週間出張で作業が出来ません、
帰りましたら再度挑戦します、今後ともよろしくお願いいたします。

nishin...@gmail.com

unread,
Dec 7, 2015, 5:51:32 AM12/7/15
to lightMPD
digififanさん
nishinishi917です

今回
[mpd]
load_module=mpd-0.19.9rt
music_directory=music/data
playlist_directory=music/mpd/playlists
db_file=music/mpd/tag_cache(-0.19rt)
sticker_file=music/mpd/sticker.sql
# log_file=music/mpd/mpd.log
log_file=/dev/null
tag_cacheの後に-0.19rtを追加して1.0.1sdカードで立ち上げGMPCが認識し、
音は出ました。

nasのtag_cahceはtag_cache-0.19rt 2015/12/07  19:39 19rtファイル  446kb
となり動作確認できました、

今後はjpgを表示させたいと思いますので宜しくお願い致します。
Reply all
Reply to author
Forward
0 new messages