| 1 |
DENIED
|
ROLE_USER
|
null |
|
Show voter details
|
| 2 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You don’t need to be defensive about this. I’m just sharing my experience, I’m not trying to insult Debian or it’s maintainers. And yes I believe anything can happen considering the crazy bugs I have seen get shipped. Windows wiping One Drive files, multiple Steam bugs on Linux that can wipe your system, etc. Or it may be my choices during install, but it is still unusual compared to all of my Ubuntu installs.\n
\n
Anyway, I took another shot at it and it still happened. I downloaded the 12.4.0 net install that is on the front page of debian.org. Installed two different times in Virtualbox, once using the graphical and once using the CLI install, using two different mirrors. I unchecked Gnome and ticked LXDE during installation (as I did before), because that is the DE I wanted. I would hope that would not change bashrc settings. Tried sudoing and got the exact same error. \n
\n
Here’s the generated .bashrc which I **have not touched**.\n
\n
.bashrc`# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don’t do anything case $- in *i*) ;; *) return;; esac # don’t put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth # append to the history file, don’t overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # If set, the pattern “**” used in a pathname expansion context will # match all files and zero or more directories and subdirectories. #shopt -s globstar # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval “$(SHELL=/bin/sh lesspipe)” # set variable identifying the chroot you work in (used in the prompt below) if [ -z “${debian_chroot:-}” ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we “want” color) case “$TERM” in xterm-color|*-256color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt #force_color_prompt=yes if [ -n “$force_color_prompt” ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then \t# We have color support; assume it’s compliant with Ecma-48 \t# (ISO/IEC-6429). (Lack of such support is extremely rare, and such \t# a case would tend to support setf rather than setaf.) \tcolor_prompt=yes else \tcolor_prompt= fi fi if [ “$color_prompt” = yes ]; then PS1=‘${debian_chroot:+($debian_chroot)}[
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706481274 {#1769
date: 2024-01-28 23:34:34.0 +01:00
}
+ip: null
+tags: [
0 => "shopt"
1 => "force_color_prompt"
2 => "alias"
7 => "export"
]
+mentions: [
"@haui_lemmy@lemmy.giftedmc.com"
"@IronKrill@lemmy.ca"
"@superbirra@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348148
-bodyTs: "'-256':362 '-48':433 '/.bashrc':174 '/bin/sh':316 '/dev/null':421 '/dhfnlgc.png)':162 '/etc/debian_chroot':336,341 '/usr/bin/lesspipe':313 '/usr/bin/tput':417 '/usr/share/doc/bash/examples/startup-files':185 '1':178,222,250,311,420 '1000':252 '12.4.0':93 '2000':254 'anoth':82 'anyth':31,201 'anyway':79 'append':228 'assum':427 'bash':177,190,221,249 'bash-doc':189 'bashrc':150,167,173 'believ':30 'bug':37,50 'capabl':378 'case':202,356,445 'cat':340 'chang':149 'check':255 'checkwins':274 'choic':64 'chroot':322,334,339,469,471 'cli':118 'color':349,355,361,363,364,371,406,412,425,454,458,463 'column':271 'command':261,400 'compar':72 'compliant':430 'consid':34 'context':284 'crazi':36 'de':140 'debian':22,333,338,468,470 'debian.org':103 'default':382 'defens':7 'differ':106,122 'directori':293 'distract':385 'doc':191 'download':91 'drive':46 'duplic':210 'ecma':432 'els':457 'error':159 'esac':206,367 'etc':58 'eval':314 'exact':157 'exampl':193 'execut':175 'expans':283 'experi':15 'extrem':440 'fanci':345 'fi':342,460,461 'file':47,232,288,308 'focus':389 'forc':405,411 'friend':302 'front':100 'generat':166 'get':41 'globstar':298 'gnome':126 'got':155 'graphic':113 'happen':33,89 'histappend':239 'histcontrol':226 'histfiles':247,253 'histori':219,231,242 'histsiz':245,251 'hope':145 'i.imgur.com':161 'i.imgur.com/dhfnlgc.png)':160 'identifi':320 'ignoreboth':227 'input':307 'instal':66,78,95,104,119,131 'insult':21 'interact':197 'iso/iec-6429':434 'know':352 'lack':435 'length':243 'less':300 'lesspip':310,317 'line':211,213,269 'linux':52 'login':182 'lxde':129 'm':11,17 'maintain':26 'make':299 'match':286 'may':61 'mirror':123 'multipl':48 'n':410 'necessari':264 'need':4 'net':94 'non':181,305,348 'non-color':347 'non-login':180 'non-text':304 'one':45 'option':225 'output':398 'overwrit':235 'packag':188 'page':101 'pathnam':282 'pattern':278 'prompt':329,346,365,372,404,407,413,455,459,464 'ps1':467 'put':209 'r':335 'rare':441 'rather':451 'return':205 'run':196 'see':184,220,244,309 'seen':40 'set':151,241,276,318,343 'setaf':419,453 'setf':450 'share':13 'shell':183,315 'ship':42 'shopt':237,272,296 'shot':83 'size':258 'space':216 'start':214 'steam':49 'still':70,88 'subdirectori':295 'sudo':153 'support':426,438,449 'system':57 'tend':447 'term':357 'termin':375,392 'text':306 'tick':128 'time':107 'took':81 'touch':172 'tput':418 'tri':19,152 'turn':379 'two':105,121 'ubuntu':77 'uncheck':125 'uncom':368 'unless':350 'unusu':71 'updat':265 'use':111,116,120,279,326 'user':387 'valu':267 'variabl':319 'virtualbox':109 'want':142,354 'window':43,257,393 'wipe':44,55 'work':324 'would':144,147,446 'x':312,416 'xterm':360 'xterm-color':359 'yes':28,366,408,456,465 'z':332 'zero':290"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6819290"
+editedAt: null
+createdAt: DateTimeImmutable @1706481274 {#1945
date: 2024-01-28 23:34:34.0 +01:00
}
} |
|
Show voter details
|
| 3 |
DENIED
|
edit
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You don’t need to be defensive about this. I’m just sharing my experience, I’m not trying to insult Debian or it’s maintainers. And yes I believe anything can happen considering the crazy bugs I have seen get shipped. Windows wiping One Drive files, multiple Steam bugs on Linux that can wipe your system, etc. Or it may be my choices during install, but it is still unusual compared to all of my Ubuntu installs.\n
\n
Anyway, I took another shot at it and it still happened. I downloaded the 12.4.0 net install that is on the front page of debian.org. Installed two different times in Virtualbox, once using the graphical and once using the CLI install, using two different mirrors. I unchecked Gnome and ticked LXDE during installation (as I did before), because that is the DE I wanted. I would hope that would not change bashrc settings. Tried sudoing and got the exact same error. \n
\n
Here’s the generated .bashrc which I **have not touched**.\n
\n
.bashrc`# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don’t do anything case $- in *i*) ;; *) return;; esac # don’t put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth # append to the history file, don’t overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # If set, the pattern “**” used in a pathname expansion context will # match all files and zero or more directories and subdirectories. #shopt -s globstar # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval “$(SHELL=/bin/sh lesspipe)” # set variable identifying the chroot you work in (used in the prompt below) if [ -z “${debian_chroot:-}” ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we “want” color) case “$TERM” in xterm-color|*-256color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt #force_color_prompt=yes if [ -n “$force_color_prompt” ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then \t# We have color support; assume it’s compliant with Ecma-48 \t# (ISO/IEC-6429). (Lack of such support is extremely rare, and such \t# a case would tend to support setf rather than setaf.) \tcolor_prompt=yes else \tcolor_prompt= fi fi if [ “$color_prompt” = yes ]; then PS1=‘${debian_chroot:+($debian_chroot)}[
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706481274 {#1769
date: 2024-01-28 23:34:34.0 +01:00
}
+ip: null
+tags: [
0 => "shopt"
1 => "force_color_prompt"
2 => "alias"
7 => "export"
]
+mentions: [
"@haui_lemmy@lemmy.giftedmc.com"
"@IronKrill@lemmy.ca"
"@superbirra@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348148
-bodyTs: "'-256':362 '-48':433 '/.bashrc':174 '/bin/sh':316 '/dev/null':421 '/dhfnlgc.png)':162 '/etc/debian_chroot':336,341 '/usr/bin/lesspipe':313 '/usr/bin/tput':417 '/usr/share/doc/bash/examples/startup-files':185 '1':178,222,250,311,420 '1000':252 '12.4.0':93 '2000':254 'anoth':82 'anyth':31,201 'anyway':79 'append':228 'assum':427 'bash':177,190,221,249 'bash-doc':189 'bashrc':150,167,173 'believ':30 'bug':37,50 'capabl':378 'case':202,356,445 'cat':340 'chang':149 'check':255 'checkwins':274 'choic':64 'chroot':322,334,339,469,471 'cli':118 'color':349,355,361,363,364,371,406,412,425,454,458,463 'column':271 'command':261,400 'compar':72 'compliant':430 'consid':34 'context':284 'crazi':36 'de':140 'debian':22,333,338,468,470 'debian.org':103 'default':382 'defens':7 'differ':106,122 'directori':293 'distract':385 'doc':191 'download':91 'drive':46 'duplic':210 'ecma':432 'els':457 'error':159 'esac':206,367 'etc':58 'eval':314 'exact':157 'exampl':193 'execut':175 'expans':283 'experi':15 'extrem':440 'fanci':345 'fi':342,460,461 'file':47,232,288,308 'focus':389 'forc':405,411 'friend':302 'front':100 'generat':166 'get':41 'globstar':298 'gnome':126 'got':155 'graphic':113 'happen':33,89 'histappend':239 'histcontrol':226 'histfiles':247,253 'histori':219,231,242 'histsiz':245,251 'hope':145 'i.imgur.com':161 'i.imgur.com/dhfnlgc.png)':160 'identifi':320 'ignoreboth':227 'input':307 'instal':66,78,95,104,119,131 'insult':21 'interact':197 'iso/iec-6429':434 'know':352 'lack':435 'length':243 'less':300 'lesspip':310,317 'line':211,213,269 'linux':52 'login':182 'lxde':129 'm':11,17 'maintain':26 'make':299 'match':286 'may':61 'mirror':123 'multipl':48 'n':410 'necessari':264 'need':4 'net':94 'non':181,305,348 'non-color':347 'non-login':180 'non-text':304 'one':45 'option':225 'output':398 'overwrit':235 'packag':188 'page':101 'pathnam':282 'pattern':278 'prompt':329,346,365,372,404,407,413,455,459,464 'ps1':467 'put':209 'r':335 'rare':441 'rather':451 'return':205 'run':196 'see':184,220,244,309 'seen':40 'set':151,241,276,318,343 'setaf':419,453 'setf':450 'share':13 'shell':183,315 'ship':42 'shopt':237,272,296 'shot':83 'size':258 'space':216 'start':214 'steam':49 'still':70,88 'subdirectori':295 'sudo':153 'support':426,438,449 'system':57 'tend':447 'term':357 'termin':375,392 'text':306 'tick':128 'time':107 'took':81 'touch':172 'tput':418 'tri':19,152 'turn':379 'two':105,121 'ubuntu':77 'uncheck':125 'uncom':368 'unless':350 'unusu':71 'updat':265 'use':111,116,120,279,326 'user':387 'valu':267 'variabl':319 'virtualbox':109 'want':142,354 'window':43,257,393 'wipe':44,55 'work':324 'would':144,147,446 'x':312,416 'xterm':360 'xterm-color':359 'yes':28,366,408,456,465 'z':332 'zero':290"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6819290"
+editedAt: null
+createdAt: DateTimeImmutable @1706481274 {#1945
date: 2024-01-28 23:34:34.0 +01:00
}
} |
|
Show voter details
|
| 4 |
DENIED
|
moderate
|
App\Entity\EntryComment {#1366
+user: Proxies\__CG__\App\Entity\User {#1378 …}
+entry: App\Entity\Entry {#1856 …}
+magazine: App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
}
+image: null
+parent: Proxies\__CG__\App\Entity\EntryComment {#2356 …}
+root: Proxies\__CG__\App\Entity\EntryComment {#2476 …}
+body: """
You don’t need to be defensive about this. I’m just sharing my experience, I’m not trying to insult Debian or it’s maintainers. And yes I believe anything can happen considering the crazy bugs I have seen get shipped. Windows wiping One Drive files, multiple Steam bugs on Linux that can wipe your system, etc. Or it may be my choices during install, but it is still unusual compared to all of my Ubuntu installs.\n
\n
Anyway, I took another shot at it and it still happened. I downloaded the 12.4.0 net install that is on the front page of debian.org. Installed two different times in Virtualbox, once using the graphical and once using the CLI install, using two different mirrors. I unchecked Gnome and ticked LXDE during installation (as I did before), because that is the DE I wanted. I would hope that would not change bashrc settings. Tried sudoing and got the exact same error. \n
\n
Here’s the generated .bashrc which I **have not touched**.\n
\n
.bashrc`# ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) # for examples # If not running interactively, don’t do anything case $- in *i*) ;; *) return;; esac # don’t put duplicate lines or lines starting with space in the history. # See bash(1) for more options HISTCONTROL=ignoreboth # append to the history file, don’t overwrite it shopt -s histappend # for setting history length see HISTSIZE and HISTFILESIZE in bash(1) HISTSIZE=1000 HISTFILESIZE=2000 # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # If set, the pattern “**” used in a pathname expansion context will # match all files and zero or more directories and subdirectories. #shopt -s globstar # make less more friendly for non-text input files, see lesspipe(1) #[ -x /usr/bin/lesspipe ] && eval “$(SHELL=/bin/sh lesspipe)” # set variable identifying the chroot you work in (used in the prompt below) if [ -z “${debian_chroot:-}” ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(cat /etc/debian_chroot) fi # set a fancy prompt (non-color, unless we know we “want” color) case “$TERM” in xterm-color|*-256color) color_prompt=yes;; esac # uncomment for a colored prompt, if the terminal has the capability; turned # off by default to not distract the user: the focus in a terminal window # should be on the output of commands, not on the prompt #force_color_prompt=yes if [ -n “$force_color_prompt” ]; then if [ -x /usr/bin/tput ] && tput setaf 1 >&/dev/null; then \t# We have color support; assume it’s compliant with Ecma-48 \t# (ISO/IEC-6429). (Lack of such support is extremely rare, and such \t# a case would tend to support setf rather than setaf.) \tcolor_prompt=yes else \tcolor_prompt= fi fi if [ “$color_prompt” = yes ]; then PS1=‘${debian_chroot:+($debian_chroot)}[
"""
+lang: "en"
+isAdult: false
+favouriteCount: 0
+score: 0
+lastActive: DateTime @1706481274 {#1769
date: 2024-01-28 23:34:34.0 +01:00
}
+ip: null
+tags: [
0 => "shopt"
1 => "force_color_prompt"
2 => "alias"
7 => "export"
]
+mentions: [
"@haui_lemmy@lemmy.giftedmc.com"
"@IronKrill@lemmy.ca"
"@superbirra@lemmy.world"
]
+children: Doctrine\ORM\PersistentCollection {#2355 …}
+nested: Doctrine\ORM\PersistentCollection {#2167 …}
+votes: Doctrine\ORM\PersistentCollection {#2424 …}
+reports: Doctrine\ORM\PersistentCollection {#2440 …}
+favourites: Doctrine\ORM\PersistentCollection {#2490 …}
+notifications: Doctrine\ORM\PersistentCollection {#2409 …}
-id: 348148
-bodyTs: "'-256':362 '-48':433 '/.bashrc':174 '/bin/sh':316 '/dev/null':421 '/dhfnlgc.png)':162 '/etc/debian_chroot':336,341 '/usr/bin/lesspipe':313 '/usr/bin/tput':417 '/usr/share/doc/bash/examples/startup-files':185 '1':178,222,250,311,420 '1000':252 '12.4.0':93 '2000':254 'anoth':82 'anyth':31,201 'anyway':79 'append':228 'assum':427 'bash':177,190,221,249 'bash-doc':189 'bashrc':150,167,173 'believ':30 'bug':37,50 'capabl':378 'case':202,356,445 'cat':340 'chang':149 'check':255 'checkwins':274 'choic':64 'chroot':322,334,339,469,471 'cli':118 'color':349,355,361,363,364,371,406,412,425,454,458,463 'column':271 'command':261,400 'compar':72 'compliant':430 'consid':34 'context':284 'crazi':36 'de':140 'debian':22,333,338,468,470 'debian.org':103 'default':382 'defens':7 'differ':106,122 'directori':293 'distract':385 'doc':191 'download':91 'drive':46 'duplic':210 'ecma':432 'els':457 'error':159 'esac':206,367 'etc':58 'eval':314 'exact':157 'exampl':193 'execut':175 'expans':283 'experi':15 'extrem':440 'fanci':345 'fi':342,460,461 'file':47,232,288,308 'focus':389 'forc':405,411 'friend':302 'front':100 'generat':166 'get':41 'globstar':298 'gnome':126 'got':155 'graphic':113 'happen':33,89 'histappend':239 'histcontrol':226 'histfiles':247,253 'histori':219,231,242 'histsiz':245,251 'hope':145 'i.imgur.com':161 'i.imgur.com/dhfnlgc.png)':160 'identifi':320 'ignoreboth':227 'input':307 'instal':66,78,95,104,119,131 'insult':21 'interact':197 'iso/iec-6429':434 'know':352 'lack':435 'length':243 'less':300 'lesspip':310,317 'line':211,213,269 'linux':52 'login':182 'lxde':129 'm':11,17 'maintain':26 'make':299 'match':286 'may':61 'mirror':123 'multipl':48 'n':410 'necessari':264 'need':4 'net':94 'non':181,305,348 'non-color':347 'non-login':180 'non-text':304 'one':45 'option':225 'output':398 'overwrit':235 'packag':188 'page':101 'pathnam':282 'pattern':278 'prompt':329,346,365,372,404,407,413,455,459,464 'ps1':467 'put':209 'r':335 'rare':441 'rather':451 'return':205 'run':196 'see':184,220,244,309 'seen':40 'set':151,241,276,318,343 'setaf':419,453 'setf':450 'share':13 'shell':183,315 'ship':42 'shopt':237,272,296 'shot':83 'size':258 'space':216 'start':214 'steam':49 'still':70,88 'subdirectori':295 'sudo':153 'support':426,438,449 'system':57 'tend':447 'term':357 'termin':375,392 'text':306 'tick':128 'time':107 'took':81 'touch':172 'tput':418 'tri':19,152 'turn':379 'two':105,121 'ubuntu':77 'uncheck':125 'uncom':368 'unless':350 'unusu':71 'updat':265 'use':111,116,120,279,326 'user':387 'valu':267 'variabl':319 'virtualbox':109 'want':142,354 'window':43,257,393 'wipe':44,55 'work':324 'would':144,147,446 'x':312,416 'xterm':360 'xterm-color':359 'yes':28,366,408,456,465 'z':332 'zero':290"
+ranking: 0
+commentCount: 0
+upVotes: 0
+downVotes: 0
+visibility: "visible "
+apId: "https://lemmy.ca/comment/6819290"
+editedAt: null
+createdAt: DateTimeImmutable @1706481274 {#1945
date: 2024-01-28 23:34:34.0 +01:00
}
} |
|
Show voter details
|
| 5 |
DENIED
|
edit
|
App\Entity\Magazine {#312
+icon: Proxies\__CG__\App\Entity\Image {#293 …}
+name: "linux@lemmy.ml"
+title: "linux"
+description: """
From Wikipedia, the free encyclopedia\n
\n
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).\n
\n
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word “Linux” in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.\n
\n
### Rules\n
\n
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.\n
- No misinformation\n
- No NSFW content\n
- No hate speech, bigotry, etc\n
\n
### Related Communities\n
\n
- [!opensource@lemmy.ml](https://lemmy.ml/c/opensource)\n
- [!libre_culture@lemmy.ml](https://lemmy.ml/c/libre_culture)\n
- [!technology@lemmy.ml](https://lemmy.ml/c/technology)\n
- [!libre_hardware@lemmy.ml](https://lemmy.ml/c/libre_hardware)\n
\n
Community icon by [Alpár-Etele Méder](https://www.iconfinder.com/pocike), licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
"""
+rules: null
+subscriptionsCount: 1
+entryCount: 1406
+entryCommentCount: 28632
+postCount: 6
+postCommentCount: 214
+isAdult: false
+customCss: null
+lastActive: DateTime @1729583542 {#320
date: 2024-10-22 09:52:22.0 +02:00
}
+markedForDeletionAt: null
+tags: null
+moderators: Doctrine\ORM\PersistentCollection {#284 …}
+ownershipRequests: Doctrine\ORM\PersistentCollection {#280 …}
+moderatorRequests: Doctrine\ORM\PersistentCollection {#269 …}
+entries: Doctrine\ORM\PersistentCollection {#227 …}
+posts: Doctrine\ORM\PersistentCollection {#185 …}
+subscriptions: Doctrine\ORM\PersistentCollection {#247 …}
+bans: Doctrine\ORM\PersistentCollection {#164 …}
+reports: Doctrine\ORM\PersistentCollection {#150 …}
+badges: Doctrine\ORM\PersistentCollection {#128 …}
+logs: Doctrine\ORM\PersistentCollection {#118 …}
+awards: Doctrine\ORM\PersistentCollection {#107 …}
+categories: Doctrine\ORM\PersistentCollection {#94 …}
-id: 73
+apId: "linux@lemmy.ml"
+apProfileId: "https://lemmy.ml/c/linux"
+apPublicUrl: "https://lemmy.ml/c/linux"
+apFollowersUrl: "https://lemmy.ml/c/linux/followers"
+apInboxUrl: "https://lemmy.ml/inbox"
+apDomain: "lemmy.ml"
+apPreferredUsername: "linux"
+apDiscoverable: true
+apManuallyApprovesFollowers: null
+privateKey: null
+publicKey: null
+apFetchedAt: DateTime @1729583596 {#321
date: 2024-10-22 09:53:16.0 +02:00
}
+apDeletedAt: null
+apTimeoutAt: null
+visibility: "visible "
+createdAt: DateTimeImmutable @1698929468 {#315
date: 2023-11-02 13:51:08.0 +01:00
}
} |
|
Show voter details
|