* recent master hardware problems
@ 2016-12-03 8:22 ng0
2016-12-03 10:34 ` Chris Marusich
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-12-03 8:22 UTC (permalink / raw)
To: guix-devel
I'm not sure how to describe this bug. I've just build and
reconfigured a system update. All went well, but then I
rebooted.
Everything loads, until:
…
floppy0: no floppy controllers found (ok, this is normal and expected)
ata8: SATA link down (SStatus 0 SControl 0)
So.. I guess either the harddrive on connection 8 decided to die
over night, or something changed in the kernel or some other
related driver/software.
I have no time to debug this, but I'll come back to it.
--
♥Ⓐ ng0 | ng0.chaosnet.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recent master hardware problems
2016-12-03 8:22 recent master hardware problems ng0
@ 2016-12-03 10:34 ` Chris Marusich
2016-12-03 15:08 ` ng0
0 siblings, 1 reply; 5+ messages in thread
From: Chris Marusich @ 2016-12-03 10:34 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 610 bytes --]
ng0 <ng0@libertad.pw> writes:
> I'm not sure how to describe this bug. I've just build and
> reconfigured a system update. All went well, but then I
> rebooted.
> Everything loads, until:
> …
> floppy0: no floppy controllers found (ok, this is normal and expected)
> ata8: SATA link down (SStatus 0 SControl 0)
>
> So.. I guess either the harddrive on connection 8 decided to die
> over night, or something changed in the kernel or some other
> related driver/software.
>
> I have no time to debug this, but I'll come back to it.
Did rolling back your system fix the issue?
--
Chris
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 818 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recent master hardware problems
2016-12-03 10:34 ` Chris Marusich
@ 2016-12-03 15:08 ` ng0
2016-12-05 20:28 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: ng0 @ 2016-12-03 15:08 UTC (permalink / raw)
To: Chris Marusich; +Cc: guix-devel
Chris Marusich <cmmarusich@gmail.com> writes:
> ng0 <ng0@libertad.pw> writes:
>
>> I'm not sure how to describe this bug. I've just build and
>> reconfigured a system update. All went well, but then I
>> rebooted.
>> Everything loads, until:
>> …
>> floppy0: no floppy controllers found (ok, this is normal and expected)
>> ata8: SATA link down (SStatus 0 SControl 0)
>>
>> So.. I guess either the harddrive on connection 8 decided to die
>> over night, or something changed in the kernel or some other
>> related driver/software.
>>
>> I have no time to debug this, but I'll come back to it.
>
> Did rolling back your system fix the issue?
>
> --
> Chris
Yes. So it's not an hardware failure.
--
♥Ⓐ ng0 | ng0.chaosnet.org
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recent master hardware problems
2016-12-03 15:08 ` ng0
@ 2016-12-05 20:28 ` Ludovic Courtès
2016-12-06 9:48 ` ng0
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2016-12-05 20:28 UTC (permalink / raw)
To: ng0; +Cc: guix-devel
ng0 <ng0@libertad.pw> skribis:
> Chris Marusich <cmmarusich@gmail.com> writes:
>
>> ng0 <ng0@libertad.pw> writes:
>>
>>> I'm not sure how to describe this bug. I've just build and
>>> reconfigured a system update. All went well, but then I
>>> rebooted.
>>> Everything loads, until:
>>> …
>>> floppy0: no floppy controllers found (ok, this is normal and expected)
>>> ata8: SATA link down (SStatus 0 SControl 0)
>>>
>>> So.. I guess either the harddrive on connection 8 decided to die
>>> over night, or something changed in the kernel or some other
>>> related driver/software.
>>>
>>> I have no time to debug this, but I'll come back to it.
>>
>> Did rolling back your system fix the issue?
>>
>> --
>> Chris
>
> Yes. So it's not an hardware failure.
Did you try using the same kernel version as before?
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: recent master hardware problems
2016-12-05 20:28 ` Ludovic Courtès
@ 2016-12-06 9:48 ` ng0
0 siblings, 0 replies; 5+ messages in thread
From: ng0 @ 2016-12-06 9:48 UTC (permalink / raw)
To: guix-devel
Ludovic Courtès <ludo@gnu.org> writes:
> ng0 <ng0@libertad.pw> skribis:
>
>> Chris Marusich <cmmarusich@gmail.com> writes:
>>
>>> ng0 <ng0@libertad.pw> writes:
>>>
>>>> I'm not sure how to describe this bug. I've just build and
>>>> reconfigured a system update. All went well, but then I
>>>> rebooted.
>>>> Everything loads, until:
>>>> …
>>>> floppy0: no floppy controllers found (ok, this is normal and expected)
>>>> ata8: SATA link down (SStatus 0 SControl 0)
>>>>
>>>> So.. I guess either the harddrive on connection 8 decided to die
>>>> over night, or something changed in the kernel or some other
>>>> related driver/software.
>>>>
>>>> I have no time to debug this, but I'll come back to it.
>>>
>>> Did rolling back your system fix the issue?
>>>
>>> --
>>> Chris
>>
>> Yes. So it's not an hardware failure.
>
> Did you try using the same kernel version as before?
>
> Ludo’.
>
I could try this next time I use the machine, as 4.8.11 and
4.8.12 both fail to boot the system completely.
--
♥Ⓐ ng0 | ng0.chaosnet.org
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-12-06 9:48 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-03 8:22 recent master hardware problems ng0
2016-12-03 10:34 ` Chris Marusich
2016-12-03 15:08 ` ng0
2016-12-05 20:28 ` Ludovic Courtès
2016-12-06 9:48 ` ng0
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.