Comment # 10 on bug 1208822 from
(In reply to Petr Vorel from comment #9)
> (In reply to WEI GAO from comment #8)
> > After check openqa
> > log(https://openqa.opensuse.org/tests/3172507/
> > logfile?filename=serial_terminal.txt) i found a following conflict which
> > maybe related with 
> > exfat.
> >  
> > The following package is recommended, but will not be installed due to
> > conflicts or dependency issues:
> >   exfatprogs
> 
> exfat-utils is installed instead, maybe it would work with exfatprogs.
> 
> But because the same issue is on Tumbleweed DVD, it will be likely something
> else.
> https://openqa.opensuse.org/tests/3194220/file/serial_terminal.txt


In my local env, the case will pass with mkfs.exfat installed, BUT in jeos env
mkfs.exfat can not be installed(caused by can not install exfatprogs).  In LTP
logic (function has_kernel_support) if not find mkfs.exfat, it will check FUSE
support or not and continue it, then error happen, need further investigation. 

===OK log on my local env===
uname -r
5.14.21-150400.24.41-default

localhost:/home/ltp/testcases/kernel/syscalls/fsconfig # rpm -qf
/usr/sbin/mkfs.exfat
exfatprogs-1.0.4-3.3.1.x86_64

localhost:/home/ltp/testcases/kernel/syscalls/fsconfig # ./fsconfig03
...
tst_test.c:1094: TINFO: Formatting /dev/loop1 with exfat opts='' extra opts=''
fsconfig03.c:73: TPASS: kernel seems to be fine on exfat
...


You are receiving this mail because: