Page MenuHomePhabricator

Input/Output errors in a /home directory
Closed, ResolvedPublic

Description

I am getting an input/output error when doing things in a home directory (see below). This occurred a few days ago while the same thing (doxygen) has been working without issues for months.

project: wikidata-dev
directory: /home/ajentzsch/wikidata/core

root@wikidata-dev-9 /home/ajentzsch/wikidata/core (master)# git status
fatal: index file open failed: Input/output error
root@wikidata-dev-9 /home/ajentzsch/wikidata/core (master)# file .git/index
.git/index: ERROR: cannot open `.git/index' (Input/output error)


Version: unspecified
Severity: normal

Details

Reference
bz45609

Event Timeline

bzimport raised the priority of this task from to High.Nov 22 2014, 1:38 AM
bzimport added a project: Cloud-VPS.
bzimport set Reference to bz45609.
  • Bug 45625 has been marked as a duplicate of this bug. ***

That is preventing puppet from running on any instance somehow depending on l10nupdate user :(

err:
/Stage[main]/Mediawiki_new::Users::L10nupdate/File[/home/l10nupdate/.ssh/authorized_keys]:
Could not evaluate: Could not read file /home/l10nupdate/.ssh/authorized_keys:
Input/output error - /home/l10nupdate/.ssh/authorized_keys

Manually:

cat /home/l10nupdate/.ssh/authorized_keys

cat: /home/l10nupdate/.ssh/authorized_keys: Input/output error

My specific issue (/home/l10nupdate/.ssh/) was due to a "split brain". I have simply deleted the whole directory and had it repopulated via puppet :-D

yuvipanda raised the priority of this task from High to Needs Triage.Jan 9 2015, 12:58 PM
yuvipanda subscribed.

I suppose this can be closed now?

yuvipanda claimed this task.

Closing.