Sponsored links


Go Back   Sat Industry Forums > Dreambox > Dreambox Chat
Register FAQ Members List Calendar Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-02-2004
AnarXiscO's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 101
Thanks: 1
Thanked 0 Times in 0 Posts
AnarXiscO is on a distinguished road
Dreambox Automount

Hi,

may anybody tell me how can I automount NFS plugin in the latest ruDream image?

Other question about such great image: why I can't upload settings with Dreamboxedit? (I'm able to retrive them, but the db don't charge the uploaded settings)

Thx guys,
xisco
Reply With Quote
Sponsored links
  #2 (permalink)  
Old 08-02-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
have you unchecked the http-authentification in the expert-setup? this should make it possible to reuse dreamboxedit.
Reply With Quote
  #3 (permalink)  
Old 08-03-2004
AnarXiscO's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 101
Thanks: 1
Thanked 0 Times in 0 Posts
AnarXiscO is on a distinguished road
Quote:
Originally Posted by dre
have you unchecked the http-authentification in the expert-setup? this should make it possible to reuse dreamboxedit.
Thx, dre: now it rules

Now I remain with the other question: how to automount the nfs fs?

Cheers,
xisco


Reply With Quote
  #4 (permalink)  
Old 08-03-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
also in the expert setup you have the communication setting. since 1.08 there's is additional point: mounts (blue button on your rc). go in there and put in the necessary information (ip-adress of the nfs-server, the share-name (without "/"), the mountpoint (with "/") and if you want some extra settings like rw. below these fields you have a checkbox which is labeled "automount". i hope it works for you. i could not yet manage to get nfs working in 1.08.

dre
Reply With Quote
  #5 (permalink)  
Old 08-03-2004
jpm jpm is offline
Registered User
 
Join Date: Jun 2003
Posts: 1,147
Thanks: 0
Thanked 1 Time in 1 Post
jpm is on a distinguished road
nfs server MUST be running when you reboot your Dreambox in order to enable automount to work!!!
Reply With Quote
  #6 (permalink)  
Old 08-04-2004
AnarXiscO's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 101
Thanks: 1
Thanked 0 Times in 0 Posts
AnarXiscO is on a distinguished road
Well, thx guys I succed in mount the nfs in the way mr Dre showed me.
Now it's configured like this:
ruDream 1.08 in CF (256Mb) default image;
240Gb volume in nfs (@ jpm: always running... )
/var on CF

The problem is: now that it does the automount, I'm not more able to record with ngrab ("device unavailable" or something like this). More, the swap file, originally mounted in the nfs partition, does't work anymore. I tried to make another one (expert menu/memory ../swap file on hd) but now on /hdd I've mounted the CF (without enough space), while the nfs is mounted in /mnt/nfs (and doesn't exist the option "swap file on nfs").

Any idea or another sleepless night?



xisco
Reply With Quote
  #7 (permalink)  
Old 08-04-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
you could try this: in /var/bin you have a file called hdd_swapfile.sh. if you open this in a editor you will see the following:

Quote:
#!/bin/sh

SIZE=`cat /tmp/inputnumber.tmp`
SIZE=$((1024*$SIZE))

# Enable swap-file, if available.
if [ -e /var/tuxbox/config/hdd_swap_file ] ; then
[ -e /hdd/hdd_swap_file ] && rm -f /hdd/hdd_swap_file
dd if=/dev/zero of=/hdd/hdd_swap_file bs=1024 count=$SIZE
mkswap /hdd/hdd_swap_file
[ -e /hdd/hdd_swap_file ] && exit 0 || exit 1
else
exit 0
fi
if you replace the /hdd with /mnt/nfs, you can use the swap on hdd to create a swap on nfs. i don't know if it works but i could...

i've got a question for you: which nfs-server are you using on your computer?
Reply With Quote
  #8 (permalink)  
Old 08-04-2004
AnarXiscO's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 101
Thanks: 1
Thanked 0 Times in 0 Posts
AnarXiscO is on a distinguished road
Quote:
Originally Posted by dre
you could try this: in /var/bin you have a file called hdd_swapfile.sh. if you open this in a editor you will see the following:



if you replace the /hdd with /mnt/nfs, you can use the swap on hdd to create a swap on nfs. i don't know if it works but i could...

i've got a question for you: which nfs-server are you using on your computer?
Hi dre, very kind as usual!


I use Truegrid NFS, a very simple utility. What I really love of this box, is the possibility of configuring almost everything, if able of course...

xisco

Reply With Quote
  #9 (permalink)  
Old 08-04-2004
dre's Avatar
dre dre is offline
Registered User
 
Join Date: Nov 2003
Posts: 541
Thanks: 0
Thanked 0 Times in 0 Posts
dre is on a distinguished road
thx for your answer. i was trying it too with truegrid. but as it is not that important for me, i do not want to spend to much time...
Reply With Quote
  #10 (permalink)  
Old 08-04-2004
AnarXiscO's Avatar
Registered User
 
Join Date: Jul 2004
Posts: 101
Thanks: 1
Thanked 0 Times in 0 Posts
AnarXiscO is on a distinguished road
Quote:
Originally Posted by dre
thx for your answer. i was trying it too with truegrid. but as it is not that important for me, i do not want to spend to much time...
It is such easy to configurate Trugrid that I forgot how I did it... but if you need, I can see and explain

xisco
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to use USB Memory sticks on Dreambox MrBandwidth Accessories 2 07-10-2007 03:00 PM
Multiboot for 7020 - public beta noggie Dreambox Development 265 08-22-2005 08:29 AM
bitcontrolŽ MPEG-2 Decoder and Dreambox Receiver for Windows hemertje DB Images 3 10-27-2004 04:22 PM
Dreambox and Skybox on same coax ? Salem Dreambox Hardware 2 06-23-2004 05:57 PM
DreamBox Controlling My Dish via a V-Box II rozel Dreambox Hardware 3 01-12-2004 06:53 AM


All times are GMT +10. The time now is 01:19 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Page generated in 0.27645 seconds with 10 queries