Re: [arch-general] Blank screen after an interval; maybe related to laptop power supply?

2019-10-27 Thread Dartme via arch-general
It looks like my exact problem is chronicled here: https://www.dell.com/community/Laptops-General-Read-Only/Black-Screen-When-Power-Plugged-In/td-p/4132614 I'm beginning to think it's an overheating issue? By the way, regarding the earlier comment, I believe it's a Radeon card, but I'll double ch

Re: [arch-general] Blank screen after an interval; maybe related to laptop power supply?

2019-10-27 Thread Dartme via arch-general
On Sat, Oct 26, 2019 at 10:00 PM Robin Broda via arch-general < arch-general@archlinux.org> wrote: > Can you try blindly typing a command, like `poweroff`, when this happens - > to see whether the device indeed powers off? > > This would confirm whether user input is still being taken or not, > wh

[arch-general] Silent boot with systemd and sd-encrypt initcpio hooks

2019-10-27 Thread Sefa Eyeoglu via arch-general
Hey there, I recently switched my mkinitcpio configs over to use systemd hooks instead of the default ones. Currently my hooks like like the following: HOOKS=(base systemd autodetect modconf block keyboard sd-vconsole sd-encrypt filesystems fsck) As you can see, I have an encrypted root par

Re: [arch-general] Resetting pacman-key Still Asks to Import.

2019-10-27 Thread Christian Hesse
Ralph Corderoy on Sun, 2019/10/27 11:14: > Hi, > > I have an Arch Linux laptop that hasn't been updated in a long time, > mainly because it started to lock-up after a few minutes uptime, > requiring a power cycle. I'm now trying to update all its packages in > the hope the lock-ups have gone, an

Re: [arch-general] Resetting pacman-key Still Asks to Import.

2019-10-27 Thread Lone_Wolf
On 27-10-2019 12:14, Ralph Corderoy wrote: Hi, I have an Arch Linux laptop that hasn't been updated in a long time, mainly because it started to lock-up after a few minutes uptime, requiring a power cycle. I'm now trying to update all its packages in the hope the lock-ups have gone, and if no

[arch-general] Resetting pacman-key Still Asks to Import.

2019-10-27 Thread Ralph Corderoy
Hi, I have an Arch Linux laptop that hasn't been updated in a long time, mainly because it started to lock-up after a few minutes uptime, requiring a power cycle. I'm now trying to update all its packages in the hope the lock-ups have gone, and if not to have a more modern base for diagnosis. A

Re: [arch-general] grep

2019-10-27 Thread siefke_lis...@web.de
On Mon, 14 Oct 2019 16:16:43 -0400 Aaron Laws via arch-general wrote: > for file in content/en/blog/*.md; do > basefile=$(basename "$file" .md) > if [[ ! -e content/de/blog/"$basefile" ]]; then > echo "German is missing $basefile"; > fi; > done; Is it possible this do with date? As Com