看起来是激活的内核没有对应的模块目录。这部分我也不清楚 manjaro 是怎么处理的,只知道它跟 Arch 的不太一样。
离线
看起来是激活的内核没有对应的模块目录。这部分我也不清楚 manjaro 是怎么处理的,只知道它跟 Arch 的不太一样。
我仔细看了一下,的确是,前面那个显卡驱动的问题也是当前内核版本和模块目录不匹配导致的,由于没有找到内核模块,所以内核认不出设备。
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: modprobe: FATAL: Module i915 not found in directory /lib/modules/4.19.66-1-MANJARO
Aug 29 10:38:46 *-pc /usr/lib/gdm-x-session[588]: (EE) open /dev/dri/card0: No such file or directory
这样看来,只要解决了 “当前内核没有对应的模块目录” 这个问题,系统应该就可以修好了。
可是,奇怪的是,先前楼主已经有提到过 pacman -Syu 提示无需更新了。那么,莫非是软件包安装好了,但是 hook 没有执行完毕的时候 pacman 被杀掉了?
离线
看起来是激活的内核没有对应的模块目录。这部分我也不清楚 manjaro 是怎么处理的,只知道它跟 Arch 的不太一样。
在你的另一个贴子看到个pacman -S linux,就照用了下,然后终于登进了
Win的盘也能打开,但 GRUB没 Win的启动项,有线网也没认出,反而是用无线连的
离线
请勿使用 pip 安装、管理系统 Python 包。它会与 pacman 的管理冲突。请只在 venv / virtualenv 中使用 pip。
你可以使用 pip uninstall 来卸载使用 pip 安装的 Python 包,如有需要请使用 pacman 安装对应的软件包。
寻找不被 pacman 管理的文件可以用 findorphanfiles 脚本。
pacman管理的包照样有冲突,咋办。
xgboost-git: 文件系统中存在 /usr/include/dmlc/any.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/array_view.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/base.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/blockingconcurrentqueue.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/common.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/concurrency.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/concurrentqueue.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/config.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/data.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/endian.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/filesystem.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/input_split_shuffle.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/io.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/json.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/logging.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/lua.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/memory.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/memory_io.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/omp.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/optional.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/parameter.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/recordio.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/registry.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/serializer.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/strtonum.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/thread_group.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/thread_local.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/threadediter.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/timer.h (由 mxnet 所有)
xgboost-git: 文件系统中存在 /usr/include/dmlc/type_traits.h (由 mxnet 所有)
发生错误,没有软件包被更新。
这两都依赖同一套dmlc头文件
装了xgboost-git,再装mxnet则报类似错误
mxnet: 文件系统中存在 /usr/include/dmlc/any.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/array_view.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/base.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/blockingconcurrentqueue.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/common.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/concurrency.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/concurrentqueue.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/config.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/data.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/endian.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/filesystem.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/input_split_shuffle.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/io.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/json.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/logging.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/lua.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/memory.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/memory_io.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/omp.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/optional.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/parameter.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/recordio.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/registry.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/serializer.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/strtonum.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/thread_group.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/thread_local.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/threadediter.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/timer.h (由 xgboost-git 所有)
mxnet: 文件系统中存在 /usr/include/dmlc/type_traits.h (由 xgboost-git 所有)
发生错误,没有软件包被更新。
最近编辑记录 jingmouren (2019-09-06 11:42:55)
离线
这两个包有文件冲突呗。有些包就是不能同时安装的,另外也有包打包得不够好,没能避免此类冲突。
我说的 pip 和 pacman 之间的冲突,可不是简单地给你报个错这么简单。
离线
arlinuxcn和arch4edu都有打包好的mxnet
而xgboost只有从git打包的 aur/xgboost-git
上哪提议arlinuxcn打包的人再打一个xgboost,同时解决这个冲突? 这两包是同一个dmlc项目下的,版本匹配了,就不应该有运行冲突
离线
离线
又有新问题
因为/home的剩余空间不足, 我学着用了下 lvextend 结果报错
。。。。。
设备 起点 末尾 扇区 大小 类型
/dev/sda1 2048 534527 532480 260M EFI 系统
/dev/sda2 534528 567295 32768 16M Microsoft 保留
/dev/sda3 567296 210282495 209715200 100G Microsoft 基本数据
/dev/sda4 210282496 629712895 419430400 200G Microsoft 基本数据
/dev/sda5 629712896 797487103 167774208 80G Microsoft 基本数据
/dev/sda6 797487104 1321777151 524290048 250G Linux 文件系统
/dev/sda7 1321777152 1636351999 314574848 150G Linux 文件系统
还有块sda8本来想着装ubuntu的,后来没装。
现在/home和/的空间都不足了,怎么正确操作扩展空间啊
最近编辑记录 jingmouren (2019-09-25 11:31:44)
离线
aur的上哪提呢?
离线
简单来说这个问题就是 查什么什么给不出 血不让抽 体温不让测 心跳不让听 那治病的方法就只有重新投胎
反社会,精神极其不稳定,随时可能炸碎身边所有人
离线
楼上这比喻 只能开天眼 一看即知。
开源/Linux大众化,从驿窗开始~
离线