CollaboraOnline / online

Collabora Online is a collaborative online office suite based on LibreOffice technology. This is also the source for the Collabora Office apps for iOS and Android.
https://collaboraonline.com
Other
1.79k stars 685 forks source link

APT Coolwsd upgrade to 24.04.7.2-1 fails to start - fatal forkit #10152

Open tunloop opened 2 hours ago

tunloop commented 2 hours ago

Describe the Bug

Coolwsd has failed to start ever since the upgrade from 24.04.6.1-1. Despite a couple errors, the log indicates one fatal error with forkit:

wsd-667125-667132 2024-09-30 10:34:32.931637 -0700 [ prisoner_poll ] FTL  coolforkit-caps does not exist, install coolwsd-deprecated package| wsd/COOLWSD.cpp:3609
Setting ShutdownRequestFlag: Failed to spawn coolforkit.
wsd-667125-667132 2024-09-30 10:34:32.931824 -0700 [ prisoner_poll ] FTL  Setting ShutdownRequestFlag: Failed to spawn coolforkit.| wsd/COOLWSD.cpp:3337

The downgrade to coolwsd-deprecated package does not have this problem. But downgrading to something labeled as "deprecated" is not a fix.

Expected Behavior

Coolwsd should start.

Actual Behavior

Forkit is failing.

Server

(Please complete the following information)

Config

<!-- -*- nxml-child-indent: 4; tab-width: 4; indent-tabs-mode: nil -*- -->
<config>

    <!-- For more detailed documentation on typical configuration options please see:
         https://sdk.collaboraonline.com/docs/installation/Configuration.html -->

    <!-- Note: 'default' attributes are used to document a setting's default value as well as to use as fallback. -->
    <!-- Note: When adding a new entry, a default must be set in WSD in case the entry is missing upon deployment. -->

    <allowed_languages desc="List of supported languages of Writing Aids (spell checker, grammar checker, thesaurus, hyphenation) on this instance. Allowing too many has negative effect on startup performance." default="de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru">de_DE en_GB en_US es_ES fr_FR it nl pt_BR pt_PT ru</allowed_languages>

    <!--
        These are the settings of external (remote) spellchecker and grammar checker services. Currently LanguageTool and Duden Korrekturserver APIs are supported, you can
        set either of them. By default they are disabled. To turn the support on, please set "enabled" property to true. It works with self hosted or cloud services, free
        and premium as well. The "base_url" may be https://api.languagetoolplus.com/v2 if the cloud version of LanguageTool is used. Please note that your data in the
        document e.g. the text part of it will be sent to the cloud API. Please read the respective privacy policies, e.g. https://languagetool.org/legal/privacy.
    -->
    <languagetool desc="Remote API settings for spell and grammar checking">
        <enabled desc="Enable Remote Spell and Grammar Checker" type="bool" default="false"></enabled>
        <base_url desc="HTTP endpoint for the API server, without /check or /languages postfix at the end." type="string" default=""></base_url>
        <user_name desc="LanguageTool or Duden account username for premium usage." type="string" default=""></user_name>
        <api_key desc="API key provided by LanguageTool or Duden account for premium usage." type="string" default=""></api_key>
        <ssl_verification desc="Enable or disable SSL verification. You may have to disable it in test environments with self-signed certificates." type="string" default="true"></ssl_verification>
        <rest_protocol desc="REST API protocol. For LanguageTool leave it blank, for Duden Korrekturserver use the string 'duden'." type="string" default=""></rest_protocol>
    </languagetool>

    <deepl desc="DeepL API settings for translation service">
        <enabled desc="If true, shows translate option as a menu entry in the compact view and as an icon in the tabbed view." type="bool" default="false">false</enabled>
        <api_url desc="URL for the API" type="string" default=""></api_url>
        <auth_key desc="Auth Key generated by your account" type="string" default=""></auth_key>
    </deepl>

    <sys_template_path desc="Path to a template tree with shared libraries etc to be used as source for chroot jails for child processes." type="path" relative="true" default="systemplate"></sys_template_path>
    <child_root_path desc="Path to the directory under which the chroot jails for the child processes will be created. Should be on the same file system as systemplate and lotemplate. Must be an empty directory." type="path" relative="true" default="jails"></child_root_path>
    <mount_jail_tree desc="Controls whether the systemplate and lotemplate contents are mounted or not, which is much faster than the default of linking/copying each file." type="bool" default="true">false</mount_jail_tree>
    <mount_namespaces desc="Use mount namespaces instead of coolmount." type="bool" default="true">true</mount_namespaces>

    <server_name desc="External hostname:port of the server running coolwsd. If empty, it's derived from the request (please set it if this doesn't work). May be specified when behind a reverse-proxy or when the hostname is not reachable directly." type="string" default="">cloud.mydomain.com:443</server_name>
    <file_server_root_path desc="Path to the directory that should be considered root for the file server. This should be the directory containing cool." type="path" relative="true" default="browser/../"></file_server_root_path>
    <hexify_embedded_urls desc="Enable to protect encoded URLs from getting decoded by intermediate hops. Particularly useful on Azure deployments" type="bool" default="false"></hexify_embedded_urls>
    <experimental_features desc="Enable/Disable experimental features" type="bool" default="true">true</experimental_features>

    <memproportion desc="The maximum percentage of system memory consumed by all of the Collabora Online Development Edition, after which we start cleaning up idle documents" type="double" default="80.0"></memproportion>
    <num_prespawn_children desc="Number of child processes to keep started in advance and waiting for new clients." type="uint" default="1">2</num_prespawn_children>
    <!-- <fetch_update_check desc="Every number of hours will fetch latest version data. Defaults to 10 hours." type="uint" default="10">10</fetch_update_check> -->
    <per_document desc="Document-specific settings, including LO Core settings.">
        <max_concurrency desc="The maximum number of threads to use while processing a document." type="uint" default="4">4</max_concurrency>
        <batch_priority desc="A (lower) priority for use by batch eg. convert-to processes to avoid starving interactive ones" type="uint" default="5">5</batch_priority>
        <document_signing_url desc="The endpoint URL of signing server, if empty the document signing is disabled" type="string" default=""></document_signing_url>
        <redlining_as_comments desc="If true show red-lines as comments" type="bool" default="false">false</redlining_as_comments>
        <pdf_resolution_dpi desc="The resolution, in DPI, used to render PDF documents as image. Memory consumption grows proportionally. Must be a positive value less than 385. Defaults to 96." type="uint" default="96">96</pdf_resolution_dpi>
        <idle_timeout_secs desc="The maximum number of seconds before unloading an idle document. Defaults to 1 hour." type="uint" default="3600">3600</idle_timeout_secs>
        <idlesave_duration_secs desc="The number of idle seconds after which document, if modified, should be saved. Disabled when 0. Defaults to 30 seconds." type="uint" default="30">10</idlesave_duration_secs>
        <autosave_duration_secs desc="The number of seconds after which document, if modified, should be saved. Disabled when 0. Defaults to 5 minutes." type="uint" default="300">120</autosave_duration_secs>
        <background_autosave desc="Allow auto-saves to occur in a forked background process where possible." type="bool" default="true">true</background_autosave>
        <background_manualsave desc="Allow manual save to occur in a forked background process where possible" type="bool" default="true">true</background_manualsave>
        <always_save_on_exit desc="On exiting the last editor, always perform the save, even if the document is not modified." type="bool" default="false">true</always_save_on_exit>
        <limit_virt_mem_mb desc="The maximum virtual memory allowed to each document process. 0 for unlimited." type="uint">0</limit_virt_mem_mb>
        <limit_stack_mem_kb desc="The maximum stack size allowed to each document process. 0 for unlimited." type="uint">20000</limit_stack_mem_kb>
        <limit_file_size_mb desc="The maximum file size allowed to each document process to write. 0 for unlimited." type="uint">0</limit_file_size_mb>
        <limit_num_open_files desc="The maximum number of files allowed to each document process to open. 0 for unlimited." type="uint">0</limit_num_open_files>
        <limit_load_secs desc="Maximum number of seconds to wait for a document load to succeed. 0 for unlimited." type="uint" default="100">100</limit_load_secs>
        <limit_store_failures desc="Maximum number of consecutive save-and-upload to storage failures when unloading the document. 0 for unlimited (not recommended)." type="uint" default="5">5</limit_store_failures>
        <limit_convert_secs desc="Maximum number of seconds to wait for a document conversion to succeed. 0 for unlimited." type="uint" default="100">100</limit_convert_secs>
        <min_time_between_saves_ms desc="Minimum number of milliseconds between saving the document on disk." type="uint" default="500">500</min_time_between_saves_ms>
        <min_time_between_uploads_ms desc="Minimum number of milliseconds between uploading the document to storage." type="uint" default="5000">5000</min_time_between_uploads_ms>
        <cleanup desc="Checks for resource consuming (bad) documents and kills associated kit process. A document is considered resource consuming (bad) if is in idle state for idle_time_secs period and memory usage passed limit_dirty_mem_mb or CPU usage passed limit_cpu_per" enable="true">
            <cleanup_interval_ms desc="Interval between two checks" type="uint" default="10000">10000</cleanup_interval_ms>
            <bad_behavior_period_secs desc="Minimum time period for a document to be in bad state before associated kit process is killed. If in this period the condition for bad document is not met once then this period is reset" type="uint" default="60">60</bad_behavior_period_secs>
            <idle_time_secs desc="Minimum idle time for a document to be candidate for bad state" type="uint" default="300">300</idle_time_secs>
            <limit_dirty_mem_mb desc="Minimum memory usage for a document to be candidate for bad state" type="uint" default="3072">3072</limit_dirty_mem_mb>
            <limit_cpu_per desc="Minimum CPU usage for a document to be candidate for bad state" type="uint" default="85">85</limit_cpu_per>
            <lost_kit_grace_period_secs desc="The minimum grace period for a lost kit process (not referenced by coolwsd) to resolve its lost status before it is terminated. To disable the cleanup of lost kits use value 0" default="120">120</lost_kit_grace_period_secs>
        </cleanup>
    </per_document>

    <per_view desc="View-specific settings.">
        <group_download_as desc="If set to true, groups download as icons into a dropdown for the notebookbar view." type="bool" default="true">true</group_download_as>
        <out_of_focus_timeout_secs desc="The maximum number of seconds before dimming and stopping updates when the browser tab is no longer in focus. Defaults to 120 seconds." type="uint" default="120">120</out_of_focus_timeout_secs>
        <idle_timeout_secs desc="The maximum number of seconds before dimming and stopping updates when the user is no longer active (even if the browser is in focus). Defaults to 15 minutes." type="uint" default="900">900</idle_timeout_secs>
    </per_view>

    <ver_suffix desc="Appended to etags to allow easy refresh of changed files during development" type="string" default=""></ver_suffix>

    <logging>
        <color type="bool">true</color>
        <!--
             Note to developers: When you do "make run", the logging.level will be set on the
             coolwsd command line, so if you want to change it for your testing, do it in
             Makefile.am, not here.
        -->
        <level type="string" desc="Can be 0-8 (with the lowest numbers being the least verbose), or none (turns off logging), fatal, critical, error, warning, notice, information, debug, trace" default="warning">warning</level>
        <level_startup type="string" desc="As for level - but for the initial startup phase which is most problematic, logging reverts to level configured above when startup is complete" default="trace">trace</level_startup>
        <most_verbose_level_settable_from_client type="string" desc="A loggingleveloverride message from the client can not set a more verbose log level than this" default="notice">notice</most_verbose_level_settable_from_client>
        <least_verbose_level_settable_from_client type="string" desc="A loggingleveloverride message from a client can not set a less verbose log level than this" default="fatal">fatal</least_verbose_level_settable_from_client>
        <protocol type="bool" desc="Enable minimal client-site JS protocol logging from the start">false</protocol>
        <!-- lokit_sal_log example: Log WebDAV-related messages, that is interesting for debugging Insert - Image operation: "+TIMESTAMP+INFO.ucb.ucp.webdav+WARN.ucb.ucp.webdav"
             See also: https://docs.libreoffice.org/sal/html/sal_log.html -->
        <lokit_sal_log type="string" desc="Fine tune log messages from LOKit. Default is to suppress log messages from LOKit." default="-INFO-WARN">-INFO-WARN</lokit_sal_log>
        <file enable="false">
            <!-- If you use other path than /var/log and you run coolwsd from systemd, make sure that you enable that path in coolwsd.service (ReadWritePaths). -->
            <property name="path" desc="Log file path.">/var/log/coolwsd.log</property>
            <property name="rotation" desc="Log file rotation strategy. See Poco FileChannel.">never</property>
            <property name="archive" desc="Append either timestamp or number to the archived log filename.">timestamp</property>
            <property name="compress" desc="Enable/disable log file compression.">true</property>
            <property name="purgeAge" desc="The maximum age of log files to preserve. See Poco FileChannel.">10 days</property>
            <property name="purgeCount" desc="The maximum number of log archives to preserve. Use 'none' to disable purging. See Poco FileChannel.">10</property>
            <property name="rotateOnOpen" desc="Enable/disable log file rotation on opening.">true</property>
            <property name="flush" desc="Enable/disable flushing after logging each line. May harm performance. Note that without flushing after each line, the log lines from the different processes will not appear in chronological order.">false</property>
        </file>
        <anonymize>
            <anonymize_user_data type="bool" desc="Enable to anonymize/obfuscate of user-data in logs. If default is true, it was forced at compile-time and cannot be disabled." default="false">false</anonymize_user_data>
            <anonymization_salt type="uint" desc="The salt used to anonymize/obfuscate user-data in logs. Use a secret 64-bit random number." default="82589933">82589933</anonymization_salt>
        </anonymize>
        <docstats type="bool" desc="Enable to see document handling information in logs." default="false">false</docstats>
        <userstats desc="Enable user stats. i.e: logs the details of a file and user" type="bool" default="false">false</userstats>
    </logging>

    <!--
         Note to developers: When you do "make run", the trace_event[@enable] will be set on the
         coolwsd command line, so if you want to change it for your testing, do it in Makefile.am,
         not here.
    -->
    <trace_event desc="The possibility to turn on generation of a Chrome Trace Event file" enable="false">
        <path desc="Output path for the Trace Event file, to which they will be written if turned on at run-time" type="string" default="/var/log/coolwsd.trace.json">/var/log/coolwsd.trace.json</path>
    </trace_event>

    <browser_logging desc="Logging in the browser console" default="false">false</browser_logging>

    <trace desc="Dump commands and notifications for replay. When 'snapshot' is true, the source file is copied to the path first." enable="false">
        <path desc="Output path to hold trace file and docs. Use '%' for timestamp to avoid overwriting. For example: /some/path/to/cooltrace-%.gz" compress="true" snapshot="false"></path>
        <filter>
            <message desc="Regex pattern of messages to exclude"></message>
        </filter>
        <outgoing>
            <record desc="Whether or not to record outgoing messages" default="false">false</record>
        </outgoing>
    </trace>

    <net desc="Network settings">
      <!-- On systems where localhost resolves to IPv6 [::1] address first, when net.proto is all and net.listen is loopback, coolwsd unexpectedly listens on [::1] only.
           You need to change net.proto to IPv4, if you want to use 127.0.0.1. -->
      <proto type="string" default="all" desc="Protocol to use IPv4, IPv6 or all for both">All</proto>
      <listen type="string" default="any" desc="Listen address that coolwsd binds to. Can be 'any' or 'loopback'.">any</listen>
      <!-- this allows you to shift all of our URLs into a sub-path from
           https://my.com/browser/a123... to https://my.com/my/sub/path/browser/a123... -->
      <service_root type="path" default="" desc="Prefix all the pages, websockets, etc. with this path."></service_root>
      <post_allow desc="Allow/deny client IP address for POST(REST)." allow="true">
        <host desc="The IPv4 private 192.168 block as plain IPv4 dotted decimal addresses.">192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:192\.168\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="The IPv4 loopback (localhost) address.">127\.0\.0\.1</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 address">::ffff:127\.0\.0\.1</host>
        <host desc="The IPv6 loopback (localhost) address.">::1</host>
        <host desc="The IPv4 private 172.16.0.0/12 subnet part 1.">172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="The IPv4 private 172.16.0.0/12 subnet part 2.">172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="The IPv4 private 172.16.0.0/12 subnet part 3.">172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="The IPv4 private 10.0.0.0/8 subnet (Podman).">10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
        <host desc="Ditto, but as IPv4-mapped IPv6 addresses">::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}</host>
      </post_allow>
      <frame_ancestors desc="Specify who is allowed to embed the Collabora Online iframe (coolwsd and WOPI host are always allowed). Separate multiple hosts by space."></frame_ancestors>
      <connection_timeout_secs desc="Specifies the connection, send, recv timeout in seconds for connections initiated by coolwsd (such as WOPI connections)." type="int" default="30"></connection_timeout_secs>

      <!-- this setting radically changes how online works, it should not be used in a production environment -->
      <proxy_prefix type="bool" default="false" desc="Enable a ProxyPrefix to be passed int through which to redirect requests"></proxy_prefix>
    </net>

    <ssl desc="SSL settings">
        <!-- switches from https:// + wss:// to http:// + ws:// -->
        <enable type="bool" desc="Controls whether SSL encryption between coolwsd and the network is enabled (do not disable for production deployment). If default is false, must first be compiled with SSL support to enable." default="true">true</enable>
        <!-- SSL off-load can be done in a proxy, if so disable SSL, and enable termination below in production -->
        <termination desc="Connection via proxy where coolwsd acts as working via https, but actually uses http." type="bool" default="true">false</termination>
        <cert_file_path desc="Path to the cert file" relative="false">/etc/coolwsd/cert.pem</cert_file_path>
        <key_file_path desc="Path to the key file" relative="false">/etc/coolwsd/key.pem</key_file_path>
        <ca_file_path desc="Path to the ca file" relative="false">/etc/coolwsd/ca-chain.cert.pem</ca_file_path>
        <cipher_list desc="List of OpenSSL ciphers to accept" default="ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH"></cipher_list>
        <hpkp desc="Enable HTTP Public key pinning" enable="false" report_only="false">
            <max_age desc="HPKP's max-age directive - time in seconds browser should remember the pins" enable="true">1000</max_age>
            <report_uri desc="HPKP's report-uri directive - pin validation failure are reported at this URL" enable="false"></report_uri>
            <pins desc="Base64 encoded SPKI fingerprints of keys to be pinned">
            <pin></pin>
            </pins>
        </hpkp>
        <sts desc="Strict-Transport-Security settings, per rfc6797. Subdomains are always included.">
            <enabled desc="Whether or not Strict-Transport-Security is enabled. Enable only when ready for production. Cannot be disabled without resetting the browsers." type="bool" default="false">false</enabled>
            <max_age desc="Strict-Transport-Security max-age directive, in seconds. 0 is allowed; please see rfc6797 for details. Defaults to 1 year." type="int" default="31536000">31536000</max_age>
        </sts>
    </ssl>

    <security desc="Altering these defaults potentially opens you to significant risk">
      <seccomp desc="Should we use the seccomp system call filtering." type="bool" default="true">true</seccomp>
      <capabilities desc="Should we require capabilities to isolate processes into chroot jails" type="bool" default="true">true</capabilities>
      <jwt_expiry_secs desc="Time in seconds before the Admin Console's JWT token expires" type="int" default="1800">1800</jwt_expiry_secs>
      <enable_macros_execution desc="Specifies whether the macro execution is enabled in general. This will enable Basic and Python scripts to execute both installed and from documents. If it is set to false, the macro_security_level is ignored. If it is set to true, the mentioned entry specified the level of macro security." type="bool" default="false">false</enable_macros_execution>
      <macro_security_level desc="Level of Macro security. 1 (Medium) Confirmation required before executing macros from untrusted sources. 0 (Low, not recommended) All macros will be executed without confirmation." type="int" default="1">1</macro_security_level>
      <enable_metrics_unauthenticated desc="When enabled, the /cool/getMetrics endpoint will not require authentication." type="bool" default="false">false</enable_metrics_unauthenticated>
    </security>

    <certificates>
      <database_path type="string" desc="Path to the NSS certificates that are used for signing documents" default=""></database_path>
    </certificates>

    <watermark>
      <opacity desc="Opacity of on-screen watermark from 0.0 to 1.0" type="double" default="0.2"></opacity>
      <text desc="Watermark text to be displayed on the document if entered" type="string"></text>
    </watermark>

    <user_interface>
      <mode type="string" desc="Controls the user interface style. The 'default' means: Take the value from ui_defaults, or decide for one of compact or tabbed (default|compact|tabbed)" default="default">default</mode>
      <use_integration_theme desc="Use theme from the integrator" type="bool" default="true">true</use_integration_theme>
    </user_interface>

    <storage desc="Backend storage">
        <filesystem allow="false" />
        <wopi desc="Allow/deny wopi storage." allow="true">
            <max_file_size desc="Maximum document size in bytes to load. 0 for unlimited." type="uint">0</max_file_size>
            <locking desc="Locking settings">
                <refresh desc="How frequently we should re-acquire a lock with the storage server, in seconds (default 15 mins) or 0 for no refresh" type="int" default="900">900</refresh>
            </locking>

            <alias_groups desc="default mode is 'first' it allows only the first host when groups are not defined. set mode to 'groups' and define group to allow multiple host and its aliases" mode="first">
            <!-- If you need to use multiple wopi hosts, please change the mode to "groups" and
                    add the hosts below.  If one host is accessible under multiple ip addresses
                    or names, add them as aliases. -->
            <!--<group>
                    <host desc="hostname to allow or deny." allow="true">scheme://hostname:port</host>
                    <alias desc="regex pattern of aliasname">scheme://aliasname1:port</alias>
                    <alias desc="regex pattern of aliasname">scheme://aliasname2:port</alias>

            </group>-->
            <!-- More "group"s possible here -->
            </alias_groups>

        </wopi>
        <ssl desc="SSL settings">
            <as_scheme type="bool" default="true" desc="When set we exclusively use the WOPI URI's scheme to enable SSL for storage">true</as_scheme>
            <enable type="bool" desc="If as_scheme is false or not set, this can be set to force SSL encryption between storage and coolwsd. When empty this defaults to following the ssl.enable setting"></enable>
            <cert_file_path desc="Path to the cert file" relative="false"></cert_file_path>
            <key_file_path desc="Path to the key file" relative="false"></key_file_path>
            <ca_file_path desc="Path to the ca file. If this is not empty, then SSL verification will be strict, otherwise cert of storage (WOPI-like host) will not be verified." relative="false"></ca_file_path>
            <cipher_list desc="List of OpenSSL ciphers to accept. If empty the defaults are used. These can be overridden only if absolutely needed."></cipher_list>
        </ssl>
    </storage>

    <tile_cache_persistent desc="Should the tiles persist between two editing sessions of the given document?" type="bool" default="true">true</tile_cache_persistent>

    <admin_console desc="Web admin console settings.">
        <enable desc="Enable the admin console functionality" type="bool" default="true">true</enable>
        <enable_pam desc="Enable admin user authentication with PAM" type="bool" default="false">false</enable_pam>
        <username desc="The username of the admin console. Ignored if PAM is enabled.">admino</username>
        <password desc="The password of the admin console. Deprecated on most platforms. Instead, use PAM or coolconfig to set up a secure password.">xxxxxxxxxxxxxx</password>
    </admin_console>

    <monitors desc="Addresses of servers we connect to on start for monitoring">
    </monitors>

    <quarantine_files desc="Files are stored here to be examined later in cases of crashes or similar situation." default="false" enable="false">
        <limit_dir_size_mb desc="Maximum directory size. On exceeding the specified limit, older files will be deleted." default="250" type="uint"></limit_dir_size_mb>
        <max_versions_to_maintain desc="How many versions of the same file to keep." default="2" type="uint"></max_versions_to_maintain>
        <path desc="Path to directory under which quarantined files will be stored" type="path" relative="true" default="quarantine"></path>
        <expiry_min desc="Time in mins after quarantined files will be deleted." type="int" default="30"></expiry_min>
    </quarantine_files>

    <remote_config>
        <remote_url desc="remote server to which you will send resquest to get remote config in response" type="string" default=""></remote_url>
    </remote_config>

    <remote_font_config>
        <url desc="URL of optional JSON file that lists fonts to be included in Online" type="string" default=""></url>
    </remote_font_config>

    <home_mode>
        <enable desc="Enable more configuration options for home users" type="bool" default="false">false</enable>
    </home_mode>

    <fonts_missing>
        <handling desc="How to handle fonts mising in a document: 'report', 'log', 'both', or 'ignore'" type="string" default="log">log</handling>
    </fonts_missing>

    <indirection_endpoint>
        <url desc="URL endpoint to server which servers routeToken in json format" default=""></url>
    </indirection_endpoint>

    <zotero dec="Zotero plugin configuration. For more details about Zotero visit https://www.zotero.org/">
        <enable dec="Enable Zotero plugin." type="bool" default="true">true</enable>
    </zotero>

