Welcome to Our Dreambox World - Japhar Sim - SuperSim
Forum Stats
12364 Members
237 Forums
7868 Topics
24169 Posts

Max Online: 9115 @ 08/24/24 07:30 PM
Newest Members
puntik, bercat, claxalc, r00ted_be, Ben Sad
12364 Registered Users
Who's Online
4 registered (Toysoft, Admin, samh, raffsif1234), 620 Guests and 408 Spiders online.
Key: Admin, Global Mod, Mod
Shout Box

Top Posters
Admin 10038
Toysoft 2697
satsedhu 1713
fairbird 765
ludo19 442
Top Posters (30 Days)
Toysoft 4
Admin 2
OMEGA 1
frnk 1
Hum@xel 1
June
M Tu W Th F Sa Su
1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30
Page 1 of 2 1 2 >
Topic Options
#4924 - 01/09/16 11:02 AM OpenPli 4.0 : Create Swap
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10038
This is the way to create a SWAP on your DM running OpenPLi 4.0 from MastaG,

Code:
dd if=/dev/zero of=/media/usb/swapfile bs=1048576 count=128; mkswap /media/usb/swapfile
sed -i '/usb\/swapfile/d' /etc/fstab; echo -e '/media/usb/swapfile swap swap defaults 0 0' >> /etc/fstab
swapon /media/usb/swapfile


Enjoy,

Admin


Attachments
dvbapp2-plugin-extentions-swapmanager2-01.r1.ipk (67 downloads)
swap_openpli40.txt (70 downloads)

_________________________

Top
#4950 - 01/09/16 03:01 PM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Gennariello Offline
VIPF Japhar
stranger

Registered: 09/26/12
Posts: 13
I did all the steps but does not start swapping.
I tried to install the attached file (dvbapp2-plugin-extentions-swapmanager2-01.r1.ipk) but does not install anything.
I have a 800hd with openpli4.0 v.12 (sim japhar)
How can I do ??

Top
#5054 - 01/11/16 06:34 PM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Gennariello Offline
VIPF Japhar
stranger

Registered: 09/26/12
Posts: 13
root@dm800:~# swapon /media/usb/swapfile
swapon: error while loading shared libraries: libsmartcols.so.1: cannot open shared object file: No such file or directory
Help me

Top
#5056 - 01/11/16 09:03 PM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/21/10
Posts: 2697
Check this .sh script,

TS


Attachments
swap.rar (75 downloads)

_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s
VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910
Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV
DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/

Top
#5113 - 01/13/16 06:46 AM Re: OpenPli 4.0 : Create Swap [Re: Admin]
balocco Offline
VIP Japhar
member

Registered: 12/15/15
Posts: 114
thank you toysoft, were i do insert that script?

Top
#5114 - 01/13/16 06:56 AM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Admin Online   content
Japhar Member
Carpal Tunnel

Registered: 10/19/10
Posts: 10038
You copy into /tmp, change attributes to 755 (chmod 755 + name of file), and execute it.

Admin
_________________________

Top
#5131 - 01/13/16 04:08 PM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Gennariello Offline
VIPF Japhar
stranger

Registered: 09/26/12
Posts: 13
The swap file it is created but not activated frown
root@dm800:~# swap.sh

***********************
* FOUND *
***********************

---------------------------------------------------------------
rm: can't remove '/media/usb/swapfile': No such file or directory
Creating swapfile on /media/usb with 256MB
Setting up swapspace version 1, size = 268431360 bytes
UUID=e95e9b34-fbb7-4dbe-8ead-6c90e662edb6
swapon: error while loading shared libraries: libsmartcols.so.1: cannot open sh
red object file: No such No such file or directory
---------------------------------------------------------------
Swapfile activated
---------------------------------------------------------------
root@dm800:~#


Top
#5144 - 01/13/16 05:57 PM Re: OpenPli 4.0 : Create Swap [Re: Admin]
Toysoft Online   content
Japhar Member
Carpal Tunnel

Registered: 10/21/10
Posts: 2697
Funziona per me,

TS

Code:
root@dm800:/var/volatile/tmp# ./swap.sh

***********************
*  FOUND *
***********************

---------------------------------------------------------------
rm: can't remove '/media/hdd/swapfile': No such file or directory
Creating swapfile on /media/hdd with 128MB
Setting up swapspace version 1, size = 134213632 bytes
UUID=7b773d97-6204-46c3-8002-cb828d15c0a4
---------------------------------------------------------------
Swapfile activated
---------------------------------------------------------------
root@dm800:/var/volatile/tmp# cd /media/hdd

root@dm800:/media/hdd# ls swapfile -l
-rw-r--r--    1 root     root     134217728 Jan 13 18:52 swapfile





Attachments
Swap.jpg (245 downloads)

_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s
VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910
Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV
DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/

Top
#5182 - 01/14/16 01:03 PM Re: OpenPli 4.0 : Create Swap [Re: Toysoft]
Gennariello Offline
VIPF Japhar
stranger

Registered: 09/26/12
Posts: 13
Si adesso funziona tutto anche a me. Ho dovuto rifleshare. Grazie
Adesso sono soddisfatto. ciaoo

Top
#20060 - 11/27/19 05:41 AM Re: OpenPli 4.0 : Create Swap [Re: Admin]
peco Offline
VIP Japhar
stranger

Registered: 01/24/18
Posts: 11
Thank you for swap.sh, but how do I know if a swap is active?
The free command does not work.
Thank you.

Top
Page 1 of 2 1 2 >


Moderator:  fairbird, gaga24, ludo19 
New Topics
EchoStar bondholders brace for default battle
by Admin
06/11/25 12:23 PM
Orange bolsters Eutelsat ties with new LEO deal
by Admin
06/06/25 12:56 PM
SES, Intelsat $3.1B deal to win unconditional EU
by Toysoft
06/05/25 12:37 PM
EchoStar misses $326M payment amid FCC probe
by Toysoft
06/02/25 12:17 PM
EmbyDream on DM500HD (v1): which image?
by frnk
05/27/25 07:52 PM
DM7020HDv2 : OpenPLi 9.xStar 20250115 GSt 1.20.5
by Toysoft
01/17/25 12:21 AM
Satellites.xml for Enigma² by Hum@xel
by Hum@xel
02/02/19 08:37 AM