Jump to content


Photo

Install GNU Screen on VU+ SOLO SE V2 - OpenPLI

GNU SCREEN SOLO SE

  • Please log in to reply
12 replies to this topic

#1 chovy

  • Member
  • 4 posts

0
Neutral

Posted 2 May 2017 - 09:11

Hi I need install GNU Screen on my VU SOLO SE V2 vith OpenPLI Firmware - to remote ssh connection to box without ending the current jobs ( rtorrent ).

 

I Try simply write

 

root@vusolose:~# screen
-sh: screen: not found
 

I try ... install

 

root@vusolose:~# opkg install screen
Unknown package 'screen'.
Collected errors:
 * opkg_install_cmd: Cannot install package screen.

 

( i think the package is not in repository OpenPli)

 

I try install ipk package from tread : https://forums.openp.../?hl=gnu screen

 

root@vusolose:~# opkg install screen_4.0.2-r1_powerpc.ipk
Not selecting screen 4.0.2 due to incompatible architecture.
Unknown package 'screen'.
Collected errors:
 * opkg_install_cmd: Cannot install package screen.
 

(but I thing the package was build for diferent architecture of CPU- VU have MIPS I gest.)

 

Can somebody help me build GNU Screen for my VU SOLO SE V2.

or  maybe someone solve that problem long time ago...can send me an ipk file.

 

Thanks .

I sorry form my English.... 

 



Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #2 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 2 May 2017 - 12:34

You need screen only because programs will abort when you close the connection? If that's the only purpose use this:
nohup <program> &
This will start "program" in background. And it will not abort when you close the connection.
Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #3 chovy

  • Member
  • 4 posts

0
Neutral

Posted 2 May 2017 - 15:44

Thanks for reply. But is possible to reconect leaved session later?

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #4 WanWizard

  • PLi® Core member
  • 70,469 posts

+1,809
Excellent

Posted 2 May 2017 - 15:46

No, you will create a new session. But the command you start with nohup will be still running.


Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)

Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.

Many answers to your question can be found in our new and improved wiki.


Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #5 chovy

  • Member
  • 4 posts

0
Neutral

Posted 3 May 2017 - 07:13

I try nohup but not working
I type

nohup rtorrent &

And reciev output in nohup.out whitch contain error message

operation not permit.

What is the next idea?

Thanks for reply guys.

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #6 betacentauri

  • PLi® Core member
  • 7,185 posts

+323
Excellent

Posted 3 May 2017 - 14:32

Can you start rtorrent with rtorrent? Or do you start it with ./rtorrent or <path>/rtorrent? If yes, please add path in nohup command.
Is it the complete error message?

Edited by betacentauri, 3 May 2017 - 14:33.

Xtrend ET-9200, ET-8000, ET-10000, OpenPliPC on Ubuntu 12.04

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #7 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 7 May 2017 - 09:56

I think "screen" is a valuable addition, I added it to the dev branch just now. When it builds OK, I will apply it to the main branch and then you will see it in the feed. Please remind me in a few days.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #8 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 7 May 2017 - 12:46

It builds fine in old PLi 4.


PS. Erik I thought that you prefer tsmux :P

Attached Files


Edited by athoik, 7 May 2017 - 12:47.

Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #9 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 7 May 2017 - 13:13

Yes I do, but I didn't find it in the OE version we're using on master.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #10 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 7 May 2017 - 13:33

It's now in the regular builds as well.


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #11 athoik

  • PLi® Core member
  • 8,458 posts

+327
Excellent

Posted 7 May 2017 - 14:40

Yes I do, but I didn't find it in the OE version we're using on master.


It's a older one, but available for sure..

openpli4/meta-openembedded/meta-oe/recipes-extended/tmux/tmux_1.6.bb
openpli5/meta-openembedded/meta-oe/recipes-extended/tmux/tmux_2.1.bb

But it fails to build because there is no sed-native available. By using a sed_4.2.2.bbappend with BBCLASSEXTEND = "native" works.

Attached Files


Wavefield T90: 0.8W - 1.9E - 4.8E - 13E - 16E - 19.2E - 23.5E - 26E - 33E - 39E - 42E - 45E on EMP Centauri DiseqC 16/1
Unamed: 13E Quattro - 9E Quattro on IKUSI MS-0916

Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #12 Erik Slagter

  • PLi® Core member
  • 46,969 posts

+541
Excellent

Posted 7 May 2017 - 15:03

Can you make a PR? I kept keying in tsmux for some reason, no wonder it wasn't found...


* Wavefrontier T90 with 28E/23E/19E/13E via SCR switches 2 x 2 x 6 user bands
I don't read PM -> if you have something to ask or to report, do it in the forum so others can benefit. I don't take freelance jobs.
Ik lees geen PM -> als je iets te vragen of te melden hebt, doe het op het forum, zodat anderen er ook wat aan hebben.


Re: Install GNU Screen on VU+ SOLO SE V2 - OpenPLI #13 chovy

  • Member
  • 4 posts

0
Neutral

Posted 11 May 2017 - 18:44

I just install screen from resources and everything works fine.

 

I wanna to say really THANKs a LOT GUYS for yours work and very promt solve the problem...

 

I thing more people is happy whit me now .... 

 

OpenPLI is the best firmware for VU+ solo SE v2 - one more times GREAT JOB.  BY ...




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users