You are not logged in.

#1 2025-07-12 12:12:52

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

[SOLVED]Root device mounted successfully,but /sbin/init does not exist

Bailing out, you are on your own. Good luck
sh: cant access tty; job turned off
[rootfs ~]#

I'm able to access windows on the same machine.
I force quit on gparted after resizing my Linux partition, and I'm facing this issue. Lesson learned hmm

Last edited by Chuck9365 (2025-07-18 20:09:31)

Offline

#2 2025-07-12 14:38:57

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

I force quit on gparted after resizing my Linux partition, and I'm facing this issue.

We'll have to figure how and much you shredded the partition - you're not going to be able to fix the installation on a bogus partition.
From some live distro (can be the gparted one, can be grml, can be the arch install iso)

lsblk -f
fdisk -l

We'll move on from there…

Offline

#3 2025-07-12 18:03:42

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

Thanks for your reply
lsblk -f:

NAME        FSTYPE   FSVER            LABEL        UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squashfs 4.0                                                                      0   100% /usr/lib/live/mount/rootfs/filesystem.squashfs
                                                                                                       /run/live/rootfs/filesystem.squashfs
sda         iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                              
└─sda1      iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                     0   100% /usr/lib/live/mount/medium
                                                                                                       /run/live/medium
nvme0n1                                                                                                
├─nvme0n1p1 vfat     FAT32                         03BF-2B16                                           
├─nvme0n1p2 ext4     1.0                           8817cf5c-67e1-4002-a668-c5aeec1d6e4e                
├─nvme0n1p3                                                                

fdisk -l

Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: Lexar SSD NM620 1TB                     
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 380610D6-4303-4500-B818-33C7C5FA7D65

Device              Start        End    Sectors   Size Type
/dev/nvme0n1p1       2048    2099199    2097152     1G EFI System
/dev/nvme0n1p2    2099200 1732634623 1730535424 825.2G Linux root (x86-64)
/dev/nvme0n1p3 1732634624 1732667391      32768    16M Microsoft reserved
/dev/nvme0n1p4 1732667392 2000408575  267741184 127.7G Microsoft basic data


Disk /dev/sda: 957 MiB, 1003487232 bytes, 1959936 sectors
Disk model:                 
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: dos
Disk identifier: 0x6ae7005c

Device     Boot Start     End Sectors  Size Id Type
/dev/sda1  *       64 1150975 1150912  562M 17 Hidden HPFS/NTFS


Disk /dev/loop0: 496.51 MiB, 520630272 bytes, 1016856 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

Offline

#4 2025-07-12 19:48:51

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

I'd say parts of "lsblk -f" are missing?
Can you mount nvme0n1p2 ?
Edit: in that case please repeat "lsblk -f" after the mount.

Last edited by seth (2025-07-12 19:49:17)

Offline

#5 2025-07-13 08:49:56

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

seth wrote:

I'd say parts of "lsblk -f" are missing?

yeah, sorry

NAME        FSTYPE   FSVER            LABEL        UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squashfs 4.0                                                                      0   100% /usr/lib/live/mount/rootfs/filesystem.squashfs
                                                                                                       /run/live/rootfs/filesystem.squashfs
sda         iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                              
└─sda1      iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                     0   100% /usr/lib/live/mount/medium
                                                                                                       /run/live/medium
nvme0n1                                                                                                
├─nvme0n1p1 vfat     FAT32                         03BF-2B16                                           
├─nvme0n1p2 ext4     1.0                           8817cf5c-67e1-4002-a668-c5aeec1d6e4e  131.6G    79% /mnt
├─nvme0n1p3                                                                                            
└─nvme0n1p4 ntfs                                   10387ED8387EBBF2

Offline

#6 2025-07-13 13:05:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

So it seems you can mount the partition but the filesystem is only ~630GB  while the partition is 825GB
1. what changes did you actually attempt when you force-shutdown gparted
2. stat /mnt/usr/bin/init
3. can you chroot into /mnt? https://wiki.archlinux.org/title/Chroot#Using_chroot

Offline

#7 2025-07-13 16:35:44

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

1. I took like 13GB out of my Linux partition and gave it to window. after waiting a minute or two there was a progress bar
I waited untill it reached something like ~20GB/~800GB beacuse i saw how slowly it went and then force shutdown
2.

 stat: cannot statx '/mnt/usr/bin/init': No such file or directory 

3.

 chroot: failed to run command ‘/bin/bash’: No such file or directory 

Offline

#8 2025-07-13 18:34:52

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

1. I took like 13GB out of my Linux partition and gave it to window.

The linux and wIndows partitions are disjoint?
Either way, sounds like you were moving the linux partition to the left (otherwise there would be no slow moving progress bar) - you hopefully have backups or no valuable data on that partition… (the process involves copying all data around on the disk)

ls -l /mnt
ls -l /mnt/usr/bin

Offline

#9 2025-07-13 19:24:18

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

seth wrote:

The linux and wIndows partitions are disjoint?

thats right

total 1864
drwxr-xr-x    3 root root    4096 Apr 30 16:04 '$'
lrwxrwxrwx    1 root root       7 May  3 19:26  bin -> usr/bin
drwxr-xr-x    2 root root    4096 Feb 18 19:32  boot
drwxr-xr-x    2 root root    4096 Feb 18 19:32  dev
drwxr-xr-x  103 root root    4096 Jul 12 07:58  etc
drwxr-xr-x    3 root root    4096 Feb 18 19:33  home
lrwxrwxrwx    1 root root       7 May  3 19:26  lib -> usr/lib
lrwxrwxrwx    1 root root       7 May  3 19:26  lib64 -> usr/lib
drwx------ 7854 root root 1839104 Feb 18 19:32  lost+found
drwxr-xr-x    2 root root    4096 Nov 21  2024  mnt
drwxr-xr-x    3 root root    4096 May 10 13:51  nix
drwxr-xr-x   18 root root    4096 Jun 23 12:04  opt
dr-xr-xr-x    2 root root    4096 Jun 23 12:04  proc
drwx------    9 root root    4096 Jun 23 10:23  root
drwxr-xr-x    2 root root    4096 Feb 18 19:32  run
lrwxrwxrwx    1 root root       7 May  3 19:26  sbin -> usr/bin
drwxr-xr-x    4 root root    4096 Feb 18 19:32  srv
dr-xr-xr-x    2 root root    4096 Jun 23 12:05  sys
drwxrwxrwt    2 root root    4096 Feb 18 19:32  tmp
drwxr-xr-x    2 root root    4096 Jul 11 16:26  usr
drwxr-xr-x   13 root root    4096 Jul 12 07:58  var
lrwxrwxrwx  1 root root         2 Jan 29 06:43  mcdiff -> mc
lrwxrwxrwx  1 root root         2 Jan 29 06:43  mcedit -> mc
-rwxr-xr-x  1 root root      1667 Jan 19 22:16  mcheck
-rwxr-xr-x  1 root root       847 Jan 19 22:16  mcomp
-rwxr-xr-x  1 root root     39376 Jan 27 23:36  mcookie
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mcopy -> mtools
lrwxrwxrwx  1 root root         2 Jan 29 06:43  mcview -> mc
-rwxr-xr-x  1 root root       587 Jun 13  2021  md5pass
-rwxr-xr-x  1 root root     52240 Oct 23  2024  md5sum
lrwxrwxrwx  1 root root         6 Oct 23  2024  md5sum.textutils -> md5sum
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  mdatopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mdel -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mdeltree -> mtools
-rwxr-xr-x  1 root root     30176 Oct 13  2022  mdetect
-rwxr-xr-x  1 root root     51536 Jan 27 11:21  mdig
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mdir -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mdoctorfat -> mtools
-rwxr-xr-x  1 root root     88304 Jan 16 10:02  mdsearch
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mdu -> mtools
-rwxr-xr-x  1 root root     14408 Jun 13  2021  memdiskfind
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mformat -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  mgrtopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16  minfo -> mtools
-rwxr-xr-x  1 root root     14504 Aug 10  2024  mkcp
-rwxr-xr-x  1 root root     81200 Oct 23  2024  mkdir
-rwxr-xr-x  1 root root      8792 Jun 13  2021  mkdiskimage
-rwxr-xr-x  1 root root     77008 Oct 23  2024  mkfifo
-rwxr-xr-x  1 root root        65 Sep 16  2024  mkfontdir
-rwxr-xr-x  1 root root     44328 Sep 16  2024  mkfontscale
-rwxr-xr-x  1 root root     14672 Jan 19 22:16  mkmanifest
-rwxr-xr-x  1 root root     16163 Dec 20  2024  mk_modmap
-rwxr-xr-x  1 root root     81136 Oct 23  2024  mknod
-rwxr-xr-x  1 root root     43952 Oct 23  2024  mktemp
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mlabel -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mmd -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mmount -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mmove -> mtools
-rwxr-xr-x  1 root root     61656 Mar  9  2024  mokutil
-rwxr-xr-x  1 root root     59792 Jan 27 23:36  more
-rwsr-xr-x  1 root root     63880 Jan 27 23:36  mount
-rwxr-xr-x  1 root root     18824 Jan 27 23:36  mountpoint
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mpartition -> mtools
-rwxr-xr-x  1 root root     51616 Jan 15  2024  mpstat
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mrd -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mren -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  mrftopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mshortname -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mshowfat -> mtools
lrwxrwxrwx  1 root root        20 Jul 27  2024  mt -> /etc/alternatives/mt
-rwxr-xr-x  1 root root     89752 Jul 27  2024  mt-gnu
-rwxr-xr-x  1 root root    214336 Jan 19 22:16  mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mtoolstest -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  mtvtoppm
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mtype -> mtools
-rwxr-xr-x  1 root root    143024 Oct 23  2024  mv
-rwxr-xr-x  1 root root       784 Jan 19 22:16  mxtar
lrwxrwxrwx  1 root root         6 Jan 19 22:16  mzip -> mtools
-rwxr-xr-x  1 root root     39304 Jan 27 23:36  namei
-rwxr-xr-x  1 root root    303960 Jan  6  2025  nano
lrwxrwxrwx  1 root root        22 Sep 12  2024  nawk -> /etc/alternatives/nawk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  neotoppm
-rwxr-xr-x  1 root root       913 Dec 26  2024  neqn
-rwxr-xr-x  1 root root    155304 Apr 21  2024  netstat
lrwxrwxrwx  1 root root        33 Jul 15  2024  netsurf -> /etc/alternatives/netsurf-browser
-rwxr-xr-x  1 root root   5427032 Jul 15  2024  netsurf-gtk
-rwxr-xr-x  1 root root    129544 Jan 23 15:17  networkctl
-rwsr-xr-x  1 root root     18816 Jan 27 23:36  newgrp
-rwxr-xr-x  1 root root     39232 Jan 15 15:45  ngettext
-rwxr-xr-x  1 root root     43888 Oct 23  2024  nice
-rwxr-xr-x  1 root root     33291 Mar 22  2024  niceload
lrwxrwxrwx  1 root root         8 Oct 11  2024  nisdomainname -> hostname
-rwxr-xr-x  1 root root     48176 Oct 23  2024  nl
-rwxr-xr-x  1 root root   2891456 Nov 29  2024  nmap
-rwxr-xr-x  1 root root    172040 May 11  2024  nmon
-rwxr-xr-x  1 root root     43920 Oct 23  2024  nohup
-rwxr-xr-x  1 root root    531040 Nov 29  2024  nping
-rwxr-xr-x  1 root root     43920 Oct 23  2024  nproc
-rwxr-xr-x  1 root root      5718 Dec 26  2024  nroff
-rwxr-xr-x  1 root root     80536 Jan 27 23:36  nsenter
-rwxr-xr-x  1 root root    113416 Jan 27 11:21  nslookup
-rwxr-xr-x  1 root root    117272 Jan 24 11:03  nstat
-rwxr-xr-x  1 root root     80424 Jan 27 11:21  nsupdate
-rwsr-xr-x  1 root root    166848 Oct  5  2024  ntfs-3g
-rwxr-xr-x  1 root root     14648 Oct  5  2024  ntfs-3g.probe
-rwxr-xr-x  1 root root     35160 Oct  5  2024  ntfscat
-rwxr-xr-x  1 root root     39256 Oct  5  2024  ntfscluster
-rwxr-xr-x  1 root root     39256 Oct  5  2024  ntfscmp
-rwxr-xr-x  1 root root     51560 Oct  5  2024  ntfsdecrypt
-rwxr-xr-x  1 root root     39264 Oct  5  2024  ntfsfallocate
-rwxr-xr-x  1 root root     47456 Oct  5  2024  ntfsfix
-rwxr-xr-x  1 root root     59752 Oct  5  2024  ntfsinfo
-rwxr-xr-x  1 root root     36264 Oct  5  2024  ntfsls
-rwxr-xr-x  1 root root     39256 Oct  5  2024  ntfsmove
-rwxr-xr-x  1 root root    121176 Oct  5  2024  ntfsrecover
-rwxr-xr-x  1 root root     97104 Oct  5  2024  ntfssecaudit
-rwxr-xr-x  1 root root     43280 Oct  5  2024  ntfstruncate
-rwxr-xr-x  1 root root     39176 Oct  5  2024  ntfsusermap
-rwxr-xr-x  1 root root     52088 Oct  5  2024  ntfswipe
-rwxr-xr-x  1 root root     68624 Oct 23  2024  numfmt
-rwxr-xr-x  1 root root     28512 Mar  9  2024  oclock
-rwxr-xr-x  1 root root     72752 Oct 23  2024  od
lrwxrwxrwx  1 root root        17 Jan  4  2025  on_ac_power -> /sbin/on_ac_power
-rwxr-xr-x  1 root root   1070504 Jan  6  2025  openssl
-rwxr-xr-x  1 root root     23656 Dec 20  2024  openvt
lrwxrwxrwx  1 root root        23 Jan 27 23:36  pager -> /etc/alternatives/pager
-rwxr-xr-x  1 root root     26856 Jan 19 14:08  palmtopnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamaddnoise
-rwxr-xr-x  1 root root     14616 Jan 19 14:08  pamaltsat
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pamarith
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pambackground
-rwxr-xr-x  1 root root     14648 Jan 19 14:08  pambayer
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pambrighten
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pamcat
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamchannel
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamcomp
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamcrater
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamcut
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamdeinterlace
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamdepth
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamdice
-rwxr-xr-x  1 root root     22848 Jan 19 14:08  pamditherbw
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamedge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamendian
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  pamenlarge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamexec
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamfile
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamfind
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamfix
-rwxr-xr-x  1 root root      2062 Jan 19 14:08  pamfixtrunc
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pamflip
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamfunc
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamgauss
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  pamgetcolor
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamgradient
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamhomography
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamhue
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamlevels
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamlookup
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pammasksharpen
-rwxr-xr-x  1 root root     14656 Jan 19 14:08  pammixinterlace
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pammixmulti
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pammosaicknit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamoil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pampaintspill
-rwxr-xr-x  1 root root     26936 Jan 19 14:08  pamperspective
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pampick
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pampop9
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamrecolor
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamrestack
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pamrgbatopng -> pamtopng
-rwxr-xr-x  1 root root     35048 Jan 19 14:08  pamrubber
-rwxr-xr-x  1 root root     35128 Jan 19 14:08  pamscale
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamseq
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamshadedrelief
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsharpmap
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsharpness
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamshuffle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsistoaglyph
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamslice
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsplit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamstack
-rwxr-xr-x  1 root root     31032 Jan 19 14:08  pamstereogram
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamstretch
-rwxr-xr-x  1 root root      3926 Jan 19 14:08  pamstretch-gen
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsumm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamsummcol
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtable
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamthreshold
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamtilt
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtoavs
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtodjvurle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtofits
-rwxr-xr-x  1 root root     26856 Jan 19 14:08  pamtogif
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtohdiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtohtmltbl
-rwxr-xr-x  1 root root    217856 Jan 19 14:08  pamtojpeg2k
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtompfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtooctaveimg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtopam
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  pamtopdbimg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtopfm
-rwxr-xr-x  1 root root     39144 Jan 19 14:08  pamtopng
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtopnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamtoqoi
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamtosrf
-rwxr-xr-x  1 root root     75856 Jan 19 14:08  pamtosvg
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamtotga
-rwxr-xr-x  1 root root     47416 Jan 19 14:08  pamtotiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtouil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamtowinicon
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamtoxvmini
-rwxr-xr-x  1 root root     26856 Jan 19 14:08  pamtris
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pamundice
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamunlookup
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamvalidate
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pamwipeout
-rwxr-xr-x  1 root root     39224 Jan 19 14:08  pamx
-rwxr-xr-x  1 root root    453941 Mar 22  2024  parallel
-rwxr-xr-x  1 root root      5017 Mar 22  2024  parcat
-rwxr-xr-x  1 root root      4490 Mar 22  2024  parset
-rwxr-xr-x  1 root root     12314 Mar 22  2024  parsort
-rwxr-xr-x  1 root root    137616 Jan 27 23:36  partx
-rwsr-xr-x  1 root root    118168 Dec  6  2024  passwd
-rwxr-xr-x  1 root root     48080 Oct 23  2024  paste
-rwxr-xr-x  1 root root     43888 Oct 23  2024  pathchk
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pbmclean
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmlife
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmmake
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmmask
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmminkowski
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmnoise
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmpage
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmpscale
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmreduce
-rwxr-xr-x  1 root root     31144 Jan 19 14:08  pbmtext
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pbmtextps
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmto10x
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmto4425
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoascii
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoatk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtobbnbg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtocis
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtocmuwm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtodjvurle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoepsi
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoepson
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoescp2
-rwxr-xr-x  1 root root     19520 Jan 19 14:08  pbmtog3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtogem
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtogo
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoibm23xx
lrwxrwxrwx  1 root root        12 Jan 19 14:08  pbmtoicon -> pbmtosunicon
-rwxr-xr-x  1 root root     18672 Jan 19 14:08  pbmtolj
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoln03
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtolps
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtomacp
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtomatrixorbital
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtomda
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtomgr
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtomrf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtonokia
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtopi3
-rwxr-xr-x  1 root root     23072 Jan 19 14:08  pbmtopk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoplot
-rwxr-xr-x  1 root root     31032 Jan 19 14:08  pbmtoppa
-rwxr-xr-x  1 root root     16248 Jan 19 14:08  pbmtopsg3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoptx
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtosunicon
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtowbmp
-rwxr-xr-x  1 root root      2901 Jan 19 14:08  pbmtox10bm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoxbm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtoybm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pbmtozinc
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pbmupc
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pc1toppm
lrwxrwxrwx  1 root root        10 Jan 19 14:08  pcdindex -> pcdovtoppm
-rwxr-xr-x  1 root root      6721 Jan 19 14:08  pcdovtoppm
-rwxr-xr-x  1 root root     43336 Oct 29  2024  pcilmr
-rwxr-xr-x  1 root root    265688 Oct 20  2024  pcmanfm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pcxtoppm
lrwxrwxrwx  1 root root         7 Jan  8  2025  pdb3 -> pdb3.13
lrwxrwxrwx  1 root root        24 Jan  3  2025  pdb3.13 -> ../lib/python3.13/pdb.py
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  pdbimgtopam
-rwxr-xr-x  1 root root     14848 Mar  3  2024  peekfd
-rwxr-xr-x  2 root root   3955856 Nov 23  2024  perl
-rwxr-xr-x  2 root root   3955856 Nov 23  2024  perl5.40.0
-rwxr-xr-x  1 root root     14752 Nov 23  2024  perl5.40-x86_64-linux-gnu
-rwxr-xr-x  2 root root     45593 Nov 23  2024  perlbug
-rwxr-xr-x  1 root root       125 Oct  1  2024  perldoc
-rwxr-xr-x  1 root root     10867 Nov 23  2024  perlivp
-rwxr-xr-x  2 root root     45593 Nov 23  2024  perlthanks
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pfmtopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pgmabel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmbentley
-rwxr-xr-x  1 root root      3571 Jan 19 14:08  pgmcrater
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmdeshadow
lrwxrwxrwx  1 root root         7 Jan 19 14:08  pgmedge -> pamedge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmenhance
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmhist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmkernel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmmake
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pgmmedian
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmminkowski
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmmorphconv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmnoise
lrwxrwxrwx  1 root root         7 Jan 19 14:08  pgmnorm -> pnmnorm
lrwxrwxrwx  1 root root         6 Jan 19 14:08  pgmoil -> pamoil
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmramp
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pgmslice -> pamslice
-rwxr-xr-x  1 root root     26856 Jan 19 14:08  pgmtexture
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtofs
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtolispm
-rwxr-xr-x  1 root root     22840 Jan 19 14:08  pgmtopbm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtosbig
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pgmtost4
-rwxr-xr-x  1 root root     39344 Dec 10  2024  pgrep
-rwxr-xr-x  1 root root    658536 Sep  4  2024  photorec
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pi1toppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pi3topbm
-rwxr-xr-x  1 root root    225552 Dec 26  2024  pic
lrwxrwxrwx  1 root root        22 Jan  6  2025  pico -> /etc/alternatives/pico
-rwxr-xr-x  1 root root      8360 Nov 23  2024  piconv
lrwxrwxrwx  1 root root        16 Jan  7  2025  pidof -> ../sbin/killall5
-rwxr-xr-x  1 root root     51616 Jan 15  2024  pidstat
-rwxr-xr-x  1 root root     39344 Dec 10  2024  pidwait
-rwxr-xr-x  2 root root    133408 Aug 22  2023  pigz
lrwxrwxrwx  1 root root        26 Dec 31  2024  pinentry -> /etc/alternatives/pinentry
-rwxr-xr-x  1 root root     76360 Dec 31  2024  pinentry-curses
-rwxr-xr-x  1 root root    156136 Sep 24  2024  ping
lrwxrwxrwx  1 root root         4 Sep 24  2024  ping4 -> ping
lrwxrwxrwx  1 root root         4 Sep 24  2024  ping6 -> ping
-rwxr-xr-x  1 root root     52336 Oct 23  2024  pinky
-rwxr-xr-x  1 root root     63888 Jan 27 23:36  pipesz
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pjtoppm
-rwxr-xr-x  1 root root     18816 Jan 17 19:37  pkaction
-rwxr-xr-x  1 root root     27008 Jan 17 19:37  pkcheck
-rwsr-xr-x  1 root root     30952 Jan 17 19:37  pkexec
lrwxrwxrwx  1 root root         5 Dec 10  2024  pkill -> pgrep
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pktopbm
-rwxr-xr-x  1 root root     18816 Jan 17 19:37  pkttyagent
-rwxr-xr-x  1 root root      4536 Nov 23  2024  pl2pm
-rwxr-xr-x  1 root root     22904 Jan 22 22:57  pldd
-rwxr-xr-x  1 root root       146 Nov 22  2024  plog
-rwxr-xr-x  1 root root     35160 Dec 10  2024  pmap
-rwxr-xr-x  1 root root       981 Jan 26  2024  pm-is-supported
-rwxr-xr-x  1 root root     35128 Jan 19 14:08  pngtopam
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pngtopnm -> pngtopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmalias
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pnmarith -> pamarith
lrwxrwxrwx  1 root root         6 Jan 19 14:08  pnmcat -> pamcat
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmcolormap
lrwxrwxrwx  1 root root         7 Jan 19 14:08  pnmcomp -> pamcomp
-rwxr-xr-x  1 root root     35048 Jan 19 14:08  pnmconvol
-rwxr-xr-x  1 root root     31032 Jan 19 14:08  pnmcrop
lrwxrwxrwx  1 root root         6 Jan 19 14:08  pnmcut -> pamcut
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pnmdepth -> pamdepth
lrwxrwxrwx  1 root root        10 Jan 19 14:08  pnmenlarge -> pamenlarge
lrwxrwxrwx  1 root root         7 Jan 19 14:08  pnmfile -> pamfile
-rwxr-xr-x  1 root root      3719 Jan 19 14:08  pnmflip
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmgamma
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmhisteq
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmhistmap
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmindex
lrwxrwxrwx  1 root root        10 Jan 19 14:08  pnminterp -> pamstretch
lrwxrwxrwx  1 root root        14 Jan 19 14:08  pnminterp-gen -> pamstretch-gen
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnminvert
-rwxr-xr-x  1 root root      2480 Jan 19 14:08  pnmmargin
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmmercator
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmmontage
-rwxr-xr-x  1 root root     22824 Jan 19 14:08  pnmnlfilt
lrwxrwxrwx  1 root root        13 Jan 19 14:08  pnmnoraw -> pnmtoplainpnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmnorm
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  pnmpad
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmpaste
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmpsnr
-rwxr-xr-x  1 root root     10889 Jan 19 14:08  pnmquant
-rwxr-xr-x  1 root root      7000 Jan 19 14:08  pnmquantall
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmremap
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmrotate
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pnmscale -> pamscale
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmscalefixed
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmshear
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmsmooth
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pnmsplit -> pamsplit
-rwxr-xr-x  1 root root     35816 Jan 19 14:08  pnmstitch
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmtile
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmtoddif
-rwxr-xr-x  1 root root    172176 Jan 19 14:08  pnmtofiasco
lrwxrwxrwx  1 root root         9 Jan 19 14:08  pnmtofits -> pamtofits
-rwxr-xr-x  1 root root     62536 Jan 19 14:08  pnmtojbig
-rwxr-xr-x  1 root root     30952 Jan 19 14:08  pnmtojpeg
-rwxr-xr-x  1 root root     26856 Jan 19 14:08  pnmtopalm
-rwxr-xr-x  1 root root     23288 Jan 19 14:08  pnmtopclxl
-rwxr-xr-x  1 root root        31 Jan 19 14:08  pnmtoplainpnm
-rwxr-xr-x  1 root root     55528 Jan 19 14:08  pnmtopng
lrwxrwxrwx  1 root root         8 Jan 19 14:08  pnmtopnm -> pamtopnm
-rwxr-xr-x  1 root root     35048 Jan 19 14:08  pnmtops
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  pnmtorast
-rwxr-xr-x  1 root root     35384 Jan 19 14:08  pnmtorle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmtosgi
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmtosir
lrwxrwxrwx  1 root root         9 Jan 19 14:08  pnmtotiff -> pamtotiff
-rwxr-xr-x  1 root root     43320 Jan 19 14:08  pnmtotiffcmyk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  pnmtoxwd
-rwxr-xr-x  1 root root      4041 Nov 23  2024  pod2html
-rwxr-xr-x  1 root root     18898 Nov 23  2024  pod2man
-rwxr-xr-x  1 root root     13112 Nov 23  2024  pod2text
-rwxr-xr-x  1 root root      4107 Nov 23  2024  pod2usage
-rwxr-xr-x  1 root root      3730 Nov 23  2024  podchecker
-rwxr-xr-x  1 root root      2837 Nov 22  2024  poff
-rwxr-xr-x  1 root root      1362 Nov 22  2024  pon
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppm3d
-rwxr-xr-x  1 root root      2044 Jan 19 14:08  ppmbrighten
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmchange
-rwxr-xr-x  1 root root     27032 Jan 19 14:08  ppmcie
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmcolormask
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmcolors
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmdcfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmddumpfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmdim
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmdist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmdither
-rwxr-xr-x  1 root root     22472 Jan 19 14:08  ppmdmkfont
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  ppmdraw
-rwxr-xr-x  1 root root     15116 Jan 19 14:08  ppmfade
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmflash
-rwxr-xr-x  1 root root     22768 Jan 19 14:08  ppmforge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmglobe
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmhist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmlabel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmmake
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmmix
lrwxrwxrwx  1 root root         7 Jan 19 14:08  ppmnorm -> pnmnorm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmntsc
-rwxr-xr-x  1 root root     35048 Jan 19 14:08  ppmpat
-rwxr-xr-x  1 root root      2352 Jan 19 14:08  ppmquant
lrwxrwxrwx  1 root root        11 Jan 19 14:08  ppmquantall -> pnmquantall
-rwxr-xr-x  1 root root      3564 Jan 19 14:08  ppmrainbow
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmrelief
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmrough
-rwxr-xr-x  1 root root     11107 Jan 19 14:08  ppmshadow
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmshift
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmspread
-rwxr-xr-x  1 root root     15440 Jan 19 14:08  ppmtoacad
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoapplevol
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtoarbtxt
-rwxr-xr-x  1 root root     14648 Jan 19 14:08  ppmtoascii
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtobmp
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtoeyuv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtogif
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoicr
-rwxr-xr-x  1 root root     43336 Jan 19 14:08  ppmtoilbm
lrwxrwxrwx  1 root root         9 Jan 19 14:08  ppmtojpeg -> pnmtojpeg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoleaf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtolj
-rwxr-xr-x  1 root root      9599 Jun 13  2021  ppmtolss16
-rwxr-xr-x  1 root root        82 Jan 19 14:08  ppmtomap
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  ppmtomitsu
-rwxr-xr-x  1 root root    509976 Jan 19 14:08  ppmtompeg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoneo
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtopcx
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtopi1
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtopict
-rwxr-xr-x  1 root root     14648 Jan 19 14:08  ppmtopj
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  ppmtopjxl
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtopuzz
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtorgb3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtosixel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtospu
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoterm
lrwxrwxrwx  1 root root         8 Jan 19 14:08  ppmtotga -> pamtotga
lrwxrwxrwx  1 root root         8 Jan 19 14:08  ppmtouil -> pamtouil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtowinicon
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  ppmtoxpm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoyuv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtoyuvsplit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmtv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ppmwheel
-rwxr-xr-x  1 root root     81072 Oct 23  2024  pr
-rwxr-xr-x  1 root root     68024 Dec 26  2024  preconv
-rwxr-xr-x  1 root root     43856 Oct 23  2024  printenv
-rwxr-xr-x  1 root root     52144 Oct 23  2024  printf
-rwxr-xr-x  1 root root     39832 Jan 27 23:36  prlimit
-rwxr-xr-x  1 root root     13677 Nov 23  2024  prove
-rwxr-xr-x  1 root root     19016 Mar  3  2024  prtstat
-rwxr-xr-x  1 root root    154552 Dec 10  2024  ps
lrwxrwxrwx  1 root root         9 Dec 20  2024  psfaddtable -> psfxtable
lrwxrwxrwx  1 root root         9 Dec 20  2024  psfgettable -> psfxtable
lrwxrwxrwx  1 root root         9 Dec 20  2024  psfstriptable -> psfxtable
-rwxr-xr-x  1 root root     31352 Dec 20  2024  psfxtable
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  psidtopgm
-rwxr-xr-x  1 root root     14792 Mar  3  2024  pslog
-rwxr-xr-x  1 root root     18744 Jan 19 14:08  pstopnm
-rwxr-xr-x  1 root root     36640 Mar  3  2024  pstree
lrwxrwxrwx  1 root root         6 Mar  3  2024  pstree.x11 -> pstree
-rwxr-xr-x  1 root root      3566 Nov 23  2024  ptar
-rwxr-xr-x  1 root root      2645 Nov 23  2024  ptardiff
-rwxr-xr-x  1 root root      4395 Nov 23  2024  ptargrep
-rwxr-xr-x  1 root root     64592 Oct 23  2024  ptx
-rwxr-xr-x  1 root root    112664 Dec 23  2024  pv
-rwxr-xr-x  1 root root     43952 Oct 23  2024  pwd
-rwxr-xr-x  1 root root     14648 Dec 10  2024  pwdx
-rwxr-xr-x  1 root root     11220 Jun 13  2021  pxelinux-options
-rwxr-xr-x  1 root root      7770 Jan  8  2025  py3clean
-rwxr-xr-x  1 root root     13305 Jan  8  2025  py3compile
lrwxrwxrwx  1 root root        31 Jan  8  2025  py3versions -> ../share/python3/py3versions.py
lrwxrwxrwx  1 root root         9 Jan  8  2025  pydoc3 -> pydoc3.13
-rwxr-xr-x  1 root root        80 Jan  3  2025  pydoc3.13
lrwxrwxrwx  1 root root        13 Jan  8  2025  pygettext3 -> pygettext3.13
-rwxr-xr-x  1 root root     24446 Jan  3  2025  pygettext3.13
lrwxrwxrwx  1 root root        10 Jan  8  2025  python3 -> python3.13
-rwxr-xr-x  1 root root   6779376 Jan  3  2025  python3.13
-rwxr-xr-x  1 root root    825816 Dec 30  2024  pzstd
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  qoitopam
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  qrttoppm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  rasttopnm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  rawtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  rawtoppm
lrwxrwxrwx  1 root root         4 Oct  5  2024  rbash -> bash
-rwxr-xr-x  1 root root    534128 Mar 11  2024  rdesktop
-rwxr-xr-x  1 root root    199344 Jan 24 11:03  rdma
-rwxr-xr-x  1 root root     52112 Oct 23  2024  readlink
-rwxr-xr-x  1 root root     52144 Oct 23  2024  realpath
-rwxr-xr-x  1 root root     31112 Jan 27 23:36  rename.ul
-rwxr-xr-x  1 root root     57808 Mar  9  2024  rendercheck
-rwxr-xr-x  1 root root     14720 Jan 27 23:36  renice
-rwxr-xr-x  1 root root     40393 Jan  5  2025  rescan-scsi-bus.sh
lrwxrwxrwx  1 root root         4 Oct 29  2024  reset -> tset
-rwxr-xr-x  1 root root     31544 Dec 20  2024  resizecons
-rwxr-xr-x  1 root root     80264 Jan 27 23:36  resizepart
-rwxr-xr-x  1 root root     14728 Jan 27 23:36  rev
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  rgb3toppm
-rwxr-xr-x  1 root root        30 Jul 21  2023  rgrep
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  rlatopam
-rwxr-xr-x  1 root root     35384 Jan 19 14:08  rletopnm
-rwxr-xr-x  1 root root     76848 Oct 23  2024  rm
-rwxr-xr-x  1 root root     14504 Aug 10  2024  rmcp
-rwxr-xr-x  1 root root     43952 Oct 23  2024  rmdir
lrwxrwxrwx  1 root root         4 Jan  6  2025  rnano -> nano
-rwxr-xr-x  1 root root      1658 Jan 24 11:03  routel
-rwxr-xr-x  1 root root   1475208 Jan 16 10:02  rpcclient
-rwxr-xr-x  1 root root     12855 Jan 15 18:34  rrsync
-rwxr-xr-x  1 root root      2610 Mar 12  2024  rstart
-rwxr-xr-x  1 root root      1469 Mar 12  2024  rstartd
-rwxr-xr-x  1 root root    522632 Jan 15 18:34  rsync
-rwxr-xr-x  1 root root      5136 Jan 15 18:34  rsync-ssl
lrwxrwxrwx  1 root root         6 Jan 24 11:03  rtstat -> lnstat
lrwxrwxrwx  1 root root        11 Jan 23 15:17  run0 -> systemd-run
-rwxr-xr-x  1 root root     44016 Oct 23  2024  runcon
-rwxr-xr-x  1 root root     27392 Nov 15  2024  run-parts
lrwxrwxrwx  1 root root        23 Jan 28 09:20  rview -> /etc/alternatives/rview
lrwxrwxrwx  1 root root        22 Jan 28 09:20  rvim -> /etc/alternatives/rvim
-rwxr-xr-x  1 root root    397296 Jan 15  2024  sadf
-rwxr-xr-x  1 root root     55464 Nov 24  2022  safecopy
lrwxrwxrwx  1 root root        21 Jan 15  2024  sar -> /etc/alternatives/sar
-rwxr-xr-x  1 root root    183256 Jan 15  2024  sar.sysstat
-rwxr-xr-x  1 root root      2599 Jul 15  2024  sas_disk_blink
-rwxr-xr-x  1 root root     10487 Nov 15  2024  savelog
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  sbigtopgm
-rwxr-xr-x  1 root root    227968 Oct 27  2024  scp
-rwxr-xr-x  1 root root    486488 Sep  6  2023  screen
-rwxr-xr-x  1 root root     14816 Dec 20  2024  screendump
-rwxr-xr-x  1 root root     76168 Jan 27 23:36  script
-rwxr-xr-x  1 root root     67976 Jan 27 23:36  scriptlive
-rwxr-xr-x  1 root root     47496 Jan 27 23:36  scriptreplay
-rwxr-xr-x  1 root root      4122 Jul 15  2024  scsi_ch_swp
-rwxr-xr-x  1 root root      8585 Jan  5  2025  scsi_logging_level
-rwxr-xr-x  1 root root      3602 Jan  5  2025  scsi_mandat
-rwxr-xr-x  1 root root      1327 Jan  5  2025  scsi_readcap
-rwxr-xr-x  1 root root      1121 Jan  5  2025  scsi_ready
-rwxr-xr-x  1 root root      3830 Jan  5  2025  scsi_satl
-rwxr-xr-x  1 root root      1285 Jan  5  2025  scsi_start
-rwxr-xr-x  1 root root      1474 Jan  5  2025  scsi_stop
-rwxr-xr-x  1 root root       936 Jan  5  2025  scsi_temperature
-rwxr-xr-x  1 root root     64608 Jan  7  2025  sdiff
-rwxr-xr-x  1 root root    470640 Jul 15  2024  sdparm
-rwxr-xr-x  1 root root    126424 Jan  1  2024  sed
-rwxr-xr-x  1 root root       474 Jan 26 21:23  select-default-iwrap
-rwxr-xr-x  1 root root      2678 Jun 24  2024  select-editor
lrwxrwxrwx  1 root root         8 Mar 22  2024  sem -> parallel
-rwxr-xr-x  1 root root      1082 Jun 24  2024  sensible-browser
-rwxr-xr-x  1 root root      1551 Jun 24  2024  sensible-editor
-rwxr-xr-x  1 root root       824 Jun 24  2024  sensible-pager
-rwxr-xr-x  1 root root      1109 Jun 24  2024  sensible-terminal
-rwxr-xr-x  1 root root     48080 Oct 23  2024  seq
-rwxr-xr-x  1 root root     14856 Jan 16 08:08  sessreg
-rwxr-xr-x  1 root root     88736 Jan 27 23:36  setarch
-rwxr-xr-x  1 root root     26864 Dec 26  2024  setcifsacl
-rwxr-xr-x  1 root root     64792 Dec 20  2024  setfont
-rwxr-xr-x  1 root root     14864 Dec 20  2024  setkeycodes
-rwxr-xr-x  1 root root     19000 Dec 20  2024  setleds
-rwxr-xr-x  1 root root     14872 Dec 20  2024  setlogcons
-rwxr-xr-x  1 root root     15016 Dec 20  2024  setmetamode
-rwxr-xr-x  1 root root     31040 Oct 29  2024  setpci
-rwxr-xr-x  1 root root     88464 Jan 27 23:36  setpriv
-rwxr-xr-x  1 root root     14728 Jan 27 23:36  setsid
-rwxr-xr-x  1 root root     47496 Jan 27 23:36  setterm
-rwxr-xr-x  1 root root     36759 Nov 29  2024  setupcon
-rwxr-xr-x  1 root root     14968 Dec 20  2024  setvtrgb
-rwxr-xr-x  1 root root     31760 Aug 21  2024  setxkbmap
-rwxr-xr-x  1 root root    240224 Oct 27  2024  sftp
lrwxrwxrwx  1 root root         6 Jan 27 23:36  sg -> newgrp
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_bg_ctl
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_compare_and_write
-rwxr-xr-x  1 root root     23368 Jan  5  2025  sg_copy_results
-rwxr-xr-x  1 root root     55544 Jan  5  2025  sg_dd
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_decode_sense
-rwxr-xr-x  1 root root     14576 Jan  5  2025  sg_emc_trespass
-rwxr-xr-x  1 root root     43320 Jan  5  2025  sg_format
-rwxr-xr-x  1 root root     34968 Jan  5  2025  sg_get_config
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_get_elem_status
-rwxr-xr-x  1 root root     31032 Jan  5  2025  sg_get_lba_status
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_ident
-rwxr-xr-x  1 root root     77760 Jan  5  2025  sginfo
-rwxr-xr-x  1 root root    216904 Jan  5  2025  sg_inq
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  sgitopnm
-rwxr-xr-x  1 root root    227648 Jan  5  2025  sg_logs
-rwxr-xr-x  1 root root     35128 Jan  5  2025  sg_luns
-rwxr-xr-x  1 root root     18672 Jan  5  2025  sg_map
-rwxr-xr-x  1 root root     27016 Jan  5  2025  sg_map26
-rwxr-xr-x  1 root root     39160 Jan  5  2025  sgm_dd
-rwxr-xr-x  1 root root     51512 Jan  5  2025  sg_modes
-rwxr-xr-x  1 root root     39232 Jan  5  2025  sg_opcodes
-rwxr-xr-x  1 root root     43256 Jan  5  2025  sgp_dd
-rwxr-xr-x  1 root root     35128 Jan  5  2025  sg_persist
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_prevent
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_raw
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_rbuf
-rwxr-xr-x  1 root root     14576 Jan  5  2025  sg_rdac
-rwxr-xr-x  1 root root     26872 Jan  5  2025  sg_read
-rwxr-xr-x  1 root root     31080 Jan  5  2025  sg_read_attr
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_read_block_limits
-rwxr-xr-x  1 root root     27672 Jan  5  2025  sg_read_buffer
-rwxr-xr-x  1 root root     31032 Jan  5  2025  sg_readcap
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_read_long
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_reassign
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_referrals
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_rem_rest_elem
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_rep_density
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_rep_pip
-rwxr-xr-x  1 root root     43320 Jan  5  2025  sg_rep_zones
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_requests
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_reset
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_reset_wp
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_rmsn
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_rtpg
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_safte
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_sanitize
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_sat_datetime
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_sat_identify
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_sat_phy_event
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_sat_read_gplog
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_sat_set_features
-rwxr-xr-x  1 root root     18672 Jan  5  2025  sg_scan
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_seek
-rwxr-xr-x  1 root root     31032 Jan  5  2025  sg_senddiag
-rwxr-xr-x  1 root root    178512 Jan  5  2025  sg_ses
-rwxr-xr-x  1 root root     31120 Jan  5  2025  sg_ses_microcode
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_start
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_stpg
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_stream_ctl
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_sync
-rwxr-xr-x  1 root root     22848 Jan  5  2025  sg_test_rwbuf
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_timestamp
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_turs
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_unmap
-rwxr-xr-x  1 root root     18744 Jan  5  2025  sg_verify
-rwxr-xr-x  1 root root    171592 Jan  5  2025  sg_vpd
-rwxr-xr-x  1 root root     31080 Jan  5  2025  sg_write_attr
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_write_buffer
-rwxr-xr-x  1 root root     14648 Jan  5  2025  sg_write_long
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_write_same
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_write_verify
-rwxr-xr-x  1 root root     55608 Jan  5  2025  sg_write_x
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_wr_mode
-rwxr-xr-x  1 root root     39168 Jan  5  2025  sg_xcopy
-rwxr-xr-x  1 root root     26936 Jan  5  2025  sg_z_act_query
-rwxr-xr-x  1 root root     22840 Jan  5  2025  sg_zone
lrwxrwxrwx  1 root root         4 Jan  8  2025  sh -> dash
-rwxr-xr-x  1 root root       594 Jun 13  2021  sha1pass
-rwxr-xr-x  1 root root     48144 Oct 23  2024  sha1sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024  sha224sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024  sha256sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024  sha384sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024  sha512sum
-rwxr-xr-x  1 root root      9982 Nov 23  2024  shasum
-rwxr-xr-x  1 root root     31296 Dec 20  2024  showconsolefont
-rwxr-xr-x  1 root root     19008 Dec 20  2024  showkey
-rwxr-xr-x  1 root root     14744 Jan 16 08:08  showrgb
-rwxr-xr-x  1 root root     68752 Oct 23  2024  shred
-rwxr-xr-x  1 root root     64528 Oct 23  2024  shuf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  sirtopnm
-rwxr-xr-x  1 root root     31056 Dec 10  2024  skill
-rwxr-xr-x  1 root root     22904 Dec 10  2024  slabtop
-rwxr-xr-x  1 root root     18720 Jan 19 14:08  sldtoppm
-rwxr-xr-x  1 root root     43888 Oct 23  2024  sleep
lrwxrwxrwx  1 root root         3 Oct 27  2024  slogin -> ssh
-rwxr-xr-x  1 root root      6455 Dec 26  2024  smb2-quota
-rwxr-xr-x  1 root root     63808 Jan 16 10:02  smbcacls
-rwxr-xr-x  1 root root    154016 Jan 16 10:02  smbclient
-rwxr-xr-x  1 root root     31032 Jan 16 10:02  smbcquotas
-rwxr-xr-x  1 root root     35112 Jan 16 10:02  smbget
-rwxr-xr-x  1 root root     30180 Dec 26  2024  smbinfo
-rwxr-xr-x  1 root root     26864 Jan 16 10:02  smbspool
-rwxr-xr-x  1 root root      4703 Jul 29  2024  smbtar
-rwxr-xr-x  1 root root     18672 Jan 16 10:02  smbtree
-rwxr-xr-x  1 root root     27480 Mar 12  2024  smproxy
lrwxrwxrwx  1 root root         5 Dec 10  2024  snice -> skill
-rwxr-xr-x  1 root root     51640 Dec 26  2024  soelim
-rwxr-xr-x  1 root root    118488 Oct 23  2024  sort
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  spctoppm
-rwxr-xr-x  1 root root     19459 Nov 23  2024  splain
-rwxr-xr-x  1 root root     65112 Oct 23  2024  split
-rwxr-xr-x  1 root root     14736 Dec 20  2024  splitfont
-rwxr-xr-x  1 root root     14584 Jan 19 14:08  spottopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  sputoppm
-rwxr-xr-x  1 root root     36665 Mar 22  2024  sql
-rwxr-xr-x  1 root root   1718816 Dec 25  2024  sqv
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  srftopam
-rwxr-xr-x  1 root root    211968 Jan 24 11:03  ss
-rwxr-xr-x  1 root root   1043488 Oct 27  2024  ssh
-rwxr-xr-x  1 root root    444864 Oct 27  2024  ssh-add
-rwxr-sr-x  1 root _ssh    420224 Oct 27  2024  ssh-agent
-rwxr-xr-x  1 root root      1455 Oct 27  2024  ssh-argv0
-rwxr-xr-x  1 root root     14170 Sep 19  2024  ssh-copy-id
-rwxr-xr-x  1 root root    567744 Oct 27  2024  ssh-keygen
-rwxr-xr-x  1 root root    584160 Oct 27  2024  ssh-keyscan
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  st4topgm
-rwxr-xr-x  1 root root      1531 Jul 23  2016  startfluxbox
-rwxr-xr-x  1 root root      5382 Nov 14  2023  startx
-rwxr-xr-x  1 root root     89360 Oct 23  2024  stat
-rwxr-xr-x  1 root root     48048 Oct 23  2024  stdbuf
-rwxr-xr-x  1 root root      8061 Nov 23  2024  streamzip
-rwxr-xr-x  1 root root     72720 Oct 23  2024  stty
-rwsr-xr-x  1 root root     80264 Jan 27 23:36  su
-rwsr-xr-x  1 root root    306456 Jan 16 10:19  sudo
lrwxrwxrwx  1 root root         4 Jan 16 10:19  sudoedit -> sudo
-rwxr-xr-x  1 root root    130992 Jan 16 10:19  sudoreplay
-rwxr-xr-x  1 root root     52184 Oct 23  2024  sum
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  sunicontopnm
-rwxr-xr-x  1 root root      3259 Jul 23  2023  su-to-root
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  svgtopam
-rwxr-xr-x  1 root root     43920 Oct 23  2024  sync
-rwxr-xr-x  1 root root    201448 Jun 13  2021  syslinux
-rwxr-xr-x  1 root root      1421 Jun 13  2021  syslinux2ansi
-rwxr-xr-x  1 root root    297904 Jan 23 15:17  systemctl
-rwxr-xr-x  1 root root     14712 Jan 23 15:17  systemd-ac-power
-rwxr-xr-x  1 root root    219944 Jan 23 15:17  systemd-analyze
-rwxr-xr-x  1 root root     18952 Jan 23 15:17  systemd-ask-password
-rwxr-xr-x  1 root root     18816 Jan 23 15:17  systemd-cat
-rwxr-xr-x  1 root root     23032 Jan 23 15:17  systemd-cgls
-rwxr-xr-x  1 root root     39320 Jan 23 15:17  systemd-cgtop
lrwxrwxrwx  1 root root        14 Jan 23 15:17  systemd-confext -> systemd-sysext
-rwxr-xr-x  1 root root     51880 Jan 23 15:17  systemd-creds
-rwxr-xr-x  1 root root     27008 Jan 23 15:17  systemd-delta
-rwxr-xr-x  1 root root     18808 Jan 23 15:17  systemd-detect-virt
-rwxr-xr-x  1 root root     18808 Jan 23 15:17  systemd-escape
-rwxr-xr-x  1 root root     56120 Jan 23 15:17  systemd-firstboot
-rwxr-xr-x  1 root root     14712 Jan 23 15:17  systemd-hwdb
-rwxr-xr-x  1 root root     27008 Jan 23 15:17  systemd-id128
-rwxr-xr-x  1 root root     22928 Jan 23 15:17  systemd-inhibit
-rwxr-xr-x  1 root root     18992 Jan 23 15:17  systemd-machine-id-setup
-rwxr-xr-x  1 root root     56024 Jan 23 15:17  systemd-mount
-rwxr-xr-x  1 root root     27288 Jan 23 15:17  systemd-notify
-rwxr-xr-x  1 root root     18808 Jan 23 15:17  systemd-path
-rwxr-xr-x  1 root root     84808 Jan 23 15:17  systemd-run
-rwxr-xr-x  1 root root     27008 Jan 23 15:17  systemd-socket-activate
-rwxr-xr-x  1 root root     18816 Jan 23 15:17  systemd-stdio-bridge
-rwxr-xr-x  1 root root     76360 Jan 23 15:17  systemd-sysext
-rwxr-xr-x  1 root root     68144 Jan 23 15:17  systemd-sysusers
-rwxr-xr-x  1 root root    121464 Jan 23 15:17  systemd-tmpfiles
-rwxr-xr-x  1 root root     35200 Jan 23 15:17  systemd-tty-ask-password-agent
lrwxrwxrwx  1 root root        13 Jan 23 15:17  systemd-umount -> systemd-mount
-rwxr-xr-x  1 root root     27200 Jan 23 15:17  systemd-vpick
-rwxr-xr-x  1 root root     18672 Oct 29  2024  tabs
-rwxr-xr-x  1 root root     48112 Oct 23  2024  tac
-rwxr-xr-x  1 root root     81040 Oct 23  2024  tail
-rwxr-xr-x  1 root root     27032 Jan 15  2024  tapestat
-rwxr-xr-x  1 root root    458280 Dec 18  2024  tar
-rwxr-xr-x  1 root root     63880 Jan 27 23:36  taskset
-rwxr-xr-x  1 root root    158136 Dec 26  2024  tbl
-rwxr-xr-x  1 root root     48112 Oct 23  2024  tee
lrwxrwxrwx  1 root root        24 Jun 23  2024  telnet -> /etc/alternatives/telnet
-rwxr-xr-x  1 root root     14576 Nov 15  2024  tempfile
-rwxr-xr-x  1 root root     48016 Oct 23  2024  test
-rwxr-xr-x  1 root root    418984 Sep  4  2024  testdisk
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  tgatoppm
-rwxr-xr-x  1 root root      2295 Jan 19 22:16  tgz
-rwxr-xr-x  1 root root     18672 Jan 19 14:08  thinkjettopbm
-rwxr-xr-x  1 root root     96608 Oct 29  2024  tic
-rwxr-xr-x  1 root root     43320 Jan 19 14:08  tifftopnm
-rwxr-xr-x  1 root root     47480 Jan 23 15:17  timedatectl
-rwxr-xr-x  1 root root     48632 Oct 23  2024  timeout
-rwxr-xr-x  1 root root     22856 Dec 10  2024  tload
-rwxr-xr-x  1 root root    178960 Mar  9  2024  tnftp
-rwxr-xr-x  1 root root     22768 Oct 29  2024  toe
-rwxr-xr-x  1 root root    138864 Dec 10  2024  top
-rwxr-xr-x  1 root root     93296 Oct 23  2024  touch
-rwxr-xr-x  1 root root     26896 Oct 29  2024  tput
-rwxr-xr-x  1 root root     56240 Oct 23  2024  tr
lrwxrwxrwx  1 root root        28 Sep 18  2024  traceproto -> /etc/alternatives/traceproto
-rwxr-xr-x  1 root root      2884 Sep 18  2024  traceproto.db
lrwxrwxrwx  1 root root        28 Sep 18  2024  traceroute -> /etc/alternatives/traceroute
lrwxrwxrwx  1 root root        29 Sep 18  2024  traceroute6 -> /etc/alternatives/traceroute6
lrwxrwxrwx  1 root root        13 Sep 18  2024  traceroute6.db -> traceroute.db
-rwxr-xr-x  1 root root     77104 Sep 18  2024  traceroute.db
-rwxr-xr-x  1 root root      1617 Sep 18  2024  traceroute-nanog
-rwxr-xr-x  1 root root     23656 Mar  9  2024  transset
-rwxr-xr-x  1 root root     93744 Nov 26  2024  tree
-rwxr-xr-x  1 root root    802640 Dec 26  2024  troff
-rwxr-xr-x  1 root root     39760 Oct 23  2024  true
-rwxr-xr-x  1 root root     48016 Oct 23  2024  truncate
-rwxr-xr-x  1 root root     30968 Oct 29  2024  tset
-rwxr-xr-x  1 root root     60304 Oct 23  2024  tsort
-rwxr-xr-x  1 root root     39792 Oct 23  2024  tty
-rwxr-xr-x  1 root root     22376 Jan 22 22:57  tzselect
-rwxr-xr-x  1 root root     36475 Jan 28 13:57  ucf
-rwxr-xr-x  1 root root     18905 Jan 28 13:57  ucfq
-rwxr-xr-x  1 root root     10173 Jan 28 13:57  ucfr
-rwxr-xr-x  1 root root     67976 Jan 27 23:36  uclampset
-rwxr-xr-x  1 root root     27168 Sep 16  2024  ucs2any
-rwxr-xr-x  1 root root    625424 Jan 23 15:17  udevadm
-rwxr-xr-x  1 root root     63976 May 16  2024  udfinfo
-rwxr-xr-x  1 root root     59704 Sep 26  2024  udisksctl
-rwxr-xr-x  1 root root     22920 Jan 27 23:36  ul
-rwsr-xr-x  1 root root     35200 Jan 27 23:36  umount
-rwxr-xr-x  1 root root     43888 Oct 23  2024  uname
lrwxrwxrwx  1 root root         6 Jan 17 04:18  uncompress -> gunzip
-rwxr-xr-x  1 root root     48080 Oct 23  2024  unexpand
-rwxr-xr-x  1 root root      2772 Dec 20  2024  unicode_start
-rwxr-xr-x  1 root root       528 Dec 20  2024  unicode_stop
-rwxr-xr-x  1 root root     56304 Oct 23  2024  uniq
-rwxr-xr-x  1 root root     39760 Oct 23  2024  unlink
lrwxrwxrwx  1 root root        24 Oct 29  2024  unlzma -> /etc/alternatives/unlzma
-rwxr-xr-x  1 root root      3690 Aug 21  2024  unmkinitramfs
-rwxr-xr-x  2 root root    133408 Aug 22  2023  unpigz
-rwxr-xr-x  1 root root     92792 Jan 27 23:36  unshare
lrwxrwxrwx  1 root root         2 Oct 29  2024  unxz -> xz
-rwxr-xr-x  2 root root    179248 Feb 19  2023  unzip
-rwxr-xr-x  1 root root     84848 Feb 19  2023  unzipsfx
lrwxrwxrwx  1 root root         4 Dec 30  2024  unzstd -> zstd
-rwxr-xr-x  1 root root     59712 Jan 16 02:56  update-alternatives
-rwxr-xr-x  1 root root     26944 Nov 25  2024  update-desktop-database
-rwxr-xr-x  1 root root    151224 Jul 23  2023  update-menus
-rwxr-xr-x  1 root root     80272 Jan 22 23:37  update-mime-database
-rwxr-xr-x  1 root root     14648 Dec 10  2024  uptime
-rwxr-xr-x  1 root root      4953 Oct 22  2024  usb-devices
-rwxr-xr-x  1 root root     31040 Oct 25  2024  usbhid-dump
-rwxr-xr-x  1 root root     14568 Oct 25  2024  usbreset
-rwxr-xr-x  1 root root     48112 Oct 23  2024  users
-rwxr-xr-x  1 root root        90 Aug 10  2018  user-setup
-rwxr-xr-x  1 root root      2541 Jan 19 22:16  uz
-rwxr-xr-x  1 root root     39416 Jan 23 15:17  varlinkctl
-rwxr-xr-x  1 root root     56352 Sep 30  2022  vbindiff
-rwxr-xr-x  1 root root    155472 Oct 23  2024  vdir
lrwxrwxrwx  1 root root        20 Jan 28 09:20  vi -> /etc/alternatives/vi
lrwxrwxrwx  1 root root        22 Jan 28 09:20  view -> /etc/alternatives/view
-rwxr-xr-x  1 root root     32368 Aug 29  2024  viewres
lrwxrwxrwx  1 root root        21 Jan 28 09:20  vim -> /etc/alternatives/vim
-rwxr-xr-x  1 root root   3887616 Jan 28 09:20  vim.basic
lrwxrwxrwx  1 root root        25 Jan 28 09:20  vimdiff -> /etc/alternatives/vimdiff
-rwxr-xr-x  1 root root   1740040 Jan 28 09:20  vim.tiny
-rwxr-xr-x  1 root root      4858 Jan 10  2025  vimtutor
-rwxr-xr-x  1 root root     39648 Dec 10  2024  vmstat
-rwxr-xr-x  1 root root     14760 Nov  8  2023  vmwarectrl
-rwxr-xr-x  1 root root     26936 Dec 10  2024  w
-rwxr-xr-x  1 root root   1651368 Jan  3  2025  w3m
-rwxr-xr-x  1 root root      1402 Jan  3  2025  w3mman
-rwxr-xr-x  1 root root     35216 Jan 27 23:36  waitpid
-rwxr-xr-x  1 root root     39304 Jan 27 23:36  wall
-rwxr-xr-x  1 root root     31512 Dec 10  2024  watch
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  wbmptopbm
-rwxr-xr-x  1 root root     64568 Oct 23  2024  wc
-rwxr-xr-x  1 root root     72096 Jan 27 23:36  wdctl
-rwxr-xr-x  1 root root    482672 Aug  2  2024  wget
-rwxr-xr-x  1 root root     52520 Aug 29  2024  whatis
-rwxr-xr-x  1 root root     31576 Jan 27 23:36  whereis
lrwxrwxrwx  1 root root        23 Nov 15  2024  which -> /etc/alternatives/which
-rwxr-xr-x  1 root root      1080 Nov 15  2024  which.debianutils
-rwxr-xr-x  1 root root     31488 Nov 13  2024  whiptail
-rwxr-xr-x  1 root root     52336 Oct 23  2024  who
-rwxr-xr-x  1 root root     39792 Oct 23  2024  whoami
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  winicontopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08  winicontoppm
-rwxr-xr-x  1 root root     67744 May 16  2024  wrudf
lrwxrwxrwx  1 root root        29 Jan  3  2025  www-browser -> /etc/alternatives/www-browser
lrwxrwxrwx  1 root root         4 Dec 20  2024  X -> Xorg
lrwxrwxrwx  1 root root         1 Jan 24 09:02  X11 -> .
-rwxr-xr-x  1 root root    203288 Mar  9  2024  x11perf
-rwxr-xr-x  1 root root      2807 Mar  9  2024  x11perfcomp
lrwxrwxrwx  1 root root         7 Jan 27 23:36  x86_64 -> setarch
lrwxrwxrwx  1 root root        23 Oct 10  2024  x86_64-linux-gnu-cpp -> x86_64-linux-gnu-cpp-14
-rwxr-xr-x  1 root root   1166360 Jan 30 07:50  x86_64-linux-gnu-cpp-14
-rwxr-xr-x  1 root root     76232 Aug 10  2024  xargs
-rwxr-xr-x  1 root root     52736 Dec  2  2024  xauth
-rwxr-xr-x  1 root root     25152 Mar  9  2024  xbiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  xbmtopbm
-rwxr-xr-x  1 root root     49072 Mar  9  2024  xcalc
-rwxr-xr-x  1 root root     27680 Mar  9  2024  xclipboard
-rwxr-xr-x  1 root root     55184 Mar  9  2024  xclock
-rwxr-xr-x  1 root root     39528 Jan 16 08:08  xcmsdb
-rwxr-xr-x  1 root root     28384 Mar  9  2024  xconsole
-rwxr-xr-x  1 root root     23152 Mar  9  2024  xcursorgen
-rwxr-xr-x  1 root root     23440 Mar  9  2024  xcutsel
-rwxr-xr-x  1 root root     55456 Aug 22  2024  xdg-dbus-proxy
-rwxr-xr-x  1 root root    115472 Mar  9  2024  xditview
-rwxr-xr-x  1 root root     40648 Aug 29  2024  xdpyinfo
-rwxr-xr-x  1 root root     14744 Aug 29  2024  xdriinfo
-rwxr-xr-x  1 root root    699272 Mar  9  2024  xedit
-rwxr-xr-x  1 root root     35872 Aug 29  2024  xev
-rwxr-xr-x  1 root root     37712 Mar  9  2024  xeyes
-rwxr-xr-x  1 root root     37408 Aug 29  2024  xfd
-rwxr-xr-x  1 root root     49792 Aug 29  2024  xfontsel
-rwxr-xr-x  1 root root     14784 Jan 16 08:08  xgamma
-rwxr-xr-x  1 root root     76976 Mar  9  2024  xgc
-rwxr-xr-x  1 root root     19064 Jan 16 08:08  xhost
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ximtoppm
-rwxr-xr-x  1 root root     23248 Nov 14  2023  xinit
-rwxr-xr-x  1 root root     14824 Aug 21  2024  xkbbell
-rwxr-xr-x  1 root root    218040 Aug 21  2024  xkbcomp
-rwxr-xr-x  1 root root     43800 Aug 21  2024  xkbevd
-rwxr-xr-x  1 root root     97032 Aug 21  2024  xkbprint
-rwxr-xr-x  1 root root     23896 Aug 21  2024  xkbvleds
-rwxr-xr-x  1 root root     23960 Aug 21  2024  xkbwatch
-rwxr-xr-x  1 root root     16982 Jan 16 08:08  xkeystone
-rwxr-xr-x  1 root root     14880 Aug 29  2024  xkill
-rwxr-xr-x  1 root root     23968 Mar  9  2024  xload
-rwxr-xr-x  1 root root     28336 Mar  9  2024  xlogo
-rwxr-xr-x  1 root root     14816 Aug 29  2024  xlsatoms
-rwxr-xr-x  1 root root     18992 Aug 29  2024  xlsclients
-rwxr-xr-x  1 root root     27304 Aug 29  2024  xlsfonts
-rwxr-xr-x  1 root root     50288 Mar  9  2024  xmag
-rwxr-xr-x  1 root root     84080 Mar  9  2024  xman
-rwxr-xr-x  1 root root     28224 Aug 29  2024  xmessage
-rwxr-xr-x  1 root root     44096 Jan 16 08:08  xmodmap
-rwxr-xr-x  1 root root     19152 Mar  9  2024  xmore
-rwxr-xr-x  1 root root       274 Dec 20  2024  Xorg
-rwxr-xr-x  1 root root     18720 Jan 19 14:08  xpmtoppm
-rwxr-xr-x  1 root root     50312 Aug 29  2024  xprop
-rwxr-xr-x  1 root root     64576 Jan 16 08:08  xrandr
-rwxr-xr-x  1 root root     35760 Jan 16 08:08  xrdb
-rwxr-xr-x  1 root root     14568 Aug 30  2024  xrdp-dis
-rwxr-xr-x  1 root root     18664 Aug 30  2024  xrdp-dumpfv1
-rwxr-xr-x  1 root root     15176 Aug 30  2024  xrdp-genkeymap
-rwxr-xr-x  1 root root     15368 Aug 30  2024  xrdp-keygen
-rwxr-xr-x  1 root root     14568 Aug 30  2024  xrdp-sesadmin
-rwxr-xr-x  1 root root     14640 Aug 30  2024  xrdp-sesrun
-rwxr-xr-x  1 root root     14888 Jan 16 08:08  xrefresh
-rwxr-xr-x  1 root root     35688 Jan 16 08:08  xset
-rwxr-xr-x  1 root root     14768 Jan 16 08:08  xsetmode
-rwxr-xr-x  1 root root     14784 Jan 16 08:08  xsetpointer
-rwxr-xr-x  1 root root     19048 Jan 16 08:08  xsetroot
-rwxr-xr-x  1 root root    102384 Mar 12  2024  xsm
-rwxr-xr-x  1 root root     15408 Jan 16 08:08  xstdcmap
-rwxr-xr-x  1 root root      5167 Nov 23  2024  xsubpp
lrwxrwxrwx  1 root root        37 Mar 10  2024  x-terminal-emulator -> /etc/alternatives/x-terminal-emulator
-rwxr-xr-x  1 root root     45320 Jan 16 08:08  xvidtune
-rwxr-xr-x  1 root root     18912 Aug 29  2024  xvinfo
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  xvminitoppm
-rwxr-xr-x  1 root root     35536 Mar  9  2024  xwd
-rwxr-xr-x  1 root root     22760 Jan 19 14:08  xwdtopnm
lrwxrwxrwx  1 root root        34 Jul 23  2016  x-window-manager -> /etc/alternatives/x-window-manager
-rwxr-xr-x  1 root root     48112 Aug 29  2024  xwininfo
-rwxr-xr-x  1 root root     31392 Mar  9  2024  xwud
-rwxr-xr-x  1 root root     22744 Jan 28 09:20  xxd
-rwxr-xr-x  1 root root     92840 Oct 29  2024  xz
lrwxrwxrwx  1 root root         2 Oct 29  2024  xzcat -> xz
lrwxrwxrwx  1 root root         6 Oct 29  2024  xzcmp -> xzdiff
-rwxr-xr-x  1 root root      7588 Oct 29  2024  xzdiff
lrwxrwxrwx  1 root root         6 Oct 29  2024  xzegrep -> xzgrep
lrwxrwxrwx  1 root root         6 Oct 29  2024  xzfgrep -> xzgrep
-rwxr-xr-x  1 root root     10413 Oct 29  2024  xzgrep
-rwxr-xr-x  1 root root      2383 Oct 29  2024  xzless
-rwxr-xr-x  1 root root      2234 Oct 29  2024  xzmore
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  ybmtopbm
-rwxr-xr-x  1 root root     55448 Dec 20  2024  yelp
-rwxr-xr-x  1 root root     43856 Oct 23  2024  yes
lrwxrwxrwx  1 root root         8 Oct 11  2024  ypdomainname -> hostname
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  yuvsplittoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  yuvtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  yuy2topam
-rwxr-xr-x  1 root root     52736 Jan 14 10:00  zcat
-rwxr-xr-x  1 root root      1973 Jan 17 04:18  zcat.gzip
-rwxr-xr-x  1 root root     52488 Jan 14 10:00  zcmp
-rwxr-xr-x  1 root root      1678 Jan 17 04:18  zcmp.gzip
-rwxr-xr-x  1 root root     56824 Jan 14 10:00  zdiff
-rwxr-xr-x  1 root root      6449 Jan 17 04:18  zdiff.gzip
-rwxr-xr-x  1 root root     26840 Jan 22 22:57  zdump
-rwxr-xr-x  1 root root        82 Jan 14 10:00  zegrep
-rwxr-xr-x  1 root root        29 Jan 17 04:18  zegrep.gzip
-rwxr-xr-x  1 root root     14568 Jan 19 14:08  zeisstopnm
-rwxr-xr-x  1 root root    140040 Nov 25  2024  zenity
-rwxr-xr-x  1 root root        82 Jan 14 10:00  zfgrep
-rwxr-xr-x  1 root root        29 Jan 17 04:18  zfgrep.gzip
-rwxr-xr-x  1 root root      2076 Jan 17 04:18  zforce
-rwxr-xr-x  1 root root     65456 Jan 14 10:00  zgrep
-rwxr-xr-x  1 root root      8199 Jan 17 04:18  zgrep.gzip
-rwxr-xr-x  1 root root    217360 Jul 24  2024  zip
-rwxr-xr-x  1 root root     94696 Jul 24  2024  zipcloak
-rwxr-xr-x  1 root root    236604 Nov 23  2024  zipdetails
-rwxr-xr-x  1 root root      2959 Feb 19  2023  zipgrep
-rwxr-xr-x  2 root root    179248 Feb 19  2023  zipinfo
-rwxr-xr-x  1 root root     90272 Jul 24  2024  zipnote
-rwxr-xr-x  1 root root     90272 Jul 24  2024  zipsplit
-rwxr-xr-x  1 root root      2434 Jan 17 04:18  zless
-rwxr-xr-x  1 root root      1837 Jan 17 04:18  zmore
-rwxr-xr-x  1 root root      4572 Jan 17 04:18  znew
-rwxr-xr-x  1 root root   1373720 Dec 30  2024  zstd
lrwxrwxrwx  1 root root         4 Dec 30  2024  zstdcat -> zstd
-rwxr-xr-x  1 root root      3869 Dec 30  2024  zstdgrep
-rwxr-xr-x  1 root root       197 Dec 30  2024  zstdless
lrwxrwxrwx  1 root root         4 Dec 30  2024  zstdmt -> zstd
-rwxr-xr-x  1 root root     52408 Jan 14 10:00  ztest
-rwxr-xr-x  1 root root     56896 Jan 14 10:00  zupdate

