Register
Results 1 to 9 of 9
  1. #1
    Newbie
    Join Date
    Dec 2008
    Posts
    14
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Unhappy barryallen won't install on nfs

    Hello. As a newbie I want to create a more or less failsafe setup for 600pvr i just bought with nabilo darkstar 2 installed.

    Try to install it in /media/hdd wich is a mounted nfs-share. This is partial output of 'mount' , to show what's mounted :
    viaserver:/extra/dreambox on /media/hdd type nfs (rw,v3,rsize=32768,wsize=32768,hard,udp,lock,addr= viaserver)
    and this is to show is mounted :
    root@dm600pvr:~# ls /media/hdd
    backups epg.dat movie system usr

    In fstab it looks like this (I outcommented original line):
    #/dev/ide/host0/bus0/target0/lun0/part1 /media/hdd auto defaults 0 0
    viaserver:/extra/dreambox /hdd nfs rw 0 0

    When I try to install barryallen (ppc-version 4.6.34) with ipkg installation fails because no suitable medium is found to install to :

    root@dm600pvr:~# ipkg install /tmp/enigma2-plugin-extensions-barryallen_4.6.34_powerpc.ipk
    Installing enigma2-plugin-extensions-barryallen (4.6.34) to root...
    It's a Dream !
    IF YOU HAVE PROBLEMS WITH THE BOOTMANAGER THAT IT DOESN'T REACT
    TO THE REMOTE CONTROL, THEN PLEASE TRY OUT FIRST THE RC DEVICE
    SETTINGS IN THE BARRY ALLEN SETUP WIZZARD !!!
    waiting now 20 secs to give USB devices a last chance
    Barry Allen stops automount, reboot after installation to get it back
    No usable Device found for Barry Allen, sorry !
    preinst script returned status 1
    An error ocurred, return value: 1.
    Collected errors:
    Aborting installation of enigma2-plugin-extensions-barryallen

    As I understand it the preinst script cannot find the mount under /media/hdd.

    Is something wrong with my mount, or can someone point me out how to edit the preinst script ?

    As you might have guessed, i'm a linux user, but do not know if ipkg packages
    are editable somehow

  2. #2
    V.I.P. Member opsmonkey's Avatar
    Join Date
    Nov 2008
    Location
    var/etc
    Posts
    5,379
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    37
    Thanked in
    23 Posts

    Default

    download and read this 'how to' file from creaters of Barry Allen..
    Its a zipped PDF file..
    Attached Files Attached Files

  3. #3
    Newbie
    Join Date
    Dec 2008
    Posts
    14
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    Thanks for your seggestion. I have read it, but it does not give a clue. As stated in my first post I did try to install according to instructions. Installation starts, and with no cf-card or usb-device available it should switch to hdd installation. It does just that, but cannot find my harddisk. So my guess is that the script looks for a fysical harddrive, and does not look in existing directories like /media/hdd where my nfs-share is mounted.
    I am not yet able to edit the script, nor to check how the script looks for hd. One can instruct ipkg to install to a given directory, but that seems to be overruked by the script. To be continued..

  4. #4
    V.I.P. Member opsmonkey's Avatar
    Join Date
    Nov 2008
    Location
    var/etc
    Posts
    5,379
    Thanks Thanks Given 
    14
    Thanks Thanks Received 
    37
    Thanked in
    23 Posts

    Default

    is Barry Allen compatable with that image..?

  5. #5
    Newbie
    Join Date
    Dec 2008
    Posts
    14
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    That's a good question. As far as I know barryallen should not be related to any image, but that's hard to find out for me as a newbie. Probably there are some differences in directory lay out or something like that when nabilo is installed in flash.
    I have looked serious at my nfs-system, that seems to be ok. Dreambox user nobody can write on the share, and the files writen there have permissions rwxr-xr-x. This is according to default dreambox setting for umask which is 022. I'm still a bit surprised though, for x permission on nfs files is not normal usage for nfs-files and a safety risk.
    But anyway, my nfs setup does not seem to cause trouble, and therefore I would like to be able to find out in what way barryallen install looks for a harddrive...

  6. #6
    Newbie
    Join Date
    Dec 2008
    Posts
    14
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    So, back again. Triggered by opsmonkey's question I have concentrated on flashing gemini image. (gemini-460-dm600pvr-200812192032.nfi )I managed that (it was my first time), and it works ok, to my relief
    In this image I have mounted nfs-share through the mount-manager in the web-interface. It mounted well, so I will concider this as correctly done.
    Of course I was curious to see if barryallen would install now, but installations fails again with the same error as mentioned earlier.
    the barryallen file I use is: enigma2-plugin-extensions-barryallen_4.6.34_powerpc.ipk.
    So image compatibility does not seem to be the problem. Now that i can flash an image and learned to work with dreamset installing barryallen is not life-saving, but i would like to give it a try, and I want to learn why i encounter this problem.
    Moreover, video recording also still has some problems which i suspect to be related to the nfs mount also.

  7. #7
    V.I.P. Member despdan's Avatar
    Join Date
    Dec 2008
    Location
    Midlands Ireland
    Posts
    544
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    15
    Thanked in
    2 Posts

    Default

    Hi cxtrd

    try loading barryallen first then mountb nfs-share

  8. #8
    Newbie
    Join Date
    Dec 2008
    Posts
    14
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts

    Default

    thanks despdan. I have looked at your suggestion, but i have got to install ba first. And ba can only be installed on added media like extra cf, usb or hd. I have non of those, but wanted to install ba on nfs-share.
    I managed to look through the files in the ba package, and saw that not only install, but the whole script uses /dev/ide/host0/bus0/target0/lun0/part1 /media/hdd as reference for hdd. This is of course ok if a fysical hdd is there. I don't have that fysical hdd, but mounted an nfs-share under /media/hdd.
    I have tried to find a way to make the system believe the nfs-share is a fysical hdd, but i have come to believe it is not possible.

    So thanks all for suggestions, learned a lot and that is considered very useful.

  9. #9
    Junior Member
    Join Date
    May 2008
    Posts
    35
    Thanks Thanks Given 
    1
    Thanks Thanks Received 
    1
    Thanked in
    1 Post

    Default

    Quote Originally Posted by opsmonkey View Post
    download and read this 'how to' file from creaters of Barry Allen..
    Its a zipped PDF file..
    Sorry to revive an old thread but this link dosen't seem to be active. Is there a more upto date version?

 

 

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
This website uses cookies
We use cookies to store session information to facilitate remembering your login information, to allow you to save website preferences, to personalise content and ads, to provide social media features and to analyse our traffic. We also share information about your use of our site with our social media, advertising and analytics partners.