You are not logged in.
Pages: 1
Hello everyone, I'm getting an error when I shut down, and I'm not sure what it means. I copied and pasted the error into Google but didn't find anything. Here is the error in question:
Nov 10 17:47:34 Athena udevd[2715]: '/sbin/blkid -o udev -p /dev/sda2' [2716] exit with status 0xffffffff
Anyone know exactly what this means?
Last edited by jlacroix (2011-11-12 19:34:20)
Offline
Hello everyone, I'm getting an error when I shut down, and I'm not sure what it means. I copied and pasted the error into Google but didn't find anything. Here is the error in question:
Nov 10 17:47:34 Athena udevd[2715]: '/sbin/blkid -o udev -p /dev/sda2' [2716] exit with status 0xffffffff
Anyone know exactly what this means?
I had the same thing and posted as well. Here's the reply I got:
https://bbs.archlinux.org/viewtopic.php?id=129938
Registered Linux user #436067
Offline
I've been getting the same thing. It doesn't happen all the time, just sometimes.
Nov 9 20:50:30 homebox udevd[3893]: '/sbin/blkid -o udev -p /dev/sdb1' [4291] terminated by signal 15 (Terminated)
This is my swap partition.
Offline
jlacroix wrote:Hello everyone, I'm getting an error when I shut down, and I'm not sure what it means. I copied and pasted the error into Google but didn't find anything. Here is the error in question:
Nov 10 17:47:34 Athena udevd[2715]: '/sbin/blkid -o udev -p /dev/sda2' [2716] exit with status 0xffffffff
Anyone know exactly what this means?
I had the same thing and posted as well. Here's the reply I got:
https://bbs.archlinux.org/viewtopic.php?id=129938
I don't completely understand that. Did you fix it somehow, or did you conclude that it's not really anything to worry about?
In my case, I started having this problem when I wiped my drive and rebuilt my Arch installation. I don't think I had this problem with my previous install. And in my case, sda2 is my swap partition.
Offline
oboedad55 wrote:jlacroix wrote:Hello everyone, I'm getting an error when I shut down, and I'm not sure what it means. I copied and pasted the error into Google but didn't find anything. Here is the error in question:
Nov 10 17:47:34 Athena udevd[2715]: '/sbin/blkid -o udev -p /dev/sda2' [2716] exit with status 0xffffffff
Anyone know exactly what this means?
I had the same thing and posted as well. Here's the reply I got:
https://bbs.archlinux.org/viewtopic.php?id=129938I don't completely understand that. Did you fix it somehow, or did you conclude that it's not really anything to worry about?
In my case, I started having this problem when I wiped my drive and rebuilt my Arch installation. I don't think I had this problem with my previous install. And in my case, sda2 is my swap partition.
I have the same problem with udisks complaining about my swap partition. It happens after swapoff is called, at the stage when daemons are terminated. As was indicated in the ML thread, this is a udev issue and is pretty harmless. I
guess a solution would be to add a timeout to rc.shutdown between swapoff and kill_all(), but first I would wait for the new initscripts and see whether the problem persists.
Arch Linux is more than just GNU/Linux -- it's an adventure
pkill -9 systemd
Offline
jlacroix wrote:oboedad55 wrote:I had the same thing and posted as well. Here's the reply I got:
https://bbs.archlinux.org/viewtopic.php?id=129938I don't completely understand that. Did you fix it somehow, or did you conclude that it's not really anything to worry about?
In my case, I started having this problem when I wiped my drive and rebuilt my Arch installation. I don't think I had this problem with my previous install. And in my case, sda2 is my swap partition.
I have the same problem with udisks complaining about my swap partition. It happens after swapoff is called, at the stage when daemons are terminated. As was indicated in the ML thread, this is a udev issue and is pretty harmless. I
guess a solution would be to add a timeout to rc.shutdown between swapoff and kill_all(), but first I would wait for the new initscripts and see whether the problem persists.
Thank you! I agree, if this is an upstream problem, I prefer to just leave it alone and let them fix it. Thanks again.
Offline
Pages: 1