PVR NW Share w/o USB or small image mod vusb.init

Ideas and dreaming will go this forum

DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

AW: PVR NW Share w/o USB or small image mod vusb.init

Post by DEUS »

Just to be shure, your nfs share is mounted on the root of vusb2 right? And post free space on vusb2
Rohel
Posts: 28
Joined: Sun Apr 22, 2012 3:49 pm

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by Rohel »

tell me how to do that please
this are the things i have found mounted on my TV filesystem
Image
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by DEUS »

Hi rohel please stay online, see the problem just give me a second
you did not configure "etc/init.d/80_80_record_to_nwshare.init" remi71 version or? the following llines need to be adjusted
# Remote NFS fileserver for recording
PVRSERVER='example.com'
# Remote NFS share for recording
PVRPATH='/dir/to/share'
Rohel
Posts: 28
Joined: Sun Apr 22, 2012 3:49 pm

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by Rohel »

yes, this is my config

80_80_record...

Code: Select all

# Remote NFS fileserver for recording 
PVRSERVER='192.168.0.11'

# Remote NFS share for recording
PVRPATH='/Users/rohel/Movies/RECORD'
03_03_nfsmount

Code: Select all

SHARE_1='192.168.0.11:/Users/rohel/Movies/Compartido'
SHARE_2='192.168.0.11:/Users/rohel/Movies/RECORD'
this is my log when i exec the 80_80 script

Code: Select all

+ . /dtv/SGO.env
+ SYSROOT=/mtd_rwcommon/widgets/user/SamyGO/SamyGO
+ MOUNT_PATH=/dtv/usb/sda
+ export MOD_DIR=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/lib/modules/2.6.30.9
+ export TMPDIR=/dtv
+ export HOME=/mtd_wiselink
+ export SMB_CONF_PATH=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/samba/smb.conf
+ LOGFILE=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/samygo.log
+ LD_LIBRARY_PATH=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/lib:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/lib:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/lib:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/usr/lib:/lib:/usr/lib:/mtd_swu/standalone
+ PATH=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/sbin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/bin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/bin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer/usr/sbin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/sbin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/bin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/usr/bin:/mtd_rwcommon/widgets/user/SamyGO/SamyGO/usr/sbin:/usr/sbin:/usr/bin:/bin:/sbin:/etc/Scripts
+ export ENV=/dtv/.ashrc
+ export FRAMEBUFFER=/dev/sam/fb0
+ export DISTROOT=/mtd_rwcommon/widgets/user/SamyGO/SamyGO/opt/privateer
+ SAMYGODEVS=/dev/sda /dev/sdb
+ PVRSERVER=192.168.0.11
+ PVRPATH=/Users/rohel/Movies/RECORD
+ M_OPTS=soft,tcp,nolock
+ WAIT=25
+ echo
+ WriteToLog Start Record to Network Share script (80_80_record_to_nwshare.init) 1
+ date +%Y%m%d-%H%M%S
+ NOW=19700101-015522
+ echo  19700101-015522 Start Record to Network Share script (80_80_record_to_nwshare.init)
+ CheckNFSServer 192.168.0.11
+ WriteToLog Check if server 192.168.0.11 is reachable and NFS service available... 1 -n
+ date +%Y%m%d-%H%M%S
+ NOW=19700101-015522
+ echo -n 19700101-015522 Check if server 192.168.0.11 is reachable and NFS service available...
+ showmount --no-header -e 192.168.0.11
+ [ 0 = 0 ]
+ WriteToLog OK 2
+ echo  OK
+ return 0
+ [ 0 = 0 ]
+ SearchPVRImageMP
+ FOUND=false
+ WriteToLog Search for mount point of pvrimage... 1
+ date +%Y%m%d-%H%M%S
+ NOW=19700101-015522
+ echo  19700101-015522 Search for mount point of pvrimage...
+ sleep 25
+ /dtv/usb/sda1
/mtd_rwcommon/widgets/user/SamyGO/SamyGO/etc/init.d/80_80_record_to_nwshare.init: line 153: /dtv/usb/sda1: not found
+ [ false = true ]
+ echo No virtual device found ready for PVR or already mounted
No virtual device found ready for PVR or already mounted
+ WriteToLog No virtual device found ready for PVR or already mounted 1
+ date +%Y%m%d-%H%M%S
+ NOW=19700101-015547
+ echo  19700101-015547 No virtual device found ready for PVR or already mounted
+ WriteToLog End Record to Network Share script (80_80_record_to_nwshare.init) 1
+ date +%Y%m%d-%H%M%S
+ NOW=19700101-015547
+ echo  19700101-015547 End Record to Network Share script (80_80_record_to_nwshare.init)
there's an error finding the sda1 device
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by DEUS »

could you post content of samygo.log from SamyGO folder
Rohel
Posts: 28
Joined: Sun Apr 22, 2012 3:49 pm

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by Rohel »

19700101-015522 Start Record to Network Share script (80_80_record_to_nwshare.init)
19700101-015522 Check if server 192.168.0.11 is reachable and NFS service available... OK
19700101-015522 Search for mount point of pvrimage...
19700101-015547 No virtual device found ready for PVR or already mounted
19700101-015547 End Record to Network Share script (80_80_record_to_nwshare.init)

i have to go bed, i will continue test tomorrow
thx!!
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by DEUS »

could you check if it is realy the code from the 1 post, then manualy mount the pvrimage, thermust be the placeholder fille inside
Rohel
Posts: 28
Joined: Sun Apr 22, 2012 3:49 pm

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by Rohel »

telnet to tv refuses my connection :S
how can i connect to the tv??? im using FTP to connect
DEUS
Official SamyGO Developer
Posts: 316
Joined: Mon Feb 06, 2012 12:05 pm
Location: Germany

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by DEUS »

netcat or webshell
Rohel
Posts: 28
Joined: Sun Apr 22, 2012 3:49 pm

Re: PVR NW Share w/o USB or small image mod vusb.init

Post by Rohel »

i cant mount the image :S
@ xfsmount $ mount -o loop pvrimage pvrmount
mount: could not find any free loop device

Post Reply

Return to “[D] Brainstorm”