Search found 4 matches

by wilbersl
26 Jun 2026, 13:04
Forum: Software
Topic: Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben
Replies: 3
Views: 6537

Re: Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben

Hi Nicolai,

thank you for the input. I found that the group www-data had no write access on /var/www/revpi/pictory/projects/_config.rsc so I fixed that with
sudo chmod 664 /var/www/revpi/pictory/projects/_config.rsc
Maybe that could be included in the Revpi OS Image. Other than that it worked ...
by wilbersl
26 Jun 2026, 09:21
Forum: Software
Topic: Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben
Replies: 3
Views: 6537

Re: Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben

I was able to make it work, with running codesyscontrol as root. But that can't be the preferred solution, or is it?
by wilbersl
25 Jun 2026, 15:41
Forum: Software
Topic: Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben
Replies: 3
Views: 6537

Codesys hat keine IO Kontrolle und kann config.rsc nicht schreiben

Hi,

Ich habe einen RevPi Connect 5 mit Bookworm, keine ausstehenden Updates. Jetzt wollte ich meine ersten Gehversuche mit Codesys machen. Ich nutze IO Treiber Version 3.0.0 habe aber auch schon 2.5.0 ausprobiert.

codesyscontrol.log zeigt mir anfangs:
ErrorCode: 9, CDIOCTL Failed! wConnectorTYPE ...
by wilbersl
18 Aug 2023, 11:17
Forum: Software
Topic: Change Pictory Password via Terminal
Replies: 1
Views: 4985

Change Pictory Password via Terminal

Hey Guys,

I want to change the Pictory admin password via Terminal, for ease of the setup process. Maybe also via script.

Is there a cli tool i can use, or a config file I can edit? Or can I only use the Web UI?

Thanks in advance!