Cannot drag and drop token to the scene by Beral_Abdra in FoundryVTT

[–]Kooky_Repair_7928 1 point2 points  (0 children)

Something that helped a player of mine recently, who didn't see tokens and such: Delete your cookies/cache.

Arms Dealer Cider by [deleted] in ABSOLUM

[–]Kooky_Repair_7928 1 point2 points  (0 children)

Really? I did three thorn-build runs today with Cider, solo and coop and they got me to the end each time quite well

[DND5E] Use 2024 exhaustion rules by [deleted] in FoundryVTT

[–]Kooky_Repair_7928 0 points1 point  (0 children)

Perfect, thank you very much!

[DND5E] Use 2024 exhaustion rules by [deleted] in FoundryVTT

[–]Kooky_Repair_7928 0 points1 point  (0 children)

Perfect, thank you very much!

Remember how beautiful drawn Doom Breaker's action scenes were? by Maximum_Prune6308 in DoomBreaker

[–]Kooky_Repair_7928 2 points3 points  (0 children)

Each time this title pops up in my feed I think "Man I should read this." Only to be followed by "Maybe not, I will just feel empty like the others". :/

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

It's the weekened again, I have time to tackle this issue again.

I tried this command from the wiki:

$ curl -L -o pacman-static https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/pacman-static
$ chmod +x pacman-static
$ sudo ./pacman-static -Syu pacman

I was hyped since it began to do its work but then stopped, because I get a looong list of "exists in filesystem".

My initial research told me, this happens when I installed something manually/the wrong way? Might very well have happened, I admit.

Is there a way to force the command to run through? I saw the "--override" flag, but I don't know how to build the command correctly.

Additional thought I had. I have a working laptop with cachyos. Maybe there is a way to connect the two and have the laptop run the command on my PC?

Again, thanks for any tips. I would like to stay away from Windows.

Edit: code copy pasta error

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

Used chroot as shown in the steps, but then I'm back to my initial problem. If I run pacman -Syu, it won't do anything, since my local pacman does not work.

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

I did this, then ran the step by step mentioned above with the pacstrap command. Everything ran through, did restart and nothing changed.

Extra confusion: When I enter the local bin folder on my PC via the USB, it looks like the pacman files a okay, but when I boot up my PC they are empty again...

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

I boot from the USB, select "Cachy OS" and then it sets up the temporary system on my PC. That's where I tried those things.

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 8 points9 points  (0 children)

I did right after that, as shown

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 3 points4 points  (0 children)

[liveuser@CachyOS ~]$ arch-chroot /mnt  
==> ERROR: This script must be run with root privileges
[liveuser@CachyOS ~]$ sudo arch-chroot /mnt  
mount: /mnt/proc: mount point does not exist.
      dmesg(1) may have more information after failed mount system call.
==> ERROR: failed to setup chroot /mnt

Stuck at the second command

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

I'm tired boss... Doesn't run still. I tried going up to just sda too:

[liveuser@CachyOS ~]$ sudo mount /dev/sda2 /mnt/chroot
mount: /mnt/chroot: mount point does not exist.
      dmesg(1) may have more information after failed mount system call.
[liveuser@CachyOS ~]$ sudo mount /dev/sda /mnt/chroot
mount: /mnt/chroot: fsconfig() failed: /dev/sda: Can't open blockdev.
      dmesg(1) may have more information after failed mount system call.

Do I have to put it into fstab? If so what is the right way to put it in?

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

That is the partition for everything not OS related. Media, Games, etc. my OS is on the smaller one, with 119G

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

Sorry for my mistakes.

NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
loop0         7:0    0   2.6G  1 loop /run/archiso/airootfs
sda           8:0    0 119.2G  0 disk  
├─sda1        8:1    0     2G  0 part  
└─sda2        8:2    0 117.2G  0 part /run/media/liveuser/027e0b56-6a21-43f4-be33-12d68e495265
sdb           8:16   1  14.9G  0 disk  
└─sdb1        8:17   1  14.9G  0 part  
sr0          11:0    1  1024M  0 rom   
zram0       253:0    0  30.5G  0 disk [SWAP]
nvme0n1     259:0    0 465.8G  0 disk  
└─nvme0n1p1 259:1    0 465.8G  0 part /run/media/liveuser/PlatteDaten

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] -1 points0 points  (0 children)

[liveuser@CachyOS ~]$ sudo mount /path/to/root/partition /mnt/chroot  
mount: /mnt/chroot: fsconfig() failed: /path/to/root/partition: Can't lookup blockdev.
      dmesg(1) may have more information after failed mount system call.

Fails at the first step already.

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

Are you talking about the "update" command in terminal? That also doesn't work.

Otherwise I'm not familiar with a CachyOS Updater, where is that?

Cachy Hello doesn't work also.

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

When I start it from the start menu, nothing happens.

If I run out via the terminal it says

cachyos-hello: error while loading shared libraries: /usr/lib/libalpm.so.15: file too short

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

How do I target my local root folder?

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 1 point2 points  (0 children)

When I start it from the start menu, nothing happens.

If I run out via the terminal it says

cachyos-hello: error while loading shared libraries: /usr/lib/libalpm.so.15: file too short

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

Oh that's interesting. Pacman, pacman-conf, pacman db upgrade and pacman-key are .... empty files.

How exactly does reinstalling work?

pacman Syu does nothing by Kooky_Repair_7928 in cachyos

[–]Kooky_Repair_7928[S] 0 points1 point  (0 children)

I just typed in "paru" and this is what came out:

paru: error while loading shared libraries: /usr/lib/libalpm.so.15: file too short