wuuyun 发表于 2021-2-26 18:05:04

如何看到哪里出错呢 win10ubuntu 子系统安装出现的

如何看到哪里出错呢 win10ubuntu 子系统安装出现的
lnmp1.7
log地址: https://ws28.cn/f/4t3ut65yq3s

licess 发表于 2021-2-27 10:12:30

[ 28%] Building CXX object sql/CMakeFiles/sql.dir/opt_table_elimination.cc.o
during RTL pass: vartrack
/home/lnmp1.7/src/mariadb-10.4.13/sql/opt_table_elimination.cc: In function ‘void add_module_expr(Dep_analysis_context*, Dep_module_expr**, uint, Dep_value_field*, Item*, List<Dep_value_field>*)’:
/home/lnmp1.7/src/mariadb-10.4.13/sql/opt_table_elimination.cc:1551:1: internal compiler error: Segmentation fault
1551 | }
      | ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-9/README.Bugs> for instructions.
make: *** Error 1
make: *** Error 2

不确定什么原因

long 发表于 2021-2-28 12:27:00

@licess我也是在win10 wls2 的 debian 子系统里,出现以下错误:

System has not been booted with systemd as init system (PID 1). Can't operate.   

因为子系统没有systemctl导致的吗

wuuyun 发表于 2021-2-28 17:35:05

long 发表于 2021-2-28 12:27
@licess我也是在win10 wls2 的 debian 子系统里,出现以下错误:

System has not been booted with s ...

不知道欸,已经删了,改用xampp了,
我笔记本上的 WSL 可以安装成功 LNMP1.7
出问题的台式机,

licess 发表于 2021-2-28 19:56:23

long 发表于 2021-2-28 12:27
@licess我也是在win10 wls2 的 debian 子系统里,出现以下错误:

System has not been booted with s ...

wls子系统没接触过不太了解

long 发表于 2021-3-1 12:23:03

@licess上面的“wls”写错了,应该是wsl ,   
我现在把所有脚本里 有判断 systemctl 和使用 systemctl 的地方注释掉,就可以正常跑了,   
因为在 wsl2 的 debian 系统用“command -v systemctl”判断是存在的,但它无法使用 导致报 “System has not been booted with systemd as init system (PID 1). Can't operate. ”

licess 发表于 2021-3-2 08:46:52

long 发表于 2021-3-1 12:23
@licess上面的“wls”写错了,应该是wsl ,   
我现在把所有脚本里 有判断 systemctl 和使用 systemct ...

收到,我装个试试
页: [1]
查看完整版本: 如何看到哪里出错呢 win10ubuntu 子系统安装出现的