GET https://kbin.spritesserver.nl/u/@thomasdouwes@sopuli.xyz/threads/active

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 …}
}
21.42 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.05 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
App\Entity\Entry {#1563
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1629 …}
  +slug: "Recovering-Hardware-RAID-array-in-software"
  +title: "Recovering Hardware RAID array in software"
  +url: null
  +body: """
    I have 3 old SCSI HDDs that were in a hardware RAID, I don’t have the RAID controller anymore but I have imaged them with DD and a SCSI PCI card I have.  \n
    Is there any way to assemble this array in software on Linux? I just want to get the data off so read only is fine.  \n
    Running blkid on the drive shows it as an Adaptec RAID member.  \n
    I believe the drives are in RAID 5.\n
    \n
    EDIT: I got it working, but I had to use windows. I installed ReclaiMe Free RAID Recovery to find the RAID parameters then used the UFS explorer Pro free trial to image the array to a virtual disk. After a quick (actual quite long) chkdsk I managed to mount the NTFS file system on the array\n
    \n
    EDIT2: There seem to be a lot of missing files, I don’t think there was anything important on here anyway\n
    \n
    EDIT3: wow, the found.000 folder is huge. I guess the recovery failed, or the array got pretty badly corrupted on the ~10 years in storage.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694216542 {#1550
    date: 2023-09-09 01:42:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 2347
  -titleTs: "'array':4 'hardwar':2 'raid':3 'recov':1 'softwar':6"
  -bodyTs: "'10':178 '3':3 '5':79 'actual':121 'adaptec':69 'anymor':20 'anyth':152 'anyway':156 'array':42,113,135,171 'assembl':40 'bad':174 'believ':73 'blkid':61 'card':32 'chkdsk':124 'control':19 'corrupt':175 'data':53 'dd':27 'disk':117 'drive':64,75 'edit':80 'edit2':136 'edit3':157 'explor':106 'fail':168 'file':131,145 'find':98 'fine':59 'folder':161 'found.000':160 'free':94,108 'get':51 'got':82,172 'guess':165 'hardwar':11 'hdds':6 'huge':163 'imag':24,111 'import':153 'instal':92 'linux':46 'long':123 'lot':142 'manag':126 'member':71 'miss':144 'mount':128 'ntfs':130 'old':4 'paramet':101 'pci':31 'pretti':173 'pro':107 'quick':120 'quit':122 'raid':12,18,70,78,95,100 'read':56 'reclaim':93 'recoveri':96,167 'run':60 'scsi':5,30 'seem':138 'show':65 'softwar':44 'storag':181 'system':132 'think':149 'trial':109 'uf':105 'use':89,103 'virtual':116 'want':49 'way':38 'window':90 'work':84 'wow':158 'year':179"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694216542
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/3273353"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694216542 {#1411
    date: 2023-09-09 01:42:22.0 +02:00
  }
}
"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
App\Entity\Entry {#1563
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1629 …}
  +slug: "Recovering-Hardware-RAID-array-in-software"
  +title: "Recovering Hardware RAID array in software"
  +url: null
  +body: """
    I have 3 old SCSI HDDs that were in a hardware RAID, I don’t have the RAID controller anymore but I have imaged them with DD and a SCSI PCI card I have.  \n
    Is there any way to assemble this array in software on Linux? I just want to get the data off so read only is fine.  \n
    Running blkid on the drive shows it as an Adaptec RAID member.  \n
    I believe the drives are in RAID 5.\n
    \n
    EDIT: I got it working, but I had to use windows. I installed ReclaiMe Free RAID Recovery to find the RAID parameters then used the UFS explorer Pro free trial to image the array to a virtual disk. After a quick (actual quite long) chkdsk I managed to mount the NTFS file system on the array\n
    \n
    EDIT2: There seem to be a lot of missing files, I don’t think there was anything important on here anyway\n
    \n
    EDIT3: wow, the found.000 folder is huge. I guess the recovery failed, or the array got pretty badly corrupted on the ~10 years in storage.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694216542 {#1550
    date: 2023-09-09 01:42:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 2347
  -titleTs: "'array':4 'hardwar':2 'raid':3 'recov':1 'softwar':6"
  -bodyTs: "'10':178 '3':3 '5':79 'actual':121 'adaptec':69 'anymor':20 'anyth':152 'anyway':156 'array':42,113,135,171 'assembl':40 'bad':174 'believ':73 'blkid':61 'card':32 'chkdsk':124 'control':19 'corrupt':175 'data':53 'dd':27 'disk':117 'drive':64,75 'edit':80 'edit2':136 'edit3':157 'explor':106 'fail':168 'file':131,145 'find':98 'fine':59 'folder':161 'found.000':160 'free':94,108 'get':51 'got':82,172 'guess':165 'hardwar':11 'hdds':6 'huge':163 'imag':24,111 'import':153 'instal':92 'linux':46 'long':123 'lot':142 'manag':126 'member':71 'miss':144 'mount':128 'ntfs':130 'old':4 'paramet':101 'pci':31 'pretti':173 'pro':107 'quick':120 'quit':122 'raid':12,18,70,78,95,100 'read':56 'reclaim':93 'recoveri':96,167 'run':60 'scsi':5,30 'seem':138 'show':65 'softwar':44 'storag':181 'system':132 'think':149 'trial':109 'uf':105 'use':89,103 'virtual':116 'want':49 'way':38 'window':90 'work':84 'wow':158 'year':179"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694216542
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/3273353"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694216542 {#1411
    date: 2023-09-09 01:42:22.0 +02:00
  }
}
"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
App\Entity\Entry {#1563
  +user: App\Entity\User {#264 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1719 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1629 …}
  +slug: "Recovering-Hardware-RAID-array-in-software"
  +title: "Recovering Hardware RAID array in software"
  +url: null
  +body: """
    I have 3 old SCSI HDDs that were in a hardware RAID, I don’t have the RAID controller anymore but I have imaged them with DD and a SCSI PCI card I have.  \n
    Is there any way to assemble this array in software on Linux? I just want to get the data off so read only is fine.  \n
    Running blkid on the drive shows it as an Adaptec RAID member.  \n
    I believe the drives are in RAID 5.\n
    \n
    EDIT: I got it working, but I had to use windows. I installed ReclaiMe Free RAID Recovery to find the RAID parameters then used the UFS explorer Pro free trial to image the array to a virtual disk. After a quick (actual quite long) chkdsk I managed to mount the NTFS file system on the array\n
    \n
    EDIT2: There seem to be a lot of missing files, I don’t think there was anything important on here anyway\n
    \n
    EDIT3: wow, the found.000 folder is huge. I guess the recovery failed, or the array got pretty badly corrupted on the ~10 years in storage.
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 0
  +favouriteCount: 1
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1694216542 {#1550
    date: 2023-09-09 01:42:22.0 +02:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1628 …}
  +votes: Doctrine\ORM\PersistentCollection {#1599 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2447 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2464 …}
  +badges: Doctrine\ORM\PersistentCollection {#2468 …}
  +children: []
  -id: 2347
  -titleTs: "'array':4 'hardwar':2 'raid':3 'recov':1 'softwar':6"
  -bodyTs: "'10':178 '3':3 '5':79 'actual':121 'adaptec':69 'anymor':20 'anyth':152 'anyway':156 'array':42,113,135,171 'assembl':40 'bad':174 'believ':73 'blkid':61 'card':32 'chkdsk':124 'control':19 'corrupt':175 'data':53 'dd':27 'disk':117 'drive':64,75 'edit':80 'edit2':136 'edit3':157 'explor':106 'fail':168 'file':131,145 'find':98 'fine':59 'folder':161 'found.000':160 'free':94,108 'get':51 'got':82,172 'guess':165 'hardwar':11 'hdds':6 'huge':163 'imag':24,111 'import':153 'instal':92 'linux':46 'long':123 'lot':142 'manag':126 'member':71 'miss':144 'mount':128 'ntfs':130 'old':4 'paramet':101 'pci':31 'pretti':173 'pro':107 'quick':120 'quit':122 'raid':12,18,70,78,95,100 'read':56 'reclaim':93 'recoveri':96,167 'run':60 'scsi':5,30 'seem':138 'show':65 'softwar':44 'storag':181 'system':132 'think':149 'trial':109 'uf':105 'use':89,103 'virtual':116 'want':49 'way':38 'window':90 'work':84 'wow':158 'year':179"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1694216542
  +visibility: "visible             "
  +apId: "https://sopuli.xyz/post/3273353"
  +editedAt: null
  +createdAt: DateTimeImmutable @1694216542 {#1411
    date: 2023-09-09 01:42:22.0 +02:00
  }
}
"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