Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

I should file my bug report before tried testing or sid?

If none of the specific sub-forums seem right for your thread, ask here.
Post Reply
Message
Author
lbuiyzxl
Posts: 66
Joined: 2017-05-11 08:35

I should file my bug report before tried testing or sid?

#1 Post by lbuiyzxl »

Code: Select all

Your version (10.0-1+deb9u1) of pulseaudio appears to be out of date.
The following newer release(s) are available in the Debian archive:
  experimental: 10.99.1-1
  testing: 10.0-2
  unstable: 10.0-2
My problem(bug report contents):
Execute following command on tty:

Code: Select all

nohup mplayer  -loop 0  20141222103721-NTcwNTU0.mp3 >/dev/null 2>&1 & exit
Still play sound after logout.
More information:

Code: Select all

$ uname -a
Linux debian 4.9.0-3-686 #1 SMP Debian 4.9.30-2+deb9u3 (2017-08-06) i686 GNU/Linux
Last edited by lbuiyzxl on 2017-09-06 14:46, edited 3 times in total.
I'm sorry for my bad English skills
I'm don't want to be a nuisance.

lbuiyzxl
Posts: 66
Joined: 2017-05-11 08:35

Re: I should file my bug report before tried testing or sid?

#2 Post by lbuiyzxl »

wizard10000 wrote:Do you have any repositories enabled that are not Debian repositories?

Can you please post your /etc/apt/sources.list?

Code: Select all

#------------------------------------------------------------------------------#
#                   OFFICIAL DEBIAN REPOS                    
#------------------------------------------------------------------------------#

###### Debian Main Repos
deb http://ftp.cn.debian.org/debian/ stretch main contrib non-free
deb-src http://ftp.cn.debian.org/debian/ stretch main contrib non-free

deb http://ftp.cn.debian.org/debian/ stretch-updates main contrib non-free
deb-src http://ftp.cn.debian.org/debian/ stretch-updates main contrib non-free

deb http://ftp.debian.org/debian stretch-backports main
deb-src http://ftp.debian.org/debian stretch-backports main

deb http://security.debian.org/ stretch/updates main
deb-src http://security.debian.org/ stretch/updates main

deb http://security.debian.org/debian-security stretch/updates main
deb-src http://security.debian.org/debian-security stretch/updates main

#------------------------------------------------------------------------------#
#                      UNOFFICIAL  REPOS                       
#------------------------------------------------------------------------------#

###### 3rd Party Binary Repos
###Virtualbox
#deb [arch=i386,amd64] http://download.virtualbox.org/virtualbox/debian stretch contrib
#deb [arch=i386,amd64] http://download.virtualbox.org/virtualbox/debian stretch contrib
deb http://download.virtualbox.org/virtualbox/debian stretch contrib

# /etc/apt/sources.list.d/liquorix.list
#deb http://liquorix.net/debian sid main
#deb-src http://liquorix.net/debian sid main
deb http://mirror.unit193.net/liquorix sid main
deb-src http://mirror.unit193.net/liquorix sid main
I'm sorry for my bad English skills
I'm don't want to be a nuisance.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: I should file my bug report before tried testing or sid?

#3 Post by debiman »

lbuiyzxl wrote:My problem(bug report contents):
Execute following command on tty:

Code: Select all

nohup mplayer  -loop 0  20141222103721-NTcwNTU0.mp3 >/dev/null 2>&1 & exit
Still play sound after logout.
how is that a bug?

lbuiyzxl
Posts: 66
Joined: 2017-05-11 08:35

Re: I should file my bug report before tried testing or sid?

#4 Post by lbuiyzxl »

debiman wrote:
lbuiyzxl wrote:My problem(bug report contents):
Execute following command on tty:

Code: Select all

nohup mplayer  -loop 0  20141222103721-NTcwNTU0.mp3 >/dev/null 2>&1 & exit
Still play sound after logout.
how is that a bug?
This bug is that per-user sound limit of pulseaudio is invalid on not-logged tty.
I.e. background program play sound on not-logged tty that is same tty as startup that background program.
I'm sorry for my bad English skills
I'm don't want to be a nuisance.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: I should file my bug report before tried testing or sid?

#5 Post by debiman »

wizard10000 wrote:Because he's redirecting the output to /dev/null and still getting output from speakers.
redirecting terminal output yes, but not the sound!
lbuiyzxl wrote:This bug is that per-user sound limit of pulseaudio is invalid on not-logged tty.
I.e. background program play sound on not-logged tty that is same tty as startup that background program.
maybe nohup has sth to do with it?

lbuiyzxl
Posts: 66
Joined: 2017-05-11 08:35

Re: I should file my bug report before tried testing or sid?

#6 Post by lbuiyzxl »

debiman wrote:maybe nohup has sth to do with it?
No idea,but if plain way to run "mplayer" then pressure "Ctrl+Z" then run "bg" command then logout seem can cause same the bug without "nohup".
I'm sorry for my bad English skills
I'm don't want to be a nuisance.

User avatar
debiman
Posts: 3063
Joined: 2013-03-12 07:18

Re: I should file my bug report before tried testing or sid?

#7 Post by debiman »

i use a command line music player (MOC).
when i end the graphical session, music continues playing.
i believe the same thing happens with mpd.
i consider that a feature, not a bug.

maybe you should ask yourself if you are really logging out, or just ending the graphical session.
not the same thing.

lbuiyzxl
Posts: 66
Joined: 2017-05-11 08:35

Re: I should file my bug report before tried testing or sid?

#8 Post by lbuiyzxl »

debiman wrote:i use a command line music player (MOC).
when i end the graphical session, music continues playing.
i believe the same thing happens with mpd.
i consider that a feature, not a bug.

maybe you should ask yourself if you are really logging out, or just ending the graphical session.
not the same thing.
I say logout meaning I use the 'exit' command or the 'Ctrl+D' key to logout on tty.
For exmaple:
On tty1

Code: Select all

mplayer -loop 0 xx.mp3 &
Then press Ctrl+Z
Then

Code: Select all

bg;exit
You can see tty login prompt and ear sound.
I tried sudo pkill -9 "agetty" and "login" but still sound playing on tty1 with tty1 login prompt.
I'm sorry for my bad English skills
I'm don't want to be a nuisance.

Post Reply