一个好友的国外VPS由于操作不当,结果装软件的时候总是提示dpkg: warning: files list file for package `*****' missing, assuming package has no files currently installed,导致无法安装任何软件,结果百度+Google了好多教程,最后找到的解决办法如下: #!/bin/bash set -e # Clean out /var/cache/apt/archives apt-get clean #…
1.在新项目中使用[ git add . ]时出现: warning: LF will be replaced by CRLF in ...... The file will have its original line endings in your working directory. 解决办法为: git config --global core.autocrlf false 2.出现上述原因为: 原因是路径中存在 / 的符号转义问题,false就是不转换符号默认是true,相当于把路径的…
#!/usr/bin/python # 8th November, 2009 # update manager failed, giving me the error: # 'files list file for package 'xxx' is missing final newline' for every package. # some Googling revealed that this problem was due to corrupt files(s) in /var/lib/…
前段时间集群出问题,hadoop和hbase启动不了了. 后来hadoop回复了,hbase死活master无法启动.打开日志发现报了以下错误: WARNING! File system needs to be upgraded. You have version null and I want version 7. Run the '${HBASE_HOME}/bin/hbase migrate' script. 于是上网search,网上这位兄弟提供了解决办法: http://www.cnb…
dpkg: error processing package libraspberrypi-doc (--configure): package is in a very bad inconsistent state; you should reinstall it before attempting configurationErrors were encountered while processing: libraspberrypi-docE: Sub-process /usr/bin/d…
用Visual Studio2015 编译时,遇到如下编译错误: error C2220: warning treated as error - no 'object' file generated warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent dat…
redis启动错误: Warning: no config file specified, using the default config. In order to specify a config windows下redis启动时遇到错误: D:\redis>redis-server.exe[13732] 29 Nov 11:35:57.446 # Warning: no config file specified, using the default config. In order to…
不多说,直接上问题.版本logstash-2.4.0,启动后提示错误: !!! Please upgrade your java version, the current version '1.7.0_45-mockbuild_2013_10_22_03_37-b00' may cause problems. We recommend a minimum version of 1.7.0_51 {:timestamp=>"2018-11-02T17:46:20.823000+0800&qu…
Could not write to output file 'c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\ed69c772\99da978e\App_Web_defaultwsdlhelpgenerator.aspx.cdcab7d2.zspwr2p9.dll' -- '拒绝访问. ' 解决办法: 是给Windows目录下的临时文件夹Temp的安全选项卡中加入NetWork Service…