Last edited by Chuck9365 (2025-07-13 19:24:32)

Offline

#10 2025-07-13 19:32:22

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

ls /mnt/'$'/

If you didn't cut off anything from the pager, /usr/bin seems to have no entry [a-l]* ?

ls -l /mnt/usr/bin/{a,b}*
lrwxrwxrwx  1 root root        20 Jul 27  2024  mt -> /etc/alternatives/mt

Is this actually arch or debian??
If major parts of the installation are missing you'll have to fix this offline, can you, from an arch installation iso w/ /mnt mounted

 LC_ALL=C pacman --root=/mnt -Qkk | grep -v ', 0 altered files' | grep -v backup

?

Offline

#11 2025-07-14 11:27:21

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

total 126645
-rwxr-xr-x  1 root root     52112 Oct 23  2024 [
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 411toppm
-rwxr-xr-x  1 root root      2668 Jan 19 22:16 amuFormat.sh
-rwxr-xr-x  1 root root     12556 Jan 19 14:08 anytopnm
-rwxr-xr-x  1 root root     14792 Aug 29  2024 appres
lrwxrwxrwx  1 root root         6 Aug 29  2024 apropos -> whatis
-rwxr-xr-x  1 root root     18752 Jan 28 18:49 apt
-rwxr-xr-x  1 root root     96648 Jan 28 18:49 apt-cache
-rwxr-xr-x  1 root root     27016 Jan 28 18:49 apt-cdrom
-rwxr-xr-x  1 root root     31040 Jan 28 18:49 apt-config
-rwxr-xr-x  1 root root     51592 Jan 28 18:49 apt-get
-rwxr-xr-x  1 root root     67976 Jan 28 18:49 apt-mark
-rwxr-xr-x  1 root root     43888 Oct 23  2024 arch
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 asciitopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 atktopbm
-rwxr-xr-x  1 root root     14800 Mar  9  2024 atobm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 avstopam
lrwxrwxrwx  1 root root        21 Sep 12  2024 awk -> /etc/alternatives/awk
-rwxr-xr-x  1 root root     64528 Oct 23  2024 b2sum
-rwxr-xr-x  1 root root     48080 Oct 23  2024 base32
-rwxr-xr-x  1 root root     48080 Oct 23  2024 base64
-rwxr-xr-x  1 root root     43856 Oct 23  2024 basename
-rwxr-xr-x  1 root root     60368 Oct 23  2024 basenc
-rwxr-xr-x  1 root root   1302512 Oct  5  2024 bash
-rwxr-xr-x  1 root root      6944 Oct  5  2024 bashbug
-rwxr-xr-x  1 root root     97048 Mar 13  2024 bc
-rwxr-xr-x  1 root root     43672 Sep 16  2024 bdftopcf
-rwxr-xr-x  1 root root     14792 Sep 16  2024 bdftruncate
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 bioradtopgm
-rwxr-xr-x  1 root root    109584 Mar  9  2024 bitmap
-rwxr-xr-x  1 root root    123872 Jan 12  2023 bmon
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 bmptopnm
lrwxrwxrwx  1 root root         8 Jan 19 14:08 bmptoppm -> bmptopnm
-rwxr-xr-x  1 root root     14760 Mar  9  2024 bmtoa
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 brushtopbm
-rwxr-xr-x  1 root root     68336 Oct 28  2024 bterm
-rwxr-xr-x  1 root root   1058352 Jan  7  2025 btrfs
lrwxrwxrwx  1 root root         5 Jan  7  2025 btrfsck -> btrfs
-rwxr-xr-x  1 root root    619032 Jan  7  2025 btrfs-convert
-rwxr-xr-x  1 root root    557592 Jan  7  2025 btrfs-find-root
-rwxr-xr-x  1 root root    586264 Jan  7  2025 btrfs-image
-rwxr-xr-x  1 root root    557592 Jan  7  2025 btrfs-map-logical
-rwxr-xr-x  1 root root    553496 Jan  7  2025 btrfs-select-super
-rwxr-xr-x  1 root root    586264 Jan  7  2025 btrfstune
lrwxrwxrwx  1 root root         5 Aug 19  2024 bunzip2 -> bzip2
-rwxr-xr-x  1 root root    100888 Jan 23 15:17 busctl
-rwxr-xr-x  1 root root    826128 Oct  6  2024 busybox
-rwxr-xr-x  1 root root     80272 Dec 30  2024 bwrap
lrwxrwxrwx  1 root root         5 Aug 19  2024 bzcat -> bzip2
lrwxrwxrwx  1 root root         6 Aug 19  2024 bzcmp -> bzdiff
-rwxr-xr-x  1 root root      2225 Aug 19  2024 bzdiff
lrwxrwxrwx  1 root root         6 Aug 19  2024 bzegrep -> bzgrep
-rwxr-xr-x  1 root root      4893 Aug 17  2024 bzexe
lrwxrwxrwx  1 root root         6 Aug 19  2024 bzfgrep -> bzgrep
-rwxr-xr-x  1 root root      3775 Aug 19  2024 bzgrep
-rwxr-xr-x  1 root root     39224 Aug 19  2024 bzip2
-rwxr-xr-x  1 root root     14568 Aug 19  2024 bzip2recover
lrwxrwxrwx  1 root root         6 Aug 19  2024 bzless -> bzmore
-rwxr-xr-x  1 root root      1297 Aug 19  2024 bzmore
-rwxr-xr-x  1 root root    108856 Jan 19 14:08 cameratopam
lrwxrwxrwx  1 root root         3 Oct 29  2024 captoinfo -> tic
-rwxr-xr-x  1 root root     48144 Oct 23  2024 cat
-rwxr-xr-x  1 root root     43792 Aug 29  2024 catman
-rwxr-xr-x  1 root root      2196 Jun 11  2024 cdiff
-rwxr-xr-x  1 root root     78128 May 16  2024 cdrwtool
-rwxr-sr-x  1 root shadow  117944 Dec  6  2024 chage
-rwxr-xr-x  1 root root     14584 Jan  1  2025 chattr
-rwxr-xr-x  1 root root     76944 Oct 23  2024 chcon
-rwxr-xr-x  1 root root     14504 Aug 10  2024 chcp
-rwsr-xr-x  1 root root     70888 Dec  6  2024 chfn
-rwxr-xr-x  1 root root     76880 Oct 23  2024 chgrp
-rwxr-xr-x  1 root root     68592 Oct 23  2024 chmod
-rwxr-xr-x  1 root root     55688 Jan 27 23:36 choom
-rwxr-xr-x  1 root root     76880 Oct 23  2024 chown
-rwxr-xr-x  1 root root     72072 Jan 27 23:36 chrt
-rwsr-xr-x  1 root root     52936 Dec  6  2024 chsh
-rwxr-xr-x  1 root root     14912 Dec 20  2024 chvt
-rwxr-xr-x  1 root root     31312 Dec 26  2024 cifscreds
-rwxr-xr-x  1 root root     88936 Jan 16 10:02 cifsdd
-rwxr-xr-x  1 root root     22944 Jan 15  2024 cifsiostat
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 cistopbm
-rwxr-xr-x  1 root root    150678 Nov 29  2024 ckbcomp
-rwxr-xr-x  1 root root    122096 Oct 23  2024 cksum
-rwxr-xr-x  1 root root     14584 Oct 29  2024 clear
-rwxr-xr-x  1 root root     14488 Oct  5  2024 clear_console
-rwxr-xr-x  1 root root     56272 Jan  7  2025 cmp
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 cmuwmtopbm
-rwxr-xr-x  1 root root     14752 Dec 20  2024 codepage
-rwxr-xr-x  1 root root     35216 Jan 27 23:36 col
-rwxr-xr-x  1 root root     14728 Jan 27 23:36 colcrt
-rwxr-xr-x  1 root root     21797 Jun 11  2024 colordiff
-rwxr-xr-x  1 root root     35216 Jan 27 23:36 colrm
-rwxr-xr-x  1 root root     63888 Jan 27 23:36 column
-rwxr-xr-x  1 root root     48080 Oct 23  2024 comm
-rwxr-xr-x  1 root root   2365344 Jan  8  2024 coredhcp-client
-rwxr-xr-x  1 root root     15375 Nov 23  2024 corelist
-rwxr-xr-x  1 root root    147120 Oct 23  2024 cp
-rwxr-xr-x  1 root root      8360 Nov 23  2024 cpan
-rwxr-xr-x  1 root root      8381 Nov 23  2024 cpan5.40-x86_64-linux-gnu
-rwxr-xr-x  1 root root    162680 Jul 27  2024 cpio
-rwxr-xr-x  1 root root      6835 Jan  6  2025 c_rehash
-rwxr-xr-x  1 root root     60496 Oct 23  2024 csplit
lrwxrwxrwx  1 root root         6 Jan 24 11:03 ctstat -> lnstat
-rwxr-xr-x  1 root root     52240 Oct 23  2024 cut
-rwxr-xr-x  1 root root    394744 Jan 16 10:19 cvtsudoers
-rwxr-xr-x  1 root root    129736 Jan  8  2025 dash
-rwxr-xr-x  1 root root    109680 Oct 23  2024 date
-rwxr-xr-x  1 root root     14560 Dec 16  2024 dbus-cleanup-sockets
-rwxr-xr-x  1 root root    248408 Dec 16  2024 dbus-daemon
-rwxr-xr-x  1 root root     30952 Dec 16  2024 dbus-monitor
-rwxr-xr-x  1 root root     14568 Dec 16  2024 dbus-run-session
-rwxr-xr-x  1 root root     30944 Dec 16  2024 dbus-send
-rwxr-xr-x  1 root root     14560 Dec 16  2024 dbus-update-activation-environment
-rwxr-xr-x  1 root root     14560 Dec 16  2024 dbus-uuidgen
-rwxr-xr-x  1 root root     76984 Oct 23  2024 dd
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ddbugtopbm
-rwxr-xr-x  1 root root    147296 Nov 15  2024 ddrescue
-rwxr-xr-x  1 root root     81040 Nov 15  2024 ddrescuelog
-rwxr-xr-x  1 root root   3459176 Sep 20  2023 ddrescueview
-rwxr-xr-x  1 root root     14872 Dec 20  2024 deallocvt
-rwxr-xr-x  1 root root      2870 Dec 25  2024 debconf
-rwxr-xr-x  1 root root     11846 Dec 25  2024 debconf-apt-progress
-rwxr-xr-x  1 root root       623 Dec 25  2024 debconf-communicate
-rwxr-xr-x  1 root root      1718 Dec 25  2024 debconf-copydb
-rwxr-xr-x  1 root root       668 Dec 25  2024 debconf-escape
-rwxr-xr-x  1 root root      3216 Dec 25  2024 debconf-set-selections
-rwxr-xr-x  1 root root      1825 Dec 25  2024 debconf-show
-rwxr-xr-x  1 root root     24358 Dec 29  2024 deb-systemd-helper
-rwxr-xr-x  1 root root      7135 Dec 29  2024 deb-systemd-invoke
-rwxr-xr-x  1 root root     58712 Jan 27 11:21 delv
lrwxrwxrwx  1 root root        20 Nov 25  2024 desktop-file-edit -> desktop-file-install
-rwxr-xr-x  1 root root     94640 Nov 25  2024 desktop-file-install
-rwxr-xr-x  1 root root     82640 Nov 25  2024 desktop-file-validate
-rwxr-xr-x  1 root root     89784 Oct 23  2024 df
-rwxr-xr-x  1 root root      9444 Dec 12  2023 dh_installxmlcatalogs
-rwxr-xr-x  1 root root    159344 Jan  7  2025 diff
-rwxr-xr-x  1 root root     72848 Jan  7  2025 diff3
-rwxr-xr-x  1 root root    146184 Jan 27 11:21 dig
-rwxr-xr-x  1 root root    155472 Oct 23  2024 dir
-rwxr-xr-x  1 root root     56240 Oct 23  2024 dircolors
-rwxr-xr-x  1 root root    624840 Jan 16 09:17 dirmngr
-rwxr-xr-x  1 root root    117624 Jan 16 09:17 dirmngr-client
-rwxr-xr-x  1 root root     43856 Oct 23  2024 dirname
-rwxr-xr-x  1 root root      2952 Jul 14  2024 discover-config
-rwxr-xr-x  1 root root     90840 Jan 27 23:36 dmesg
lrwxrwxrwx  1 root root         8 Oct 11  2024 dnsdomainname -> hostname
-rwxr-xr-x  1 root root     22864 Jan 27 11:21 dnstap-read
lrwxrwxrwx  1 root root         8 Oct 11  2024 domainname -> hostname
-rwxr-xr-x  1 root root    322608 Jan 16 02:56 dpkg
-rwxr-xr-x  1 root root    178720 Jan 16 02:56 dpkg-deb
-rwxr-xr-x  1 root root    162584 Jan 16 02:56 dpkg-divert
-rwxr-xr-x  1 root root     21166 Jan 16 02:56 dpkg-maintscript-helper
-rwxr-xr-x  1 root root    166672 Jan 16 02:56 dpkg-query
-rwxr-xr-x  1 root root     59728 Jan 16 02:56 dpkg-realpath
-rwxr-xr-x  1 root root    137712 Jan 16 02:56 dpkg-split
-rwxr-xr-x  1 root root     72192 Jan 16 02:56 dpkg-statoverride
-rwxr-xr-x  1 root root     92656 Jan 16 02:56 dpkg-trigger
-rwxr-xr-x  1 root root    109840 Oct 23  2024 du
-rwxr-xr-x  1 root root    179336 Dec 20  2024 dumpkeys
-rwxr-xr-x  1 root root     14504 Aug 10  2024 dumpseg
-rwxr-xr-x  1 root root     43856 Oct 23  2024 echo
lrwxrwxrwx  1 root root        24 Jan  6  2025 editor -> /etc/alternatives/editor
-rwxr-xr-x  1 root root     75376 Aug 29  2024 editres
-rwxr-xr-x  1 root root     23216 Jul 14  2024 efibootdump
-rwxr-xr-x  1 root root     49376 Jul 14  2024 efibootmgr
-rwxr-xr-x  1 root root        41 Jan  4  2024 egrep
-rwxr-xr-x  1 root root     96496 Jan 27 23:36 eject
-rwxr-xr-x  1 root root     41953 Nov 23  2024 enc2xs
-rwxr-xr-x  1 root root      3065 Nov 23  2024 encguess
-rwxr-xr-x  1 root root     51600 Jan 27 23:36 enosys
-rwxr-xr-x  1 root root     56760 Oct 23  2024 env
-rwxr-xr-x  1 root root      5004 Mar 22  2024 env_parallel
-rwxr-xr-x  1 root root     20410 Mar 22  2024 env_parallel.bash
-rwxr-xr-x  1 root root      5382 Mar 22  2024 env_parallel.csh
-rwxr-xr-x  1 root root     20243 Mar 22  2024 env_parallel.dash
-rwxr-xr-x  1 root root      6648 Mar 22  2024 env_parallel.fish
-rwxr-xr-x  1 root root     20242 Mar 22  2024 env_parallel.ksh
-rwxr-xr-x  1 root root     18917 Mar 22  2024 env_parallel.mksh
-rwxr-xr-x  1 root root     20241 Mar 22  2024 env_parallel.sh
-rwxr-xr-x  1 root root      5385 Mar 22  2024 env_parallel.tcsh
-rwxr-xr-x  1 root root     20242 Mar 22  2024 env_parallel.zsh
-rwxr-xr-x  1 root root     47424 Jan 15 15:45 envsubst
-rwxr-xr-x  1 root root    214448 Dec 26  2024 eqn
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 escp2topbm
lrwxrwxrwx  1 root root        20 Jan 28 09:20 ex -> /etc/alternatives/ex
-rwxr-xr-x  1 root root     48080 Oct 23  2024 expand
-rwxr-sr-x  1 root shadow   31256 Dec  6  2024 expiry
-rwxr-xr-x  1 root root     52144 Oct 23  2024 expr
-rwxr-xr-x  1 root root    213792 Jun 13  2021 extlinux
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 eyuvtoppm
-rwxr-xr-x  1 root root     40136 Mar 29  2024 f3brew
-rwxr-xr-x  1 root root     19344 Mar 29  2024 f3fix
-rwxr-xr-x  1 root root     48328 Mar 29  2024 f3probe
-rwxr-xr-x  1 root root     31376 Mar 29  2024 f3read
-rwxr-xr-x  1 root root     31376 Mar 29  2024 f3write
-rwxr-xr-x  1 root root     72848 Oct 23  2024 factor
-rwxr-xr-x  1 root root     31120 Jan 27 23:36 fadvise
-rwxr-xr-x  1 root root     35208 Jan 27 23:36 fallocate
-rwxr-xr-x  1 root root     39760 Oct 23  2024 false
-rwxr-xr-x  1 root root    172008 Jul 23  2016 fbrun
-rwxr-xr-x  1 root root     17344 Jul 23  2016 fbsetbg
-rwxr-xr-x  1 root root    159816 Jul 23  2016 fbsetroot
-rwxr-xr-x  1 root root     22840 Jan  9  2025 fc-cache
-rwxr-xr-x  1 root root     18744 Jan  9  2025 fc-cat
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-conflist
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-list
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-match
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-pattern
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-query
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-scan
-rwxr-xr-x  1 root root     14648 Jan  9  2025 fc-validate
-rwxr-xr-x  1 root root    211632 Nov 12  2024 feh
-rwxr-xr-x  1 root root     14864 Dec 20  2024 fgconsole
-rwxr-xr-x  1 root root        41 Jan  4  2024 fgrep
-rwxr-xr-x  1 root root    101456 Jan 19 14:08 fiascotopnm
-rwxr-xr-x  1 root root    348832 Sep  4  2024 fidentify
-rwxr-xr-x  1 root root     27160 Oct 28  2024 file
-rwxr-xr-x  1 root root     43520 Jan 27 23:36 fincore
-rwxr-xr-x  1 root root    233040 Aug 10  2024 find
-rwxr-xr-x  1 root root     89960 Jan 27 23:36 findmnt
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 fitstopnm
-rwxr-xr-x  1 root root     35288 Jan 27 23:36 flock
-rwxr-xr-x  1 root root   1340864 Jul 23  2016 fluxbox
-rwxr-xr-x  1 root root     10648 Jul 23  2016 fluxbox-remote
-rwxr-xr-x  1 root root    101464 Jul 23  2016 fluxbox-update_configs
-rwxr-xr-x  1 root root     52144 Oct 23  2024 fmt
-rwxr-xr-x  1 root root     48048 Oct 23  2024 fold
-rwxr-xr-x  1 root root     47864 Sep 16  2024 fonttosfnt
-rwxr-xr-x  1 root root     26936 Dec 10  2024 free
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 fstopgm
lrwxrwxrwx  1 root root        21 Mar  9  2024 ftp -> /etc/alternatives/ftp
-rwxr-xr-x  1 root root     23000 Feb 19  2023 funzip
-rwxr-xr-x  1 root root     40784 Mar  3  2024 fuser
lrwxrwxrwx  1 root root        11 Sep 21  2024 fusermount -> fusermount3
-rwsr-xr-x  1 root root     35128 Sep 21  2024 fusermount3
-rwxr-xr-x  1 root root     19520 Jan 19 14:08 g3topbm
-rwxr-xr-x  1 root root    180712 Dec  4  2024 galculator
-rwxr-xr-x  1 root root    717248 Apr  5  2024 gawk
-rwxr-xr-x  1 root root      6783 Apr  5  2024 gawkbug
-rwxr-xr-x  1 root root     14648 Nov 11  2024 geany
lrwxrwxrwx  1 root root         8 Jan 19 14:08 gemtopbm -> gemtopnm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 gemtopnm
lrwxrwxrwx  1 root root         3 Dec 26  2024 geqn -> eqn
-rwxr-xr-x  1 root root     18672 Dec 26  2024 getcifsacl
-rwxr-xr-x  1 root root     26920 Jan 22 22:57 getconf
-rwxr-xr-x  1 root root     35480 Jan 22 22:57 getent
-rwxr-xr-x  1 root root     14432 Jun 13  2021 gethostip
-rwxr-xr-x  1 root root     14872 Dec 20  2024 getkeycodes
-rwxr-xr-x  1 root root     35208 Jan 27 23:36 getopt
-rwxr-xr-x  1 root root     39232 Jan 15 15:45 gettext
-rwxr-xr-x  1 root root      5167 Jan 15 15:45 gettext.sh
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 giftopnm
-rwxr-xr-x  1 root root      3840 Jan 30 22:06 gl-gen-grub2-efi-bldr
-rwxr-xr-x  1 root root       562 Jan 30 22:06 gl-get-ipadd
-rwxr-xr-x  1 root root       903 Jan 30 22:06 gl-get-macadd
-rwxr-xr-x  1 root root        25 Jan 30 22:06 gl-killx
-rwxr-xr-x  1 root root       864 Jan 30 22:06 gl-screenshot
lrwxrwxrwx  1 root root         4 Dec 20  2024 gnome-help -> yelp
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 gouldtoppm
-rwsr-xr-x  1 root root     88568 Dec  6  2024 gpasswd
-rwxr-xr-x  1 root root   1153888 Jan 16 09:17 gpg
-rwxr-xr-x  1 root root    423136 Jan 16 09:17 gpg-agent
-rwxr-xr-x  1 root root    162608 Jan 16 09:17 gpgconf
-rwxr-xr-x  1 root root    146392 Jan 16 09:17 gpg-connect-agent
-rwxr-xr-x  1 root root    589600 Jan 16 09:17 gpgsm
lrwxrwxrwx  1 root root         3 Dec 26  2024 gpic -> pic
-rwxr-xr-x  1 root root    203152 Jan  4  2024 grep
-rwxr-xr-x  1 root root    128464 Dec 26  2024 groff
-rwxr-xr-x  1 root root     19195 Dec 26  2024 grog
-rwxr-xr-x  1 root root    190320 Dec 26  2024 grops
-rwxr-xr-x  1 root root    144848 Dec 26  2024 grotty
-rwxr-xr-x  1 root root     43920 Oct 23  2024 groups
-rwxr-xr-x  1 root root    399592 Jul 15  2024 grub-editenv
-rwxr-xr-x  1 root root    754888 Jul 15  2024 grub-file
-rwxr-xr-x  1 root root    875464 Jul 15  2024 grub-fstest
-rwxr-xr-x  1 root root    102024 Jul 15  2024 grub-glue-efi
-rwxr-xr-x  1 root root      1681 Jul 15  2024 grub-kbdcomp
-rwxr-xr-x  1 root root     85704 Jul 15  2024 grub-menulst2cfg
-rwxr-xr-x  1 root root    131368 Jul 15  2024 grub-mkfont
-rwxr-xr-x  1 root root    379112 Jul 15  2024 grub-mkimage
-rwxr-xr-x  1 root root    102344 Jul 15  2024 grub-mklayout
-rwxr-xr-x  1 root root    433112 Jul 15  2024 grub-mknetdir
-rwxr-xr-x  1 root root    110664 Jul 15  2024 grub-mkpasswd-pbkdf2
-rwxr-xr-x  1 root root    262888 Jul 15  2024 grub-mkrelpath
-rwxr-xr-x  1 root root   1031992 Jul 15  2024 grub-mkrescue
-rwxr-xr-x  1 root root    515368 Jul 15  2024 grub-mkstandalone
-rwxr-xr-x  1 root root    694072 Jul 15  2024 grub-mount
lrwxrwxrwx  1 root root        34 Jul 15  2024 grub-ntldr-img -> ../lib/grub/i386-pc/grub-ntldr-img
-rwxr-xr-x  1 root root    759560 Jul 15  2024 grub-render-label
-rwxr-xr-x  1 root root    126440 Jul 15  2024 grub-script-check
-rwxr-xr-x  1 root root    710936 Jul 15  2024 grub-syslinux2cfg
-rwxr-xr-x  1 root root      4692 Jan  1  2025 gsmartcontrol-root
lrwxrwxrwx  1 root root         3 Dec 26  2024 gtbl -> tbl
-rwxr-xr-x  1 root root     18864 Dec 20  2024 gtf
-rwxr-xr-x  1 root root     39472 Jan  6  2025 gtk4-update-icon-cache
lrwxrwxrwx  1 root root        22 Jan  6  2025 gtk-update-icon-cache -> gtk4-update-icon-cache
-rwxr-xr-x  1 root root      2335 Jan 17 04:18 gunzip
-rwxr-xr-x  1 root root      6436 Jan 17 04:18 gzexe
-rwxr-xr-x  1 root root    102200 Jan 17 04:18 gzip
-rwxr-xr-x  1 root root     28826 Nov 23  2024 h2ph
-rwxr-xr-x  1 root root     60934 Nov 23  2024 h2xs
-rwxr-xr-x  1 root root     59896 Jan 27 23:36 hardlink
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hattrib
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hcd
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hcopy
lrwxrwxrwx  1 root root         7 Jan 27 23:36 hd -> hexdump
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hdel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 hdifftopam
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hdir
-rwxr-xr-x  1 root root     52176 Oct 23  2024 head
-rwxr-xr-x  1 root root      2514 Jan 10  2025 helpztags
-rwxr-xr-x  1 root root     63896 Jan 27 23:36 hexdump
-rwxr-xr-x  1 root root     47264 Jul 10  2022 hexedit
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hformat
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 hipstopgm
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hls
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hmkdir
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hmount
-rwxr-xr-x  1 root root    113376 Jan 27 11:21 host
-rwxr-xr-x  1 root root     39760 Oct 23  2024 hostid
-rwxr-xr-x  1 root root     26776 Oct 11  2024 hostname
-rwxr-xr-x  1 root root     31112 Jan 23 15:17 hostnamectl
-rwxr-xr-x  1 root root       798 Jan 19 14:08 hpcdtoppm
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hpwd
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hrename
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hrmdir
-rwxr-xr-x  1 root root    342256 Jan 28  2024 htop
-rwxr-xr-x 14 root root    133992 Apr 14  2024 humount
-rwxr-xr-x 14 root root    133992 Apr 14  2024 hvol
lrwxrwxrwx  1 root root         7 Jan 27 23:36 i386 -> setarch
-rwxr-xr-x  1 root root     39688 Jan 16 08:08 iceauth
-rwxr-xr-x  1 root root     52128 Mar  9  2024 ico
lrwxrwxrwx  1 root root        12 Jan 19 14:08 icontopbm -> sunicontopnm
-rwxr-xr-x  1 root root     68032 Jan 22 22:57 iconv
-rwxr-xr-x  1 root root     52240 Oct 23  2024 id
-rwxr-xr-x  1 root root    248576 Jun  8  2024 idesk
-rwxr-xr-x  1 root root     39224 Jan 19 14:08 ilbmtoppm
-rwxr-xr-x  1 root root      1241 Dec 28  2024 imagetops
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 imgtoppm
-rwxr-xr-x  1 root root    194760 Jun 23  2024 inetutils-telnet
-rwxr-xr-x  1 root root     67904 Oct 29  2024 infocmp
lrwxrwxrwx  1 root root         3 Oct 29  2024 infotocap -> tic
-rwxr-xr-x  1 root root     14648 Jan 19 14:08 infotopam
-rwxr-xr-x  1 root root    151384 Oct 23  2024 install
-rwxr-xr-x  1 root root    282080 Jul 23  2023 install-menu
-rwxr-xr-x  1 root root      4373 Nov 23  2024 instmodsh
-rwxr-xr-x  1 root root     35208 Jan 27 23:36 ionice
-rwxr-xr-x  1 root root     55704 Jan 15  2024 iostat
-rwxr-xr-x  1 root root    717816 Jan 24 11:03 ip
-rwxr-xr-x  1 root root     35280 Jan 27 23:36 ipcmk
-rwxr-xr-x  1 root root     35208 Jan 27 23:36 ipcrm
-rwxr-xr-x  1 root root     80264 Jan 27 23:36 ipcs
-rwxr-xr-x  1 root root     14752 Nov 15  2024 ischroot
lrwxrwxrwx  1 root root        14 Jan  2  2025 iscsiadm -> /sbin/iscsiadm
-rwxr-xr-x  1 root root     26960 Jun 13  2021 isohybrid
-rwxr-xr-x  1 root root     14184 Jun 13  2021 isohybrid.pl
-rwxr-xr-x  1 root root      7220 Jan 26 21:23 ispell-wrapper
-rwxr-xr-x  1 root root     58440 Jan 19 14:08 jbigtopnm
-rwxr-xr-x  1 root root     60464 Oct 23  2024 join
-rwxr-xr-x  1 root root     93296 Jan 23 15:17 journalctl
-rwxr-xr-x  1 root root    217856 Jan 19 14:08 jpeg2ktopam
-rwxr-xr-x  1 root root     39224 Jan 19 14:08 jpegtopnm
-rwxr-xr-x  1 root root      5021 Nov 23  2024 json_pp
-rwxr-xr-x  1 root root       134 Sep  8  2019 kbd-config
-rwxr-xr-x  1 root root     14872 Dec 20  2024 kbdinfo
-rwxr-xr-x  1 root root     15176 Dec 20  2024 kbd_mode
-rwxr-xr-x  1 root root     55944 Jan 23 15:17 kernel-install
-rwxr-xr-x  1 root root     22840 Dec 10  2024 kill
-rwxr-xr-x  1 root root     32720 Mar  3  2024 killall
-rwxr-xr-x  1 root root    182440 Aug 20  2024 kmod
-rwxr-xr-x  1 root root      5347 Jan 22 22:57 ldd
lrwxrwxrwx  1 root root        29 Jan 22 22:57 ld.so -> ../lib64/ld-linux-x86-64.so.2
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 leaftoppm
-rwxr-xr-x  1 root root    225216 May  1  2024 less
-rwxr-xr-x  1 root root     14584 May  1  2024 lessecho
lrwxrwxrwx  1 root root         8 May  1  2024 lessfile -> lesspipe
-rwxr-xr-x  1 root root     24216 May  1  2024 lesskey
-rwxr-xr-x  1 root root      9047 Apr 28  2024 lesspipe
-rwxr-xr-x  1 root root    110056 Aug 29  2024 lexgrog
lrwxrwxrwx  1 root root        21 Sep 18  2024 lft -> /etc/alternatives/lft
-rwxr-xr-x  1 root root      2489 Sep 18  2024 lft.db
-rwxr-xr-x  1 root root     15778 Nov 23  2024 libnetcfg
-rwxr-xr-x  1 root root     39760 Oct 23  2024 link
lrwxrwxrwx  1 root root         7 Jan 27 23:36 linux32 -> setarch
lrwxrwxrwx  1 root root         7 Jan 27 23:36 linux64 -> setarch
-rwxr-xr-x  1 root root      4674 Jan  1  2025 linux-check-removal
-rwxr-xr-x  1 root root      6498 Jan  1  2025 linux-update-symlinks
-rwxr-xr-x  1 root root      2698 Jan  1  2025 linux-version
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 lispmtopgm
-rwxr-xr-x  1 root root     15208 Aug 29  2024 listres
-rwxr-xr-x  1 root root       290 May 29  2024 live-boot
-rwxr-xr-x  1 root root      4173 Aug 18  2024 live-config
-rwxr-xr-x  1 root root      2271 Aug 18  2024 live-config-update
-rwxr-xr-x  1 root root      2075 May 25  2024 live-medium-cache
-rwxr-xr-x  1 root root      2681 May 25  2024 live-medium-eject
-rwxr-xr-x  1 root root      7665 May 25  2024 live-partial-squashfs-updates
-rwxr-xr-x  1 root root     10120 May 25  2024 live-persistence
-rwxr-xr-x  1 root root      2405 May 29  2024 live-swapfile
-rwxr-xr-x  1 root root      1347 May 25  2024 live-system
-rwxr-xr-x  1 root root      2805 May 25  2024 live-toram
-rwxr-xr-x  1 root root      2621 May 25  2024 live-update-initramfs
-rwxr-xr-x  1 root root      1557 May 25  2024 live-update-initramfs-uuid
-rwxr-xr-x  1 root root     72856 Oct 23  2024 ln
-rwxr-xr-x  1 root root     27304 Jan 24 11:03 lnstat
-rwxr-xr-x  1 root root    228696 Dec 20  2024 loadkeys
-rwxr-xr-x  1 root root     39800 Dec 20  2024 loadunimap
-rwxr-xr-x  1 root root     46656 Jan 22 22:57 locale
-rwxr-xr-x  1 root root     27008 Jan 23 15:17 localectl
-rwxr-xr-x  1 root root    306232 Jan 22 22:57 localedef
-rwxr-xr-x  1 root root     60392 Jan 27 23:36 logger
-rwxr-xr-x  1 root root     67968 Jan 27 23:36 login
-rwxr-xr-x  1 root root     68112 Jan 23 15:17 loginctl
-rwxr-xr-x  1 root root     39760 Oct 23  2024 logname
-rwxr-xr-x  1 root root     18824 Jan 27 23:36 look
-rwxr-xr-x  1 root root    121760 Oct  5  2024 lowntfs-3g
-rwxr-xr-x  1 root root    155472 Oct 23  2024 ls
-rwxr-xr-x  1 root root     14584 Jan  1  2025 lsattr
-rwxr-xr-x  1 root root    240016 Jan 27 23:36 lsblk
-rwxr-xr-x  1 root root      2834 Jun 20  2024 lsb_release
-rwxr-xr-x  1 root root     14512 Aug 10  2024 lscp
-rwxr-xr-x  1 root root    162192 Jan 27 23:36 lscpu
-rwxr-xr-x  1 root root    212480 Jan 27 23:36 lsfd
-rwxr-xr-x  1 root root    960968 Oct 21  2024 lshw
-rwxr-xr-x  1 root root       735 Aug 21  2024 lsinitramfs
-rwxr-xr-x  1 root root    100744 Jan 27 23:36 lsipc
-rwxr-xr-x  1 root root     39488 Jan 27 23:36 lsirq
-rwxr-xr-x  1 root root     76600 Jan 27 23:36 lslocks
-rwxr-xr-x  1 root root    104840 Jan 27 23:36 lslogins
-rwxr-xr-x  1 root root     72072 Jan 27 23:36 lsmem
lrwxrwxrwx  1 root root         4 Aug 20  2024 lsmod -> kmod
-rwxr-xr-x  1 root root     88464 Jan 27 23:36 lsns
-rwxr-xr-x  1 root root    208792 Nov 14  2024 lsof
-rwxr-xr-x  1 root root    110640 Oct 29  2024 lspci
-rwxr-xr-x  1 root root      1228 Jan  4  2025 lspower
-rwxr-xr-x  1 root root      2479 Jun 13  2021 lss16toppm
-rwxr-xr-x  1 root root     85600 Jan 12  2025 lsscsi
-rwxr-xr-x  1 root root     14504 Aug 10  2024 lssu
-rwxr-xr-x  1 root root    244056 Oct 25  2024 lsusb
-rwxr-xr-x  1 root root     38992 Dec 15  2024 lxrandr
-rwxr-xr-x  1 root root     83488 Mar 10  2024 lxterminal
lrwxrwxrwx  1 root root         2 Jan 19 22:16 lz -> uz
lrwxrwxrwx  1 root root        23 Oct 29  2024 lzcat -> /etc/alternatives/lzcat
lrwxrwxrwx  1 root root        23 Oct 29  2024 lzcmp -> /etc/alternatives/lzcmp
lrwxrwxrwx  1 root root        24 Oct 29  2024 lzdiff -> /etc/alternatives/lzdiff
lrwxrwxrwx  1 root root        25 Oct 29  2024 lzegrep -> /etc/alternatives/lzegrep
lrwxrwxrwx  1 root root        25 Oct 29  2024 lzfgrep -> /etc/alternatives/lzfgrep
lrwxrwxrwx  1 root root        24 Oct 29  2024 lzgrep -> /etc/alternatives/lzgrep
lrwxrwxrwx  1 root root        24 Oct 29  2024 lzless -> /etc/alternatives/lzless
lrwxrwxrwx  1 root root        22 Oct 29  2024 lzma -> /etc/alternatives/lzma
-rwxr-xr-x  1 root root     14648 Oct 29  2024 lzmainfo
lrwxrwxrwx  1 root root        24 Oct 29  2024 lzmore -> /etc/alternatives/lzmore
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 macptopbm
-rwxr-xr-x  1 root root    124272 Aug 29  2024 man
-rwxr-xr-x  1 root root    151152 Aug 29  2024 mandb
-rwxr-xr-x  1 root root     35616 Aug 29  2024 manpath
-rwxr-xr-x  1 root root     36232 Aug 29  2024 man-recode
-rwxr-xr-x  1 root root     35672 Dec 20  2024 mapscrn
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mattrib -> mtools
-rwxr-xr-x  1 root root    166568 Sep 12  2024 mawk
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mbadblocks -> mtools
-rwxr-xr-x  1 root root   1148960 Jan 29 06:43 mc
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mcat -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mcd -> mtools
lrwxrwxrwx  1 root root         2 Jan 29 06:43 mcdiff -> mc
lrwxrwxrwx  1 root root         2 Jan 29 06:43 mcedit -> mc
-rwxr-xr-x  1 root root      1667 Jan 19 22:16 mcheck
-rwxr-xr-x  1 root root       847 Jan 19 22:16 mcomp
-rwxr-xr-x  1 root root     39376 Jan 27 23:36 mcookie
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mcopy -> mtools
lrwxrwxrwx  1 root root         2 Jan 29 06:43 mcview -> mc
-rwxr-xr-x  1 root root       587 Jun 13  2021 md5pass
-rwxr-xr-x  1 root root     52240 Oct 23  2024 md5sum
lrwxrwxrwx  1 root root         6 Oct 23  2024 md5sum.textutils -> md5sum
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 mdatopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mdel -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mdeltree -> mtools
-rwxr-xr-x  1 root root     30176 Oct 13  2022 mdetect
-rwxr-xr-x  1 root root     51536 Jan 27 11:21 mdig
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mdir -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mdoctorfat -> mtools
-rwxr-xr-x  1 root root     88304 Jan 16 10:02 mdsearch
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mdu -> mtools
-rwxr-xr-x  1 root root     14408 Jun 13  2021 memdiskfind
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mformat -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 mgrtopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16 minfo -> mtools
-rwxr-xr-x  1 root root     14504 Aug 10  2024 mkcp
-rwxr-xr-x  1 root root     81200 Oct 23  2024 mkdir
-rwxr-xr-x  1 root root      8792 Jun 13  2021 mkdiskimage
-rwxr-xr-x  1 root root     77008 Oct 23  2024 mkfifo
-rwxr-xr-x  1 root root        65 Sep 16  2024 mkfontdir
-rwxr-xr-x  1 root root     44328 Sep 16  2024 mkfontscale
-rwxr-xr-x  1 root root     14672 Jan 19 22:16 mkmanifest
-rwxr-xr-x  1 root root     16163 Dec 20  2024 mk_modmap
-rwxr-xr-x  1 root root     81136 Oct 23  2024 mknod
-rwxr-xr-x  1 root root     43952 Oct 23  2024 mktemp
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mlabel -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mmd -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mmount -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mmove -> mtools
-rwxr-xr-x  1 root root     61656 Mar  9  2024 mokutil
-rwxr-xr-x  1 root root     59792 Jan 27 23:36 more
-rwsr-xr-x  1 root root     63880 Jan 27 23:36 mount
-rwxr-xr-x  1 root root     18824 Jan 27 23:36 mountpoint
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mpartition -> mtools
-rwxr-xr-x  1 root root     51616 Jan 15  2024 mpstat
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mrd -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mren -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 mrftopbm
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mshortname -> mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mshowfat -> mtools
lrwxrwxrwx  1 root root        20 Jul 27  2024 mt -> /etc/alternatives/mt
-rwxr-xr-x  1 root root     89752 Jul 27  2024 mt-gnu
-rwxr-xr-x  1 root root    214336 Jan 19 22:16 mtools
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mtoolstest -> mtools
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 mtvtoppm
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mtype -> mtools
-rwxr-xr-x  1 root root    143024 Oct 23  2024 mv
-rwxr-xr-x  1 root root       784 Jan 19 22:16 mxtar
lrwxrwxrwx  1 root root         6 Jan 19 22:16 mzip -> mtools
-rwxr-xr-x  1 root root     39304 Jan 27 23:36 namei
-rwxr-xr-x  1 root root    303960 Jan  6  2025 nano
lrwxrwxrwx  1 root root        22 Sep 12  2024 nawk -> /etc/alternatives/nawk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 neotoppm
-rwxr-xr-x  1 root root       913 Dec 26  2024 neqn
-rwxr-xr-x  1 root root    155304 Apr 21  2024 netstat
lrwxrwxrwx  1 root root        33 Jul 15  2024 netsurf -> /etc/alternatives/netsurf-browser
-rwxr-xr-x  1 root root   5427032 Jul 15  2024 netsurf-gtk
-rwxr-xr-x  1 root root    129544 Jan 23 15:17 networkctl
-rwsr-xr-x  1 root root     18816 Jan 27 23:36 newgrp
-rwxr-xr-x  1 root root     39232 Jan 15 15:45 ngettext
-rwxr-xr-x  1 root root     43888 Oct 23  2024 nice
-rwxr-xr-x  1 root root     33291 Mar 22  2024 niceload
lrwxrwxrwx  1 root root         8 Oct 11  2024 nisdomainname -> hostname
-rwxr-xr-x  1 root root     48176 Oct 23  2024 nl
-rwxr-xr-x  1 root root   2891456 Nov 29  2024 nmap
-rwxr-xr-x  1 root root    172040 May 11  2024 nmon
-rwxr-xr-x  1 root root     43920 Oct 23  2024 nohup
-rwxr-xr-x  1 root root    531040 Nov 29  2024 nping
-rwxr-xr-x  1 root root     43920 Oct 23  2024 nproc
-rwxr-xr-x  1 root root      5718 Dec 26  2024 nroff
-rwxr-xr-x  1 root root     80536 Jan 27 23:36 nsenter
-rwxr-xr-x  1 root root    113416 Jan 27 11:21 nslookup
-rwxr-xr-x  1 root root    117272 Jan 24 11:03 nstat
-rwxr-xr-x  1 root root     80424 Jan 27 11:21 nsupdate
-rwsr-xr-x  1 root root    166848 Oct  5  2024 ntfs-3g
-rwxr-xr-x  1 root root     14648 Oct  5  2024 ntfs-3g.probe
-rwxr-xr-x  1 root root     35160 Oct  5  2024 ntfscat
-rwxr-xr-x  1 root root     39256 Oct  5  2024 ntfscluster
-rwxr-xr-x  1 root root     39256 Oct  5  2024 ntfscmp
-rwxr-xr-x  1 root root     51560 Oct  5  2024 ntfsdecrypt
-rwxr-xr-x  1 root root     39264 Oct  5  2024 ntfsfallocate
-rwxr-xr-x  1 root root     47456 Oct  5  2024 ntfsfix
-rwxr-xr-x  1 root root     59752 Oct  5  2024 ntfsinfo
-rwxr-xr-x  1 root root     36264 Oct  5  2024 ntfsls
-rwxr-xr-x  1 root root     39256 Oct  5  2024 ntfsmove
-rwxr-xr-x  1 root root    121176 Oct  5  2024 ntfsrecover
-rwxr-xr-x  1 root root     97104 Oct  5  2024 ntfssecaudit
-rwxr-xr-x  1 root root     43280 Oct  5  2024 ntfstruncate
-rwxr-xr-x  1 root root     39176 Oct  5  2024 ntfsusermap
-rwxr-xr-x  1 root root     52088 Oct  5  2024 ntfswipe
-rwxr-xr-x  1 root root     68624 Oct 23  2024 numfmt
-rwxr-xr-x  1 root root     28512 Mar  9  2024 oclock
-rwxr-xr-x  1 root root     72752 Oct 23  2024 od
lrwxrwxrwx  1 root root        17 Jan  4  2025 on_ac_power -> /sbin/on_ac_power
-rwxr-xr-x  1 root root   1070504 Jan  6  2025 openssl
-rwxr-xr-x  1 root root     23656 Dec 20  2024 openvt
lrwxrwxrwx  1 root root        23 Jan 27 23:36 pager -> /etc/alternatives/pager
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 palmtopnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamaddnoise
-rwxr-xr-x  1 root root     14616 Jan 19 14:08 pamaltsat
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pamarith
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pambackground
-rwxr-xr-x  1 root root     14648 Jan 19 14:08 pambayer
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pambrighten
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pamcat
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamchannel
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamcomp
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamcrater
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamcut
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamdeinterlace
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamdepth
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamdice
-rwxr-xr-x  1 root root     22848 Jan 19 14:08 pamditherbw
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamedge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamendian
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 pamenlarge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamexec
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamfile
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamfind
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamfix
-rwxr-xr-x  1 root root      2062 Jan 19 14:08 pamfixtrunc
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pamflip
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamfunc
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamgauss
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 pamgetcolor
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamgradient
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamhomography
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamhue
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamlevels
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamlookup
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pammasksharpen
-rwxr-xr-x  1 root root     14656 Jan 19 14:08 pammixinterlace
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pammixmulti
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pammosaicknit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamoil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pampaintspill
-rwxr-xr-x  1 root root     26936 Jan 19 14:08 pamperspective
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pampick
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pampop9
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamrecolor
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamrestack
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pamrgbatopng -> pamtopng
-rwxr-xr-x  1 root root     35048 Jan 19 14:08 pamrubber
-rwxr-xr-x  1 root root     35128 Jan 19 14:08 pamscale
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamseq
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamshadedrelief
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsharpmap
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsharpness
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamshuffle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsistoaglyph
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamslice
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsplit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamstack
-rwxr-xr-x  1 root root     31032 Jan 19 14:08 pamstereogram
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamstretch
-rwxr-xr-x  1 root root      3926 Jan 19 14:08 pamstretch-gen
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsumm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamsummcol
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtable
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamthreshold
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamtilt
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtoavs
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtodjvurle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtofits
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 pamtogif
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtohdiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtohtmltbl
-rwxr-xr-x  1 root root    217856 Jan 19 14:08 pamtojpeg2k
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtompfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtooctaveimg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtopam
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 pamtopdbimg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtopfm
-rwxr-xr-x  1 root root     39144 Jan 19 14:08 pamtopng
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtopnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamtoqoi
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamtosrf
-rwxr-xr-x  1 root root     75856 Jan 19 14:08 pamtosvg
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamtotga
-rwxr-xr-x  1 root root     47416 Jan 19 14:08 pamtotiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtouil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamtowinicon
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamtoxvmini
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 pamtris
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pamundice
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamunlookup
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamvalidate
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pamwipeout
-rwxr-xr-x  1 root root     39224 Jan 19 14:08 pamx
-rwxr-xr-x  1 root root    453941 Mar 22  2024 parallel
-rwxr-xr-x  1 root root      5017 Mar 22  2024 parcat
-rwxr-xr-x  1 root root      4490 Mar 22  2024 parset
-rwxr-xr-x  1 root root     12314 Mar 22  2024 parsort
-rwxr-xr-x  1 root root    137616 Jan 27 23:36 partx
-rwsr-xr-x  1 root root    118168 Dec  6  2024 passwd
-rwxr-xr-x  1 root root     48080 Oct 23  2024 paste
-rwxr-xr-x  1 root root     43888 Oct 23  2024 pathchk
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pbmclean
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmlife
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmmake
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmmask
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmminkowski
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmnoise
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmpage
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmpscale
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmreduce
-rwxr-xr-x  1 root root     31144 Jan 19 14:08 pbmtext
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pbmtextps
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmto10x
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmto4425
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoascii
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoatk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtobbnbg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtocis
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtocmuwm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtodjvurle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoepsi
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoepson
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoescp2
-rwxr-xr-x  1 root root     19520 Jan 19 14:08 pbmtog3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtogem
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtogo
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoibm23xx
lrwxrwxrwx  1 root root        12 Jan 19 14:08 pbmtoicon -> pbmtosunicon
-rwxr-xr-x  1 root root     18672 Jan 19 14:08 pbmtolj
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoln03
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtolps
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtomacp
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtomatrixorbital
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtomda
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtomgr
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtomrf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtonokia
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtopi3
-rwxr-xr-x  1 root root     23072 Jan 19 14:08 pbmtopk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoplot
-rwxr-xr-x  1 root root     31032 Jan 19 14:08 pbmtoppa
-rwxr-xr-x  1 root root     16248 Jan 19 14:08 pbmtopsg3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoptx
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtosunicon
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtowbmp
-rwxr-xr-x  1 root root      2901 Jan 19 14:08 pbmtox10bm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoxbm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtoybm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pbmtozinc
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pbmupc
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pc1toppm
lrwxrwxrwx  1 root root        10 Jan 19 14:08 pcdindex -> pcdovtoppm
-rwxr-xr-x  1 root root      6721 Jan 19 14:08 pcdovtoppm
-rwxr-xr-x  1 root root     43336 Oct 29  2024 pcilmr
-rwxr-xr-x  1 root root    265688 Oct 20  2024 pcmanfm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pcxtoppm
lrwxrwxrwx  1 root root         7 Jan  8  2025 pdb3 -> pdb3.13
lrwxrwxrwx  1 root root        24 Jan  3  2025 pdb3.13 -> ../lib/python3.13/pdb.py
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 pdbimgtopam
-rwxr-xr-x  1 root root     14848 Mar  3  2024 peekfd
-rwxr-xr-x  2 root root   3955856 Nov 23  2024 perl
-rwxr-xr-x  2 root root   3955856 Nov 23  2024 perl5.40.0
-rwxr-xr-x  1 root root     14752 Nov 23  2024 perl5.40-x86_64-linux-gnu
-rwxr-xr-x  2 root root     45593 Nov 23  2024 perlbug
-rwxr-xr-x  1 root root       125 Oct  1  2024 perldoc
-rwxr-xr-x  1 root root     10867 Nov 23  2024 perlivp
-rwxr-xr-x  2 root root     45593 Nov 23  2024 perlthanks
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pfmtopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pgmabel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmbentley
-rwxr-xr-x  1 root root      3571 Jan 19 14:08 pgmcrater
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmdeshadow
lrwxrwxrwx  1 root root         7 Jan 19 14:08 pgmedge -> pamedge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmenhance
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmhist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmkernel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmmake
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pgmmedian
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmminkowski
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmmorphconv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmnoise
lrwxrwxrwx  1 root root         7 Jan 19 14:08 pgmnorm -> pnmnorm
lrwxrwxrwx  1 root root         6 Jan 19 14:08 pgmoil -> pamoil
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmramp
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pgmslice -> pamslice
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 pgmtexture
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtofs
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtolispm
-rwxr-xr-x  1 root root     22840 Jan 19 14:08 pgmtopbm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtosbig
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pgmtost4
-rwxr-xr-x  1 root root     39344 Dec 10  2024 pgrep
-rwxr-xr-x  1 root root    658536 Sep  4  2024 photorec
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pi1toppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pi3topbm
-rwxr-xr-x  1 root root    225552 Dec 26  2024 pic
lrwxrwxrwx  1 root root        22 Jan  6  2025 pico -> /etc/alternatives/pico
-rwxr-xr-x  1 root root      8360 Nov 23  2024 piconv
lrwxrwxrwx  1 root root        16 Jan  7  2025 pidof -> ../sbin/killall5
-rwxr-xr-x  1 root root     51616 Jan 15  2024 pidstat
-rwxr-xr-x  1 root root     39344 Dec 10  2024 pidwait
-rwxr-xr-x  2 root root    133408 Aug 22  2023 pigz
lrwxrwxrwx  1 root root        26 Dec 31  2024 pinentry -> /etc/alternatives/pinentry
-rwxr-xr-x  1 root root     76360 Dec 31  2024 pinentry-curses
-rwxr-xr-x  1 root root    156136 Sep 24  2024 ping
lrwxrwxrwx  1 root root         4 Sep 24  2024 ping4 -> ping
lrwxrwxrwx  1 root root         4 Sep 24  2024 ping6 -> ping
-rwxr-xr-x  1 root root     52336 Oct 23  2024 pinky
-rwxr-xr-x  1 root root     63888 Jan 27 23:36 pipesz
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pjtoppm
-rwxr-xr-x  1 root root     18816 Jan 17 19:37 pkaction
-rwxr-xr-x  1 root root     27008 Jan 17 19:37 pkcheck
-rwsr-xr-x  1 root root     30952 Jan 17 19:37 pkexec
lrwxrwxrwx  1 root root         5 Dec 10  2024 pkill -> pgrep
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pktopbm
-rwxr-xr-x  1 root root     18816 Jan 17 19:37 pkttyagent
-rwxr-xr-x  1 root root      4536 Nov 23  2024 pl2pm
-rwxr-xr-x  1 root root     22904 Jan 22 22:57 pldd
-rwxr-xr-x  1 root root       146 Nov 22  2024 plog
-rwxr-xr-x  1 root root     35160 Dec 10  2024 pmap
-rwxr-xr-x  1 root root       981 Jan 26  2024 pm-is-supported
-rwxr-xr-x  1 root root     35128 Jan 19 14:08 pngtopam
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pngtopnm -> pngtopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmalias
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pnmarith -> pamarith
lrwxrwxrwx  1 root root         6 Jan 19 14:08 pnmcat -> pamcat
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmcolormap
lrwxrwxrwx  1 root root         7 Jan 19 14:08 pnmcomp -> pamcomp
-rwxr-xr-x  1 root root     35048 Jan 19 14:08 pnmconvol
-rwxr-xr-x  1 root root     31032 Jan 19 14:08 pnmcrop
lrwxrwxrwx  1 root root         6 Jan 19 14:08 pnmcut -> pamcut
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pnmdepth -> pamdepth
lrwxrwxrwx  1 root root        10 Jan 19 14:08 pnmenlarge -> pamenlarge
lrwxrwxrwx  1 root root         7 Jan 19 14:08 pnmfile -> pamfile
-rwxr-xr-x  1 root root      3719 Jan 19 14:08 pnmflip
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmgamma
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmhisteq
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmhistmap
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmindex
lrwxrwxrwx  1 root root        10 Jan 19 14:08 pnminterp -> pamstretch
lrwxrwxrwx  1 root root        14 Jan 19 14:08 pnminterp-gen -> pamstretch-gen
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnminvert
-rwxr-xr-x  1 root root      2480 Jan 19 14:08 pnmmargin
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmmercator
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmmontage
-rwxr-xr-x  1 root root     22824 Jan 19 14:08 pnmnlfilt
lrwxrwxrwx  1 root root        13 Jan 19 14:08 pnmnoraw -> pnmtoplainpnm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmnorm
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 pnmpad
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmpaste
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmpsnr
-rwxr-xr-x  1 root root     10889 Jan 19 14:08 pnmquant
-rwxr-xr-x  1 root root      7000 Jan 19 14:08 pnmquantall
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmremap
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmrotate
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pnmscale -> pamscale
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmscalefixed
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmshear
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmsmooth
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pnmsplit -> pamsplit
-rwxr-xr-x  1 root root     35816 Jan 19 14:08 pnmstitch
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmtile
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmtoddif
-rwxr-xr-x  1 root root    172176 Jan 19 14:08 pnmtofiasco
lrwxrwxrwx  1 root root         9 Jan 19 14:08 pnmtofits -> pamtofits
-rwxr-xr-x  1 root root     62536 Jan 19 14:08 pnmtojbig
-rwxr-xr-x  1 root root     30952 Jan 19 14:08 pnmtojpeg
-rwxr-xr-x  1 root root     26856 Jan 19 14:08 pnmtopalm
-rwxr-xr-x  1 root root     23288 Jan 19 14:08 pnmtopclxl
-rwxr-xr-x  1 root root        31 Jan 19 14:08 pnmtoplainpnm
-rwxr-xr-x  1 root root     55528 Jan 19 14:08 pnmtopng
lrwxrwxrwx  1 root root         8 Jan 19 14:08 pnmtopnm -> pamtopnm
-rwxr-xr-x  1 root root     35048 Jan 19 14:08 pnmtops
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 pnmtorast
-rwxr-xr-x  1 root root     35384 Jan 19 14:08 pnmtorle
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmtosgi
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmtosir
lrwxrwxrwx  1 root root         9 Jan 19 14:08 pnmtotiff -> pamtotiff
-rwxr-xr-x  1 root root     43320 Jan 19 14:08 pnmtotiffcmyk
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 pnmtoxwd
-rwxr-xr-x  1 root root      4041 Nov 23  2024 pod2html
-rwxr-xr-x  1 root root     18898 Nov 23  2024 pod2man
-rwxr-xr-x  1 root root     13112 Nov 23  2024 pod2text
-rwxr-xr-x  1 root root      4107 Nov 23  2024 pod2usage
-rwxr-xr-x  1 root root      3730 Nov 23  2024 podchecker
-rwxr-xr-x  1 root root      2837 Nov 22  2024 poff
-rwxr-xr-x  1 root root      1362 Nov 22  2024 pon
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppm3d
-rwxr-xr-x  1 root root      2044 Jan 19 14:08 ppmbrighten
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmchange
-rwxr-xr-x  1 root root     27032 Jan 19 14:08 ppmcie
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmcolormask
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmcolors
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmdcfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmddumpfont
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmdim
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmdist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmdither
-rwxr-xr-x  1 root root     22472 Jan 19 14:08 ppmdmkfont
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 ppmdraw
-rwxr-xr-x  1 root root     15116 Jan 19 14:08 ppmfade
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmflash
-rwxr-xr-x  1 root root     22768 Jan 19 14:08 ppmforge
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmglobe
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmhist
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmlabel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmmake
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmmix
lrwxrwxrwx  1 root root         7 Jan 19 14:08 ppmnorm -> pnmnorm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmntsc
-rwxr-xr-x  1 root root     35048 Jan 19 14:08 ppmpat
-rwxr-xr-x  1 root root      2352 Jan 19 14:08 ppmquant
lrwxrwxrwx  1 root root        11 Jan 19 14:08 ppmquantall -> pnmquantall
-rwxr-xr-x  1 root root      3564 Jan 19 14:08 ppmrainbow
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmrelief
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmrough
-rwxr-xr-x  1 root root     11107 Jan 19 14:08 ppmshadow
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmshift
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmspread
-rwxr-xr-x  1 root root     15440 Jan 19 14:08 ppmtoacad
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoapplevol
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtoarbtxt
-rwxr-xr-x  1 root root     14648 Jan 19 14:08 ppmtoascii
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtobmp
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtoeyuv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtogif
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoicr
-rwxr-xr-x  1 root root     43336 Jan 19 14:08 ppmtoilbm
lrwxrwxrwx  1 root root         9 Jan 19 14:08 ppmtojpeg -> pnmtojpeg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoleaf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtolj
-rwxr-xr-x  1 root root      9599 Jun 13  2021 ppmtolss16
-rwxr-xr-x  1 root root        82 Jan 19 14:08 ppmtomap
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 ppmtomitsu
-rwxr-xr-x  1 root root    509976 Jan 19 14:08 ppmtompeg
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoneo
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtopcx
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtopi1
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtopict
-rwxr-xr-x  1 root root     14648 Jan 19 14:08 ppmtopj
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 ppmtopjxl
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtopuzz
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtorgb3
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtosixel
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtospu
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoterm
lrwxrwxrwx  1 root root         8 Jan 19 14:08 ppmtotga -> pamtotga
lrwxrwxrwx  1 root root         8 Jan 19 14:08 ppmtouil -> pamtouil
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtowinicon
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 ppmtoxpm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoyuv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtoyuvsplit
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmtv
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ppmwheel
-rwxr-xr-x  1 root root     81072 Oct 23  2024 pr
-rwxr-xr-x  1 root root     68024 Dec 26  2024 preconv
-rwxr-xr-x  1 root root     43856 Oct 23  2024 printenv
-rwxr-xr-x  1 root root     52144 Oct 23  2024 printf
-rwxr-xr-x  1 root root     39832 Jan 27 23:36 prlimit
-rwxr-xr-x  1 root root     13677 Nov 23  2024 prove
-rwxr-xr-x  1 root root     19016 Mar  3  2024 prtstat
-rwxr-xr-x  1 root root    154552 Dec 10  2024 ps
lrwxrwxrwx  1 root root         9 Dec 20  2024 psfaddtable -> psfxtable
lrwxrwxrwx  1 root root         9 Dec 20  2024 psfgettable -> psfxtable
lrwxrwxrwx  1 root root         9 Dec 20  2024 psfstriptable -> psfxtable
-rwxr-xr-x  1 root root     31352 Dec 20  2024 psfxtable
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 psidtopgm
-rwxr-xr-x  1 root root     14792 Mar  3  2024 pslog
-rwxr-xr-x  1 root root     18744 Jan 19 14:08 pstopnm
-rwxr-xr-x  1 root root     36640 Mar  3  2024 pstree
lrwxrwxrwx  1 root root         6 Mar  3  2024 pstree.x11 -> pstree
-rwxr-xr-x  1 root root      3566 Nov 23  2024 ptar
-rwxr-xr-x  1 root root      2645 Nov 23  2024 ptardiff
-rwxr-xr-x  1 root root      4395 Nov 23  2024 ptargrep
-rwxr-xr-x  1 root root     64592 Oct 23  2024 ptx
-rwxr-xr-x  1 root root    112664 Dec 23  2024 pv
-rwxr-xr-x  1 root root     43952 Oct 23  2024 pwd
-rwxr-xr-x  1 root root     14648 Dec 10  2024 pwdx
-rwxr-xr-x  1 root root     11220 Jun 13  2021 pxelinux-options
-rwxr-xr-x  1 root root      7770 Jan  8  2025 py3clean
-rwxr-xr-x  1 root root     13305 Jan  8  2025 py3compile
lrwxrwxrwx  1 root root        31 Jan  8  2025 py3versions -> ../share/python3/py3versions.py
lrwxrwxrwx  1 root root         9 Jan  8  2025 pydoc3 -> pydoc3.13
-rwxr-xr-x  1 root root        80 Jan  3  2025 pydoc3.13
lrwxrwxrwx  1 root root        13 Jan  8  2025 pygettext3 -> pygettext3.13
-rwxr-xr-x  1 root root     24446 Jan  3  2025 pygettext3.13
lrwxrwxrwx  1 root root        10 Jan  8  2025 python3 -> python3.13
-rwxr-xr-x  1 root root   6779376 Jan  3  2025 python3.13
-rwxr-xr-x  1 root root    825816 Dec 30  2024 pzstd
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 qoitopam
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 qrttoppm
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 rasttopnm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 rawtopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 rawtoppm
lrwxrwxrwx  1 root root         4 Oct  5  2024 rbash -> bash
-rwxr-xr-x  1 root root    534128 Mar 11  2024 rdesktop
-rwxr-xr-x  1 root root    199344 Jan 24 11:03 rdma
-rwxr-xr-x  1 root root     52112 Oct 23  2024 readlink
-rwxr-xr-x  1 root root     52144 Oct 23  2024 realpath
-rwxr-xr-x  1 root root     31112 Jan 27 23:36 rename.ul
-rwxr-xr-x  1 root root     57808 Mar  9  2024 rendercheck
-rwxr-xr-x  1 root root     14720 Jan 27 23:36 renice
-rwxr-xr-x  1 root root     40393 Jan  5  2025 rescan-scsi-bus.sh
lrwxrwxrwx  1 root root         4 Oct 29  2024 reset -> tset
-rwxr-xr-x  1 root root     31544 Dec 20  2024 resizecons
-rwxr-xr-x  1 root root     80264 Jan 27 23:36 resizepart
-rwxr-xr-x  1 root root     14728 Jan 27 23:36 rev
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 rgb3toppm
-rwxr-xr-x  1 root root        30 Jul 21  2023 rgrep
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 rlatopam
-rwxr-xr-x  1 root root     35384 Jan 19 14:08 rletopnm
-rwxr-xr-x  1 root root     76848 Oct 23  2024 rm
-rwxr-xr-x  1 root root     14504 Aug 10  2024 rmcp
-rwxr-xr-x  1 root root     43952 Oct 23  2024 rmdir
lrwxrwxrwx  1 root root         4 Jan  6  2025 rnano -> nano
-rwxr-xr-x  1 root root      1658 Jan 24 11:03 routel
-rwxr-xr-x  1 root root   1475208 Jan 16 10:02 rpcclient
-rwxr-xr-x  1 root root     12855 Jan 15 18:34 rrsync
-rwxr-xr-x  1 root root      2610 Mar 12  2024 rstart
-rwxr-xr-x  1 root root      1469 Mar 12  2024 rstartd
-rwxr-xr-x  1 root root    522632 Jan 15 18:34 rsync
-rwxr-xr-x  1 root root      5136 Jan 15 18:34 rsync-ssl
lrwxrwxrwx  1 root root         6 Jan 24 11:03 rtstat -> lnstat
lrwxrwxrwx  1 root root        11 Jan 23 15:17 run0 -> systemd-run
-rwxr-xr-x  1 root root     44016 Oct 23  2024 runcon
-rwxr-xr-x  1 root root     27392 Nov 15  2024 run-parts
lrwxrwxrwx  1 root root        23 Jan 28 09:20 rview -> /etc/alternatives/rview
lrwxrwxrwx  1 root root        22 Jan 28 09:20 rvim -> /etc/alternatives/rvim
-rwxr-xr-x  1 root root    397296 Jan 15  2024 sadf
-rwxr-xr-x  1 root root     55464 Nov 24  2022 safecopy
lrwxrwxrwx  1 root root        21 Jan 15  2024 sar -> /etc/alternatives/sar
-rwxr-xr-x  1 root root    183256 Jan 15  2024 sar.sysstat
-rwxr-xr-x  1 root root      2599 Jul 15  2024 sas_disk_blink
-rwxr-xr-x  1 root root     10487 Nov 15  2024 savelog
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 sbigtopgm
-rwxr-xr-x  1 root root    227968 Oct 27  2024 scp
-rwxr-xr-x  1 root root    486488 Sep  6  2023 screen
-rwxr-xr-x  1 root root     14816 Dec 20  2024 screendump
-rwxr-xr-x  1 root root     76168 Jan 27 23:36 script
-rwxr-xr-x  1 root root     67976 Jan 27 23:36 scriptlive
-rwxr-xr-x  1 root root     47496 Jan 27 23:36 scriptreplay
-rwxr-xr-x  1 root root      4122 Jul 15  2024 scsi_ch_swp
-rwxr-xr-x  1 root root      8585 Jan  5  2025 scsi_logging_level
-rwxr-xr-x  1 root root      3602 Jan  5  2025 scsi_mandat
-rwxr-xr-x  1 root root      1327 Jan  5  2025 scsi_readcap
-rwxr-xr-x  1 root root      1121 Jan  5  2025 scsi_ready
-rwxr-xr-x  1 root root      3830 Jan  5  2025 scsi_satl
-rwxr-xr-x  1 root root      1285 Jan  5  2025 scsi_start
-rwxr-xr-x  1 root root      1474 Jan  5  2025 scsi_stop
-rwxr-xr-x  1 root root       936 Jan  5  2025 scsi_temperature
-rwxr-xr-x  1 root root     64608 Jan  7  2025 sdiff
-rwxr-xr-x  1 root root    470640 Jul 15  2024 sdparm
-rwxr-xr-x  1 root root    126424 Jan  1  2024 sed
-rwxr-xr-x  1 root root       474 Jan 26 21:23 select-default-iwrap
-rwxr-xr-x  1 root root      2678 Jun 24  2024 select-editor
lrwxrwxrwx  1 root root         8 Mar 22  2024 sem -> parallel
-rwxr-xr-x  1 root root      1082 Jun 24  2024 sensible-browser
-rwxr-xr-x  1 root root      1551 Jun 24  2024 sensible-editor
-rwxr-xr-x  1 root root       824 Jun 24  2024 sensible-pager
-rwxr-xr-x  1 root root      1109 Jun 24  2024 sensible-terminal
-rwxr-xr-x  1 root root     48080 Oct 23  2024 seq
-rwxr-xr-x  1 root root     14856 Jan 16 08:08 sessreg
-rwxr-xr-x  1 root root     88736 Jan 27 23:36 setarch
-rwxr-xr-x  1 root root     26864 Dec 26  2024 setcifsacl
-rwxr-xr-x  1 root root     64792 Dec 20  2024 setfont
-rwxr-xr-x  1 root root     14864 Dec 20  2024 setkeycodes
-rwxr-xr-x  1 root root     19000 Dec 20  2024 setleds
-rwxr-xr-x  1 root root     14872 Dec 20  2024 setlogcons
-rwxr-xr-x  1 root root     15016 Dec 20  2024 setmetamode
-rwxr-xr-x  1 root root     31040 Oct 29  2024 setpci
-rwxr-xr-x  1 root root     88464 Jan 27 23:36 setpriv
-rwxr-xr-x  1 root root     14728 Jan 27 23:36 setsid
-rwxr-xr-x  1 root root     47496 Jan 27 23:36 setterm
-rwxr-xr-x  1 root root     36759 Nov 29  2024 setupcon
-rwxr-xr-x  1 root root     14968 Dec 20  2024 setvtrgb
-rwxr-xr-x  1 root root     31760 Aug 21  2024 setxkbmap
-rwxr-xr-x  1 root root    240224 Oct 27  2024 sftp
lrwxrwxrwx  1 root root         6 Jan 27 23:36 sg -> newgrp
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_bg_ctl
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_compare_and_write
-rwxr-xr-x  1 root root     23368 Jan  5  2025 sg_copy_results
-rwxr-xr-x  1 root root     55544 Jan  5  2025 sg_dd
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_decode_sense
-rwxr-xr-x  1 root root     14576 Jan  5  2025 sg_emc_trespass
-rwxr-xr-x  1 root root     43320 Jan  5  2025 sg_format
-rwxr-xr-x  1 root root     34968 Jan  5  2025 sg_get_config
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_get_elem_status
-rwxr-xr-x  1 root root     31032 Jan  5  2025 sg_get_lba_status
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_ident
-rwxr-xr-x  1 root root     77760 Jan  5  2025 sginfo
-rwxr-xr-x  1 root root    216904 Jan  5  2025 sg_inq
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 sgitopnm
-rwxr-xr-x  1 root root    227648 Jan  5  2025 sg_logs
-rwxr-xr-x  1 root root     35128 Jan  5  2025 sg_luns
-rwxr-xr-x  1 root root     18672 Jan  5  2025 sg_map
-rwxr-xr-x  1 root root     27016 Jan  5  2025 sg_map26
-rwxr-xr-x  1 root root     39160 Jan  5  2025 sgm_dd
-rwxr-xr-x  1 root root     51512 Jan  5  2025 sg_modes
-rwxr-xr-x  1 root root     39232 Jan  5  2025 sg_opcodes
-rwxr-xr-x  1 root root     43256 Jan  5  2025 sgp_dd
-rwxr-xr-x  1 root root     35128 Jan  5  2025 sg_persist
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_prevent
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_raw
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_rbuf
-rwxr-xr-x  1 root root     14576 Jan  5  2025 sg_rdac
-rwxr-xr-x  1 root root     26872 Jan  5  2025 sg_read
-rwxr-xr-x  1 root root     31080 Jan  5  2025 sg_read_attr
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_read_block_limits
-rwxr-xr-x  1 root root     27672 Jan  5  2025 sg_read_buffer
-rwxr-xr-x  1 root root     31032 Jan  5  2025 sg_readcap
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_read_long
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_reassign
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_referrals
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_rem_rest_elem
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_rep_density
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_rep_pip
-rwxr-xr-x  1 root root     43320 Jan  5  2025 sg_rep_zones
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_requests
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_reset
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_reset_wp
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_rmsn
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_rtpg
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_safte
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_sanitize
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_sat_datetime
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_sat_identify
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_sat_phy_event
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_sat_read_gplog
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_sat_set_features
-rwxr-xr-x  1 root root     18672 Jan  5  2025 sg_scan
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_seek
-rwxr-xr-x  1 root root     31032 Jan  5  2025 sg_senddiag
-rwxr-xr-x  1 root root    178512 Jan  5  2025 sg_ses
-rwxr-xr-x  1 root root     31120 Jan  5  2025 sg_ses_microcode
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_start
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_stpg
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_stream_ctl
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_sync
-rwxr-xr-x  1 root root     22848 Jan  5  2025 sg_test_rwbuf
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_timestamp
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_turs
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_unmap
-rwxr-xr-x  1 root root     18744 Jan  5  2025 sg_verify
-rwxr-xr-x  1 root root    171592 Jan  5  2025 sg_vpd
-rwxr-xr-x  1 root root     31080 Jan  5  2025 sg_write_attr
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_write_buffer
-rwxr-xr-x  1 root root     14648 Jan  5  2025 sg_write_long
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_write_same
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_write_verify
-rwxr-xr-x  1 root root     55608 Jan  5  2025 sg_write_x
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_wr_mode
-rwxr-xr-x  1 root root     39168 Jan  5  2025 sg_xcopy
-rwxr-xr-x  1 root root     26936 Jan  5  2025 sg_z_act_query
-rwxr-xr-x  1 root root     22840 Jan  5  2025 sg_zone
lrwxrwxrwx  1 root root         4 Jan  8  2025 sh -> dash
-rwxr-xr-x  1 root root       594 Jun 13  2021 sha1pass
-rwxr-xr-x  1 root root     48144 Oct 23  2024 sha1sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024 sha224sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024 sha256sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024 sha384sum
-rwxr-xr-x  1 root root     52240 Oct 23  2024 sha512sum
-rwxr-xr-x  1 root root      9982 Nov 23  2024 shasum
-rwxr-xr-x  1 root root     31296 Dec 20  2024 showconsolefont
-rwxr-xr-x  1 root root     19008 Dec 20  2024 showkey
-rwxr-xr-x  1 root root     14744 Jan 16 08:08 showrgb
-rwxr-xr-x  1 root root     68752 Oct 23  2024 shred
-rwxr-xr-x  1 root root     64528 Oct 23  2024 shuf
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 sirtopnm
-rwxr-xr-x  1 root root     31056 Dec 10  2024 skill
-rwxr-xr-x  1 root root     22904 Dec 10  2024 slabtop
-rwxr-xr-x  1 root root     18720 Jan 19 14:08 sldtoppm
-rwxr-xr-x  1 root root     43888 Oct 23  2024 sleep
lrwxrwxrwx  1 root root         3 Oct 27  2024 slogin -> ssh
-rwxr-xr-x  1 root root      6455 Dec 26  2024 smb2-quota
-rwxr-xr-x  1 root root     63808 Jan 16 10:02 smbcacls
-rwxr-xr-x  1 root root    154016 Jan 16 10:02 smbclient
-rwxr-xr-x  1 root root     31032 Jan 16 10:02 smbcquotas
-rwxr-xr-x  1 root root     35112 Jan 16 10:02 smbget
-rwxr-xr-x  1 root root     30180 Dec 26  2024 smbinfo
-rwxr-xr-x  1 root root     26864 Jan 16 10:02 smbspool
-rwxr-xr-x  1 root root      4703 Jul 29  2024 smbtar
-rwxr-xr-x  1 root root     18672 Jan 16 10:02 smbtree
-rwxr-xr-x  1 root root     27480 Mar 12  2024 smproxy
lrwxrwxrwx  1 root root         5 Dec 10  2024 snice -> skill
-rwxr-xr-x  1 root root     51640 Dec 26  2024 soelim
-rwxr-xr-x  1 root root    118488 Oct 23  2024 sort
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 spctoppm
-rwxr-xr-x  1 root root     19459 Nov 23  2024 splain
-rwxr-xr-x  1 root root     65112 Oct 23  2024 split
-rwxr-xr-x  1 root root     14736 Dec 20  2024 splitfont
-rwxr-xr-x  1 root root     14584 Jan 19 14:08 spottopgm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 sputoppm
-rwxr-xr-x  1 root root     36665 Mar 22  2024 sql
-rwxr-xr-x  1 root root   1718816 Dec 25  2024 sqv
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 srftopam
-rwxr-xr-x  1 root root    211968 Jan 24 11:03 ss
-rwxr-xr-x  1 root root   1043488 Oct 27  2024 ssh
-rwxr-xr-x  1 root root    444864 Oct 27  2024 ssh-add
-rwxr-sr-x  1 root _ssh    420224 Oct 27  2024 ssh-agent
-rwxr-xr-x  1 root root      1455 Oct 27  2024 ssh-argv0
-rwxr-xr-x  1 root root     14170 Sep 19  2024 ssh-copy-id
-rwxr-xr-x  1 root root    567744 Oct 27  2024 ssh-keygen
-rwxr-xr-x  1 root root    584160 Oct 27  2024 ssh-keyscan
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 st4topgm
-rwxr-xr-x  1 root root      1531 Jul 23  2016 startfluxbox
-rwxr-xr-x  1 root root      5382 Nov 14  2023 startx
-rwxr-xr-x  1 root root     89360 Oct 23  2024 stat
-rwxr-xr-x  1 root root     48048 Oct 23  2024 stdbuf
-rwxr-xr-x  1 root root      8061 Nov 23  2024 streamzip
-rwxr-xr-x  1 root root     72720 Oct 23  2024 stty
-rwsr-xr-x  1 root root     80264 Jan 27 23:36 su
-rwsr-xr-x  1 root root    306456 Jan 16 10:19 sudo
lrwxrwxrwx  1 root root         4 Jan 16 10:19 sudoedit -> sudo
-rwxr-xr-x  1 root root    130992 Jan 16 10:19 sudoreplay
-rwxr-xr-x  1 root root     52184 Oct 23  2024 sum
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 sunicontopnm
-rwxr-xr-x  1 root root      3259 Jul 23  2023 su-to-root
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 svgtopam
-rwxr-xr-x  1 root root     43920 Oct 23  2024 sync
-rwxr-xr-x  1 root root    201448 Jun 13  2021 syslinux
-rwxr-xr-x  1 root root      1421 Jun 13  2021 syslinux2ansi
-rwxr-xr-x  1 root root    297904 Jan 23 15:17 systemctl
-rwxr-xr-x  1 root root     14712 Jan 23 15:17 systemd-ac-power
-rwxr-xr-x  1 root root    219944 Jan 23 15:17 systemd-analyze
-rwxr-xr-x  1 root root     18952 Jan 23 15:17 systemd-ask-password
-rwxr-xr-x  1 root root     18816 Jan 23 15:17 systemd-cat
-rwxr-xr-x  1 root root     23032 Jan 23 15:17 systemd-cgls
-rwxr-xr-x  1 root root     39320 Jan 23 15:17 systemd-cgtop
lrwxrwxrwx  1 root root        14 Jan 23 15:17 systemd-confext -> systemd-sysext
-rwxr-xr-x  1 root root     51880 Jan 23 15:17 systemd-creds
-rwxr-xr-x  1 root root     27008 Jan 23 15:17 systemd-delta
-rwxr-xr-x  1 root root     18808 Jan 23 15:17 systemd-detect-virt
-rwxr-xr-x  1 root root     18808 Jan 23 15:17 systemd-escape
-rwxr-xr-x  1 root root     56120 Jan 23 15:17 systemd-firstboot
-rwxr-xr-x  1 root root     14712 Jan 23 15:17 systemd-hwdb
-rwxr-xr-x  1 root root     27008 Jan 23 15:17 systemd-id128
-rwxr-xr-x  1 root root     22928 Jan 23 15:17 systemd-inhibit
-rwxr-xr-x  1 root root     18992 Jan 23 15:17 systemd-machine-id-setup
-rwxr-xr-x  1 root root     56024 Jan 23 15:17 systemd-mount
-rwxr-xr-x  1 root root     27288 Jan 23 15:17 systemd-notify
-rwxr-xr-x  1 root root     18808 Jan 23 15:17 systemd-path
-rwxr-xr-x  1 root root     84808 Jan 23 15:17 systemd-run
-rwxr-xr-x  1 root root     27008 Jan 23 15:17 systemd-socket-activate
-rwxr-xr-x  1 root root     18816 Jan 23 15:17 systemd-stdio-bridge
-rwxr-xr-x  1 root root     76360 Jan 23 15:17 systemd-sysext
-rwxr-xr-x  1 root root     68144 Jan 23 15:17 systemd-sysusers
-rwxr-xr-x  1 root root    121464 Jan 23 15:17 systemd-tmpfiles
-rwxr-xr-x  1 root root     35200 Jan 23 15:17 systemd-tty-ask-password-agent
lrwxrwxrwx  1 root root        13 Jan 23 15:17 systemd-umount -> systemd-mount
-rwxr-xr-x  1 root root     27200 Jan 23 15:17 systemd-vpick
-rwxr-xr-x  1 root root     18672 Oct 29  2024 tabs
-rwxr-xr-x  1 root root     48112 Oct 23  2024 tac
-rwxr-xr-x  1 root root     81040 Oct 23  2024 tail
-rwxr-xr-x  1 root root     27032 Jan 15  2024 tapestat
-rwxr-xr-x  1 root root    458280 Dec 18  2024 tar
-rwxr-xr-x  1 root root     63880 Jan 27 23:36 taskset
-rwxr-xr-x  1 root root    158136 Dec 26  2024 tbl
-rwxr-xr-x  1 root root     48112 Oct 23  2024 tee
lrwxrwxrwx  1 root root        24 Jun 23  2024 telnet -> /etc/alternatives/telnet
-rwxr-xr-x  1 root root     14576 Nov 15  2024 tempfile
-rwxr-xr-x  1 root root     48016 Oct 23  2024 test
-rwxr-xr-x  1 root root    418984 Sep  4  2024 testdisk
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 tgatoppm
-rwxr-xr-x  1 root root      2295 Jan 19 22:16 tgz
-rwxr-xr-x  1 root root     18672 Jan 19 14:08 thinkjettopbm
-rwxr-xr-x  1 root root     96608 Oct 29  2024 tic
-rwxr-xr-x  1 root root     43320 Jan 19 14:08 tifftopnm
-rwxr-xr-x  1 root root     47480 Jan 23 15:17 timedatectl
-rwxr-xr-x  1 root root     48632 Oct 23  2024 timeout
-rwxr-xr-x  1 root root     22856 Dec 10  2024 tload
-rwxr-xr-x  1 root root    178960 Mar  9  2024 tnftp
-rwxr-xr-x  1 root root     22768 Oct 29  2024 toe
-rwxr-xr-x  1 root root    138864 Dec 10  2024 top
-rwxr-xr-x  1 root root     93296 Oct 23  2024 touch
-rwxr-xr-x  1 root root     26896 Oct 29  2024 tput
-rwxr-xr-x  1 root root     56240 Oct 23  2024 tr
lrwxrwxrwx  1 root root        28 Sep 18  2024 traceproto -> /etc/alternatives/traceproto
-rwxr-xr-x  1 root root      2884 Sep 18  2024 traceproto.db
lrwxrwxrwx  1 root root        28 Sep 18  2024 traceroute -> /etc/alternatives/traceroute
lrwxrwxrwx  1 root root        29 Sep 18  2024 traceroute6 -> /etc/alternatives/traceroute6
lrwxrwxrwx  1 root root        13 Sep 18  2024 traceroute6.db -> traceroute.db
-rwxr-xr-x  1 root root     77104 Sep 18  2024 traceroute.db
-rwxr-xr-x  1 root root      1617 Sep 18  2024 traceroute-nanog
-rwxr-xr-x  1 root root     23656 Mar  9  2024 transset
-rwxr-xr-x  1 root root     93744 Nov 26  2024 tree
-rwxr-xr-x  1 root root    802640 Dec 26  2024 troff
-rwxr-xr-x  1 root root     39760 Oct 23  2024 true
-rwxr-xr-x  1 root root     48016 Oct 23  2024 truncate
-rwxr-xr-x  1 root root     30968 Oct 29  2024 tset
-rwxr-xr-x  1 root root     60304 Oct 23  2024 tsort
-rwxr-xr-x  1 root root     39792 Oct 23  2024 tty
-rwxr-xr-x  1 root root     22376 Jan 22 22:57 tzselect
-rwxr-xr-x  1 root root     36475 Jan 28 13:57 ucf
-rwxr-xr-x  1 root root     18905 Jan 28 13:57 ucfq
-rwxr-xr-x  1 root root     10173 Jan 28 13:57 ucfr
-rwxr-xr-x  1 root root     67976 Jan 27 23:36 uclampset
-rwxr-xr-x  1 root root     27168 Sep 16  2024 ucs2any
-rwxr-xr-x  1 root root    625424 Jan 23 15:17 udevadm
-rwxr-xr-x  1 root root     63976 May 16  2024 udfinfo
-rwxr-xr-x  1 root root     59704 Sep 26  2024 udisksctl
-rwxr-xr-x  1 root root     22920 Jan 27 23:36 ul
-rwsr-xr-x  1 root root     35200 Jan 27 23:36 umount
-rwxr-xr-x  1 root root     43888 Oct 23  2024 uname
lrwxrwxrwx  1 root root         6 Jan 17 04:18 uncompress -> gunzip
-rwxr-xr-x  1 root root     48080 Oct 23  2024 unexpand
-rwxr-xr-x  1 root root      2772 Dec 20  2024 unicode_start
-rwxr-xr-x  1 root root       528 Dec 20  2024 unicode_stop
-rwxr-xr-x  1 root root     56304 Oct 23  2024 uniq
-rwxr-xr-x  1 root root     39760 Oct 23  2024 unlink
lrwxrwxrwx  1 root root        24 Oct 29  2024 unlzma -> /etc/alternatives/unlzma
-rwxr-xr-x  1 root root      3690 Aug 21  2024 unmkinitramfs
-rwxr-xr-x  2 root root    133408 Aug 22  2023 unpigz
-rwxr-xr-x  1 root root     92792 Jan 27 23:36 unshare
lrwxrwxrwx  1 root root         2 Oct 29  2024 unxz -> xz
-rwxr-xr-x  2 root root    179248 Feb 19  2023 unzip
-rwxr-xr-x  1 root root     84848 Feb 19  2023 unzipsfx
lrwxrwxrwx  1 root root         4 Dec 30  2024 unzstd -> zstd
-rwxr-xr-x  1 root root     59712 Jan 16 02:56 update-alternatives
-rwxr-xr-x  1 root root     26944 Nov 25  2024 update-desktop-database
-rwxr-xr-x  1 root root    151224 Jul 23  2023 update-menus
-rwxr-xr-x  1 root root     80272 Jan 22 23:37 update-mime-database
-rwxr-xr-x  1 root root     14648 Dec 10  2024 uptime
-rwxr-xr-x  1 root root      4953 Oct 22  2024 usb-devices
-rwxr-xr-x  1 root root     31040 Oct 25  2024 usbhid-dump
-rwxr-xr-x  1 root root     14568 Oct 25  2024 usbreset
-rwxr-xr-x  1 root root     48112 Oct 23  2024 users
-rwxr-xr-x  1 root root        90 Aug 10  2018 user-setup
-rwxr-xr-x  1 root root      2541 Jan 19 22:16 uz
-rwxr-xr-x  1 root root     39416 Jan 23 15:17 varlinkctl
-rwxr-xr-x  1 root root     56352 Sep 30  2022 vbindiff
-rwxr-xr-x  1 root root    155472 Oct 23  2024 vdir
lrwxrwxrwx  1 root root        20 Jan 28 09:20 vi -> /etc/alternatives/vi
lrwxrwxrwx  1 root root        22 Jan 28 09:20 view -> /etc/alternatives/view
-rwxr-xr-x  1 root root     32368 Aug 29  2024 viewres
lrwxrwxrwx  1 root root        21 Jan 28 09:20 vim -> /etc/alternatives/vim
-rwxr-xr-x  1 root root   3887616 Jan 28 09:20 vim.basic
lrwxrwxrwx  1 root root        25 Jan 28 09:20 vimdiff -> /etc/alternatives/vimdiff
-rwxr-xr-x  1 root root   1740040 Jan 28 09:20 vim.tiny
-rwxr-xr-x  1 root root      4858 Jan 10  2025 vimtutor
-rwxr-xr-x  1 root root     39648 Dec 10  2024 vmstat
-rwxr-xr-x  1 root root     14760 Nov  8  2023 vmwarectrl
-rwxr-xr-x  1 root root     26936 Dec 10  2024 w
-rwxr-xr-x  1 root root   1651368 Jan  3  2025 w3m
-rwxr-xr-x  1 root root      1402 Jan  3  2025 w3mman
-rwxr-xr-x  1 root root     35216 Jan 27 23:36 waitpid
-rwxr-xr-x  1 root root     39304 Jan 27 23:36 wall
-rwxr-xr-x  1 root root     31512 Dec 10  2024 watch
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 wbmptopbm
-rwxr-xr-x  1 root root     64568 Oct 23  2024 wc
-rwxr-xr-x  1 root root     72096 Jan 27 23:36 wdctl
-rwxr-xr-x  1 root root    482672 Aug  2  2024 wget
-rwxr-xr-x  1 root root     52520 Aug 29  2024 whatis
-rwxr-xr-x  1 root root     31576 Jan 27 23:36 whereis
lrwxrwxrwx  1 root root        23 Nov 15  2024 which -> /etc/alternatives/which
-rwxr-xr-x  1 root root      1080 Nov 15  2024 which.debianutils
-rwxr-xr-x  1 root root     31488 Nov 13  2024 whiptail
-rwxr-xr-x  1 root root     52336 Oct 23  2024 who
-rwxr-xr-x  1 root root     39792 Oct 23  2024 whoami
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 winicontopam
-rwxr-xr-x  1 root root     18664 Jan 19 14:08 winicontoppm
-rwxr-xr-x  1 root root     67744 May 16  2024 wrudf
lrwxrwxrwx  1 root root        29 Jan  3  2025 www-browser -> /etc/alternatives/www-browser
lrwxrwxrwx  1 root root         4 Dec 20  2024 X -> Xorg
lrwxrwxrwx  1 root root         1 Jan 24 09:02 X11 -> .
-rwxr-xr-x  1 root root    203288 Mar  9  2024 x11perf
-rwxr-xr-x  1 root root      2807 Mar  9  2024 x11perfcomp
lrwxrwxrwx  1 root root         7 Jan 27 23:36 x86_64 -> setarch
lrwxrwxrwx  1 root root        23 Oct 10  2024 x86_64-linux-gnu-cpp -> x86_64-linux-gnu-cpp-14
-rwxr-xr-x  1 root root   1166360 Jan 30 07:50 x86_64-linux-gnu-cpp-14
-rwxr-xr-x  1 root root     76232 Aug 10  2024 xargs
-rwxr-xr-x  1 root root     52736 Dec  2  2024 xauth
-rwxr-xr-x  1 root root     25152 Mar  9  2024 xbiff
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 xbmtopbm
-rwxr-xr-x  1 root root     49072 Mar  9  2024 xcalc
-rwxr-xr-x  1 root root     27680 Mar  9  2024 xclipboard
-rwxr-xr-x  1 root root     55184 Mar  9  2024 xclock
-rwxr-xr-x  1 root root     39528 Jan 16 08:08 xcmsdb
-rwxr-xr-x  1 root root     28384 Mar  9  2024 xconsole
-rwxr-xr-x  1 root root     23152 Mar  9  2024 xcursorgen
-rwxr-xr-x  1 root root     23440 Mar  9  2024 xcutsel
-rwxr-xr-x  1 root root     55456 Aug 22  2024 xdg-dbus-proxy
-rwxr-xr-x  1 root root    115472 Mar  9  2024 xditview
-rwxr-xr-x  1 root root     40648 Aug 29  2024 xdpyinfo
-rwxr-xr-x  1 root root     14744 Aug 29  2024 xdriinfo
-rwxr-xr-x  1 root root    699272 Mar  9  2024 xedit
-rwxr-xr-x  1 root root     35872 Aug 29  2024 xev
-rwxr-xr-x  1 root root     37712 Mar  9  2024 xeyes
-rwxr-xr-x  1 root root     37408 Aug 29  2024 xfd
-rwxr-xr-x  1 root root     49792 Aug 29  2024 xfontsel
-rwxr-xr-x  1 root root     14784 Jan 16 08:08 xgamma
-rwxr-xr-x  1 root root     76976 Mar  9  2024 xgc
-rwxr-xr-x  1 root root     19064 Jan 16 08:08 xhost
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ximtoppm
-rwxr-xr-x  1 root root     23248 Nov 14  2023 xinit
-rwxr-xr-x  1 root root     14824 Aug 21  2024 xkbbell
-rwxr-xr-x  1 root root    218040 Aug 21  2024 xkbcomp
-rwxr-xr-x  1 root root     43800 Aug 21  2024 xkbevd
-rwxr-xr-x  1 root root     97032 Aug 21  2024 xkbprint
-rwxr-xr-x  1 root root     23896 Aug 21  2024 xkbvleds
-rwxr-xr-x  1 root root     23960 Aug 21  2024 xkbwatch
-rwxr-xr-x  1 root root     16982 Jan 16 08:08 xkeystone
-rwxr-xr-x  1 root root     14880 Aug 29  2024 xkill
-rwxr-xr-x  1 root root     23968 Mar  9  2024 xload
-rwxr-xr-x  1 root root     28336 Mar  9  2024 xlogo
-rwxr-xr-x  1 root root     14816 Aug 29  2024 xlsatoms
-rwxr-xr-x  1 root root     18992 Aug 29  2024 xlsclients
-rwxr-xr-x  1 root root     27304 Aug 29  2024 xlsfonts
-rwxr-xr-x  1 root root     50288 Mar  9  2024 xmag
-rwxr-xr-x  1 root root     84080 Mar  9  2024 xman
-rwxr-xr-x  1 root root     28224 Aug 29  2024 xmessage
-rwxr-xr-x  1 root root     44096 Jan 16 08:08 xmodmap
-rwxr-xr-x  1 root root     19152 Mar  9  2024 xmore
-rwxr-xr-x  1 root root       274 Dec 20  2024 Xorg
-rwxr-xr-x  1 root root     18720 Jan 19 14:08 xpmtoppm
-rwxr-xr-x  1 root root     50312 Aug 29  2024 xprop
-rwxr-xr-x  1 root root     64576 Jan 16 08:08 xrandr
-rwxr-xr-x  1 root root     35760 Jan 16 08:08 xrdb
-rwxr-xr-x  1 root root     14568 Aug 30  2024 xrdp-dis
-rwxr-xr-x  1 root root     18664 Aug 30  2024 xrdp-dumpfv1
-rwxr-xr-x  1 root root     15176 Aug 30  2024 xrdp-genkeymap
-rwxr-xr-x  1 root root     15368 Aug 30  2024 xrdp-keygen
-rwxr-xr-x  1 root root     14568 Aug 30  2024 xrdp-sesadmin
-rwxr-xr-x  1 root root     14640 Aug 30  2024 xrdp-sesrun
-rwxr-xr-x  1 root root     14888 Jan 16 08:08 xrefresh
-rwxr-xr-x  1 root root     35688 Jan 16 08:08 xset
-rwxr-xr-x  1 root root     14768 Jan 16 08:08 xsetmode
-rwxr-xr-x  1 root root     14784 Jan 16 08:08 xsetpointer
-rwxr-xr-x  1 root root     19048 Jan 16 08:08 xsetroot
-rwxr-xr-x  1 root root    102384 Mar 12  2024 xsm
-rwxr-xr-x  1 root root     15408 Jan 16 08:08 xstdcmap
-rwxr-xr-x  1 root root      5167 Nov 23  2024 xsubpp
lrwxrwxrwx  1 root root        37 Mar 10  2024 x-terminal-emulator -> /etc/alternatives/x-terminal-emulator
-rwxr-xr-x  1 root root     45320 Jan 16 08:08 xvidtune
-rwxr-xr-x  1 root root     18912 Aug 29  2024 xvinfo
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 xvminitoppm
-rwxr-xr-x  1 root root     35536 Mar  9  2024 xwd
-rwxr-xr-x  1 root root     22760 Jan 19 14:08 xwdtopnm
lrwxrwxrwx  1 root root        34 Jul 23  2016 x-window-manager -> /etc/alternatives/x-window-manager
-rwxr-xr-x  1 root root     48112 Aug 29  2024 xwininfo
-rwxr-xr-x  1 root root     31392 Mar  9  2024 xwud
-rwxr-xr-x  1 root root     22744 Jan 28 09:20 xxd
-rwxr-xr-x  1 root root     92840 Oct 29  2024 xz
lrwxrwxrwx  1 root root         2 Oct 29  2024 xzcat -> xz
lrwxrwxrwx  1 root root         6 Oct 29  2024 xzcmp -> xzdiff
-rwxr-xr-x  1 root root      7588 Oct 29  2024 xzdiff
lrwxrwxrwx  1 root root         6 Oct 29  2024 xzegrep -> xzgrep
lrwxrwxrwx  1 root root         6 Oct 29  2024 xzfgrep -> xzgrep
-rwxr-xr-x  1 root root     10413 Oct 29  2024 xzgrep
-rwxr-xr-x  1 root root      2383 Oct 29  2024 xzless
-rwxr-xr-x  1 root root      2234 Oct 29  2024 xzmore
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 ybmtopbm
-rwxr-xr-x  1 root root     55448 Dec 20  2024 yelp
-rwxr-xr-x  1 root root     43856 Oct 23  2024 yes
lrwxrwxrwx  1 root root         8 Oct 11  2024 ypdomainname -> hostname
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 yuvsplittoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 yuvtoppm
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 yuy2topam
-rwxr-xr-x  1 root root     52736 Jan 14 10:00 zcat
-rwxr-xr-x  1 root root      1973 Jan 17 04:18 zcat.gzip
-rwxr-xr-x  1 root root     52488 Jan 14 10:00 zcmp
-rwxr-xr-x  1 root root      1678 Jan 17 04:18 zcmp.gzip
-rwxr-xr-x  1 root root     56824 Jan 14 10:00 zdiff
-rwxr-xr-x  1 root root      6449 Jan 17 04:18 zdiff.gzip
-rwxr-xr-x  1 root root     26840 Jan 22 22:57 zdump
-rwxr-xr-x  1 root root        82 Jan 14 10:00 zegrep
-rwxr-xr-x  1 root root        29 Jan 17 04:18 zegrep.gzip
-rwxr-xr-x  1 root root     14568 Jan 19 14:08 zeisstopnm
-rwxr-xr-x  1 root root    140040 Nov 25  2024 zenity
-rwxr-xr-x  1 root root        82 Jan 14 10:00 zfgrep
-rwxr-xr-x  1 root root        29 Jan 17 04:18 zfgrep.gzip
-rwxr-xr-x  1 root root      2076 Jan 17 04:18 zforce
-rwxr-xr-x  1 root root     65456 Jan 14 10:00 zgrep
-rwxr-xr-x  1 root root      8199 Jan 17 04:18 zgrep.gzip
-rwxr-xr-x  1 root root    217360 Jul 24  2024 zip
-rwxr-xr-x  1 root root     94696 Jul 24  2024 zipcloak
-rwxr-xr-x  1 root root    236604 Nov 23  2024 zipdetails
-rwxr-xr-x  1 root root      2959 Feb 19  2023 zipgrep
-rwxr-xr-x  2 root root    179248 Feb 19  2023 zipinfo
-rwxr-xr-x  1 root root     90272 Jul 24  2024 zipnote
-rwxr-xr-x  1 root root     90272 Jul 24  2024 zipsplit
-rwxr-xr-x  1 root root      2434 Jan 17 04:18 zless
-rwxr-xr-x  1 root root      1837 Jan 17 04:18 zmore
-rwxr-xr-x  1 root root      4572 Jan 17 04:18 znew
-rwxr-xr-x  1 root root   1373720 Dec 30  2024 zstd
lrwxrwxrwx  1 root root         4 Dec 30  2024 zstdcat -> zstd
-rwxr-xr-x  1 root root      3869 Dec 30  2024 zstdgrep
-rwxr-xr-x  1 root root       197 Dec 30  2024 zstdless
lrwxrwxrwx  1 root root         4 Dec 30  2024 zstdmt -> zstd
-rwxr-xr-x  1 root root     52408 Jan 14 10:00 ztest
-rwxr-xr-x  1 root root     56896 Jan 14 10:00 zupdate

yeah, my bad

ls /mnt/'$'/

:

etc
LC_ALL=C pacman --root=/mnt -Qkk | grep -v ', 0 altered files' | grep -v backu

:

error: failed to initialize alpm library:
(root: /mnt, dbpath: /mnt/var/lib/pacman/)
database is incorrect version
try running pacman-db-upgrade

Is this actually arch or debian

this is debian since im using live gparted image, now im on arch as you said

Offline

#12 2025-07-14 13:33:58

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

I meant the stuff in  /mnt/usr/bin - what exactly did you mount there?
There's apt and symlinks to /etc/alternatives, what's all debian stuff.
You need to mount your arch installation into /mnt - not the root of the live system.

Offline

#13 2025-07-14 18:52:59

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

i did mount it to the /mnt, but when i run

/mnt/usr/bin 

i get

 '/mnt/usr/bin': No such file or directory 

Earlier for some reason i thought it was a good idea to cd into /bin and then run ls
im sorry but im really lost and i have 0 idea what im doing, could you please guide me through?

Last edited by Chuck9365 (2025-07-14 19:02:44)

Offline

#14 2025-07-14 20:30:26

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

lsblk -f
ls -l /mnt/usr/bin | curl -F 'file=@-' 0x0.st

Offline

#15 2025-07-15 11:01:19

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

NAME        FSTYPE   FSVER            LABEL        UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
loop0       squashfs 4.0                                                                      0   100% /usr/lib/live/mount/rootfs/filesystem.squashfs
                                                                                                       /run/live/rootfs/filesystem.squashfs
sda         iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                              
└─sda1      iso9660  Joliet Extension GParted-live 2025-01-30-22-09-48-00                     0   100% /usr/lib/live/mount/medium
                                                                                                       /run/live/medium
nvme0n1                                                                                                
├─nvme0n1p1 vfat     FAT32                         03BF-2B16                             827.4M    19% /mnt/boot
├─nvme0n1p2 ext4     1.0                           8817cf5c-67e1-4002-a668-c5aeec1d6e4e  131.6G    79% /mnt
├─nvme0n1p3                                                                                            
└─nvme0n1p4 ntfs                                   10387ED8387EBBF2             
ls: cannot access '/mnt/usr/bin: No such file or directory
451 Unavailable For Legal Reasons

Offline

#16 2025-07-15 13:53:17

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

ls /mnt /mnt/bin /mnt/usr

Apparently ~620GB are being used but there's no /usr/bin

451 Unavailable For Legal Reasons

in doubt upload it to some other pastebin service.

Offline

#17 2025-07-15 14:29:21

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

/mnt/bin

/mnt:
'$'   bin   boot   dev   etc   home   lib   lib64   lost+found   mnt   nix   opt   proc   root   run   sbin   srv   sys   tmp   usr   var

/mnt/usr:

Offline

#18 2025-07-15 14:37:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

So /usr is completely gone

ls /mnt/var/lib/pacman/local /mnt/var/log/pacman.log

did you btw. run an fsck after the fuckup?

Offline

#19 2025-07-15 14:42:29

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

/mnt/var/log/pacman.log

/mnt/var/lib/pacman/local:
ags-hyprpanel-git-r609.343c985-1           gnome-characters-48.0-1               lib32-json-c-0.18-2                libproxy-0.5.10-1                  polkit-126-2                   sound-theme-freedesktop-0.8-6
alsa-card-profiles-1:1.4.6-1               gnome-color-manager-3.36.2-1          lib32-libglvnd-1.7.0-1             libqxp-0.0.2-13                    poppler-glib-25.06.0-1         speech-dispatcher-0.12.1-1
alsa-lib-1.2.14-1                          gnome-contacts-48.0-1                 lib32-libgpg-error-1.55-1          librevenge-0.0.5-3                 procps-ng-4.0.5-3              speex-1.2.1-2
aquamarine-0.9.1-1                         gnome-online-accounts-3.54.4-1        lib32-libldap-2.6.10-1             librewolf-bin-debug-1:136.0.2_1-1  python310-3.10.18-1            stabilitymatrix-2.14.2-1
automake-1.18-1                            gnome-system-monitor-48.1-1           lib32-libnsl-2.0.1-1               libsasl-2.1.28-5                   python310-debug-3.10.16-1      stable-diffusion-webui-git-1.10.1.r0.g82a973c-1
aws-c-auth-0.9.0-1                         gnome-text-editor-48.3-1              lib32-libpng-1.6.50-1              libsigc++-2.12.1-1                 python-argcomplete-3.6.2-1     swww-0.10.3-1
aws-c-cal-0.9.2-1                          gnutls-3.8.9-1                        lib32-libtasn1-4.20.0-1            libsodium-1.0.20-1                 python-certifi-2025.06.15-1    system-config-printer-1.5.18-5
aws-c-event-stream-0.5.5-1                 go-2:1.24.5-1                         lib32-libunwind-1.8.1-1            libsrtp-1:2.7.0-1                  python-defusedxml-0.7.1-7      tevent-1:0.16.2-1
aws-c-mqtt-0.13.2-1                        google-glog-0.7.1-1                   lib32-libxcrypt-compat-4.4.38-1    libstemmer-3.0.1-1                 python-distlib-0.3.9-2         tinysparql-3.9.2-2
aws-c-s3-0.8.3-1                           groff-1.23.0-7                        lib32-libxcursor-1.2.3-1           libsynctex-2025.2-1                python-evdev-1.9.0-1           torbrowser-launcher-0.3.7-3
aws-sdk-cpp-core-1.11.598-1                gspell-1.14.0-2                       lib32-libxml2-2.14.4-2             libsysprof-capture-48.0-5          python-html2text-2025.4.15-1   ttf-0xproto-nerd-3.4.0-1
aws-sdk-cpp-s3-1.11.598-1                  gst-plugin-pipewire-1:1.4.6-1         lib32-libxshmfence-1.3.3-1         libtasn1-4.20.0-1                  python-ifaddr-0.2.0-6          ttf-anonymouspro-nerd-3.4.0-1
aylurs-gtk-shell-git-2.3.0.r66.ge5e2efa-1  gtk4-1:4.18.6-1                       lib32-libxxf86vm-1.1.5-2           libtirpc-1.3.6-2                   python-jaconv-0.4.0-1          ttf-dejavu-nerd-3.4.0-1
base-devel-1-2                             gtkmm3-3.24.10-1                      lib32-p11-kit-0.25.5-1             libuv-1.51.0-1                     python-markdown-3.8.2-1        ttf-firacode-nerd-3.4.0-1
c-ares-1.34.5-1                            guile-3.0.10-1                        libastal-4-git-r820.ac90f09-1      libvpl-2.15.0-1                    python-markupsafe-3.0.2-1      ttf-inconsolata-nerd-3.4.0-1
chmlib-0.40-8                              gvfs-dnssd-1.57.2-4                   libastal-river-git-r820.ac90f09-1  libxdmcp-1.1.5-1                   python-matplotlib-3.10.3-1     ttf-liberation-2.1.5-2
colord-gtk4-0.3.1-1                        gvfs-mtp-1.57.2-4                     libavif-1.3.0-1                    libxinerama-1.1.5-2                python-natsort-8.4.0-3         ttf-meslo-nerd-3.4.0-1
colord-gtk-common-0.3.1-1                  gvfs-onedrive-1.57.2-4                libavtp-0.2.0-3                    libxkbfile-1.1.3-1                 python-propcache-0.3.2-1       ttf-sharetech-mono-nerd-3.4.0-1
dart-sass-1.86.3-1                         harfbuzz-11.2.1-1                     libayatana-indicator-0.9.4-1       libxml2-2.14.4-2                   python-pybcj-1.0.6-1           ttf-sourcecodepro-nerd-3.4.0-1
dbus-broker-37-2                           hplip-1:3.25.2-1                      libblockdev-loop-3.3.1-1           libxrandr-1.5.4-1                  python-pychm-0.8.6-9           ttf-tinos-nerd-3.4.0-1
dbus-broker-units-37-2                     hyprcursor-0.1.12-4                   libbluray-1.3.4-3                  libxss-1.2.4-2                     python-pygments-2.19.2-1       unzip-6.0-22
dbus-glib-0.114-1                          hyprland-0.49.0-3                     libbpf-1.5.1-1                     libyaml-0.2.5-3                    python-pykakasi-2.3.0-2        vapoursynth-R70-2
decibels-48.0-1                            iana-etc-20250612-1                   libcap-ng-0.8.5-3                  linux-firmware-20250627-1          python-pynacl-1.5.0-3          virtualbox-host-modules-arch-7.1.10-10
docbook-xml-4.5-11                         imagemagick-7.1.1.47-2                libcdr-0.1.8-2                     linux-firmware-nvidia-20250627-1   python-pyparsing-3.2.3-1       vlc-plugin-dav1d-3.0.21-26
ebook-tools-0.2.2-9                        imath-3.1.12-4                        libcups-2:2.4.12-2                 linux-firmware-radeon-20250627-1   python-pyqt5-sip-12.17.0-1     vlc-plugin-journal-3.0.21-26
egl-wayland-4:1.1.19-1                     intel-oneapi-openmp-2025.0.4-1        libei-1.4.1-1                      llhttp-9.2.1-2                     python-pytest-cov-6.1.1-1      vlc-plugin-lua-3.0.21-26
evince-48.1-1                              ipp-usb-0.9.30-1                      libetonyek-0.1.12-3                localsearch-3.9.0-3                python-pytz-2025.2-1           vlc-plugin-speex-3.0.21-26
execstack-20130503-10                      irony-mod-manager-bin-1.26.246-1      libexif-0.6.25-1                   lowdown-1.4.0-1                    python-rich-14.0.0-1           wasi-libc++abi-20.1.6-2
faac-1.31.1-1                              java-environment-common-3-6           libgexiv2-0.14.6-1                 lua-5.4.8-2                        python-setuptools-1:80.9.0-1   webkitgtk-6.0-2.48.3-1
filesystem-2025.05.03-1                    java-runtime-common-3-6               libimagequant-4.3.4-1              md4c-0.5.2-1                       python-xxhash-3.5.0-1          webrtc-audio-processing-1-1.3-5
fish-4.0.2-1                               jdk17-openjdk-17.0.15.u6-1            libimobiledevice-1.3.0-16          mpg123-1.33.0-1                    qpdf-12.2.0-1                  weston-14.0.2-1
focus-bin-debug-0.3.8-1                    kcodecs-6.15.0-1                      libinih-58-1                       netpbm-10.86.47-1                  qqc2-desktop-style-6.15.0-1    wget-1.25.0-2
freerdp2-2.11.7-3                          kcolorscheme-6.15.0-1                 libjpeg-turbo-3.1.1-1              net-snmp-5.9.4-6                   qt5-translations-5.15.17-1     xcb-util-0.4.1-2
fuse-common-3.17.1-1                       kcoreaddons-6.15.0-1                  libjxl-0.11.1-4                    network-manager-applet-1.36.0-1    qt6-multimedia-ffmpeg-6.9.1-1  xcb-util-renderutil-0.3.10-2
fzf-0.64.0-1                               kcrash5-5.116.0-1                     libldac-2.0.2.3-2                  ninja-1.12.1-2                     rasqal-1:0.9.33-7              xorg-server-21.1.18-2
gamescope-3.16.14-1                        kfilemetadata-6.15.0-1                libliftoff-0.5.0-1                 nodejs-nopt-7.2.1-1                rnnoise-1:0.2-1                xorg-xauth-1.1.4-1
gcc-libs-15.1.1+r7+gf36ec88aa85a-1         kindlegen-2.9-7                       libmng-2.0.3-4                     noto-fonts-1:2025.07.01-1          rocfft-6.4.1-1                 xorg-xinit-1.4.4-1
gcr-3.41.2-2                               kitemmodels-6.15.0-1                  libnet-2:1.3-1                     ocl-icd-2.3.3-1                    rocm-core-6.4.1-1              xorg-xkill-1.0.6-2
gcr-4-4.4.0.1-1                            konsole-25.04.3-1                     libnice-0.1.22-2                   osinfo-db-20250606-1               rocprim-6.4.1-1                xxhash-0.8.3-1
gegl-0.4.62-1                              kparts-6.15.0-1                       libnumbertext-1.0.11-2             ostree-2025.2-3                    rocthrust-6.4.1-1              yajl-2.1.0-6
geoclue-2.7.2-1                            ldb-2:4.22.3-1                        libpagemaker-0.0.4-4               pcre-8.45-4                        sdl12-compat-1.2.68-2          yay-12.5.0-1
glibc-2.41+r48+g5cb575ca9a3d-1             lib32-alsa-lib-1.2.14-1               libpaper-2.2.6-1                   perl-file-which-1.27-6             shaderc-2025.2-2               yelp-42.3-1
gnome-autoar-0.4.5-1                       lib32-brotli-1.1.0-1                  libplist-2.7.0-1                   perl-xml-namespacesupport-1.12-6   shadow-4.18.0-1                zenity-4.1.90-1
gnome-backgrounds-48.2.1-1                 lib32-glibc-2.41+r48+g5cb575ca9a3d-1  libportal-gtk3-0.9.1-2             php-8.4.10-1                       sord-0.16.18-1                 zstd-1.5.7-2

did you btw. run an fsck after the fuckup?

no i didnt. The first and only thing i did was running for help here.

Offline

#20 2025-07-15 15:28:36

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

Run an fsck, just to make sure the filesystem is consistent (and not larger than the partition etc.)
Then https://wiki.archlinux.org/title/Pacman … an_upgrade
And hope you've not lost too much of your actual personal data. Or have backups wink

Offline

#21 2025-07-16 13:59:18

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

i cant run

pacman --root=/mnt --cachedir=/mnt/var/cache/pacman/pkg -Syu

i get the same message

error: failed to initialize alpm library:
(root: /mnt, dbpath: /mnt/var/lib/pacman/)
database is incorrect version
try running pacman-db-upgrade

after

pacman -Qqn | pacman -S -
error: Partition / too full: 232581 blocks needed, 63250 blocks free
error: failed to commit transaction (not enough free disk space)
Errors occurred, no packages were upgraded.

df -h output

Filesystem                        Size  Used Avail Use% Mounted on
dev                               7.7G     0  7.7G   0% /dev
run                               7.8G  9.7M  7.8G   1% /run
efivarfs                         128K   50K   74K  40% /sys/firmware/efi/efivars
copytoram                          12G   943M  11G   8% /run/archiso/copytoram
cowspace                          256M   992K  256M  1% /run/archiso/cowspace
/dev/loop0                        943M   943M     0 100% /run/archiso/airootfs
airootfs                          256M   992K  256M  1% /
tmpfs                             7.8G      0  7.8G   0% /dev/shm
tmpfs                             1.0M      0  1.0M   0% /run/credentials/systemd-journald.service
tmpfs                             7.8G      0  7.8G   0% /tmp
tmpfs                             1.0M      0  1.0M   0% /run/credentials/systemd-resolved.service
tmpfs                             1.0M      0  1.0M   0% /run/credentials/systemd-networkd.service
tmpfs                             7.8G   2.7M  7.8G   0% /etc/pacman.d/gnupg
tmpfs                             1.0M      0  1.0M   0% /run/credentials/getty@tty1.service
tmpfs                             1.6G      0  1.6G   1% /run/user/0
/dev/nvme0n1p2                    812G   639G  132G  83% /mnt

Offline

#22 2025-07-16 14:09:18

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

pacman -Qqn | pacman -S -

will not work or achieve anything because you'd be operating on the install iso (hence "not enough free disk space")
You'll always have to use "pacman --root=/mnt --cachedir=/mnt/var/cache/pacman/pkg"

database is incorrect version

cat /var/lib/pacman/sync/core.db | curl -F 'file=@-' 0x0.st

Offline

#23 2025-07-16 14:16:29

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

cat: /var/lib/pacman/sync/core.db: No such file or directory

Offline

#24 2025-07-16 14:36:43

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 71,617

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

Sorry,

cat /mnt/var/lib/pacman/sync/core.db | curl -F 'file=@-' 0x0.st

Offline

#25 2025-07-16 15:12:52

Chuck9365
Member
Registered: 2024-08-27
Posts: 43

Re: [SOLVED]Root device mounted successfully,but /sbin/init does not exist

i got this junk

--------------------------UoqPeMUfnuvWLBMuahfjB3
Content-Disposition: form-data; name="file"; filename="-"

[YsJg
P@Qq @K/EQ $EۯB"s㌰2}Y/o$<˒TdG0?
g)
P A,ZЭdIcz~4Ni;Gߦ	{ C^_D[żVmͮ1n\|T?|nxIZ(|{+|jG^[q4SHVIR$QƑ_$-f{Gk+1;-.(#fQc&d(*uǐFNEBQ2B!Dg
Q]&cU,bU*	IJ[mIY BdxT(”l~?jԾ*Vgl-|Urzj\NO8fZm}KZKV^¨
xAa3iP%ݑؙG1_,$QjݶՌR[31S<ǥ	u_gc1IK)
Ζ:ViMq	0ī0
0{bњ46l7t]ٵ6
W7=i
Cfy+A>"j[A_̼ufsZB7؈ok9b;z[e޴atcIP,0f`\DrZi\(o׿.g$i@=)x #YISDGr$Hw\YSg.pʗ/8wygfHË)-zviщ1zrCT(
%'F
lACGVǎDcI@I@@
sP7>2
6h0C0Vq;"w\E8]A212$Jv+;cjvxiuƉ>ZGL99wǣԌ$RèsoR[$

C?ۀ{c
:N֒Wg6

wd`:+ꤞ߮'o9R8ƾOێ_lb/t/B/Aϐwx(#+1x=%7{Jp%Y"ˠt$ HxO,`YH*1A*E"+"yC89J!/?Z^E'd3".x77žjF{q
F\tR_<4*"`#ܩVRܐ9&kקlȻ?"wh=_qoe}2(*-&$ ,p9(t
)Ii`NQ7\eix5;WX<I<HY?%!B_rg*+CF3o\%׋tW0)e];zVB$n8}LA~ҿ |{<7,D-yVyXTŒ^1E-)T#,
$K [l+@,ˈB$UBO2%}
tܛ쓆:%jOdU6Ί 2*z&jdV[qה)mǃJ_>uwfW__-/$!P_PU઼/亼?]pixGpf{i>҇+_O{7|g-ߺ» )`?9"m0MSLWx\tbT	^asj3dEEa8HĆUePϋPH *^|҇޹އd;*h,kƂ}S蝁@ӭG8hr]*$pJ8Mp:redA:iLأ$7dJt%{5쯲k_$wa_G6oѼPe/(#wogY2ķx_<|~Qlq\7%cK|&	z|RG5r辜L돟f|Q. Ji!Y=543&olƒ(~̗?BO\	(O0G?*?d 2ϐ#"+q
xV仝ZwRLQS`?t1.G2D& ݤ`h	-UȲx!)ڔ<J1&QI
BmE(yhZE4fuNwhiCƌn$OAk
Z0뎦:\.8dۯGehR#c@:?X-t^%&zv眺8sOS2D*,9g<תw$9遊$;
=欃k	G렝U8zxۅF$ȫ}N'4zYڕViƝpS}8.قl9:"	Qb̈́]{$n˞4i$Ľ(.7k!Wލ?}/zrNw5!͊?l
NxmyowKH9eč%}"གH۔dia^TFkq~|B8Yh3Rf/QՓ}7,<_y'%_@WϩWx~wx?1e;lǻZO/dAe{<ȑ	bx/ژ@HUmyU,9
L%A`wx޸{Z,jsvC{c/;Ajj]e<se)?wlD7OD}7TZ횧A%h6h6xv$bF[y[ZD\˹.rC]3v<Kn&dun<Љj{.dk]uۻݰDM蘤S:~?qnWwsTc*ab̋u1ǝqOl"m.qZz%e9!VѴ"YSik[\[58is6KQiwLXհY]Js+kTq3KfԪ8[:/IEs֙d;Ǎil+uJ1G1O=Sp.׷GjJKUU95s&bW]J'.Jц&jVUu`O_uڟLGeѽ3F`M۳N
cGΰWәWH\[9ݝΚj
ri(YuZkBSXQA:aP'쯦ɧդeNԗeQ|]yj΅zsfuWVK'%IQO[YFs:<Gz|o9{*"I~H;0:T{Er.dO¼P{d5f[Z=.pQ0-챏4$)D[Z-%i!S1M'YJV߂|cFq	>Ͱקw~(΁d쏌˼ѯ?5?"߱/?+K_3u@+3L!Ⱦ1&)#9)AlAdgMH_ PR2l $ybGRl۲#Kg#E[e%Y"EAuf"cʙF׵^lEeWFh
Ճðy2'=Zٺ>`6ȜyivD7V_;ᖡqG=8x=zԨeQ-LCލtةr	1lN>8p
B7iV>*\Z]2UPklX>ƴ	GU3:T,&@mTw
nb52;pP1h%ZvY)UMt;q]q~E{}N1=ئɒ܀;`?@T޽R ,+::cXj1rF*&"s,o2v1坸)g"ZD=p]dxTK
Tqx	-
7ł*fշW}sx/Hǟ8;No؍Y^Io&QH_Y\n|@m3W/9}V?)cRy?_^w/?Ɵ/ϧ[6:~Px7#d)P#z,j/
r"{p	y,OaHxXSBYpak@%G k<$r?#2%
 dDpJuXe~vP7"YKsٟq*SvĨ3Hqź)Z6=3=Rt(-%U]cƩ(D0Ο{U_7l]F
EVꬵފm:|yBJ%$WH'iio`ח"%ooA_;k<g|<qһ:҈^6*x$4~iRPZ>s\%
WxUnry>8"pz/EET~+r-<w'y%	hiOIOOw_Q,v74C`Ɵ/_MCp9
xnAU'{>%L&y	El/,'`
0k#Q`B)$X%SdIJ2ya†$Q/C jLBU8é'ZךNzCGҜA@#+n :v|\]2ofH\m[bS&tv8f5wZX;.G*>'Y'5[PƌW;88R^9lw,V^1},خFok`G“@lZП9D?`ͩn4F:FJ[*ն,;O^Q9J/S3Z80~7YTEV<xk5Fboyih	rViv7%mzf1R3qȶ/dBDΗyf&%U#[4'Cy
/? zNz A\}`E?ݍQƟWOio>_^p9IW䅏K}ƻ/WPd˞<#((.C %PbY@IJ0#`[JVaiJdm߱'dž$*hEhXAӫs!_TNde6Y5vy.z')bLΚ#Y)5&4L"1Eu2MYkn'T޻~Vt2^)oA4?T	L6b7<v8qP
זL4qjzBYSKndc5RHDy0rkުU$v,/͸#;#<W8EGkDPl;mqv^/2B.\@7)R";^vl?PϻwY@"+t_.Hy {G+=ű<IAp/r^^(}<x@ؔ 8\ε%#W/}+T8'I+If
R+-v܈B?Mh*8ggJSX>=W.;^W
U7Zwr9,ǿ%Q%DD01Ȳe	
-^m/T`E,QUsa#(%QZs޹?Dts˕cnK-[#I͠Q<Rug#fjV0g\3-afͱQ~Wn5qd攙捩#UcgV1Ԯvh)f9j01e6[/
gɮV ۩IsJ9"LGUlB9gL]/|WV;^:N[<oC[o+qAYyh'>-P=Jp-s:ܯ[o^bgsþVAe16(L+?DA}T]tˀ\uɞ&u{4,Y⊂ ˎ8OƼ<|k;;I"c?Y"sߧg"{7<[71Ki/Du;CC )Γ8JCܝEɕI2ҿ}K{/lBޖY""ĄY,K&'	oSRD8
%b@,rjNذNI<|G,$si`{yyGͩ)<IF;Ck"_$USUƓ<9ތSͮQoհaV_aC_P\FW5
D`[vf6;zo)}︍+Ǟ^ޭg6_qى?RDInA]YqL-oƏT{AcGB<Um]w`wՎH.c1nȌAw]#lO4s+^0),}A^So+d^pwR;_8ggПoDUc/?ݍ繯n)|HG^:+TW4/#(27P)p<H -Vh/CIpnK)="za7
%4;C0%'$X"pgŮ#%Ma$\nh0?q`|jnbj^m?,=kF3=vomLv;/MVe1Pya)A,΢<A/<m'\ntJzS0ڧݦiX5&VpQhJtkLt1fLU3q\r"xwb$4zm+gm ?ihd""eqgxvp=mhSQn&oH]R{H8d71ˤwTAsKb?Ԍ)9JX-=
dBm7\!7U.;i=KEl,yU/=ܪ<w.^2eI~t?"i)1ǧy
(I7~ J[~ a!Y""U/d*36\9D,ز1,&Jk*/Ƨ8NaQ#U%d`T#FkB@yŭb:IџŒ7X/Ӧ%FI3zޙBsNe0"a&sɝ]8<# X1d>&gj5ywwPOS	RhGS3r'J?ⴻրO`X~-3{s'bu
y(3)8d&yk}Ģ:#,)`k&	8Ѥvl
zV7٭:,^;}­
"࿄Ê`;/vcٻدi)|ף/'jAR+oAKS(#I%<`D"@-zW9
H&hV$H%{mˮ !wm|L콤6y>";'6&q]ѽSY0
l\SP;fy.8wLm1E)`Sn0ye&(֘}-`3|9af?s8XLQ]x7Q{lff5jYBc^j}vǑA9X袜Z4UWN=Nޕ-l
uwm n,H h

