N:忽略目录'/etc/apt/sources.list.d/'中的文件'core',因为它没有文件扩展名

时间:2016-05-21 10:03:32

标签: ubuntu segmentation-fault apt

在Ubuntu 14.04上运行apt-get update时出现以下错误。

Faizs-MBP:newj faizfareed$ pod install
/Library/Ruby/Site/2.0.0/rubygems/dependency.rb:315:in `to_specs': Could not find 'cocoapods' (>= 0) among 50 total gem(s) (Gem::LoadError)
Checked in 'GEM_PATH=/Users/faizfareed/.gem/ruby/2.0.0:/Library/Ruby/Gems/2.0.0:/System/Library/Frameworks/Ruby.framework/Versions/2.0/usr/lib/ruby/gems/2.0.0', execute `gem env` for more information
    from /Library/Ruby/Site/2.0.0/rubygems/dependency.rb:324:in `to_spec'
    from /Library/Ruby/Site/2.0.0/rubygems/core_ext/kernel_gem.rb:64:in `gem'
    from /usr/local/bin/pod:22:in `<main>'
Faizs-MBP:newj faizfareed$ 

这是在我添加了一个存储库之后发生的:

N: Ignoring file 'core' in directory '/etc/apt/sources.list.d/' as it has no filename extension

在此之后我无法更新/升级软件包,所以我清理了我的/etc/apt/sources.list.d/并重新启动了。现在,apt-get update再次正常运行,但/etc/apt/sources.list.d /

中出现了一个文件'core'

此文件是否可以安全删除?这是文件的内容:

apt-add-repository ppa:duplicity-team/ppa
apt-get update
(...)   
Segmentation fault (core dumped)

1 个答案:

答案 0 :(得分:1)

该文件是由于apt-get update崩溃而创建的core dump。您可以安全地将其删除或放在一边进行可能的进一步分析。

apt-get update因段错误而崩溃的事实听起来很有意思。如果您使用过时的Debian / Ubuntu版本,我建议升级系统。如果问题仍然存在,我会提交错误报告。