-
Notifications
You must be signed in to change notification settings - Fork 181
Kernel module loading is broken on 3.8.0-25? #104
Comments
@sickill funny that you mentioned that, my laptop just crashed for some weird reason and I was only able to boot again by rolling back to 3.8.0-19, I can't really reboot right now to dig into it but I'll keep an eye on this. tks for reporting! |
@sickill quick update, been using 3.8.0-25 over the last week and things are working fine. were you able to dig into the issue? I was able to reproduce the problem with |
@fgrehm unfortunatelly I haven't found the cause of the problem. |
Does booting with a different version work?
|
Unfortunatelly (but fortunately for me) I switched to Fedora recently and I don't have this old Ubuntu installation anymore to check on some different kernel. |
@sickill No worries, I'll have a look at it from here. So you've been using vagrant-lxc on Fedora? If yes, did it require any manual intervetion? Would you mind adding some notes to this wiki entry? :) |
updates on this one: I've just upgraded to 3.8.0-26 and I still can't use |
@sickill I'm not sure what's going on here, I've added a link to this issue to our Troubleshooting section of the Wiki in case someone hits the same problem. I'm up for fixing things from vagrant-lxc side if the problem is there :) |
So I've hit this today while trying to run Docker inside a vagrant-lxc container. It used to work just fine on the past but I think they might have changed something at some point or maybe I messed up with something else :P For now I just went ahead and shared |
Turns out that my issue was actually related to not providing |
I was getting a similar (but different) error related to kernel modules when trying to install the
Turns out the container's
Neither installing
|
It seems this recent change has broken the synced_folder "/lib/modules" workaround.
|
I upgraded my kernel on Ubuntu 13.04 recently (just by apt-get upgrade) and restarted.
Since then when I try to enable firewall on a raring VM with
ufw enable
I get following:I checked /lib/modules/ directory and it's not there but that's the same raring image that worked before so the issue must be hidden somewhere else.
Full output (from vagrant up to the above error) here:
https://gist.github.com/sickill/5935636
The text was updated successfully, but these errors were encountered: