ปัญหาไดเรกทอรี Minidlna


2

ฉันค้นหาเสร็จแล้วและไม่สามารถหาคำตอบสำหรับปัญหาเฉพาะนี้ได้ ฉันมี minidlna ตั้งค่าและทำงาน - แต่มันไม่ได้ทำอย่างถูกต้อง

ก่อนอื่นเมื่อฉันเปิดเซิร์ฟเวอร์บนเครื่องเล่น bluray ของฉันภาพยนตร์ทุกเรื่องของฉันจะแสดงเป็นสองเท่า - เมื่อพวกเขาไม่ได้รับการบันทึกจากภายนอกของฉันสองครั้ง

ประการที่สองเมื่อฉันเปิดเซิร์ฟเวอร์ - แทนที่จะอ่าน "ภาพยนตร์" "ทีวี" "เพลง" ฯลฯ - มันเพียงแค่นำภาพยนตร์ทีวีและโฟลเดอร์อื่น ๆ ทั้งหมดมารวมเข้าด้วยกันโดยไม่มีองค์กรจริง ฉันไม่เคยมีปัญหานี้เมื่อฉันติดตั้ง Windows ดังนั้นฉันรู้ว่ามันเป็นสิ่งที่กำหนดค่าไม่ถูกต้องมากไปกว่าไดรฟ์ภายนอกที่ทำให้ฉันไม่พอใจ

นี่คือไฟล์ minidlna.conf ของฉัน:

    # This is the configuration file for the MiniDLNA daemon, a DLNA/UPnP-AV media
# server.
#
# Unless otherwise noted, the commented out options show their default value.
#
# On Debian, you can also refer to the minidlna.conf(5) man page for
# documentation about this file.

media_dir=/media/somnambulist/Ghost In You
# This option can be specified more than once if you want multiple directories
# scanned.
#
# If you want to restrict a media_dir to a specific content type, you can
# prepend the directory name with a letter representing the type (A, P or V),
# followed by a comma, as so:
#   * "A" for audio    (eg. media_dir=A,/var/lib/minidlna/music)
#   * "P" for pictures (eg. media_dir=P,/var/lib/minidlna/pictures)
#   * "V" for video    (eg. media_dir=V,/var/lib/minidlna/videos)
#
# WARNING: After changing this option, you need to rebuild the database. Either
#          run minidlna with the '-R' option, or delete the 'files.db' file
#          from the db_dir directory (see below).
#          On Debian, you can run, as root, 'service minidlna force-reload' instead.
#media_dir=/var/lib/minidlna
media_dir=V,/media/somnambulist/Ghost In You/Movies
media_dir=V,/media/somnambulist/Ghost In You/TV
media_dir=P,/home/somnambulist/Pictures


# Path to the directory that should hold the database and album art cache.
db_dir=/home/somnambulist/serverart

# Path to the directory that should hold the log file.
log_dir=/home/somnambulist/serverlog

# Minimum level of importance of messages to be logged.
# Must be one of "off", "fatal", "error", "warn", "info" or "debug".
# "off" turns of logging entirely, "fatal" is the highest level of importance
# and "debug" the lowest.
#log_level=warn

# Use a different container as the root of the directory tree presented to
# clients. The possible values are:
#   * "." - standard container
#   * "B" - "Browse Directory"
#   * "M" - "Music"
#   * "P" - "Pictures"
#   * "V" - "Video"
# if you specify "B" and client device is audio-only then "Music/Folders" will be used as root
root_container=B

# Network interface(s) to bind to (e.g. eth0), comma delimited.
#network_interface=

# IPv4 address to listen on (e.g. 192.0.2.1).
#listening_ip=

# Port number for HTTP traffic (descriptions, SOAP, media transfer).
port=8200

# URL presented to clients.
# The default is the IP address of the server on port 80.
#presentation_url=http://example.com:80

# Name that the DLNA server presents to clients.
friendly_name=Somnambulist Media Server

# Serial number the server reports to clients.
serial=12345678

# Model name the server reports to clients.
#model_name=Windows Media Connect compatible (MiniDLNA)

# Model number the server reports to clients.
model_number=1

# Automatic discovery of new files in the media_dir directory.
#inotify=yes

# List of file names to look for when searching for album art. Names should be
# delimited with a forward slash ("/").
album_art_names=Cover.jpg/cover.jpg/AlbumArtSmall.jpg/albumartsmall.jpg/AlbumArt.jpg/albumart.jpg/Album.jpg/album.jpg/Folder.jpg/folder.jpg/Thumb.jpg/thumb.jpg

# Strictly adhere to DLNA standards.
# This allows server-side downscaling of very large JPEG images, which may
# decrease JPEG serving performance on (at least) Sony DLNA products.
#strict_dlna=no

# Support for streaming .jpg and .mp3 files to a TiVo supporting HMO.
#enable_tivo=no

# Notify interval, in seconds.
#notify_interval=895

# Path to the MiniSSDPd socket, for MiniSSDPd support.
#minissdpdsocket=/run/minissdpd.sock`

และนี่คือข้อผิดพลาดที่ฉันได้รับในเทอร์มินัลเมื่อฉันเรียกใช้:

sudo service minidlna restart
sudo service minidlna force-reload

