![](https://seccdn.libravatar.org/avatar/4cd504f3d110df5aed9eacb355c1c500.jpg?s=120&d=mm&r=g)
On 05/09/2018 12:36 AM, Felix Miata wrote:
Philipp Thomas composed on 2018-05-08 14:14 (UTC+0200):
* Felix Miata composed:
What's FF 52ESR complaining about? I'd start with 'strace -e file' to possibly see where FF fails. Maybe that gives you a clue, I supposed it must give someone a clue. I don't recognize anything helpful. Here's a sample:
grep ulse ff52strace-pulse-fail.txt open("/usr/lib64/libpulse.so.0", O_RDONLY|O_CLOEXEC) = 27 open("/usr/lib64/pulseaudio/tls/x86_64/libpulsecommon-9.0.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib64/pulseaudio/tls/x86_64", 0x7ffe2eb0eff0) = -1 ENOENT (No such file or directory) open("/usr/lib64/pulseaudio/tls/libpulsecommon-9.0.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib64/pulseaudio/tls", 0x7ffe2eb0eff0) = -1 ENOENT (No such file or directory) open("/usr/lib64/pulseaudio/x86_64/libpulsecommon-9.0.so", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) stat("/usr/lib64/pulseaudio/x86_64", 0x7ffe2eb0eff0) = -1 ENOENT (No such file or directory) open("/usr/lib64/pulseaudio/libpulsecommon-9.0.so", O_RDONLY|O_CLOEXEC) = 27 open("/usr/lib64/pulseaudio/libjson-c.so.2", O_RDONLY|O_CLOEXEC) = -1 ENOENT (No such file or directory) grep snd ff52strace-pulse-fail.txt open("/usr/lib64/libsndfile.so.1", O_RDONLY|O_CLOEXEC) = 27 grep 'o such fil' /pub/Linux/Tmp/ff52strace-pulse-fail.txt | wc -l 700
Here's the "whole" (profile lines redacted; 170kb) FF52ESR session's (restore previous tabs, video's tab focused) strace: http://fm.no-ip.com/Tmp/Linux/Sound/ff52strace-pulse-fail.txt
Sorted uniq no such file lines from it, less icon lines: http://fm.no-ip.com/Tmp/Linux/Sound/ff52strace-pulse-fail-nosuch.txt
Page video is on: https://www.doctoroz.com/feature/smoothies-weight-loss
SeaMonkey 2.49.3 has no such problem either.
Any more suggestions?
The lines such as this one: stat("/usr/lib64/pulseaudio/tls/x86_64", 0x7ffe2eb0eff0) = -1 ENOENT (No such file or directory) mean that the file (in the double-quotes) is not found ("-1 ENOENT"). This first thing to do then is to check ("ls -l" should be good enough) to determine if the file truly does not exist and if the ownership and permissions seem proper. If a file doesn't exist, then perhaps you're missing a package. There is/was a way to search using yum for specific files within packages. I'm still learning zypper, so perhaps someone else can offer the zypper args needed to search packages on a repo for a specific file. FWIW, here are pulse-related packages installed on my system, where audio is working everywhere I've tried it (online videos, skype, google hangouts, silly sound effects from apps, and others): $ rpm -qa *pulse* libpulse0-9.0-8.1.x86_64 alsa-plugins-pulse-1.1.4-1.1.x86_64 apulse-0.1.10-1.1.x86_64 pulseaudio-module-gconf-9.0-8.1.x86_64 libpulse0-32bit-9.0-8.1.x86_64 pulseaudio-utils-9.0-8.1.x86_64 pulseaudio-bash-completion-9.0-8.1.x86_64 libxine2-pulse-1.2.8-1.1.x86_64 mpg123-pulse-1.25.10-13.1.x86_64 pulseaudio-module-bluetooth-9.0-8.1.x86_64 apulse-32bit-0.1.10-1.1.x86_64 pulseaudio-module-zeroconf-9.0-8.1.x86_64 libpulse-mainloop-glib0-9.0-8.1.x86_64 pulseaudio-utils-32bit-9.0-8.1.x86_64 pulseaudio-lang-9.0-8.1.noarch pulseaudio-module-lirc-9.0-8.1.x86_64 pulseaudio-module-x11-9.0-8.1.x86_64 alsa-plugins-pulse-32bit-1.1.4-1.1.x86_64 pulseaudio-9.0-8.1.x86_64 hth, -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org