我工作电脑上的锁有问题

我工作电脑上的锁有问题

我使用的是 Ubuntu 16.04。每当我尝试运行大多数程序时,我都会收到与锁定相关的错误。即使我打开终端窗口,我也会收到与锁定相关的错误。

例如,当我打开终端窗口时,我得到以下内容:

zsh: locking failed for /network/directory/user/.zsh_history: operation not supported: reading anyway

如果我启动 Google Chrome:

[20499:20499:0124/120628.318341:ERROR:process_singleton_posix.cc(280)] Failed to create /network/dir/user/.config/google-chrome/SingletonLock: Operation not supported (95)
[20499:20499:0124/120628.318525:ERROR:chrome_browser_main.cc(1413)] Failed to create a ProcessSingleton for your profile directory. This means that running multiple instances would start multiple browser processes rather than opening a new window in the existing process. Aborting now to avoid profile corruption.

启动名为 Gajim 的应用程序:

Traceback (most recent call last):
  File "gajim.py", line 530, in <module>
    check_paths.check_and_possibly_create_paths()
  File "/usr/share/gajim/src/common/check_paths.py", line 335, in check_and_possibly_create_paths
    create_log_db()
  File "/usr/share/gajim/src/common/check_paths.py", line 79, in create_log_db
    '''
sqlite3.OperationalError: database is locked.

相关内容