</config>

Systemd service

[Unit]
Description=Collabora Online WebSocket Daemon
After=network.target

[Service]
EnvironmentFile=-/etc/sysconfig/coolwsd
ExecStart=/usr/bin/coolwsd --version --o:sys_template_path=/opt/cool/systemplate --o:child_root_path=/opt/cool/child-roots --o:file_server_root_path=/usr/share/coolwsd
KillSignal=SIGINT
TimeoutStopSec=120
User=cool
KillMode=mixed
Restart=always
LimitNOFILE=infinity:infinity

ProtectSystem=strict
ReadWritePaths=/opt/cool /var/log

ProtectHome=yes
PrivateTmp=yes
ProtectControlGroups=yes
CapabilityBoundingSet=CAP_FOWNER CAP_CHOWN CAP_SYS_CHROOT CAP_SYS_ADMIN

[Install]
WantedBy=multi-user.target
tunloop commented 2 hours ago

Complete Log on startup

wsd-667125-667125 2024-09-30 10:34:32.426745 -0700 [ coolwsd ] INF  Initializing wsd. Local time: Mon 2024-09-30 10:34:32 -0700. Log level is [8]| common/Log.cpp:654
wsd-667125-667125 2024-09-30 10:34:32.426769 -0700 [ coolwsd ] INF  Setting log-level to [trace] and delaying setting to [warning] until after WSD initialization.| wsd/COOLWSD.cpp:2338
wsd-667125-667125 2024-09-30 10:34:32.426778 -0700 [ coolwsd ] INF  Initializing coolwsd server [cloud.mydomain.com:443]. Experimental features are enabled.| wsd/COOLWSD.cpp:2349
wsd-667125-667125 2024-09-30 10:34:32.426794 -0700 [ coolwsd ] INF  Anonymization of user-data is configurable.| wsd/COOLWSD.cpp:2422
wsd-667125-667125 2024-09-30 10:34:32.426808 -0700 [ coolwsd ] INF  Anonymization of user-data is disabled.| wsd/COOLWSD.cpp:2469
wsd-667125-667125 2024-09-30 10:34:32.426832 -0700 [ coolwsd ] INF  SSL support: SSL is enabled.| wsd/COOLWSD.cpp:2519
wsd-667125-667125 2024-09-30 10:34:32.426833 -0700 [ coolwsd ] INF  SSL support: termination is disabled.| wsd/COOLWSD.cpp:2520
wsd-667125-667125 2024-09-30 10:34:32.426839 -0700 [ coolwsd ] DBG  Setting envar PDFIMPORT_RESOLUTION_DPI=96 per config per_document.pdf_resolution_dpi| wsd/COOLWSD.cpp:2545
wsd-667125-667125 2024-09-30 10:34:32.426850 -0700 [ coolwsd ] INF  Creating childroot: /opt/cool/child-roots/667125-74b5fb45/| wsd/COOLWSD.cpp:2586
wsd-667125-667125 2024-09-30 10:34:32.427466 -0700 [ coolwsd ] DBG  Move into user namespace as uid 0| wsd/COOLWSD.cpp:1968
wsd-667125-667125 2024-09-30 10:34:32.427601 -0700 [ coolwsd ] ERR  enterMountingNS, unshare failed: Operation not permitted| common/JailUtil.cpp:69
wsd-667125-667125 2024-09-30 10:34:32.427640 -0700 [ coolwsd ] ERR  creating usernamespace for mount user failed.| wsd/COOLWSD.cpp:1972
sh: 1: /usr/bin/coolmount: not found
sh: 1: /usr/bin/coolmount: not found
wsd-667125-667125 2024-09-30 10:34:32.426745 -0700 [ coolwsd ] INF  Initializing wsd. Local time: Mon 2024-09-30 10:34:32 -0700. Log level is [8]| common/Log.cpp:654
wsd-667125-667125 2024-09-30 10:34:32.426769 -0700 [ coolwsd ] INF  Setting log-level to [trace] and delaying setting to [warning] until after WSD initialization.| wsd/COOLWSD.cpp:2338
wsd-667125-667125 2024-09-30 10:34:32.426778 -0700 [ coolwsd ] INF  Initializing coolwsd server [cloud.mydomain.com:443]. Experimental features are enabled.| wsd/COOLWSD.cpp:2349
wsd-667125-667125 2024-09-30 10:34:32.426794 -0700 [ coolwsd ] INF  Anonymization of user-data is configurable.| wsd/COOLWSD.cpp:2422
wsd-667125-667125 2024-09-30 10:34:32.426808 -0700 [ coolwsd ] INF  Anonymization of user-data is disabled.| wsd/COOLWSD.cpp:2469
wsd-667125-667125 2024-09-30 10:34:32.426832 -0700 [ coolwsd ] INF  SSL support: SSL is enabled.| wsd/COOLWSD.cpp:2519
wsd-667125-667125 2024-09-30 10:34:32.426833 -0700 [ coolwsd ] INF  SSL support: termination is disabled.| wsd/COOLWSD.cpp:2520
wsd-667125-667125 2024-09-30 10:34:32.426839 -0700 [ coolwsd ] DBG  Setting envar PDFIMPORT_RESOLUTION_DPI=96 per config per_document.pdf_resolution_dpi| wsd/COOLWSD.cpp:2545
wsd-667125-667125 2024-09-30 10:34:32.426850 -0700 [ coolwsd ] INF  Creating childroot: /opt/cool/child-roots/667125-74b5fb45/| wsd/COOLWSD.cpp:2586
wsd-667125-667125 2024-09-30 10:34:32.429481 -0700 [ coolwsd ] DBG  setupChildRoot status: 0| wsd/COOLWSD.cpp:2010
wsd-667125-667125 2024-09-30 10:34:32.429499 -0700 [ coolwsd ] INF  Using Bind Mounting: false| wsd/COOLWSD.cpp:2012
wsd-667125-667125 2024-09-30 10:34:32.429504 -0700 [ coolwsd ] INF  Using Mount Namespaces: false| wsd/COOLWSD.cpp:2014
wsd-667125-667125 2024-09-30 10:34:32.429507 -0700 [ coolwsd ] DBG  FileServerRoot before config: | wsd/COOLWSD.cpp:2651
wsd-667125-667125 2024-09-30 10:34:32.429518 -0700 [ coolwsd ] DBG  FileServerRoot after config: /usr/share/coolwsd| wsd/COOLWSD.cpp:2653
wsd-667125-667125 2024-09-30 10:34:32.429527 -0700 [ coolwsd ] INF  Quarantine is disabled in config| wsd/COOLWSD.cpp:2697
wsd-667125-667125 2024-09-30 10:34:32.429531 -0700 [ coolwsd ] INF  NumPreSpawnedChildren set to 2.| wsd/COOLWSD.cpp:2706
wsd-667125-667125 2024-09-30 10:34:32.429538 -0700 [ coolwsd ] INF  Registering filesystem for space checks: [/opt/cool/child-roots/667125-74b5fb45/.]| common/FileUtil.cpp:474
wsd-667125-667125 2024-09-30 10:34:32.429572 -0700 [ coolwsd ] INF  MAX_CONCURRENCY set to 4.| wsd/COOLWSD.cpp:2730
wsd-667125-667125 2024-09-30 10:34:32.429575 -0700 [ coolwsd ] INF  DISABLE_REDLINE set| wsd/COOLWSD.cpp:2751
wsd-667125-667125 2024-09-30 10:34:32.429623 -0700 [ coolwsd ] INF  Maximum file descriptor supported by the system: 1023| wsd/COOLWSD.cpp:2878
wsd-667125-667125 2024-09-30 10:34:32.429624 -0700 [ coolwsd ] INF  Maximum number of open documents supported by the system: 248| wsd/COOLWSD.cpp:2881
wsd-667125-667125 2024-09-30 10:34:32.429626 -0700 [ coolwsd ] INF  Maximum concurrent open Documents limit: 1000000| wsd/COOLWSD.cpp:2884
wsd-667125-667125 2024-09-30 10:34:32.429627 -0700 [ coolwsd ] INF  Maximum concurrent client Connections limit: 1000000| wsd/COOLWSD.cpp:2885
wsd-667125-667125 2024-09-30 10:34:32.429637 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [192\.168\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429641 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:192\.168\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429644 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [127\.0\.0\.1]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429647 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:127\.0\.0\.1]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429664 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::1]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429667 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429670 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:172\.1[6789]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429673 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429676 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:172\.2[0-9]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429680 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429683 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:172\.3[01]\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429686 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.429688 -0700 [ coolwsd ] INF  Adding trusted LOK_ALLOW host: [::ffff:10\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}]| wsd/COOLWSD.cpp:260
wsd-667125-667125 2024-09-30 10:34:32.430794 -0700 [ coolwsd ] TRC  Initialize FileServerRequestHandler| wsd/COOLWSD.cpp:2947
wsd-667125-667125 2024-09-30 10:34:32.430800 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.430820 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/admin]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.431261 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/admin/font]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.439169 -0700 [ coolwsd ] TRC  Pre-read 2 file(s) from directory: /usr/share/coolwsd/browser/dist/admin/font: Montserrat-Regular.ttf OFL.txt | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.439179 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/admin/css]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.441738 -0700 [ coolwsd ] TRC  Pre-read 1 file(s) from directory: /usr/share/coolwsd/browser/dist/admin/css: bulma.min.css | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.441880 -0700 [ coolwsd ] TRC  Pre-read 10 file(s) from directory: /usr/share/coolwsd/browser/dist/admin: admin.html adminSettings.html adminClusterOverviewAbout.html adminLog.html adminClusterBody.html admintemplate.html adminHistory.html adminAnalytics.html adminClusterOverview.html adminBody.html | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.441884 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/welcome]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.444562 -0700 [ coolwsd ] TRC  Pre-read 8 file(s) from directory: /usr/share/coolwsd/browser/dist/welcome: slide1-center.png slide3.png welcome.css slide1-left.png slide2.png welcome.js welcome.html slide1-right.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.456799 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/l10n]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.466961 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/l10n/uno]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.522410 -0700 [ coolwsd ] TRC  Pre-read 129 file(s) from directory: /usr/share/coolwsd/browser/dist/l10n/uno: ur.json et.json ja.json en-GB.json kab.json lv.json be.json tg.json sk.json km.json he.json or.json gu.json mn.json am.json ckb.json pt.json is.json ca-valencia.json ug.json brx.json br.json nso.json pa-IN.json ts.json rw.json lo.json de-override.json kk.json ast.json om.json id.json an.json hu.json as.json te.json nn.json kok.json mk.json az.json oc.json sl.json bo.json ve.json pl.json kmr-Latn.json ko.json ab.json vi.json fr.json nb.json ru.json ga.json en-ZA.json jv.json sr-Latn.json tr.json uk.json bn.json mai.json ro.json nl.json bs.json sa-IN.json fi.json sr.json sv.json sw-TZ.json xh.json es.json vec.json ta.json nr.json lb.json cy.json bn-IN.json sd.json gd.json dgo.json bg.json st.json gl.json fur.json ar.json th.json pt-BR.json ca.json si.json cs.json ss.json gug.json hr.json ks.json hi.json fy.json kl.json tn.json zu.json da.json szl.json eo.json es-override.json eu.json dz.json mr.json sid.json tt.json ti.json my.json dsb.json mni.json ml.json zh-TW.json ka.json af.json fa.json sah.json el.json zh-CN.json uz.json ne.json kn.json ky.json lt.json hsb.json sq.json sat.json de.json it.json | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.565045 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/l10n/locore]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.632293 -0700 [ coolwsd ] TRC  Pre-read 126 file(s) from directory: /usr/share/coolwsd/browser/dist/l10n/locore: ur.json et.json ja.json en-GB.json kab.json lv.json be.json tg.json sk.json km.json he.json or.json gu.json mn.json am.json pt.json is.json ca-valencia.json ug.json brx.json br.json nso.json pa-IN.json ts.json rw.json lo.json kk.json ast.json om.json id.json an.json hu.json as.json te.json nn.json kok.json mk.json az.json oc.json sl.json bo.json ve.json pl.json kmr-Latn.json ko.json ab.json vi.json fr.json nb.json ru.json ga.json en-ZA.json jv.json sr-Latn.json tr.json uk.json bn.json mai.json ro.json nl.json bs.json sa-IN.json fi.json sr.json sv.json sw-TZ.json xh.json es.json vec.json ta.json nr.json lb.json cy.json bn-IN.json sd.json gd.json dgo.json bg.json st.json gl.json ar.json th.json pt-BR.json ca.json hu-Hung.json si.json cs.json ss.json gug.json hr.json ks.json hi.json fy.json kl.json tn.json zu.json da.json szl.json eo.json eu.json dz.json mr.json sid.json tt.json ti.json my.json dsb.json mni.json ml.json zh-TW.json ka.json af.json fa.json sah.json el.json zh-CN.json uz.json ne.json kn.json ky.json lt.json hsb.json sq.json sat.json de.json it.json | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.636474 -0700 [ coolwsd ] TRC  Pre-read 258 file(s) from directory: /usr/share/coolwsd/browser/dist/l10n: descriptions-es.json ui-zh_CN.json help-cy.json descriptions-bg.json help-pa_IN.json descriptions-pt_BR.json help-uz.json descriptions-si.json uno-localizations-override.json help-lv.json help-nb.json localizations.json ui-gl.json help-ml.json ui-dsb.json help-he.json ui-pl.json ui-gug.json help-localizations.json help-kk.json ui-pa_IN.json ui-ar.json descriptions-bs.json descriptions-ca@valencia.json descriptions-gl.json help-kab.json help-fa.json ui-ne.json help-dsb.json ui-ru.json ui-nb.json ui-ta.json ui-jv.json ui-eo.json descriptions-gd.json help-fi.json descriptions-fy.json ui-be_Latn.json descriptions-dsb.json ui-it.json descriptions-uk.json ui-lt.json descriptions-fa.json ui-be.json descriptions-mn.json descriptions-en_NZ.json help-ta.json help-ru.json help-cs.json descriptions-ja.json help-pt.json help-si.json ui-pt_BR.json descriptions-ast.json ui-or.json descriptions-hr.json descriptions-hsb.json descriptions-en_GB.json help-ast.json descriptions-sk.json descriptions-hu.json help-en_GB.json ui-vi.json descriptions-da.json descriptions-ca.json ui-th.json help-fr.json descriptions-kk.json ui-bar.json ui-id.json ui-tr.json help-kn.json descriptions-vi.json help-ro.json ui-lv.json help-vi.json locore-localizations.json ui-fa.json ui-he.json descriptions-fr.json help-sk.json ui-af.json descriptions-cs.json help-eo.json help-ar.json help-mn.json ui-es.json ui-en_ZA.json descriptions-it.json help-ne.json descriptions-ta.json help-or.json ui-en_GB.json help-de.json ui-et.json help-es.json help-en_AU.json descriptions-or.json ui-uk.json help-nn.json ui-hsb.json descriptions-sq.json descriptions-eu.json descriptions-de.json descriptions-lo.json ui-da.json help-gug.json ui-hu.json help-zh_TW.json help-ady.json descriptions-zh_Hant.json descriptions-el.json ui-ab.json ui-ro.json descriptions-be.json ui-ia.json descriptions-eo.json descriptions-sv.json Makefile.in descriptions-ko.json help-am.json help-sl.json help-zh_CN.json help-ab.json ui-hr.json ui-eu.json ui-bs.json uno-localizations.json descriptions-ga.json descriptions-am.json descriptions-zh_Hans.json ui-en_NZ.json descriptions-ab.json descriptions-fi.json descriptions-ru.json ui-ast.json descriptions-jv.json ui-sv.json descriptions-uz.json descriptions-sl.json help-sv.json ui-de.json descriptions-kab.json ui-nn.json descriptions-lt.json descriptions-af.json descriptions-et.json ui-bg.json help-sq.json descriptions-is.json descriptions-en_AU.json ui-zh_TW.json ui-uz.json help-fy.json ui-kk.json ui-fr.json help-id.json ui-an.json help-pl.json ui-ga.json descriptions-an.json ui-ug.json ui-br.json help-nl.json descriptions-ug.json help-gd.json ui-hi.json descriptions-ml.json help-tg.json descriptions-th.json help-ca-valencia.json ui-sk.json help-hr.json help-brx.json ui-ml.json help-eu.json descriptions-pt.json ui-oc.json ui-cs.json descriptions-kn.json ui-el.json ui-ja.json descriptions-pa.json descriptions-cy.json descriptions-ro.json descriptions-bn.json descriptions-nb_NO.json help-oc.json ui-vec.json help-el.json admin-localizations.json descriptions-hi.json help-ko.json help-ga.json ui-si.json help-jv.json descriptions-br.json help-bs.json help-af.json ui-en_AU.json ui-gd.json descriptions-ar.json ui-sl.json ui-ca-valencia.json descriptions-be_Latn.json help-be_Latn.json ui-cy.json help-pt_BR.json descriptions-pl.json help-vec.json descriptions-gug.json ui-is.json descriptions-lv.json ui-pt.json ui-nl.json descriptions-ne.json ui-lo.json help-is.json descriptions-brx.json help-tr.json descriptions-nl.json descriptions-vec.json help-hsb.json help-en_NZ.json help-hi.json descriptions-nn.json help-da.json help-lt.json ui-bn.json help-hu.json help-gl.json help-ja.json help-ca.json Makefile.am help-bg.json help-ug.json descriptions-tg.json ui-ca.json help-it.json descriptions-he.json ui-fi.json descriptions-bar.json help-uk.json descriptions-en_ZA.json ui-am.json help-ia.json help-br.json descriptions-oc.json help-be.json descriptions-tr.json ui-fy.json help-et.json ui-sq.json ui-ko.json help-bn.json ui-kab.json help-en_ZA.json descriptions-id.json | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.643714 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.648335 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/cursors]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.648407 -0700 [ coolwsd ] TRC  Pre-read 2 file(s) from directory: /usr/share/coolwsd/browser/dist/images/cursors: fill.png fill.cur | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.662687 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.662706 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/es]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.678523 -0700 [ coolwsd ] TRC  Pre-read 28 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/es: special-character.png inactive-document.png conditional-formatting.png manage-changes-filter.png auto-filter.png data-validation.png format-cells.png thesaurus.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png track-changes-comment.png page-style.png slide-layouts.png outlining.png insert-table.png information-bar.png status-bar.png word-count.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.678535 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/pt-BR]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.693389 -0700 [ coolwsd ] TRC  Pre-read 25 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/pt-BR: special-character.png inactive-document.png conditional-formatting.png manage-changes-filter.png auto-filter.png data-validation.png format-cells.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png track-changes-comment.png page-style.png slide-layouts.png outlining.png status-bar.png word-count.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.693400 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/de]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.706670 -0700 [ coolwsd ] TRC  Pre-read 28 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/de: special-character.png inactive-document.png conditional-formatting.png manage-changes-filter.png data-validation.png format-cells.png thesaurus.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png track-changes-comment.png page-style.png slide-layouts.png outlining.png insert-table.png information-bar.png status-bar.png word-count.png autofilter.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.706680 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/fr]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.722140 -0700 [ coolwsd ] TRC  Pre-read 28 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/fr: special-character.png inactive-document.png conditional-formatting.png manage-changes-filter.png auto-filter.png data-validation.png format-cells.png thesaurus.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png track-changes-comment.png page-style.png slide-layouts.png outlining.png insert-table.png information-bar.png status-bar.png word-count.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.722153 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/it]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.739226 -0700 [ coolwsd ] TRC  Pre-read 28 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/it: special-character.png inactive-document.png track-changes.png conditional-formatting.png manage-changes-filter.png auto-filter.png data-validation.png format-cells.png thesaurus.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png page-style.png slide-layouts.png outlining.png insert-table.png information-bar.png status-bar.png word-count.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.739236 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/help/en]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.751573 -0700 [ coolwsd ] TRC  Pre-read 28 file(s) from directory: /usr/share/coolwsd/browser/dist/images/help/en: special-character.png inactive-document.png conditional-formatting.png manage-changes-filter.png data-validation.png format-cells.png thesaurus.png cell-comment.png red-wavy-underline.png chart-wizard.png selection-list.png area-dialog.png manage-changes.png formula-bar.png comment.png text-import.png repair-document.png track-changes-comment.png page-style.png slide-layouts.png outlining.png insert-table.png information-bar.png status-bar.png word-count.png autofilter.png paragraph-dialog.png chart.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.756819 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/jquery-ui-lightness]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.757774 -0700 [ coolwsd ] TRC  Pre-read 13 file(s) from directory: /usr/share/coolwsd/browser/dist/images/jquery-ui-lightness: ui-icons_ef8c08_256x240.png ui-bg_highlight-soft_100_eeeeee_1x100.png ui-bg_diagonals-thick_18_b81900_40x40.png ui-bg_gloss-wave_35_f6a828_500x100.png ui-icons_ffd27a_256x240.png ui-icons_ffffff_256x240.png ui-icons_228ef1_256x240.png ui-bg_highlight-soft_75_ffe45c_1x100.png ui-icons_222222_256x240.png ui-bg_glass_100_fdf5ce_1x400.png ui-bg_glass_100_f6f6f6_1x400.png ui-bg_diagonals-thick_20_666666_40x40.png ui-bg_glass_65_ffffff_1x400.png | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.765341 -0700 [ coolwsd ] DBG  Caching files in [/usr/share/coolwsd/browser/dist/images/dark]| wsd/FileServer.cpp:789
wsd-667125-667125 2024-09-30 10:34:32.796151 -0700 [ coolwsd ] TRC  Pre-read 795 file(s) from directory: /usr/share/coolwsd/browser/dist/images/dark: lc_charmapcontrol.svg lc_alignverticalcenter.svg lc_duplicatepage.svg lc_fontdialog.svg lc_symbolshapes.moon.svg lc_overline.svg lc_optimizetable.svg lc_cancelformula.svg lc_fullscreen-presentation-toolbar-mobile.svg lc_rightpara.svg lc_feedback.svg lc_linenumberingdialog.svg lc_datafilterspecialfilter.svg lc_radiobutton.svg lc_orientation.svg lc_sidebartextpanel.svg lc_autosummenu.svg lc_controlcodes.svg lc_editstyle.svg lc_linespacing.svg lc_alignmentpropertypanel.svg sc_wraptext.svg lc_collapsenotebookbar.svg lc_inserthyperlink.svg lc_showstatusbar.svg lc_datafilterremovefilter.svg lc_downsearch.svg lc_basicshapes.circle.svg lc_distributerows.svg lc_rect_unfilled.svg lc_basicshapes.ring.svg lc_basicshapes.cross.svg lc_formatbulletsmenu.svg lc_formularesfapopen.svg lc_starshapes.star8.svg lc_starshapes.horizontal-scroll.svg lc_setanchortocellresize.svg lc_delbreakmenu.svg fr012.svg lc_numberformatscientific.svg lc_flowchartshapes.flowchart-internal-storage.svg lc_dbquerypropertiesdialog.svg lc_arrowshapes.up-right-arrow.svg lc_setparagraphlanguagemenu.svg lc_calloutshapes.rectangular-callout.svg lc_flowchartshapes.svg lc_arrowshapes.svg lc_saveas.svg lc_fontworkshapetype.fontwork-fade-down.svg lc_xlinecolor.svg lc_accepttrackedchanges.svg lc_acceptalltrackedchanges.svg lc_outlinedown.svg lc_downloadas-xls.svg lc_sdresole.svg lc_insertsection.svg lc_searchdialog.svg lc_cellvertcenter.svg lc_verticalpos.svg lc_wrapthroughtransparencytoggle.svg lc_flowchartshapes.flowchart-sort.svg lc_styleapply3fstyle3astring3ddefault26familyname3astring3dcellstyles.svg lc_updatecurindex.svg lc_incrementindent.svg lc_symbolshapes.octagon-bevel.svg lc_swresnc20012.svg lc_insertgraphic.svg lc_symbolshapes.left-bracket.svg lc_arrowshapes.up-down-arrow.svg lc_scalignmentpropertypanel.svg lc_watermark.svg lc_downloadas-doc.svg lc_hide.svg lc_showruler.svg lc_gallery.svg lc_basicshapes.pentagon.svg lc_charspacing.svg lc_flowchartshapes.flowchart-stored-data.svg lc_beforeobject.svg lc_inserttable.svg lc_deletetable.svg lc_swresnc20005.svg lc_scresnc05.svg lc_resetattributes.svg lc_basicshapes.paper.svg lc_up.svg lc_scresnc04.svg lc_wrapanchoronly.svg lc_fontworkshapetype.fontwork-arch-down-pour.svg lc_grow.svg lc_deletecell.svg lc_charfontname.svg lc_starshapes.concave-star6.svg sc_alignbottom.svg minus.svg lc_numberformatpercent.svg lc_xlinestyle.svg lc_insertauthorfield.svg lc_trackchanges.svg fr011.svg lc_insertpagebreak.svg lc_arrowshapes.corner-right-arrow.svg lc_runmacro.svg lc_beforetextindent.svg lc_basicshapes.block-arc.svg lc_wrapthrough.svg lc_insertgraphicremote.svg lc_numberformatdecimal.svg lc_leadingzeroes.svg lc_titlepagedialog.svg sc_wrapcontour.svg lc_outlinebullet.svg lc_swresnc20008.svg lc_basicshapes.rectangle.svg lc_arrowshapes.down-arrow-callout.svg lc_insertsheetafter.svg lc_downloadas-csv.svg lc_flowchartshapes.flowchart-predefined-process.svg lc_starshapes.star24.svg lc_objectalignleft.svg lc_spacepara1.svg lc_strikeout.svg lc_insertfieldctrl.svg lc_flowchartshapes.flowchart-sequential-access.svg lc_subscript.svg font.svg lc_connectorcurvearrowend.svg lc_fontworkshapetype.svg lc_fontworkshapetype.fontwork-circle-curve.svg lc_parapropertypanel.svg lc_hamburger.svg lc_fontworkshapetype.fontwork-chevron-up.svg lc_menuprintranges.svg lc_symbolshapes.flower.svg lc_chart2restypepointline_16.svg fr08.svg lc_deletedatalabel.svg lc_rotateright.svg fr02.svg lc_datafilterautofilter.svg lc_translate.svg sc_calloutshapes.svg lc_insertcheckboxcontentcontrol.svg lc_diagramtype.svg lc_connectorcurvearrows.svg lc_insertpageheader.svg lc_framelinecolor.svg lc_chart2restypecolumn_16.svg lc_scresnc01.svg lc_edithyperlink.svg lc_mergecells.svg lc_fontworkshapetype.fontwork-arch-left-curve.svg lc_pagesetup.svg lc_fontworkshapetype.fontwork-fade-up-and-left.svg lc_connectorlinesarrowend.svg lc_definedbname.svg lc_intersect.svg lc_scrollbar_mobile.svg lc_symbolshapes.brace-pair.svg lc_fontworkshapetype.fontwork-inflate.svg lc_basicshapes.ellipse.svg lc_formatformmenu.svg lc_arrangeframemenu.svg lc_replycomment.svg lc_rect_rounded.svg lc_datafilterstandardfilter.svg lc_setanchortochar.svg lc_datadatapilotrun.svg lc_zoomout.svg lc_closemasterview.svg lc_basicshapes.round-rectangle.svg lc_defaultbullet.svg lc_superscript.svg lc_symbolshapes.right-brace.svg lc_square.svg lc_basicshapes.round-quadrat.svg lc_setgraphtransparency.svg lc_freezepanesrow.svg lc_fontworkpropertypanel.svg lc_fold.svg lc_spellonline.svg lc_arrowshapes.right-arrow-callout.svg lc_zoomin.svg lc_fillcolor.svg lc_insertbreak.svg lc_selectdb.svg lc_numberformatdecdecimals.svg lc_prev.svg lc_starshapes.svg lc_listitem-selected.svg lc_about.svg lc_entirerow.svg lc_insertmeanvalue.svg lc_formatcolumns.svg lc_fontworkshapetype.fontwork-open-circle-curve.svg lc_square_unfilled.svg lc_insertdropdowncontentcontrol.svg lc_arrowshapes.chevron.svg lc_wrapoff.svg lc_slidemasterpage.svg lc_lock.svg lc_customanimation.svg lc_insertbreakmenu.svg lc_shareas.svg lc_objectbackone.svg lc_wrapmenu.svg lc_slidechangewindow.svg lc_arrowshapes.notched-right-arrow.svg lc_renametable.svg lc_fontworkshapetype.fontwork-slant-up.svg lc_starshapes.signet.svg lc_cellverttop.svg lc_resharddisk_16.svg lc_chart2restypenet_16.svg lc_italic.svg lc_sidebardeck.elementsdeck.svg lc_leftpara.svg zoomreset.svg lc_pararighttoleft.svg lc_insertindexesentry.svg lc_denominatorplaces.svg lc_moveup.svg lc_formataxis.svg lc_centerpara.svg lc_insertsparkline.svg lc_calloutshapes.line-callout-1.svg lc_connectorlines.svg lc_editannotation.svg lc_sortdescending.svg lc_movedown.svg lc_formatmenu.svg lc_defaultnumbering.svg lc_connector.svg lc_presentation.svg lc_freezepanescolumn.svg lc_fontworkshapetype.fontwork-arch-right-curve.svg lc_hyphenate.svg lc_pageformatdialog.svg lc_insertreferencefield.svg lc_fontworkcharacterspacingfloater.svg lc_accepttrackedchange.svg lc_view.svg lc_splitcell.svg lc_fontworkshapetype.fontwork-curve-up.svg lc_latestupdates.svg lc_symbolshapes.heart.svg lc_flowchartshapes.flowchart-multidocument.svg lc_objectforwardone.svg lc_deletemajorgrid.svg lc_insertion_mobile_wizard.svg lc_connectorlinearrows.svg fr07.svg lc_recalcpivottable.svg lc_arrowshapes.up-down-arrow-callout.svg lc_listspropertypanel.svg lc_animationobjects.svg lc_fontworkshapetype.fontwork-fade-up-and-right.svg lc_arrowshapes.circular-arrow.svg lc_chart2restypebar_16.svg lc_deleteallnotes.svg lc_flowchartshapes.flowchart-terminator.svg lc_styleapply3fstyle3astring3dheading20126familyname3astring3dcellstyles.svg lc_formatlegend.svg lc_styleupdatebyexample.svg lc_aligntop.svg lc_arrowshapes.left-arrow.svg lc_editregion.svg lc_setgamma.svg lc_starshapes.bang.svg lc_zoteroJournalArticle.svg lc_inserttopicfield.svg lc_updateall.svg lc_flowchartshapes.flowchart-or.svg user.svg lc_color.svg lc_configuredialog.svg lc_insertauthoritiesentry.svg lc_downloadas-pptx.svg lc_swresredline_deleted.svg lc_numberformattime.svg unfold.svg lc_tablemenu.svg lc_insertmajorgrid.svg lc_inserthardhyphen.svg lc_onlinehelp.svg lc_alignup.svg lc_toggleuimode.svg lc_ok.svg lc_upsearch.svg lc_ellipse.svg lc_fillstyle.svg lc_insertrowsafter.svg lc_hideslide.svg lc_themedialog.svg lc_swresnc20001.svg lc_fontworkshapetype.fontwork-arch-right-pour.svg lc_behindobject.svg symbol_SPIN_UP.svg lc_sb_softedge_radius.svg lc_lb_distance.svg lc_setdefault.svg lc_insertcolumnsbefore.svg lc_downloadas-docx.svg lc_setgreen.svg lc_insertpagecountfield.svg lc_symbolshapes.left-brace.svg lc_flipvertical.svg lc_cube.svg lc_basicshapes.svg lc_wrapright.svg lc_remove.svg lc_numberformatincdecimals.svg sc_wrapright.svg lc_cancel.svg lc_reportissue.svg lc_editheaderandfooter.svg lc_ungroup.svg lc_symbolshapes.puzzle.svg lc_chapternumberingdialog.svg lc_rejecttrackedchangetonext.svg lc_shrink.svg lc_view100.svg lc_chartareapanel.svg lc_fliphorizontal.svg lc_charttypepanel.svg lc_flowchartshapes.flowchart-preparation.svg lc_zoteroBook.svg lc_deletepage.svg sc_wrapoff.svg lc_styleapply.svg lc_fontworkshapetype.fontwork-triangle-up.svg lc_tableinsertmenu.svg lc_outlineleft.svg lc_next.svg lc_alignmiddle.svg lc_entirecolumn.svg lc_fontworkshapetype.fontwork-arch-down-curve.svg lc_viewcomment.svg lc_userslistmenu.svg lc_insertmultiindex.svg lc_deletelegend.svg lc_arrowshapes.striped-right-arrow.svg lc_setselectionlanguagemenu.svg lc_sidebar.svg lc_wrapcontour.svg lc_insertcontentcontrol.svg lc_insertrowbreak.svg lc_formatcelldialog.svg lc_starshapes.star12.svg lc_pageheight.svg lc_deleteallannotation.svg lc_fontworkshapetype.fontwork-chevron-down.svg lc_downloadas-odp.svg lc_insertendnote.svg lc_pagewidth.svg lc_downloadas.svg lc_fontworkshapetype.fontwork-arch-up-pour.svg lc_languagemenu.svg lc_setobjecttobackground.svg lc_basicshapes.frame.svg lc_calculate.svg lc_swresnc20013.svg lc_arrowshapes.pentagon-right.svg lc_square_rounded_unfilled.svg lc_movesheetleft.svg lc_downloadas-rtf.svg lc_basicshapes.right-triangle.svg lc_connectortoolbox.svg lc_rect.svg lc_insertcell.svg sc_calloutshapes.line-callout-2.svg lc_wrapideal.svg lc_insertshape.svg lc_linepropertypanel.svg lc_extrusiontoggle.svg lc_flowchartshapes.flowchart-punched-tape.svg sc_calloutshapes.cloud-callout.svg lc_footnotedialog.svg lc_swresnc20009.svg sc_calloutshapes.line-callout-1.svg lc_aftertextindent.svg lc_arrowshapes.quad-arrow-callout.svg lc_cmdsc_deleterows.svg lc_fontworkshapetype.fontwork-stop.svg sc_wrapon.svg lc_firstrecord.svg lc_scresnc06.svg lc_keyboardshortcuts.svg lc_flowchartshapes.flowchart-collate.svg lc_undo.svg lc_starshapes.star6.svg lc_calloutshapes.line-callout-3.svg fr010.svg lc_checkboxoff.svg lc_cmdsc_deleteannotation.svg lc_spacepara2.svg lc_symbolshapes.cloud.svg lc_chart2restypepie_16.svg lc_wordcountdialog.svg lc_paralefttoright.svg lc_selectheight.svg lc_mobile_wizard.svg lc_menu20statistic.svg lc_forumhelp.svg lc_fontworkshapetype.fontwork-slant-down.svg lc_file.svg lc_arrowshapes.up-arrow-callout.svg lc_merge.svg lc_styleapply3fstyle3astring3dgood26familyname3astring3dcellstyles.svg lc_showslide.svg lc_scresnc08.svg lc_slidemenu.svg lc_removehyperlink.svg lc_thesaurusdialog.svg lc_stylenewbyexample.svg lc_setanchortopage.svg lc_connectorarrows.svg lc_insertsheetbefore.svg lc_autoformat.svg lc_toolprotectiondocument.svg lc_dia.svg lc_alignvcenter.svg fr05.svg fr06.svg lc_swwrappropertypanel.svg lc_setcontrast.svg lc_setblue.svg lc_insertpicturecontentcontrol.svg lc_rejectalltrackedchanges.svg lc_fontworkshapetype.fontwork-arch-left-pour.svg fr09.svg lc_chart2restypecolumnline_16.svg lc_selectionlanugagedefault.svg lc_signature.svg lc_backward.svg lc_insertsheet.svg lc_paperformat.svg lc_symbolshapes.lightning.svg sc_recsearch.svg lc_wrapon.svg lc_showcolumn.svg lc_cut.svg lc_conditionalformatmenu.svg lc_hidecolumn.svg lc_starshapes.star5.svg lc_setoptimalrowheight.svg lc_fullscreen-presentation.svg lc_splittable.svg lc_combine.svg lc_calloutshapes.line-callout-2.svg lc_flowchartshapes.flowchart-delay.svg lc_changebezier.svg lc_spacing.svg lc_searchprev.svg lc_connectorarrowend.svg lc_setobjecttoforeground.svg lc_tablenumberformatdialog.svg lc_formattingmark.svg lc_fontworkalignmentfloater.svg lc_flowchartshapes.flowchart-direct-access-storage.svg lc_insertzwsp.svg lc_serveraudit.svg sc_calloutshapes.round-callout.svg lc_definename.svg lc_delete.svg lc_fontworkshapetype.fontwork-curve-down.svg lc_autosum.svg sc_wrapthrough.svg lc_group.svg lc_insertpage.svg lc_insertcolumnbreak.svg lc_basicshapes.cube.svg lc_belowparaspacing.svg lc_downloadas-ppt.svg lc_inserttimefield.svg lc_calloutshapes.cloud-callout.svg lc_connectorcurve.svg lc_linewidth.svg lc_cellvertbottom.svg lc_chart2restypexy_16.svg lc_setminimalcolumnwidth.svg lc_arrowshapes.split-arrow.svg lc_zoteroThesis.svg lc_dismantle.svg lc_setdocumentproperties.svg lc_symbolshapes.diamond-bevel.svg lc_fontworkshapetype.fontwork-circle-pour.svg lc_showdetail.svg lc_swresnc20007.svg lc_renamedocument.svg lc_downloadas-ods.svg lc_freezepanes.svg lc_alignbottom.svg lc_insertaxistitle.svg lc_downloadas-xlsx.svg lc_insertdatalabel.svg lc_headerandfooter.svg lc_basicshapes.isosceles-triangle.svg lc_presentinwindow.svg sc_wrapleft.svg lc_show.svg lc_nexttrackedchange.svg lc_tabledialog.svg lc_circle.svg lc_currencyfield.svg lc_line.svg lc_outlineup.svg lc_insertfootnote.svg lc_selectall.svg lc_wrapleft.svg lc_insertqrcode.svg lc_spellcheckignore.svg lc_spacepara15.svg lc_renamemasterpage.svg lc_verticaltext.svg lc_chartelementspanel.svg lc_arrowshapes.left-arrow-callout.svg lc_starshapes.doorplate.svg symbol_SPIN_DOWN.svg lc_tabledesign.svg lc_insertfilefield.svg lc_horizontalpos.svg sc_wrapideal.svg lc_fromrow.svg lc_symbolshapes.svg lc_downloadas-odg.svg lc_selectbackground.svg lc_sheetmenu.svg lc_basicshapes.can.svg lc_flowchartshapes.flowchart-display.svg lc_formatmajorgrid.svg lc_dataarearefresh.svg lc_calloutshapes.round-callout.svg lc_scresnc07.svg lc_symbolshapes.bracket-pair.svg lc_swresredline_formatted.svg lc_formatpaintbrush.svg lc_backgroundcolor.svg lc_functiondialog.svg lc_setbrightness.svg lc_arrowshapes.down-arrow.svg lc_fontworkshapetype.fontwork-triangle-down.svg lc_decrementlevel.svg lc_unsetcellsreadonly.svg lc_spellingandgrammardialog.svg lc_starshapes.star4.svg lc_sendtoback.svg lc_setred.svg lc_protect.svg lc_datafilterhideautofilter.svg lc_entirecell.svg lc_down.svg lc_rev-history.svg lc_fontworkshapetype.fontwork-wave.svg lc_fontworkshapetype.fontwork-fade-left.svg lc_toggledarktheme.svg lc_chart2restypearea_16.svg lc_underlinedouble.svg lc_arrowshapes.up-arrow.svg lc_flowchartshapes.flowchart-decision.svg lc_movesheetright.svg lc_accepttrackedchangetonext.svg lc_scresnc02.svg lc_swresredline_fmtcollset.svg lc_styleapply3fstyle3astring3dbad26familyname3astring3dcellstyles.svg lc_styleapply3fstyle3astring3dheading20226familyname3astring3dcellstyles.svg lc_formatgroup.svg lc_insertsymbol.svg lc_prevrecord.svg lc_flowchartshapes.flowchart-document.svg lc_paragraphdialog.svg lc_distributecolumns.svg lc_insertlrm.svg lc_insertpagenumberfield.svg lc_addcitationnote.svg lc_togglea11ystate.svg lc_showtrackedchanges.svg lc_setanchortopara.svg fr01.svg lc_arrowshapes.quad-arrow.svg lc_paste.svg lc_setanchoratchar.svg sc_calloutshapes.rectangular-callout.svg lc_transformdialog.svg lc_setanchortocell.svg lc_datamenu.svg lc_arrowshapes.s-sharped-arrow.svg fr03.svg lc_zoomreset.svg lc_paraspaceincrease.svg lc_numberformatthousands.svg lc_basicshapes.trapezoid.svg lc_pagemenu.svg lc_hidenote.svg lc_flowchartshapes.flowchart-manual-input.svg lc_calloutshapes.svg lc_fontworkshapetype.fontwork-fade-up.svg lc_previoustrackedchange.svg lc_insertpagesfield.svg lc_deleteaxis.svg lc_possizepropertypanel.svg lc_aboveparaspacing.svg lc_invertbackground.svg lc_formatline.svg lc_insertcolumnsafter.svg lc_validation.svg lc_copy.svg lc_contourdialog.svg lc_swresnc20003.svg lc_showannotations.svg lc_insertrowsbefore.svg lc_connectorlinearrowend.svg lc_redo.svg lc_spelldialog.svg lc_datasort.svg lc_swresredline_inserted.svg lc_datefield.svg lc_spelling.svg lc_basicshapes.hexagon.svg lc_cmdsc_cut.svg lc_entergroup.svg lc_contentcontrolproperties.svg lc_insertpagefooter.svg lc_insertnonbreakingspace.svg lc_columnwidth.svg lc_hyphenation.svg lc_insertcaptiondialog.svg lc_spellcheckignoreall.svg lc_exportpdf.svg lc_linestyle.svg lc_repair.svg lc_copyhyperlinklocation.svg lc_checkbox.svg lc_distributeselection.svg lc_masterslidespanel.svg lc_downloadas-odt.svg lc_fontworkshapetype.fontwork-fade-right.svg lc_fullscreen.svg lc_insertpagefield.svg lc_chart2restypestock_16.svg lc_insertfield.svg lc_outlineright.svg lc_resetdatapoint.svg lc_selectwidth.svg lc_objectalignright.svg lc_flowchartshapes.flowchart-off-page-connector.svg lc_linetransparency.svg lc_removebullets.svg lc_connectorline.svg lc_print.svg lc_hidedetail.svg lc_symbolshapes.right-bracket.svg lc_warn-copy-paste.svg lc_numberformatpropertypanel.svg lc_drawchart.svg lc_scresnc03.svg lc_flowchartshapes.flowchart-card.svg lc_mobile_comment_wizard.svg lc_acceptchanges.svg sc_aligntop.svg lc_anchormenu.svg lc_showresolvedannotations.svg lc_sdresgraphic.svg lc_rotateleft.svg lc_setminimalrowheight.svg lc_typenet.svg lc_closedocmobile.svg lc_arrowshapes.up-right-arrow-callout.svg lc_fontcolor.svg lc_rowheight.svg lc_arrowshapes.split-round-arrow.svg lc_leavegroup.svg lc_swresredline_tablechg.svg lc_swresnc20002.svg lc_navigator.svg lc_deleteannotation.svg lc_sidebardeck.a11ycheckdeck.svg lc_bringtofront.svg lc_formattingmarkmenu.svg sc_alignverticalcenter.svg lc_arrowshapes.left-right-arrow-callout.svg lc_incrementlevel.svg lc_changesmenu.svg lc_underline.svg lc_swresnc20011.svg lc_flowchartshapes.flowchart-summing-junction.svg lc_arrowshapes.up-right-down-arrow.svg lc_basicshapes.circle-pie.svg lc_decrementindent.svg lc_exportepub.svg lc_basicshapes.octagon.svg lc_rejecttrackedchange.svg lc_save.svg lc_recsearch.svg lc_graphicdialog.svg lc_insertminorgrid.svg lc_formatmeanvalue.svg lc_insertsofthyphen.svg lc_fontworksameletterheights.svg lc_basicshapes.parallelogram.svg lc_scnumberformatpropertypanel.svg lc_wrappropertypanel.svg lc_symbolshapes.forbidden.svg lc_aligncenter.svg lc_fontworkshapetype.fontwork-plain-text.svg lc_fontworkshapetype.fontwork-arch-up-curve.svg lc_insertrlm.svg lc_menubar.svg lc_editdoc.svg lc_symbolshapes.quad-bevel.svg lc_flowchartshapes.flowchart-data.svg lc_lineendstyle.svg lc_symbolshapes.sun.svg lc_basicshapes.quadrat.svg lc_masterslide.svg lc_formproperties.svg lc_arrowshapes.right-arrow.svg lc_numberformatstandard.svg lc_graphicpropertypanel.svg lc_deletecolumnbreak.svg lc_goalseekdialog.svg lc_firstlineindent.svg fr04.svg lc_helpindex.svg lc_savemodified.svg lc_numberformatcurrency.svg lc_shadowpropertypanel.svg lc_rotation.svg lc_searchnext.svg lc_bold.svg lc_numberformatdate.svg lc_styleapply3fstyle3astring3dneutral26familyname3astring3dcellstyles.svg lc_startformula.svg lc_setborderstyle.svg lc_decimalplaces.svg lc_insertrowsmenu.svg lc_sortascending.svg lc_insertzwnbsp.svg lc_chart2restypebubble_16.svg lc_insertpagetitlefield.svg lc_showrow.svg lc_paraspacedecrease.svg lc_fontworkshapetype.fontwork-open-circle-pour.svg lc_shadowed.svg lc_sdresobjects.svg lc_backcolor.svg lc_basicshapes.diamond.svg lc_insertobjectstarmath.svg lc_wraptext.svg lc_leftindent.svg lc_hiderow.svg lc_swresnc20000.svg lc_selecttable.svg lc_justifypara.svg lc_swresnc20004.svg lc_deletecolumns.svg lc_pie.svg lc_addname.svg lc_all.svg lc_formatchartarea.svg lc_compressgraphic.svg lc_morebutton.svg lc_fontheight.svg lc_swresnc20006.svg lc_hangingindent.svg lc_aligndown.svg lc_lastrecord.svg lc_formatdatalabel.svg lc_insertframe.svg lc_arrangemenu.svg lc_text.svg lc_nextrecord.svg plus.svg lc_swresnc20010.svg lc_gradangle.svg lc_borderdialog.svg lc_deletenote.svg lc_deletepivottable.svg lc_addeditbibliography.svg lc_cmdsc_paste.svg lc_unlinkcitation.svg lc_shownote.svg lc_setoptimalcolumnwidth.svg lc_substract.svg lc_forward.svg lc_setoutline.svg lc_togglemergecells.svg lc_pagedialog.svg lc_starshapes.vertical-scroll.svg sc_calloutshapes.line-callout-3.svg lc_insertcolumnsmenu.svg lc_sdrespageobjs.svg lc_deleterows.svg lc_insertbookmark.svg lc_inserttitlefield.svg | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.806097 -0700 [ coolwsd ] TRC  Pre-read 1083 file(s) from directory: /usr/share/coolwsd/browser/dist/images: lc_duplicatepage.svg tabstop-center.svg tabstop-right.svg lc_fontdialog.svg lc_symbolshapes.moon.svg lc_lb_shadow_blur.svg icon-set-symbols1-cross.svg lc_overline.svg lc_optimizetable.svg lc_fullscreen-presentation-toolbar-mobile.svg lc_rightpara.svg lc_feedback.svg lc_linenumberingdialog.svg lc_datafilterspecialfilter.svg cone_52x60.svg layout_vertical02.svg lc_radiobutton.svg lc_orientation.svg lc_sidebartextpanel.svg handle_start.svg stacksmoothboth_52x60.svg lc_autosummenu.svg lc_controlcodes.svg lc_editstyle.svg closedoc.svg lc_linespacing.svg databar-set-06.png sc_wraptext.svg lc_collapsenotebookbar.svg lc_inserthyperlink.svg lc_showstatusbar.svg lc_datafilterremovefilter.svg lc_downsearch.svg submenu.svg lc_basicshapes.circle.svg cell-resize-marker.svg lc_distributerows.svg lc_rect_unfilled.svg lc_basicshapes.ring.svg lc_basicshapes.cross.svg lc_formatbulletsmenu.svg tabstop-left.svg lc_formularesfapopen.svg lc_starshapes.star8.svg lc_starshapes.horizontal-scroll.svg lc_setanchortocellresize.svg symbol_ARROW_DOWN.svg cylinderhori_52x60.svg lc_delbreakmenu.svg layout_head03b.svg cylinderhoristack_52x60.svg fr012.svg lc_numberformatscientific.svg lc_flowchartshapes.flowchart-internal-storage.svg lc_dbquerypropertiesdialog.svg lc_arrowshapes.up-right-arrow.svg ui-icons_ef8c08_256x240.png columnstack_52x60.svg lc_calloutshapes.rectangular-callout.svg lc_flowchartshapes.svg lc_arrowshapes.svg lc_saveas.svg nostacksmooth3d_52x60.svg lc_fontworkshapetype.fontwork-fade-down.svg lc_xlinecolor.svg lc_acceptalltrackedchanges.svg lc_thickbox.svg lc_downloadas-xls.svg lc_sdresole.svg icon-set-pies-half.svg lc_insertsection.svg cylinderpercent_52x60.svg areas_52x60.svg lc_searchdialog.svg lc_verticalpos.svg lc_wrapthroughtransparencytoggle.svg lc_flowchartshapes.flowchart-sort.svg lc_updatecurindex.svg lc_symbolshapes.octagon-bevel.svg stacksmooth3d_52x60.svg icon-set-trafficlights-red.svg lc_swresnc20012.svg icon-set-circles2-light-red.svg lc_insertgraphic.svg lc_symbolshapes.left-bracket.svg lc_arrowshapes.up-down-arrow.svg barstack3d_52x60.svg icon-set-flags-red.svg icon-set-squares-full.svg lc_effectpropertypanel.svg lc_watermark.svg lc_lb_glow_radius.svg lc_downloadas-doc.svg lc_hide.svg lc_showruler.svg lc_gallery.svg lc_basicshapes.pentagon.svg stacksteppedboth_52x60.svg lc_flowchartshapes.flowchart-stored-data.svg conehori_52x60.svg valueaxisdirectpoints_52x60.svg lc_beforeobject.svg lc_inserttable.svg lc_deletetable.svg lc_swresnc20005.svg donut_52x60.svg table-row-resize-marker-hover.svg icon-set-negative-red-smilie.svg lc_resim30820.svg lc_spreadsheet_protected.svg lc_scresnc05.svg lc_basicshapes.paper.svg lc_up.svg lc_scresnc04.svg icon-set-bars-empty.svg lc_wrapanchoronly.svg lc_fontworkshapetype.fontwork-arch-down-pour.svg lc_grow.svg lc_deletecell.svg pyramind_52x60.svg lc_charfontname.svg lc_starshapes.concave-star6.svg sc_alignbottom.svg minus.svg lc_numberformatpercent.svg pyramindstack_52x60.svg valueaxissmoothlines_52x60.svg lc_insertauthorfield.svg lc_trackchanges.svg fr011.svg pieexploded_52x60.svg lc_notesmode.svg icon-set-squares-half.svg lc_insertpagebreak.svg lc_serverauditok.svg cell-autofill-marker.svg lc_arrowshapes.corner-right-arrow.svg lc_runmacro.svg lc_beforetextindent.svg lc_basicshapes.block-arc.svg lc_wrapthrough.svg lc_insertgraphicremote.svg lc_svxressh03.svg lc_numberformatdecimal.svg lc_leadingzeroes.svg lc_titlepagedialog.svg sc_wrapcontour.svg lc_outlinebullet.svg lc_swresnc20008.svg valueaxissteppedlines_52x60.svg lc_basicshapes.rectangle.svg lc_arrowshapes.down-arrow-callout.svg icon-set-bars-half.svg lc_insertsheetafter.svg lc_downloadas-csv.svg sidebar-transition-large.svg lc_flowchartshapes.flowchart-predefined-process.svg lc_starshapes.star24.svg lc_objectalignleft.svg lc_spacepara1.svg donut3dexploded_52x60.svg lc_strikeout.svg lc_convertformulatovalue.svg lc_flowchartshapes.flowchart-sequential-access.svg lc_subscript.svg areasfull3d_52x60.svg lc_connectorcurvearrowend.svg lc_fontworkshapetype.svg lc_fontworkshapetype.fontwork-circle-curve.svg lc_hamburger.svg typecolumn_16.svg step_start_30.svg lc_fontworkshapetype.fontwork-chevron-up.svg lc_menuprintranges.svg lc_symbolshapes.flower.svg stockcolumnsattach_52x60.svg lc_chart2restypepointline_16.svg fr08.svg areaspiled_52x60.svg lc_deletedatalabel.svg typestock_16.svg lc_rotateright.svg fr02.svg lc_datafilterautofilter.svg table-row-or-column-select-marker.svg nostacksmoothlines_52x60.svg lc_translate.svg sc_calloutshapes.svg icon-set-triangles-same.svg lc_ressx03250.svg bar3d_52x60.svg typexy_16.svg lc_diagramtype.svg icon-set-shapes-diamond.svg lc_connectorcurvearrows.svg lc_insertpageheader.svg lc_framelinecolor.svg lc_chart2restypecolumn_16.svg lc_scresnc01.svg lc_edithyperlink.svg spritesheet.png lc_mergecells.svg icon-set-positive-green-smilie.svg lc_fontworkshapetype.fontwork-arch-left-curve.svg lc_pagesetup.svg columnpercent3d_52x60.svg lc_fontworkshapetype.fontwork-fade-up-and-left.svg lc_connectorlinesarrowend.svg lc_definedbname.svg lc_intersect.svg icon-set-pies-full.svg lc_scrollbar_mobile.svg lc_symbolshapes.brace-pair.svg databar-set-01.png lc_fontworkshapetype.fontwork-inflate.svg lc_basicshapes.ellipse.svg lc_formatformmenu.svg lc_resim30821.svg lc_replycomment.svg lc_rect_rounded.svg lc_datafilterstandardfilter.svg icon-set-pies-empty.svg lc_setanchortochar.svg lc_datadatapilotrun.svg lc_zoomout.svg lc_closemasterview.svg lc_basicshapes.round-rectangle.svg lc_defaultbullet.svg lc_superscript.svg icon-set-colorarrows-up.svg lc_symbolshapes.right-brace.svg sign_ok.svg tabstop-decimal.svg lc_serverauditheader.svg lc_square.svg typepie_16.svg cylinderhoriprocent_52x60.svg lc_basicshapes.round-quadrat.svg icon-set-circles1-red.svg lc_top.svg marker-icon.png donut3d_52x60.svg bar3ddeep_52x60.svg cylinderdeep_52x60.svg lc_setgraphtransparency.svg lc_freezepanesrow.svg lc_fontworkpropertypanel.svg lc_fold.svg lc_leftright.svg ui-icons_cc0000_256x240.png lc_arrowshapes.right-arrow-callout.svg lc_zoomin.svg lc_fillcolor.svg lc_insertbreak.svg lc_selectdb.svg lc_numberformatdecdecimals.svg icon-set-trafficlights-green.svg scale-set-07.png lc_prev.svg pyraminddeep_52x60.svg ui-bg_highlight-soft_100_eeeeee_1x100.png lc_starshapes.svg lc_listitem-selected.svg lc_about.svg lc_insertmeanvalue.svg lc_formatcolumns.svg stackdirect3d_52x60.svg lc_fontworkshapetype.fontwork-open-circle-curve.svg lc_square_unfilled.svg layout_head04.svg net_52x60.svg lc_insertdropdowncontentcontrol.svg lc_arrowshapes.chevron.svg lc_wrapoff.svg icon-set-circles1-gray.svg lc_lock.svg lc_customanimation.svg lc_insertbreakmenu.svg lc_shareas.svg lc_wrapmenu.svg table-move-marker.svg lc_slidechangewindow.svg user.png lc_arrowshapes.notched-right-arrow.svg lc_renametable.svg lc_fontworkshapetype.fontwork-slant-up.svg symbol_ARROW_RIGHT.svg loading.gif lc_starshapes.signet.svg lc_resharddisk_16.svg conedeep_52x60.svg bar_52x60.svg lc_chart2restypenet_16.svg cylinder_52x60.svg lc_italic.svg sign_not_ok.svg lc_sidebardeck.elementsdeck.svg lc_leftpara.svg zoomreset.svg icon-set-circles2-dark-red.svg columnpercent_52x60.svg lc_pararighttoleft.svg lock-illustration.svg ui-bg_diagonals-thick_18_b81900_40x40.png layout_head03a.svg x-office-drawing.svg lc_denominatorplaces.svg lc_moveup.svg lc_formataxis.svg lc_centerpara.svg conehorideep_52x60.svg lc_insertsparkline.svg lc_calloutshapes.line-callout-1.svg lc_connectorlines.svg lc_editannotation.svg ui-bg_gloss-wave_35_f6a828_500x100.png lc_sortdescending.svg lc_movedown.svg lc_formatmenu.svg lc_defaultnumbering.svg lc_connector.svg lc_presentation.svg lc_right.svg ui-bg_flat_0_aaaaaa_40x100.png errorbothhori_30.svg lc_freezepanescolumn.svg lc_fontworkshapetype.fontwork-arch-right-curve.svg cylinderhorideep_52x60.svg lc_hyphenate.svg lc_clipboard-check.svg netpointstack_52x60.svg table-row-resize-marker.svg lc_insertreferencefield.svg lc_view.svg lc_splitcell.svg stacksteppedpoints_52x60.svg lc_fontworkshapetype.fontwork-curve-up.svg lc_latestupdates.svg lc_symbolshapes.heart.svg lc_flowchartshapes.flowchart-multidocument.svg scale-set-01.png lc_objectforwardone.svg lc_deletemajorgrid.svg lc_insertion_mobile_wizard.svg lc_connectorlinearrows.svg icon-set-pies-three-quarters.svg fr07.svg nostacksteppedpoints_52x60.svg lc_recalcpivottable.svg ui-icons_ffd27a_256x240.png lc_arrowshapes.up-down-arrow-callout.svg lc_animationobjects.svg lc_fontworkshapetype.fontwork-fade-up-and-right.svg lc_arrowshapes.circular-arrow.svg icon-set-bars-one-quarter.svg lc_chart2restypebar_16.svg lc_deleteallnotes.svg lc_flowchartshapes.flowchart-terminator.svg lc_styleapply3fstyle3astring3dheading20126familyname3astring3dcellstyles.svg lc_formatlegend.svg lc_styleupdatebyexample.svg lc_aligntop.svg lc_arrowshapes.left-arrow.svg lc_editregion.svg lc_setgamma.svg lc_starshapes.bang.svg lc_formularesfaperror.svg nostackstepped3d_52x60.svg nostackdirectboth_52x60.svg lc_zoteroJournalArticle.svg lc_inserttopicfield.svg lc_updateall.svg lc_flowchartshapes.flowchart-or.svg user.svg lc_color.svg lc_insertauthoritiesentry.svg lc_downloadas-pptx.svg icon-set-stars-empty.svg lc_swresredline_deleted.svg layout_head02b.svg lc_formularesfx.svg icon-set-neutral-yellow-smilie.svg lc_numberformattime.svg unfold.svg columnstackline_52x60.svg lc_tablemenu.svg lc_insertmajorgrid.svg lc_inserthardhyphen.svg lc_onlinehelp.svg lc_alignup.svg lc_toggleuimode.svg table-column-resize-marker-hover.svg lc_doublebottom.svg lc_ok.svg lc_ressx03251.svg lc_upsearch.svg lc_ellipse.svg lc_fillstyle.svg lc_hideslide.svg databar-set-03.png lc_themedialog.svg lc_swresnc20001.svg lc_fontworkshapetype.fontwork-arch-right-pour.svg lc_togglewasm.svg icon-set-triangles-up.svg lc_svxrespr03.svg step_center_x_30.svg databar-set-00.png lc_behindobject.svg lc_normalmultipanegui.svg columns_52x60.svg symbol_SPIN_UP.svg scale-set-02.png nostackdirectlines_52x60.svg lc_sb_softedge_radius.svg lc_lb_distance.svg lc_setdefault.svg lc_insertcolumnsbefore.svg lc_downloadas-docx.svg lc_setgreen.svg lc_insertpagecountfield.svg databar-set-02.png lc_symbolshapes.left-brace.svg lc_flipvertical.svg lc_cube.svg scale-set-11.png lc_basicshapes.svg icon-set-colorarrows-same.svg lc_wrapright.svg lc_remove.svg lc_numberformatincdecimals.svg sc_wrapright.svg lc_cancel.svg regpoly.svg lc_reportissue.svg icon-set-colorarrows-slightly-up.svg sidebar-template-large.svg stacksteppedlines_52x60.svg lc_ungroup.svg lc_symbolshapes.puzzle.svg lc_chapternumberingdialog.svg lc_rejecttrackedchangetonext.svg icon-set-grayarrows-same.svg lc_shrink.svg lc_view100.svg lc_chartareapanel.svg lc_fliphorizontal.svg valueaxissteppedboth_52x60.svg sc_wrapmenu.svg x-office-spreadsheet.svg lc_flowchartshapes.flowchart-preparation.svg lc_zoteroBook.svg lc_deletepage.svg sc_wrapoff.svg lc_styleapply.svg lc_fontworkshapetype.fontwork-triangle-up.svg lc_tableinsertmenu.svg columns3d_52x60.svg lc_outlineleft.svg contacts-dark.svg lc_next.svg lc_alignmiddle.svg lc_entirecolumn.svg barpercent3d_52x60.svg lc_fontworkshapetype.fontwork-arch-down-curve.svg lc_viewcomment.svg lc_userslistmenu.svg lc_insertmultiindex.svg lc_deletelegend.svg stackdirectlines_52x60.svg lc_arrowshapes.striped-right-arrow.svg lc_setselectionlanguagemenu.svg baseline-edit-24px.svg scale-set-04.png lc_sidebar.svg lc_wrapcontour.svg lc_insertcontentcontrol.svg lc_insertrowbreak.svg lc_formatcelldialog.svg lc_starshapes.star12.svg valueaxisdirectlines_52x60.svg lc_pageheight.svg lc_fontworkshapetype.fontwork-chevron-down.svg lc_downloadas-odp.svg lc_insertendnote.svg lc_pagewidth.svg lc_downloadas.svg lc_fontworkshapetype.fontwork-arch-up-pour.svg lc_languagemenu.svg lc_setobjecttobackground.svg lc_topthickbottom.svg lc_basicshapes.frame.svg lc_calculate.svg netlinepointstack_52x60.svg lc_swresnc20013.svg lc_arrowshapes.pentagon-right.svg lc_square_rounded_unfilled.svg icon-set-negative-yellow-smilie.svg lc_movesheetleft.svg lc_downloadas-rtf.svg lc_basicshapes.right-triangle.svg reglog.svg lc_rect.svg typenet_16.svg lc_insertcell.svg sc_beforetextindent.svg sc_calloutshapes.line-callout-2.svg scale-set-05.png lc_wrapideal.svg lc_insertshape.svg reglin.svg lc_extrusiontoggle.svg stacksmoothlines_52x60.svg lc_left.svg lc_flowchartshapes.flowchart-punched-tape.svg sc_calloutshapes.cloud-callout.svg lc_footnotedialog.svg databar-set-08.png lc_swresnc20009.svg sc_calloutshapes.line-callout-1.svg lc_aftertextindent.svg lc_arrowshapes.quad-arrow-callout.svg lc_cmdsc_deleterows.svg lc_fontworkshapetype.fontwork-stop.svg sc_wrapon.svg symbol_ARROW_UP.svg layout_head02a.svg lc_firstrecord.svg databar-set-11.png lc_scresnc06.svg sc_firstlineindent.svg lc_keyboardshortcuts.svg lc_flowchartshapes.flowchart-collate.svg lc_undo.svg lc_starshapes.star6.svg lc_calloutshapes.line-callout-3.svg fr010.svg lc_checkboxoff.svg icon-set-flags-yellow.svg lc_cmdsc_deleteannotation.svg lc_spacepara2.svg netstackfill_52x60.svg lc_symbolshapes.cloud.svg lc_chart2restypepie_16.svg lc_wordcountdialog.svg lc_paralefttoright.svg lc_selectheight.svg lc_mobile_wizard.svg lc_color-picker-selected.svg lc_menu20statistic.svg lc_forumhelp.svg lc_fontworkshapetype.fontwork-slant-down.svg lc_file.svg lc_arrowshapes.up-arrow-callout.svg lc_merge.svg step_end_30.svg lc_styleapply3fstyle3astring3dgood26familyname3astring3dcellstyles.svg lc_showslide.svg lc_scresnc08.svg lc_slidemenu.svg pyramindhoristack_52x60.svg icon-set-pies-one-quarter.svg lc_removehyperlink.svg lc_thesaurusdialog.svg lc_stylenewbyexample.svg lc_setanchortopage.svg indentation_marker_up.svg lc_connectorarrows.svg lc_insertsheetbefore.svg lc_autoformat.svg lc_toolprotectiondocument.svg stackdirectpoints_52x60.svg databar-set-07.png lc_serverauditerror.svg lc_dia.svg layout_head03.svg lc_alignvcenter.svg fr05.svg fr06.svg lc_swwrappropertypanel.svg lc_setcontrast.svg lc_setblue.svg lc_insertpicturecontentcontrol.svg lc_rejectalltrackedchanges.svg lc_fontworkshapetype.fontwork-arch-left-pour.svg netlinepoint_52x60.svg fr09.svg lc_chart2restypecolumnline_16.svg barstack_52x60.svg lc_signature.svg lc_backward.svg lc_insertsheet.svg layers-2x.png lc_paperformat.svg lc_symbolshapes.lightning.svg sc_recsearch.svg baseline-edit.svg layout_head06.svg lc_wrapon.svg lc_showcolumn.svg lc_cut.svg lc_conditionalformatmenu.svg lc_hidecolumn.svg netfill_52x60.svg lc_starshapes.star5.svg layout_textonly.svg lc_fullscreen-presentation.svg lc_splittable.svg lc_combine.svg icon-set-stars-full.svg lc_calloutshapes.line-callout-2.svg lc_flowchartshapes.flowchart-delay.svg lc_changebezier.svg lc_spacing.svg lc_menu_chevron.svg lc_searchprev.svg lc_connectorarrowend.svg lc_setobjecttoforeground.svg lc_tablenumberformatdialog.svg lc_formattingmark.svg table-row-or-column-select-marker-selected.svg lc_fontworkalignmentfloater.svg lc_flowchartshapes.flowchart-direct-access-storage.svg lc_insertzwsp.svg lc_serveraudit.svg sc_calloutshapes.round-callout.svg refinp1.svg pyramindhorideep_52x60.svg lc_definename.svg lc_delete.svg lc_fontworkshapetype.fontwork-curve-down.svg lc_autosum.svg sc_wrapthrough.svg lc_group.svg ui-icons_ffffff_256x240.png lc_insertpage.svg icon-set-grayarrows-slightly-down.svg lc_insertcolumnbreak.svg lc_basicshapes.cube.svg lc_belowparaspacing.svg hamburger.svg netpoint_52x60.svg lc_downloadas-ppt.svg lc_inserttimefield.svg lc_calloutshapes.cloud-callout.svg lc_connectorcurve.svg regno.svg lc_linewidth.svg bubble_52x60.svg lc_chart2restypexy_16.svg lc_setminimalcolumnwidth.svg lc_arrowshapes.split-arrow.svg lc_diagup.svg lc_zoteroThesis.svg nostacksmoothboth_52x60.svg lc_dismantle.svg errorup_30.svg lc_setdocumentproperties.svg icon-set-squares-empty.svg lc_symbolshapes.diamond-bevel.svg lc_fontworkshapetype.fontwork-circle-pour.svg lc_showdetail.svg errorbothverti_30.svg lc_swresnc20007.svg areaspiled3d_52x60.svg layout_head02.svg lc_renamedocument.svg lc_downloadas-ods.svg lc_freezepanes.svg lc_alignbottom.svg lc_insertaxistitle.svg x-office-presentation.svg lc_downloadas-xlsx.svg icon-set-symbols1-check.svg lc_insertdatalabel.svg lc_headerandfooter.svg lc_basicshapes.isosceles-triangle.svg lc_presentinwindow.svg sc_wrapleft.svg lc_show.svg table-column-resize-marker.svg netstack_52x60.svg lc_circle.svg ui-icons_228ef1_256x240.png pie3d_52x60.svg lc_currencyfield.svg icon-set-triangles-down.svg lc_line.svg lc_insertfootnote.svg lc_topbottom.svg lc_selectall.svg lc_wrapleft.svg lc_insertqrcode.svg cursor-handler.svg lc_spellcheckignore.svg icon-set-trafficlights-yellow.svg lc_renamemasterpage.svg lc_verticaltext.svg lc_chartelementspanel.svg lc_arrowshapes.left-arrow-callout.svg lc_starshapes.doorplate.svg layout_head01.svg drop-down-button.svg symbol_SPIN_DOWN.svg lc_tabledesign.svg conepercent_52x60.svg lc_ok_white.svg sc_aftertextindent.svg lc_insertfilefield.svg lc_horizontalpos.svg columnline_52x60.svg icon-set-grayarrows-down.svg conehoripercent_52x60.svg sc_wrapideal.svg ui-bg_highlight-soft_75_ffe45c_1x100.png lc_fromrow.svg lc_symbolshapes.svg ui-icons_777777_256x240.png lc_downloadas-odg.svg lc_selectbackground.svg lc_sheetmenu.svg lc_basicshapes.can.svg lc_flowchartshapes.flowchart-display.svg lc_formatmajorgrid.svg lc_dataarearefresh.svg lc_calloutshapes.round-callout.svg pie_52x60.svg scale-set-00.png lc_scresnc07.svg lc_symbolshapes.bracket-pair.svg lc_swresredline_formatted.svg lc_formatpaintbrush.svg stackdirectboth_52x60.svg lc_functiondialog.svg lc_setbrightness.svg lc_arrowshapes.down-arrow.svg lc_fontworkshapetype.fontwork-triangle-down.svg lc_none.svg typebar_16.svg lc_unsetcellsreadonly.svg icon-set-circles2-light-gray.svg lc_starshapes.star4.svg lc_sendtoback.svg lc_setred.svg lc_protect.svg lc_outside.svg stackstepped3d_52x60.svg lc_datafilterhideautofilter.svg lc_entirecell.svg lc_down.svg lc_rev-history.svg lc_fontworkshapetype.fontwork-wave.svg lc_fontworkshapetype.fontwork-fade-left.svg lc_toggledarktheme.svg icon-set-circles1-green.svg lc_chart2restypearea_16.svg typepointline_16.svg lc_underlinedouble.svg lc_arrowshapes.up-arrow.svg lc_flowchartshapes.flowchart-decision.svg lc_movesheetright.svg lc_accepttrackedchangetonext.svg lc_scresnc02.svg columnstack3d_52x60.svg lc_swresredline_fmtcollset.svg lc_selectionlanugagenone.svg lc_styleapply3fstyle3astring3dbad26familyname3astring3dcellstyles.svg lc_styleapply3fstyle3astring3dheading20226familyname3astring3dcellstyles.svg lc_formatgroup.svg lc_insertsymbol.svg lc_prevrecord.svg lc_flowchartshapes.flowchart-document.svg lc_paragraphdialog.svg lc_distributecolumns.svg lc_insertlrm.svg lc_insertpagenumberfield.svg lc_addcitationnote.svg icon-set-circles1-yellow.svg areas3d_52x60.svg lc_togglea11ystate.svg ui-icons_555555_256x240.png lc_showtrackedchanges.svg lc_setanchortopara.svg fr01.svg lc_arrowshapes.quad-arrow.svg lc_paste.svg lc_setanchoratchar.svg regpow.svg lc_scrolltonext.svg sidebar-animation-large.svg sc_calloutshapes.rectangular-callout.svg icon-set-symbols1-exclamation-mark.svg lc_transformdialog.svg lc_setanchortocell.svg lc_datamenu.svg lc_arrowshapes.s-sharped-arrow.svg fr03.svg lc_zoomreset.svg lc_diagdown.svg lc_paraspaceincrease.svg lc_numberformatthousands.svg icon-set-positive-yellow-smilie.svg nostacksteppedlines_52x60.svg note.svg lc_basicshapes.trapezoid.svg donutexploded_52x60.svg icon-set-stars-half.svg scale-set-06.png lc_pagemenu.svg icon-set-squares-three-quarters.svg lc_hidenote.svg lc_flowchartshapes.flowchart-manual-input.svg lc_calloutshapes.svg lc_fontworkshapetype.fontwork-fade-up.svg icon-set-circles2-dark-gray.svg lc_scrolltoprevious.svg databar-set-09.png lc_insertpagesfield.svg pyramindhoripercent_52x60.svg lc_deleteaxis.svg pie3dexploded_52x60.svg lc_possizepropertypanel.svg lc_aboveparaspacing.svg lc_formatline.svg lc_validation.svg stockcolumns_52x60.svg icon-set-grayarrows-slightly-up.svg lc_copy.svg lc_contourdialog.svg ui-icons_222222_256x240.png lc_swresnc20003.svg lc_showannotations.svg lc_insertrowsbefore.svg layout_head03c.svg lc_inserttable_row_mono.svg lc_inserttable_mono.svg lc_connectorlinearrowend.svg lc_redo.svg lc_spelldialog.svg lc_datasort.svg lc_swresredline_inserted.svg lc_inserttable_col_mono.svg lc_datefield.svg lc_ressx03249.svg lc_spelling.svg lc_basicshapes.hexagon.svg conehoristack_52x60.svg x-office-document.svg ui-icons_444444_256x240.png lc_cmdsc_cut.svg layout_empty.svg layout_vertical01.svg lc_entergroup.svg valueaxissmoothboth_52x60.svg lc_contentcontrolproperties.svg lc_insertpagefooter.svg step_center_y_30.svg lc_columnwidth.svg lc_insertcaptiondialog.svg lc_exportpdf.svg ui-bg_glass_100_fdf5ce_1x400.png lc_linestyle.svg databar-set-04.png lc_repair.svg lc_copyhyperlinklocation.svg lc_checkbox.svg lc_distributeselection.svg lc_downloadas-odt.svg lc_fontworkshapetype.fontwork-fade-right.svg lc_fullscreen.svg lc_insertpagefield.svg lc_chart2restypestock_16.svg lc_topdoublebottom.svg lc_insertfield.svg lc_outlineright.svg lc_resetdatapoint.svg valueaxisstepped3d_52x60.svg lc_selectwidth.svg cylinderstack_52x60.svg lc_objectalignright.svg lc_flowchartshapes.flowchart-off-page-connector.svg lc_linetransparency.svg databar-set-05.png lc_removebullets.svg lc_downloadas-html.svg lc_connectorline.svg lc_print.svg lc_hidedetail.svg icon-set-colorarrows-slightly-down.svg sc26049.png lc_symbolshapes.right-bracket.svg lc_warn-copy-paste.svg valueaxissmooth3d_52x60.svg lc_numberformatpropertypanel.svg lc_drawchart.svg ui-bg_glass_100_f6f6f6_1x400.png nostackdirectpoints_52x60.svg lc_scresnc03.svg lc_flowchartshapes.flowchart-card.svg lc_mobile_comment_wizard.svg lc_acceptchanges.svg sc_aligntop.svg valueaxisdirectboth_52x60.svg icon-set-bars-full.svg lc_anchormenu.svg lc_showresolvedannotations.svg typearea_16.svg lc_sdresgraphic.svg lc_rotateleft.svg lc_setminimalrowheight.svg lc_typenet.svg wrapoff.svg lc_closedocmobile.svg scale-set-08.png icon-set-bars-three-quarters.svg lc_arrowshapes.up-right-arrow-callout.svg icon-set-flags-green.svg lc_fontcolor.svg lc_rowheight.svg ui-bg_diagonals-thick_20_666666_40x40.png lc_arrowshapes.split-round-arrow.svg lc_helpindex_secondary.svg ui-bg_glass_65_ffffff_1x400.png nostacksteppedboth_52x60.svg lc_leavegroup.svg lc26049.svg lc_swresredline_tablechg.svg lc_swresnc20002.svg areasfull_52x60.svg lc_navigator.svg columns3ddeep_52x60.svg icon-set-squares-one-quarter.svg lc_sidebardeck.a11ycheckdeck.svg barpercent_52x60.svg symbol_ARROW_LEFT.svg errorleft_30.svg lc_formattingmarkmenu.svg sc_alignverticalcenter.svg errorright_30.svg lc_arrowshapes.left-right-arrow-callout.svg lc_changesmenu.svg typebubble_16.svg lc_underline.svg ui-icons_777620_256x240.png lc_swresnc20011.svg lc_flowchartshapes.flowchart-summing-junction.svg lc_arrowshapes.up-right-down-arrow.svg lc_basicshapes.circle-pie.svg lc_decrementindent.svg lc_exportepub.svg icon-set-shapes-circle.svg lc_basicshapes.octagon.svg lc_rejecttrackedchange.svg sidebar-property-large.svg lc_save.svg lc_ressx03255.svg icon-set-grayarrows-up.svg lc_recsearch.svg lc_graphicdialog.svg scale-set-03.png pyramindhori_52x60.svg lc_insertminorgrid.svg lc_formatmeanvalue.svg lc_insertsofthyphen.svg lc_fontworksameletterheights.svg lc_basicshapes.parallelogram.svg lc_wrappropertypanel.svg lc_symbolshapes.forbidden.svg lc_aligncenter.svg valueaxisdirect3d_52x60.svg lc_fontworkshapetype.fontwork-plain-text.svg lc_fontworkshapetype.fontwork-arch-up-curve.svg lc_insertrlm.svg lc_menubar.svg lc_editdoc.svg lc_symbolshapes.quad-bevel.svg lc_flowchartshapes.flowchart-data.svg stock_52x60.svg lc_lineendstyle.svg lc_symbolshapes.sun.svg lc_basicshapes.quadrat.svg lc_masterslide.svg databar-set-10.png lc_formproperties.svg lc_arrowshapes.right-arrow.svg lc_numberformatstandard.svg lc_deletecolumnbreak.svg lc_goalseekdialog.svg lc_firstlineindent.svg fr04.svg lc_helpindex.svg lc_thickbottom.svg conestack_52x60.svg lc_savemodified.svg stockblock_52x60.svg lc_numberformatcurrency.svg spritesheet-2x.png nostackdirect3d_52x60.svg lc_rotation.svg lc_searchnext.svg lc_bold.svg lc_numberformatdate.svg lc_bottom.svg layers.png lc_styleapply3fstyle3astring3dneutral26familyname3astring3dcellstyles.svg lc_startformula.svg lc_setborderstyle.svg lc_decimalplaces.svg lc_insertrowsmenu.svg marker-icon-2x.png lc_sortascending.svg lc_insertzwnbsp.svg lc_chart2restypebubble_16.svg lc_insertpagetitlefield.svg lc_showrow.svg refinp2.svg regavg.svg lc_paraspacedecrease.svg pyramindpercent_52x60.svg errordown_30.svg lc_fontworkshapetype.fontwork-open-circle-pour.svg regexp.svg lc_shadowed.svg lc_sdresobjects.svg lc_backcolor.svg lc_basicshapes.diamond.svg lc_insertobjectstarmath.svg lc_wraptext.svg lc_leftindent.svg lc_hiderow.svg lc_swresnc20000.svg lc_selecttable.svg lc_justifypara.svg lc_swresnc20004.svg indentation_marker_down.svg lc_deletecolumns.svg lc_pie.svg lc_addname.svg lc_all.svg lc_formatchartarea.svg lc_compressgraphic.svg lc_morebutton.svg lc_fontheight.svg lc_swresnc20006.svg lc_hangingindent.svg lc_aligndown.svg lc_lastrecord.svg lc_formatdatalabel.svg lc_insertframe.svg lc_arrangemenu.svg lc_text.svg lc_nextrecord.svg plus.svg lc_swresnc20010.svg lc_gradangle.svg lc_borderdialog.svg lc_formularesfapok.svg lc_deletenote.svg icon-set-shapes-triangle.svg lc_deletepivottable.svg lc_addeditbibliography.svg scale-set-09.png lc_cmdsc_paste.svg lc_unlinkcitation.svg lc_shownote.svg handle_end.svg lc_setoptimalcolumnwidth.svg lc_substract.svg typecolumnline_16.svg lc_forward.svg lc_setoutline.svg scale-set-10.png lc_togglemergecells.svg lc_pagedialog.svg lc_starshapes.vertical-scroll.svg sc_calloutshapes.line-callout-3.svg icon-set-colorarrows-down.svg lc_insertcolumnsmenu.svg lc_sdrespageobjs.svg marker-shadow.png lc_deleterows.svg lc_insertbookmark.svg lc_inserttitlefield.svg | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.884134 -0700 [ coolwsd ] TRC  Pre-read 10 file(s) from directory: /usr/share/coolwsd/browser/dist: admin-bundle.js wasm.html cool-help.html device-mobile.css cool.html bundle.css device-tablet.css bundle.js device-desktop.css global.js | wsd/FileServer.cpp:928
wsd-667125-667125 2024-09-30 10:34:32.884171 -0700 [ coolwsd ] DBG  New SocketPoll [websrv_poll] owned by 0x7136e3c69840| net/Socket.cpp:244
wsd-667125-667125 2024-09-30 10:34:32.884253 -0700 [ coolwsd ] TRC  Initialize StorageConnectionManager| wsd/COOLWSD.cpp:2957
wsd-667125-667125 2024-09-30 10:34:32.886141 -0700 [ coolwsd ] INF  Using SSL_CERT_FILE of: /etc/ssl/certs/ca-certificates.crt| net/Ssl.cpp:154
wsd-667125-667125 2024-09-30 10:34:32.905029 -0700 [ coolwsd ] INF  Initialized Client SSL.| wsd/wopi/StorageConnectionManager.cpp:235
wsd-667125-667125 2024-09-30 10:34:32.905044 -0700 [ coolwsd ] DBG  New SocketPoll [prisoner_poll] owned by 0x7136e3c69840| net/Socket.cpp:244
wsd-667125-667125 2024-09-30 10:34:32.905051 -0700 [ coolwsd ] DBG  New SocketPoll [accept_poll] owned by 0x7136e3c69840| net/Socket.cpp:244
wsd-667125-667125 2024-09-30 10:34:32.905054 -0700 [ coolwsd ] DBG  New SocketPoll [admin] owned by 0x7136e3c69840| net/Socket.cpp:244
wsd-667125-667125 2024-09-30 10:34:32.905077 -0700 [ coolwsd ] INF  AdminModel ctor.| wsd/AdminModel.hpp:350
wsd-667125-667125 2024-09-30 10:34:32.905079 -0700 [ coolwsd ] INF  Admin ctor| wsd/Admin.cpp:524
wsd-667125-667125 2024-09-30 10:34:32.905080 -0700 [ coolwsd ] TRC  Total system memory:  4002164 KB| wsd/Admin.cpp:526
wsd-667125-667125 2024-09-30 10:34:32.905098 -0700 [ coolwsd ] TRC  control group path for memory is | common/Util-desktop.cpp:183
wsd-667125-667125 2024-09-30 10:34:32.905102 -0700 [ coolwsd ] TRC  no cgroup memory limit| wsd/Admin.cpp:536
wsd-667125-667125 2024-09-30 10:34:32.905107 -0700 [ coolwsd ] TRC  control group path for memory is | common/Util-desktop.cpp:183
wsd-667125-667125 2024-09-30 10:34:32.905109 -0700 [ coolwsd ] TRC  no cgroup memory soft limit| wsd/Admin.cpp:546
wsd-667125-667125 2024-09-30 10:34:32.905804 -0700 [ coolwsd ] INF  Total available memory: 3201732 KB (3.1 GB), System memory: 4002164 KB (3.8 GB), cgroup limit: 0 KB, cgroup soft-limit: 0 KB, configured memproportion: 80%, actual percentage of system total: 80%, current usage: 52781 KB (1.6% of limit)| wsd/Admin.cpp:572
wsd-667125-667125 2024-09-30 10:34:32.905829 -0700 [ coolwsd ] INF  hardware threads: 4| wsd/Admin.cpp:587
wsd-667125-667125 2024-09-30 10:34:32.905847 -0700 [ coolwsd ] TRC  Initialize StorageBase| wsd/COOLWSD.cpp:2965
wsd-667125-667125 2024-09-30 10:34:32.906773 -0700 [ coolwsd ] TRC  Comparing smaps_rollup read and rewind+read: 42888 vs 42888| wsd/COOLWSD.cpp:2976
wsd-667125-667125 2024-09-30 10:34:32.906835 -0700 [ coolwsd ] INF  Coolwsd version details: 24.04.7.2 - d5ebff5 - id d216dd51 - on Debian GNU/Linux 12 (bookworm)| wsd/COOLWSD.cpp:4339
wsd-667125-667125 2024-09-30 10:34:32.906890 -0700 [ coolwsd ] INF  SSL Cert file: /etc/coolwsd/cert.pem| wsd/COOLWSD.cpp:3018
wsd-667125-667125 2024-09-30 10:34:32.906893 -0700 [ coolwsd ] INF  SSL Key file: /etc/coolwsd/key.pem| wsd/COOLWSD.cpp:3021
wsd-667125-667125 2024-09-30 10:34:32.906896 -0700 [ coolwsd ] INF  SSL CA file: /etc/coolwsd/ca-chain.cert.pem| wsd/COOLWSD.cpp:3024
wsd-667125-667125 2024-09-30 10:34:32.906898 -0700 [ coolwsd ] INF  SSL Cipher list: ALL:!ADH:!LOW:!EXP:!MD5:@STRENGTH| wsd/COOLWSD.cpp:3029
wsd-667125-667125 2024-09-30 10:34:32.927047 -0700 [ coolwsd ] INF  Initialized Server SSL.| wsd/COOLWSD.cpp:3039
wsd-667125-667125 2024-09-30 10:34:32.927070 -0700 [ coolwsd ] DBG  New SocketPoll [remoteconfig_poll] owned by 0x7136e3c69840| net/Socket.cpp:244
wsd-667125-667125 2024-09-30 10:34:32.927084 -0700 [ coolwsd ] INF  Remote configuration is not specified in coolwsd.xml| wsd/COOLWSD.cpp:1126
wsd-667125-667125 2024-09-30 10:34:32.927239 -0700 [ coolwsd ] INF  Locale is set to C.UTF-8| wsd/COOLWSD.cpp:4367
wsd-667125-667125 2024-09-30 10:34:32.927246 -0700 [ coolwsd ] DBG  FileServerRoot: /usr/share/coolwsd| wsd/COOLWSD.cpp:4386
wsd-667125-667125 2024-09-30 10:34:32.927248 -0700 [ coolwsd ] DBG  Initializing DelaySocket with 0ms.| wsd/COOLWSD.cpp:4388
wsd-667125-667125 2024-09-30 10:34:32.927281 -0700 [ coolwsd ] DBG  Processing discovery.xml from /usr/share/coolwsd/discovery.xml| wsd/ClientRequestDispatcher.cpp:1933
wsd-667125-667125 2024-09-30 10:34:32.927776 -0700 [ coolwsd ] DBG  Enabling editing of [odt] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927784 -0700 [ coolwsd ] DBG  Enabling editing of [fodt] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927801 -0700 [ coolwsd ] DBG  Enabling editing of [doc] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927812 -0700 [ coolwsd ] DBG  Enabling editing of [docx] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927818 -0700 [ coolwsd ] DBG  Enabling editing of [docm] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927870 -0700 [ coolwsd ] DBG  Enabling editing of [rtf] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927877 -0700 [ coolwsd ] DBG  Enabling editing of [txt] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927914 -0700 [ coolwsd ] DBG  Enabling editing of [odm] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927926 -0700 [ coolwsd ] DBG  Enabling editing of [oth] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927938 -0700 [ coolwsd ] DBG  Enabling editing of [ods] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927945 -0700 [ coolwsd ] DBG  Enabling editing of [fods] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927962 -0700 [ coolwsd ] DBG  Enabling editing of [xls] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927969 -0700 [ coolwsd ] DBG  Enabling editing of [xla] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.927987 -0700 [ coolwsd ] DBG  Enabling editing of [xlsx] extension files| wsd/ClientRequestDispatcher.cpp:1958
coolforkit-caps does not exist, install coolwsd-deprecated package
wsd-667125-667132 2024-09-30 10:34:32.931559 -0700 [ prisoner_poll ] INF  Thread 667132 (7136e23a86c0) of process 667125 formerly unnamed is now called [prisoner_poll]| common/Util.cpp:330
wsd-667125-667132 2024-09-30 10:34:32.931578 -0700 [ prisoner_poll ] INF  Starting polling thread [prisoner_poll] with thread affinity set to 0x7136e23a86c0.| net/Socket.cpp:375
wsd-667125-667132 2024-09-30 10:34:32.931583 -0700 [ prisoner_poll ] TRC  ppoll start, timeoutMicroS: 64000000 size 0| net/Socket.cpp:430
wsd-667125-667132 2024-09-30 10:34:32.931589 -0700 [ prisoner_poll ] TRC  Poll completed with 1 live polls max (64000000us)| net/Socket.cpp:448
wsd-667125-667132 2024-09-30 10:34:32.931590 -0700 [ prisoner_poll ] TRC  #6: Handling events of wakeup pipe: 0x1| net/Socket.cpp:457
wsd-667125-667132 2024-09-30 10:34:32.931596 -0700 [ prisoner_poll ] TRC  Wakeup pipe read 1 bytes| net/Socket.cpp:464
wsd-667125-667132 2024-09-30 10:34:32.931598 -0700 [ prisoner_poll ] TRC  Inserting 1 new sockets after the existing 0| net/Socket.cpp:476
wsd-667125-667132 2024-09-30 10:34:32.931599 -0700 [ prisoner_poll ] TRC  #15: Thread affinity set to 0x7136e23a86c0 (was 0)| net/Socket.hpp:326
wsd-667125-667132 2024-09-30 10:34:32.931602 -0700 [ prisoner_poll ] TRC  PrisonerPoll - wakes up with 0 new children and 0 brokers and 0 kits forking| wsd/COOLWSD.cpp:3492
wsd-667125-667132 2024-09-30 10:34:32.931605 -0700 [ prisoner_poll ] INF  Creating new forkit process.| wsd/COOLWSD.cpp:3515
wsd-667125-667132 2024-09-30 10:34:32.931637 -0700 [ prisoner_poll ] FTL  coolforkit-caps does not exist, install coolwsd-deprecated package| wsd/COOLWSD.cpp:3609
Setting ShutdownRequestFlag: Failed to spawn coolforkit.
wsd-667125-667132 2024-09-30 10:34:32.931650 -0700 [ prisoner_poll ] INF  Launching forkit process: /usr/bin/coolforkit-caps --systemplate=/opt/cool/systemplate --lotemplate=/opt/collaboraoffice --childroot=/opt/cool/child-roots/667125-74b5fb45/ --clientport=9980 --masterport=coolwsd-hGLtnM8C --rlimits=limit_virt_mem_mb:0;limit_stack_mem_kb:20000;limit_file_size_mb:0;limit_num_open_files:0 --version --ui=default| wsd/COOLWSD.cpp:3631
wsd-667125-667132 2024-09-30 10:34:32.931812 -0700 [ prisoner_poll ] INF  Forkit process launched: -1| wsd/COOLWSD.cpp:3637
wsd-667125-667132 2024-09-30 10:34:32.931815 -0700 [ prisoner_poll ] TRC  Rebalance children to 1, have 0 and 1 outstanding requests| wsd/COOLWSD.cpp:553
wsd-667125-667132 2024-09-30 10:34:32.931824 -0700 [ prisoner_poll ] FTL  Setting ShutdownRequestFlag: Failed to spawn coolforkit.| wsd/COOLWSD.cpp:3337
wsd-667125-667132 2024-09-30 10:34:32.931838 -0700 [ prisoner_poll ] ERR  Forkit waitpid failed (ECHILD: No child processes)| wsd/COOLWSD.cpp:3395
wsd-667125-667132 2024-09-30 10:34:32.931856 -0700 [ prisoner_poll ] TRC  PollSocket container size has changed from 0 to 1| net/Socket.cpp:521
wsd-667125-667132 2024-09-30 10:34:32.931859 -0700 [ prisoner_poll ] TRC  #15: setupPollFds getPollEvents: 0x1| net/Socket.hpp:880
wsd-667125-667132 2024-09-30 10:34:32.931860 -0700 [ prisoner_poll ] TRC  ppoll start, timeoutMicroS: 64000000 size 1| net/Socket.cpp:430
wsd-667125-667132 2024-09-30 10:34:32.931863 -0700 [ prisoner_poll ] TRC  Poll completed with 1 live polls max (64000000us)| net/Socket.cpp:448
wsd-667125-667132 2024-09-30 10:34:32.931864 -0700 [ prisoner_poll ] TRC  #6: Handling events of wakeup pipe: 0x1| net/Socket.cpp:457
wsd-667125-667132 2024-09-30 10:34:32.931866 -0700 [ prisoner_poll ] TRC  Wakeup pipe read 1 bytes| net/Socket.cpp:464
wsd-667125-667132 2024-09-30 10:34:32.931867 -0700 [ prisoner_poll ] TRC  PrisonerPoll - wakes up with 0 new children and 0 brokers and 1 kits forking| wsd/COOLWSD.cpp:3492
wsd-667125-667132 2024-09-30 10:34:32.931869 -0700 [ prisoner_poll ] ERR  Forkit waitpid failed (ECHILD: No child processes)| wsd/COOLWSD.cpp:3395
Shutdown requested while starting up. Exiting.
wsd-667125-667125 2024-09-30 10:34:32.928179 -0700 [ coolwsd ] DBG  Enabling editing of [xlsb] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928187 -0700 [ coolwsd ] DBG  Enabling editing of [xlsm] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928194 -0700 [ coolwsd ] DBG  Enabling editing of [dif] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928201 -0700 [ coolwsd ] DBG  Enabling editing of [slk] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928208 -0700 [ coolwsd ] DBG  Enabling editing of [csv] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928215 -0700 [ coolwsd ] DBG  Enabling editing of [dbf] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928245 -0700 [ coolwsd ] DBG  Enabling editing of [odp] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928252 -0700 [ coolwsd ] DBG  Enabling editing of [fodp] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928270 -0700 [ coolwsd ] DBG  Enabling editing of [ppt] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928283 -0700 [ coolwsd ] DBG  Enabling editing of [pptx] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928290 -0700 [ coolwsd ] DBG  Enabling editing of [pptm] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928309 -0700 [ coolwsd ] DBG  Enabling editing of [ppsx] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928334 -0700 [ coolwsd ] DBG  Enabling editing of [odg] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928341 -0700 [ coolwsd ] DBG  Enabling editing of [fodg] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.928494 -0700 [ coolwsd ] DBG  Enabling editing of [] extension files| wsd/ClientRequestDispatcher.cpp:1958
wsd-667125-667125 2024-09-30 10:34:32.931415 -0700 [ coolwsd ] TRC  #14: Created socket. Thread affinity set to 0x7136e3c69840| net/Socket.hpp:384
wsd-667125-667125 2024-09-30 10:34:32.931430 -0700 [ coolwsd ] TRC  #14: Bind to: IPv6 port: 9980| net/Socket.cpp:1055
wsd-667125-667125 2024-09-30 10:34:32.931435 -0700 [ coolwsd ] TRC  #14: Listening| net/ServerSocket.hpp:77
wsd-667125-667125 2024-09-30 10:34:32.931437 -0700 [ coolwsd ] INF  #14 Listening to client connections on port 9980| wsd/COOLWSD.cpp:4256
wsd-667125-667125 2024-09-30 10:34:32.931440 -0700 [ coolwsd ] TRC  Creating thread for SocketPoll prisoner_poll| net/Socket.cpp:312
wsd-667125-667125 2024-09-30 10:34:32.931512 -0700 [ coolwsd ] TRC  #15: Created socket. Thread affinity set to 0x7136e3c69840| net/Socket.hpp:384
wsd-667125-667125 2024-09-30 10:34:32.931516 -0700 [ coolwsd ] INF  #15: Binding to Unix socket for local server with base name: 0coolwsd-| net/Socket.cpp:1237
wsd-667125-667125 2024-09-30 10:34:32.931525 -0700 [ coolwsd ] TRC  #15: Binding to Unix socket location [coolwsd-hGLtnM8C], result: 0| net/Socket.cpp:1264
wsd-667125-667125 2024-09-30 10:34:32.931529 -0700 [ coolwsd ] TRC  #15: Listening| net/ServerSocket.hpp:77
wsd-667125-667125 2024-09-30 10:34:32.931530 -0700 [ coolwsd ] INF  Listening to prisoner connections on coolwsd-hGLtnM8C| wsd/COOLWSD.cpp:4189
wsd-667125-667125 2024-09-30 10:34:32.931531 -0700 [ coolwsd ] TRC  Inserting socket #15, address [], into prisoner_poll| net/Socket.hpp:742
wsd-667125-667125 2024-09-30 10:34:32.931533 -0700 [ coolwsd ] TRC  #15: Resetting thread affinity while in transit (was 0x7136e3c69840)| net/Socket.hpp:337
wsd-667125-667125 2024-09-30 10:34:32.931540 -0700 [ coolwsd ] INF  Waiting for a new child for a max of 20000ms| wsd/COOLWSD.cpp:4428
wsd-667125-667125 2024-09-30 10:34:52.931730 -0700 [ coolwsd ] TRC  Have 0 new children.| wsd/COOLWSD.cpp:4437
wsd-667125-667125 2024-09-30 10:34:52.931777 -0700 [ coolwsd ] FTL  Shutdown requested while starting up. Exiting.| wsd/COOLWSD.cpp:4441
Forced Exit with code: 70
wsd-667125-667125 2024-09-30 10:34:52.931804 -0700 [ coolwsd ] FTL  Forced Exit with code: 70| common/Util.cpp:822