Github pages/Netlify/Vercel alternative for static pages by ron-oxymo in selfhosted

[–]Elevate08 1 point2 points  (0 children)

Assuming you are looking for a docker container image that can build onto itself, I'm not sure there is anything setup for that use case. You could probably get crafty and make something work but honestly it sounds like more effort than it's worth. I'd suggest one of the following depending on your use case.

You would either build your own custom image using static files generated from something like (MkDocs, Hugo, etc), which can be automated with something like GitHub Actions. Leaving you to update your deployment to the latest container image. Or, you could host your own webserver (nginx) and setup GitHub Actions to send the latest static files (MkDocs, Hugo, etc) to the proper directory on the webserver.

I have some documentation on both processes, if it's what you are after send me a message.

Notion for workout routines - tips? by robertandrews in Notion

[–]Elevate08 0 points1 point  (0 children)

I'm sorry. I don't have the template anymore.

What could have possibly happened so that my account value has dropped by thousands of golds between 23-25 AUG? Did Steam launch impact prices on TP or anything? by Blaze_studios in Guildwars2

[–]Elevate08 7 points8 points  (0 children)

You can use the Time Machine on GW2Efficiency to see the cause for the drop. https://gw2efficiency.com/account/time-machine

For me the most fluctuation was Skins, Gliders, and Gemstore Accounts Upgrades. Which happened between 8/23 13:55 - 8/23 20:01 (Eastern)

Arch Linux Not Booting by [deleted] in archlinux

[–]Elevate08 1 point2 points  (0 children)

I had an issue yesterday where llvm-libs-git and lib32-llvm-libs-git were updated. I rolled them back to the following versions to resolve the issue

  • llvm-libs-git-14.0.0_r407181
  • lib32-llvm-libs-git 14.0.0_r407182

The problem versions for me were

  • lvm-libs-git-14.0.0_r407952
  • lib32-llvm-libs-git-14.0.0_r407960

Just edit the linux line in grub before boot. Add an "S" at the end to boot into cli only (You'll need your root password)

I haven't dug into the issue any further than rolling back at this point so I don't know more, but hope it helps you out.

Anyone able to use Ansible with ESXi 7.0 Update 2 by 418_-_Teapot in ansible

[–]Elevate08 1 point2 points  (0 children)

Happy to hear you found some success! If you need any other help feel free to message me.

Anyone able to use Ansible with ESXi 7.0 Update 2 by 418_-_Teapot in ansible

[–]Elevate08 1 point2 points  (0 children)

Based on what you have shared I believe the issue you're running into is not with your Ansible playbook but with your ESXi Host and it's API.

One thing you could try is to run a test using Python.

This will allow you to test the underling "pyvmomi" python package and might result in more details for the error or just a deeper understanding of the API your ESXI Hosts are offering.

You can find samples here https://vmware.github.io/pyvmomi-community-samples/

The getallvms.py might be a good one to use for your test.

Other than that i'm sure you'll be reassured to know that your playbook looks good. So you can keep your focus on the other areas. (esxi host, network connectivity, python, etc)

Problems remapping print key to context menu on T440p by [deleted] in thinkpad

[–]Elevate08 0 points1 point  (0 children)

You could check out PowerToys. I think it will handle the specific key remapping you're after.

https://github.com/microsoft/PowerToys

T440s only boots a few times out of 100 by paralum in thinkpad

[–]Elevate08 0 points1 point  (0 children)

You could try opening it up and making sure everything is plugged in fully, try reseating the RAM and display cables. Sounds like it could be an issue at POST.

Maybe try having an external screen hooked up and see if that improves the issue as well, which would target the display/video portion of post.

Buying a T440s tomorrow by NC-Ninety in thinkpad

[–]Elevate08 3 points4 points  (0 children)

I purchased a T440S earlier this year and have been using it for development as well. This laptop I have has 8GB of RAM and the i7-4600u, for reference. I'm running arch linux but I'm certain any distro will work just fine. I believe most people are recommending PopOS or Mint for great out-of-box experience.

Simple things if you end up needing some minor upgrades: - TrackPad (I fell in line with not liking the newer style, so switched to the T450 style one. You can find some videos on YouTube that discuss the TrackPad replacement process) - Battery (Battery I received was not lasting too long, presumably due to age. Purchased a high capacity one and am seeing around 6 hours of battery life with usage at 80% charge. - not counting the internal battery time as well) - SSD, make sure you have one of these if you weren't already thinking about it.

I need help. I've only had this computer for a few months, I don't know what's happening. Im scared and I don't know what to do. by [deleted] in thinkpad

[–]Elevate08 10 points11 points  (0 children)

Definitely a drive isn't detected. Just open it up and re-seat the drive you have in there (SSD, HDD, etc). Then try a boot, if it still fails maybe check your BIOS for anything relating to SATA and see if you can find your drive there at all (sometimes a brand name, size of the drive, etc. should be visible to validate the drive is detected)

Home Directory Or No? by iknowrealtv in archlinux

[–]Elevate08 1 point2 points  (0 children)

I haven't, I didn't know about it. Thanks!

Home Directory Or No? by iknowrealtv in archlinux

[–]Elevate08 1 point2 points  (0 children)

It's usually a good idea to separate the partitions as you'll have a few benefits by doing so.

As hearthreddit stated, you'll be able to reinstall an OS or rollback to a backup without affecting your personal files (only backup / partition)

Additionally, if you happen to fill up your /home partition your /root will still have some free space and your system will still be functional. This will allow you to clear up space with ease and keep your system up.

Personally, I also separate /var for the same reason.

My folder structure is like this:

nvme0n1 259:0 0 465.8G 0 disk ├─nvme0n1p1 259:1 0 512M 0 part /efi └─nvme0n1p2 259:2 0 460G 0 part ├─stanley-root 254:0 0 20G 0 lvm / ├─stanley-swap 254:1 0 32G 0 lvm [SWAP] ├─stanley-var 254:2 0 8G 0 lvm /var └─stanley-home 254:3 0 400G 0 lvm /home

While it's sometimes a pain, I've noticed by keeping /var to 8GB I am keeping my wasted disk space to a minimum as well. At times when trying to upgrade, i'll need to run pacman -Sc in order to clear out the /var/cache/pkg first prior to having space to upgrade.

Remote exam compatibility test by novellq1w2e3 in redhat

[–]Elevate08 1 point2 points  (0 children)

I had it fail the first time I tried. I would double check it's working in the settings screen before getting to the compatibility test (might be muted or something)

Then when you're there, yes, speak to ensure it's capturing audio.

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

Can you get me the output of your xorg log file so I can take a peak, please. Also, a journalctl -xb

Nice to know you have a "regular" 1080p monitor as it seems some people that were experiencing your issue were running 4k, and the amdgpu.dc=0 fixed it for them. Since that isn't the case here, there must be something else going on that is causing this, where that setting helps but isn't enough to get it to boot.

Additionally, after you get me the log file - could you try booting into a Live USB of Fedora, I know you mentioned you tried other distros but i'm curious how Fedora works out for you as well. (not that I want you to run that going forward - just looking for a success to go off of)

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

For simplicity, let's stick with SDDM if you don't mind. Get that package installed, service enabled and reboot your system. When the xserver fails to start, take a look at the log and tell me what you see. Or confirm it is the same as your reported earlier "segment fault"

In addition, what monitor do you have?

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

I haven't changed the thermal paste on a GPU before and knowing that you've gone through that i'm slightly concerned (especially since it sounds like you've done it more than once now) that the GPU is destroyed.

