Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread johnw

On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:

Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

On 28 September 2015 at 07:03, Felipe Sateler  wrote:

Control: tags -1 moreinfo

Hi,

On 26 September 2015 at 23:50, john  wrote:

Package: pulseaudio
Version: 7.0-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

No sound after upgrade pulseaudio 7.0-1,
when I run alsamixer:

ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
Protocol error

cannot open mixer: Connection refused

Could you please attach a verbose log of pulseaudio[1] and then reproduce this?

Also, does pavucontrol work or only alsamixer fails?

Here are better instructions provided by upstream[1], if you could
post the information it would be great.

First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
follow the steps described by upstream:


% PULSE_LOG=99 gdb --args pactl stat

That will print something like this:

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...done.
(gdb)

You're now in the gdb prompt. Enter "break pa_memimport_get". That
symbol hasn't yet been loaded, so gdb asks you whether to add the
breakpoint when the symbol becomes available. Answer "y". Then enter
"run". The execution should soon stop at the breakpoint. From now on
enter "n" ("n" is short for "next") repeatedly until the program exits
(that will take quite some time). When the program exits, you can quit
gdb with command "quit", and then save all the terminal output and
attach it here. That should show the exact place that fails.



[1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6



Hi, attached log file for your reference, and below is the gdb log, thanks.

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...(no debugging symbols found)...done.
(gdb) break pa_memimport_get
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (pa_memimport_get) pending.
(gdb) run
Starting program: /usr/bin/pactl stat
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".


Breakpoint 1, pa_memimport_get (i=0x805a048, block_id=896, 
shm_id=1861523114, offset=40, size=65496, writable=true) at 
pulsecore/memblock.c:1009

(gdb) n
1013in pulsecore/memblock.c
(gdb) n
1015in pulsecore/memblock.c
(gdb) n
1017in pulsecore/memblock.c
(gdb) n
1022in pulsecore/memblock.c
(gdb) n
1025in pulsecore/memblock.c
(gdb) n
1026in pulsecore/memblock.c
(gdb) n
1029in pulsecore/memblock.c
(gdb) n
1034in pulsecore/memblock.c
(gdb) n
1037in pulsecore/memblock.c
(gdb) n
1038in pulsecore/memblock.c
(gdb) n
1040in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1052in pulsecore/memblock.c
(gdb) n
1040in pulsecore/memblock.c
(gdb) n
1041in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1042in pulsecore/memblock.c
(gdb) n
1041in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1044in pulsecore/memblock.c
(gdb) n
1045in pulsecore/memblock.c
(gdb) n
1046in pulsecore/memblock.c
(gdb) n
1047in pulsecore/memblock.c
(gdb) n
1046in pulsecore/memblock.c
(gdb) n
1047in pulsecore/memblock.c
(gdb) n
1048in pulsecore/memblock.c
(gdb) n
1049in pulsecore/memblock.c
(gdb) n
1050in pulsecore/memblock.c
(gdb) n
1049in pulsecore/memblock.c
(gdb) n
1052in pulsecore/memblock.c
(gdb) n

Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread Felipe Sateler
On 29 September 2015 at 10:12, johnw  wrote:
> On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:
>>
>> Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141
>>
>> On 28 September 2015 at 07:03, Felipe Sateler  wrote:
>>>
>>> Control: tags -1 moreinfo
>>>
>>> Hi,
>>>
>>> On 26 September 2015 at 23:50, john  wrote:

 Package: pulseaudio
 Version: 7.0-1
 Severity: normal

 Dear Maintainer,

 *** Reporter, please consider answering these questions, where
 appropriate ***

 No sound after upgrade pulseaudio 7.0-1,
 when I run alsamixer:

 ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
 Protocol error

 cannot open mixer: Connection refused
>>>
>>> Could you please attach a verbose log of pulseaudio[1] and then reproduce
>>> this?
>>>
>>> Also, does pavucontrol work or only alsamixer fails?
>>
>> Here are better instructions provided by upstream[1], if you could
>> post the information it would be great.
>>
>> First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
>> follow the steps described by upstream:
>>
>>
>> % PULSE_LOG=99 gdb --args pactl stat
>>
>> That will print something like this:
>>
>> GNU gdb (Debian 7.10-1) 7.10
>> Copyright (C) 2015 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later
>> 
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
>> and "show warranty" for details.
>> This GDB was configured as "x86_64-linux-gnu".
>> Type "show configuration" for configuration details.
>> For bug reporting instructions, please see:
>> .
>> Find the GDB manual and other documentation resources online at:
>> .
>> For help, type "help".
>> Type "apropos word" to search for commands related to "word"...
>> Reading symbols from pactl...done.
>> (gdb)
>>
>> You're now in the gdb prompt. Enter "break pa_memimport_get". That
>> symbol hasn't yet been loaded, so gdb asks you whether to add the
>> breakpoint when the symbol becomes available. Answer "y". Then enter
>> "run". The execution should soon stop at the breakpoint. From now on
>> enter "n" ("n" is short for "next") repeatedly until the program exits
>> (that will take quite some time). When the program exits, you can quit
>> gdb with command "quit", and then save all the terminal output and
>> attach it here. That should show the exact place that fails.
>>
>>
>>
>> [1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6
>>
>>
> Hi, attached log file for your reference, and below is the gdb log, thanks.

Hm, strange, I don't see any program output there.  What does `pactl
stat` say (without the gdb part) ? Also, please also answer the other
questions I sent, to determine if it is the same bug or not.


-- 

Saludos,
Felipe Sateler



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread johnw

On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:

Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

On 28 September 2015 at 07:03, Felipe Sateler  wrote:

Control: tags -1 moreinfo

Hi,

On 26 September 2015 at 23:50, john  wrote:

Package: pulseaudio
Version: 7.0-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

No sound after upgrade pulseaudio 7.0-1,
when I run alsamixer:

ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
Protocol error

cannot open mixer: Connection refused

Could you please attach a verbose log of pulseaudio[1] and then reproduce this?

Also, does pavucontrol work or only alsamixer fails?

Here are better instructions provided by upstream[1], if you could
post the information it would be great.

First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
follow the steps described by upstream:


% PULSE_LOG=99 gdb --args pactl stat

That will print something like this:

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...done.
(gdb)

You're now in the gdb prompt. Enter "break pa_memimport_get". That
symbol hasn't yet been loaded, so gdb asks you whether to add the
breakpoint when the symbol becomes available. Answer "y". Then enter
"run". The execution should soon stop at the breakpoint. From now on
enter "n" ("n" is short for "next") repeatedly until the program exits
(that will take quite some time). When the program exits, you can quit
gdb with command "quit", and then save all the terminal output and
attach it here. That should show the exact place that fails.



[1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6



Hi, attached log file for your reference, and below is the gdb log, thanks.

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 


This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i586-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...(no debugging symbols found)...done.
(gdb) break pa_memimport_get
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (pa_memimport_get) pending.
(gdb) run
Starting program: /usr/bin/pactl stat
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".


Breakpoint 1, pa_memimport_get (i=0x805a048, block_id=896, 
shm_id=1861523114, offset=40, size=65496, writable=true) at 
pulsecore/memblock.c:1009

(gdb) n
1013in pulsecore/memblock.c
(gdb) n
1015in pulsecore/memblock.c
(gdb) n
1017in pulsecore/memblock.c
(gdb) n
1022in pulsecore/memblock.c
(gdb) n
1025in pulsecore/memblock.c
(gdb) n
1026in pulsecore/memblock.c
(gdb) n
1029in pulsecore/memblock.c
(gdb) n
1034in pulsecore/memblock.c
(gdb) n
1037in pulsecore/memblock.c
(gdb) n
1038in pulsecore/memblock.c
(gdb) n
1040in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1052in pulsecore/memblock.c
(gdb) n
1040in pulsecore/memblock.c
(gdb) n
1041in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1042in pulsecore/memblock.c
(gdb) n
1041in pulsecore/memblock.c
(gdb) n
1043in pulsecore/memblock.c
(gdb) n
1044in pulsecore/memblock.c
(gdb) n
1045in pulsecore/memblock.c
(gdb) n
1046in pulsecore/memblock.c
(gdb) n
1047in pulsecore/memblock.c
(gdb) n
1046in pulsecore/memblock.c
(gdb) n
1047in pulsecore/memblock.c
(gdb) n
1048in pulsecore/memblock.c
(gdb) n
1049in pulsecore/memblock.c
(gdb) n
1050in pulsecore/memblock.c
(gdb) n
1049in pulsecore/memblock.c
(gdb) n
1052in pulsecore/memblock.c
(gdb) n

Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread Felipe Sateler
On 29 September 2015 at 11:35, johnw  wrote:
> On Tuesday, September 29, 2015 10:11 PM, Felipe Sateler wrote:
>>
>> On 29 September 2015 at 10:12, johnw  wrote:
>>>
>>> On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:

 Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

 On 28 September 2015 at 07:03, Felipe Sateler 
 wrote:
>
> Control: tags -1 moreinfo
>
> Hi,
>
> On 26 September 2015 at 23:50, john  wrote:
>>
>> Package: pulseaudio
>> Version: 7.0-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> *** Reporter, please consider answering these questions, where
>> appropriate ***
>>
>>  No sound after upgrade pulseaudio 7.0-1,
>>  when I run alsamixer:
>>
>>  ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to
>> connect:
>>  Protocol error
>>
>>  cannot open mixer: Connection refused
>
> Could you please attach a verbose log of pulseaudio[1] and then
> reproduce
> this?
>
> Also, does pavucontrol work or only alsamixer fails?

 Here are better instructions provided by upstream[1], if you could
 post the information it would be great.

 First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
 follow the steps described by upstream:


 % PULSE_LOG=99 gdb --args pactl stat

 That will print something like this:

 GNU gdb (Debian 7.10-1) 7.10
 Copyright (C) 2015 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later
 
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type "show
 copying"
 and "show warranty" for details.
 This GDB was configured as "x86_64-linux-gnu".
 Type "show configuration" for configuration details.
 For bug reporting instructions, please see:
 .
 Find the GDB manual and other documentation resources online at:
 .
 For help, type "help".
 Type "apropos word" to search for commands related to "word"...
 Reading symbols from pactl...done.
 (gdb)

 You're now in the gdb prompt. Enter "break pa_memimport_get". That
 symbol hasn't yet been loaded, so gdb asks you whether to add the
 breakpoint when the symbol becomes available. Answer "y". Then enter
 "run". The execution should soon stop at the breakpoint. From now on
 enter "n" ("n" is short for "next") repeatedly until the program exits
 (that will take quite some time). When the program exits, you can quit
 gdb with command "quit", and then save all the terminal output and
 attach it here. That should show the exact place that fails.



 [1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6


>>> Hi, attached log file for your reference, and below is the gdb log,
>>> thanks.
>>
>> Hm, strange, I don't see any program output there.  What does `pactl
>> stat` say (without the gdb part) ? Also, please also answer the other
>> questions I sent, to determine if it is the same bug or not.
>>
> pactl stat
> Currently in use: 1 blocks containing 64.0 KiB bytes total.
> Allocated during whole lifetime: 443 blocks containing 1.8 MiB bytes total.
> Sample cache size: 0 B
> kaka@kvm102:~$ echo $?
> 0

This looks like pulseaudio is working normally. Does pavucontrol work?

Or perhaps it is only some applications that do not work?

-- 

Saludos,
Felipe Sateler



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread johnw

On Tuesday, September 29, 2015 10:39 PM, Felipe Sateler wrote:

On 29 September 2015 at 11:35, johnw  wrote:

On Tuesday, September 29, 2015 10:11 PM, Felipe Sateler wrote:

On 29 September 2015 at 10:12, johnw  wrote:

On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:

Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

On 28 September 2015 at 07:03, Felipe Sateler 
wrote:

Control: tags -1 moreinfo

Hi,

On 26 September 2015 at 23:50, john  wrote:

Package: pulseaudio
Version: 7.0-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where
appropriate ***

  No sound after upgrade pulseaudio 7.0-1,
  when I run alsamixer:

  ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to
connect:
  Protocol error

  cannot open mixer: Connection refused

Could you please attach a verbose log of pulseaudio[1] and then
reproduce
this?

Also, does pavucontrol work or only alsamixer fails?

Here are better instructions provided by upstream[1], if you could
post the information it would be great.

First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
follow the steps described by upstream:


% PULSE_LOG=99 gdb --args pactl stat

That will print something like this:

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...done.
(gdb)

You're now in the gdb prompt. Enter "break pa_memimport_get". That
symbol hasn't yet been loaded, so gdb asks you whether to add the
breakpoint when the symbol becomes available. Answer "y". Then enter
"run". The execution should soon stop at the breakpoint. From now on
enter "n" ("n" is short for "next") repeatedly until the program exits
(that will take quite some time). When the program exits, you can quit
gdb with command "quit", and then save all the terminal output and
attach it here. That should show the exact place that fails.



[1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6



Hi, attached log file for your reference, and below is the gdb log,
thanks.

Hm, strange, I don't see any program output there.  What does `pactl
stat` say (without the gdb part) ? Also, please also answer the other
questions I sent, to determine if it is the same bug or not.


pactl stat
Currently in use: 1 blocks containing 64.0 KiB bytes total.
Allocated during whole lifetime: 443 blocks containing 1.8 MiB bytes total.
Sample cache size: 0 B
kaka@kvm102:~$ echo $?
0

This looks like pulseaudio is working normally. Does pavucontrol work?

Or perhaps it is only some applications that do not work?

Yes, pavucontrol work now, I do not know why, but it can not work 
before, it just load the screen and hang.


because pavucontrol not work before, then I think it is not firejail 
problem, but actually, the problem is smplayer with firejail.


I am really sorry for waste your time.

If I run smplayer/mplayer without firejail, the sound work as normal.

Thank for you help, thanks.

I will CC this mail to 800120-cl...@bugs.debian.org



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-29 Thread johnw

On Tuesday, September 29, 2015 10:11 PM, Felipe Sateler wrote:

On 29 September 2015 at 10:12, johnw  wrote:

On Monday, September 28, 2015 07:13 PM, Felipe Sateler wrote:

Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

On 28 September 2015 at 07:03, Felipe Sateler  wrote:

Control: tags -1 moreinfo

Hi,

On 26 September 2015 at 23:50, john  wrote:

Package: pulseaudio
Version: 7.0-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where
appropriate ***

 No sound after upgrade pulseaudio 7.0-1,
 when I run alsamixer:

 ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
 Protocol error

 cannot open mixer: Connection refused

Could you please attach a verbose log of pulseaudio[1] and then reproduce
this?

Also, does pavucontrol work or only alsamixer fails?

Here are better instructions provided by upstream[1], if you could
post the information it would be great.

First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
follow the steps described by upstream:


% PULSE_LOG=99 gdb --args pactl stat

That will print something like this:

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later

This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...done.
(gdb)

You're now in the gdb prompt. Enter "break pa_memimport_get". That
symbol hasn't yet been loaded, so gdb asks you whether to add the
breakpoint when the symbol becomes available. Answer "y". Then enter
"run". The execution should soon stop at the breakpoint. From now on
enter "n" ("n" is short for "next") repeatedly until the program exits
(that will take quite some time). When the program exits, you can quit
gdb with command "quit", and then save all the terminal output and
attach it here. That should show the exact place that fails.



[1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6



Hi, attached log file for your reference, and below is the gdb log, thanks.

Hm, strange, I don't see any program output there.  What does `pactl
stat` say (without the gdb part) ? Also, please also answer the other
questions I sent, to determine if it is the same bug or not.


pactl stat
Currently in use: 1 blocks containing 64.0 KiB bytes total.
Allocated during whole lifetime: 443 blocks containing 1.8 MiB bytes total.
Sample cache size: 0 B
kaka@kvm102:~$ echo $?
0
kaka@kvm102:~$ ps auxZ |grep pulse
unconfined  kaka  4842  0.0  0.1 166912 9216 
?Sl   22:31   0:00 /usr/bin/pulseaudio --start --log-target=syslog


No, I do not use firejail / any sandbox with pulse-*-thing



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-28 Thread Felipe Sateler
On 28 September 2015 at 08:13, Felipe Sateler  wrote:
> Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141
>
> On 28 September 2015 at 07:03, Felipe Sateler  wrote:
>> Control: tags -1 moreinfo
>>
>> Hi,
>>
>> On 26 September 2015 at 23:50, john  wrote:
>>> Package: pulseaudio
>>> Version: 7.0-1
>>> Severity: normal
>>>
>>> Dear Maintainer,
>>>
>>> *** Reporter, please consider answering these questions, where appropriate 
>>> ***
>>>
>>>No sound after upgrade pulseaudio 7.0-1,
>>>when I run alsamixer:
>>>
>>>ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
>>>Protocol error
>>>
>>>cannot open mixer: Connection refused
>>
>> Could you please attach a verbose log of pulseaudio[1] and then reproduce 
>> this?
>>
>> Also, does pavucontrol work or only alsamixer fails?
>
> Here are better instructions provided by upstream[1], if you could
> post the information it would be great.
>

Would you happen to be running firejail or some other sandboxing software?

-- 

Saludos,
Felipe Sateler



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-28 Thread Felipe Sateler
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=92141

On 28 September 2015 at 07:03, Felipe Sateler  wrote:
> Control: tags -1 moreinfo
>
> Hi,
>
> On 26 September 2015 at 23:50, john  wrote:
>> Package: pulseaudio
>> Version: 7.0-1
>> Severity: normal
>>
>> Dear Maintainer,
>>
>> *** Reporter, please consider answering these questions, where appropriate 
>> ***
>>
>>No sound after upgrade pulseaudio 7.0-1,
>>when I run alsamixer:
>>
>>ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
>>Protocol error
>>
>>cannot open mixer: Connection refused
>
> Could you please attach a verbose log of pulseaudio[1] and then reproduce 
> this?
>
> Also, does pavucontrol work or only alsamixer fails?

Here are better instructions provided by upstream[1], if you could
post the information it would be great.

First, install libpulse0-dbg, pulseaudio-utils-dbg and gdb. Then
follow the steps described by upstream:


% PULSE_LOG=99 gdb --args pactl stat

That will print something like this:

GNU gdb (Debian 7.10-1) 7.10
Copyright (C) 2015 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from pactl...done.
(gdb)

You're now in the gdb prompt. Enter "break pa_memimport_get". That
symbol hasn't yet been loaded, so gdb asks you whether to add the
breakpoint when the symbol becomes available. Answer "y". Then enter
"run". The execution should soon stop at the breakpoint. From now on
enter "n" ("n" is short for "next") repeatedly until the program exits
(that will take quite some time). When the program exits, you can quit
gdb with command "quit", and then save all the terminal output and
attach it here. That should show the exact place that fails.



[1] https://bugs.freedesktop.org/show_bug.cgi?id=92141#c6


-- 

Saludos,
Felipe Sateler



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-28 Thread Felipe Sateler
Control: tags -1 moreinfo

Hi,

On 26 September 2015 at 23:50, john  wrote:
> Package: pulseaudio
> Version: 7.0-1
> Severity: normal
>
> Dear Maintainer,
>
> *** Reporter, please consider answering these questions, where appropriate ***
>
>No sound after upgrade pulseaudio 7.0-1,
>when I run alsamixer:
>
>ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
>Protocol error
>
>cannot open mixer: Connection refused

Could you please attach a verbose log of pulseaudio[1] and then reproduce this?

Also, does pavucontrol work or only alsamixer fails?

[1] https://wiki.ubuntu.com/PulseAudio/Log
-- 

Saludos,
Felipe Sateler



Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-27 Thread johnw
Hi all, It work again, after downgrade libpulse0 and pulseaudio to 
6.0.5, thanks.




Bug#800120: pulseaudio: No sound after upgrade to pulseaudio 7.0-1

2015-09-26 Thread john
Package: pulseaudio
Version: 7.0-1
Severity: normal

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   No sound after upgrade pulseaudio 7.0-1, 
   when I run alsamixer:

   ALSA lib pulse.c:243:(pulse_connect) PulseAudio: Unable to connect:
   Protocol error

   cannot open mixer: Connection refused


*** End of the template - remove these template lines ***


-- Package-specific info:
File '/etc/default/pulseaudio' does not exist


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.2.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_HK.utf8, LC_CTYPE=en_HK.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages pulseaudio depends on:
ii  adduser   3.113+nmu3
ii  libasound21.0.29-1
ii  libasound2-plugins1.0.29-1
ii  libc6 2.19-22
ii  libcap2   1:2.24-11
ii  libdbus-1-3   1.10.0-3
ii  libfftw3-single3  3.3.4-2
ii  libgcc1   1:5.2.1-17
ii  libice6   2:1.0.9-1+b1
ii  libltdl7  2.4.2-1.11
ii  liborc-0.4-0  1:0.4.24-1
ii  libpulse0 7.0-1
ii  libsm62:1.2.2-1+b1
ii  libsndfile1   1.0.25-9.1
ii  libspeexdsp1  1.2~rc1.2-1
ii  libstdc++65.2.1-17
ii  libsystemd0   226-3
ii  libtdb1   1.3.7-1
ii  libudev1  226-3
ii  libwebrtc-audio-processing-0  0.1-3
ii  libx11-6  2:1.6.3-1
ii  libx11-xcb1   2:1.6.3-1
ii  libxcb1   1.10-3+b1
ii  libxtst6  2:1.2.2-1+b1
ii  lsb-base  9.20150917
ii  pulseaudio-utils  7.0-1
ii  udev  226-3

Versions of packages pulseaudio recommends:
ii  pulseaudio-module-x11  7.0-1
ii  rtkit  0.11-2

Versions of packages pulseaudio suggests:
pn  paman
pn  paprefs  
pn  pavucontrol  
pn  pavumeter

-- no debconf information
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; default-sink =
; default-source =
; default-server =
; default-dbus-server =

; autospawn = yes
; daemon-binary = /usr/bin/pulseaudio
; extra-arguments = --log-target=syslog

; cookie-file =

; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB

; auto-connect-localhost = no
; auto-connect-display = no
# This file is part of PulseAudio.
#
# PulseAudio is free software; you can redistribute it and/or modify
# it under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# PulseAudio is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with PulseAudio; if not, see .

## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
## more information. Default values are commented out.  Use either ; or # for
## commenting.

; daemonize = no
; fail = yes
; allow-module-loading = yes
; allow-exit = yes
; use-pid-file = yes
; system-instance = no
; local-server-type = user
; enable-shm = yes
; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 
MiB
; lock-memory = no
; cpu-limit = no

; high-priority = yes
; nice-level = -11

; realtime-scheduling = yes
; realtime-priority = 5

; exit-idle-time = 20
; scache-idle-time = 20

; dl-search-path = (depends on architecture)

; load-default-script-file = yes
; default-script-file = /etc/pulse/default.pa

; log-target = auto
; log-level = notice
; log-meta = no
; log-time = no
; log-backtrace = 0

; resample-method