在没有全屏的状态下执行 make menuconfig,如果报下面的错误,表示终端的窗口太小,需要放大窗口或者全屏操作. ## using defaults found in /dev/null#Your display is too small to run Menuconfig!It must be at least 19 lines by 80 columns.make[1]: *** [menuconfig] Error 1make: *** [menuconfig] Error 2…
Linux QtCreator 编译报错:No rule to make target 'mainwindow.cpp'  needed by  'mainwindow.o'.stop [1]解决方案 1.打开工程项目的pro文件 2.搜索找到mainwindow.cpp文件的路径 3.切换到工程代码目录下,核对一下对应路径下是否的的确确存在该mainwindow.cpp文件(备注:肯定不存在,存在你不会找到这里来!) 4.想办法搞一个mainwindow.cpp文件放到此对应目录下(提示:经常…
linux 调用 jmap  报错Permission denied 解决方案: 分别对java安装目录,java的bin目录以及jmap命令设置权限 chmod jdk1..0_79 chmod bin chmod jmap…
Linux常见英文报错中文翻译(菜鸟必知) 1.command not found 命令没有找到 2.No such file or directory 没有这个文件或目录 3.Permission denied 权限不足 4.No space left on device 磁盘没有剩余空间 5.File exists 文件已经存在 6.Is a directory 这是1个目录 7.Not a directory 不是1个目录 8.Warning: Changing a readonly fi…
Linux常见英文报错中文翻译(菜鸟必知) 1.command not found 命令没有找到 2.No such file or directory 没有这个文件或目录 3.Permission denied 权限不足 4.No space left on device 磁盘没有剩余空间 5.File exists 文件已经存在 6.Is a directory 这是1个目录 7.Not a directory 不是1个目录 8.Warning: Changing a readonly fi…
Linux更改密码报错:密码未通过字典检查 - 过于简单化/系统化 方案一:直接忽略 很容易认为这儿是一个错误,其实可以直接忽略,重新输入密码 [root@localhost ~]# passwd 更改用户 root 的密码 . 新的 密码: 无效的密码: 密码少于 8 个字符 重新输入新的 密码: passwd:所有的身份验证令牌已经成功更新. [root@localhost ~]# 方案二:对密码规则进行设置 这一部分参考"Linux中国"的文章:如何设置 Linux 系统的密码策…
1.svn在提交文件是报错:previous operation has not finished;run 'cleanup' if it was interrupted2.原因,工作队列被占用,只需在svn项目数据库 .svn文件夹下wc.db的表work_queue 清空即可,[delete from work_queue] 3.项目 clear up 操作,4.成功!…
在 linux 编译内核时 make menuconfig 报了下面的错误. *** Unable to find the ncurses libraries or the *** required header files. *** 'make menuconfig' requires the ncurses libraries. *** Install ncurses (ncurses-devel) and try again. 这是因为系统中缺少 ncurses-devel,安装一下就可以…
官网提示 linux需要这些动态库.depends on: zlib, fontconfig, freetype, X11 libs (libX11, libXext, libXrender) 在linux上执行 ./wkhtmltopdf –page-size A4 www.baidu.com pdf.pdf 报错 error while loading shared libraries: libXrender.so.1 root@mag-sit:/home/mag-sit/wkhtmltox…
Linux查看已经分好的区[root@linuxidc ~]# fdisk -l /dev/sda   Disk /dev/sda: 21.5 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280bytes Sector size (logical/physical): 512 bytes /512 bytes I/O size (m…
安装报错:[oracle@centos1 database]$ ./runInstaller Starting Oracle Universal Installer... Checking installer requirements... Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2                   …
今天开发了一个 excel 导出数据的功能,放到 linux 服务器上后发现报错. 捕获到 java.lang.reflect.InvocationTargetException 异常,这个异常不太常见,度娘后了解到. 异常原因如下: 在某一个项目 A 中使用了某个 jar 包 x.jar, 而 x.jar 引入了一个类 Y, 应该包含 y.jar 才可以使用 Y 类. 但是 y.jar 没有被包含到工程中, 这时候就会在项目 A 中抛出 InvocationTargetException. 原…
分区的过程正常: [root@db1 /]# fdisk -l   Disk /dev/sda: 21.4 GB, 21474836480 bytes 255 heads, 63 sectors/track, 2610 cylinders Units = cylinders of 16065 * 512 = 8225280 bytes      Device Boot      Start         End      Blocks   Id  System /dev/sda1   *  …
解决步骤: apt-get install dkms # 如何安装了dkms就跳过这步 apt-get install linux-headers-`uname -r` # 这个符号是TAB上方的符号,不是单引号. 如果linux-headers安装成功就再次安装virtualbox 如果inux-headers安装失败就 1.下载对应inux-kbuild,地址:https://packages.debian.org/search?keywords=kbuild 2.安装linux-kbuil…
内网的linux服务器给开发员用来测试以及共享文件使用,今天早上发现xshell连接不上该服务器,一开始进入系统显示reboot and select proper boot device or insert boot media in selected boot device and press a key,然后进入bios查看boot的启动选,查看并没有磁盘,再看bios显示的时间是昨晚凌晨3点的时间,时间不准确一般是主板的电池没电了,我设置了每周日凌晨两点重启电脑,因为主板电池没电导致系统…
[INS-20802] Oracle Net Configuration Assistant failed 首先从LinuxIDC.com下载这个补丁包,然后用 unzip p8670579_112010_LINUX.zip 解压这个补丁包,会生成8670579命名的文件夹,cd 8670579 进去后会发现 etc目录和 file目录和一个readme文件. 执行OPatch目录下opatch命令:$ORACLE_HOME/OPatch/opatch apply -invPtrLoc $ORA…
执行过程如下: root@zyx-VirtualBox:~# cd /opt/EmbedSky/ root@zyx-VirtualBox:/opt/EmbedSky# cd linux-2.6.30.4/ root@zyx-VirtualBox:/opt/EmbedSky/linux-2.6.30.4# make menuconfig *** Unable to find the ncurses libraries or the     错误再此 *** required header file…
如题,安装docker后配置仓库报错: [root@centos ~]# yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo Traceback (most recent call last): File , in <module> import yum ImportError: No module named yum 按提示看了yum-config-manage文件: [r…
Linux 通过 apt-get 安装软件时报错,换一个软件安装也一样. Errors were encountered while processing: blueman E: Sub-process /usr/bin/dpkg returned an error code () 解决办法: root@ubuntu:/# cd /var/lib/dpkg/ root@ubuntu:/var/lib/dpkg# mv info/ info_old root@ubuntu:/var/lib/dpk…
最近使用CentOS7学习,安装安装Apache时候,使用yum安装Apache报错:本文适合CentOS7和RHEL7 # yum install httpd 出现:cannot find a valid baseurl for repo:base/7/x86_64. 针对这个问题,网上有大量的解决方案,说是网络不通的,不过很多都是场景式的,比如: 修改: vi /etc/sysconfig/network-scripts/ifcfg-eth0(每个机子都可能不一样,但格式会是“ifcfg-e…
首先说一下存在问题: 本人打算在linux安装一个fasttext用来训练词向量,本来是想要从gensim来调用fasttext的,但是加载大的本地txt一直不对,没办法了只好在linux安装一个fasttext了,他支持直接加载txt来进行训练,但是pip install fasttext直接出错了: Command "/root/anaconda3/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-re…
报错内容: 针对这个错误,我们可以在README.md 文件中看到解释: --------- Selecting a non-default memory allocator when building Redis is done by setting the `MALLOC` environment variable. Redis is compiled and linked against libc malloc by default, with the exception of jemal…
codeigniter Message: mkdir(): Invalid path Filename: drivers/Session_files_driver.php 看起来像权限问题,在默认情况下使用的是php.ini里面的设置 排除权限问题以后就正常了 也可以在congfig文件夹里面的config.php文件的371行增加一句 $config['sess_save_path'] = './你可以读写的目录路径'; ------------------------ 自动加载session…
在使用git pull.git push.git clone会报类似例如以下的错误: error: The requested URL returned error: 401 Unauthorized while accessing https://git.oschina.net/zemo/demo.git/info/refs fatal: HTTP request failed 通常是因为git版本号的问题. 使用例如以下指令查看版本号: # git --version git version…
前言 使用ab压力测试时候出现报错apr_pollset_poll: The timeout specified has expired (70007),本篇总结了几个ab常见的报错和对应解决办法 当并发数过大的时候,也会出现apr_socket_recv: Connection reset by peer (104) apr_pollset_poll 如果出现apr_pollset_poll: The timeout specified has expired (70007),主要是timeo…
centos7 +  python3.6.4 我使用 pip3 install opencv-python 安装了opencv-python  之后,在使用 import cv2  报错如下 报错原因: 缺少共享库 使用如下命令查看缺少得共享库 yum whatprovides libSM.so. 使用以下命令解决: yum install libSM--.el7.x86_64 --setopt=protected_multilib=false 校验一下: 输入以下命令来查看 opencv得版本…
yum makecache Loaded plugins: fastestmirror Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64&repo=os&infra=stock error was 14: curl#7 - "Failed connect to 172.17.208.186:8888; Connection refused" One…
Linux下Android studio创建模拟器最后一步报错 报错:An error occurred while creating the AVD. See idea.log for details,解决方法 解决: sudo apt-get install lib32stdc++6 (这个记得当时Android Studio官网有提醒,但忘记在哪有提醒了)…
报错信息: shutting down interface eth0: error:device "eth0" (/org/freedsktop/networkMaager/Device/o) disconnecting failed:this device is not active  …
bash: javac: command not found java 版本 1.8 [root@localhost home]# java -version openjdk version "1.8.0_232" 安装的时候直接 yum install java 安装的,运行 javac 报错,发现是少包,于是再次安装一下对应的包即可 yum install java-1.8.0-openjdk-devel.x86_64…