Comment 22 for bug 2009495

Revision history for this message
Asa Mirzaieva (asaly12) wrote :

Verified the -proposed package:
1. Installed smc-tools-1.7.0-0ubuntu1.1 from jammy-proposed (see log)

2. Run smc_run without sudo:
$ smc_run ping ubuntu.com
ERROR: ld.so: object 'libsmc-preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
PING ubuntu.com (185.125.190.21) 56(84) bytes of data.
^C
--- ubuntu.com ping statistics ---
6 packets transmitted, 0 received, 100% packet loss, time 5226ms

3. Run smc_run with sudo:
$ sudo smc_run ping ubuntu.com
PING ubuntu.com (185.125.190.20) 56(84) bytes of data.
^C
--- ubuntu.com ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3124ms