GET https://kbin.spritesserver.nl/index.php/u/@restlessyet@discuss.tchncs.de

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 …}
}
1.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
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#1740 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1619
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
  +badges: Doctrine\ORM\PersistentCollection {#2326 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
        \n
        I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
        \n
        If you find a suitable solution I am also very interested 😅
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703198732 {#1629
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 247291
      -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5859994"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703198732 {#1630
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +"title": 247291
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#2024
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#1740 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1619
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
  +badges: Doctrine\ORM\PersistentCollection {#2326 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
        \n
        I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
        \n
        If you find a suitable solution I am also very interested 😅
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703198732 {#1629
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 247291
      -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5859994"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703198732 {#1630
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +"title": 247291
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#2024
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1611
  +user: Proxies\__CG__\App\Entity\User {#1740 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
  +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
  +url: null
  +body: """
    So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
    \n
    I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
    \n
    Does anyone know of something that can accomplish all of this on a Linux system?
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 23
  +favouriteCount: 45
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1703441663 {#1619
    date: 2023-12-24 19:14:23.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2077 …}
  +votes: Doctrine\ORM\PersistentCollection {#2062 …}
  +reports: Doctrine\ORM\PersistentCollection {#2082 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
  +badges: Doctrine\ORM\PersistentCollection {#2326 …}
  +children: [
    App\Entity\EntryComment {#1598
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1611 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
      +image: null
      +parent: null
      +root: null
      +body: """
        I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
        \n
        I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
        \n
        If you find a suitable solution I am also very interested 😅
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 1
      +score: 0
      +lastActive: DateTime @1703198732 {#1629
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@HiddenLayer5@lemmy.ml"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1711 …}
      +nested: Doctrine\ORM\PersistentCollection {#1795 …}
      +votes: Doctrine\ORM\PersistentCollection {#1691 …}
      +reports: Doctrine\ORM\PersistentCollection {#1689 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
      -id: 247291
      -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5859994"
      +editedAt: null
      +createdAt: DateTimeImmutable @1703198732 {#1630
        date: 2023-12-21 23:45:32.0 +01:00
      }
      +"title": 247291
    }
  ]
  -id: 23902
  -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
  -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1703281408
  +visibility: "visible             "
  +apId: "https://lemmy.ml/post/9605164"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703195008 {#2024
    date: 2023-12-21 22:43:28.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#1740 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1619
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2062 …}
    +reports: Doctrine\ORM\PersistentCollection {#2082 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
    +badges: Doctrine\ORM\PersistentCollection {#2326 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#2024
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
    \n
    I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
    \n
    If you find a suitable solution I am also very interested 😅
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703198732 {#1629
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 247291
  -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5859994"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703198732 {#1630
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +"title": 247291
}
"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 {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#1740 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1619
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2062 …}
    +reports: Doctrine\ORM\PersistentCollection {#2082 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
    +badges: Doctrine\ORM\PersistentCollection {#2326 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#2024
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
    \n
    I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
    \n
    If you find a suitable solution I am also very interested 😅
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703198732 {#1629
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 247291
  -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5859994"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703198732 {#1630
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +"title": 247291
}
"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 {#1598
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1611
    +user: Proxies\__CG__\App\Entity\User {#1740 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "What-s-an-elegant-way-of-automatically-backing-up-the-contents"
    +title: "What's an elegant way of automatically backing up the contents of a large drive to multiple smaller drives that add up to the capacity of the large drive?"
    +url: null
    +body: """
      So I have a nearly full 4 TB hard drive in my server that I want to make an offline backup of. However, the only spare hard drives I have are a few 500 GB and 1 TB ones, so the entire contents will not fit all at once, but I do have enough total space for it. I also only have one USB hard drive dock so I can only plug in one hard drive at a time, and in any case I don’t want to do any sort of RAID 0 or striping because the hard drives are old and I don’t want a single one of them failing to make the entire backup unrecoverable.\n
      \n
      I could just play digital Tetris and just manually copy over individual directories to each smaller drive until they fill up while mentally keeping track of which directories still need to be copied when I change drives, but I’m hoping for a more automatic and less error prone way. Ideally, I’d want something that can automatically begin copying the entire contents of a given drive or directory to a drive that isn’t big enough to fit everything, automatically round down to the last file that will fit in its entirety (I don’t want to split files between drives), and then wait for me to unplug the first drive and plug in another drive and specify a new mount point before continuing to copy the remaining files, using as many drives as necessary to copy everything.\n
      \n
      Does anyone know of something that can accomplish all of this on a Linux system?
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 23
    +favouriteCount: 45
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1703441663 {#1619
      date: 2023-12-24 19:14:23.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2077 …}
    +votes: Doctrine\ORM\PersistentCollection {#2062 …}
    +reports: Doctrine\ORM\PersistentCollection {#2082 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2351 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2350 …}
    +badges: Doctrine\ORM\PersistentCollection {#2326 …}
    +children: [
      App\Entity\EntryComment {#1598}
    ]
    -id: 23902
    -titleTs: "'add':21 'automat':7 'back':8 'capac':25 'content':11 'drive':15,19,29 'eleg':4 'larg':14,28 'multipl':17 'smaller':18 'way':5"
    -bodyTs: "'0':94 '1':37 '4':7 '500':34 'accomplish':266 'also':60 'anoth':235 'anyon':260 'automat':164,177,200 'backup':21,118 'begin':178 'big':195 'case':83 'chang':155 'content':43,182 'continu':244 'copi':129,152,179,246,257 'could':121 'd':172 'digit':124 'directori':132,147,188 'dock':67 'drive':10,28,66,76,100,136,156,186,191,221,231,236,253 'enough':54,196 'entir':42,117,181 'entireti':212 'error':167 'everyth':199,258 'fail':113 'file':206,219,249 'fill':139 'first':230 'fit':46,198,209 'full':6 'gb':35 'given':185 'hard':9,27,65,75,99 'hope':160 'howev':23 'ideal':170 'individu':131 'isn':193 'keep':143 'know':261 'last':205 'less':166 'linux':272 'm':159 'make':18,115 'mani':252 'manual':128 'mental':142 'mount':241 'near':5 'necessari':255 'need':149 'new':240 'offlin':20 'old':102 'one':39,63,74,110 'play':123 'plug':72,233 'point':242 'prone':168 'raid':93 'remain':248 'round':201 'server':13 'singl':109 'smaller':135 'someth':174,263 'sort':91 'space':56 'spare':26 'specifi':238 'split':218 'still':148 'stripe':96 'system':273 'tb':8,38 'tetri':125 'time':79 'total':55 'track':144 'unplug':228 'unrecover':119 'usb':64 'use':250 'wait':224 'want':16,87,107,173,216 'way':169"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1703281408
    +visibility: "visible             "
    +apId: "https://lemmy.ml/post/9605164"
    +editedAt: null
    +createdAt: DateTimeImmutable @1703195008 {#2024
      date: 2023-12-21 22:43:28.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1616 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I ran into the same problem some months ago when my cloud backups stopped being financially viable and I decided to recycle my old drives. For offline backups mergerfs will not work as far as I understand. Creating tar archives of 130TB+ also doesnt sound like a good option. Some of the tape backup solutions looked to be possible options, but are often complex and use special archive formats…\n
    \n
    I ended up writing my own solution in python using json state files. It’s complete enough to run the backup, but otherwise very work-in-progress with no restore at all. So I do not want to publish it.\n
    \n
    If you find a suitable solution I am also very interested 😅
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703198732 {#1629
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@HiddenLayer5@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1711 …}
  +nested: Doctrine\ORM\PersistentCollection {#1795 …}
  +votes: Doctrine\ORM\PersistentCollection {#1691 …}
  +reports: Doctrine\ORM\PersistentCollection {#1689 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1687 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1701 …}
  -id: 247291
  -bodyTs: "'130tb':42 'ago':9 'also':43,119 'archiv':40,68 'backup':13,28,54,90 'cloud':12 'complet':85 'complex':64 'creat':38 'decid':20 'doesnt':44 'drive':25 'end':71 'enough':86 'far':34 'file':82 'financi':16 'find':113 'format':69 'good':48 'interest':121 'json':80 'like':46 'look':56 'mergerf':29 'month':8 'offlin':27 'often':63 'old':24 'option':49,60 'otherwis':92 'possibl':59 'problem':6 'progress':97 'publish':109 'python':78 'ran':2 'recycl':22 'restor':100 'run':88 'solut':55,76,116 'sound':45 'special':67 'state':81 'stop':14 'suitabl':115 'tape':53 'tar':39 'understand':37 'use':66,79 'viabl':17 'want':107 'work':32,95 'work-in-progress':94 'write':73"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5859994"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703198732 {#1630
    date: 2023-12-21 23:45:32.0 +01:00
  }
  +"title": 247291
}
"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
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#1909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#2314
    date: 2023-12-18 15:14:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2342 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
  +badges: Doctrine\ORM\PersistentCollection {#2143 …}
  +children: [
    1 => App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1703581236 {#1667
        date: 2023-12-26 10:00:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 213824
      -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5568633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702132140 {#1525
        date: 2023-12-09 15:29:00.0 +01:00
      }
      +"title": 213824
    }
    0 => App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: App\Entity\EntryComment {#1567}
      +body: """
        If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
        \n
        As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
        \n
        And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1702134405 {#1557
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
        "@restlessyet@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 213935
      -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5569329"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702134405 {#1555
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +"title": 213935
    }
  ]
  -id: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1404
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1403
    date: 2023-12-09 15:13:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#1909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#2314
    date: 2023-12-18 15:14:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2342 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
  +badges: Doctrine\ORM\PersistentCollection {#2143 …}
  +children: [
    1 => App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1703581236 {#1667
        date: 2023-12-26 10:00:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 213824
      -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5568633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702132140 {#1525
        date: 2023-12-09 15:29:00.0 +01:00
      }
      +"title": 213824
    }
    0 => App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: App\Entity\EntryComment {#1567}
      +body: """
        If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
        \n
        As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
        \n
        And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1702134405 {#1557
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
        "@restlessyet@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 213935
      -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5569329"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702134405 {#1555
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +"title": 213935
    }
  ]
  -id: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1404
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1403
    date: 2023-12-09 15:13:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1561
  +user: Proxies\__CG__\App\Entity\User {#1909 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
  +title: "A dozen or two TB of storage for media on the cheap?"
  +url: null
  +body: """
    Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
    \n
    But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
    \n
    CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
    \n
    I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
    \n
    I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
    \n
    Budget: ~$500ish - storage goal: 12+ TB
    """
  +type: "article"
  +lang: "en"
  +isOc: false
  +hasEmbed: false
  +commentCount: 15
  +favouriteCount: 28
  +score: 0
  +isAdult: false
  +sticky: false
  +lastActive: DateTime @1702908884 {#2314
    date: 2023-12-18 15:14:44.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2325 …}
  +votes: Doctrine\ORM\PersistentCollection {#2342 …}
  +reports: Doctrine\ORM\PersistentCollection {#2343 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
  +badges: Doctrine\ORM\PersistentCollection {#2143 …}
  +children: [
    1 => App\Entity\EntryComment {#1567
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: null
      +root: null
      +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
      +lang: "en"
      +isAdult: false
      +favouriteCount: 10
      +score: 0
      +lastActive: DateTime @1703581236 {#1667
        date: 2023-12-26 10:00:36.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1528 …}
      +nested: Doctrine\ORM\PersistentCollection {#1559 …}
      +votes: Doctrine\ORM\PersistentCollection {#1564 …}
      +reports: Doctrine\ORM\PersistentCollection {#1563 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
      -id: 213824
      -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5568633"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702132140 {#1525
        date: 2023-12-09 15:29:00.0 +01:00
      }
      +"title": 213824
    }
    0 => App\Entity\EntryComment {#1621
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
      +image: null
      +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
      +root: App\Entity\EntryComment {#1567}
      +body: """
        If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
        \n
        As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
        \n
        And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
        """
      +lang: "en"
      +isAdult: false
      +favouriteCount: 4
      +score: 0
      +lastActive: DateTime @1702134405 {#1557
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@bdonvr@thelemmy.club"
        "@restlessyet@discuss.tchncs.de"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1726 …}
      +nested: Doctrine\ORM\PersistentCollection {#1723 …}
      +votes: Doctrine\ORM\PersistentCollection {#1731 …}
      +reports: Doctrine\ORM\PersistentCollection {#1597 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
      -id: 213935
      -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/5569329"
      +editedAt: null
      +createdAt: DateTimeImmutable @1702134405 {#1555
        date: 2023-12-09 16:06:45.0 +01:00
      }
      +"title": 213935
    }
  ]
  -id: 21362
  -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
  -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
  +cross: false
  +upVotes: 0
  +downVotes: 0
  +ranking: 1702217634
  +visibility: "visible             "
  +apId: "https://thelemmy.club/post/5933021"
  +editedAt: DateTimeImmutable @1703573426 {#1404
    date: 2023-12-26 07:50:26.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702131234 {#1403
    date: 2023-12-09 15:13:54.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
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 {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567}
      0 => App\Entity\EntryComment {#1621
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: App\Entity\EntryComment {#1567}
        +body: """
          If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
          \n
          As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
          \n
          And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1702134405 {#1557
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
          "@restlessyet@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1723 …}
        +votes: Doctrine\ORM\PersistentCollection {#1731 …}
        +reports: Doctrine\ORM\PersistentCollection {#1597 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
        -id: 213935
        -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5569329"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702134405 {#1555
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +"title": 213935
      }
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703581236 {#1667
    date: 2023-12-26 10:00:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 213824
  -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5568633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702132140 {#1525
    date: 2023-12-09 15:29:00.0 +01:00
  }
  +"title": 213824
}
"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 {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567}
      0 => App\Entity\EntryComment {#1621
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: App\Entity\EntryComment {#1567}
        +body: """
          If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
          \n
          As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
          \n
          And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1702134405 {#1557
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
          "@restlessyet@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1723 …}
        +votes: Doctrine\ORM\PersistentCollection {#1731 …}
        +reports: Doctrine\ORM\PersistentCollection {#1597 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
        -id: 213935
        -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5569329"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702134405 {#1555
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +"title": 213935
      }
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703581236 {#1667
    date: 2023-12-26 10:00:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 213824
  -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5568633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702132140 {#1525
    date: 2023-12-09 15:29:00.0 +01:00
  }
  +"title": 213824
}
"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 {#1567
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567}
      0 => App\Entity\EntryComment {#1621
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
        +root: App\Entity\EntryComment {#1567}
        +body: """
          If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
          \n
          As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
          \n
          And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
          """
        +lang: "en"
        +isAdult: false
        +favouriteCount: 4
        +score: 0
        +lastActive: DateTime @1702134405 {#1557
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
          "@restlessyet@discuss.tchncs.de"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1726 …}
        +nested: Doctrine\ORM\PersistentCollection {#1723 …}
        +votes: Doctrine\ORM\PersistentCollection {#1731 …}
        +reports: Doctrine\ORM\PersistentCollection {#1597 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
        -id: 213935
        -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5569329"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702134405 {#1555
          date: 2023-12-09 16:06:45.0 +01:00
        }
        +"title": 213935
      }
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: null
  +root: null
  +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 10
  +score: 0
  +lastActive: DateTime @1703581236 {#1667
    date: 2023-12-26 10:00:36.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1528 …}
  +nested: Doctrine\ORM\PersistentCollection {#1559 …}
  +votes: Doctrine\ORM\PersistentCollection {#1564 …}
  +reports: Doctrine\ORM\PersistentCollection {#1563 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
  -id: 213824
  -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5568633"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702132140 {#1525
    date: 2023-12-09 15:29:00.0 +01:00
  }
  +"title": 213824
}
"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 {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: null
        +root: null
        +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1703581236 {#1667
          date: 2023-12-26 10:00:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1528 …}
        +nested: Doctrine\ORM\PersistentCollection {#1559 …}
        +votes: Doctrine\ORM\PersistentCollection {#1564 …}
        +reports: Doctrine\ORM\PersistentCollection {#1563 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
        -id: 213824
        -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5568633"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702132140 {#1525
          date: 2023-12-09 15:29:00.0 +01:00
        }
        +"title": 213824
      }
      0 => App\Entity\EntryComment {#1621}
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: App\Entity\EntryComment {#1567}
  +body: """
    If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
    \n
    As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
    \n
    And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1702134405 {#1557
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
    "@restlessyet@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 213935
  -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5569329"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702134405 {#1555
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +"title": 213935
}
"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 {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: null
        +root: null
        +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1703581236 {#1667
          date: 2023-12-26 10:00:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1528 …}
        +nested: Doctrine\ORM\PersistentCollection {#1559 …}
        +votes: Doctrine\ORM\PersistentCollection {#1564 …}
        +reports: Doctrine\ORM\PersistentCollection {#1563 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
        -id: 213824
        -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5568633"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702132140 {#1525
          date: 2023-12-09 15:29:00.0 +01:00
        }
        +"title": 213824
      }
      0 => App\Entity\EntryComment {#1621}
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: App\Entity\EntryComment {#1567}
  +body: """
    If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
    \n
    As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
    \n
    And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1702134405 {#1557
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
    "@restlessyet@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 213935
  -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5569329"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702134405 {#1555
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +"title": 213935
}
"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 {#1621
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1561
    +user: Proxies\__CG__\App\Entity\User {#1909 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +slug: "A-dozen-or-two-TB-of-storage-for-media-on"
    +title: "A dozen or two TB of storage for media on the cheap?"
    +url: null
    +body: """
      Well I’m just about fed up with streaming bullshit. I currently have a home server that’s just a raspberry pi4 with a bunch of docker containers and it served my light usage well.\n
      \n
      But with transcoding on Jellyfin I’ll be needing some more power. And a bunch of storage. So wanting to perhaps build a new little server.\n
      \n
      CPU requirements aren’t high at all. Need to transcode maybe 2 concurrent 4K streams, A cheap discrete GPU or a CPU with a decent enough iGPU could handle this. Other applications are basically negligible, like Vaultwarden and PiHole, torrent, using as a general file storage server.\n
      \n
      I also recently acquired a mini PC which is plenty powerful, but doesn’t have any way of adding a bunch of drives. So another option is setting up a pure NAS and just using the mini PC as the server. It’s got an i7 10700T and iris 630 iGPU.\n
      \n
      I’ve been using Linux and self hosting basic things for years, but I’m pretty new to this level of hardware and little experience with RAID.\n
      \n
      Budget: ~$500ish - storage goal: 12+ TB
      """
    +type: "article"
    +lang: "en"
    +isOc: false
    +hasEmbed: false
    +commentCount: 15
    +favouriteCount: 28
    +score: 0
    +isAdult: false
    +sticky: false
    +lastActive: DateTime @1702908884 {#2314
      date: 2023-12-18 15:14:44.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2325 …}
    +votes: Doctrine\ORM\PersistentCollection {#2342 …}
    +reports: Doctrine\ORM\PersistentCollection {#2343 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2335 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2338 …}
    +badges: Doctrine\ORM\PersistentCollection {#2143 …}
    +children: [
      1 => App\Entity\EntryComment {#1567
        +user: App\Entity\User {#261 …}
        +entry: Proxies\__CG__\App\Entity\Entry {#1561 …2}
        +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
        +image: null
        +parent: null
        +root: null
        +body: "Honestly, unless you can spend more $, one or two USB disks for the mini pc is probably your only choice."
        +lang: "en"
        +isAdult: false
        +favouriteCount: 10
        +score: 0
        +lastActive: DateTime @1703581236 {#1667
          date: 2023-12-26 10:00:36.0 +01:00
        }
        +ip: null
        +tags: null
        +mentions: [
          "@bdonvr@thelemmy.club"
        ]
        +children: Doctrine\ORM\PersistentCollection {#1528 …}
        +nested: Doctrine\ORM\PersistentCollection {#1559 …}
        +votes: Doctrine\ORM\PersistentCollection {#1564 …}
        +reports: Doctrine\ORM\PersistentCollection {#1563 …}
        +favourites: Doctrine\ORM\PersistentCollection {#1565 …}
        +notifications: Doctrine\ORM\PersistentCollection {#1558 …}
        -id: 213824
        -bodyTs: "'choic':20 'disk':11 'honest':1 'mini':14 'one':7 'pc':15 'probabl':17 'spend':5 'two':9 'unless':2 'usb':10"
        +ranking: 0
        +commentCount: 0
        +upVotes: 0
        +downVotes: 0
        +visibility: "visible             "
        +apId: "https://discuss.tchncs.de/comment/5568633"
        +editedAt: null
        +createdAt: DateTimeImmutable @1702132140 {#1525
          date: 2023-12-09 15:29:00.0 +01:00
        }
        +"title": 213824
      }
      0 => App\Entity\EntryComment {#1621}
    ]
    -id: 21362
    -titleTs: "'cheap':12 'dozen':2 'media':9 'storag':7 'tb':5 'two':4"
    -bodyTs: "'10700t':155 '12':191 '2':73 '4k':75 '500ish':188 '630':158 'acquir':112 'ad':127 'also':110 'anoth':133 'applic':93 'aren':64 'basic':95,168 'budget':187 'build':57 'bullshit':10 'bunch':25,50,129 'cheap':78 'concurr':74 'contain':28 'could':89 'cpu':62,83 'current':12 'decent':86 'discret':79 'docker':27 'doesn':121 'drive':131 'enough':87 'experi':184 'fed':6 'file':106 'general':105 'goal':190 'got':152 'gpu':80 'handl':90 'hardwar':181 'high':66 'home':15 'host':167 'i7':154 'igpu':88,159 'iri':157 'jellyfin':40 'level':179 'light':33 'like':97 'linux':164 'littl':60,183 'll':42 'm':3,174 'mayb':72 'mini':114,145 'nas':140 'need':44,69 'neglig':96 'new':59,176 'option':134 'pc':115,146 'perhap':56 'pi4':22 'pihol':100 'plenti':118 'power':47,119 'pretti':175 'pure':139 'raid':186 'raspberri':21 'recent':111 'requir':63 'self':166 'serv':31 'server':16,61,108,149 'set':136 'storag':52,107,189 'stream':9,76 'tb':192 'thing':169 'torrent':101 'transcod':38,71 'usag':34 'use':102,143,163 'vaultwarden':98 've':161 'want':54 'way':125 'well':1,35 'year':171"
    +cross: false
    +upVotes: 0
    +downVotes: 0
    +ranking: 1702217634
    +visibility: "visible             "
    +apId: "https://thelemmy.club/post/5933021"
    +editedAt: DateTimeImmutable @1703573426 {#1404
      date: 2023-12-26 07:50:26.0 +01:00
    }
    +createdAt: DateTimeImmutable @1702131234 {#1403
      date: 2023-12-09 15:13:54.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1526 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#1728 …}
  +root: App\Entity\EntryComment {#1567}
  +body: """
    If this fits your budget (you still need the actuals disks…) it’s not a bad choice. Speed should be sufficient for HDDs, as it’s USB 3.\n
    \n
    As the other poster suggested, don’t use its hardware raid. Use it as a JBOD and configure the raid in Linux with ZFS or similar.\n
    \n
    And never forget: RAID is not a backup! You still need to do regular backups, at least for important data.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 4
  +score: 0
  +lastActive: DateTime @1702134405 {#1557
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@bdonvr@thelemmy.club"
    "@restlessyet@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1726 …}
  +nested: Doctrine\ORM\PersistentCollection {#1723 …}
  +votes: Doctrine\ORM\PersistentCollection {#1731 …}
  +reports: Doctrine\ORM\PersistentCollection {#1597 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1618 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1626 …}
  -id: 213935
  -bodyTs: "'3':28 'actual':10 'backup':62,69 'bad':16 'budget':5 'choic':17 'configur':46 'data':74 'disk':11 'fit':3 'forget':57 'hardwar':38 'hdds':23 'import':73 'jbod':44 'least':71 'linux':50 'need':8,65 'never':56 'poster':32 'raid':39,48,58 'regular':68 'similar':54 'speed':18 'still':7,64 'suffici':21 'suggest':33 'usb':27 'use':36,40 'zfs':52"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/5569329"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702134405 {#1555
    date: 2023-12-09 16:06:45.0 +01:00
  }
  +"title": 213935
}
"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_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
22 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +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 {#2136
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  +badges: Doctrine\ORM\PersistentCollection {#2059 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699635923 {#1430
        date: 2023-11-10 18:05:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 104720
      -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/4707552"
      +editedAt: DateTimeImmutable @1699618422 {#1429
        date: 2023-11-10 13:13:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699550227 {#1440
        date: 2023-11-09 18:17:07.0 +01:00
      }
      +"title": 104720
    }
  ]
  -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 {#2333
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2026
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
23 DENIED edit
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +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 {#2136
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  +badges: Doctrine\ORM\PersistentCollection {#2059 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699635923 {#1430
        date: 2023-11-10 18:05:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 104720
      -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/4707552"
      +editedAt: DateTimeImmutable @1699618422 {#1429
        date: 2023-11-10 13:13:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699550227 {#1440
        date: 2023-11-09 18:17:07.0 +01:00
      }
      +"title": 104720
    }
  ]
  -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 {#2333
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2026
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
24 DENIED moderate
Proxies\__CG__\App\Entity\Entry {#1583
  +user: Proxies\__CG__\App\Entity\User {#1733 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
  +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 {#2136
    date: 2023-11-09 21:27:11.0 +01:00
  }
  +ip: null
  +adaAmount: 0
  +tags: null
  +mentions: null
  +comments: Doctrine\ORM\PersistentCollection {#2069 …}
  +votes: Doctrine\ORM\PersistentCollection {#2066 …}
  +reports: Doctrine\ORM\PersistentCollection {#2067 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
  +badges: Doctrine\ORM\PersistentCollection {#2059 …}
  +children: [
    App\Entity\EntryComment {#1612
      +user: App\Entity\User {#261 …}
      +entry: Proxies\__CG__\App\Entity\Entry {#1583 …2}
      +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
      +image: null
      +parent: null
      +root: null
      +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
      +lang: "en"
      +isAdult: false
      +favouriteCount: 2
      +score: 0
      +lastActive: DateTime @1699635923 {#1430
        date: 2023-11-10 18:05:23.0 +01:00
      }
      +ip: null
      +tags: null
      +mentions: [
        "@ZeroCooler@sh.itjust.works"
      ]
      +children: Doctrine\ORM\PersistentCollection {#1575 …}
      +nested: Doctrine\ORM\PersistentCollection {#1572 …}
      +votes: Doctrine\ORM\PersistentCollection {#1581 …}
      +reports: Doctrine\ORM\PersistentCollection {#1579 …}
      +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
      +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
      -id: 104720
      -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
      +ranking: 0
      +commentCount: 0
      +upVotes: 0
      +downVotes: 0
      +visibility: "visible             "
      +apId: "https://discuss.tchncs.de/comment/4707552"
      +editedAt: DateTimeImmutable @1699618422 {#1429
        date: 2023-11-10 13:13:42.0 +01:00
      }
      +createdAt: DateTimeImmutable @1699550227 {#1440
        date: 2023-11-09 18:17:07.0 +01:00
      }
      +"title": 104720
    }
  ]
  -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 {#2333
    date: 2023-11-10 18:03:28.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699392153 {#2026
    date: 2023-11-07 22:22:33.0 +01:00
  }
  +__isInitialized__: true
   …2
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS DENIED
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
25 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
26 DENIED moderate
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +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 {#2136
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2069 …}
    +votes: Doctrine\ORM\PersistentCollection {#2066 …}
    +reports: Doctrine\ORM\PersistentCollection {#2067 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
    +badges: Doctrine\ORM\PersistentCollection {#2059 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -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 {#2333
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2026
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699635923 {#1430
    date: 2023-11-10 18:05:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 104720
  -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4707552"
  +editedAt: DateTimeImmutable @1699618422 {#1429
    date: 2023-11-10 13:13:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699550227 {#1440
    date: 2023-11-09 18:17:07.0 +01:00
  }
  +"title": 104720
}
"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
27 DENIED edit
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +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 {#2136
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2069 …}
    +votes: Doctrine\ORM\PersistentCollection {#2066 …}
    +reports: Doctrine\ORM\PersistentCollection {#2067 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
    +badges: Doctrine\ORM\PersistentCollection {#2059 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -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 {#2333
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2026
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699635923 {#1430
    date: 2023-11-10 18:05:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 104720
  -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4707552"
  +editedAt: DateTimeImmutable @1699618422 {#1429
    date: 2023-11-10 13:13:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699550227 {#1440
    date: 2023-11-09 18:17:07.0 +01:00
  }
  +"title": 104720
}
"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
28 DENIED moderate
App\Entity\EntryComment {#1612
  +user: App\Entity\User {#261 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#1583
    +user: Proxies\__CG__\App\Entity\User {#1733 …}
    +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
    +image: null
    +domain: Proxies\__CG__\App\Entity\Domain {#2098 …}
    +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 {#2136
      date: 2023-11-09 21:27:11.0 +01:00
    }
    +ip: null
    +adaAmount: 0
    +tags: null
    +mentions: null
    +comments: Doctrine\ORM\PersistentCollection {#2069 …}
    +votes: Doctrine\ORM\PersistentCollection {#2066 …}
    +reports: Doctrine\ORM\PersistentCollection {#2067 …}
    +favourites: Doctrine\ORM\PersistentCollection {#2049 …}
    +notifications: Doctrine\ORM\PersistentCollection {#2051 …}
    +badges: Doctrine\ORM\PersistentCollection {#2059 …}
    +children: [
      App\Entity\EntryComment {#1612}
    ]
    -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 {#2333
      date: 2023-11-10 18:03:28.0 +01:00
    }
    +createdAt: DateTimeImmutable @1699392153 {#2026
      date: 2023-11-07 22:22:33.0 +01:00
    }
    +__isInitialized__: true
     …2
  }
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1587 …}
  +image: null
  +parent: null
  +root: null
  +body: "From your description I would gues that the affected trackers have some rate or connection limits, and your qbittorrent announces are exceeding them. try setting a higher announce interval, like 1+ hours"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1699635923 {#1430
    date: 2023-11-10 18:05:23.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@ZeroCooler@sh.itjust.works"
  ]
  +children: Doctrine\ORM\PersistentCollection {#1575 …}
  +nested: Doctrine\ORM\PersistentCollection {#1572 …}
  +votes: Doctrine\ORM\PersistentCollection {#1581 …}
  +reports: Doctrine\ORM\PersistentCollection {#1579 …}
  +favourites: Doctrine\ORM\PersistentCollection {#1576 …}
  +notifications: Doctrine\ORM\PersistentCollection {#1652 …}
  -id: 104720
  -bodyTs: "'1':31 'affect':9 'announc':20,28 'connect':15 'descript':3 'exceed':22 'gue':6 'higher':27 'hour':32 'interv':29 'like':30 'limit':16 'qbittorr':19 'rate':13 'set':25 'tracker':10 'tri':24 'would':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://discuss.tchncs.de/comment/4707552"
  +editedAt: DateTimeImmutable @1699618422 {#1429
    date: 2023-11-10 13:13:42.0 +01:00
  }
  +createdAt: DateTimeImmutable @1699550227 {#1440
    date: 2023-11-09 18:17:07.0 +01:00
  }
  +"title": 104720
}
"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
29 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
30 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