GET https://kbin.spritesserver.nl/u/@ipsirc@lemmy.ml/top/2023-11-11::2023-11-11

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.72 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#2447
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2393 …}
  +children: [
    App\Entity\EntryComment {#1666
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699720167 {#1612
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
        "@ipsirc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 111885
      -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5708305"
      +editedAt: DateTimeImmutable @1699840242 {#1639
        date: 2023-11-13 02:50:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699720167 {#1752
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +"title": 111885
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1672
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#2452
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#2447
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2393 …}
  +children: [
    App\Entity\EntryComment {#1666
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699720167 {#1612
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
        "@ipsirc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 111885
      -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5708305"
      +editedAt: DateTimeImmutable @1699840242 {#1639
        date: 2023-11-13 02:50:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699720167 {#1752
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +"title": 111885
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1672
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#2452
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#2380 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
  +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
  +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
  +url: null
  +body: """
    Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
    \n
    `apt-get download $(apt-rdepends |grep -v "^ ")`\n
    \n
    But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
    \n
    ```\n
    \n
    <span style="color:#323232;">Reading state information... Done\n
    </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
    </span><span style="color:#323232;">E: Handler silently failed\n
    </span><span style="color:#323232;">\n
    </span>\n
    ```\n
    \n
    So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 17
  +favouriteCount: 34
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699868952 {#2447
    date: 2023-11-13 10:49:12.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1736 …}
  +votes: Doctrine\ORM\PersistentCollection {#1737 …}
  +reports: Doctrine\ORM\PersistentCollection {#1727 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
  +badges: Doctrine\ORM\PersistentCollection {#2393 …}
  +children: [
    App\Entity\EntryComment {#1666
      +user: App\Entity\User {#259 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
      +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699720167 {#1612
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@iturnedintoanewt@lemm.ee"
        "@ipsirc@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1577 …}
      +nested: Doctrine\ORM\PersistentCollection {#1578 …}
      +votes: Doctrine\ORM\PersistentCollection {#1571 …}
      +reports: Doctrine\ORM\PersistentCollection {#1593 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
      -id: 111885
      -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://lemmy.ml/comment/5708305"
      +editedAt: DateTimeImmutable @1699840242 {#1639
        date: 2023-11-13 02:50:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699720167 {#1752
        date: 2023-11-11 17:29:27.0 +01:00
      }
      +"title": 111885
    }
  ]
  -id: 11634
  -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
  -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699668497
  +visibility: "visible             "
  +apId: "https://lemm.ee/post/14409918"
  +editedAt: DateTimeImmutable @1699657720 {#1672
    date: 2023-11-11 00:08:40.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699582097 {#2452
    date: 2023-11-10 03:08:17.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1666
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#2447
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2393 …}
    +children: [
      App\Entity\EntryComment {#1666}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1672
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#2452
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699720167 {#1612
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
    "@ipsirc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 111885
  -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5708305"
  +editedAt: DateTimeImmutable @1699840242 {#1639
    date: 2023-11-13 02:50:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699720167 {#1752
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +"title": 111885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#1666
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#2447
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2393 …}
    +children: [
      App\Entity\EntryComment {#1666}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1672
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#2452
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699720167 {#1612
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
    "@ipsirc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 111885
  -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5708305"
  +editedAt: DateTimeImmutable @1699840242 {#1639
    date: 2023-11-13 02:50:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699720167 {#1752
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +"title": 111885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#1666
  +user: App\Entity\User {#259 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#2380 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1728 …}
    +slug: "How-to-download-ALL-dependencies-for-an-external-deb-package"
    +title: "How to download  ALL dependencies for an external .deb package (rescuezilla)?"
    +url: null
    +body: """
      Hi everyone! I’m trying to prepare a live iso with a USB stick including the additional rescuezilla package (or, alternatively, additional packages for a live rescuezilla .iso). Sadly rescuezilla does not support encryption, and so I’d like to be able to create/encrypt an image on one single live iso, not having to do a double iso boot just for this. I’m trying to do this in a manner that I won’t need internet once I need to use this USB stick. And hence…I found the most quoted command as:\n
      \n
      `apt-get download $(apt-rdepends |grep -v "^ ")`\n
      \n
      But this seems to work ONLY if your package is also part of the repo. If it’s an external .deb such as rescuezilla_2.4.2-1_all.deb is, then the command just fails with:\n
      \n
      ```\n
      \n
      <span style="color:#323232;">Reading state information... Done\n
      </span><span style="color:#323232;">W: Unable to locate package ./rescuezilla_2.4.2-1_all.deb\n
      </span><span style="color:#323232;">E: Handler silently failed\n
      </span><span style="color:#323232;">\n
      </span>\n
      ```\n
      \n
      So…what can I do to download the many dependencies of rescuezilla onto a USB stick? Thanks!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 17
    +favouriteCount: 34
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699868952 {#2447
      date: 2023-11-13 10:49:12.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1736 …}
    +votes: Doctrine\ORM\PersistentCollection {#1737 …}
    +reports: Doctrine\ORM\PersistentCollection {#1727 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2383 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2379 …}
    +badges: Doctrine\ORM\PersistentCollection {#2393 …}
    +children: [
      App\Entity\EntryComment {#1666}
    ]
    -id: 11634
    -titleTs: "'deb':9 'depend':5 'download':3 'extern':8 'packag':10 'rescuezilla':11"
    -bodyTs: "'/rescuezilla_2.4.2-1_all.deb':144 'abl':42 'addit':17,22 'also':114 'altern':21 'apt':96,100 'apt-get':95 'apt-rdepend':99 'boot':59 'command':93,131 'create/encrypt':44 'd':38 'deb':124 'depend':158 'done':138 'doubl':57 'download':98,155 'e':145 'encrypt':34 'everyon':2 'extern':123 'fail':133,148 'found':89 'get':97 'grep':102 'handler':146 'henc':87 'hi':1 'imag':46 'includ':15 'inform':137 'internet':77 'iso':10,28,51,58 'like':39 'live':9,26,50 'locat':142 'm':4,64 'mani':157 'manner':71 'need':76,80 'one':48 'onto':161 'packag':19,23,112,143 'part':115 'prepar':7 'quot':92 'rdepend':101 'read':135 'repo':118 'rescuezilla':18,27,30,160 'rescuezilla_2.4.2-1_all.deb':127 'sad':29 'seem':106 'silent':147 'singl':49 'state':136 'stick':14,85,164 'support':33 'thank':165 'tri':5,65 'unabl':140 'usb':13,84,163 'use':82 'v':103 'w':139 'won':74 'work':108"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699668497
    +visibility: "visible             "
    +apId: "https://lemm.ee/post/14409918"
    +editedAt: DateTimeImmutable @1699657720 {#1672
      date: 2023-11-11 00:08:40.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699582097 {#2452
      date: 2023-11-10 03:08:17.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1565 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1584 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1579 …}
  +body: "I think you have confused the `apt` command with the `apt-get` command. `apt-get` doesn’t handle files, while `apt` has it since the very first version. This is one of the important differences between the two commands. This was one of the main reasons why I have been using only `apt` for years."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699720167 {#1612
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@iturnedintoanewt@lemm.ee"
    "@ipsirc@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1577 …}
  +nested: Doctrine\ORM\PersistentCollection {#1578 …}
  +votes: Doctrine\ORM\PersistentCollection {#1571 …}
  +reports: Doctrine\ORM\PersistentCollection {#1593 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1620 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1556 …}
  -id: 111885
  -bodyTs: "'apt':7,12,16,23,55 'apt-get':11,15 'command':8,14,41 'confus':5 'differ':37 'doesn':18 'file':21 'first':29 'get':13,17 'handl':20 'import':36 'main':47 'one':33,44 'reason':48 'sinc':26 'think':2 'two':40 'use':53 'version':30 'year':57"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.ml/comment/5708305"
  +editedAt: DateTimeImmutable @1699840242 {#1639
    date: 2023-11-13 02:50:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699720167 {#1752
    date: 2023-11-11 17:29:27.0 +01:00
  }
  +"title": 111885
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_ADMIN
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED ROLE_MODERATOR
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details