| Author |
Message |
|
Koets
Joined: Thu Nov 12, 2009 2:37 pm Posts: 985 Location: NL and USA
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
No, it's much nicer to play with something else all day! 
_________________ "Success is never permanent, and failure is never final."
IomegaUltraMax1TB via firewire to gateway7330GZ_W7, wired to DraytekVigor2130Nrouter, wired to Playon!HD_and_Playon!HD2-1TB_FWr4585_beta/Playon!DVR_FW4585_beta, output via HDMI to LG-42PC1RR and via HDMI to LgHB695TZ_5.1
|
| Fri Jan 21, 2011 4:46 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)
That's what she said 
|
| Fri Jan 21, 2011 5:11 pm |
|
 |
|
Principia
Joined: Fri Dec 11, 2009 10:37 am Posts: 30 Location: Tilburg The Netherlands
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Please wait a little bit longer Koets, there will be an update soon. Maybe any suggestion about when we can suspect these update? 
|
| Sun Jan 23, 2011 9:18 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)
If nothing strange happens, it should be between the very end of this month and beginning of February. I'm currently adding something nice for Dutch users. No suggestions more. 
|
| Sun Jan 23, 2011 9:35 pm |
|
 |
|
Koets
Joined: Thu Nov 12, 2009 2:37 pm Posts: 985 Location: NL and USA
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
My BD is the 3rd Mikk, it woul be a nice present!!
_________________ "Success is never permanent, and failure is never final."
IomegaUltraMax1TB via firewire to gateway7330GZ_W7, wired to DraytekVigor2130Nrouter, wired to Playon!HD_and_Playon!HD2-1TB_FWr4585_beta/Playon!DVR_FW4585_beta, output via HDMI to LG-42PC1RR and via HDMI to LgHB695TZ_5.1
|
| Sun Jan 23, 2011 10:52 pm |
|
 |
|
jeffrx
Joined: Mon Jan 24, 2011 5:57 am Posts: 3
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
Hi, Is there anyone getting a problem with vsftpd:
I started it manually: #vsftpd /opt/etc/vsftpd.conf 500 OOPS: config file not owned by correct user, or not a file sh: turning off NDELAY mode
-rwxr-xr-x 1 400 401 vsftpd.conf
I changed its ownership to root, and it was working. Why did 400 not work? All files and directories are 400:401.
|
| Mon Jan 24, 2011 6:11 am |
|
 |
|
Funkster
Joined: Tue Nov 16, 2010 4:50 pm Posts: 30 Location: Denmark
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
I'm also having some issues with the ftp server. I doesn´t start automatic though I have it in my Optware start up script: Code: #!/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 30 [ $n -gt 30 ] && break let n+=1 echo '#waiting for hdd..' echo $n done
# Starting vsftpd /opt/sbin/vsftpd /opt/etc/vsftpd.conf
# Starting translating webserver (recommended for MediaTomb) httpd -h /opt/share/www
# Starting MediaTomb /opt/bin/mediatomb -d -m /opt/etc -f mediatomb
# Starting Transmission nice -n 0 /opt/bin/transmission-daemon --config-dir /opt/etc/transmission
Been trying to find out on the vsftpd website how to change the default admin username and password, but I can't figure it out. Does anyone know how?
|
| Mon Jan 24, 2011 10:14 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)
jeffrx wrote: Hi, Is there anyone getting a problem with vsftpd:
I started it manually: #vsftpd /opt/etc/vsftpd.conf 500 OOPS: config file not owned by correct user, or not a file sh: turning off NDELAY mode
-rwxr-xr-x 1 400 401 vsftpd.conf
I changed its ownership to root, and it was working. Why did 400 not work? All files and directories are 400:401. 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)??
|
| Mon Jan 24, 2011 10:58 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)
Funkster wrote: I'm also having some issues with the ftp server.
I doesn´t start automatic though I have it in my Optware start up script:
Been trying to find out on the vsftpd website how to change the default admin username and password, but I can't figure it out. Does anyone know how? Manually it's starting up? I already write how to set FTP user in this topic. Change is practically the same.
|
| Mon Jan 24, 2011 11:01 pm |
|
 |
|
kawakinho
Joined: Thu Nov 19, 2009 4:43 pm Posts: 142
|
 Re: ACR-PV73100 v7.3.x.r4824 Playon!HD (Optware friendly)
@Funkster: /tmp/hdd/root/ always exists, no? It has to exist for the mounting to work. So, your loop is not waiting for the HDD partitions to be mounted. That's probably why vsftpd is not starting on boot: /opt (linking to /tmp/hdd/root/opt) does not exist before the disk is mounted, hence /opt/sbin/vsftpd does not exist.
Why don't you change the loop to test for /tmp/hdd/root/opt instead?
Regs, 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:09 pm |
|
|