H<שs|V;#l)-S;^M]
r["5pPWTFy>8cU=cuтsϔkF*q-冮Ra0P{Jb*CBe^W!mN%Xϸz8)DKTKi-{Mg=mqbH33	2l'3`gDϭWvl:nolg/?4t.*t_$T87t_9T~W>"!?>	+SZe»/IVՓ	٦Ⴉs?,)[I(]@C131O5IuIdޒD!bYO2YsG
&"Xױ1hM}3-}
=$ϏFO/ڥ/vnMhw\Uj7uAXgFVfaZeݷTL?HC%RKDo#'Iiz2r2U^z/N٦'2iIgċ?V
c/BD`R1choT+SZ
oj]r/g+{bZP?d/zxLv&!YyY%X30uYt>4L4
K&IL 2h@D%-;&KQVڽIcyk^[0|6 4溟vMXQ*LY	^^(7tfw%nдĖ)h6kzV]X-qXѨQw%ק):^wD4@,w!+u?&3yf@֗/${W+'ǥ/}yO|f/LtxH_?ҾmD۟_OiO8
y!<~lfӂlph
߻%xDȰ&8OSD=<$0$:Df08QÔ|'ՁQ_(GJu{
vh|u{ͯAKܩ͡i[F9)Wfsݣ&GOTrVt^PTt6Yq|˹s)vqbZ>{"cO rJtYq~[3_6]
 gګ{_s7,۟L?C^[!KeDtf`
h|">Uu@"10`2DPS2qɒ3Yqw``rN
)UuQ=ӯ/-5V"WZ4
a"rjD7v$Uޟϸ.7o\p#u.yq]Q~";!b0ńKSڽI	OiY
/g\=緬ĩG'T+I*{%1O=gd.{*{q]
d)xx_ L04C1BM5@`j"#2."%&i&L&	T`Z$#L`ajJEH'[e8
FڌkFN圭4DBaޓFԱ9qii5c[qn_u)6KGU>-wcuyZ_V[Zjv^MJomP0Ybvk0f9펒e!juY}Ur&cWNMQpKeWȞ9۪qbu&JE2喎Q+
C1k5ݮo"9c:GM<%,vãJHjcg\G_WU>,&ObW~a#$T<A'V%/7S}>ş>NH?gߜCxo"_-C]p>J;2z.K Cb2A?dJ]\8$HI<{gTIePbD)ALQ7@Mn7ǹq\_M89ylpcWljŝX]?)U"}:e*:A
{V]zzjB,1M
\ek<W
9aE[)m"vW)93tq
1EyQջ]TFH%TPʁ鬱s͕Q)YM*nhp|4upWžsnX:](9~>9lu:veYs=`^ޓ؟u9qsZ`=u
waҞ֨vC#մL}Ňe޷oxb.Y>!utHHԌvI
D 0y#)~os
	
ٕ!i_0LnG,Kԉ0sWk>h+W_>,u<l8S
U[y>[yL	A4݄bpǛi@$5IxhRI7e&Bf:FM޸|Z]~ƝyV#yزhonm{6f^`F_}{E|<4jqU͛[kйl?'[h@ƳIOBRؗLy\S/';Np<~MNqύG}eZFVil/45.9Of7p>Io\l2L{g	}'XG?	Oi5ƭ:`_-١.'^Aq.xh%N	O[
&ד]<{+L=p @cpL$#ϰh|e3tȐOn"&P3(D$l%ni]Z*)5֔F&1UsI
6pVUdZ|)װBnDeWv6Bm
FՠG2U__{bݠR%Lwu~w(ut~,pp*Գl&mϯ"<S 6a|;1	-,zx?9^$ɞmvlO~&<YCDW[؂SL~)#}LR_)$UsZo{odw?;;T0FZ4|—hi<xngŐY	d=+P4,0$2SU($I HLHE@4$Y`c$DPf2!5ESI',(,
XҚ+C
z0]R|pݿp;Zq-uxhv*ĖP`SG&UAm
6?X6*hg|8լqE[:"UEm7٬Ęl;)t!.Zj; PC)oL5ZW3egVa6:rg(ܱ>/wbiԖe3GP@'y[
Jhkb MkZD[g*qn=]0rd!G00haɃ0,iΔmTgtQug4P%$m秼֊zHW-¸K"8@cҩ;SKt_&dseTl
vJޯ*ȉh>5!+4܄dlF?G뎽nmfBW,pC]2oB!)Uv͈qu2qk
.Zz[AN\GJyWFBc~آe5pROrԒS蓖E
ΡmE>,f24xuogVrG4n|KLqB$iTH,bN@˧7bgI{fhx?}A$AH?KsZ?}D?}NPx]c>ho>_;<
l?
f>Ee ˙5@҂TϠ:4kL3Ʉa4vIziLbJ"5Ɛ&a̘T1ѓ?!H$zhꖝ|u۱6lS^P6+w=!6w\cTϳʤ+ Ӛު
?IQey:F	;}y*g}@(2/hUTuWunk~Yj7q(<'?ViƥSfǐSȴٞ/׾GiJg:ۿRk6z9$>s`8h)'U+zH}_Hc%Bv˥}
uN^?LrHOHf	Ea0P%N

dX0D#9GʷϗMce >pTU1ګz1.YWp{Z6WHt,Ŕ=fNUXU\يy}YuPJ_ZSuU1@1]T'!!Oc;®s?̑M
/?
.?|[rrOVNo95Y.?>~i%.+M0gAC<O#At4lH	R!	KD4k:t^UHSKlSٓ{xꏣU0-.NQ%h۲ܖhV?tdXV5VMK6N+\u{pﳰVVat\m4t u1~A4/h.EEǞO9'\$ly_4oJ#B.D]49pp{y}`'Sfr)F4?$hk%Y/_6!pĸ~z3ފ<A>< $?x>Cp@9>3<X/{+&p>vnB)$@gO5]qBr;tr`Ȁ*PE^`!P`c'/,`U!ԀQĥ;1$~cf%'-Umjn-!#XGTYH#K]E>8^qy¸\WÆ,uܫWouLpPڏ\
T[4q䀈mp~v?/a!SgG8MKY{LvfxpY_rZ!xQ%.r"@Z	麤r	94F'	<82fpYهdV8¼.+:ckw<+:e[ㆳVڕ=~yҠ3˓qgPKچ1nnYO'%_χώvpT`/W/`7» s/eoDzH2q鞿T*H@04D0Nt<Uu"U4m`hҷEߏЭJ+~RD:e=GNyP˶[œ3+A6.a>Dݍ+KmV6Bc.d?)Fj!?ߙt{co		0{m_.q?9}9q>gDŽ/j@ 9	.p_N"P%H0ّ
Ĝ!Fx
!*j)s3tjXƷ?|_4
pY-i\[;y;$#&Eewc	GC[/w6^UPG2x[Ἦ;|3!I^w4;3?'obtIJ?.=ܿ"Ooc %	BPL\$P$hP%iC(FXUA4(k1Ϻ%+Vfqag^ ZaJ(ⲹzOÒQx]fS,;c-k[RK'$әiguoacw]R.?z# iKL/`{rzu׏ˢI2uHO8!$r#!x'+ $xN8B4AХSKKfH[:+7^\]P`UeG6hZͷj)j<NxJ|rL;|:_G5o-Q}QSڅ!+QU2.ʑ*κot6r
k,VۮV # K)NL}4oJ~g׃iLPڛB2VvTgnб9QtU4 ˝~)QX."J,:J(^y
lS4uUV{2nim'ˏ̮ZM	eSXE$/ae5nӊ٪A_l`r1mm_	Z`4=ƣ.TcCcǣK7:Nwk]4Ԛ+66n:N]ᵽ̧uŕJNCV!.ptpgC; ⢺84[ņ_{tP,z̶zqͦv/ACEsj;A?>:RM?4f+8Ha^VBPQja}/(e;np=7l7Eqޗ@ڍƍrU2b%1~qVv*<K}vZTGz
oz~7m|,'\@Bc?iG-urP??ocYwޥdz_8`r3}%4	SWO_]yj*K}"{Ǟܯi+tt9	.Ih.!NnBj`i	*"1MĺE%Qd:D	϶mi!裬#tw2 Lh4Y&cvfYݰ=tWg|,di~YꆂT%CY;'^Wu}81xGzee&ύ?%>q,Ϫ_?;k
!=jz!
_usr_k
O.qh-&ظثϤB]I\}EZ%[87o$0Op+R>	zց_:NEgU()]+HH:S="|3
9U5(K0t'/PD)# ƩT|O܍_mnhTk>VqQ>xkk.#}_/EY<iǜoaȻu%{l=jд3ۄ;!-8={',RuFs0׍<Rb<p}lp\RLs1>%\X1$*q0Aߢg>W's89C̟0M[K ?ܵwx9')Vi;]S=r9OJ1[`K@L$L2MAUIHS5Dn*IXRuI]
T0T$,JJ(//{m<b~rnYH>|c7bl2\yɛL,}ے7s ZZ?_4<;k>̌(F^U˼6xk@0aݾĺ|Pk9iT6q5;R#"]r;};٣܈*ASћ	XzӫTGlJk%6
vP0|G2.h><HTEVvi3F|m{pr`źyqYb1׏ETTѴ7Ū_
^ukxM^ك	결pZ\W(A	
z/$ܾH*[\ՋBi)yl+xȑ,Z얔D>Je>l]6j?S&vKozx9
u+T_ӧN*ζ31e6iK/oɂHD$4art1
(PE'9	Jĩ$ue0f_aK{VGRf=L[W..TVTҭzA>wVyy?:+_iz^wKT1m6ntt_:o_NG[(3޻z
|奛o|I:ggoczn<p_jA>tI\S{MzOM
3Kp>rqrVs0WKo?l9qd۾WQ{#y4/'RAplNu\UV"dB;ǵ@JapT| ̈o0t§`DHZPPDXYԴ!_
8Ѡb
gڊP0SJR@`6a
 Ӧw?F;W*!L&2
Y1Np^_C'6ZQ&d7
e@j}}S7!IKfҭr?>R.4ZtKJeK:q<&'fNj04oǓ:^oAzF,T;
}%꣸g5~-cQ9Mv˥)`QXռ){~zg`10fb2JOƥt2f8c(טѬUhx9&@k^zcP6x!땂6EZcv3	]wuWrodmxV)G%֍۷qHUTA
r&Y“
BNT8TQ}=){]I|ʰCLmh<G7ڬgw))w&w§Fg0BrqD!za[EpXU_0A_5Rb1@CJGFd3"@a@jg%O|cHr
"O=BabK7B-T>o:ZLJv,;QXcuG̈́O렐ʨ
*:XSoG5ViZ>vΌrCvڦV<trn
wbXMr[Jnkg<t,syߢsnemll^R٪V-o366Vy@FAnJ86L-wKbܛcFmOZgW=̇l4O~+5dK)cqcX%ATNGm/Wr$VGHa^
69m^v{nη}sWf1M\]w'xbڙɞK/(<{4cNk7}Mc}&W)ҿН&^ڿ8JkMjI=|o9ԃ?s/bOpЛ\1G?!4Mm"0&))6LaRb#a]+|ߺ=0H[Dh=by:ا=ǜ䞂4m"BeYq,p_Iy=o8
O^靴zBaޤ8÷=.g޽=	u		
d`m{mC_)wH§gԏ."JgNXFSsv7)&W$&yڛ4!!˄6tLka6XeS?	Ӣ`(am.]CR9E>d=niuW\{Ś*ZYh:iqri.6m}8_4jZ/6Y3E2[ަtKD?-C&a`YZo4=zش\Ē;ϷCUt)/QnIg64\+0uڛ@nŭl"h:^9j'UHMo,\AVSYv2MY~c7lUuhֻdV5|'r7UځҬZYWX6ǵnӠy/:k)t6)zB<9_oBNㄤ=ݭG1Ӟ8DØ) M$oggJ$pԫ	٭PWv2	#J	ـ%]v) D95 R8cf2\ٚVk4Q7g9^K"v#ڡE!d'2m</lLMzޝ9Wcww:W_oө0R+<&_u!@Oc{iShqqDWeA|3?%5HMO
"_Q/l9}2t/_r\k>_͆#7R=KScV_O=tB\o_,SDy$Kl!+tpN1eЌYk
S"Ķ4,h	ʰ9@&%m8	ʑ-JW1KL#l5mð
t::.+P;2g.˥"41.u,jz'Uha왳_nr[4Sf_pB'$#=GV͊./y:LZ1WvQ̓G|5nF_ƕ͵76͗bX&EG~^[rOEߡ|a8	#>&P^?k-_>Y#:<7W'vsz}'[
AGpu	,G)1=0řHa3`	)_I0Sk!9P@B	[qCtc4-P*0cJgZk.FUrWq*F$.3f%VݭQjW#@ŷptS^'p~:]4ʻWn']Ÿ8H/E}P)^Lo.~L:Go^_wDj+|jL)k~ Blid(fp@شͥi@J&!UYR,1u7SDQN][-,Q"[\v+Tڡ0㬂f|7R0s9iHe=)>'TyP&drYL27K-PKp?te[6/m?Iǘ;B.k"_vO=t+|
gqesCR~X?xmG<}`ED?Wy~
(J*	68g@;a#LAp0/}ԔBJ%?v:NOIӥ3UͲbR_)x
$~	;U3Odȯ4jn{ޙUAL٥(m=s6N̗;Ïwuf`3|gb8ZQV
V7?yOe)`wDr!Y\"#p
zzbwaw\3	gԻJ
8XP3fR T1@mۦXH,@O3s޸*d]*A[me.EMWD=sH
Y
9fjsM4eϬ0I}[xޏ7TWxGg[+OBe.'՞ꢠ}VʻŜ7`$ѦOP/7ّj7[k3tH[Sק1t~\T"(!(k~UAN>
&Rʀ(!bұ1HSaSXP K$bVz԰v>u7.gث7Xm67N˛HC
g>EW6\b9o'Ev'\9.Tw9~?;_:(}/B31tCȸ:c}^?"k;cqpEq#_i0'&o9J@?7+g+|q^M8pjHuI$"@6@"=ӲIe[dK0"lC2?>	`ݽ.+L+q8A1m7J[lh9aՎx`֘,*w'3H|ea-pr#10]fR~Vf<A/h&cȨ;B7F.z+|qv+ӥ^q?WVPu&AzLG?ΫmY<h{9wJT-KuRVbYI,~7ɧIiNqP#K0J Hآ!?l{Mmn,a|٩J$ts']?WEio
||cw,?/ʰ]LOFV'|:FI^]ngZ-Y
cSjUSzu[u"LJa8n-Qڂ.^Gqs7غvmR84fubZr*J;{0]ӜLXe2mĪ~sWՅiMvq&x˭nZ1vIu7u$#oᑩC
I!lypb
v.+df23Lx9A<f2'z[	F1G:9yc{@_1By]?x>AvyZd'D)㞜YOs~zVK̿8"H'/UbxF<)TIa.K58Bm$"=3"$	1ap/=T2Z7H4;d;U]/郱:Y
Ye֠绬?)^<O61ؕ)Uڑ*)F(xt#~`ǢR悴
yok+4KH*|{N׽판|c/)@w9"<`cG@H6j3[?!`srxM1єq ДB(l)!#aBA]ߖZVŞx3șD50;ŬD,yy=YZxJZ>TLTI"ldVt52f[[[w[㝛Y3?Pzj;z_$u<,끔=>ӻ<\${3n
/oqe/äok2<^<&xW@+iLJf0\>?
jŸ6A~Qo!^NL_ngwUvdZHN笛Y!6)7,&Ѫ?],I'A%7Xwr}SEH*\-rr5,Õnt3:DJi-V{]D&]nV˃vʏ+ÓKzC}2Wk7`IޮyZ/ʑQ#_'s
65QQɬCRX2]1Q=SXj{iIkMc%UytF|X}:*>
|/z[&q0 ^v98xf2g2Zܻ`*,S
-w+>8|o0MO?/?:g(,
I0w9G_GB{M3~=Q=YcWǧO<yD”'z1Os& 3<p*Ǟ`!JSh80!=G'Kʧb7k3lɡ~jq;hZPwJ=Tj[8hGGjDfPW,o3;*B'_¶Lў~mKS5C*`	=!ȂGz?-R, Y7J=&$dB{3)L
~zv}9g06<B0xxb6]{%@,n9+92h91ҡB#5PZQ$0nQcaôR7wcyiy?g}\4}yJXJraafzk/,ax!WKeQȯ$[gt@
)awoÉjOL05yw*G/H&}~qcFw=sq_p3X}bKzOlN=]OHI|xvӻOɊS‹@a/i05Ǜ?0+=%'P5cy35w>?7{0ѻ-W=2CyG`IYgzc Js#Ls
d(00‘ByǤރ|7CU{oUlnǭ"i,Ŧۭ$& ۞hK"ZvkGKghVb'knZNϣ9kICIwIk#_h?ždvS6_?}M?N.{`
};ߢ{_lm
!gć!ć!RŅ҂rW0h乞jI!2#zhlQ&%=}?͌GiqcV_K:n8/9X 6HkKJN_NZ\vob?\\?̭ja?l}p5?Gߛȅj
(t@ǂ
S8~B"\ĀX0a4Li
9ѐ8	EÌ!5J"AjrX]`mٕD;lLIgRԮz*eWVh_Wu=\kJqt'Ҹ7F;?=pGB[3\/en";@W?^{]3kx/B4((<0^d|yŕb)1fwtg0Q<C-Å8b[$3UYZ$֨zCknxշ0/ht_
X=+;]iGh7cIVYë?v.c~=DXc-`
W}~?5{))E0J%sbMl@	Zs8Z"&+IS814nSL&E؉E`wLNcVrU"WUV${dΊh%VJ%+V7Hxqny'XNTL8{	@sq@G߱z[+na;B.eSFr72`u=]
&spZAXBX4u!̹Cpq١.5%~jC]Mғa6yq¿~f|܌KJFaӃQTH<33]4%5NMn)vK!16Dʚꪷ3';煁]glJΎpGN
{ob]kgx<Pmq^i{|?x,/w/˱Npr||Aq^w࿗LMٯ0sc^Z#AfBQ9D\q)GJ-#dV Xi)vFХ	T`no={˅m;:+e]sJ|jj-תlE5{2VcƠ;½?=fk?	0D^. D.˦p³%g}ژKH I^O9@q(eqaP*!
@B'\@d8:((9g;9Q&մXͬA5$	kAm$z#kA<VSnn}`_mߗ.6Zo&
4 D.eSGcva79EKhM#<07uBBBOppC\0CϢG=1Dgۤ*]3[7ӹ}o,;RR7|n4XU=,*%}wvNz3	Ǎz'#)! =&rr#/=s9O{rg#??OrJ9j5gɡRsN#1@'M5C\
fJDƄ		$P	 ν!]&RoDc}9T<-ts?V%P}Ŧs}RT+xoY=:T/BA_C{fz=- $_V#_(Zwnf]W<;7hAмYmJv+PK׵荽u⏬ޮW?:O|--QMFŲzI?R<o_!IR}~'wWE&ӓ_(|@sIɃ$W#}jϯ
ݴ?=ϧȥ
߅/OWLI~s7@Ot/<=?Q \%2aXWd14NFubϐF0d2]UƿʠG*νaz[ti9^&K+oMv%,(2Z-;~π
jU
/Z(=D\<;nڢ9Nk0/k7['Jn>}d=ٜ}hz*:o1}Ε{sd)
$uF8p:z?VrCޤed&5_*Uf8l4[y]ҝYFEs^,vYn4ek°C}FVgWiխEv@Hİ܈
SAB|2^=C'F)#]<Sw*	T%
>^En$^mHʍ]9D1S."@\)l X͎&g6qQ 'OxA"	PR"kL@?(c I>En?G?"wK/L~Ox&fx|˽
7A
Pޓr)-[U,τ˜m,$+<.T`3[Hh~q[s^°Ș;}%Rydz9.C9YWU9_ZJF"JC#mݍx[ݞU$;.g֖h$ЊHx#M<b		|~J*圳OK)34q&ԯ(NV{b<n|ggu7{bL=-A&AtxzWث<]-<hlM_CF@IїF~IXNwv&celVs51?2@Rnq&7B]{l,dN/AsAlIxvG$#~Y9Sr3fmy,)W=` ;y\z\T^d_8)sw}XClWzл˳\_F~?[Sdx9»x>Y0pSqQ`jPQU& -0]!tUCDUٶubi:3ƈCr R(TR:Сfqrw}A,{:盒Z۲uoxD3+Qx'l,Z`mVS4uѥ3|7ߊ'" |AB7q4uFaZ?G*b!eWhSx"e$4~Q@tud%Sda5*t8S8`sE!R
#Y/Z6ӆv;,"0`¤%ԩtq!5tdཌྷ+a+4j̳Eˆ"2˨:ԁniF.XKOէB]f9ad#eZP,?ҩs)(7x
zMo_3i.	)ˌ/T|["ud![ΠkpsbDW3Bc-M
؀2?z-?דj170/;VRYI{75Kh'lu
T-_cD;iΔWi!ք1?L~ㆈSrSՏ9/}s">+$GtհML.ɗG$"G<y{%yB?E>?t4)J倧+t#.|<e/w(@Y"߬h.`AA
C6J,
2d]Hιd+Jp@Eп)J;Ӎ̳Yaiz/WO{g6^
G0Na5@.,1Wg={{-htR8uOƍ)GM?Tջe_<iȥ
U~OϊzȈ'틕jYnr#N8!}E#EVN+OKRZ&8j<5I2:0%3Uyb?
/QusPҷjl̗
,`c1ˆ?t
8^
;ן5]1$NBTF[K9h]	uC<`ێ9`}^w4:VL^,ptLXY4'ˋ^$IW%n%e>
bAH4hi'-;zy&coA0x*%;?4%pSAH뽼=M7$y]lu:ʸ]e$+y=8EWklֺٜ`3"6n^PN)QV/Vl*g'`F D:'¢,#Mҵ+0VIrL/X8/O/s=ȿ#FPHOWe/)(O]"{OKfWx pW^&W{Fg*XK?(&+|c0ǜݒe ,nc@pZ+@XQĐ[SAR;`&5l7qcG;L<nǓ~0t@^k1>}!
˪n78[8JR;.QRFSkYx
T',bkhIp<!61R+MP,-v#`K^]܎H1.e2"D9JZz7}Sx{h1
jvkEFYIi&Z{ָ/
&­4|lUkUW嬞Xw
SIlL⯂:ɞoJܶݰN)GYrioJ.KdVRYANjoGz4_!}e%<+]>_Nj`C!),"k,dPOkkHOK~zgU_\'<CҴAM<{e;|%qF4Ȋ]t.$%-wCk.pSfX'ⳖʱA
4
$F7Š	5ya kثn6i	l绱`dhG궫qֽ[Ho56[Aq0Yoiy5#сO;z)Uz=~5~ÓLyuVmerià3|/H^Hz\cGISMF09sxQ-r*Hxʷ[_Bw%:gtHSlkM$C?ZG7"@Ju
Yl{0wҠ]:!479lbwdbZI&ͮzG~iP12,r'dz
u B.]^Mo=<}l7qw?LJW@$SS{M
i$wOk
`T/׸XzZ]:τQ 493$sfApC 8q%3i%8MHu~8:iuf}H&Hb&cbkkdTmeSJuEqIbNU-c\
JUF8vu
^8.e1ڶH^UMHPR6@,,[zyګ]ʝ<&-&MmJ}ly@S2LWyw*X7Τ6>v#7o[\gw#ݢ-z
5$rLr%o/rխYY*5ۍVZgl<j9¦[P>/6Wt!/qvoOqx4%3NW%ôدюrԤwe͍PgʓI嫚ncL	fI$u5e=t stcim{3Mx9Y,c~VRc?4%U[
M 2}QO'(*Nj9q>G}qI3h;	=諟xX[ωvQ.ЏQ>Ser<>$Y5=F	:
%pbr>5ۼs%k!arӔ8v~N/.g]9-SMxaO{9_'m\/	S9>-\9CcD(A*HaYBQYf`k,A$*#ƕzʾ':G@}pb9DVjioU̾W|kIksh#dn*,r'Cl5#FkҖ'FybT%M:1xe%d/n{֋CQcKq*ߋ+a֦&wB*LEBFQB|{[j"yL.Qu1e&ʽS43j~0cG
P{E.13%<`qf1ҮSm.+IgZHkjI)A|/?` J2P@傰*ѴC+MuBVTY1 gXj&"0xQEJ9&Gذ+Ֆ]2t1
ǁSk(Ӡ2k[e/bMF;Y\7UZ3_Ik:6Q-Gx!߀ |-+kZ=|!
#_i˟U?	ݻ;Fe*i??9?Oᡐ&O:g~Vb&t]ӬTБ Pp"u
AE&Џ	:2N	Aed{#&=XRrPqlvO#v3LWC3Xgȅ3he%VmeKAISe=70<[G";O<߸+Io:SkLY^I 63
#GJDZa̡2wnƟ)
Sm
?[>WU
&k}du1
/D<!M!ij5a+DJ9D$@d}#Yr؏:@۰HFI6ݯ]^uZoGP@Jlݵ5]z7UCYU%h#(&M:0&injȲZq}a;-hsbh16~z-u'Mj蝺AơY	XY~Uk1Fo)adVm<lZY(Ry~in"gEi7u4o~r5:>TB^ٌƌ/8,je2s졥!9)۪W|a?:e!+ ȿP/Mvd\/<,䥅O8Ҋg	fA]75e:^e:Mj@&DY&%)HÑn;?g;].խ-Y	tz=7|&4js';Kl==7ߧ+6ܪ92\ wE
&eXT/}?v4?g?^!D̊9[q
E%k 0èH`Y:8!jU,"`pĈ@,jj-*{k-b(	:kleO-7*JvSpx [Y--ZXq7`,,wD\QWgM.7r%h)}rbd~r4
R%ue+e#wV-?:oQwaX/7Q=%wu_5vBd792ӝ7S1䦏Vje
S0yni.u%mꭗbɷɤw0w%/&ǹ:1
WĴߌ-ORp0|0I)eYzqp?srr{D?zB_T~FgJrnoQ30B5P߉Ji|y6[Q'	g~c^ql<&m6_fFiy&M#6Sw,8nǟOiyw3|O^xυ)4lsȹEAd{1pt`VKKE:QCF@U=Y?!!@HY <Bncq\+7q\;y#4],=Eto
<ٌ,rTu[%O!t.i3['ز.nwV:26
[nc6V>ɛ/fLl>:ԄZsͭ]
}7'.]<=ZOqCc~ŝ7ʋL&i؉vsx<DC0.M\13Y2OƼmyGvʤ

j\F7hosnLnϛz|c3f4Lº*ŃJ?+^Pﻥd*fՒ_Sx_	KhOUo?m~gFw֡_a_1>9	2~H>Lǔ>K0M.Y<?A4<?݌Wj7B)-WSMOϼ@^Nt/uUYl].}h%kIQp	a	'Y$eDyhsT	`#k u	k:Z)UnGjj"6l*TldOe尓8&΃T-i	]7`=_vIJydmE32fOJ'r_<mF46X"ð2=p~Z?X޿̓<G4,_>O^wTx.I˯;-(WxADRFP8BDD:/dPdCpHC"PB>?%qp#1io#tSY*WfOZz|ݸF鑢U&|dTzFШbW4gcwfivg|TG['\\wYNZ;E&9/v#nZnƓnN}Epl?>gH^(Hwv=_sY;8^v_X|Њ:3
ٛMqЪyJKl[8)^` @N	yJF9^"eF k`24UTdX@`_/
@*ڿQl5i3o-T*]GQෆVbmᭆS?qq$@	(omq4mokmc\Wޔ4N˞<U*mv%MrÛn@i:3nIύJon(Nb?}9VRt4ɶVi)٠׀vW&K?Z5VCfccXfƊ9*VY	qY8bQOf)|M_ӆĹSɔOmVCw4
w7#u-5#}-md~ѣq)}jqT:FPVZ%Rw]d]A>}<"R?f(?fSZOnu+ʵ`ԋ-Φq˲$gRI1QU

TCHEĠko~WN"ܖ$ClU=7N8&{͉Йu~js-Kq˶ԮFjˑSHdXE7sĨ5Iڌ)̖IQv)؛TRw<vZ+ԭuǰ1Q+?rL=JyVjt&[$z6k,s^TC6DZcrG@l"/{$˒vKikn8Eܡ`Q/AhCn{: d
#zDFɨ]n%h,m!ԖFұ
;-Lt]z?~FX&"q]c̚U<Uq"d&KyQEŅ	
eZeYvr{kFT
I2	
@.av/M/pIKc{C1|hwMxwescY;eHKWVDze;=)x`ЀCn=c ?1z!<r1A%\ hB~X-%p$K:*mŠ++83
[kk?[(_ӓY
f+GcĞT<^dyb>KR;i#݌3~-(}*^6I-M>jˮx8yFjq(&3M|chWA&ޙ)3G!Z˂7ў͊0vƖlm6L![/q5;с#	mlrP"-Tۜ$MPY9<*؝d@k)j:$ŤeJJOSh\״/k
0e%T&RFfp3
/%!N`Ԭ62Dy*[iOiE~qSҋfP0!qY!߆6^_ozZYSSpהU.ϕ^$@GOcBzE/x4
h%=GAPXi=L0"_sAm-9E[!o:TLyjy>tvJj@RYHqR3'qW'm.хQ[d6FMg=~Y[_fdOh8Ya)ʲҥF[o%f)igA?|c
Jh=q
ۀs׼/
<d=+a<evbm|F::0~hH~)!>:qdb-(ɖ$Y1$YgNpJ$cm/T}12(A1
no[xٲUlAwjKq?ƦKANDSTǓxh'
B~_ȡbTKݷ|U''YU_S=RVև݊(|_nhAO4J/?!Cṣ1<vow!W빫ý)X/#|
0<7Y4F4,_ z@'{w"C'a2G364d=(POX&.˽'gˇP!C[=es<-jSϲhJUlyd8cn,oV)
V-zNL/Nmb>?O}e0!mïźqC%V̨ne]oHn)_tliGEOkkWCeM{̧Ç	?_?ǡ]x^;nA[BçQ}Ui_Ao?wЏbP@K,χYx.&V`j<^@PH@\<V|dV;[Gpծl_SعbZ(P^F]vc_dA8xcLF1bV:,#Ts;#z/˖]9
z&(_.?bo5ny<ɠq7pqI6?垫_迟._ɓ{H4Z_7?Sr傫Fqyt}~xK/@O`253W,O	e5\=n쩞$o]>UmxUN
AQ'[s~G>C:DZM	}ڥO67b&
$wP61$JĪ]1I+/Dh$R-
nk0ӐPtg(oAckEcd#րlf橽U$ldfj"{5g%┯
JtHڊ{Uykbx1]9ڇZ힘X%LJKde>4X8nVPD1樢[
>(?7L}0$I8OBifLevFZm%٣;GQ*uݛ17]ɠEy(NdF{VbN4m5!+޴WQJ7U?\hD.ˀih	"(N!{YwX8j7%5ce#ȷ^0(Clo鮧fۢ<[m~wjw)Г<DjSX,e4mȔ@CsN'5z4]y 1mcl/El
!4ꐑ:T-sMiKwfP=8pftG=})rZO2k/<\G%\ŧI@w/ԙD'8h]=-.]Gl)NǎvW$V+	$R=i֟F|0]dTVjľ.ZF o~)3Cڷ;GhO
?À-G1{dC.0\?`<cL<だYfw|Hh4/ LCIjQB0pØ?wQ=|̫9,k,˾Z65y֧ŜQL|0s`a
(<wީfU(lN7U`8<६zI$NUЦd#q|[4t0'=)܍bɁL,-<toqInJYPɞX҄
Ѧ8F>E-a{)U,wӛ
JVgjjM^ڷHyN6@ܟ
n
35G1-OU<+(pkI!Kベh/ˬ%HFYm͎U`<%dZ{B>7,~d6Z7ؙeJJoX"BjV8Tj/a=,KXzTm~=
x6ầ[9z2=t
UܟwsS޵&c~!h`f|MI1pgvp.t1dH7YQɌ݊bc^o`h1`_wen{xyEi7d}~'R#K`O!֍B3C;?:z#P>=_t>9'%|w)
})5QѨg?L CAx<xKy$<YW1C,Юу%įG \E5>D  |p|pb1;bYvǎfnkwтp
b$
-~j?[;2pF1+9ݴ@]NUe'1v:,r;=V5VK`h;4P͋+k.p"E:qz칕V%AP'j2֍q+'ZK`eV2>'V46GVmuN2751-;]+
)i
Tcy.X8xʼnpP2Tvk;Y_w#z7xOOA&6ő_]v_߀J͐
 \|srl\.f8?7{h @pnc_?4vw߆WK"4Vm੭N^˽q} ikxsqw갈G[,}8ﲄX,9u7l4ye#O3(Ĵq$w[lcy/Z<Nd>U>_Rvo.UH&](CKy\q~nLq)8Xػu.^]%YuW0`.ْ`6$pJǩl'{KOZR=o{=u,t_ٚa"=(H[&$}O筃Ƃ{abBߵ(WJ#^!~c2.x\S.y!gؗ'ĸytVх;O^LUӔDng8&T3ø„2SJA79&VAyqLS"sh$4M	~&?fZ1%Tįs<KǙr-1ehĔdnrGt2+{g}uT+U3*@,YyӤو}6)!p+0+T>j)A0~s+}x=O
nHTx<]|ei7^(@l9qz.F>ni))wrk">*bL1j	[T4F[."0ᆪƬ S?bа I`
%)Y*%nOiOf7_rd˥֝.8(.VwhUu3l[.UfT̶Uy|k5pO:=HÝP}ᤞfMS4ЖVy5ʟdgnQW6V^7C;1j7;kZv_ƪ
[ +36ץ4ԢFdn+.bDܛQ6QXJtcE,.OLkEɟxr: S6ġt3{nMb'}jηSne "|z'6DD^X&_@X#U/ލ
C]"&/"aJ>43\g~quaʽ{ $=NUJ)"c687P5Ję4do
۽H1Q.
-l-%ϔpNgpaAƤrsZ$
`le"jz_
9{~M[&k5k-)drML	uΕ%ڦHZ5V/7%q^v[/ys7wbi/?.OgWQHGލ?"]"Ǘ@q}4ܴ|<>7sŸC_
9'*C",CC[DDPa)r&%5--T9bDJ	41M2[lu,?f]wE ;b]'jq1aݣkm^;t,}m3z4ZVl^#`km{u4wփS^ {0vh|o_y+uެFRZx`vY
Nn47t[n-'o͇ʇN^iD:_ӝZ|9_kGr	ZvrMv^(&@<<3=Ua#dwnE0rEV?0cUQ=Mb
3:OVI^M_vo.o;O]	;RtON\ƗyL~|.(@%_g/.j?`?~/ޏ?]"wSMt	\OI}|SLI'S@nc&0 HCPS0B ̴(*X(5#
Yj:}휮LKGQ]ɺ
GV'*i-kbv:_Tj:C;
jYj2q(Ve.ETOWK\pY헺nO	rݡk!??&+_|A?&]GG.Oc]"ש&Ǘ]arC|֕I3m`	ŠvQ2%0Ta	ȁ!FA!
Pi(Ҍ[*`$dJؽGQ,67AL婀5F5)V7.fYu\ѨZYcsZdzMi{G@/.Od9m^2ep͔6uFRy_S^O4bn)dP-w[
<	>s,DŽ?4gV#nC!nU>Tx^ _ns!?|1h?Y_诂8¿J	#ڝ+aj
RBL0-)24L !SU}?d7mVѠ;r{ϭHTQ=+y=Mhc}!,0J6S	7C"Kzst@,h~Z;@dWJ	.f*jMdmc9'<\;N4/:pB\9{";ڼQnm+k4,tCKW# ][4ne8/;Zm{pm(,-=݌1,\fm]g˽؍Z7l9ۄ'M%)|ҪA`}P,놞q¦E'0ؽ~B\~P'vE2<H=u(urYe$ę3%/A|3gsW8e_WUĘ.L_qmtT'AyK
W~pP?'n7[9뿧_U]"S-\BR/s8@IW.TT*F #wTA%nnfBՊsqHL!%Xf!BHkDS˪ki0c9-GND\լ>Sڽ
]jMNʅM/fgoH[Qk:nWx1CDTu_7%D1a78_~{kACj"u/_FQ<ӂP_gDI(\&ggxΌ4~& 9Gcǻ7	w=?%j*^r#kW}\f|=wn
/ݢ~w?KoDvŀմ`"%b`QA%R1,ųQ"9@֥2k%"R»ѮZOjZ˭ѣ`
ܷmQ~^
i:yPAIb=8Xd$Jm}a*^]d[!G,Vv;oYG^5]aukRTͬiV
=3&lTZau0[%?chvè6
}$1U5NZ}|∲Zy4G̶ݩbU6i

5gI;޵Y~/QtjZ%d%lnhӉh({b7+Jj꓆OW0sYw71b('
*&.q7=܍zKz*Sqk/g[z2~iJ؝qDB
TF4ȸ4"418d0J$
Nشu[ŷܪnlܑivSY8McrMnY7@̋Q{1FzYYy#}g;i6[pvXa2oz3ߊƣ0U3
btUrI\ՠ)a}k
:rkMOCPP<]k=@/=XkYkDr@v>;ciq/NuzCZI?dѼ4gMkƾ3_ߗZr*VQeLl;.Uk
Sml92ݫkK]""DLĕD'GPy?K܌1w*C]SmSA)yE:YL?[@Ct#1e)^N)NB4`0@B g)&+kni+874"X^&
@HZ@j$mO/:eJi<iXD14IL1Mà_GuR.A6ە0?A=av?l[?dHglYI.[F1%iqP˖%je|cZP;85㡁YW-7vz/Mn:@8ޠɆJZ^è=vY!i=V{E-E=l.Ѧ՛CͶ;N0?)Ǿ=oAAs7~L1sU,
S]}3N'Rm#pt5RU{9
ީFթt-mJ=7[jkFI>:B7x>}k+Jd$#2)\)?W:g@PSd|!F{ksLן	]%Rό?߆KC6ͻ$ȉd[vfm)4J5~7_b`2Koa7xs 5)p(|%3֩i83[;~\ px	Na3TR@!D@$(RjdiPZ&AT"2S14‰%/!R)T1ǷCӇmfzǺUKzAK
m௪5,ҋGYh6FA}n,Y'lyO_K"lе×I+yo{kzz'zw&OR~41%M˃}vyDgzVAk`$OEB?C\FU^QFO渜)KJCi"0?Tܺx}N9ψa|F>]'/?y'>86i.,~V;Vw2ֲ,^lRB~?(Vds!_]AI
F{:>#;nH~gWn2Lǁ}G^ȅ")45@9aJ@d$*YLD%	ɊEyIFHwy
a--ׁ,2Vq}^h4\oۢVqVm{|NlQdȫN2%K\3Wb0^$%O)]&?Rmvɾ|_Jw=Ɋj[U/\Pxž_V>oHrytlx{Ϝ|ake,jʂ!N?/5A >L?At+q.!2jTIb%9/@X
a072p.D"T0@V)otDSXmܙ ?addm,o'aY*Oܨ.48	{u&(kE
Ѱ.9wmS]6*V?ҍArgK?L@h?lKmKH"#qXy66jE\aRdwӈk?;&V*_=2PnWi>cXsI0vVkw3S
0_b& /_V]q"30%hA
hvb)&h3d|ӿJ{8ftRږ-t*N:͢_:^cM+eU+0=Mw3<5V5?;Jj_n7ZSC[ۚ/85M7J~#bTLfX!>A߈ ]B1bvާj?+HDHM=ϕ5vq/sQ44SqBϷ&JU0I|l` i/}bYnvgC=Ow>C='/%VlCG/xErfœ9'|v|ń^aU6&a2&V#L+2⦦hBM2	:85LN;fۋ)^|4맑I	s7(Mb
4m)Eo}G:5l)CFz-{`z9#^iPwDtW0yDa_U*)PJ?i'OXJ/D
?F7s?
gLI҇S$}vs6A<ɠKI~^P	">ϻF*sV"0	EfjH",@2!Sh2dɒ?#HU!Z@FT\$j B7W-vY([Sx$Hٸ3gP"^t
IY9oTZᆻvjA=tJ`?*p
{
Xi;Zуrv{EsV7O|ISJ|{y(}}3BOK_<XJ"SN;/coWie(?l%xFvW}ʈ"<#Ƌ_*AOI-K-T!dJ*bI*44B԰LU0u/_.
hZł;݉Tr#SnQҩ5Y]#edheiW[oyf:k۾o4Ǥ#gEOo_\DZIo2o?k92ԿLCW@?zϾ{~$RnWi/}ѥUV*%
s
8g:pO\`)]bZL?tvg<!ixb]ePV
d@T 
)@&
{($aR9TD`@Re&*xڏFnr:,Ɖ4D\4Iw[QvAsvz{Hە\;=5ǣUOrh4]iZ1hҨYǻdRQ;Ud5SX6}V}VZ\Oj:J\l iTfSq>B,wA~Z*nzNxAk;|v}^72g"#α!mYl"'͹dd+lE0.u۽~afPV/~=;ї1+RF3ɗhoiO$2aU^˃dGCyWjIZq&ց+٫0r#<w~ `G<^&q|(5KާMNvMýWtGuIcJV]|Cw=?|!2R$x
.r3HNYS=P㩼iД$W0D #^al5KbwA9N
a
1SH
@UaV``B@(1X*O/)TpoC6(?}; 9d(S
jqAT"aۏپm.n:ṿQOΥ)4d<W:yӴx煞&|_e⿌.HWiPgrئ6up9\)-PI|
IJP$K5(P2eC3XRZDL1dIQHZU[z,n.O :Hm NqnJN!?K#)"m@ـa-fD.dE:/K`7i8Ԓ	eIuF?>Y1/|t"//#p[J;W;qp
pvg?%1I`q@ZDZ긗33aϹć2V2I.ɉh\
1WTʸZ!L0\bk\fȜYIbɔ[oH"hW
FֻuXъZcOV\Z~bx+ۄqqjzT,{fdT6-dƲ[*WtzMj>TS>+=4STo
R]WCl4g:peq2@W7ZlUge7*<"*tTn7'5%Cr87Ec~}I
Vl@-;$^/q-}̀0U<ֶ.0P~4c6V^&Ӓ1(m~{ڣn_I#u=~WrE("_nug_g狼I%XUO=ּ=]E@-}m%۵dg/\XioRGD*gFn=;w'lW5CI^wҜKPiW_rv7_Ļ||HPx*πS!ᵙ2n<J]}/g站)W	B9Euls*|nDhڀQmS,ё
eAǒ	Mȸ(Z`Mf
}O8˦`0c+5RKZP}϶;F7hV4O}L|]oS	0?;2Eb4)@n9o3_vaTQM/Y')"WZt'/⫼AR<|?Y\3Oxݏ>C߄{|3zjB,^xs<voU$$᪺/^	)	4kd
ʀڔȒPL;r[HMq[-@bȲ(4&8Hߙ/wey;^q<e½,Za5X6<9ݕ$lCB?Nޟ*m7޴6Vo{XV:Ѐ!.K8S*)Ot[|g}}d%>I]);#풿]Mt߰|2Zj5VA Qj7xMMj&Ž@Zum/G5+pLV]R冧Mx1)MT9NJL;p8Q\+R(KKCҍo6Ou:m@o$N6qeCi"Nazh[,][
^?_?kHߧ?DYUB~{hiONWn'߬H_k1?7yW٣OFɲK9{Ex4~H+߇5∹<eą^2LɺsԞC'?>1#{G'	!wUL_M~|*eDJbf!ǔQH!,Shݺ EYrR$0.hIbcg24
)3T{fg֭Qb(*qKv<4[get!qɉJ_4G)
"[w.R j
nMfzҼ{4)R&0*N&A#tFa^qKgngQqkvVv4UТy׻1;^cl'H;LDPkİ%GU&*l_S'5ǎcԷZIuڋxݶ%^7:
+39Ns0VKaDWzdzZ{k}e#>qG7BM go>>ݍ/YOi
~//doFaEi'ܗJ/Hx옌’,^L!Lb;DL%;e:[`[ƲdK"A-D[2+ӛ0iq/
Ac=q:iPv&Kj:D,H4ʟб	Nj2`%4s3kɺ%Cuﭱ\wo"Xg	7&n>%{BTs]GsǴ?K
ޭ?Oi^(C
.o~wxlz]
7_Rj2ٚU}'(WЈ*
~HP$cJт%A‘L	"jMȔE*FY˥L6<8K-kPϪj#mA&>v%W6$bCʧ7DžBee~a,A]*Vz[[f7IDJ?(~W '|v7.G/zf4-;=.kYCȟ,./gϡ]BJdI bԔFLIĆHMKCX,ep윘ȧ,{[
c^or9wjqY㉏T{(ku2Fn*n-u6xJi0Yllm9S*H$eUsד5CJ\?Z>CEs
0:NvX~oYiU88q-3E9q:IX<`3+#[y[e:[mfyϪ&NV*lipfDtq`%D41T']WEHqg>vQy<wEˆ`÷YW7wu|W+-uEv|̝3"
{% (ss065Yߡ87: 
?3h_M߭n	vB=%!"ZEa(~\R`BEE.A@EL$&"ϟ" I"C2$`l<GRGEwPwöv;-#뙋>j뮸5rq/@it&m=q}0H5lu0jtIv4ig'+mSʆd̈́ҍQ2L*3.Oh=dMcEK#-Fht剙':k>aBn
CC{A,%H	M\#so&<햃a3n;8쫋N!'.Mjr5ttefdTFelQ&jn̦X*7ݷ}M7rO$xمS"d0/O*!/>dzCv??~1n:5}}Uy37bΟ}=Mχyh
FiS>`}ū\Ŀ,c
4"N%#[";D2e	 *pdb$[lX[9"eL’P&86EDS
I3A@Ǔ딺ϝSt:N}#mUīFR	%[U`02)&MPQ]'sⶺ8ƮgHwqS:;#k)8S`D‚
ulR;&́(l\o%Ő"Z6㶽H&4B3؉	°
UL͝Ni؟hؔ:}o6ZE)7+pw{JNre
z*qɩxX&ְ[9"iYi7v9zʐpmHpL)oV3|;5tIø_/|Zϴ<HrBCH~*
]Rݼxފ|@VApw#׏$
8
^?χ9_`HCsC?{g/.ۋ_ڃY!2	fp$EC
EJuH
rLSRDȂL;cH&p8T<de0L'Cr@}M.4ZP纒CѨ/ǫbz(%dWZ*NÉD2Q5.f"ժyƲ#šGLa3Dnl#?ގpjlGyp;孔-zzVKMb)Jʽ&Ki
溄<l7ѨVSeDբqНZ/Jlc,~'8TwzgלjfۖUjvk|ƒWݸ,<Yk=薭?C}ҌEkfřg'y
VKek6rz7;҈{zC{W6l+xo&	 }{	PR"_@vlD'Sߨ+%AӍN[Zaqĵ.1Dd@J!՝˓͙X+a;LM4
2fGiXYYyFXmP.
(w L˨8]]t5#WR}PFzs[Vt[jP#xhglW_:\gZ:]k1T&M	lɟ7nқ6_VH
C%X+1W0=i S4%M,ApJULmfĹ\xnG5?"k	o")|`JTWZ>k;kHi']O{Y43EU,D:
oa%/hhM3@qKFx7{Y
Q=gzOri\PD'?*Zƒ.}a<a:,HDDF
$;+s6XEsj]8Rfr[XN
Sy$:H	qhpU_ZaP[z90c5KYo_0tQ^Yt-Iw3l`;Nߎz>RXWtvͦb۷Sg^gUے\	c]IG:+kTRV+xU{Z
#I}OD1?cG"ob0u)x~}RqE c[4aY
DTOC_^ȁ>ƞj.PЈUarǤ&@!6Ո{(%ƺCQa4C-x~cLݜWԄ$ݡk,YD,~lֵ՜U-St5.)N:Mgj[Di춼~Y౽Mu&Eu9͛A{|ό*Fl3J3d؝dC9`Y~Tօmu-kʔ0K-e}0VdLܠZlх;lI6#0jm\jhЦU΍Ma٣
^*V3Tx!OŠ&>>{ΪCϫf/~/_T^])	Ri_[X8J7
d;7?b7wRBԹ/@)J>8y	OP'n ܗ e"|۟'M57aċIUiz2SH@ `ܦccJ6`Bf隣[XRCPCj}MyKV%dQsFC*7lXIWe&G&EW4PkVJcj6,:2ܴV_d6uv/7Z5$4(a;J,YyXM|jz{,Y4ܝϟtCŗpFb7EL\^RZY	X;07$*k$rocv)\!')NrgGO2%6h¢&B#?n,ܫKN#!]ABUKDj@"s4QS!DNiM "HθIm&6csAIb&O3-JM&w䅙!#	
3[v4
/>a#>bT9ՠoO+EdapYZL)ky̥>Gnhkn`I&(f
!k'_=*zV`@=A8{Eϐ=xYٷM}_xOt]À}M,Oa7.k<<zt+^=&τ`	kBM%؈$5OtG@;CL	L8Б0d`t`PMGBk0͡C%	ܲ	͑p!0bc0Qvv?7dooǏvfBxemwŬ8[@e]-XuS2HwH~4z+za?!6Rq(Jɛo[vMBDnC
bOcJlMrOz]ӎoc1
K߀wX_5_g<|7,b2h}Kx%䧲XnR}b'e l7T/l$v2D3WЀx4$ر8BG2Fi22m`Q[ܱQgl}1CzkɊz5RNP;S;h:d0Ϸh
NGumTv3 -umڶ#[	z[푙L)crDzE=.c5r?Y[Y5҇;eݒ}1<k4%EW^
<0Zh`t8x`im+fWaڳ	øS/-'e1:U
wbl^Aa?+Tv뽭v~ހL?Sz/nlY)/=OdUr

K'X@/</<yٳc@m	QK
/O ҍU SGPD(UmD8p+&'g	aSAj2"B[cCe*&ĚI4hPs-&|KzN!纒ǘԁOi1ՠՁ^ZV]fE93<e+8M
w#Ȭ톋Z&GL=GTO.8:^a4iQ)x>o`|y_0]&R/S?9x)ۯs?Ӏ|A'O㖁/kyodc@F'nx
*m(HN-
Q;Gw`pщ΄r=Z 	I%ɡ
m2L
&97䟠6oS
Y-!:ռj4[%hOyRQMW.4^w^]%8Pytaq5GѩqO
B!oao	??wd)\?^k/>߿}=cW'Od u?GTEi*p	U[
%ҙn۔,BXfff_F~mbxv>LZkSGElRv!kjy!ٵ˳*¤]8*oEz~QlkkxJX=L-Z8~GyI7K1#]M,p<~F^*/U
-^r9'uU-C&X"89KPfNc~}Dvua6L
(mUOLp[7,9Mn!wl8FTØ\O?LXP˷4E?_͖Cm&{3sr=WQ>Fy
(dNB޳'lz_Aj$ч?S{u$?H?7fz;E3nckp?;.Rx÷_;o;=|I\V&
ɐ\'0Vۧb̀&թM,&LmK8gsBqĶ6`i;Pܳ8 ;!h؛LבmU:iHÉ{(6S\LAͥ!t<{K!IsmVZfcg?Ƒԓ_O aBHu4=rz?{)ͿB57;iѽ&Z~u)\Y%.t	.Eyk9L.4cc"&a-L*4X؄mA#rd!E.4\R}iljf859&QΊrpchhE.ij۶96lfإE48%Ex%Ur_h/soWȀ
./sѱx]6ps.u$.9JD}S\ha
A<{M,9U۾_wYYn~÷nhE@QhV&YwjWJ$1	c9}3n>kZ޴饔~/{7<e\.RrMgZ" 
1P&읛^=V-EbB%*L`HD J#g͹%O/h"UR-Ե'C_qNږӃ%k
8ְ'{FʓzV Zmpt>Q1G	NJN*{C1R8Ia^sP!;~I;ƻH¹n'`Λyq6Ճ_ǕwXPXN _?޲H(w
ӟK)L> ]8oai1`X+˜?)2"NJ*0R+`Y@E&ȲM9G3XȒIʮ:Ė$O%k/(T(r;#7JVl]c76ӞH#-ֶc|c|aT
mǖVUg*+ϯ3U~{Depgrw)Ux
g{n=?8,Z0'%o*Nlp<8Հv{{GϾ[FnD?}b_w	yWߝ
_Go]y}ϧv}z(?z>"1SksY`D]>iuP|!͟RJ,'CDmRB$AeBն-+UFl2CY'վ,;]	tUhguF
}A~ZQbtBԚدjn7SXJ(Qyk(ynxRT}f^bEv~|O?V[e-s8e,qct%pρį<nV"+k/~W>o/%Uw $7
Qӯh˱*pKUJ'-mJ8k/x _zyA@B`ǂӦBF.*0_bN()-BbYTt1""B9EQ$2d8 +%}s_E4{0V̯OlmM[Ӟ:O'IGcpef6^uA/f	c'KWqU
zlLS|
Wis$Ն5ᴳ]J>Vcӛv*E^~dl⦷	K^*//tr/hMcUkS%Lu\۳A:+TjdU:ݨXNbzSތ*<(Yt#h%wczHWlZe,m>懠\d}C0JQ	GP>IQ^cFb8_zA~΢	$YD?Q[/H?P{p: N1m0uoz>EQ?T PWl3DZmQV?3"lQ(l̡_+ƫ2n#u&,Y[ö)6D/ǗmcQP[0+ӢuԗV	VTLtׯh+hOsVVyQ[w+G
J"y)O-Ai34cujW7m;B%CW&AP22u'džR2fLi4ƒZAY:rTa{Aƾ4L8nQnKgIej7*`\\ܫ- 쑴W^];%mOR
:9e:I:@]XP7,ky6^nR8+L"J
!):Es)3h~HT!uԃmݞc>vXj'um0PQKQ,:NnT_f1n⬷dI>YI=`mJ~RGjf2-čACyqnBIPSΒVC
l\

;Mm><U]ff=C9DiϨi<rN/Ӵ^>*%Y&V{F]mU1^lyԄb{vHg$5RC8^لaR|D%I^*@mKyz %Ι!MԈijMjͤ^Lr]FaɷlڞMHɷ,bt?`?ߡ(~^'I@ExW]+3?xm,~g\+W>i>39i)`ۇÃ&
O C<=O-!~j	"APo"y,!IsWJ	X"|q/2BTSђfK1ҕf溺KZOgɶcrP4
єme9]'Z47[x3G+d[7
ޏ_do$-G-0IӧFWCvPi9Mi,)?+WnOjV|=ӻULg}5=bяp1nqڿ`VM{+j@~eI|'}(__7
1W$8L}\4CImwGE%ZE1IQlHlUśd$8y"(	9Ժ=X/LV62b	Ro1EM	I
an3ݭ0{ŶIӥh*h[kͤBt!FjT[iB/nV?z+M
Zf%eeTo
I
QBcJ`6MLfڭFn]&^yުdfngYգB }Q٭)F_]'jߐZmT*CSg (fKnจdz"'Ɏڦ9f4,j9tnPc?{&T40.CFhbՕR`Xw®3ڮiuZVGV"ZT&R1iD},vsH<ZNYw=WZwگZNb$_Dk%k(ͨzLOLVK)ٶr6N`$㲕.Xvhy
K[T	t8뷤ƽag˖]lj'ޡ&ZX@b:%nSJ7NLVPp"ZP.TlS6]#ʤ0{*jk kNr0tWnR&$;PXDH飜jySu<ˈSLq˒
	<_ۘ%縿OdAwoH"]+w
?~
;M,e?۝2v˭T&&?gh
TdUR%)!iaX@eG9K6S9T}
yj~_z 5z ΃A#4}%nB wG\	^s&j~U,e{(Q[AKp>̀"s!
5msx	~>r0Osi/"J:IzrD^|!vOqoI6no|2"ɏɡN.ȯsw\BMOx4oIn&S1'u%r6"4^*Rrߵ5$o/x$	pGn/	W7~rW&i*tQ)Rz/sp?W\PZP8T@2m[T*Je8Ap, 厪PC
[j956p
m,V&j(ZFc䛋ZVC=-eYbG/UloQ$u.`?H$e'H/ϸKWW~}Yi5?*9b_ab`Ih~.a3@ͼB8KJLIPp?]YsJ}hZ{gHhAV_? m-~9#:`@*KTeIm1SΤ-"C{*,85cB(AS,vէG;ljF}/{ē+(mm'z9SE[ &z^KHZ10ݦB6)),d.i`EӞlzHzSR'%q<JyxavvR2̭ը%B2b
Ic_nrѮ\p)՚\
p.t|K}i?[GSzJ
'{{hSؤ}t"L
`fty:\r>[/TʵC&;CyWsY`6-IVK2|lnZ%["c'}rS	[It6[[x)^ē|n+;+OC~>x%p3f]
$N<S=S~Z@Yao5E<]jn] EALB*[)tK(Ep.*-",a"
ɯjx%%75af3[hZl'V:ŰKfAhɦΎVSakپ;BDm_W4^@hGg]ZW%bEum5ϓ4n}~
Ic9k5 iv8$8nbNE*ʝ4`q۩֔Xus[l	5	:;y#
f%-BdԻSqInबRCNþ/JMJwQ/0V6C"Q'/ʨVJFz{77PFMbr;{ZGk
߅$[t
xLA?SKWx9/0/A_18p6+O[2Ua|ܴPU9T-״OLdZYxJri`ARd9_O
'$dGQ
qAGrF\< a7oz#)Z1@,W4?W:ޢi]_hiy6u$j*ͰJojRpdtfۋըVPҿԸW
y;N!3*3þN][Gi7VZyS1%1.͒U/M^Y%}xFq%9[>=k~{lrmG-J.d5oxf?=V)Bvj
ܷC``4B[<n99_<l
#'vwfbqLzzgBUn"?LN*	dN8@(9Ox'KcC7O!vt@z8_="20s<'p3wQyn
´\ֆ`SϹTR8`†P .82p
p
BRb#$Fę
D.9@khvjV#ynlk"Wl3_·Eg"+Y	(vVo8jX^`VIlW+;~ 1wj'zz]Uh2;k=auL0(n^lӟK.I<)aAn×I3Z۴(4qnrj$rZI.p>1U.ju@s&ZE<ֱ?,Fz`|uAgϝ;R1QT
+cδ|y¼?EmwC+~ݤ_Ey
w=_3UWEw7z;s9y0wVf}R_D:ť^iB|cSt3rSCo\
Q@˓;Hx.ms_H3TJ%`8aES&celIQB:DEp
c(f$tf\{gm}e	iך.V$̵4̓0md΃8i?/zR0ZYvG$lHVfθQ]|'9ď1
3:]K:ձ;F岄]7DXO^ˢ2ZlJicɱ9Z7kpu0uCu5W1wAUcvk(/,ozC4^'|Ut0WPc7Z5eTq5F}iPpmEWƼ9V;n**)!2"Q*tak]?ACp7S^Ӯ5C+#TQwa(8~?|ݎoXp?`txa~4gQ=/$"a+<Nu	^ȄA[aP!Pn)#ŲSWSXzLQ%!U-6ccJ]FˏR>iߵ5S-)'076rڴWj˼a,k9;Tș08;;1T2̥-?}5_/XɅkgRvC:q׋tawO;A#D&29g?3!vW8]{IN\TN/+<0+]SU+Z̗%	e ۲StǔIpp]*u xfl%`+LlFYPȀ8DXcɂB+}Y_-xWV6+NLA43=cuEڢƚTt,ٸr
})UhwY"i=[ot#1.6yRJ2q}ܮ UX.t2S~y?+mh57)5{S
4Qe:]nPerƽUej$rIà%^QLts0\+k}x\d$(ꢶ8[۝MGAs=CxǍu4y.'a+,Fi3ۇhH:U~3B(%A|:''gkR
뒀Fb
ip	6dG>/7]ѯUtߜ[~)EOOL$?G+ڿ7)>^YgLJ5q7K
|NN1 s$0g<EfŞɟ@*&
e8K1.DVSh	K	 M ܘT"jPifuVvZui:`V؝ڿ^+f6]J>M1xAwHêx;IqnKm]3>ZaX$*NQk}_/hum"T
P)7\=Բx4c
:wTˤ$5/?Joϣon?sCUqwр7Z6a?<hAI*_B
uTLTÅLQl;H&ZQJS	\%f*$A=Nc&ǖeF~\JX>oKI)gb`ə2J͋ 9KG_i$
$\'T>
fqtrOHQY!v7ap3|KWxk||g7bAIR;\{Qݡ$KSeЦ
N P.3AHH']v4$p#8֭3`D3KQ!^ɓ|].8%7N5&g=jwFN=ky>t#P;%X]FR09%ik}-Xm?%K7_XhHW(9g3ǯ.8?~Dq>K1CzפໄOɞ&IL璀7܌Va+i?m&Mg5eW=ʍBV dYp,ޕ4=C-}f106wn5;^@Il<CIֆZ#$%TB$pX9f⯡֟G0E+wc	[T)^KD
v׏T&٬M\v&HRmL@g=TmIo5^ײ+38c&}Oչ}GqF!CN$]!Bt•>׹Х/GAvfa+HxʆD	5ÈII\"[ "m@Y.cб1sU\h'+'Q٩jO8T'<OCg.e9Ӌ}5ӇeS+y~I1X-4.I;i(^Wn6JkYmMn4(ddwX{;w?-$NQj/d{J?Gr,#bEg?l;?0Sb'?l)xol-ğå]x}
CoYڈrVl)e宴ZX`$Ղَ%Ŕ
Ot¯VWet:|0vZt_7ه.mѣ^2vqۿr4;xȈ,Rni(Ra:<kFo?Ӆ^yj#,ʈS{4{grQ‚Z;@;Aԭq<x|.xkiT')#$`s) tj@(Xd!"˵FU|x|?8~Rogg]1?4H?FN:4q\$;p̖< zlQ
m f6,efye@BD4T$C@nv%	T2:ol<b_YUwz?
2;vjvVvui9߱u㺓&nv,jԃaճ9 n+qkP=8ozحo4rC¿8L3skaps|3ZonUiwVPoJוǫfq:޸x(Գ7T
"G;zzS_tp3/fat!]zi0'֍KG`I W|vUۚh*do zbypDdžny+o\g14 tf9b6Fm1{;
	wDb,G}be|E\Qah#eTmҐ/sou=[3`"s7w"#Kso_͌M]gWxrc?,0N!{s?\$vM <glq
NX\3/a["l2z""l=H-2Z1P
a6ĵ\Fk帄:A$3̉ڲCm9V[?M5lOrX5I>U%&:"uwɹ
TR6_nc{ŕN"(l*CI)-Ja;]upwх8OSbSjq德oQ׷99$_$ϖBϓb
	@,8OPf33i78zj1׶fYbC
SaQ̇e
;k+mR	;5;UK˕(J=qLޯDw^>JC!+ڤXdSÖ研Qh2Mi1N;y#e?ފ?Q]]a߁fGt}ٯ?¯?Ϣ3'(3bS͈kܛo=
h\]f\-fi`ЍEXmE@`,!l*-i3!PɑXBnER<7t9O2w%Umpgץu&E9uL\%]yP
=n)\̇\5$D5yzW@rGd aER|	سr%3B菂㏄2oA|N~|p*/>>{fG|t/kI|?ZP{?o>-l`?[ai@?0E5p:|rW,|޽Pc޹S&]eG/xbt;601J.?n)_T0$isϓA
<?NId?1#i5BT96|ySmn!ED8m3Eh`1
 +m9u'
؆>JbE4YёaC|)N)jn7s=Zu־{a!Mˢ=-w s=Xdzv7ݟj7sV>8b\7rٻtvsUĿI.aHxk	O" S?)M^g._gtd3J7X4Fe11m(B
P",
l8Ɗ
0hjIPYz*]Em2>S%az*oeq(:V;FL+~;|NO=^bn%[/\8n.zδލLZRI28@ُ±A.6/c?LS'1"23ӈA0s~ʁˁRaZ
K)B+-]famQc,~I|
ih.LY6HNYJBUd#Լy3ÃEJO:K2:Aj\ius?k-SR[~z6,Dphm(K]@]`QoiEM?=.|8)ps~1cu[?r,fvFb0"1
Ŕw9
:L*mh*?HMm;4V}jep̳:^F
u.}J-lD]guoҸRqLjHpjsD>(П'C(ЃCN9$p,->|`>77ŐEcY"I)lZ
!¢afJhC$Q9ђl9!
GozΧjJ:j*/(lT*/"uzy&etK'IgFSVvY4G.*nu:j8.d|B>\=p9B')KNfp
GgXhɈJbIv0Ҏb,E\r,…6c\[D8WiTnCR)T`BV	6KP'ysJWE{ˁ[>\9ˊ]NN
8,?$rX'(~qُp,sh"8`-
p8pfەB)8u@S`C*sHV:rl[Zr%StڬC3nR赺vwaFy*2Vvky>XUit>߉EZyL)wf	CgdO^oGD	p[rq-{@x{Eضa
 0Eb, mC&\;A.46[`Kip ~a	+G*ɛ~4Z1_&aPs<xӴdٖxe2xj9.ji%nrV0U+
|LlSi;cNIGc
5kƌqހslc%
(B\IIXa
\IERLjEؒ[v
G3@{mMj'ZJEqIa-IR-Zp2EԾkdfE:n*2q)-|E+Vwy"a?Y!~6cߜG?lv`6DZ?FqKlb,F66֐;c
k0b2 aP+/@01P]`e׉:5&1MԨWGsX?l\}ƃSϫ&ꤑ`?|ʙ]iߚrP'O9$`]C{Y@)?*6W
,9ޕu7+<FHBs	xxKx/;݉}]Y2%*TR	lɐi&@8x@M$$X Lbn@w6&"b>4CUuzWH2fB3TٳT!JNRL%-5X	Z!}\׀7dث|Aϊ1?F_C.iwyOgYW׋m(I	yLV,peƴ$h?6	96ƒ)

