我使用 Foliate 电子书阅读器来阅读 epub。我的书在不同的计算机上存储在相同的目录结构中(包括相同的分区挂载点)。我想同步我的阅读进度。怎么做?
正如标题所说,我的系统时钟不同步。这是有问题的,因为我需要更新我的软件,并且我继续收到诸如“发布文件...无效”之类的错误。我在整个网站上尝试 了多个 修复程序,但没有一个解决我的问题。有没有人有任何其他想法?
一些附加信息:
我正在运行 Ubuntu 22.04 LTS(双启动中没有 Windows)。
当我跑步时
sudo systemctl restart systemd-timesyncd
,我得到Failed to restart systemd-timesyncd.service: Unit systemd-timesyncd.service is masked.
当我跑步时
timedatectl
,我得到Local time: Wed 2022-06-08 03:33:34 CDT Universal time: Wed 2022-06-08 08:33:34 UTC RTC time: Wed 2022-06-08 08:33:34 Time zone: America/Chicago (CDT, -0500)
系统时钟同步:否
NTP service: n/a RTC in local TZ: no
另外,因为我尝试了一些以前的解决方案,所以我失去了自动设置日期和时间的能力,正如这篇文章的第一个答案所建议的那样。
设置的图形用户界面:
更新(感谢 user68186)
- 我的
/etc/systemd/timesyncd.conf
文件中有以下内容:
[Time]
NTP=ntp.ubuntu.com
FallbackNTP=pool.ntp.org
#RootDistanceMaxSec=5
#PollIntervalMinSec=32
#PollIntervalMaxSec=2048
我的 NTP 服务现在再次处于活动状态,并且“自动日期和时间”开关再次在我的设置 GUI 中可用。由于我的设备不支持 NTP,因此通过参考这篇文章取得了这一进展。
我仍然没有在我的设备上同步我的时间。
运行以下命令,没有返回错误!
sudo systemctl enable systemd-timesyncd.service
sudo systemctl start systemd-timesyncd.service
有没有办法在 ubuntu 22.04 上安装当前的 MEGAsync 桌面客户端?
他们提供megasync-xUbuntu_18.04_amd64.deb
最新版本。
当我尝试安装它时,我得到:
$ sudo dpkg -i megasync-xUbuntu_18.04_amd64.deb
Selecting previously unselected package megasync.
(Reading database ... 381862 files and directories currently installed.)
Preparing to unpack megasync-xUbuntu_18.04_amd64.deb ...
Unpacking megasync (4.6.6-3.1) ...
dpkg: dependency problems prevent configuration of megasync:
megasync depends on libc-ares2 (>= 1.11.0~rc1); however:
Package libc-ares2 is not installed.
megasync depends on libcrypto++6; however:
Package libcrypto++6 is not installed.
megasync depends on libmediainfo0v5 (>= 0.7.56); however:
Package libmediainfo0v5 is not installed.
megasync depends on libssl1.1 (>= 1.1.1); however:
Package libssl1.1 is not installed.
megasync depends on libzen0v5 (>= 0.4.31-2~); however:
Package libzen0v5 is not installed.
dpkg: error processing package megasync (--install):
dependency problems - leaving unconfigured
Processing triggers for mailcap (3.70+nmu1ubuntu1) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu3) ...
Processing triggers for desktop-file-utils (0.26-1ubuntu3) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
megasync
libcrypto++8
可用,但不可libcrypto++6.
libc-ares2
用。libssl1.1
没有安装候选;libssl3
可用。
第一次安装
$ sudo apt install libcrypto++8 libc-ares2 libmediainfo0v5 libssl3
将错误消息减少到
dpkg: dependency problems prevent configuration of megasync:
megasync depends on libcrypto++6; however:
Package libcrypto++6 is not installed.
megasync depends on libssl1.1 (>= 1.1.1); however:
Package libssl1.1 is not installed.
但仍然 - 我无法安装该软件包。
我想要时间同步,但不是。我尝试运行以下命令,但它仍然没有同步。
# timedatectl set-ntp off
# timedatectl set-ntp on
# timedatectl status
Local time: Fri 2021-08-06 20:01:43 EDT
Universal time: Sat 2021-08-07 00:01:43 UTC
RTC time: Fri 2021-08-06 20:01:43
Time zone: America/New_York (EDT, -0400)
System clock synchronized: no
systemd-timesyncd.service active: yes
RTC in local TZ: no
编辑:更多信息
systemctl status systemd-timesyncd
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Active: failed (Result: exit-code) since Sat 2021-08-07 15:26:10 EDT; 58min ago
Docs: man:systemd-timesyncd.service(8)
Process: 9351 ExecStart=/lib/systemd/systemd-timesyncd (code=exited, status=238/STATE_DIRECTORY)
Main PID: 9351 (code=exited, status=238/STATE_DIRECTORY)
# journalctl -u systemd-timesyncd
1]: systemd-timesyncd.service: Service has no hold-off time, scheduling restart.
1]: systemd-timesyncd.service: Scheduled restart job, restart counter is at 5.
1]: Stopped Network Time Synchronization.
1]: systemd-timesyncd.service: Start request repeated too quickly.
1]: systemd-timesyncd.service: Failed with result 'exit-code'.
1]: Failed to start Network Time Synchronization.
运行 Ubuntu 18.04。互联网工作,可以浏览互联网。
我正在开发 ubuntu,我想看看哪个 NTP 被用作默认值,例如。年代久远!如果它甚至被配置为在另一个应用程序的集群中进行正确的时间同步。那么我如何知道在 linux-ubuntu 操作系统上配置了哪个 NTP?
提前致谢
我的分区方案包括一个 Windows 10 分区、一个 Ubuntu 20.04 分区和一个我想在两个操作系统中使用的文件的共享分区。由于我的组织使用的是microsoft onedrive,所以我将onedrive文件夹放在共享分区中,它与windows客户端同步,但是ubuntu无法读取文件无法与linux客户端同步(onedrive v2.4.6-7 -ga3c4ba1)。有解决方法吗?
编辑
在文件管理器中,我看到带有锁定符号的文件夹图标,当我打开它时,我看到每个文件都有一个红色的“x”和一个带有指向东北的箭头的紫色圆圈,如果我尝试打开这些文件,我会得到错误消息“没有为符号链接文件安装应用程序”。当我执行 onedrive 同步时,我得到“重试同步计数:1:{我在 onedrive 中的文件名}:没有这样的文件或目录”,尝试了三次然后它放弃了
我试图使用 Nautilus 将目录从本地驱动器复制到 Google Drive。但 Nautilus 表明它需要 596,523 小时。此外,在复制方面也没有明显的进展。当我使用 Google Drive 本身(文件夹上传)时,它建议的时间大约是 24 小时。
为什么需要的时间有如此大的差异?可以做些什么来解决这个问题?
从 Ubuntu 18.04 更新到 20.04 后,我chromium
丢失了它的配置文件。
经过一番谷歌搜索,我发现在 20.04 中snap
使用chromium
.
我将我的个人资料从 复制~/.config/chromium/Profile 1
到~/snap/chromium/current/.config/chromium/Profile 1
并且能够获得我打开的页面。
谷歌要求我登录以启用同步。
我登录了,但我存储的密码没有同步。
Chromium
无法在网站中填写用户名和密码。
在chromium
密码管理器中看不到网站和密码的设置中。
我有一个多星期的同步问题。
所以这是snap
chromium
版本问题而不是同步问题。
我怎样才能将它们同步回来?