เกิดข้อผิดพลาดในการเริ่มระบบใหม่:

Restarting DLNA/UPnP-AV media server minidlna                                
[2013/08/12 21:19:27] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/Movies" not accessible! [Permission denied]
[2013/08/12 21:19:27] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/TV" not accessible! [Permission denied]

ข้อผิดพลาดในการโหลดซ้ำ:

Restarting DLNA/UPnP-AV media server minidlna                                
[2013/08/12 21:19:46] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/Movies" not accessible! [Permission denied]
[2013/08/12 21:19:46] minidlna.c:474: error: Media directory "/media/somnambulist/Ghost In You/TV" not accessible! [Permission denied]
rm: cannot remove ‘/home/somnambulist/serverart/files.db’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Slumdog Millionaire/Slumdog.Millionaire.Cover.jpg’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Zack and Miri Make a Porno/ZackAndMiriMakeAPornoCover.jpg’: Permission denied
[2013/08/12 21:19:46] minidlna.c:744: warn: Failed to clean old file cache.
                                                                         [ OK ]

ฉันใช้เวลาหลายชั่วโมงในจุดนี้อ่านไฟล์ต่าง ๆ - และยังมีเพื่อนที่ค่อนข้างเข้าใจว่าอูบุนตูพยายามช่วยเหลือฉันผ่านการแชท - ไม่มีโชคเช่นนั้น

ขอบคุณล่วงหน้าสำหรับความช่วยเหลือใด ๆ


ข้อผิดพลาดที่คุณได้รับจากการโหลดแรงนั้นระบุว่าคุณมีปัญหาการอนุญาต ด้วยเหตุผลบางประการไฟล์ที่พยายามลบมีสิทธิ์ที่ไม่ถูกต้อง ลองตรวจสอบสิทธิ์ของพวกเขาและทำให้พวกเขาและไดเรกทอรีของพวกเขาเขียนได้ให้กับผู้ใช้ daemon กำลังทำงานด้วย
Blaisorblade

คำตอบ:


2

ฉันไม่ใช่ผู้เชี่ยวชาญทั้งใน Ubuntu และ minidlna - แต่ฉันได้เซิร์ฟเวอร์ minidlna ของฉันในที่สุดก็ทำงานบนเซิร์ฟเวอร์ Ubuntu 12.04 (วันนี้!) และดังนั้นจึงเจอปัญหาบางอย่าง (และรู้ว่าคนที่สิ้นหวังสามารถอยู่ในกรณีที่คุณอยู่ใกล้กับ เป้าหมาย แต่ไม่ได้อยู่ตรงนั้น)

ผู้ต้องสงสัยคนแรก: minidlna สร้างความสับสนบางอย่างในฐานข้อมูลภายใน ดังนั้นลบ files.db ภายใต้ Ubuntu 12.04 คุณต้องมีสิ่งที่ต้องการ (อาจมี sudo อยู่ด้านบน):

rm /var/lib/minidlna/files.db

และรีสตาร์ท minidlna + รอ (มันจะสร้างไฟล์ใหม่)

ผู้ต้องสงสัยคนที่สอง: คุณมีช่องว่างสีขาวในเส้นทางของคุณ:

/media/somnambulist/Ghost In You

Linux และภาษาการเขียนโปรแกรมบางอย่างค่อนข้างพิถีพิถันในเรื่องนี้ - ซึ่งอาจทำให้เกิดปัญหาบางอย่างภายใน minidlna ในกรณีที่ไม่ได้รับการจัดการอย่างถูกต้อง

ลองแทน:

/media/somnambulist/Ghost_In_You

(เช่นเปลี่ยนชื่อของไดเรกทอรีรวมถึงการตั้งค่าในไฟล์ minidlna.conf)

อาจเป็นไปได้ว่าคุณต้องลบ files.db อีกครั้งเช่นกันสำหรับผู้ต้องสงสัยคนที่สองนี้

ไม่ว่าผลลัพธ์จะเป็นอย่างไรในการสงสัยครั้งที่สองโปรดโพสต์ผลลัพธ์เพื่อให้ผู้อื่นได้รับประโยชน์เช่นกัน ผู้ต้องสงสัย / เคล็ดลับแรกสามารถพบได้บนเว็บแล้ว

ไม่มีการรับประกัน - แต่ควรลองดู


2

ข้อผิดพลาดอยู่ที่นี่

rm: cannot remove ‘/home/somnambulist/serverart/files.db’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Slumdog Millionaire/Slumdog.Millionaire.Cover.jpg’: Permission denied
rm: cannot remove ‘/home/somnambulist/serverart/art_cache/media/somnambulist/Ghost In You/Movies/Zack and Miri Make a Porno/ZackAndMiriMakeAPornoCover.jpg’: Permission denied
[2013/08/12 21:19:46] minidlna.c:744: warn: Failed to clean old file cache.

minidlnaไม่สามารถลบไฟล์เก่าดังนั้นจึงล้มเหลว ฉันมีปัญหาเดียวกัน ลบArt_cacheโฟลเดอร์เก่าแล้วลองอีกครั้ง


-2

ลองเปลี่ยนจาก umask = 007 เป็น umask = 002 และแบ่งพาร์ติชันใหม่ ที่จะทำงานให้คุณ

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.