Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC: Raspberry - pwr start / rt_xtt

Raspberry - pwr start / rt_xtt 4 years 10 months ago #10317

  • Gierula
  • Gierula's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Hi.

I installed the latest system on raspberry pi.
  dpkg -i pwrrt_5.6.1-1_armhf.deb
apt-get install -f
/etc/proview.cnf - Project ID

- distribute project for raspberry

- pwr start
- rt_xtt


It gets an error, like the one below.
I am asking for a hint, because it seems to me that it does not start the pwrp profile.


terminal
pwrp@stsmat:~$ export pwra_db=/usr/pwrp/adm/db
pwrp@stsmat:~$ source $pwra_db/pwr_setup.sh
bash: /usr/pwrp/adm/db/pwr_setup.sh: No such file or directory
pwrp@stsmat:~$ pwr start
Start Proview Runtime Environment.
Done.
pwrp@stsmat:~$ /usr/pwrrt/exe/rt_ini: error while loading shared libraries: libmariadbclient.so.18: cannot open shared object file: No such file or directory
pwrp@stsmat:~$
The administrator has disabled public write access.

Raspberry - pwr start / rt_xtt 4 years 10 months ago #10318

  • daniel
  • daniel's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 20
  • Karma: 0
I had the same problem. I installed mariadb-client ( sudo apt-get install mariadb-client ).
After restart everything was just fine.
The administrator has disabled public write access.
The following user(s) said Thank You: Gierula

Raspberry - pwr start / rt_xtt 4 years 10 months ago #10320

  • Gierula
  • Gierula's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Thank you for your interest and help.
I will check and let me know how I managed.
The administrator has disabled public write access.

Raspberry - pwr start / rt_xtt 4 years 10 months ago #10321

  • Gierula
  • Gierula's Avatar
  • OFFLINE
  • Senior Boarder
  • Posts: 46
  • Karma: 0
Works :) Thanks !!!
The administrator has disabled public write access.

Raspberry - pwr start / rt_xtt 4 years 6 months ago #10396

  • j91
  • j91's Avatar
  • OFFLINE
  • Fresh Boarder
  • Posts: 4
  • Karma: 0
hello to all I am a beginner on proview after having followed the installation tutorials of pwrrt on raspi 3 B+ from my development station on another PC after having distributed the project I start pwrr on my raspberry but after typing the command rt_xtt nothing happens ... what to do to know that everything is going well?
here is the screenshot related to my project
thank you.
Attachments:
The administrator has disabled public write access.

Raspberry - pwr start / rt_xtt 4 years 6 months ago #10397

  • claes
  • claes's Avatar
  • OFFLINE
  • Platinum Boarder
  • Posts: 3177
  • Thank you received: 502
  • Karma: 133
Hi,

I suspect the package wasn't unpacked correctly. This has been a problem in Raspbian as the profile doesn't seem to be executed at network login with ssh.

So you have to do this manually.

Check that there is a tgz file on /home/pwrp, or else copy one from $pwrp_load on the development station. Unpack it with

> pwr_pkg.sh -i 'tgz-file'

Reset before any new start attempt

> pwr kill
> pwr start

If that doesn't work you can start with rt_ini -i and look for error messages.

> pwr kill
> rt_ini -i

/Claes
The administrator has disabled public write access.
  • Page:
  • 1
  • 2
Time to create page: 8.522 seconds