toolbox-2.3+git20240704.84ec25e-bp156.4.3.1<>,+f 8I%z OU9@L9 vPI[Y^ˍYVׇ SI1`ֳa)y1\ojޔrX~qC2m{qPq,{N69fxCy}u-beLV,Skr_?$ KOƕ!_8>l]i-GS9X.]TQȞ J\5B-+|Q1uh7:8NV |u|-z2 &8;AP{2ڹtS|KALnrt1ϭG8}BU>H;l$m.?ONX .MuqGDf'n32hOMq>0ӣ?y Tʥ%${:'P)\`A ?d " . g ,0IR] v      ,`xY(89(:FGHIXY\4]L^bcdIeNfQlSuhvwTxlyzCtoolbox2.3+git20240704.84ec25ebp156.4.3.1Script to start a toolbox container for system debuggingOn systems using transactional-update it is not really possible due to the read-only root filesystem to install tools to analyze problems in the currently running system, a reboot is always required. Which makes it next to impossible to debug such problems. toolbox is a small script that launches a container to let you bring in your favorite debugging or admin tools in such a system. The root filesystem can be found at /media/root.f 8i04-ch1dYSUSE Linux Enterprise 15openSUSEApache-2.0http://bugs.opensuse.orgSystem/Managementhttps://github.com/openSUSE/microos-toolboxlinuxnoarchG?,]A큤A큤f 8f 8f 8fof 8fo924bad3105b4df08c45344263050554688da426a0cdc9e9e08ce7763b7eb0ba85d1929a7535d78a82f579a0ab12e1b2523a5a6be1a0b48a7af5480e8da9cdb19c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4Arootrootrootrootrootrootrootrootrootrootrootroottoolbox-2.3+git20240704.84ec25e-bp156.4.3.1.src.rpmconfig(toolbox)toolbox@     (podman or docker)/bin/bashconfig(toolbox)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)2.3+git20240704.84ec25e-bp156.4.3.13.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3f@ffe?dX@b@b@bb~a7aZ@a)@a@a#`a@`J@`B@`8`7@`!'`@``@`__O@_'@^{G^J@]c@](Alexandre Vicenzi Alexandre Vicenzi kukuk@suse.comkukuk@suse.comDanish Prakash Thorsten Kukuk kukuk@suse.comkukuk@suse.comjsrain@suse.comJan Zerebecki kukuk@suse.comkukuk@suse.comLudwig Nussel kukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comThorsten Kukuk bruno.leon@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.comkukuk@suse.com- Revert last change and update SLE/Leap Micro images to 5.5 (bsc#1227328)- Update SLE/Leap Micro images from 5.4 to 6.0 (bsc#1227328)- Update to version 2.3+git20240704.84ec25e: * toolbox: use correct container state tense in msg- Update to version 2.3+git20231030.3a6ef35: * Mount /dev/pts as mount type=devpts instead of --volume * fix typo creat -> create * Remove trailing whitespace * Fix bash error when container cannot be pulled- Update EOL *-micro images to supported versions. (bsc#1211018)- Prefer podman as container runtime (unrelated part of [bnc#1200976])- Update to version 2.3+git20220622.32785f7: * Only set --userns=keep-id when running rootless- Update to version 2.3+git20220603.bbeda2e: * Allow to choose runtime and try to retain the user's groups * (Try to) Avoid problems when packages touching bind mounts are upgraded * Try to make sure that (some) foreign distro images (kind of) work as toolboxes * Do not stop a toolbox with something running inside * Exit if neither podman or docker are usable * Support passing just the name of the container to create and enter command * Fix cleanup logic and make toolbox start a little less verbose * Always pull when creating a new toolbox * Add a "more sandboxing" mode- adjusted the patch to the toolbox container in registry- Allow docker as an alternative to podman in the package Requires. This was supported since 2.2.- Update to version 2.3+git20220117.bd53c7c: - Fixes error where if custom image is used toolbox will download the default image before entering an existing container. (#40)- Update to version 2.2+git20211124.09791b1: * Introduce -n/--nostop switch so mutiple sessions can be run inside an existing toolbox- Don't install config file in /etc in favor of a built-in default. Avoids empty /etc pulling wrong image. - Handle Leap Micro (boo#1192474)- Update to version 2.2+git20210823.dd0fff8: * README mini-typo * Docker: don't use unsupported --userns=keep-id * Docker: also check for created status * Try to use docker if installed and podman is not * Properly share namespaces in non-user toolboxes * Properly quote workdir- Update to version 2.1+git20210329.d14ac82: * Fix localtime and mount sys, e.g., for tracing * Fix 'toolbox list' returning an error code even if working- Update to version 2.1+git20210311.15cb3ad: * Don't check for subuid if root calls toolbox [bsc#1183375]- Update to version 2.1+git20210305.ca2bc53: * Avoid copying the user setup script with 'podman cp'- Update to version 2.1+git20210226.daeb191: * Set trap only after option parsing (#22)- Update to version 2.1+git20210225.5c541c8: * Check sub{u,g}id if rootless, and fail early if they're not setup * Fix creating a container with a specific name with `-c`- Update to version 2.1+git20210208.a720b25: * Alleviate the need for zypper in the user toolbox script * Consolidate logging and help debugging of the user toolbox's script * Export machine-id and IPC inside the toolbox (IPC, user only) * Fix (more) formatting...- Update to version 2.1+git20210203.a669e3a: * Fix formatting * Enhance alternate UI docu * Ignore podman runlabel error if no RUN label exist * Enhance documentation * Check existence of volume directories (#15)- Update to version 2.0+git20210125.50611db: * Document configuration files, add /usr/etc/toolboxrc * Update README to include commands * Update the README * Be even more compatible with Silverblue Toolbox * Introduce commands, for compatibility with Silverblue's toolbox * Mount /run/media and and /tmp inside a user toolbox * Export more env variables inside (user) toolboxes- Add a group tag for SLE Micro - Mark toolboxrc as %config and add it is Source- Update to version 1.0+git20210119.b5acdcf: * Dynamically set REGISTRY and IMAGE (#11)- Update to version 1.0+git20201126.3d26283: * Make it easier to use custom images (#10) * Update toolbox doc (#9)- Update to version 1.0+git20200831.d2d2e5d: * Allow graphical applications from inside a user toolbox to run- Update to version 1.0+git20200803.7ff20b6: * Connect to the host's SSH agent in user toolboxes. * Stay in current directory, even when entering a toolbox * Use the toolbox name as the actual toolbox's hostname- Update to version 1.0+git20200324.dd047bc: * fix entering a toolbox if something changed in /dev since creation- Update to version 1.0+git20200217.cd18bfb: * Multiple toolboxes, with different names * Configure `sudo` access for an user toolbox * Correctly setup the user * Add -u|--user parameter * Handle arguments with 'getopt'- Update to version 1.0+git20191014.3034fbc: * Make default shell configureable, use /bin/bash as default- Update to version 1.0+git20191007.e038337: * Initial versioni04-ch1d 17278597682.3+git20240704.84ec25e-bp156.4.3.12.3+git20240704.84ec25e-bp156.4.3.1toolboxrctoolboxtoolboxREADME.mdtoolboxLICENSE/etc//usr/bin//usr/share/doc/packages//usr/share/doc/packages/toolbox//usr/share/licenses//usr/share/licenses/toolbox/-fmessage-length=0 -grecord-gcc-switches -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables -fasynchronous-unwind-tables -fstack-clash-protectionobs://build.opensuse.org/openSUSE:Maintenance:18612/openSUSE_Backports_SLE-15-SP6_Update/3d190bf1931d3538f137a463c7bff45a-toolbox.openSUSE_Backports_SLE-15-SP6_Updatedrpmxz5noarch-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/toolbox-2.3+git20240704.84ec25e-bp156.4.3.1.x86_64/etc/toolboxrc' (No such file or directory)Bourne-Again shell script, ASCII text executabledirectoryASCII textR>L 1g}0podmanutf-8f0eee0bd800ec46ad3589f2f514ad3b2d534aeee4975f71af1da5d373e252a53?7zXZ !t/x]"k%ya-yԄDNjk@FcF=72K)DALK >k&HV"obic`<k+;SHü$3i$Ef`}vuW^ק%NcV :6Dl|q_a:gͪP\9MQXvJ`w{0' #c/O熦B洼yBKLC~0:C5E~Yie(C_3#%X9*Rv각xq{SLoGAi8jߞ\xw݉2fʜ߻a9}X=tZz8l䷥sR5E:˯P~;OaCu@a'P nuqhav'f600i=ҿBvd-@8d425'eY)zƥ]CrxjژiQh<@N%Qojsw' rDfB-~0R3@hɗBvvd81 Xz-jbL~GDW/n[akXR.6l,$J\t œM  S7r )jb͵TBcJ'牊% sM\4HWQG~KQ_SOh3`5!ӻ>^9#$¾&F֢l\^DA2}]R#RZSlrEu 5Z"sW'dI*bFYm1Ӧh#\Kvf]{E6xLi#6a ô NLRT 1L/-2O(t !^ƭ`7ܮ\9yQK;{ e[HWͽ:B;<0b &tKh C̘-iUp q(n#ju˜NxX'%Nʻ^4-nR >&gn&[0pgH.^Y=%Xh-E.$sFl~H":wz(@S xǵ$fCTGgKS#tL3C(~+9qɐUnI^G9?2qTV}+lӔ:#@dvWw3t8x$JVTlH e;TzJ-%09 &P YZ