b)HBI"LRL(S
Q(&Z;=bB{DO`lO9xx^8wqy9>ɕɰ/Tvr76x
̿CH`א	?gy{3X(
iH$QP 2%mb36E3acѰ`CSQF9-t_^&ʻ\Aul"6j!Iw
sˬ]2/V'/A_u/6ʷeڹ8>V&z;m-r*rQWCr
!P47fp"@'L0LDDbNDmDh1B%"eHdd3i
p:/GedZ]ᶪl}lZسGyU&]}'YݺpgUZyEZ8MTǢTwO
89=K\UU}?
ĸߛSz'2%L[Fq)g64hS0e([aB.P$ڜHc7鴮nӗ7AoWAtrF:[aҽpah.7,7LIfm>·
O9ߖY7=7Uϙp_E>iphuȹc~OɄ!%ds& ,D`
"\‚``#F$g`z6gSԅ+8Z~"7&=hvu)S,w6QrV&mV}ݾ.QfV(_%	f!]|1xVa
+E_#_EY~	-`g_+Y?%|0s-D౥oc@3`ڂS`\ JM`2
/:SzWiʽJsY62cĺ#e™h6ZZMU:;=<-p14A6@Wn>1
?D
˖c@B/k_	8?_GJl	xh_;o,ݩzO\ G>p@# S8(s*PqNL"-l
L32D.YˈȌڿ޷0
	|v,mF*jC48?Xjz{]0Dk&Jh4lDVd7$TLUy3hygM?_yϱ
"s6gVaޙs׿sxM0Ospz0bnCCwؽG+wwΘ9ylGye]|S_;`qxx@`Y>pp[yK_r!9"gj(\(9ùx
G|(,=(y#jS[Xܤ4na(1D !	#b2+Y*_SwEdʻ(]sjuT]
ȶü2-,+Yg+ŵM2s>:V3&JfxT+޸)wµ5,UIy5mfUSҪ]M;7bA!,<p*뱽Xg̘3)ͯW|ogVaYSn
Te
R8Ns2V}`܈UZq (T"E
Or5Nee{,d1yTr˨6y#1
j՘=Thu7uw=amBciv"d)v~kmǞ|P'ÎSM4V67jZ3V^QB$KFV-g=xë	3z[1H:ɉ^u%?$5t|x`6q}h̹WʜLnYˁ>8):ӇdGG];]^G^U?}-d|cy&R*wճ>Ԙǟκruү{e3Or+p&R~M
fUɪ1^w,_VC/#v-{5rݪzZR4<zZ*Gixzn̤gvx7qF\-BC}߇<nFOU?K/
'Jǖe(4H-+_8ycGbۺh}̐з|?kȻB#O5'n_I§}rq/b	8Nl^"Y@ґ//P>,YC`n JⷋlSD3'ڒ`:1qiLrDu&Fݖr)It[Cg׶]2!7kc1/ԍ^MNI~
*D*UU4z$00WTѯd;â6tٲ܄ #v@XN?{ˠŢNmWG*}VWFV֝^]&RzIJ{Oq#bUtݮTz6}7JH(\=5ͧ`R[ZLƣ#u
,7r
ӓu⨫l3lZ@N9ԕ1^悘i>^Q|N5"޿ήGo-k9:6>ɗ?Io$<~4߫G*
x!O/arΆ(SYO@bnjd@F2K%)"JV3(KaDda1bqAeoxRQ6LT4}iNڦeu1j0'/՛3M
Mҫ
nQs^Ѫ4%Zahlv+靂Sd:5>si~QRMVnxYRZ<!+RX$]BT]e{p^Jh/3Wf7fJEhQ82LoJ=ȈuWoZy덙j駕!;U7Xɡ¥RvQNk,U_+4v%1be|-V	j
4te#Oo=>xgj^dӯs7{oJ1ou\yG3M^9so:߭+t3BG[vk&/m}JQE1_9IIDr"o.Omȱw6>4j{G%ө־JxJgq[FEn2ۻ<^tl	ϰx3%	c`bn'{}\-h,Q)3eܐd,IѼZʩEU}q0<jnvK}4o楼(M$FgZj5(d[1j2Bp*s7yxyVjRs
/Krwaݮ"||:8轀blSIк ms4s?;c(FkJIv߉#Pbx|Bߞ@r"&nr‡|3pL{җh},ȝLܙ;8	گ
>Q	-ASN0A P0#M(1baJMSm61!'q6eX1K?%7b[6/Fz`Ye
({Y*܄u0엢j
y䥹+/͂ΆYAޚ
zhits]|[Qщ)5jWlt5Az$Tu6ywf=n*n%>W
6~+<OI۝$G:}KjٸVZ~kZ2Q=`~7v{<!_H%[;'9oad0Z9;PͦsL!lt{J/^Rubv_GWمv
"҂/e~/ÍhXA})=<z$Kb	G>>
>þa|g$#Yo_O{)H`/>V`Q׊B?8s,{Sh
ޔ?RԇCUGvW^z|7aѓF +OlU ,]Űymr(j[4pׂ3fBIC#\˦:EŌ8pWb+<e.susI-'r`s;ϱd^ѹvt(B1E>ϴK74/|Z6_Ot2$D~oօ
(Q_yoq:*EPV2,K1^FZnaՇOOMjtE/5Th9YKrb=7j.6JXY>췢K|;qq';`P"mr >Wiݮۥ~x޾wgA:O><I? )BqbP$CU_W-v]]UFNl茍C(60CBiu!ky@PH)#8ppms9$hEmC9z
Y	L/m;#Yۃ N=1KJ~)ub"ȃHCv)y"LMmjT-XSX s.6Ń0vK]+S9uj
	`t]#qN*j]K61^|nPB4\^KEqԄv4"fmihH֬<GͤܕEnTŨ7dcOlsҊn5A輦bw{H"v6t4)v]ӹQOIk.VmBr}V+֧`f&'JpcV
.P%vǴucilC-{—WŠ<6g rVc86^j?.V>dX_fpZi{u&Ј<NTE\]gus~+-fpGg0Xhyy
zdd>?r]6<7Es1US>]R=_a#ۓ Hl28y#ǫ]R
Xl]uOtK.6]یj~?4<_^Ft\1P;1"Q#w
L>0qFHml{iu@[ݽr+<)?ii@|:	\WEt ?~cah?~S}=תsK/}'>--*`E)J6Qx࿱cQϩ[Q
Xr8aHub}ơ2r!X8EhڱQ
2Cs4-8Y,a3	'VgUVρ2]^gZ*<3h"FwcGxPY5_~γdKn635qA,!O=!z	}~Ռ⛽mz8qL90 p/(#Τyq-|B0`d,|d%յ"lƞ\G@dBY{tSiU	4-u}4jT+m*ÝQ?M9Z)1cM@7t48IAZԪdj:0e@2%E(ܸ0òkѴv	v-؉˦yJ[Ma$܌-GPQL沜AuXk;:#AyIoEO:@|?a8e0V8aXG,r
k8!d/]-8ʗtj|Y&e4Dwi*_+Ց?xImY֘f}^FJ;n?vXMN-u3FvѓD
̉Ԃ_ǰp7$~,8n{2o#vbĠ(I)~qE`6nBLt?1b{/??9]$w;
??^N~H7_b`SV}iqσA;䀣R6C,j,D9U
@ami|1LM5L[;O[Wq%y^7{.ٖuNwGTQ.
֭U"bBG.r4t*lƤ١wiBtvAtp1Yxp^e}KtX<:d}l&O]e px_tSm7ē{},GJj9F
ԬS|."?_փMonq!b硘tЌ]`}`UDAk"/xoP9~
-{jU'C.V\10$T"47*U1_M4W	b%u9)r.A7k/߬2fޢiWޞy
T.Ef}\l%<LF>C fQfwgªICF1iW39~8qƹ[
EENaL
d^tXfVt=)o-i)9123R/h66g
uẋjä>/l,sH[(lj
	ͤΥ3XS>=ӄ$;!٪h+	'ZC{Bԭn~=F*%?OR1EZW~]YՍnXL-7FG-wCaM{翻S{Eor7|||1j{ni;8
߿Ƒ	Őaw@МmAY@H$K,Mycc:,oX]0@#A.HCAb8oCvg')~Ms	8"f)6ݣ-ݮK^㐋'
װW""wn}@єi7)S-}87jirnhVkKC~|ǚ\pr$Cq?M<măO9͵h~)^a5gė+7?(EM?y{[~I.U0z/C|Y[f/<ec*/cPt'7	^-ڂ;]q-X:kCYh@S$qH}wwyFoz""m(-Γ)GʩMLPl+=L|!%
7[&Zmk$ɨO[NQM/%y;R?(;('#;m7YŮpfenMSi-4Ss]rcaݡ@,R*[&VV^hPDM)M!jyJ=g+7cd\j"K43<Ӭ+iRW͐DS
2CAֽ]
IH$y<sБdYaPn"5ZQ3[+h
[<۟ƮAyL,]Ys~7Io1ؼrc|Ձu;~?:V²Cd/NO[t_s׾_Iob҄ow^4NNoO[E{O=\{>,+ckc4Erntm e(e!
	A(`(i(aCIFqBwBsFWĴK&<A̓5
1]jyd1)-aaL8Qxfzq˙{8<	Db۽qxجbR^"+|so3EAH?i%lَ_^יFEJZFfrN+[j67LF
4'|2*3z*&FHՕpJZٺ1|wr%86MIg\]lc+٧JL$j	O^~4 na:6CY	[GPƂY4?˄{U~{I6Loϕ<ߓtޟ}\.awŴWIr1ݟ؆Ef,ܯ۫~\`붓
]XDp>2oe饄{Z	XBz%#R0+m&W[Nt?
(/-|v/(I	״{:>\.{E~OG%-j.i.D$$0Tym`f70<qRǃ^|O^q#/(C]eakM~woQL2HR=~,treX	)\R42H)1=ltpwJaґzq{t#SCwYXjRSCﴍAV
a1	y̙Mi	uyPn#]g?lDqGuEy&8]OGdBl+Mhв1S>ي:;ꨗpKk+9t6j4҆0+NֶP]5e,%fFV119B37bX;HITx9lͪiRÈ60,jScG\P8BjBQ'K
0&sŔ'{pBr;B_in	}>Jj3L<iЫ}(3}:JtϠޅFh؎_'sܸ`+5KA )PƉ?~1);Kڽ;>E_p@w r?by)˧~rAFTqK~3z~u0ҵQ ,̄E1钶
I$I@Yߣ1m6s^`[ʸ",
hDҗ`Ӓ7`~Er+n
O=9|K[
u.ǻYQOYZ9[8E&keB%&yiei
Ɛ#vonεMfmI&yo
Md_+??}o/iR#Y|Io@/W^yBnf6x~+>3F#
%襚# $q1&.w)&Xĉ~ֱ$ip{	0=mB_\<9V9Ԉ&tcnW?-^;+;bKuƷM1BE^cF
GkbNxd*Ue+b\sHF;$iF:Wbn=Aˮ^PWvCfv1'of[#Û3Hy^+xo8[cq{+JrzEen>de%wy1ѸX\'C(P:w$jG-G=zfD<OUb7cGg>8nh+sx0s>j]Kp7(dOyKpG&gBv[#reP3gMT*6fG7.am!n<ƨq
DAF!ļVFݷt4K/lhɵ-}ipd
iRH`7extT<bO[9\xNұvx+(.j0T(J1	Lh)GXilD,x)&3IS*nB=k@ܩN{8[Bm$*nGaYr֋V)	~v&s\x)t`9\@Ccs*3.\+2q\HjR|Y*D^uyX>ĹG:J9
7
7+_0i$K2_V{jgyk%(q&l/N8;w5DS肗oނpWc͍cM9 "sd{x.|f~y[.I-=?L^~$ybso/eρnrT~)1[
e3uq/w%n߁:Ƃ'oߗEq@PoO1;>ע7wn7.+l$r`$XcqAq¤kBp]\p
7I]CʡOP1m#\`AYgp1$E	7-gͨ<Q7'OC
F ;_F@ۂʕ~[w':n2Wxi3֚&d&SH}`DH`d*#MRY8DrHmftvdAi <R=;S2TBYcijv3ː#Yȟv.D&58ѱTf;-DI]
:*ÒDSpXT`dLH1mRKi>Z[j@V^@`bnȃb.:qGp
m=dJ	SMsڊ;_YeeX2qmveۺqnJ'dFuz=%pNFBŦU*%Gw#q8|B1%lvb"<ikm{q0U82ҷC:YQd50W0ݭc[&&f#&(vDԍѲ	֜;r>0D"V_uL14Oyu%b}k2,Eb끖<Zd푑N j;ƾy:˭78g5C,Iԙoƶ@3.	/__w'#`9Co?cRoOHFt?}E
	^F}O@_IC_%e\`h7AdI9eL"E$ÉIez^XZC)DHK;\2)f)"ƶ0M@`8 #!C7y1pճLtDoyTpKBN|Kkl͈TRT0u}w>
v1dw_DTh{t0iC[r례T ɰj^&dq`4\VvKCAA)
*UI44NmYA8z`F׹_3U>w)mс9oGL4;	JUj2oL1>Mi-EC8
ZoX.V`q^FrgT8x 12$bRO?SxZ4|4f7!Hc|膡;x@7_K/̿bqm?2[4~wߗ/Ikڽ;>Uhpٻ.Em=_(-,Q:?lL+Oez]+c`|ޱ_xd)r8W05]P)?aV	o.*2f<K=簀n$ >*k02	(ECas+*4bb;U
V+(Fq'':pn0sIuClpnfB7jFYåU3l펽k'6^,lg?=wf^1YKdԔ,nl4ܹvnez8Ė4}LS6Lm9N8@Jiմ2Ȟ&;U:mЃ^|ªgFIb1=xPM1^[q2&jp%
*3}pp*ZwPY٬;>{GAX
-iB#?0Nv$Pb=u3V'^r^ BD sAW;
~]؏QB"\jie*|/nKWv/W$B"oz
^Xp;9?]0GTDF@PC*#*GE3½i?x{歎N)TH+0X&
u]onm0˙K{S*2xs[.v9H:m6{)^p5fxCq@؆P,;uo:kَXɰݝC5lnVs,ա*(YWgzjJzVٻ-#܍Cc{G}j[ge\6"TZ{	%63Ys6yek׌b蚝Rڭc
98Ԍc:~ϵ$wx}їخ-wrڽeDHKh}+3.;).,?aya₱/h7=}v/S{_no~xǥ^9F{E,橺{MxxSjND/k@9Q"(:1D@E7ʈ,R
!<~Zw/'tFuw3p\xy[^3jlud?[~Gl;֛-궙m|"L;|ȲQ̳Nus/=ViIc4]F<ks-s
.X6uAS^&6c|kv,=*b8f6
@W:e+0lq=|"4OXoy˯rZ<=]ԪUke7cM(V'lܛL_EAi;y~MZF^,ސ+Q2Cb;HO)]R5]|KKK=^ƒPܹQsEL{=ߍ?Bܧ!ow)c<+L Ue;z䉾rNMk7'#x"v].	P*Ёhh‘+a`9*`)yWFd!um#՗k"/gf}4}#M=hFfe N6jU]lߘGk>٭≖D,CB2XSg|+ҹq2DKV.wW{[<u.wp#
kH0C\*y%'=/߿tҏQ-(WL^uӝW=G:}2RY=Bx܋$ovŌyD\K$_oy/OvwSip"Ktyf&_2p1(Ro(a7"QT#&
D1\X"8B5HUS^!rԀz?i
Ƅ084vROKin"x?.S_hOWNjfK@ɬ!φQ}ǧaSvЪk=$`;c!k6Bu;ىP{Ͽ^0~NDpWGB;mUzT]n~M+&K\GXܨ,G(r
iHQ@G};ށoE _^`T.IYe7EN7V?P
3FUh8E@1uR;%LP83q?yJ@q!tE0Kݝfic4faY7.v̎Zzլ=zn(t3~g嶝t1rá{?
a>3i&9_Gj;rt4UqĻ'M=<M]]SɯVN";3#I MP&1q{R9Z)l[qS+#QܚIюˇKWY$ɹ6KO1h\)̫97S|.u-3y(JEWNFz?]0<|>DT&_z(kWJytIXyuX;9fh{A^2}W>WqaA53Cڷ@t7n~*||f^V3^m;zVp8ȓp@1#HTaC@"4 o0l(ii:`eD|dZ^o̻+^i[Y^ꬾi}>YפMhfݜZd%秮<؆2=YS%c	ŁLDҲQ4z[OfYWZ9xvch&fɾnmZ͵h;vjY@mUnfCwQuO@oܲ\%(i-}oH]ɺ&Tj%yXQrXAC&1Л\}=;}WL{}\_zaO
:Tle3J/(<x(*
\]EF}9zQ%.Q|r\U_yZxԈu6/E_gDGǎ
#ԲސzݖU
vYG]8x-[y믗RUGqihOSҿ?Go7^WSwEWWO%+q_t=	=!śz;HxCa&*T1,")Br(4PTʈ_Y7ӐC"kQO*;OM>ɟVT0ֽhΝc]wa	;A`-{ZWPPGsZ(Jjq&!	)nߡ9.3ta`+q34Nk|2rW\Wv "8]Zݝue:hqȎK%%]O>IcjM	8>ZVoM'퉂93ZrN<G_
r&
lkM.x[tȠ	NuQYfM5E{Tq渐L2΍@	<WJ\0\]/?^?§Ӈ[c*|lB^^-Q&jvт<A?;@5y,,?e8ꗚF"NA*@piUNH1ӡtPQTU	XN
hPo~Hbnt!7QPkL#a85g'0|ت(YmMy4k/2Y6)y>*+VhOѓzJb\tz罴nSQBNZu;9A99][s⺚}_AռS.lg/S,6L;ٻL
_ll%Xג>okUk3ljӾaOaٍ=jKb)Wo9j&̪e
*0{qs50m^pW@E)7]6kۃmn:Ra?k4ցRkf;F9A9^>:rBڬd۶X5.
c7M }
4.=Cpփ^2?
!/^	?7DOHu{D_OQ_uF[O|SߥAJ:ă1A麑0o:-Op^e8c#B4`fS"sQẪ	J!ra]X1v^xN+AvRA
vn4MsV|
N!V1LkFi4rr7xP%@λnlz$D?iR  )f}PYxa M_0Rd70wD oI?7qؙ7OWQhS,+}D?MQtj
ShYU;mCEB6E3rY.X"XqT'<'¶:5M6gnao`coqyZ!fx!uY_슖0bKhhNabM+l+=dfX+ΠW'x[Q}r]4T;fGT__{A/k,6Yfvbq jE'\=R;3Ds_o>\"qr{l8WC7y??8x{$.k]տz['@b?=?Ibqg~torz3@*LdlPUx5f)g(C؀Zjbh*
RD{el2e?rk0d}/mb'gHatxPCޚ>=]LۻZWϓe]6K5g,{=5t¢tA%$9*}W4~baf1$!x~^$%(N R 2x&oA._;H3p:$v$%,q0!e2AT[LQ/reNkG_D$9[h;%c0hfBp,@AX@wtc ,,
B1LO2c=oƶ-jKOaޢyW0K}ql,`	j4rNY#cꖕVw4z]Ch2R6ja,JnoU֠:\_Bu]8lqVH\SCŢhjEk.wkUV9\.\n-na<&]mig悖/eďeWw"43qxLe\z1\`l/gX_>x/m޷/)iaE^|<=Şyշ!+)g~q#b*wEcϧ}&qɦg-K1絟J*8a|,cTŒKaW+	|&>&^&eњzs|F?(jCIJ95rʱ)۶*	SAE#\jgSpU=-9{؎a'KYvw,GƤVzږZ8Fe.TT<'=m/[Xwqe'9{92(_R
|ڨ1Qr'X9|nCJ~
]*?/G8-xRi_0On}z}&3C"Si;:J^ˉ/Ŀg%uҧrnTZhetҶ~;J!#ñ{Ž0#?"agj(%Q{?N=D1]GrtkmC..B<^Q~VK-g.v|?2O=m$._E}&]5I`|<KC_ʻ^ŏ@(xO؂GaN|c_2@4`O%)@#Cc,EFH
 s%s}h,s1(ԐM8,CnçsC^=I=:LU3=N>Wc6jwCm?)VEԫhc1%*B`T88A;ۭ<ͶsXxv^hshe8%X|-+V9Wo=s,,?;^xNMiW]m
