|
OpenWRT or router install
|
|
08-01-2015, 17:18
Post: #31
|
|||
|
|||
|
RE: OpenWRT or router install
YEESSSSSSS!!!
![]() root@OpenWrt:/# /usr/share/minimserver/minimserver-0.8.3/bin/startc MinimServer 0.8.3 update 50, Copyright © 2012-2014 Simon Nash. All rights reserved. starting MinimServer[OpenWrt] Enter command (? for help), or null to exit: >Enter content directory, or null to continue: # adding libstdcpp seems to be the last brick in the wall!!! O:-) THX 4 your patience and help!!! hope this thread may help others getting java and its dependencies running! maybe will sum it all up later - time to build a last mint version of openwrt!
|
|||
|
08-01-2015, 17:27
(This post was last modified: 08-01-2015 17:27 by simoncn.)
Post: #32
|
|||
|
|||
RE: OpenWRT or router install
(08-01-2015 17:18)alexinc Wrote: YEESSSSSSS!!! Congratulations and well done! ![]() Have you tried running minimserver/bin/setup to enable MinimServer automatic startup when the router is restarted? I'd be interested to know whether this is working on OpenWrt. |
|||
|
08-01-2015, 18:09
(This post was last modified: 08-01-2015 18:10 by alexinc.)
Post: #33
|
|||
|
|||
|
RE: OpenWRT or router install
will investigate further for you - just building my final edition of openwrt and then hopefully setup automatic startup and automatic mounting and all those things... will keep you updated and glad to give a little bit in return for all your help (still remembering you added support for costum remix tag and fixed album art on samsung tv in minimserver almost 2(?!!) years ago for me)!
|
|||
|
08-01-2015, 18:34
Post: #34
|
|||
|
|||
RE: OpenWRT or router install
(08-01-2015 18:09)alexinc Wrote: will investigate further for you - just building my final edition of openwrt and then hopefully setup automatic startup and automatic mounting and all those things... will keep you updated and glad to give a little bit in return for all your help (still remembering you added support for costum remix tag and fixed album art on samsung tv in minimserver almost 2(?!!) years ago for me)! Thanks for your work on this. It will be great to see OpenWrt added to the list of platforms that are able to run MinimServer!
|
|||
|
08-01-2015, 23:45
(This post was last modified: 08-01-2015 23:55 by alexinc.)
Post: #35
|
|||
|
|||
|
RE: OpenWRT or router install
root@OpenWrt:/# /usr/share/minimserver/minimserver-0.8.3/bin/setup
MinimServer desktop integration is not available MinimServer automatic startup is not available root@OpenWrt:/# /usr/share/minimserver/minimserver-0.8.3/bin/startd /usr/share/minimserver/minimserver-0.8.3/bin/startd: line 202: setsid: not found startc and automatic update is working!
|
|||
|
09-01-2015, 00:38
Post: #36
|
|||
|
|||
RE: OpenWRT or router install
(08-01-2015 23:45)alexinc Wrote: root@OpenWrt:/# /usr/share/minimserver/minimserver-0.8.3/bin/setup That's a shame. ![]() The "automatic startup is not available" message means that OpenWrt doesn't support System V init or systemd. Do you know what mechanism OpenWrt uses to automatically start services on reboot? The setsid problem is going to be tricky to solve. I will need to try a few experiments to see if I can find a way to remove this from startd. |
|||
|
09-01-2015, 09:54
(This post was last modified: 09-01-2015 09:55 by alexinc.)
Post: #37
|
|||
|
|||
RE: OpenWRT or router install
(09-01-2015 00:38)simoncn Wrote: That's a shame. Question #1 should be answered here!? ![]() Right now i'm struggeling with minidlna and minimserver not being visible to my wireless android 5.0.1 with bubbleupnp but to my wired samsung tv/h-tc they are... i hate modern technology! could be latest android being buggy, latest bubbleupnp being buggy, openwrt or router...
|
|||
|
09-01-2015, 10:43
Post: #38
|
|||
|
|||
RE: OpenWRT or router install
(09-01-2015 09:54)alexinc Wrote: Question #1 should be answered here!? Thanks for the pointer. This is similar to System V init but not exactly the same. Please post the output from this command: ls -l /etc/rc.d Quote:Right now i'm struggeling with minidlna and minimserver not being visible to my wireless android 5.0.1 with bubbleupnp but to my wired samsung tv/h-tc they are... i hate modern technology! This is likely to be related to multicast IGMP snooping. Does OpenWrt have a setting to disable this? |
|||
|
09-01-2015, 14:01
Post: #39
|
|||
|
|||
|
RE: OpenWRT or router install
root@NAS-Server:/# ls -l /etc/rc.d
lrwxrwxrwx 1 root root 14 Jan 8 15:56 K10ddns -> ../init.d/ddns lrwxrwxrwx 1 root root 18 Jan 8 15:56 K50dropbear -> ../init.d/dropbear lrwxrwxrwx 1 root root 13 Jan 8 15:56 K89log -> ../init.d/log lrwxrwxrwx 1 root root 17 Jan 8 15:56 K90network -> ../init.d/network lrwxrwxrwx 1 root root 14 Jan 8 15:56 K98boot -> ../init.d/boot lrwxrwxrwx 1 root root 16 Jan 8 15:56 K99umount -> ../init.d/umount lrwxrwxrwx 1 root root 20 Jan 8 15:56 S00sysfixtime -> ../init.d/sysfixtime lrwxrwxrwx 1 root root 14 Jan 8 15:56 S10boot -> ../init.d/boot lrwxrwxrwx 1 root root 16 Jan 8 15:56 S10system -> ../init.d/system lrwxrwxrwx 1 root root 16 Jan 8 15:56 S11sysctl -> ../init.d/sysctl lrwxrwxrwx 1 root root 13 Jan 8 15:56 S12log -> ../init.d/log lrwxrwxrwx 1 root root 14 Jan 8 15:56 S15lvm2 -> ../init.d/lvm2 lrwxrwxrwx 1 root root 18 Jan 8 15:56 S19firewall -> ../init.d/firewall lrwxrwxrwx 1 root root 17 Jan 8 15:56 S20network -> ../init.d/network lrwxrwxrwx 1 root root 15 Jan 8 15:56 S40fstab -> ../init.d/fstab lrwxrwxrwx 1 root root 14 Jan 8 15:56 S50cron -> ../init.d/cron lrwxrwxrwx 1 root root 18 Jan 8 15:56 S50dropbear -> ../init.d/dropbear lrwxrwxrwx 1 root root 17 Jan 8 15:56 S50hd-idle -> ../init.d/hd-idle lrwxrwxrwx 1 root root 19 Jan 8 15:56 S50pure-ftpd -> ../init.d/pure-ftpd lrwxrwxrwx 1 root root 16 Jan 8 15:56 S50telnet -> ../init.d/telnet lrwxrwxrwx 1 root root 16 Jan 8 15:56 S50uhttpd -> ../init.d/uhttpd lrwxrwxrwx 1 root root 15 Jan 8 15:56 S60samba -> ../init.d/samba lrwxrwxrwx 1 root root 14 Jan 8 15:56 S95ddns -> ../init.d/ddns lrwxrwxrwx 1 root root 14 Jan 8 15:56 S95done -> ../init.d/done lrwxrwxrwx 1 root root 13 Jan 8 15:56 S96led -> ../init.d/led lrwxrwxrwx 1 root root 17 Jan 8 23:40 S98sysntpd -> ../init.d/sysntpd lrwxrwxrwx 1 root root 22 Jan 8 15:56 S99transmission -> ../init.d/transmission |
|||
|
09-01-2015, 14:20
(This post was last modified: 09-01-2015 18:14 by alexinc.)
Post: #40
|
|||
|
|||
RE: OpenWRT or router install
(09-01-2015 10:43)simoncn Wrote: This is likely to be related to multicast IGMP snooping. Does OpenWrt have a setting to disable this? seems like you're right again! hereMulticast forwading With IGMP snooping, multicast forwarding is disabled for bridges. One pure bridge solution is to disable multicast_snooping. Add the following in /etc/rc.local echo "0" > /sys/devices/virtual/net/br-lan/bridge/multicast_snooping Replace br-lan with your actual bridge interface, sometimes also called br0. This will forward all multicast packets to all ports on your bridge, making igmpproxy or udpxy unnecessary. In large networks, this may not be desirable. |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help






could be latest android being buggy, latest bubbleupnp being buggy, openwrt or router...