Sebastien Bacher

Results 30 comments of Sebastien Bacher

Sorry, I was not probably not clear that what I was describing is about the installation media (often USB stick) and not the target machine (we don't do integrity check...

One other thing to consider is how we handle the check. The 20.10 way was to delay the ISO session start until the check was finished (staying on the plymouth...

That's only for snaps getting access to the real userdir right? (so we would have to make that variable conditional on the interface to be connected) Also I'm unsure that...

oh, also ~/. are not allowed by default, changing what the glib function returns might lead to have apps trying to write their config in a location they are not...

sorry my testcase was indeed buggy, try that instead ``` # cp /usr/bin/gnucp /usr/bin/gnucp.ubuntu # gnucp /usr/bin/gnucp.ubuntu /usr/bin/gnucp gnucp: cannot create regular file '/usr/bin/gnucp': Text file busy # gnucp -f...

in fact the fix is incomplete since the other sources have the same issue, I will work on changing also those

I've edited the other files and force pushed now, but then I'm hitting the same error for other variables ``` biopattern.c: In function ‘print_map’: biopattern.c:140:49: error: format ‘%lld’ expects argument...

The definition on the ppc64el machine is similar to the one shared before ``` #ifdef __GNUC__ __extension__ typedef __signed__ long long __s64; __extension__ typedef unsigned long long __u64; #else typedef...

We started receiving Ubuntu reports about the issue, e.g https://bugs.launchpad.net/udisks/+bug/2038761

@tbzatek in case extra feedback is helping, we put that patch in a ppa for Ubuntu and got some users confirming it's working for them (https://bugs.launchpad.net/udisks/+bug/2038761). Since it's an issue...