Maximilian Luz

Results 739 comments of Maximilian Luz

Sorry guys, I have no idea what's going wrong. Are all packages affected? I've tried to verify this in a container and the following fail for me: - `iptsd` -...

I think it's got to be some interaction between Ubuntu's apt and some redirection that GitHub does. I can successfully run ``` wget https://github.com/linux-surface/libwacom-surface/releases/download/v1.12-2/libwacom-surface_1.12-2_amd64.deb ``` in an Ubuntu container and...

Indeed that seems to be it... compare the following links: ``` bad: https://objects.githubusercontent.com/github-production-release-asset-2e65be/139604852/86019e52-7bfa-4bc6-8cc1-52147027aee6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A/20211105/us-east-1/s3/aws4_request&X-Amz-Date=20211105T161053Z&X-Amz-Expires=300&X-Amz-Signature=2bc0c28946db539ada250b1030c37249dae909d73a68c90b5e7bfe7fecd5d347&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=139604852&response-content-disposition=attachment; filename=libwacom-surface_1.12-2_amd64.deb&response-content-type=application/octet-stream good: https://objects.githubusercontent.com/github-production-release-asset-2e65be/139604852/86019e52-7bfa-4bc6-8cc1-52147027aee6?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20211105%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20211105T160935Z&X-Amz-Expires=300&X-Amz-Signature=44d9307e66dfb5b3672ee0082b8801ad2532ac4b6be61c3442fb265ffce72852&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=139604852&response-content-disposition=attachment%3B%20filename%3Dlibwacom-surface_1.12-2_amd64.deb&response-content-type=application%2Foctet-stream ``` Several special characters have been encoded in the second ("good") link. To verify...

See https://github.com/linux-surface/linux-surface/issues/625#issuecomment-962036723 and https://github.com/linux-surface/linux-surface/issues/625#issuecomment-962046373. It's an issue with apt screwing up some URL encoding. @StollD reported that this works with apt version 2.2.x, Ubuntu 20.04 (which I used to test...

> Max, may I use your post above to submit a bug report to elementaryOS about encoding special characters using apt? Sure, feel free to copy or link to the...

That output doesn't seem to show an error, or am I missing something? I'm not sure about the `consolefont` warning, but the others (firmware warnings) can normally be ignored.

You mean it doesn't show up in grub (or your bootloader if you use a different one)? Did you update your grub/bootloader config? Any chance it's hidden in some submenu?

We should track the peripheral battery warning at #791. Let's keep this issue for the _actual_ device/main battery.

@testudomarginata What's the output of the following? ```shell cat /sys/class/power_supply/BAT1/capacity cat /sys/class/power_supply/BAT1/energy_full_design cat /sys/class/power_supply/BAT1/energy_full cat /sys/class/power_supply/BAT1/energy_now cat /sys/class/power_supply/BAT1/voltage_min_design cat /sys/class/power_supply/BAT1/voltage_now ``` Edit: If battery values have notably changed since your...

Ah, so it uses `charge_xxx` instead of `energy_xxx`... can you post those values too, i.e. ```shell cat /sys/class/power_supply/BAT1/charge_full_design cat /sys/class/power_supply/BAT1/charge_full cat /sys/class/power_supply/BAT1/charge_now ```