pacman 7.0.0 and sandbox

This forum is for discussion about general software issues.

Re: pacman 7.0.0 and sandbox

Postby summers » Fri Mar 07, 2025 6:03 pm

[code]
[summers@geekom ~]$ ssh 192.168.7.18make_clickable_callback(MAGIC_URL_EMAIL, '
', 'summers@192.168.7.18', '', '')'s password:
Last login: Thu Mar 6 10:51:21 2025 from 192.168.7.17
[summers@pocketbeagle ~]$ uname -a
Linux pocketbeagle 6.13.1-1-ARCH #1 PREEMPT Thu Mar 6 08:59:55 EST 2025 armv7l GNU/Linux
[/code]

And its a pity BB code no longer works ...
summers
 
Posts: 995
Joined: Sat Sep 06, 2014 12:56 pm

Re: pacman 7.0.0 and sandbox

Postby graysky » Fri Mar 07, 2025 7:47 pm

OK so the package I updated runs as expected on your hardware? Do you see any breakage functionally or does everything you do with it work as expected?
graysky
Developer
 
Posts: 1879
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: pacman 7.0.0 and sandbox

Postby summers » Fri Mar 07, 2025 9:14 pm

Hadn't seen a problems so far, but not done much more that logging on and doing a update with pacman, that now doesn't give errors. So seems ok so far. Let me know if you want me to check further kernel realeses.
summers
 
Posts: 995
Joined: Sat Sep 06, 2014 12:56 pm

Re: pacman 7.0.0 and sandbox

Postby graysky » Fri Mar 07, 2025 10:13 pm

OK I will push it to the repos, thanks for testing
graysky
Developer
 
Posts: 1879
Joined: Sun Jun 26, 2011 6:56 am
Location: /run/user/1000

Re: pacman 7.0.0 and sandbox

Postby summers » Mon Mar 10, 2025 1:50 pm

Great, and do ask if you need me to test anything on the am33x architecture.

The command I ran out of memory on was:

[code]
set -e; echo ' XZKERN arch/arm/boot/compressed/piggy_data'; trap 'rm -f arch/arm/boot/compressed/piggy_data; trap - HUP; kill -s HUP $$' HUP; trap 'rm -f arch/arm/boot/compressed/piggy_data; trap - INT; kill -s INT $$' INT; trap 'rm -f arch/arm/boot/compressed/piggy_data; trap - QUIT; kill -s QUIT $$' QUIT; trap 'rm -f arch/arm/boot/compressed/piggy_data; trap - TERM; kill -s TERM $$' TERM; trap 'rm -f arch/arm/boot/compressed/piggy_data; trap - PIPE; kill -s PIPE $$' PIPE; { cat arch/arm/boot/compressed/../Image | sh ./scripts/xz_wrap.sh; printf \\154\\177\\211\\001; } > arch/arm/boot/compressed/piggy_data; printf '%s\n' 'savedcmd_arch/arm/boot/compressed/piggy_data := { cat arch/arm/boot/compressed/../Image | sh ./scripts/xz_wrap.sh; printf \\154\\177\\211\\001; } > arch/arm/boot/compressed/piggy_data' > arch/arm/boot/compressed/.piggy_data.cmd
[/code]

I thought xz was fairly good for memory - but need to check if I can force it to use less memory. I have 0.5GB on the pocket beagle.
summers
 
Posts: 995
Joined: Sat Sep 06, 2014 12:56 pm

Re: pacman 7.0.0 and sandbox

Postby summers » Mon Mar 10, 2025 2:18 pm

Ah - looks like you can compile on the procket beagle by setting:

[code]
export XZ_DEFAULTS=--memlimit=300MiB
[/code]

Then you get the message:

[code]
xz: Adjusted LZMA2 dictionary size from 128 MiB to 24 MiB to not exceed the memory usage limit of 300 MiB
[/code]

this gives

[code]
[summers@pocketbeagle linux-6.13]$ ls -l ./arch/arm/boot/zImage /boot/zImage
-rwxr-xr-x 1 summers summers 6758912 Mar 10 14:12 ./arch/arm/boot/zImage
-rwxr-xr-x 1 root root 6758912 Mar 6 13:19 /boot/zImage
[summers@pocketbeagle linux-6.13]$ md5sum ./arch/arm/boot/zImage /boot/zImage
5741072cdb050cc3b92746186db60eea ./arch/arm/boot/zImage
d98c17b054d75a9878637e011b2e836e /boot/zImage
[/code]
So same size - but must is slightly different.
summers
 
Posts: 995
Joined: Sat Sep 06, 2014 12:56 pm

Previous

Return to General

Who is online

Users browsing this forum: No registered users and 11 guests