solsTiCe d'Hiver

Results 102 comments of solsTiCe d'Hiver

I can't promise anything. First look on your code, I am already spotting a problem. you are parsing the output of `pacman -Qo` while running `pacman -Fy` (which should be...

Also, you seem to already run `pacman -Sy` with fakeroot which gives no problem. `pacman -Sy` requires root privilege, but fakeroot does the job. So if you want, you can...

@Luciogi what if you run it without a shell like ``` _proc = subprocess.run(command, stdout=subprocess.PIPE, shell=False, env=env)```?

So many things wrong here; 1. First, the fix is to use `pacman -F` not `pacman -Qo`. `pacman -Qo` search a package owning a given file if the file is...

it works with the 1.1.0 AppImage. wt... yet another bug where it works with one version and not the other. See #309

I have nothing to add than the above. I have given up on appimage to package my app.

I have no sure explanation but I can share that I am seeing similar things during my time monitoring probe requests I am seeing device making probe requests to a...

*That made me think of something I had forgotten.* One should also note that some Android devices send probe request with the **passphrase of APs**, because of **false manipulation of...

I am getting this right now: ``` root@aegir:~# auc -n auc/0.3.2-1 Server: https://sysupgrade.openwrt.org Running: 23.05.0-rc3 r23389-5deed175a5 on ath79/generic (dlink,dap-2695-a1) Available: 23.05.0-rc4 r23482-7fe85ce1f2 Requesting package lists... No data available (61) ```...

Seems ok; got a list of package that will be upgraded and the build is requested on server. rebooting now ... 🤞 nothing else to report 👍