Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Marc Joliet
On Tuesday 20 October 2015 20:48:22 Alan McKinnon wrote: >On 20/10/2015 19:57, Marc Joliet wrote: >> On Tuesday 20 October 2015 19:22:48 Matthias Gerstner wrote: >>> Hi Alan, >>> I simply want to disable that one particular beeping at shutdown time. >>> >>> well this topic made me curious wh

Re: [gentoo-user] Re: How is /etc/portage/env supposed to work?

2015-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2015 19:32:15 +0300, Nikos Chantziaras wrote: > Btw, you can put your epatch_user in /etc/portage/bashrc instead and > have it for all packages. It is safe to have it twice even in packages > that do support epatch_user. That function is specifically written for > this use case,

[gentoo-user] Re: Can I suppress the bleep when shutting down?

2015-10-20 Thread James
Alan Mackenzie muc.de> writes: > > > Every time I shut down my gentoo system with "shutdown -h now", it beeps > > > at me. This is becoming steadily more irritating as the months go by. > > > Just what is this beep supposed to be telling me? I _know_ I'm shutting > > > the machine down. > Fro

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan McKinnon
On 20/10/2015 19:57, Marc Joliet wrote: > On Tuesday 20 October 2015 19:22:48 Matthias Gerstner wrote: >> Hi Alan, >> >>> I simply want to disable that one particular beeping at shutdown time. >> >> well this topic made me curious where the beep is coming from. >> >> It does originate from the shut

Re: [gentoo-user] How is /etc/portage/env supposed to work?

2015-10-20 Thread Alan McKinnon
On 20/10/2015 16:26, Michael Orlitzky wrote: > On 10/20/2015 10:04 AM, Nikos Chantziaras wrote: >> I'm following the documentation here: >> >> https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv >> >> to hook into the postinst phase of an ebuild. > > Deja vu:

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan Mackenzie
Hello, Alan. On Tue, Oct 20, 2015 at 07:22:12PM +0200, Alan McKinnon wrote: > On 20/10/2015 18:10, Alan Mackenzie wrote: > > Hello, Gentoo. > > Every time I shut down my gentoo system with "shutdown -h now", it beeps > > at me. This is becoming steadily more irritating as the months go by. > > J

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan Mackenzie
Hello, Matthias. On Tue, Oct 20, 2015 at 07:22:48PM +0200, Matthias Gerstner wrote: > Hi Alan, > > I simply want to disable that one particular beeping at shutdown time. > well this topic made me curious where the beep is coming from. > It does originate from the shutdown command itself which i

[gentoo-user] Re: Can I suppress the bleep when shutting down?

2015-10-20 Thread »Q«
On Tue, 20 Oct 2015 19:22:48 +0200 Matthias Gerstner wrote: > It does originate from the shutdown command itself which is part of > the sys-apps/sysvinit package. In this package's source you find can > a file "src/dowall.c", where you will in turn find a function > "wall(...)". > > This is the

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Marc Joliet
On Tuesday 20 October 2015 19:22:48 Matthias Gerstner wrote: >Hi Alan, > >> I simply want to disable that one particular beeping at shutdown time. > >well this topic made me curious where the beep is coming from. > >It does originate from the shutdown command itself which is part of the >sys-apps/s

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan McKinnon
On 20/10/2015 18:10, Alan Mackenzie wrote: > Hello, Gentoo. > > Every time I shut down my gentoo system with "shutdown -h now", it beeps > at me. This is becoming steadily more irritating as the months go by. > Just what is this beep supposed to be telling me? I _know_ I'm shutting > the machine

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Matthias Gerstner
Hi Alan, > I simply want to disable that one particular beeping at shutdown time. well this topic made me curious where the beep is coming from. It does originate from the shutdown command itself which is part of the sys-apps/sysvinit package. In this package's source you find can a file "src/do

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan Mackenzie
Hello, Wabe. On Tue, Oct 20, 2015 at 06:27:04PM +0200, waben...@gmail.com wrote: > Alan Mackenzie wrote: > > Every time I shut down my gentoo system with "shutdown -h now", it > > beeps at me. This is becoming steadily more irritating as the months > > go by. Just what is this beep supposed to

[gentoo-user] Re: How is /etc/portage/env supposed to work?

2015-10-20 Thread Nikos Chantziaras
On 20/10/15 17:26, Michael Orlitzky wrote: On 10/20/2015 10:04 AM, Nikos Chantziaras wrote: I'm following the documentation here: https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv to hook into the postinst phase of an ebuild. Deja vu: http://commen

[gentoo-user] Re: How is /etc/portage/env supposed to work?

2015-10-20 Thread Nikos Chantziaras
On 20/10/15 18:37, Neil Bothwick wrote: On Tue, 20 Oct 2015 17:04:10 +0300, Nikos Chantziaras wrote: So I assume, since the docs don't mention anything special, that I should put the code in a conf file. So I created this file: /etc/portage/env/test.conf and in it: if [ "${EBUILD_PHA

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread wabenbau
Alan Mackenzie wrote: > Hello, Gentoo. > > Every time I shut down my gentoo system with "shutdown -h now", it > beeps at me. This is becoming steadily more irritating as the months > go by. Just what is this beep supposed to be telling me? I _know_ > I'm shutting the machine down. > > Can any

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alec Ten Harmsel
On 2015-10-20 12:10, Alan Mackenzie wrote: Hello, Gentoo. Every time I shut down my gentoo system with "shutdown -h now", it beeps at me. This is becoming steadily more irritating as the months go by. Just what is this beep supposed to be telling me? I _know_ I'm shutting the machine down.

[gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Alan Mackenzie
Hello, Gentoo. Every time I shut down my gentoo system with "shutdown -h now", it beeps at me. This is becoming steadily more irritating as the months go by. Just what is this beep supposed to be telling me? I _know_ I'm shutting the machine down. Can anybody here tell me how to disable this in

Re: [gentoo-user] How is /etc/portage/env supposed to work?

2015-10-20 Thread Neil Bothwick
On Tue, 20 Oct 2015 17:04:10 +0300, Nikos Chantziaras wrote: > I'm following the documentation here: > > https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv > > to hook into the postinst phase of an ebuild. The docs only provide an > actual example for the

Re: [gentoo-user] How is /etc/portage/env supposed to work?

2015-10-20 Thread Alexander Kapshuk
On Tue, Oct 20, 2015 at 5:04 PM, Nikos Chantziaras wrote: > I'm following the documentation here: > > > https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv > > to hook into the postinst phase of an ebuild. The docs only provide an > actual example for the glo

Re: [gentoo-user] How is /etc/portage/env supposed to work?

2015-10-20 Thread Michael Orlitzky
On 10/20/2015 10:04 AM, Nikos Chantziaras wrote: > I'm following the documentation here: > > https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv > > to hook into the postinst phase of an ebuild. Deja vu: http://comments.gmane.org/gmane.linux.gentoo.devhel

[gentoo-user] How is /etc/portage/env supposed to work?

2015-10-20 Thread Nikos Chantziaras
I'm following the documentation here: https://wiki.gentoo.org/wiki/Handbook:AMD64/Portage/Advanced#Using_.2Fetc.2Fportage.2Fenv to hook into the postinst phase of an ebuild. The docs only provide an actual example for the global hook case (/etc/portage/bashrc), but it says it works the same wa

[gentoo-user] Cdda2wav testers needed

2015-10-20 Thread Joerg Schilling
There have been some problems in cdda2wav that could have been discovered much earlier if there was better feedback. A nasty problem is active since Spring 2014 or even since late 2013 if you did not use c2checks. So the problem (that depends on some compiler constraints) was really visible si