我在 Ubuntu 15.10 上运行 MariaDB 10.0.23-0 作为 LAMP 服务器。运行sudo /etc/init.d/mysql start
结果:
Job for mariadb.service failed because a timeout was exceeded. See "systemctl status mariadb.service" and "journalctl -xe" for details.
的输出systemctl status mariadb.service
是:
? mariadb.service - MariaDB 数据库服务器 已加载:已加载(/lib/systemd/system/mariadb.service;已启用;供应商预设:已启用) 插入:/etc/systemd/system/mariadb.service.d ??migrated-from-my.cnf-settings.conf 活动:自美国东部时间周六 2016-03-26 22:52:42 起失败(结果:超时);26 秒前 进程:8707 ExecStart=/usr/sbin/mysqld $MYSQLD_OPTS $_WSREP_NEW_CLUSTER (code=exited, status=0/SUCCESS) 进程:8706 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS) 主PID:8707(代码=退出,状态=0/成功) 3 月 26 日 22:52:39 boggan systemd[1]:mariadb.service:启动操作超时。终止。 Mar 26 22:52:39 boggan mysqld[8707]: …
我被卡住的情况:
问题是我正在尝试将 Ubuntu 15.10 安装为我的主要操作系统。
我有 Windows 10 并尝试在双启动中使用两个操作系统,但在某些时候卡住了。所以我最简单的选择是备份并完全删除以前的操作系统(在这种情况下为 Win 10)并安装 Ubuntu 15.10。一切都很顺利,直到出现致命错误。
引导加载程序安装失败 .. 然后它问我“你想如何继续?” 给我三个选择:
选择不同的设备安装引导装载程序..之间/dev/sda ATA WDC WD7500BPVT-2 (750.2 GB)
和/dev/sda1
,然后当我点击确定放弃继续。
在没有引导加载程序的情况下继续......说我需要手动安装引导加载程序才能启动 Ubuntu。然后当我单击“确定”时再次不继续
取消安装.. 说这可能会使我的计算机无法启动。然后再次不继续,因为我点击确定。
在这种情况下我该怎么办?
linux还支持usb-c吗?到目前为止似乎只有电源功能有效,我的手机一插上就会开始充电。
我想知道 Ubuntu 是否支持 USB-C - 根据我的经验,当我连接手机时,只有充电功能有效。
是否需要额外的程序来启用它?
如果它根本不可用,是否有一个很好的地方可以跟踪开发进度?
我一直在使用avconv
没有问题,但是自从升级到 15.10 并切换到ffmpeg
,library configuration mismatch
我的脚本输出中有一个警告。
这是我为 iPod 和 Fiio X5 Mk2 翻录 CD 的命令。
#!/bin/bash
cdparanoia -Bv
for f in ./*.wav; do avconv -i "$f" -acodec alac "${f%.*}.m4a"; done
eject
ls
Run Code Online (Sandbox Code Playgroud)
当我替换avconv
为ffmpeg
我现在WARNING: library configuration mismatch
在输出中间看到:
ffmpeg version 2.7.3-0ubuntu0.15.10.1 Copyright (c) 2000-2015 the FFmpeg developers
built with gcc 5.2.1 (Ubuntu 5.2.1-22ubuntu2) 20151010
configuration: --prefix=/usr --extra-version=0ubuntu0.15.10.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --enable-shared --disable-stripping --enable-avresample --enable-avisynth --enable-frei0r --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray …
Run Code Online (Sandbox Code Playgroud) 我想禁用启动 Ubuntu 15.10 后出现登录欢迎词时播放的启动音效。如何才能做到这一点?
在全新安装 Ubuntu 15.10 后,使用scp
或 时git clone
,我收到以下警告(命令本身不会失败):key_load_public: invalid format
我怎样才能摆脱这个警告?
更新:这是输出scp -vvv
:
OpenSSH_6.9p1 Ubuntu-2, OpenSSL 1.0.2d 9 Jul 2015
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: /etc/ssh/ssh_config line 19: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to ... [...] port 22.
debug1: Connection established.
key_load_public: invalid format
debug1: identity file /home/alexzeitler/.ssh/id_rsa type -1
debug1: key_load_public: No such file or directory
debug1: identity file /home/alexzeitler/.ssh/id_rsa-cert type -1
debug1: key_load_public: No such file or …
Run Code Online (Sandbox Code Playgroud) 尝试使用终端升级时,我的升级停止。这是终端中显示的行:
The required dependency 'apt(>=1.0.10.2 ubuntu2)' is not installed.
Run Code Online (Sandbox Code Playgroud)
我的问题是我不知道安装此依赖项的命令。使用其他命令,它说 apt 是最新的。解决方案?
我升级到 Ubuntu 15.10,现在如果我想打开 VMware Player,它什么也不做。我也卸载重装了,还是不行。
我能做什么?
我将我的 ubuntu gnome 安装升级到 15.10,除了触摸板单击功能之外,一切都很好。单击以单击不起作用。我已经尝试了所有可能的解决方案,例如编辑synaptics.conf
文件。
我注意到的一件事是以下内容,这有点奇怪。对于每个输入设备,模式都有一个原始和deprecated
条目,但touchpad
它只有deprecated
. 这是原因吗?
我不知道如何解决这个问题。请帮忙!
org.gnome.settings-daemon.peripherals.input-devices
org.gnome.settings-daemon.peripherals.keyboard
org.gnome.settings-daemon.peripherals.keyboard.deprecated:/
org.gnome.settings-daemon.peripherals.mouse
org.gnome.settings-daemon.peripherals.mouse.deprecated:/
org.gnome.settings-daemon.peripherals.smartcard
org.gnome.settings-daemon.peripherals.touchpad.deprecated:/
org.gnome.settings-daemon.peripherals.touchscreen
org.gnome.settings-daemon.peripherals.trackball.deprecated:/
org.gnome.settings-daemon.peripherals.wacom:/
org.gnome.settings-daemon.peripherals.wacom.eraser:/
org.gnome.settings-daemon.peripherals.wacom.stylus:/
org.gnome.settings-daemon.peripherals.wacom.tablet-button:/
Run Code Online (Sandbox Code Playgroud)
另外,我的synclient
结果是,
$ synclient | grep TapButton
TapButton1 = 0
TapButton2 = 0
TapButton3 = 0
Run Code Online (Sandbox Code Playgroud)
我的xinput
命令产生以下结果,
$ xinput list
Virtual core pointer id=2 [master pointer (3)]
? Virtual core XTEST pointer id=4 [slave pointer (2)]
? SynPS/2 Synaptics TouchPad id=12 [slave pointer (2)]
? …
Run Code Online (Sandbox Code Playgroud) 如果我无法通过有线连接到互联网,如何安装固件 b43 安装程序驱动程序?