| Author |
Message |
|
jeffrx
Joined: Mon Jan 24, 2011 5:57 am Posts: 3
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
mikka wrote: What kind of user is 400:401 according to your passwd? On my PlayOn!HD root is always 0:0
// Why I can't post here full path to / usr / local / etc / passwd (403 forbidden error)??
There is no user 400:401 in my passwd. So who's the default owner of vsftpd.conf on your Playon!HD? root? -rwxr-xr-x root root vsftpd.conf The weird thing is that vsftpd.conf's chmod is 75 5, and vsftpd couldn't read it.
|
| Mon Jan 24, 2011 11:45 pm |
|
 |
|
kawakinho
Joined: Thu Nov 19, 2009 4:43 pm Posts: 142
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
@Mikka The font you're using is somewhat not scalable - I'm not able to change the size of the subtitles. Also, it doesn't allow for enough space between letters (vertically) which means that it basically cuts the accents on capital letters (for a Portuguese or Spanish, whose languages use lots of accents, this is a bit annoying) I tried with DejaVuSans.ttf from my ubuntu machine and it's much better... Didn't test all the glyphs, though, so I don't know whether it serves all European characters... Well, it's just a note in case someone wonders... Jr
_________________ Playon!HD Firmware r4824 Samsung SpinPoint F1 - 1 TB - SATA-300 (HD103UJ) 100Mbit/s wired Ethernet Panasonic Viera P42G15 via HDMI NAD receiver via Coaxial
|
| Mon Jan 24, 2011 11:56 pm |
|
 |
|
mikka
Joined: Sat Feb 13, 2010 9:59 pm Posts: 673 Location: Tilburg
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Here you go: Code: -rw-r--r-- 1 root root 4538 Jul 21 2013 vsftpd.conf No 400:401 and no 755. kawakinho: Can you check and tell if local characters are being displayed? Font in firmware is largely cut off, because if I put original 22 MB font into: 1) Firmware and use squash fs, people will be complaining about read-only filesystem 2) Firmware and use yaffs, some people can't use it because of too big firmware size Each way is a bad way
|
| Tue Jan 25, 2011 12:21 am |
|
 |
|
jeffrx
Joined: Mon Jan 24, 2011 5:57 am Posts: 3
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Thank you so much, mikka!
|
| Tue Jan 25, 2011 12:37 am |
|
 |
|
kawakinho
Joined: Thu Nov 19, 2009 4:43 pm Posts: 142
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
mikka wrote: kawakinho: Can you check and tell if local characters are being displayed? Yeah... I know why you cut it. No sweat. I just tested a subtitle with the following chars: Code: áéíóúàèìòùäëïöüãẽĩõũâêîôûç ÁÉÍÓÚÀÈÌÒÙÄËÏÖÜÃẼĨÕŨÂÊÎÔÛÇ and it worked ok (I did have to change the encoding to UTF-8, instead of ISO 8859-15, of course) Can't write an inverted exclamation point in my keyboard and maybe some other glyphs can be tested (ñ, ...), but I think this is ok. I'm attaching the font - it's distributed with ubuntu, so should be free, I suppose, in case you want to give it a look.
_________________ Playon!HD Firmware r4824 Samsung SpinPoint F1 - 1 TB - SATA-300 (HD103UJ) 100Mbit/s wired Ethernet Panasonic Viera P42G15 via HDMI NAD receiver via Coaxial
|
| Tue Jan 25, 2011 12:46 am |
|
 |
|
mikka
Joined: Sat Feb 13, 2010 9:59 pm Posts: 673 Location: Tilburg
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Thanks, I'll replace it in next release.
|
| Tue Jan 25, 2011 12:56 am |
|
 |
|
tahk
Joined: Tue Jan 25, 2011 12:49 pm Posts: 2
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Hi Mikka,
Is everything ok with you project page? I'm trying to download anything, but there are only 404 errors.
|
| Tue Jan 25, 2011 12:56 pm |
|
 |
|
Funkster
Joined: Tue Nov 16, 2010 4:50 pm Posts: 30 Location: Denmark
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
yes I can start it manually by connecting to telnet and insert the line from the start-up script. Tried to move around and add things to the start up script but it didn´t help. Any ideas? Quote: #!/bin/sh # PlayOn!X: Optware start-up script # Author: mikka [mika.hellmann@gmail.com]
# Waiting for HDD to load n=1 while [ ! -d /tmp/hdd/root/ ] ; do sleep 60 [ $n -gt 30 ] && break let n+=1 echo '#waiting for hdd..' echo $n done
# Starting translating webserver (recommended for MediaTomb) httpd -h /tmp/hdd/root/opt/share/www
# Starting MediaTomb /tmp/hdd/root/opt/bin/mediatomb -d -m /tmp/hdd/root/opt/etc -f mediatomb
# Starting Transmission nice -n 0 /opt/bin/transmission-daemon --config-dir /opt/etc/transmission
# Starting vsftpd /tmp/hdd/root/opt/sbin/vsftpd /opt/etc/vsftpd.conf
My transmission starts without any problems!
|
| Tue Jan 25, 2011 10:07 pm |
|
 |
|
kawakinho
Joined: Thu Nov 19, 2009 4:43 pm Posts: 142
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Did you miss my answer 9 posts above? Have you tried it? Jr
_________________ Playon!HD Firmware r4824 Samsung SpinPoint F1 - 1 TB - SATA-300 (HD103UJ) 100Mbit/s wired Ethernet Panasonic Viera P42G15 via HDMI NAD receiver via Coaxial
|
| Wed Jan 26, 2011 12:02 am |
|
 |
|
mikka
Joined: Sat Feb 13, 2010 9:59 pm Posts: 673 Location: Tilburg
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
kawakinho wrote: Did you miss my answer 9 posts above? Have you tried it? Jr Yeah, but he is saying that transmission is starting up, so /tmp/hdd/root is detected. One idea: check permissions of vsftpd binary and vsftpd.conf.
|
| Wed Jan 26, 2011 12:32 am |
|
|