似水流年 - 日常问题 /category/problem/ zh-CN Sun, 10 Apr 2022 20:29:00 +0800 Sun, 10 Apr 2022 20:29:00 +0800 Windows2008 R2更新系统失败 /archives/314.html /archives/314.html Sun, 10 Apr 2022 20:29:00 +0800 Admin 服务器DD的Windows2008 R2,成功之后,准备系统更行补丁,失败。
错误代码800f0818

安装360安全卫士更新补丁只有6个,明显不够哦。

[...]

]]>
2 /archives/314.html#comments /feed/category/problem/archives/314.html
Docker pull 提示manifest unknown的报错 /archives/304.html /archives/304.html Sun, 24 May 2020 18:54:08 +0800 Admin   今天构建一个Docker镜像推送到仓库时候提示错误

root@hwZ:~/DocHub# docker images
REPOSITORY          TAG                 IMAGE ID            CREATED             SIZE
alfhua/dochub       v2.4                a81da441cfec        9 minutes ago       1.67GB
<none>              <none>              ef1268068df4        50 minutes ago      140MB
ubuntu              16.04               005d2078bdfa        4 weeks ago         125MB
root@hwZ:~/DocHub# docker pull alfhua/dochub:v2.4.latest
Error response from daemon: manifest for alfhua/dochub:v2.4.latest not found: manifest unknown: manifest unknown

[...]

]]>
0 /archives/304.html#comments /feed/category/problem/archives/304.html
Transmission状态提示错误:UDP Failed to set receive/send buffer /archives/300.html /archives/300.html Sat, 23 May 2020 17:07:00 +0800 Admin   斐讯N1安装的Transmission运行状态检查提示错误

root@n1:/usr/bin# service transmission-daemon status
● transmission-daemon.service - Transmission BitTorrent Daemon
   Loaded: loaded (/lib/systemd/system/transmission-daemon.service; enabled; vendor preset: enabled)
   Active: active (running) since Sat 2020-05-23 16:57:56 CST; 4min 33s ago
  Process: 6425 ExecStop=/bin/kill -s STOP $MAINPID (code=exited, status=0/SUCCESS)
 Main PID: 8028 (transmission-da)
   CGroup: /system.slice/transmission-daemon.service
           └─8028 /usr/bin/transmission-daemon -f --log-error

May 23 16:57:56 n1 systemd[1]: Started Transmission BitTorrent Daemon.
May 23 16:58:04 n1 transmission-daemon[8028]: [2020-05-23 16:58:04.421 CST] UDP Failed to set receive buffer: reques
May 23 16:58:04 n1 transmission-daemon[8028]: [2020-05-23 16:58:04.421 CST] UDP Failed to set send buffer: requested

[...]

]]>
0 /archives/300.html#comments /feed/category/problem/archives/300.html
本地网络无法解析设置为内网IP的域名DNS记录 /archives/161.html /archives/161.html Wed, 15 Apr 2020 20:51:00 +0800 Admin   内网设备太多,再加上有时候需要搭建一些服务。使用IP访问,既不好看,又很难使用SSL证书。

  所以找一个域名,三级域名设置A记录为内网设备IP,是比较好的方式。

  但是,实际使用中发现,在DNS处已经设置内网IP。但是本地设备上,无法ping通域名,请求找不到主机。

[...]

]]>
0 /archives/161.html#comments /feed/category/problem/archives/161.html
OpenWrt分配的静态地址不起作用 /archives/149.html /archives/149.html Sat, 11 Apr 2020 23:20:00 +0800 Admin   OpenWrt根据MAC在DHCP界面分配静态地址。但是使用过程中,发现设备的获取的IP不是界面分配的。有时候重启了路由器,还是没效果。

  可以打开Windows命令行或者Power Shell,执行以下命令:

ipconfig /release
ipconfig /renew

  第一条命令是删除旧租约,第二条命令就是手动更新租约。

  至此,应该可以解决静态IP分配不生效的问题。
  不过OpenWrt问题的根源依旧没解决。

  PS:实际过程中,还是发现最好在客户端手动设置静态IP。

]]>
0 /archives/149.html#comments /feed/category/problem/archives/149.html