Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems to make shared library loading not work... #7

Open
jeandrek opened this issue Feb 18, 2016 · 0 comments
Open

Seems to make shared library loading not work... #7

jeandrek opened this issue Feb 18, 2016 · 0 comments

Comments

@jeandrek
Copy link

I tried to load it and it loads fine but VLC won't start with this error:

$ cvlc ~/Music/test.mp3
VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision ...)
[000...] core audio output error: corrupt module: /usr/lib/vlc/plugins/audio_output/libpulse_plugin.so
[000...] dummy interface: using the dummy interface module...
Segmentation fault (core dumped)

(I replaced long parts with ... because I typed it in on another computer.)
sudo doesn't work either:

$ sudo
sudo: error while loading shared libraries: /usr/lib/sudo/tls/x86_64/libutil.so.1: cannot read file data: Error 9

but su works.
If I run modprobe -r kernelroll (and the tab completion completes kernelroll) then I get:

modprobe: FATAL: Module kernelroll not found.

If I reboot, everything is fine. (but reboot now just hangs forever, so I have to power it off...)
I'm using Parabola GNU/Linux-libre (like Arch).
I have a 4.3.3-gnu-1 kernel.
And I have x86_64.

Also, I didn't seem to have a System.map so I got one by running:

nm /lib/modules/4.3.3-gnu-1/build/vmlinux | grep -v '\(compiled\)\|\(\.o$$\)\|\( [aUw] \)\|\(\.\.ng$$\)\|\(LASH[RL]DI\)' | sort > System.map

(command from http://oss.sgi.com/LDP/HOWTO/Kernel-HOWTO/kernel_files_info.html)

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant