A random person on lemmy. Banner art from Deemo switch version

Alt lemmy @[email protected]

Alt kbin: @[email protected]

FMHY (archive): @[email protected]

  • 4 Posts
  • 15 Comments
Joined 1 year ago
cake
Cake day: July 20th, 2023

help-circle














  • “origin=cloudsmith/caddy/stable”;

    Unable to parse Unattended-Upgrade::Allowed-Origins. An error occurred: not enough values to unpack (expected 2, got 1)

    
    // Automatically upgrade packages from these (origin:archive) pairs
    //
    // Note that in Ubuntu security updates may pull in new dependencies
    // from non-security sources (e.g. chromium). By allowing the release
    // pocket these get automatically pulled in.
    Unattended-Upgrade::Allowed-Origins {
            "${distro_id}:${distro_codename}";
            "${distro_id}:${distro_codename}-security";
            // Extended Security Maintenance; doesn't necessarily exist for
            // every release and this system may not have it installed, but if
            // available, the policy for updates is such that unattended-upgrades
            // should also install from here by default.
            "${distro_id}ESMApps:${distro_codename}-apps-security";
            "${distro_id}ESM:${distro_codename}-infra-security";
            "${distro_id}:${distro_codename}-updates";
    //      "${distro_id}:${distro_codename}-proposed";
    //      "${distro_id}:${distro_codename}-backports";
            "origin=cloudsmith/caddy/stable";
    };

  • Firstly thank you so much for explaing this for me.

    “origin=Zabbix,codename=${distro_codename}”; //Zabbix Agent repository

    I tried using this as a template for caddy

     500 https://dl.cloudsmith.io/public/caddy/stable/deb/debian any-version/main arm64 Packages
         release o=cloudsmith/caddy/stable,a=any-version,n=any-version,l=source=none,c=main,b=arm64
         origin dl.cloudsmith.io
    

    I assume origin is:

    o=cloudsmith/caddy/stable

    When adding this rule

    "origin=cloudsmith/caddy/stable,codename=${distro_codename}"; //Caddy repository

    I get this error

    Unable to parse Unattended-Upgrade::Allowed-Origins.
    An error occurred: not enough values to unpack (expected 2, got 1)
    Traceback (most recent call last):
    

    https://pastebin.com/raw/7gtkRw7c

    When changing the syntax to:

    "cloudsmith/caddy/stable:${distro_codename}"; // Caddy

    The error goes away.

    Any ideas?



  • Not to sound like a downer but I kinda gave up on custom roms. Few problems:

    1. Play integrity/Safteynet. On roms like lineage os its a nightmare to maintain this, in the past you could use spoof custom props, but maintainer dropped support for the module. Also using safteynet bypasses typically requires magisk which trips root detection on apps like chase banking (making a annoying cat mouse game). The only work around I found so far is using custom roms with saftey net bypass built in like Pixel experience and Evolution X but those have problems (explained bellow).

    2. Random reformat requirements (specifically Evolution X). Every 3 months a clean reinstall is required because of changes in underlying os (like ERofs). Sure tools like Migrate and SwiftBackup can help simplify but resetting things is a pain. Its worse if you use android wear device (like galaxy watch) since every reset means a manditory reset of the watch aswell. This also kinda leaves you in a place where if you need to reset and say your close to the next major android release is it worth resetting or waiting for the next version of android to drop since ANOTHER reset may be needed.

    3. Toxicty in XDA/telegram. Idk if its just me but sometimes on telegram people just feel angrier?

    Example conversation (good and bad interaction). Background context I was using evolution x and maitainer stepped down. I was considering switching to pixel experience but wanted to ask about evo x maintiner leaving since was wondering if it was due to a technical issue and if said technical issue might impact pixel experience.

    Question with good interaction:

    Follow up hostile reaction from a different user (I didn’t add any new context/messages from first message):

    I will admit I may have gone slightly off topic and may have been a bit premtive in asking the question (since a new maintainer picked up the torch within 2-3 hrs), but in the past with pixel experience when the maintainer quit no new maintainers came for 3-5 months (and safteynet broke during that duration).

    Sorry if this post kinda sounds grumbly. I want to like custom roms. I’m still using the Feb version of Evo X since its feature set is arguably better than oneplus oxygen os but it kinda becomes a trade off do you want more features and more maintences or accept limited number of new featuers (for only 2-3 years) but with less overall maintence.