GET https://kbin.spritesserver.nl/index.php/u/@ZeroCooler@sh.itjust.works/commented

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.92 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
App\Entity\Entry {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#1445
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +body: """
        Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
        \n
        All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
        \n
        Thanks for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699394691 {#1567
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ElderWendigo@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1726 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 99991
      -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267166"
      +editedAt: DateTimeImmutable @1699439970 {#1526
        date: 2023-11-08 11:39:30.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394691 {#1568
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +"title": 99991
    }
    1 => App\Entity\EntryComment {#2468
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699395264 {#2455
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 100026
      -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699395264 {#2459
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +"title": 100026
    }
    2 => App\Entity\EntryComment {#2463
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
        \n
        Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
        \n
        I have another Ubuntu VM on the same host that works fine when this one is failing.\n
        \n
        Thanks so much for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699394898 {#1691
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 100002
      -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267235"
      +editedAt: DateTimeImmutable @1699439957 {#2448
        date: 2023-11-08 11:39:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394898 {#2411
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +"title": 100002
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +body: "The issue would resolve almost immediately after killing Qbit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699561631 {#2372
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@restlessyet@discuss.tchncs.de"
        "@reverendsteveii@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 105344
      -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5324499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699561631 {#2380
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +"title": 105344
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#1642
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#1622
    date: 2023-11-07 22:22:33.0 +01: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 {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#1445
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +body: """
        Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
        \n
        All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
        \n
        Thanks for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699394691 {#1567
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ElderWendigo@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1726 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 99991
      -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267166"
      +editedAt: DateTimeImmutable @1699439970 {#1526
        date: 2023-11-08 11:39:30.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394691 {#1568
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +"title": 99991
    }
    1 => App\Entity\EntryComment {#2468
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699395264 {#2455
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 100026
      -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699395264 {#2459
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +"title": 100026
    }
    2 => App\Entity\EntryComment {#2463
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
        \n
        Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
        \n
        I have another Ubuntu VM on the same host that works fine when this one is failing.\n
        \n
        Thanks so much for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699394898 {#1691
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 100002
      -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267235"
      +editedAt: DateTimeImmutable @1699439957 {#2448
        date: 2023-11-08 11:39:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394898 {#2411
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +"title": 100002
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +body: "The issue would resolve almost immediately after killing Qbit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699561631 {#2372
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@restlessyet@discuss.tchncs.de"
        "@reverendsteveii@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 105344
      -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5324499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699561631 {#2380
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +"title": 105344
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#1642
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#1622
    date: 2023-11-07 22:22:33.0 +01: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 {#1458
  +user: App\Entity\User {#260 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
  +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
  +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
  +url: null
  +body: """
    Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
    \n
    When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
    \n
    From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
    \n
    Pcap shows the TLS hello go out, but no response from the server.\n
    \n
    Once I kill the qbittorrent process, everything works.\n
    \n
    Wondering if anyone has any ideas or has seen this issue before.\n
    \n
    Things I’ve tried:\n
    \n
    - Disabled ipv6\n
    - Changed Qbit UI port\n
    - Paused Torrents\n
    - re-installed openssl\n
    - rebooted about 150 times and counting\n
    \n
    Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
    \n
    Appreciate any ideas!\n
    \n
    Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 12
  +favouriteCount: 38
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1699561631 {#1445
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#1648 …}
  +votes: Doctrine\ORM\PersistentCollection {#1675 …}
  +reports: Doctrine\ORM\PersistentCollection {#1672 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
  +badges: Doctrine\ORM\PersistentCollection {#1549 …}
  +children: [
    3 => App\Entity\EntryComment {#1702
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
      +body: """
        Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
        \n
        All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
        \n
        Thanks for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699394691 {#1567
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ElderWendigo@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1727 …}
      +nested: Doctrine\ORM\PersistentCollection {#1737 …}
      +votes: Doctrine\ORM\PersistentCollection {#1736 …}
      +reports: Doctrine\ORM\PersistentCollection {#1726 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
      -id: 99991
      -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267166"
      +editedAt: DateTimeImmutable @1699439970 {#1526
        date: 2023-11-08 11:39:30.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394691 {#1568
        date: 2023-11-07 23:04:51.0 +01:00
      }
      +"title": 99991
    }
    1 => App\Entity\EntryComment {#2468
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1699395264 {#2455
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2470 …}
      +nested: Doctrine\ORM\PersistentCollection {#2467 …}
      +votes: Doctrine\ORM\PersistentCollection {#2371 …}
      +reports: Doctrine\ORM\PersistentCollection {#2370 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
      -id: 100026
      -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267384"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699395264 {#2459
        date: 2023-11-07 23:14:24.0 +01:00
      }
      +"title": 100026
    }
    2 => App\Entity\EntryComment {#2463
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
      +body: """
        I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
        \n
        Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
        \n
        I have another Ubuntu VM on the same host that works fine when this one is failing.\n
        \n
        Thanks so much for the response!
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699394898 {#1691
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@ryannathans@aussie.zone"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2465 …}
      +nested: Doctrine\ORM\PersistentCollection {#2422 …}
      +votes: Doctrine\ORM\PersistentCollection {#2458 …}
      +reports: Doctrine\ORM\PersistentCollection {#2456 …}
      +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
      +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
      -id: 100002
      -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5267235"
      +editedAt: DateTimeImmutable @1699439957 {#2448
        date: 2023-11-08 11:39:17.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699394898 {#2411
        date: 2023-11-07 23:08:18.0 +01:00
      }
      +"title": 100002
    }
    0 => App\Entity\EntryComment {#2386
      +user: App\Entity\User {#260 …}
      +entry: App\Entity\Entry {#1458}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
      +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
      +body: "The issue would resolve almost immediately after killing Qbit."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 0
      +score: 0
      +lastActive: DateTime @1699561631 {#2372
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
        "@restlessyet@discuss.tchncs.de"
        "@reverendsteveii@lemm.ee"
      ]
      +children: Doctrine\ORM\PersistentCollection {#2384 …}
      +nested: Doctrine\ORM\PersistentCollection {#2379 …}
      +votes: Doctrine\ORM\PersistentCollection {#2383 …}
      +reports: Doctrine\ORM\PersistentCollection {#1906 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
      -id: 105344
      -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://sh.itjust.works/comment/5324499"
      +editedAt: null
      +createdAt: DateTimeImmutable @1699561631 {#2380
        date: 2023-11-09 21:27:11.0 +01:00
      }
      +"title": 105344
    }
  ]
  -id: 11002
  -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
  -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1699478553
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/post/8733627"
  +editedAt: DateTimeImmutable @1699635808 {#1642
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#1622
    date: 2023-11-07 22:22:33.0 +01: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
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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
    \n
    All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
    \n
    Thanks for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699394691 {#1567
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ElderWendigo@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 99991
  -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267166"
  +editedAt: DateTimeImmutable @1699439970 {#1526
    date: 2023-11-08 11:39:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394691 {#1568
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +"title": 99991
}
"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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
    \n
    All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
    \n
    Thanks for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699394691 {#1567
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ElderWendigo@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 99991
  -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267166"
  +editedAt: DateTimeImmutable @1699439970 {#1526
    date: 2023-11-08 11:39:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394691 {#1568
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +"title": 99991
}
"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 {#1702
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702}
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
  +body: """
    Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
    \n
    All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
    \n
    Thanks for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699394691 {#1567
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ElderWendigo@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1727 …}
  +nested: Doctrine\ORM\PersistentCollection {#1737 …}
  +votes: Doctrine\ORM\PersistentCollection {#1736 …}
  +reports: Doctrine\ORM\PersistentCollection {#1726 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
  -id: 99991
  -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267166"
  +editedAt: DateTimeImmutable @1699439970 {#1526
    date: 2023-11-08 11:39:30.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394691 {#1568
    date: 2023-11-07 23:04:51.0 +01:00
  }
  +"title": 99991
}
"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_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
10 DENIED moderate
App\Entity\EntryComment {#2468
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468}
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699395264 {#2455
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 100026
  -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699395264 {#2459
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +"title": 100026
}
"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
11 DENIED edit
App\Entity\EntryComment {#2468
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468}
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699395264 {#2455
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 100026
  -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699395264 {#2459
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +"title": 100026
}
"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
12 DENIED moderate
App\Entity\EntryComment {#2468
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468}
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1699395264 {#2455
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2470 …}
  +nested: Doctrine\ORM\PersistentCollection {#2467 …}
  +votes: Doctrine\ORM\PersistentCollection {#2371 …}
  +reports: Doctrine\ORM\PersistentCollection {#2370 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
  -id: 100026
  -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267384"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699395264 {#2459
    date: 2023-11-07 23:14:24.0 +01:00
  }
  +"title": 100026
}
"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
13 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
14 DENIED moderate
App\Entity\EntryComment {#2463
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
    \n
    Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
    \n
    I have another Ubuntu VM on the same host that works fine when this one is failing.\n
    \n
    Thanks so much for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699394898 {#1691
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 100002
  -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267235"
  +editedAt: DateTimeImmutable @1699439957 {#2448
    date: 2023-11-08 11:39:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394898 {#2411
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +"title": 100002
}
"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
15 DENIED edit
App\Entity\EntryComment {#2463
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
    \n
    Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
    \n
    I have another Ubuntu VM on the same host that works fine when this one is failing.\n
    \n
    Thanks so much for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699394898 {#1691
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 100002
  -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267235"
  +editedAt: DateTimeImmutable @1699439957 {#2448
    date: 2023-11-08 11:39:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394898 {#2411
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +"title": 100002
}
"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
16 DENIED moderate
App\Entity\EntryComment {#2463
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463}
      0 => App\Entity\EntryComment {#2386
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
        +body: "The issue would resolve almost immediately after killing Qbit."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699561631 {#2372
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@restlessyet@discuss.tchncs.de"
          "@reverendsteveii@lemm.ee"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2384 …}
        +nested: Doctrine\ORM\PersistentCollection {#2379 …}
        +votes: Doctrine\ORM\PersistentCollection {#2383 …}
        +reports: Doctrine\ORM\PersistentCollection {#1906 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
        -id: 105344
        -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5324499"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699561631 {#2380
          date: 2023-11-09 21:27:11.0 +01:00
        }
        +"title": 105344
      }
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
  +body: """
    I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
    \n
    Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
    \n
    I have another Ubuntu VM on the same host that works fine when this one is failing.\n
    \n
    Thanks so much for the response!
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699394898 {#1691
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@ryannathans@aussie.zone"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2465 …}
  +nested: Doctrine\ORM\PersistentCollection {#2422 …}
  +votes: Doctrine\ORM\PersistentCollection {#2458 …}
  +reports: Doctrine\ORM\PersistentCollection {#2456 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
  -id: 100002
  -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5267235"
  +editedAt: DateTimeImmutable @1699439957 {#2448
    date: 2023-11-08 11:39:17.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699394898 {#2411
    date: 2023-11-07 23:08:18.0 +01:00
  }
  +"title": 100002
}
"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
17 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
18 DENIED moderate
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +body: "The issue would resolve almost immediately after killing Qbit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699561631 {#2372
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@restlessyet@discuss.tchncs.de"
    "@reverendsteveii@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 105344
  -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5324499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699561631 {#2380
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +"title": 105344
}
"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
19 DENIED edit
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +body: "The issue would resolve almost immediately after killing Qbit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699561631 {#2372
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@restlessyet@discuss.tchncs.de"
    "@reverendsteveii@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 105344
  -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5324499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699561631 {#2380
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +"title": 105344
}
"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
20 DENIED moderate
App\Entity\EntryComment {#2386
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1458
    +user: App\Entity\User {#260 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#1641 …}
    +slug: "Ubuntu-server-can-t-connect-to-some-sites-when-qbittorrent-is"
    +title: "Ubuntu server can't connect to some sites when qbittorrent is running"
    +url: null
    +body: """
      Hey all, ran into a weird issue with my Ubuntu server running qbittorrent-nox I can’t seem to figure out.\n
      \n
      When Qbittorrent is running, I can’t load some sites. How I discovered this was Jackett was failing tests to my trackers. Sometimes all trackers would fail, other times only a couple would.\n
      \n
      From the server I ran a curl to the tracker URLs and confirmed they were not loading.\n
      \n
      Pcap shows the TLS hello go out, but no response from the server.\n
      \n
      Once I kill the qbittorrent process, everything works.\n
      \n
      Wondering if anyone has any ideas or has seen this issue before.\n
      \n
      Things I’ve tried:\n
      \n
      - Disabled ipv6\n
      - Changed Qbit UI port\n
      - Paused Torrents\n
      - re-installed openssl\n
      - rebooted about 150 times and counting\n
      \n
      Qbit version is 4.5.5 Ubuntu 22.04.3 headless running on Esxi\n
      \n
      Appreciate any ideas!\n
      \n
      Edit: So after much frustration and some other weird things, restored to a previous snapshot and the issue seems to have resolved. Appreciate all the troubleshooting ideas and responses!
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 12
    +favouriteCount: 38
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1699561631 {#1445
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#1648 …}
    +votes: Doctrine\ORM\PersistentCollection {#1675 …}
    +reports: Doctrine\ORM\PersistentCollection {#1672 …}
    +favourites: Doctrine\ORM\PersistentCollection {#1579 …}
    +notifications: Doctrine\ORM\PersistentCollection {#1578 …}
    +badges: Doctrine\ORM\PersistentCollection {#1549 …}
    +children: [
      3 => App\Entity\EntryComment {#1702
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1735 …}
        +body: """
          Sorry, to clerify: this server is the only one effected. The rest of my network is working perfectly fine.\n
          \n
          All other internet traffic is running without a problem, it’s only http/https traffic on this one server running Qbit and Jackett.\n
          \n
          Thanks for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 0
        +score: 0
        +lastActive: DateTime @1699394691 {#1567
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ElderWendigo@sh.itjust.works"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1727 …}
        +nested: Doctrine\ORM\PersistentCollection {#1737 …}
        +votes: Doctrine\ORM\PersistentCollection {#1736 …}
        +reports: Doctrine\ORM\PersistentCollection {#1726 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1718 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1724 …}
        -id: 99991
        -bodyTs: "'clerifi':3 'effect':10 'fine':19 'http/https':32 'internet':22 'jackett':41 'network':15 'one':9,36 'perfect':18 'problem':28 'qbit':39 'respons':45 'rest':12 'run':25,38 'server':5,37 'sorri':1 'thank':42 'traffic':23,33 'without':26 'work':17"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267166"
        +editedAt: DateTimeImmutable @1699439970 {#1526
          date: 2023-11-08 11:39:30.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394691 {#1568
          date: 2023-11-07 23:04:51.0 +01:00
        }
        +"title": 99991
      }
      1 => App\Entity\EntryComment {#2468
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: "Cleared NAT translations and rebooted my router for good measure. No dice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1699395264 {#2455
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2470 …}
        +nested: Doctrine\ORM\PersistentCollection {#2467 …}
        +votes: Doctrine\ORM\PersistentCollection {#2371 …}
        +reports: Doctrine\ORM\PersistentCollection {#2370 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2360 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2361 …}
        -id: 100026
        -bodyTs: "'clear':1 'dice':12 'good':9 'measur':10 'nat':2 'reboot':5 'router':7 'translat':3"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267384"
        +editedAt: null
        +createdAt: DateTimeImmutable @1699395264 {#2459
          date: 2023-11-07 23:14:24.0 +01:00
        }
        +"title": 100026
      }
      2 => App\Entity\EntryComment {#2463
        +user: App\Entity\User {#260 …}
        +entry: App\Entity\Entry {#1458}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +root: Proxies\__CG__\App\Entity\EntryComment {#1707 …}
        +body: """
          I’ll double check this, but my router is enterprise grade so I don’t think I would hit any NAT limitations.\n
          \n
          Also, as mentioned in my other response, this isn’t affecting any other nodes on my network except the server running Qbit and Jackett.\n
          \n
          I have another Ubuntu VM on the same host that works fine when this one is failing.\n
          \n
          Thanks so much for the response!
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 2
        +score: 0
        +lastActive: DateTime @1699394898 {#1691
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@ZeroCooler@sh.itjust.works"
          "@ryannathans@aussie.zone"
        ]
        +children: Doctrine\ORM\PersistentCollection {#2465 …}
        +nested: Doctrine\ORM\PersistentCollection {#2422 …}
        +votes: Doctrine\ORM\PersistentCollection {#2458 …}
        +reports: Doctrine\ORM\PersistentCollection {#2456 …}
        +favourites: Doctrine\ORM\PersistentCollection {#2453 …}
        +notifications: Doctrine\ORM\PersistentCollection {#2457 …}
        -id: 100002
        -bodyTs: "'affect':33 'also':23 'anoth':49 'check':4 'doubl':3 'enterpris':10 'except':40 'fail':63 'fine':58 'grade':11 'hit':19 'host':55 'isn':31 'jackett':46 'limit':22 'll':2 'mention':25 'much':66 'nat':21 'network':39 'node':36 'one':61 'qbit':44 'respons':29,69 'router':8 'run':43 'server':42 'thank':64 'think':16 'ubuntu':50 'vm':51 'work':57 'would':18"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://sh.itjust.works/comment/5267235"
        +editedAt: DateTimeImmutable @1699439957 {#2448
          date: 2023-11-08 11:39:17.0 +01:00
        }
        +createdAt: DateTimeImmutable @1699394898 {#2411
          date: 2023-11-07 23:08:18.0 +01:00
        }
        +"title": 100002
      }
      0 => App\Entity\EntryComment {#2386}
    ]
    -id: 11002
    -titleTs: "'connect':5 'qbittorr':10 'run':12 'server':2 'site':8 'ubuntu':1"
    -bodyTs: "'150':124 '22.04.3':133 '4.5.5':131 'anyon':96 'appreci':138,163 'chang':112 'confirm':68 'count':127 'coupl':54 'curl':62 'disabl':110 'discov':35 'edit':141 'esxi':137 'everyth':92 'fail':40,49 'figur':21 'frustrat':145 'go':78 'headless':134 'hello':77 'hey':1 'idea':99,140,167 'instal':120 'ipv6':111 'issu':7,104,158 'jackett':38 'kill':88 'load':30,72 'much':144 'nox':15 'openssl':121 'paus':116 'pcap':73 'port':115 'previous':154 'process':91 'qbit':113,128 'qbittorr':14,24,90 'qbittorrent-nox':13 'ran':3,60 're':119 're-instal':118 'reboot':122 'resolv':162 'respons':82,169 'restor':151 'run':12,26,135 'seem':19,159 'seen':102 'server':11,58,85 'show':74 'site':32 'snapshot':155 'sometim':45 'test':41 'thing':106,150 'time':51,125 'tls':76 'torrent':117 'tracker':44,47,65 'tri':109 'troubleshoot':166 'ubuntu':10,132 'ui':114 'url':66 've':108 'version':129 'weird':6,149 'wonder':94 'work':93 'would':48,55"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1699478553
    +visibility: "visible             "
    +apId: "https://sh.itjust.works/post/8733627"
    +editedAt: DateTimeImmutable @1699635808 {#1642
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#1622
      date: 2023-11-07 22:22:33.0 +01:00
    }
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1661 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2382 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2385 …}
  +body: "The issue would resolve almost immediately after killing Qbit."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1699561631 {#2372
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
    "@restlessyet@discuss.tchncs.de"
    "@reverendsteveii@lemm.ee"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2384 …}
  +nested: Doctrine\ORM\PersistentCollection {#2379 …}
  +votes: Doctrine\ORM\PersistentCollection {#2383 …}
  +reports: Doctrine\ORM\PersistentCollection {#1906 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1708 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1410 …}
  -id: 105344
  -bodyTs: "'almost':5 'immedi':6 'issu':2 'kill':8 'qbit':9 'resolv':4 'would':3"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://sh.itjust.works/comment/5324499"
  +editedAt: null
  +createdAt: DateTimeImmutable @1699561631 {#2380
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +"title": 105344
}
"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
21 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
22 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