Solved: Issues with FUSE after upgrade to 8.0.2 from 7.1.3

Hello,

After upgrading to the newest version, I’m having issues mounting the Seaf FUSE. I’m getting this error:

Jan 20 09:45:44 naser seaf-fuse.sh[30790]: Starting seaf-fuse, please wait …
Jan 20 09:45:44 naser seaf-fuse[30797]: g_key_file_has_key_full: assertion ‘key_file != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_propagate_error: assertion ‘src != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_key_file_has_key_full: assertion ‘key_file != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_propagate_error: assertion ‘src != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_key_file_has_key_full: assertion ‘key_file != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_propagate_error: assertion ‘src != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_key_file_get_integer: assertion ‘key_file != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_key_file_has_key_full: assertion ‘key_file != NULL’ failed
Jan 20 09:45:44 naser seaf-fuse[30797]: g_propagate_error: assertion ‘src != NULL’ failed
Jan 20 09:45:46 naser seaf-fuse.sh[30790]: seaf-fuse started
Jan 20 09:45:46 naser seaf-fuse.sh[30790]: Done.

In the FUSE log I see this:

[01/20/21 09:45:44] …/common/seaf-utils.c(328): Use database sqlite
[01/20/21 09:51:35] …/common/seaf-db.c(1321): sqlite3_prepare_v2 failed SELECT e.id, e.email, is_staff, is_active, ctime, passwd, reference_id, role FROM EmailUser e LEFT JOIN UserRole ON e.email = UserRole.email WHERE e.email=?: no such table: EmailUser[01/20/21 09:51:35] …/common/seaf-db.c(1321): sqlite3_prepare_v2 failed SELECT e.id, e.email, is_staff, is_active, ctime, passwd, reference_id, role FROM EmailUser e LEFT JOIN UserRole ON e.email = UserRole.email WHERE e.email=?: no such table: EmailUser[01/20/21 09:51:36] …/common/seaf-utils.c(328): Use database sqlite

It is mounted tried mounted with:

./seaf-fuse.sh start -o uid=1002 /mnt/drivefuse

Has anything changed with this after the latest version?

Hi!
Did you find out anything about the issue? I’m experiencing the exact same thing (Ubuntu 18.04 and Seafile 8.0.2)

Nope, I haven’t. Hoping someone from the team will weigh in, as I need it to take backup :grimacing:

1 Like

Yup. Same.

Hello,this is a bug in version 8.0,we will fix this in next release.

Any chance for a hotfix?

Sorry,we remove ccnet in version 8.0 which caused this issue.So it can’t be fixed by a hotfix.

Damn. Thought so. Is it troublesome to downgrade to 7.1.3? (Or is there any kind of ETA for the next version?)

8.0.3 was released, and solved the problem for me!