Re: Problem building a Debian package in AFS
Benjamin Kaduk <[email protected]>
| Newsgroups | gmane.comp.file-systems.openafs.general |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 10, 2021 at 08:57:36PM +0000, Mark Vitale wrote: > > > > On Sep 10, 2021, at 9:23 AM, [email protected] wrote: > > > > I have two Debian servers: one is buster and one is bullseye. They both run the openafs-client service. When I run "gbp buildpackage mypackage" it completes successfully on both servers as long as the directory where I run "gbp" is _not_ in AFS. If I run "gbp" in an AFS directory it completes successfully on the buster server but fails almost immediately if run on the bullseye server. > > What's the AFS client version on each server? > $ rxdebug <buster> 7001 -version > $ rxdebug <bullseye> 7001 -version Per https://packages.debian.org/search?searchon=sourcenames&keywords=openafs buster has a slightly patched 1.8.2, and bullseye has 1.8.6 plus a few patches (new linux kernel support and rx-cid fixes). > Does the problem resolve iteslf if you retry after: > # echo 3 > /proc/sys/vm/drop_caches That's worth checking, yes. -Ben