all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Possible store corrumption
@ 2019-05-20 20:38 Jack Hill
  2019-05-21  8:39 ` Giovanni Biscuolo
  0 siblings, 1 reply; 3+ messages in thread
From: Jack Hill @ 2019-05-20 20:38 UTC (permalink / raw)
  To: help-guix

Hi Guix,

I've run guix gc --verify and received the following output:

$ guix gc --verify
reading the store...
checking path existence...
path `/gnu/store/k5qxpr9wswli6lskpp433mrk0ffvxa9q-gcc-6.5.0.tar.xz.drv' disappeared, but it still has valid referrers!
path `/gnu/store/k5vl8jfhjasarib3ya4zpimxb1qm5hbj-expat-2.2.6-guile-builder' disappeared, but it still has valid referrers!
path `/gnu/store/k8r5c77rqzi2jg70x4sk2bf79q9gqbxn-python-minimal-wr?pper-3.7.0.drv' disappeared, removing from database...
path `/gnu/store?k8jx7nmx92dpr65gg2l3avajq4ngwxs7-zlib-1.2.11-guile-builder' is not in the store
path `/gn?/store/k681wjynl5pkmi8bdbbxxvdn2ljvq854-gnome-disk-utility-3.28.3' is not in the store
path `26478' is not in the store

At firt I suspected filesystem corruption, but my store is on btrfs and 
btrfs scrub reports no errors:

$ sudo ./btrfs scrub status /
scrub status for ffa898fe-cd24-400e-8bc7-1865643a2d45
 	scrub started at Mon May 20 16:15:36 2019 and finished after 00:00:42
 	total bytes scrubbed: 19.20GiB with 0 errors

guix gc fails with:

$ guix gc
finding garbage collector roots...
deleting garbage...
guix gc: error: executing SQLite query: database or disk is full

What might be causing these symptoms and how might I resolve them?

Best,
Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Possible store corrumption
  2019-05-20 20:38 Possible store corrumption Jack Hill
@ 2019-05-21  8:39 ` Giovanni Biscuolo
  2019-05-21 20:30   ` Jack Hill
  0 siblings, 1 reply; 3+ messages in thread
From: Giovanni Biscuolo @ 2019-05-21  8:39 UTC (permalink / raw)
  To: Jack Hill, help-guix

[-- Attachment #1: Type: text/plain, Size: 924 bytes --]

Hi Jack,

Jack Hill <jackhill@jackhill.us> writes:

> I've run guix gc --verify and received the following output:
>
> $ guix gc --verify
> reading the store...
> checking path existence...
> path `/gnu/store/k5qxpr9wswli6lskpp433mrk0ffvxa9q-gcc-6.5.0.tar.xz.drv' disappeared, but it still has valid referrers!

[...]

> $ guix gc
> finding garbage collector roots...
> deleting garbage...
> guix gc: error: executing SQLite query: database or disk is full
>
> What might be causing these symptoms and how might I resolve them?

Could be a full disk issue?

If you use a dedicated volume for /gnu, what's the result of

 df -h | grep /gnu

?

Otherwise, the result of "df -h | grep /" ?

If your disk/volume is full: I never had similar issues so I cannot
help, I just suggest you to extend your volume if you can

HTH! Gio'.

[...]

-- 
Giovanni Biscuolo

Xelera IT Infrastructures

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Possible store corrumption
  2019-05-21  8:39 ` Giovanni Biscuolo
@ 2019-05-21 20:30   ` Jack Hill
  0 siblings, 0 replies; 3+ messages in thread
From: Jack Hill @ 2019-05-21 20:30 UTC (permalink / raw)
  To: Giovanni Biscuolo; +Cc: help-guix

On Tue, 21 May 2019, Giovanni Biscuolo wrote:

> Could be a full disk issue?

In this case that was not true. It turned out to be bad memory. When I ran 
a memory test, it aborted do to too many errors, which is not a good sign 
☺. Therefore, I expect what was happening was that data was being 
corrupted in memory, and the bad data was begin written to disk.

Thanks for your help,
Jack

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-21 20:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-20 20:38 Possible store corrumption Jack Hill
2019-05-21  8:39 ` Giovanni Biscuolo
2019-05-21 20:30   ` Jack Hill

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.