So I’ve messed up by not formatting my partitions on installation and now things are buggy, dbus returns permission denied on starting is one of the prominent bugs at the moment

  • catloaf@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    1
    ·
    3 months ago

    I would just start over before you get any more attached to it.

    • notTheCatOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      3 months ago

      Why? I chowned and chmod the mount points only (not recursively) and now the system is functioning correctly

        • notTheCatOP
          link
          fedilink
          arrow-up
          1
          ·
          3 months ago

          I can’t see a reason for it to fail since the root user was functioning just fine, shit got buggy as soon as other users tried to read from the fs

          • BCsven@lemmy.ca
            cake
            link
            fedilink
            arrow-up
            1
            ·
            3 months ago

            Not sure about what permission changes you did, but my system has various permissions depending on the files or folders, so a general recursive change may give you a functioning system, but with broken security

            • notTheCatOP
              link
              fedilink
              arrow-up
              1
              ·
              3 months ago

              i didn’t change permissions recursivly, only for the mountpoints root

  • SaThaRiel@lemmy.world
    link
    fedilink
    arrow-up
    5
    ·
    3 months ago

    Just do the installation again…fixing the permissions maybe easy or extremely hard, depending on how far the problems go. And I don’t think you will learn much besides of how the chown command works.

    • notTheCatOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      3 months ago

      It was only the root of the partitions that I messed up, and I guess the bugs were caused because the Mint live boot only gave the user read permissions (no group or others can read) so I believe shit is fine, plus it’s a fresh installation so there’s that too

  • Player2@lemm.ee
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Whenever I break something and can’t figure it out, I just make sure anything important is backed up and do a clean reinstall. Someone else might have a better answer though

    • notTheCatOP
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      3 months ago

      Seriously nobody gave me an answer, I looked it up from my 2nd machine running Arch and shit is working now

  • Overspark@feddit.nl
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    3 months ago

    Good on you for getting it fixed. One of the reasons Linux is a great OS in my opinion is that everything is in the file system and not in some arcane hidden thing. So every problem is solvable without a reinstall if you’re motivated enough to figure it out.

  • Kalcifer@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    3 months ago

    It depends on how interested/motivated you are in finding out exactly why things aren’t working. If you just want a working system without the hassle, since it’s a fresh install, I’d recommend just reinstalling.

    • notTheCatOP
      link
      fedilink
      arrow-up
      1
      arrow-down
      1
      ·
      3 months ago

      Things weren’t working because of the owner+permission being set by Mint instead of the Arch installer, it prevented non-root from reading anything off the system, now that I chmod the mount points, things are functioning well