<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ABeeGFS_Installation</id>
	<title>Talk:BeeGFS Installation - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.williams-net.org/index.php?action=history&amp;feed=atom&amp;title=Talk%3ABeeGFS_Installation"/>
	<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Talk:BeeGFS_Installation&amp;action=history"/>
	<updated>2026-06-01T03:49:27Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.40.1</generator>
	<entry>
		<id>https://wiki.williams-net.org/index.php?title=Talk:BeeGFS_Installation&amp;diff=23&amp;oldid=prev</id>
		<title>DrEdWilliams: Created page with &quot;== Debian Client Installation == Client build has two issues: &lt;pre&gt; /opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c: In function ‘Fh...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.williams-net.org/index.php?title=Talk:BeeGFS_Installation&amp;diff=23&amp;oldid=prev"/>
		<updated>2019-08-03T01:16:26Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Debian Client Installation == Client build has two issues: &amp;lt;pre&amp;gt; /opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c: In function ‘Fh...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Debian Client Installation ==&lt;br /&gt;
Client build has two issues:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
/opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c: In function ‘FhgfsOps_atomicOpen’:&lt;br /&gt;
/opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c:1254:29: error: ‘FILE_CREATED’ undeclared (first use in this function); did you mean ‘FMODE_CREATED’?&lt;br /&gt;
           *outOpenedFlags |= FILE_CREATED;&lt;br /&gt;
                              ^~~~~~~~~~~~&lt;br /&gt;
                              FMODE_CREATED&lt;br /&gt;
/opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c:1254:29: note: each undeclared identifier is reported only once for each function it appears in&lt;br /&gt;
/opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c:1309:13: error: too many arguments to function ‘finish_open’&lt;br /&gt;
    retVal = finish_open(file, dentry, generic_file_open, outOpenedFlags);&lt;br /&gt;
             ^~~~~~~~~~~&lt;br /&gt;
In file included from /usr/src/linux-headers-4.19.0-5-common/include/linux/cgroup.h:17,&lt;br /&gt;
                 from /usr/src/linux-headers-4.19.0-5-common/include/linux/kthread.h:7,&lt;br /&gt;
                 from /opt/beegfs/src/client/beegfs_client_module_6/build/../source/common/Common.h:6,&lt;br /&gt;
                 from /opt/beegfs/src/client/beegfs_client_module_6/build/../source/app/config/Config.h:4,&lt;br /&gt;
                 from /opt/beegfs/src/client/beegfs_client_module_6/build/../source/app/log/Logger.h:4,&lt;br /&gt;
                 from /opt/beegfs/src/client/beegfs_client_module_6/build/../source/filesystem/FhgfsOpsInode.c:1:&lt;br /&gt;
/usr/src/linux-headers-4.19.0-5-common/include/linux/fs.h:2479:12: note: declared here&lt;br /&gt;
 extern int finish_open(struct file *file, struct dentry *dentry,&lt;br /&gt;
            ^~~~~~~~~~~&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
I made the suggested change from FILE_CREATED to FMODE_CREATED to fix the first issue, and removed the &amp;#039;outOpenedFlags&amp;#039; parameter from the function call to fix the second.  Everything builds, and seems to function properly, but I am unsure as to whether these change actually broke anything.&lt;br /&gt;
&lt;br /&gt;
A search online indicates that there isn&amp;#039;t yet any official support for kernel 4.19, which may be the source of these errors.&lt;br /&gt;
&lt;br /&gt;
I found the beegfs Gitlab instance (https://git.beegfs.com/pub/v7) and noticed that they had fixed these errors -- exactly as I had, so that makes me feel better!&lt;/div&gt;</summary>
		<author><name>DrEdWilliams</name></author>
	</entry>
</feed>