DLNA server problem

thanp
Posts: 5
Joined: Sun May 19, 2013 10:51 am

DLNA server problem

Postby thanp » Thu Aug 09, 2018 1:42 am

Hi,
Yesterday i purchased and installed DLNA server. I saw from the dashboard that DLNA server is not running. I tried to restart it from the dashboard and from command with: systemctl restart minidlna.service but nothing.
systemctl status minidlna.service shows:
loaded: error (reason: no such file or directory)
active: inactive (dead)

I tried to uninstall DLNA app, RPM fusion non free and RPM fusion, reboot and the install DLNA app again but i have the same issue.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: DLNA server problem

Postby bigfoot65 » Thu Aug 09, 2018 6:24 am

Need more details.

Please provide the URL for:

Code: Select all

apaste --sysinfo
Is the OS updated:

Code: Select all

sudo dnf update
Check the /var/log/amahi-app-installer.log file for errors.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

thanp
Posts: 5
Joined: Sun May 19, 2013 10:51 am

Re: DLNA server problem

Postby thanp » Fri Aug 10, 2018 1:01 am

I have Amahi 7 on Fedora 19 and Greyhole is running.

# apaste --sysinfo
Gathering system info...........................Uploading (59.0KiB)...
Traceback (most recent call last):
File "/usr/bin/apaste", line 447, in <module>
main()
File "/usr/bin/apaste", line 414, in main
[url, short_url] = paste(text, options)
File "/usr/bin/apaste", line 127, in paste
response = json.loads(f.read())
File "/usr/lib64/python2.7/json/__init__.py", line 338, in loads
return _default_decoder.decode(s)
File "/usr/lib64/python2.7/json/decoder.py", line 365, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/lib64/python2.7/json/decoder.py", line 383, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

sudo dnf update:

command not found

# cat /var/log/amahi-app-installer.log
======= app uninstall begin @ 2018-08-09 10:39:27 +0300 ==========
Uninstalling app id ogiaus92x5 under /var/hda/platform/html/script/.. ENV=production
Removing Amahi settings
Stopping minidlna.service
Failed to issue method call: Unit minidlna.service not loaded.
Disabling minidlna.service
Failed to issue method call: No such file or directory
Reloading systemctl daemon
Done!
Your HDA services have been restarted.
App: DLNA uninstalled
======= app uninstall end @ 2018-08-09 10:39:31 +0300 ==========
======= app uninstall begin @ 2018-08-09 10:39:53 +0300 ==========
Uninstalling app id gn6lhxp71j under /var/hda/platform/html/script/.. ENV=production
App: RPM Fusion (Non-Free) uninstalled
======= app uninstall end @ 2018-08-09 10:39:53 +0300 ==========
======= app uninstall begin @ 2018-08-09 10:40:06 +0300 ==========
Uninstalling app id 14fp5m2ggl under /var/hda/platform/html/script/.. ENV=production
App: RPM Fusion (Free) uninstalled
======= app uninstall end @ 2018-08-09 10:40:06 +0300 ==========
======= app install begin @ 2018-08-09 11:03:28 +0300 ==========
Installing app id ogiaus92x5 under /var/hda/platform/html/script/.. ENV=production
Your HDA services have been restarted.
Your HDA services have been restarted.
Configuring Amahi settings
Reloading systemctl daemon
Enabling minidlna.service
Failed to issue method call: No such file or directory
Starting minidlna.service
Failed to issue method call: Unit minidlna.service failed to load: No such file or directory. See system logs and 'systemctl status minidlna.service' for details.
App: DLNA installed
======= app install end @ 2018-08-09 11:04:15 +0300 ==========


# systemctl status minidlna.service
minidlna.service
Loaded: error (Reason: No such file or directory)
Active: inactive (dead)

Aug 08 23:02:43 h105.home.com systemd[1]: minidlna.service: main process exited, code=exited, status=127/n/a
Aug 08 23:02:43 h105.home.com systemd[1]: Unit minidlna.service entered failed state.
Aug 08 23:04:43 h105.home.com systemd[1]: Starting MiniDLNA is a DLNA/UPnP-AV server software...
Aug 08 23:04:43 h105.home.com systemd[1]: Started MiniDLNA is a DLNA/UPnP-AV server software.
Aug 08 23:04:43 h105.home.com minidlnad[2575]: /usr/sbin/minidlnad: symbol lookup error: /lib64/libavcodec.so.54: undefined symbol: vpx_...dx_algoAug 08 23:04:43 h105.home.com systemd[1]: minidlna.service: main process exited, code=exited, status=127/n/a
Aug 08 23:04:43 h105.home.com systemd[1]: Unit minidlna.service entered failed state.
Aug 08 23:05:57 h105.home.com systemd[1]: Stopped MiniDLNA is a DLNA/UPnP-AV server software.
Aug 08 23:05:59 h105.home.com systemd[1]: Stopped MiniDLNA is a DLNA/UPnP-AV server software.
Aug 08 23:06:06 h105.home.com systemd[1]: Stopped minidlna.service.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: DLNA server problem

Postby bigfoot65 » Mon Aug 13, 2018 7:22 am

Didn't realize you had such an older version of Amahi.

Try:

Code: Select all

sudo yum update
You might consider upgrading to the latest version. Fedora 19 / Amahi 7 is in Maintenance Support status (indicates all Amahi updates (i.e. platform, applications, etc) have been halted).
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

thanp
Posts: 5
Joined: Sun May 19, 2013 10:51 am

Re: DLNA server problem

Postby thanp » Mon Aug 13, 2018 2:24 pm

Thanks for the advice.
I did the update and i am getting the same errors.
I should do it from scratch to the latest version.

User avatar
bigfoot65
Project Manager
Posts: 11924
Joined: Mon May 25, 2009 4:31 pm

Re: DLNA server problem

Postby bigfoot65 » Mon Aug 13, 2018 3:15 pm

You can try the upgrade path.

It would be quicker to start from scratch though.

Recommend you check out HDA OS Migration Guide.
ßîgƒσστ65
Applications Manager

My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 16GB RAM, 1TBx1+2TBx2+4TBx2

Who is online

Users browsing this forum: No registered users and 8 guests