toolbox-2.3+git20220622.32785f7-bp155.1.6 >  A ddۺI%z Qb"%TJnhmB+4^ړFb5p-+0ל$IOzZ՗gT}#8{kgWwЉelFˀJbD4xO AA7ۤ+Ĭkѯo(/ɄX \Y.CaBP)ƕ!>X).NWqFfG @ ك= ~Vq5#3u~2Qݸ~(NRjA 4c1601cc00fae15be40f10da2c2d18f3b43846c62cb975db5c17650138df7398b1e3360cc5736f93519fad7901a875aa8a164f2bUddۺI%z  6FjۊjpvWbJާXj[}NwcfFs(5 QD@E2S,8U?Z9lbj1k%^wc HLeV23K?Ё7K? AFiQgdaY@o$ W* ɸ+jkE )U %=JkK0\a@.Vk*Ys"Ӌ, |L25kR=5&ATOu4g+͕oDo&O7in@\]@R =wrXc,BL?!ij7~<|BsHCʹ4.Կps:1U#HE@]"Hgx$BtE_V@2l9aebX~NgߒSw(Ώ*X.?gԫ]^]7>A-'Sy.9 `>pA?d " , e (,IR] w      ,`xY(89:FGHIX$Y,\p]^b8cdJeOfRlTuhvwPxhyzCtoolbox2.3+git20220622.32785f7bp155.1.6Script 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.dd۲lamb04SUSE Linux Enterprise 15 SP5openSUSEApache-2.0https://bugs.opensuse.orgSystem/Managementhttps://github.com/openSUSE/microos-toolboxlinuxnoarchF?,]A큤A큤dd۲dd۲dd۲bqdd۲bqbd7df1e35fef9adcc75608d6173124071fa9ee187d218856a9eecab1e3ba76075d1929a7535d78a82f579a0ab12e1b2523a5a6be1a0b48a7af5480e8da9cdb19c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4Arootrootrootrootrootrootrootrootrootrootrootroottoolbox-2.3+git20220622.32785f7-bp155.1.6.src.rpmconfig(toolbox)toolbox@     (podman or docker)/bin/bashconfig(toolbox)rpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)rpmlib(RichDependencies)2.3+git20220622.32785f7-bp155.1.63.0.4-14.6.0-14.0-15.2-14.12.0-14.14.3b@b@bb~a7aZ@a)@a@a#`a@`J@`B@`8`7@`!'`@``@`__O@_'@^{G^J@]c@](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- 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 versionlamb04 16843314422.3+git20220622.32785f7-bp155.1.62.3+git20220622.32785f7-bp155.1.6toolboxrctoolboxtoolboxREADME.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-protection -gobs://build.opensuse.org/openSUSE:Backports:SLE-15-SP5/standard/499e2b69345edf963faf197d3072dae5-toolboxcpioxz5noarch-suse-linuxcannot open `/home/abuild/rpmbuild/BUILDROOT/toolbox-2.3+git20220622.32785f7-bp155.1.6.x86_64/etc/toolboxrc' (No such file or directory)Bourne-Again shell script, ASCII text executabledirectoryASCII textRqt)2Eypodmanutf-83aff1c91a7bf83718072120eeeb7f32e03e59eeb7bbdd614ff398a037edb0a04?7zXZ !t/_4] cNſ^Js$tgB F(C%xM~L7Gq=Ec3~Խ;,2wEը@l4@rD`m)kaUڧ\g4UwޞnEs/5TԏJe\}ڐt]('6Vzˤ;iط Ur-jMlUyn$Y-X#gJrG %"W!42Y+lP }}ɬ' #!GkfRY"+l*; 7R7l`xI6> J#-~jS]rj.sK9o&|mB |r̙ eػe _Y.,a8UM^uvզbϞjZ9sf08_.JlͿVs|SxGB%,}Ȱz| &e<| sFH51|m?WtF|m=j:ASAȬLyD8`r~aHlČ,c UJ1RT-mE q`xLg^QUfi-_VzW8O#Iw4S}DEڙ'"G>cmJD$z@d-Z kj%湢~M[!ͤk` 162W9@e? J]| y|]zLS > 3fZyy1^7;6c׭ɶJ@ش #ȸ!Nogϝ{Q=Ie.TdxJc9>*Z=3Ɛ,o)OS=[V#^c2Ǯ3-UAϭcSD?!\+ʁ=w-0a6<+̔!pd"t.fuqEF?} <K SɎ/U,k'__ ;k6aގ}UcbPlrGЇk> HwwltWq<)|[ MHdqoWߤƷChݍWxeMe{}oMv~vtg,F| c`.*bY,3y*:OMQ[|d&g|D2>ن?=C}N]n&jOVa}5n Ӵ~q=YĮ9!qA#o1̾29c|6iiB<`&[bרa,7bv/VFtN^Oq sDAAEm?19V<1UN|)ߜ(o5z̋.fY c(&MB<);m^|O}WE1NnrjK꧿mg-I+U5+MǶ<r3+m Ycl!pQgk=W@FK'.X3V.BRdDpX\rGF_)ݫ )J`Ĉ١ǬuHA7sXw w;=\irG"mZHzı D $1^3fф]|I500iBͥ$5/\F+\Մ+tLZ0}oO`'/`(sJm^d@I'k;K"LZ" 6a$ԣt9'q8eb\SHc6@O\`Sm.M"=P$;r_)$SznBI==x V=rwxC8Jd\KOҐ/ E?a\ϓҜ!{]|61@TPf!{rn掱GA/cZ{N VD. qP7H?a7H~Wn-к l ᥁/O۾ dUCx[cyEAiBFOϭg+s"|w zޗ~Ocsuhm#s;4oVtߘxթXnרVI Yݙ[LvhS,+a0[;k !OnՏ.]y1| M+?*AtqEt+lK+nt<XˈZ6/yL*њm^yQ |'="(_o:J쫬mGXVr-ɠdĉ<9j"V6e{^-ޣ{=vI}J\hƞ&T;jJK8Knӊ_}!6D9=tkuӟޥx1(Lb50 {gu֏^Z; t  nZ>=aIwT qӾk&@SH1w5bo{.&̧5-ᨧuz<"O漀dy@dfΟ#Ӫ*b+(pmǑ nm vBXk)kq˽b=d&FQ,;Mp9vw]0ph,ɴI[8J _ Q/N޺>9Մ~m]=p.REv yk+#r=%3&(=>"0P@Ƚ[mj_=Bjp'8ȒH,i.'6[/)$ȶӀ @ CGm=:([&\4P\2&#UmT0#nx>UH7M;9'_W UlNM]:$r7@!9qƪSz+d&)A) wxxam1ø3wWo$_W6ܾۗ,%с45=w" &0'@bf%8C&_$g=VhV]X[6߅',ΏBu6V){,"d +$SoZ$}sL06bv.XmGlD%\ ^*OT7Z1CUgrFP19]T݌q8@Z_|B<P u7}g8@xҟK@rUd,X@& IIT? y4ZX@;T-Bb'"U|_Z@2Gzb=e21ٴbAǎ'ǻ,lNJ:wT2[)XdmĎ2PsSTa%fK6I->&+͏0fwYݰ\ Եwa0_]9ݡ0Txŗ9?7Due%9Romoow$l꓋>^Ei򟚸į HS+\f=RF`ly(\ȧob;̣JD;l)g iS&:U7.'^m/KM jpگ_z .T6 kJNʤ˪MO7c^XLd^4- ćGXgbZsu0oNjX^"Mן{|Nɞ}Υ:=KŃՙvs6_;gt7:.B.)1?U_ppw.uYX$h)lfOչÈ_Bu΋4T2Ǜa Y8wdACt9LIIS pʊEW,@8+OɻB蝾9ʦ!˱'MjVt0g: p\,H)M bDjCI&f,jL7竔*Mpӻ*nr{1\U jU|^>gWȖEo1n]~~X G^7v6_WEΰ!noyHI"NY4Pi;v6yvD_]1 oiYpñ#^-F;Qإ>j{m$G8 ۸saZr|a"GT-n>5T@[/a)Gk{*&Ui^d^  (9+d+,_Ol!$w*:lZ?>W!r-wx߸ |h,ؼ@^XjKTw~$;g *)(a3켶`4E6Anyc2ncBᔦ_V|$N%J`7)I Ef@&36!>*~r霾WNeZ*#cZZ՗l!23Yeh<6\ҶH"9P!]ޥlyӆIX-a{P-UD<ZcJMݬ袛$mCvHҼh/B./2NJ}gHA32.G)UPn_qT>$=;+|?8b^W+aY_ҋzhC=_.vzBng i4ˁbsS~Wtl?m"dl2>#6Xn_ 2 >ц#F.5TZo& 7_8qIF_tMJ~B9ȹ3r6mBR:i4Tw'~I ggBrE!j21@y!7[b^ :(ғ6ǿ}?\-ybUEN5Z.I6 [a߯(d/?9/w7zޕil%(Xk({HN'킛Ҙ >ۗ*4I@|XZ% s;)卩r_2TXG)?K{!~WA*Ph*oAk3ءȂNOІC452~2Mʷܑb;?T #~iCn6a+&XQ:/[b3$PanӖb.Ğad<\#E|*y1]],eV,+o-.j6T &|vsQ0/-Qaw]?$wR&ؗ8He4,*]GS\1 W.Ld(ve1 ,KJeԟwURpDSTY'^魛'sLcF{HԘ ڱ(\);`nY:`3bSvJwکai R@p̈P "oV>'rOj=Zۍe-ˈK,,ǀ!Aw5y1.fswaT2GCAfҟ8$h=Yzr,s:@JUR93SG71oIu]t;{ޡote~01;5AJL{zڰ8 ]3th{l׃<\?#o2Z t??qfRm8aŸZ--/,gaX7,X}`a=W9-b0/pb/!Kx٧j4m: J~F( ,,;m DgqТN уkK)UUF_2Ij) |g?|-r4%_(7펃d^(_\Gk=JoTZ_,Rd1y2|?S29kl a|k +||Jnzw9[̚RV>x{Ǟ&'Ωm>wae5N qxwG e=-p gޝ>+/B?,Q/+P=Ț2q~ĝ?K̼{Èi& tNv3X\?mcI` Jߗ4{1R&|L!Mumt!*LE*fO9C{kU~ 9֙sۏFg>7FaslMݗsXm_Qq=ux{xA]G%)K!'GƢnK*^ր'".H,p O[PsW2LbML{@DZiuZkMNhB7x(gYFX8 D_5٠V@Uo(-g}KXe_O'K"3L3c3*+w.3aג7@H?&ė]4z` $$ NDVq63tu^ش`c{`"&`YDcowUanFkdSX ;>Zwp7 (j?adX>TRj54#_ P5_;8vG&&cpYaJ'/dP_WX)~i|猭i.;TgZ^:5:=Kr!jgݷ- PKWRM@d$V&9mnj}uucF[*1+#&n <(/Dˁ#e*)"ޏewHOi$jWbA[a;o DҤt#K✢]cezm&nxۅP8DpnRDBvy$?LB#}y(3ڊږ0r0a\K wjN͠8@xx\BQr w}*FL-|𤖯"EImd?;<+EZoEz4өQ- TH u&YMm- L%q&wL*ޗR mb&a/jMߗNMLŅK b|ܶET`f}ndY?yq$9ȿz8+Ͽ@RyJce663qGtncW>OȪ(;t/]tSkޛtodx\#30S0( }$V' b z:o3mH|K06GIcUHDŽ駚TN1eisa6J."$ WKն$ 'm\ɳKtmF`>fWٵl@7Ff|XC RnګKt 3 j'dP˳\01@ -/c/"\W ({C kU,;/M\;9LuFcjܾ{Ii!p#Vi ߰إ9Rw5k.s@9@yw-bӺ*M|O l4T]C"_j9,ck3ɦmh;LCnLolA  9cZ `[0/D_)ԶP j֣TRR{݃ߘ"*j)[hv'  J qxjQDX`zzHAZ8V`y TgN+L{U,\$zzR*LavУ}UPbԆ PM?ՙw 1Nbh}UJ+DRÁ,T<0KyLS%7MڰIֺ;ozF"&.ۭixjЀX |yPXD!'aʤ ? rH(D؜%S&+_:r-#vY/Ϙse>pb!F#L25D_6Atms_`c}ȓ[20mCT? >*r"$N^7`o#~4F Bg=@&{_*λ掵~."K(`%}K$Dg:m|&' RXSF`0ɑoIP*B;B%l'Yv={}aɈ6nTQ 芆W~/v=ǢWJ.X \}xv<"47!k Q؋U)IҲltc ^bFQ|JD]in4F5l./f KÂ]X=fg{p0k^,뱱!Bg.<;?)8UG]o]645üCo9:#] }5a^H3P,g}h)wCC?DO*OM|MaEm5X(ȿaZS BLM<7?|Ei)`ȷ`Sr`QQW1?S=7$?'WqH@p~ 3 WFRi4vgR᪘>F~W4b1֬pW9d@axqC:9*{.*s&k:)u֙0sl@U\zK]/ ڠ㩶`XKj6ke@T8::o)}dߊC[5F ! NWƸP U$8H<6UHtk+YUdX+͸rΞX!IRcl}T Bokܗi۲FGvGµu4q1{#~h