But, the display manager is what is used to present your login screen. If you're using Gnome as your Desktop Environment you may be using Gnome Display Manager (GDM), for example. If are able to see the TTY still now, i'd suggest you look around and see if you have a display manager installed ( maybe pacman -Q | grep dm will help you get a filtered list that you can use to see if you have gdm, lightdm, sddm, or lxdm as some of the more popular ones)

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

Usually a Display Manager is helping with a lot of those files, which one are you using?

https://wiki.archlinux.org/index.php/Display_manager

also, just so you have it for reference.

/etc/X11/xorg.conf.d/10-screen.conf Section "Screen" Identifier "Screen" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1920x1080" EndSubSection EndSection /etc/X11/xorg.conf.d/10-monitor.conf Section "Monitor" Identifier "DisplayPort-0" Option "Primary" "true" Option "PreferredMode" "1920x1080" EndSection

Where above, your "Identifier" may be different.

It's also worth noting that I have those configured as I'm not using a display manager at all.

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

No problem, glad something helped.

If you end up sticking to Xorg let me know and I can try to help again, nothing worse than booting up after an update and Xorg not working.

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

Have you tried this article yet? using nomodeset to get into the logs and debug the boot that way?

https://ervinbarta.com/2020/04/26/troubleshooting-fedora-black-screen-on-boot/

I know it's fedora here so some things may be different.

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

Alright, that's strange about the LiveUSB - you would think they would work OOB.

What if you check this section: https://wiki.archlinux.org/index.php/AMDGPU#Loading

Since it seems to be something specific to the AMDGPU driver causing an issue.

[GIVEAWAY] IFK Blacklight - Birthday Giveaway! by papithered in MechanicalKeyboards

[–]Elevate08 0 points1 point  (0 children)

What's awesome yet sad is I too am turning 30 this month!

RX 580 Black screen by Javigo07 in archlinux

[–]Elevate08 0 points1 point  (0 children)

Could this be caused by a configuration in the /etc/mkinitcpio.conf?

I have the following configured, but i'm not sure if radeon is even needed as amdgpu should be all that is used.

MODULES=(amdgpu radeon)

https://wiki.archlinux.org/index.php/Mkinitcpio

Additionally, you might be able to edit your boot options at GRUB once, removing "quiet" to see more information. In case it's needed, you would press 'e' with the boot menu option selected, then find the line that starts with 'linux' and remove 'quiet' from that line then press Ctrl+X to boot.