RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    1. Home
    2. Tags
    3. permission
    Log in to post
    • All categories
    • S

      SMB backup errors - "You'll need to provide administrator permission to copy this folder"

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support smb backup permission administrator
      9
      0 Votes
      9 Posts
      809 Views
      mituM

      @sleve_mcdichael though most games seem to work without vfsroot available, I'm not sure it's not internally used somewhere.

      If preview.bmp does not already exist in $romdir/ports/cgenius/games/[game], one will be created in ~/.CommanderGenius/games/[game] (since these are no longer linked to the same place.) If it does exist in $romdir, nothing is created in ~/.CommanderGenius.

      Is this broken or legit?

      I don't think it's broken.

    • L

      SSH Error: Permission denied (publickey)

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support ssh terminal macos permission denied
      4
      0 Votes
      4 Posts
      3k Views
      LolonoisL

      Is this solved already?

      If not: I would run ssh -v pi@<address>, it should give you a hint.
      If you are still puzzled: Mount the SD card of the clone in your Mac, look for a file /etc/hostname. Edit the file and change the hostname to something different e.g rpi-clone. Boot your Rpi with this SD card and try SSH'ing again.

      HTH

    • S

      Need to reset permisions all the time

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permission sudo video mode reset
      8
      0 Votes
      8 Posts
      1k Views
      S

      @BuZz

      Yes. It was that. Changed back the bluetooth connect mode to default and is solved. It was in background mode because my SNES30 joystick was temperamental about connecting with Retropie.

      I did an update from the the old Retropie version rather than a new install. And maybe because that the bug still present.

      Thanks a lot.

    • sad_musoS

      Permission denied on everything in Ports menu

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support denied permission ports section
      6
      0 Votes
      6 Posts
      592 Views
      cyperghostC

      @BuZz Hehe ... August 2016 - I can remember this ;)

    • JirynJ

      Why will it not let me edit Config.txt?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support config.txt permission denied
      2
      0 Votes
      2 Posts
      453 Views
      JirynJ

      I'd like to fully admit I'm a moron...
      The cord wasn't fully plugged in which is why my recording device and etc were having issue detecting the raspberry pi..

      I am so so so sorry for wasting your time.
      e2fdd77a-4b4c-4d68-875f-3c2ed67dd43a-image.png

    • T

      Permission issues ?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permission joystick select custom list
      9
      0 Votes
      9 Posts
      827 Views
      T

      Thanks @mitu. It works now for the custom lists.

      About the joystick selection tool permission issue, I'm waiting for a new Xinmo interface shipment before pushing further. Once I have it I will try again. I have a 4 player board on my arcade. I would need longer GPIO cables to follow my initial plan to connect player 3 and 4 on one Xinmo, but those cables come from China and seem to be out of stock due to the disruption of global value chains.

      I hope that the Joystick selection tool will allow to connect P1 and P3 on one Xinmo, P2 and P4 on the other (considering cable length), then reallocating the players with the tool. If I can make it work.

    • R

      Winscp putty ssh permission denied

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support winscp putty ssh connect permission denied
      9
      0 Votes
      9 Posts
      2k Views
      EfriimE

      Have you logged into the pi with this IP address before? Make sure you have the right IP address of the Pi.

      Have you accessed any of the ssh config files recently? I've done this and made a typo rendering the configuration useless.

      To find the ip address in four ways. With a keyboard plugged into the pi, press F4 and use the CLI to type in ifconfig you'll want to use the inet address of either the wlan0 or eth0 interface.

      There is a menu option in emulationstation that will give the ip address most of the time.

      And with windows you could type arp -a to check the arp cache for the address it will be one of the dynamic addresses of the associated interface.

      Of course you want to make sure that it is connected, with ethernet you will know. With a router I guess you could log in to the router and check the ip address there.

      You should start with ssh, when you get the right address I'll help with winscp.

    • IanDaemonI

      Permissions stuck as "read-only" for gamelist files

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support read-only permission permissions read only chown
      4
      0 Votes
      4 Posts
      632 Views
      IanDaemonI

      @edmaul69 Thank you, problem solved. Hopefully this will help people in the future.

    • B

      Power Menu in Carousel - sshd_config: open for write: permission denied

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support power menu sshdconfig permission denied
      8
      0 Votes
      8 Posts
      937 Views
      mituM

      The paths are specified in the docs - for the es_systems.cfg. For the themes, I think it's in the first post, but the idea is that the themes are copied in the /home/pi/.emulationstation/themes folder (which doesn't exist by default, you'll have to create it).

    • fabio78F

      Permission structure of filesystem destroyed

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support filesystem permission sudo
      8
      0 Votes
      8 Posts
      2k Views
      C

      @fabio78 glad it worked. It’s one of the first huge issues I ran into when I started to make more advanced changes.

    • ProxyCellP

      Building packages with retropie_packages.sh has terrible results!

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support packages error roms permission
      11
      0 Votes
      11 Posts
      2k Views
      herb_fargusH

      @proxycell said in Building packages with retropie_packages.sh has terrible results!:

      it comes with some packages I'd rather avoid

      Which can easily be uninstalled through the setup script too.

    • C

      [SOLVED] Can't start RetroPie on Linux Mint - permission denied

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support linux mint permission denied root
      10
      0 Votes
      10 Posts
      5k Views
      C

      Ok guys, this time it works fine.
      You were right BuZz.
      Ty all.

    • Q

      Reset default permisions of all of retropie?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permission retropie 4.2 denied ssh winscp
      2
      0 Votes
      2 Posts
      6k Views
      P

      If you SSH into the Pi, you can run the following commands to reset permissions on some key folders:

      sudo chown -R pi:pi /home/pi
      sudo chown -R pi:pi /opt/retropie/configs

      That will change the ownership user:group to pi:pi for all files and folders under those paths. The first one is the home directory where ROMs and other files are stored, and the second has configuration information including games list xml files.

    • D

      /boot/config.txt: open for write: permission denied

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permission
      17
      0 Votes
      17 Posts
      14k Views
      D

      Man, thank you very much and for your patience!!! Really - you made my day :D

    • B

      crash at first boot

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support crash boot permission denied
      3
      0 Votes
      3 Posts
      1k Views
      B

      Oops. Alright then. I thought it would facilitate the process. Lol. Thanks for your swift answer.

    • E

      sed: couldn't open temporary file

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support sed permission denied
      6
      0 Votes
      6 Posts
      8k Views
      E

      Thanks all, it worked.

    • R

      How can I permanently "chown" /opt/retropie/configs/all?

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permissions chown configs permission denied
      2
      0 Votes
      2 Posts
      1k Views
      BuZzB

      @rsimmy it should be permanent. Have you moved the configs into another device anything? Or any custom scripts? Did you install RetroPie under a normal user instead of root?

    • R

      Permission Denied when changing emu or video/render res

      Watching Ignoring Scheduled Pinned Locked Moved Help and Support permission permissions
      1
      0 Votes
      1 Posts
      671 Views
      No one has replied