{"id":595,"date":"2022-02-02T00:31:04","date_gmt":"2022-02-01T23:31:04","guid":{"rendered":"http:\/\/daisy-street.fr\/?p=595"},"modified":"2022-02-02T00:31:06","modified_gmt":"2022-02-01T23:31:06","slug":"sqlite-sur-smb-cifs","status":"publish","type":"post","link":"https:\/\/daisy-street.fr\/index.php\/2022\/02\/02\/sqlite-sur-smb-cifs\/","title":{"rendered":"sqlite sur smb cifs"},"content":{"rendered":"\n<p>Sqlite.SqliteException (0x80004005): SQLite Error 5: &#8216;database is locked&#8217;.<\/p>\n\n\n\n<p>I&#8217;m running jellyfin in docker and got this error because my config file was mounted over samba \/ cifs. The solution was to add\u00a0<code>nobrl<\/code>\u00a0to the mount options.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>volumes:\n  jellyfin-data:\n    driver_opts:\n      type: \"cifs\"\n      device: \"\/\/192.168.1.69\/whatever\/Jellyfin\"\n      o: \"addr=192.168.19.10,rw\"\n      o: \"uid=0,username=phanton,password=8517,nobrl\"<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sqlite.SqliteException (0x80004005): SQLite Error 5: &#8216;database is locked&#8217;. I&#8217;m running jellyfin in docker and got this error because my config file was mounted over samba \/ cifs. The solution was to add\u00a0nobrl\u00a0to the mount options.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"ub_ctt_via":"","_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[1],"tags":[91,90,89,88],"class_list":["post-595","post","type-post","status-publish","format-standard","hentry","category-non-classe","tag-cifs","tag-error","tag-smb","tag-sqlite"],"jetpack_publicize_connections":[],"featured_image_src":null,"author_info":{"display_name":"admin9483","author_link":"https:\/\/daisy-street.fr\/index.php\/author\/admin9483\/"},"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/595","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/comments?post=595"}],"version-history":[{"count":1,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/595\/revisions"}],"predecessor-version":[{"id":596,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/posts\/595\/revisions\/596"}],"wp:attachment":[{"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/media?parent=595"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/categories?post=595"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/daisy-street.fr\/index.php\/wp-json\/wp\/v2\/tags?post=595"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}