O`)ZM\WbMEwI/MJB^U0NC؆A.[ aPw0ըtN8(ܠʀ9PMB`0J!cG8-Ayw6*=ީ}_lo	ֵ3*22fPmoƕ
4JedoUIZrw(O)C.Y?9ȩŘ}ڰ}cV/9#H0a|͝9_4/ߕD-_77O
BW`|$~FNB8oS1g/}s:fj?{ajۛeRՄIKTwla:-_u3M>Eth}ĩe+̢b&?N}vWЬY5;Ѧ]\&t6<Fi&ܕfI`W{sYʥSyjlHYծsaAuyw뇋b XORAAC\6i.te/77ZBu8o+z+Wm"ZwmtK"
|I_nES	OL (vI<XSOU#Z0\zJ{'l.(1ha*@iYHs~LkElf垍h#^m9Y6}Vfg?G1V[կ달NJ6 1R&]"we+e@w]dȯ#G@ՐϛO_Ӵ';"æSu+S޷
*#)q<%/nR6^s\PO؈&؀PEmG7lY#b-
1
cm;RRJn<_06mПZ
mCxi]qamsiȖ[vfi0{Dp<hb3,?~x3q;c];-dЉreɀq~b1%T%5HxEˣS,
%M||\A[_RsHz&UpZ\F~J<?D^pqg^GU(~iRrNF@5!%m^qȝ9#bGoV
_'!R&E#YM$M!CO?XdW|Y	xNJ:^%ո
'jL
lMQ	%j)`)2T82#d}-hl=FOshNIBSm~˩ݢff+ܳ&T?nFj>cWEUx|mbf<` ƻ|=Tjаxa=͂;}XZ.n׬jA'bv&lۚ[-{
yқwۭv@=RQcR'fnNnKϺ<yZ[Ws}K這MoAkw
mQwkQ(.%ݯ!M/YmO]uk-a鉺QT*3Q
TJ+i$ȏhoe2r[s.]E_}]ew7?}/?H?&Eo~_%0~u.4mܸnhn"˒q_o	0tЎ JUft몊B(@BNJM)dܱu
YO
`9`5u\?>E^y9SrjdKJ
{\- nLOr-	¦
;FlcO{nĔ"ۤ2R={<nXhO;KkY]7C'C)Sg#%j[̛gk܇)NG6l0;=-O}X:O;}3Y`l'Ng726}qv0|iS&[kݍC%pRNߗލfQoDB=O]׋!qWZ=EqpqsE{z#%4}4
n_lg|T`;ݜH^nwkNT;<I'9m'TJ2K=(i2;""KB~H
._?_ߟ)듊=wxV`],:ṖSPȝ?0u0iql#U(
$j2t*+X|'< ڰoS;{eٞk<}Y
^Q<K<[5=ջo4zqfhѲz(#V>oM<mu !I/lJX#<Ag|F|H@Ut%Ϥ/S>UOq/~G^#NqxđW(^`l:4&cN *  fTR2dB-]Ri:PSbC`I%^k'MˎekK6l{wfR%"#˓hC9>ć'Na:}_6hOJ=}@}G%c[<9+osnb(

L]h^ڣ`foi_x#O
CA-?
qWIy_$wE@.B
47MgA#"'9q:tyʖd*XǪLE7,BT(Thᇤx*4pVicjD`ہp2rky#yjgW
WK֙Lq
k.BAahT~4gf<tMjϞMzMsacArڳk@=
me>j6fLݮ}Ak>`2Jp^kmBi1WV^q`ѹOi~<6뮚mc;qfwdI!MVon[>ֵ,a[m&v'ѦNj{5Mlnc5UO}[_9BW^ޙ4lnm+Xab=CE\+"UJ9N?@IZHEkCҕ??mgV-ML81ϒ=ZS8%\	J[
Jl!W
9
**ImDJ5̨*)dUcA]ե	J,I25S2%Ųeks
bQ,,o{h?;XYщ icًfdbڰ9(ýgpVzeq_#\fĵ'K+wrcVLV_zExvվ &:O?*4Rg8i-=Qخ_!ӝg9,+W&A{/
qa"=PL?>H/rC79_*sc 	IHE#G?4p? |u\o{{	UF
 S$—r[\fKH|aP*gAXH&@HD
Z@RzwI8۹kd?&fEÆxC9*e(s=N|:._u[{}/ֱ4F-PhݤSJ*W`~b݃	Mz7jhAs|[TZAYd*SEZ_/O9ҭ]^ۧ**A
lPUeUN?)_<$CKD<)+SO@N9k YUX`n6|Xr]DXiB5SEDy.LRd2jiEL@ұ!1	3bUlQ]d5?3R4P
|?kˇw;um[TwH6uؑWFY?mغ5fF<E[;kIknΣC{	$qDߨ7R%Ѵ(tPVk©
d9b@#VYSt<8L}7P@OoTt)*Fd
T^dt{ƛoҍ8Y	讒
+tL"$^+[᜹̾ŕhJ"Qyc2zS@7oMI!GnÓU4TxDAe`OasB	$TTG
9VźΛ85nXU6&mc	<\oʍ@^d=R'YMTv4p!E\2PR 'Pmzl;t8"@R13ᴮg,,C憺ZlӧA!~,S&X,2bP(&4#8J%LV`<GSI8[C||wMvsd"Ϗ*	dI0Jd]–FtG4A.ʾζDeDֶwua'bCp2-?5'BӃoT6	ᖷ-e9\>9"21SN\.yfxL%ۍ*
#^uy
^JP:
allDŽ	f#
VJ,Vq%O%DVDZ1-L;]<1\A\p0.xY.يo'Df
A7|J"'g0K'(Oh
oN0F?U,~@.pNC[V^c/bK=3IU:3Y"rPi<x&{C3OB|zH-QeP.ƅaBLH[΀(-3)b:wgCEQDMͧ$=e1tHף:}iqZ
j(͋H5)!̃cU.9vÅiD)C>Ku=`J:gΒ''>U;ߜgq98Z|$-=	r\<B!S&8]eR(#Y%'^&@4\'}rvj M=QqN631E҅Ů-dvBB꤬DC6;3zDqo;%S7rEG[> 
_q~XQ?{\L_pό/־>"'P.__??$
PV
t܁$w\^YT^wRr=:idڔa)1KoY)ZR-cC΅Ѥ\(0UU@+QDM4Q $JeaX̰41hbaqiQK"UR~T_Ůp*ԾZA~LqtVfMǟ=؇h~x2_ֻVMueT=ؿ3烺lVkS!31:ro$_:e7bFU$M`FRIrCXoO|;SN1Bz/V ӝtw[%r5qa35/\0笗=p}*iznR\+ho*h,Ԯ_~y&HthȽ-I[l_@aCATjK_?>$5)+Ӣ~9\{Ɨi|O.^Ӗ)(EX`@€XK""SŠ${KPN%h4R04j0djP~|X-b}6lAC]
C˩IVݏw9./h[5wV ^K[r	7N/PB|j<2T/8q㧗=;%ާ[}h{mާI~mv_n5})e%u	>b3_S~quWIy,Hy!we?/vCn/l?lڈC},ya)7r2ܪ YV
Ξ_C)@W$,jHe<eZ"
Q2	cՠ2qYKouGUYvĜ30F6exjU_;wP鵃zjZWkO;GWdX<fV^܏ucD͇5z5eE%aYv^Y'lڽhE]ɱ0l.axogu18,7"zS߼>KM{W(Wu1/&$}yc)H_I,{잙nwpP* r+f-qS23n9Yu)9QOg+R ăIar4ً;7!xR1Yӣ42uO	RQْAܞaoٲtYA**<4	{rl~4n
HL浭:x<7$|<vLGR_r_QG~07f~oFI4Ep'EHWO+SV{Ce?EnTx'ɳo__~:&
+vd~~|##_9x0.&?CJ/[?0CBπwI6 (bIaIE.C#PZ)1 CMT9/C`VKzKg ذ8j@0<k[aCf폖ö;&Vzf0X2Mtv;ò(0Ӕɘ0VqRmv;l=`Tő0Q1mrgE2$f[F.LWemXDYYd
~#"+F֨F\d'`VdRk+}tF%:9 omc'BDg`LlB	"P]Kܝ:&?
{9m67SnEz-3˥
 Np9A&k)߷aMAVYv4y'USL_n2ݥJ݁+n0&xUp!ylM2`z.5V#'`C;|Y =(ٮsfGWRknl'ΨYGx|OLH4$ދ7j끼mr_\Nx>i>J+>s9$V8'4гeˡ:kɛTjL}E7vb
u
>ȥ5비\(0k!iX%PK3zí(V"&LnAy:J$K^??#+P!r/ϧ[8#W-O>C^WS}x~on}B`q M80GY!}\$@DNØߟq!EM~C
BM횔
ƶpTI,%uB0 i8Mylr8rL؈6)dC5	Ev5io#{է<6	[#%L7$͒Pcwr1W7N}\ (Έ+i<26Ů*9tݬ%A_'~躳J0WI"koȈsmbt!U%ؼ;Rib8tOv2GP(	p-OO^w {iɖN+I`QlUw-qh=yҚpf&ؔ$3VI^fGpm1;lST)
׎W;wA6?)>W{$?0{ʚ!F@<燄[S1(܆>.)`D)#<䄶\Ok6~,%t˫SLq%aGLu`@mGBb9JuvK4NwYi5R1HЀ̡<Jߩ\{/RNrcI]p97WݴVBWFђWI"7xΤ
e)`S=Vq9$dz=Z#XoS$
׭~3.E)o4$߯|W
g/)r»9
nZe'7m}6/#?kSeMd50)a_psu&f!C
w-lI Bt6m&i$Y5TC٦y-YEûdprL(jRð׵}a.5+
:|8
I
{)iYvF"w|,0/AW}\1&VMu_)&"O䐿٣vU'b_EW-CYu)_.Mo+hWW$j(
|ϐ=o韪V_3Nwm_O!~8?[u7vlNҼp`eH`0kV`جYYr6yo,&ؐWpȥejc4^7.U 9o@	GTa;<)	Fp>>՘n42vZȄD(r{]Ut$.h4=)/ê0WƮLcS]QΕv_C\@o՛N9rk_Nw>\Oo+4<aIt,S[vW%pܥNe	$WǵТiq#@chV+Y2VV"%"&}`GY{d1tJ.2svG|/No1Yjxfz!Y
JH+txF 4|<+u"W+EŰ8%b;{N4ķyEHd[\'5Sw\uC$ƩbJ;S	hI]f=TF^x]FvSmnqi9&V\Vq՛)f0;-f'mz=J5+yLK'rNdn2YΜ:dJ{;).xJ	nKuN82ߩP:inlw=A^TdhAp';/]?McuƏoD4LY	~hwϗ+(˓nNfos҇<[߆nZ<l}
)^sLك65>!륜^[G0+mfdA3KS}+so|m.{Tm/#gRZߊj<e82эtfA?Pd?_ߟ"o'?MOT?A3)WgQM$P6׷G}ugH
rwgppH@L
GÚqt\1	VdPi֕>Ջxp08Ń}c0SZr45$q2
ENkaDF7dKhe07qg?U_5xWb`U{E\w9<uj 79O.睝U+l&U0_:mݐřI5YN8ܕ\.WpYq ?HTy+Sm\g{Ӑym_N/<!2޷|Ղ+k]\g+3V(|kL0aoaXy_۵9eY8@B
&:$	+mci8NXq:"m(D6{?{nKkbyc|ܵ殪hLe&8x-
T]"bO%r6Vx6KqLE4GQ^ѢFzRRSP8B'18_Uhb,'D`LJc]ҷSobR\6'-$R׭;5LHG9䱉j)[Qb߉
Yftg7UaAmZkϞIT8
MIa|\{kفr96	\Ec??ʒRavnS$:	ӞѓWứ^{ž驓&wEwo3דǣczGgE_D/)?w_Nym_L0M'ԺXS[ᦎ۹h5f|{DB9A3Iq(15MՑhr˲1KE:zFB0үt쎯{f.B/Ϲ::4R	0?>|F26=@|=hz"aK;dzej!Ra,0K2XN}}65[Í$m-KF^88q-2؅L͋J*+l<]=v&ҜFyYᶓTVa4{NBWiʈ>714$BL[$Vso=n_,ܰbSv(kR(c/Ā[Sp[U!`wggd&/fɖ")
ل\Vr+(aQ{
n	"O&{_
F^_ˡ7~|{+yv?{y6zWK@~~?qO?E_SW)|>	>z"zmk0Pw?]c2pP	 !huθ,%)O@\%}ҡPVMXp^1f2o7^֧@{C&K#!
gD5 ۄA1iI.i1 6&i)Κ玛ikp֫J.v'cS&G@LcO
tN{ J Ƭ$T`Zk+P!3;Sŕd#eϝckG|24ۘϳ
š;eqႉ"h2moYCi_$b1QȤMUE`#4m"go
OV5SϜ==is`f˩Qe5K>ŘɓC@m68tgr7\KDvZ^NK.)~>t\vmJ^rȳO\bwɂ`(eTNʹiz{hN|UW]BC2nIQ!FU6!h3vP6[
7kN"q
G 5rbe:P_GwZ16ӖI#:ǖt5e~Ps;y}rϧ+,ͶӜN7nK?2z4c/d=:o ]Өn%r8,W$?s<=3ׁ 3^Xzv;y0~˿%7AuNqc\5*C)VCy[IߝI
6p
L.(vz P#(JAI(qg$,h^1H[tdqam
vƉ޴ފkf8!q٥_+wB:uNVl<+ty{x2ܛ6KgIK&c[HL\kg
h	H<UlH{Un:D'KҲ6%k
0pMbC-!	)
ʹf8j`3I8CM}Q[y@X(̀*PI0[dqO]FynvD&s)O	Miu7,e?0#7Aѫߘ[ˆ?1JWK~~Sj
O?=9G<<^VB/ڻ4ʐw0xaw))'hf8и|0bF{T)xm "SqȜVs:pxf/
OXY=mi7yFjz˟A`q4q0EpBEd-0"}R5nZ*&ӣ[^	AU_tם,Ȣi4a:0OIczzL+Lﰅ%.-'belb(X.+<bEgWJg&Nq\:8
xNrU;-H}dy5ŀUɹg	-z<~q59	ɖ_d8UKUT#C۝dȚ,5FBO7W~	)""i[ߣ6Kcy?0
7vu;i7Iދ܍qk8cνWS)_һҿaJ'(P??~"w{Km
KE)O_u9ex1?B4X.Wlsk`0y&,w)>(ʰAC($Őt)p0GSGd\ڿڋ#d%A7tٖjBèwa1Z4Xcz
ɄHD4AFhtF.l
&ǖdZelTC!T۶1=	p>Ce꓄.e+/Z"9\]OE(~˰Fc.1֫]EwsCa.^9]iJYgk]I#VWE|n_	ޫ{Th^ͭGj-+nT	OPqiFsG|mu;iDOv?O+0	&θ0{4UO5\~Dݿ	m<wsͷ܉o~PumZI!__?G^)G~\O]\y[z0Gُ<VF|#	g|$KQ8@]h$?%H=7`\9?}כ%&FthxL\3K8J\Ũuݗ1YC+?E(E
Bɋ<z;ppN;<!B"sz	!^M_~|~`\Eo?nxv?v>Iy,dmm4ީ}X핕sÅZ.}s ?`\(!op@gKi
g<|Yjdp}??4qN#?1ԋ`)BłC
3zN|G]-,AcCAf:PIeAS}&#)1*`Y<
tzat۾i;whKfpHzsR2z::Э0S7pU## H~]D"au^#
RC滭u-!f2NR*ͰWI)+H'kz@0](Z>^E"#/;m&+=hi#u6>hV&M;Yz1ե[K$L8ۃSkfz^I'uqԩa|iBޕќ
/zӬpgu.SoɨfR>SGifьD0#|b$lI{#|[IvR嬯jOJGOص;Pj1W6*tYªuI%Rw-Zˌ[I'=ԞUuHBDT)"k9g}9u[ؖ=,WlZ`xa1]z-9s7Ğ]r	{%EӗZHdX&;y~]ȏ_~80gɐDI'JoG<6(Z|?/SӿQ'Kh
r??]ْʛr"<$611b7	$Ȣo41/6 XV^οOʋR2"~|{oޤ[c?A*ϫ0mN1T@u`r@6<D@h.mu	%@C<BY\ 8b ࢲ]hX{jOLxD`6m١iΔ<+ϛR8<v8xо({i,[{[.wJ
mMs_O&Wz),e-՜_E)SN}$3DPΪ7)iӨ18yȨ|E1·dlC({V~3 @?ޥcr+_/ok txAdYyv|*jBiR7\?ߨ '
,@}p&R)-K
r "GJhHAKrT]@K~~VVwJBcؐy/9j1V"S[[rfJ'%auϵ.0;!Q|	ehzCG9<k;ʓ^_Bjτ׺/#~5PjWr/?iP!=3ǖ?zNl[q|ʂϳj>R|'^R>/wY~P!߱c>[z)|Sl&PIT>J7&%:I_On AFd;@x-E	ĖCc[͉ȶBDYAK Y8ᅵEmύ??3Yx~v9h.V6sn$K2?stf_($o灈l>_?謭Dr("l%X1*],u1>>p/|K^Q28 ,];	N3Pp\f>`rfZÌvoPf5Bb=;=,:U5=m;B‡*Q7*7cjfTnb^bfJbz’z8_ρo(c~<-oA}
yנW+uY?W<pk^]%`yC_|~^s}ʟ/ߓ|fy)D5e~~ۯ8p}A%|8(qG%	HByA6.15(D -KmAqF
E࿄@(Y.aBZg6-ݶ1;sAv{ݎc#ha96>_
Y2qR]ĔrdO6{Оs:Y2˓W'k 4T>N|CYi
6hY!Ɍ*=vBrE:WKM|OL6ema:myȻCq֗~_iY|G,+d,
e# mEVq!g/Զ->[>Vi^JKUo<>Nl}:W???ޥ|m;37Ky+oH0to}0f/)AA	!*t5TU
4$[Ԯqٜ6*0
*ĴJQ|	< 	CI|C9%Nd1oUtljr`	% -Fh$"pBC1Xx./6q)ңHJq"we7.]j;m3p=ˈ*&J063
|8NjDV>sc6׻i&1cks[ܤvqNphn;{Ge>ǃ(̃NjŊbfEž#nlo0~SL{c=<'3qQ*)bLgQ6fqlپzB^v
GLB}z|A:!̅Z79eAR~s_	i6cHx_7*'ڡR=Gq/W?]ޥ|m .-]
?r;WwiL>奘sv~Hiʷ>,K
q+;}PGpDey
$H`sP/
BĢRܵ%ίblbMWf~w4Ә;ٲՀ-6G8D>ve^T.:`v,Ltl}uo}OFV/,.ݣY4ߎugﱹ=hkUeT,-	٣ty03k4$VlfwKpœ(SDaZ'j:ǞZgH|qMs<gvW0["9ʶ$<$@{&tfkγ,@ˎs@(s{x D?_/eVxR@qw1|r+7E7cGڰi?j\UYS;W!jdqH+OXYt8oP6^kCKmB	}+MXS	Q!V#_O]2=9(bXlUscmZ=2ۃjw?Chpyy^.N6	e&{E \,V#,cDad0V=v8p{8a@d2sv@3p̃}n_Z֜	a`vx[3lP+Sm1੭OL4`@,AGji1K#h/!WyZNJ'
m4
]$rb2i{dn08nf+d'Q
{jg!
vo Np&Q<s0ZIrra%:ܯdK@mۛOCKt	!239e\70yv}SN BVR0\llPV/e@zf!ԋ>洳j[zħ	ax1O%>065$	NWq\Zs۱7se3(Vd)V_WȘªYeP0_Râ'"G'!=Ǖ;
zt-{>~(ޖ]og(/)_C"@X{?/\>_n7/(Qڕ)2Y%k1qjHM㰡?C1jݳj;43htXFě2HL|TpI;`LBZE<
1"g:]W-r˭޳a\#Q>Y]q;&8Nv4ߊ0]yt<1c}$n(.:3QkqV:ܯ,%\#Lrl{#sBKUSp|flCغvmO9~CxB>yܭ;sKbڹnp|_K떶}>ˉ37m_a{L!,t؟>ʦW??~D>9Y-bϻ
?_ns]k#kZaxsR4hoA$I=@Z$$( -p0-rABZ-N$w?v<ŽHwd_6!8㤜iQ
bbm1[mo 5*Ta8"fఖx<oٓ7~_';r)wfKXϧ bn&形0jvem<bd6CfWfugp*[ұ-JLy9HECiׇQ_x<s#UNYco_|~$m~{c5=~>ƾĵXB!I0xC+Il>68LŮ/+xY=eKSu2iݶξZx3i-l#zMw_/>
0MחZFGҋ:9ݝڋ&";c
.&b'IV'Ң嚔j8
LoIUetۅmi:5yH>:0ږȵM|6O1_|8y8.5FAސpǮ[bX$'d^P8(%;т<;N4%?{8e
9.u"Mr/j~ubX}#U@8C:]&:B﷘AQzH<N'tvuPU.>nC:@_8MdH9ZхQs2[ω8<. ^a7.ܸ,
/(߹ܰ~Z6
fO@rEDOy O-­R
O7W
w7ޡo81/Z~ߦj{sI1X=F<+ԐaNVўJK\B4/ȁu
IėG7U]/B lR$A;Iw}?1/>~Yl?_/7쿴*|-AK ǦN^!;߀Hفr+H`zu$d22}ºȢ2+BHd /` jM@ʁTۊXtyq0Q=`,+
n̐?Dԩ/j͙=sڢa-Gav3̤>eZIgI.\5scR%>};~Y3EigOлZ-搯pîn؍'҈Ks욟O?"#=DSFcKsZ>B\o:!%	zw+lvpp1(r
ES	DOP!XCRDiJ29(%dB:_P4`<HhheItuTNU*p@w}([/ۭDcs;,O/ܗ;h>O8f՞z/,xߗwT+?DתA;ͽƁN8't@ 1A$h")  (2$@F,"

.Bʦ;i^41".
4U#՗'cG-5?qxck\MjYM)
;t|w'=)9.a&Fxy?w]cا/7N>~I?2wxq'J"!qG?P

oJM`D)#] gyX<(‹:+PN,	^Sb&`*Z9,LԶ@jfCi*hUSEkpgжλ
²iPe.GywzEa'I}O{_S:gv-k{yT#d+
9_ws[H2t4kbC H(Έ0)&XcCH1M4jiA+sRF׎;uP.{ՇaTn3krA4m	(߂ov$C	$HVS6t3ὴnrI<GL=C+l	uG5I:6'}rc9WNȁ?/ F
<DR3'N%⿛*|+Ꝿ>WE'ߎ4!Z/xtS _X!5pRHhBvH$H1dE +6E@#AXcJ,E.) HD	
	.kCI~"0Jm.&մQi޷bz;/62֏FV=L#d3Εq4rbeԬr!?odjPz>EV-u7}e}f'歷3qzfΓ{}DE$$Kw7>iQخo!֝CIʥ损hn?&ۮ够?癤뿾D {?/qsBZ7t:J{QK_"1G~r
?%( ETg
R\1o4)td/`<LGh N	I`QeF"G(4wc?d짲z(Rf1.dCEYDBi#ΧhZU
'JU1zݾq43muv
.J!jG;8.j2Q_.4G\a^Jpi1'x®	q^~
Vk&Xq?UT-zc=FVڍ(hq?H'%AHOt;`b۫-vf8 $im?q.džK$)FL:o)vs'itoHx_"g{?'=DK$_KogO
$w2 qhO2!5tm?v"V2>.@u)c`_0>iԩ*H@2#g	!<D
6 l
R
i:`
9x6$@C2ѦNZ8`pEYfMF#SlOI䕺༚vysUkzVԼ2Zx U#ݹH"+>:yt>? yKwJ7\f]r0/1Ȼ	/>1PgTe\u]zNΝTR
Νdڞ Afp 3UvS˞́D\gE2FHee a,!`yMe]L5ZP,
	
ܝ/z4R+v1*ק|-Z+Vf`‰@G+e^Ǝ6}
)Ļ=P
O}K68V3]-+:f4;SI;mF/!3-"x2iL
mmyx&K=t+AE{z&j _,TZoK[H[So_tmcÉcT5ѷrm;A '{z0P
3tyS4v</EMlX(=5{ٜД6\wKآ<wC5s~I,r4;8TlWJAdОMٸٟZ&1)ܺɜ1M3bԛtު7SҬNkLiEmZX>1ei3+ݒA5zjNnǕJ_-	5*Q_7UsӰ@`5@en`v,fC9hP)VE@-_Jc,Ԯ*l$#X{p/vI<:RRa4ɶCEk	Jss\	"Mz}6GX(IpWj,ȕHZw"/=j{ADlAld~3 9+$6,9hBNHNWrw9#َ\Ӧ@6YβkA8ex0CeZ{h_oNoIYxl6!8%ܑt/qέP?'ё9AY BL7'2C</iSߧk8@4k9z)m-Lɰ={e 08N~E<x	*X0x"I7+ȀP9 ֑"2$i]!|x535fQ4_0ͪaM˽:VNPꖋbѩ\z#Jb$wu:B僅Xb
PqLH]mʙ]3썥VP.N'k{a6Ph^r)v؃Ȕfv՝\bv}#o5̅T퍐2ZYqXyL*ޕusyw	$~</h`'JnNV<$qb[G}hn"jq7QP|iʩObe@i[?%龵*Jjljd[MK"-ڰݮҔ&|
ۭ6ue%d-SX̮y%> ;"EӔ?Dе;=VD1߰wweG}/?/"	_a)?E
Q$Bot=C}KObY<LlKUeYH~\z̗yPSst5&4gC8|WDÜx8!A$<g\ %f<,SY>%@%	! (c^ G<[ۼWfHhfu \{V]6_YriMs*VVZ\ae^,PEY	?WUVZ-\|WRM_-[鰿<c^
*|֕%s:+be55D1?A/dPG%v7S]3rF~h{
9'맄B<е+SƵ( wd{I%Zȿ%G)`DS4xQG8?{heo72lL.+5%흍S]W
D,}}`,d=r̕"e߬Zi8$fq}%/Zd+qղxkEy)%,GtS>hQ\SvB欗+߆xۿ}
#N	p=JaaEL3O6SРׂ0uav^ǶH\;
8z}75)w|O/vGR`~>	%o[$Ug_bz*K.%4pٙt܈2#>%(9fχ盼T`&\?2eL&$d9c mR B&LDx%3(p	f̮6ߵҗ;ۺh.Ykz7޴q9H#i[lT:d-V
X]1aufԪJ\n;UB..P#.'XU247H?K+D
˜[\h]cIb-Abxw/wT?N㹲!KϤD\N\&.w<?̊>\c,d#ACpG
Y&?εO_ZU$?=m T#zʿ"5awso!|_a:H?_鿈7
{L_#2/=xCd
	W䏗[,l#Q	Y$ s8~ {ZM$͜"~7@UUdT8H6^
k%Sy,P!m)rYi"489P
7SMVVhjizk׺-7Z_7l|^7D4nb6Y4r?NL/NF.ӗ&e}?9Pxh?}ݎ?Sct?"}]?K3;>_~fx%{Bq}=]9u
*.{bN{dƄIQ*@r&FJ&'`($CSLb>%Zd9CP˄XL4%,PtQYztW3wg蛅_ԔMKc8ݠTNo0Eezu
l+3N2&;M{7׺`Rvގ:LQ	:mK5&:KL+5ahƕ:Fw'ݬRkc<TY{Vb%g>\XgH-
Ԁbf'j],zJ4Wh9djuE6FYOFN8*JІRHX1I`#@2fm	ZNEvnViIk["RTYl[EԗsBgG4l>
͗%H|[a^=Ԃ$IT$FPE>q
YԤD!sܧұc\ߔ_/ "*(|noa_%vS=?^wf/Ϯ<	I%_
ۉ=lI,bXP]F?9fc2YE?J%C\2(L	MAb&"ĆTʑS^(ǻ\褡Bkù/DrgR^@DRܞ,ԩT~ٯEYz;**#rw@¸Vt;[Q>vt>9xZs$r>dQ#߳3ktt/:@&d«ÅTRY҉l穽mc>+tkkuX~XvZqfǑD5GJuی,nFL3aXIda\OjT6.5)^ IGh2
y]:	XO}#CO0X1G\|t %I@?
L7~/Ȣ6x`ywgn\X=̱c.
V~qK,:x7_aSk.&3g1?IyCpp:'8fV9Rޢη  m	dd
!I<4$;'O
pSɨ9ֈ)=zo[4e}MPus5"tt|BQcj<Szwܑ>ffK
-&Jz)fm7Jo	C	3Mߙb4AU'N]ԈDݑG~+L Q,Ƌ1n.to:%,X	dtfjKeOvkҊau2QGhM4<k"<TKjhYz<7;0zc3Zh7k(Y
Bb⡪#weܵ{%YL}+g08sc{drfECU=\NnɆݟ=lK'JNv~|r/⿀a?o/?t|n1Į+%oMp\2l3'K^<yga \XbD y!(Z$AEb/ybQ	2m[&G019D&_*	bE=)JT\
^?C;͎ҊJe`ުQ+ݙ4PɄfLr:2AX?0tw*kH[TJ)?,AM3zqSz=@Mi ;"l6؏M
fCqV
XM޺p5i:M,j:!p$AmYy>\W_*lCvFG\UKn\7OK{uÙDv|pNӵ9]^}hB<5T\
;[vnHL*ՄK9	q%IOiYYBwfiiحf]cHyD"?}%v覡4!Nfc9%vfШڪuHWoG.TXܢbLhouXb:*\M`5,I#XomTyL],/ͲӱYj-nHѰ^Dx3+LƠz9&$ZFVJËċvjDIJ,gKNO,XML#Clݨoh[]n37G$,Xfr
Υ4s|z?w~r.QB(I(_xn_Qt/_bcӗ{5c~/9UÙf5xuE.'gW?	3%^y-gl&mB$JT`@ddȨ-AhY2%rw,Mgݟlcڻ6,_wNԼ-fA,bcr&IM {yd=)B5:@.5kT
n2Gwigkn}je$d#26,iLcdh~v
S;ۑnʠ	}"2*H96KvaSҲ͊/jBMWUl/'+/_&}}Shň~p.c?Ww)#6K\f`
[rLhn`ahs같\э|Ҝq

H!1Gak~=ŕV*u/tquz~맶8l[ZvŞ{Όwz_:_'7RӈGE}ZC{9;KE!-g'[__oOݽ=?A#/Sį}|={>mn\M[)t}9<PW>^V
(?$e6ih3&I@P:fဥ,7%t۴H64K:K
7ƘsaD_%%A2đ7;>@hIyt6rOAqK4]؊8WbʜJ%"h-fWLO֜DR]֐}aP8&XE^\qPAZ)}ICȀkGMfZDCNIiܼ:m$|I
׌IUR8\kI28i%%ڴ^NwSWz[5q1|O	azTmʉ[|̆R4;%Ö|y('(*{y0
ىt*V
+2=)ropmy)Nn7u;~*x># =XN
q%:"kۙE0](G5[9mhױLβw"WrLބ-J
l! 95Z0Pm]ͪa k䦌Nl,Gګd
9lg:d*퓮?3&%<mc_OeNEl<n0s?Cdő9[earuXRu#֟TT4PэuxuS.O$6wUl?@ZHwh?ذG0Eݏ?C{;~c獻&ZL\n
o^p߼\M+t_x`pdn7KϽ{1JRze,IQc$GeH$
H„:4MBPNmfLMFM#l'o~r=.U4ء@d+CpI,DvFNP͕PӨ*(Kh6j_*q[Mv}IǼmƼ1F0.cu83Si{e^ѹw}P#}[=$LV&KҤ컡
}&'Q	~mm>a_/wE_A'_ތ_i0$
?7~^׍;/}	3̋ϙç}d^FAq>u#۰Pt(J1lMڤe´1f8oYl
4XQߵ}ZoB@֔d=E& "8z!5hqJΔ3a8s~z#;Fku.'S_31ť;ӫ`6b%
bV4LY[V˪IrD"ڊ8Xl%8rnQI<s_Ti]n4;#_qsJ^HҚ0dM]D1i*JQ/1bDDt{w7F'(TAl~T]H#i伷ur$^|Q']̐0sיB,4Z*N

,%H??.0zYX/d @|)ϋF}giD0>9݄p J0`0`0`>_i8	
--------------------------UoqPeMUfnuvWLBMuahfjB3--

Pastebin

Offline

Board footer

Powered by FluxBB