Frank Ansari

Results 63 comments of Frank Ansari
trafficstars

I get this output: ``` [fansari@bat tpm]$ pkg-config --modversion tss2-fapi Package tss2-fapi was not found in the pkg-config search path. Perhaps you should add the directory containing `tss2-fapi.pc' to the...

Yes, this is tpm2-tss-3.2.0-3.fc36.x86_64.

What I got working is the FAPI. This means a command like "tssgetrandom -ns -by 20" does not spit errors but works. I have no idea about this TCTI at...

Yes. But as I said: this command works now. Also tss2_getrandom is working. [tssgetrandom-strace.log](https://github.com/tpm2-software/tpm2-tss/files/9683450/tssgetrandom-strace.log) [tss2_getrandom-strace.log](https://github.com/tpm2-software/tpm2-tss/files/9683473/tss2_getrandom-strace.log)

I have deinstalled the tss2 package now (this IBM stack). I guess I will not need both stacks. My user fansari is in the tss group. ``` [fansari@bat ~]$ id...

Since I used systemd-homed I changed SELinux to permissive since I could not get things working in enforcing mode. ``` [fansari@bat keys]$ sestatus SELinux status: enabled SELinuxfs mount: /sys/fs/selinux SELinux...

I see these files. But since I am using Fedora Silverblue with os-tree /usr is write protected. ``` [root@bat fapi-profiles]# find /usr -name "libtss2*" /usr/lib64/libtss2-esys.so.0 /usr/lib64/libtss2-esys.so.0.0.0 /usr/lib64/libtss2-fapi.so.1 /usr/lib64/libtss2-fapi.so.1.0.0 /usr/lib64/libtss2-mu.so.0 /usr/lib64/libtss2-mu.so.0.0.0...

The problem still persists: ``` Oct 04 18:27:56 bat.localdomain org.gnome.Evolution.desktop[7704]: ERROR:tcti:src/tss2-tcti/tctildr-dl.c:154:tcti_from_file() Could not initialize TCTI file: tabrmd Oct 04 18:27:56 bat.localdomain org.gnome.Evolution.desktop[7704]: ERROR:tcti:src/tss2-tcti/tctildr.c:428:Tss2_TctiLdr_Initialize_Ex() Failed to instantiate TCTI ```

This gives this result: ``` [fansari@bat evolution-test]$ ln -s /usr/lib64/libtss2-tcti-device.so.0 libtss2-tcti-default.so [fansari@bat evolution-test]$ export LD_LIBRARY_PATH=. [fansari@bat evolution-test]$ evolution ** (evolution:6136): WARNING **: 18:01:10.059: Failed to create connection with service: Timeout...

I already am a member of the tss group. This user/group stuff has diferent commands with systemd-homed anyway. When I remember crorrectly I did it like this: ``` homectl update...