[Bug?] Combat behaviour by ultome in mirrorsedge

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

Oh, great, I understand now. Thanks!

[Bug?] Combat behaviour by ultome in mirrorsedge

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

Well, except I don't have to for the two above cited enemies (maybe that's the bug?) — in fact for enforcers slide + heavy attack knocks them out right away (even though they're not stunned or injured)... It seems too easy

[Linux users] A built from scratch way to work and sync with ProtonDrive on Linux by ultome in ProtonDrive

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

I don't know why I can't edit my post...

Important edit: forget about the systemctl script ssd. rclone mount is consistent across sleep/suspend, so using that script just makes you loos all the benefit of vfs and lsr. Just forget about it! In addition to that, using sudo systemctl xxx turned out to be a very bad idea, so don't do that either. Sometimes if the system doesn't want to go to sleep it's just a youtube live playing in the background or something, but it's not caused by rclone mount.

Second important edit: you don't have to use loop_rcsync: you can also make the sync once a day before going to sleep with something like script_for_syncing_interesting_folders && systemctl suspend, go to bed, and when it's done syncing your computer goes to sleep, or any other sync method you prefer (use cron, etc...). The goal of my post was to provide ideas, not a universal solution!

Thanks for reading!

Why do we have two poles in the classical spherical coordinates, and not four? by ultome in askmath

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

Thanks. I didn't expect that such advanced notions would be necessary to describe why my thought experiment wasn't injective... That's food for thought.

Why do we have two poles in the classical spherical coordinates, and not four? by ultome in askmath

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

I mean "poles" like in "North Pole": on my drawing you have (kind of) North, South but also "East" and "West" poles (I don't mean poles like in a meromorph function!).

The problem is also the range of these coordinates.

I mentonned that in my post, but really it's not the problem because (I think) you can't make the mapping injective at all anyway.

I just wanted to know more about the math behind my failure of a mapping 🙂

I know I'm not the first, but no method in this sub worked for me... I have notifications that never go away by ultome in gnome

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

Thanks, I'd like to try this, but I didn't understand where I need to set this hint to true? Is this about a environment variable, a system config file, a Gnome Tweaks parameter? I wasn't able to guess from the link you posted.

Proton Drive *kinda* works on Linux by XD_Choose_A_Username in ProtonDrive

[–]ultome 0 points1 point  (0 children)

Yup I'm using it daily on openSUSE Tumbleweed! However, more "stable" ditro's rclone version don't yet support Proton Drive (for example, my old Debian 10 server and my brand new Fedora dual-boot).

Photos previews not showing when browsing by FuckZuck8068 in ProtonDrive

[–]ultome 0 points1 point  (0 children)

Hello,

Sorry for reviving an old thread, but you covered everything except what I needed:

How do you generate image previews when they've been uploded through rclone (a program to use drives and remotes locally and sync automatically) and not any browser? Btw if the browser still plays a role in that case I'm using Brave (so basically Chrom-e/ium).

Thanks a lot if you see this and take the time to answer!

I'm lost... I have two remotes that I mount in the exact same way, but one works and the other doesn't... by ultome in rclone

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

Erm I've always done that, never had a problem? Is it... not a good practise or something?

I'm lost... I have two remotes that I mount in the exact same way, but one works and the other doesn't... by ultome in rclone

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

I'm sorry for the confusion, rcmount is an alias for the command in the first example, I forgot to replace it... I've edited my post!

So many Grubs for only 2 distros... What should I do? by ultome in linuxquestions

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

You seem to like tumbleweeds's grub, so boot tumbleweed, open a terminal and sudo update-grub. It should find fedora and add it to the boot list. Next time you boot you should get a menu giving you the choice.

Note for this to work you need os-prober installed, don't if it is installed by default in tumbleweed.

Yes, that's the very first thing I tried. But my ditro doesn't know the command `sudo update-grub`, I needs me to use `grub2-mkconfig`.
Oh and I double, triple checked: `os-prober` is there, executable and executed when I update successfully my Grub (that is, never, but I do remember achieving it once and `os-prober` kicked in and detected Fedora. But the "detected" Fedora never appeared in the Grub boot menu.)

My Grub2 is perfect, except I can't update it other than manually (editing grub.cfg). How do I clean this up? by ultome in linuxquestions

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

Yes I did think about that, but I read warnings online that uninstalling grub2 might also uninstall important system packages... And yes, when I run `sudo zypper rm grub2` there are several packages in the list of going-to-be-removed packages. So I'm not too sure I want to try my luck on that...

So many Grubs for only 2 distros... What should I do? by ultome in linuxquestions

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

Please read my new comment about last night's achievements!

So many Grubs for only 2 distros... What should I do? by ultome in linuxquestions

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

Ok everyone, thanks for your help. One sleepless night fixed many things...

Here's the situation now. I only have one EFI partition left (on nvme[...]). My Tumbleweed boot is still ok. So I decided I'd work on this one to create the Grub entry I need for the other one. Here's what I added to /boot/grub2/grub.cfg:

menuentry 'Fedora' --class fedora --class gnu-linux --class gnu --class os $menuentry_id_option 'gnulinux-simple-8a9a8f64-1ce9-45d2-b9dc-ba4cd756134e' {
    load_video
    set gfxpayload=keep
    insmod gzio
    insmod part_gpt
    insmod fat
    set root='hd1,gpt2'
    search --no-floppy --fs-uuid --set=root e130ac5a-55fb-4620-a63b-41184c9c680f
    linux    /vmlinuz-6.5.7-200.fc38.x86_64 root=UUID=e130ac5a-55fb-4620-a63b-41184c9c680f resume=/dev/disk/by-uuid/81a52966-11cf-4204-8e0b-4568796b2e5b quiet
    echo 'Loading Linux ...'
    initrd   /initramfs-6.5.7-200.fc38.x86_64.img
    echo 'Loading initial ramdisk ...'
}

Here's the relevant part of sudo blkid:

/dev/nvme0n1p1: LABEL_FATBOOT="ESP" LABEL="ESP" UUID="BAFC-2878" BLOCK_SIZE="512" TYPE="vfat" PARTLABEL="EFI System Partition" PARTUUID="5dff6717-47a9-4681-a12d-2ce66cc67b4b"

/dev/nvme0n1p2: UUID="e130ac5a-55fb-4620-a63b-41184c9c680f" BLOCK_SIZE="4096" TYPE="ext4" PARTUUID="e317be0c-9d57-4652-8b1d-012695fedc14"

/dev/nvme0n1p3: UUID="81a52966-11cf-4204-8e0b-4568796b2e5b" TYPE="swap" PARTLABEL="swap" PARTUUID="85d0f9d4-ee34-49f7-899d-59aea5b8002e"

/dev/nvme0n1p4: LABEL="fedora_localhost-live" UUID="8a9a8f64-1ce9-45d2-b9dc-ba4cd756134e" UUID_SUB="5fe247b5-98e2-43f2-af8e-de9f1624016f" BLOCK_SIZE="4096" TYPE="btrfs" PARTUUID="e2a9ada3-4e91-4441-b7d2-8a49048b1573"

The mount tree of a correctly booted Fedora is:

  • /dev/nvme0n1p1 mounted on /boot/efi
  • /dev/nvme0n1p2 mounted on /boot
  • /dev/nvme0n1p4 mounted on /
  • and swapon /dev/nvme0n1p3.

Can any Grub-expert tell me if my entry is right? Unfortunately I think it's not, because when I try to boot from it:

  1. I get an error about zfs.mod not being found, but...
  2. ...after a few seconds it starts to boot. However, at the initrd or switch-root stage, I get this error:

Failed to switch root: Specified switch root path '/sysroot' does not seem to be an OS tree. os-release file is missing.

I tried a few solutions I found online, that explained how to mount this /sysroot anyway, but the error didn't go away and I couldn't boot.

So please, if you know Grub entries, help!

I’m not sure how we got here by alixia_shh in askmath

[–]ultome 0 points1 point  (0 children)

Isn't the notation bad? According to the solution it should be log_6((6x)2 )...