Re: door bell like sound effect

2023-08-29 Thread David Wright
On Tue 29 Aug 2023 at 23:54:41 (-0400), Karl Vogel wrote: > On Tue, Aug 29, 2023 at 10:53:39PM -0400, gene heskett wrote: > > And that is the problem, and why I read thru all those man ages trying to > > find a way to make it log what it did. Sadly no. > > Install and configure file auditing on

Re: door bell like sound effect

2023-08-29 Thread Karl Vogel
On Tue, Aug 29, 2023 at 10:53:39PM -0400, gene heskett wrote: > And that is the problem, and why I read thru all those man ages trying to > find a way to make it log what it did. Sadly no. Install and configure file auditing on Debian: https://www.daemon.be/maarten/auditd.html Auditing ca

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 14:54, gene heskett wrote: On 8/29/23 12:50, zithro wrote: On 29 Aug 2023 18:19, gene heskett wrote: On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Have you checked all the cron files and the systemd timers ? cron yes, systemd timers no, don't know ho

Re: door bell like sound effect

2023-08-29 Thread Max Nikulin
On 30/08/2023 01:58, gene heskett wrote: bash: pactl: command not found gene@coyote:~$ sudo apt install pactl ... E: Unable to locate package pactl Next? Either apt-file suggested earlier or if you are using it rarely and prefer to avoid downloading of file lists for all packages then htt

Re: Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-29 Thread zithro
On 29 Aug 2023 23:48, Mario Marietto wrote: I'm running Debian bookworm [...] No you're not. You're running a MODIFIED Debian version with a (rather old) MODIFIED kernel : $ uname -r 5.4.244-stb-cbe > [removed mostly copy/paste from old posts] Can someone give me some suggestions to

AW: Debugging initramfs, server hangs during boot process

2023-08-29 Thread thah...@t-online.de
I cannot catch the user space output on the broken machine To get netconsole going I have edited /usr/share/initramfs-tools/scripts/init-top/udev First to load the network module. 2nd to load the netconsole: ---snip echo modprobe comes next ... sleep 9 set -x modprobe r8169 lsmod|grep r81

Error : virHostCPUGetKVMMaxVCPUs: KVM is not supported on this platform: Function not implemented

2023-08-29 Thread Mario Marietto
Hello. I'm running Debian bookworm on my ARM Chromebook,model "xe303c12" and I've recompiled the kernel (5.4) to enable KVM,so now my system sounds like this : $ lsb_release -a No LSB modules are available. Distributor ID: Debian Description:Debian GNU/Linux 12 (bookworm) Release:12

Re: door bell like sound effect

2023-08-29 Thread zithro
On 29 Aug 2023 21:55, Greg Wooledge wrote: On Tue, Aug 29, 2023 at 02:58:44PM -0400, gene heskett wrote: E: Unable to locate package pactl unicorn:~$ type pactl pactl is /usr/bin/pactl unicorn:~$ dpkg -S /usr/bin/pactl pulseaudio-utils: /usr/bin/pactl Or : $ apt-file search pactl [...] pul

Re: door bell like sound effect

2023-08-29 Thread Larry Martell
On Tue, Aug 29, 2023 at 12:59 PM Greg Wooledge wrote: > > On Tue, Aug 29, 2023 at 09:29:35AM -0700, Larry Martell wrote: > > find . -regex '.*\.snd$' -print > > That is an incredibly silly way to write > > find . -name '*.snd' -print Gene said that was finding many files that had snd in their

Re: door bell like sound effect

2023-08-29 Thread Greg Wooledge
On Tue, Aug 29, 2023 at 09:29:35AM -0700, Larry Martell wrote: > find . -regex '.*\.snd$' -print That is an incredibly silly way to write find . -name '*.snd' -print But the bigger issue is that audio files may have MANY different extensions, with .snd being only one of them.

Re: door bell like sound effect

2023-08-29 Thread Greg Wooledge
On Tue, Aug 29, 2023 at 02:58:44PM -0400, gene heskett wrote: > E: Unable to locate package pactl unicorn:~$ type pactl pactl is /usr/bin/pactl unicorn:~$ dpkg -S /usr/bin/pactl pulseaudio-utils: /usr/bin/pactl

Re: Security question about daemon-init

2023-08-29 Thread Darac Marjal
On 29/08/2023 18:35, Bhasker C V wrote: Apologies in advance for cross-group posting. I have enabled selinux  and after carefully allowing certain permissions, I have put my system in enforcing mode I do see a suspicious line like this [  115.089395] audit: type=1400 audit(1693329979.841:1

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 14:48, gene heskett wrote: On 8/29/23 12:50, Max Nikulin wrote: On 29/08/2023 22:41, Curt wrote: You'd think it'd be simpler to write a script that runs overnight checking for active audio sources (using maybe 'pacmd list-sink-inputs' or similar) and logging them to a file when dete

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 12:50, zithro wrote: On 29 Aug 2023 18:19, gene heskett wrote: On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Have you checked all the cron files and the systemd timers ? cron yes, systemd timers no, don't know how. man systemctl ; look for "timer" (

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 12:50, Max Nikulin wrote: On 29/08/2023 22:41, Curt wrote: You'd think it'd be simpler to write a script that runs overnight checking for active audio sources (using maybe 'pacmd list-sink-inputs' or similar) and logging them to a file when detected. Is it possible to increase verb

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 12:46, debian-u...@howorth.org.uk wrote: gene heskett wrote: On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Greetings; odd request: Yeah, almost unreal ^^ Somewhere, for some unk reason, there is a sound file file that plays at max volume, usuall

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 12:30, Larry Martell wrote: On Tue, Aug 29, 2023 at 9:19 AM gene heskett wrote: On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: To aid in finding it, what extension might that file be carrying to indicate its a .snd fle, which according to grep on ls -lR'

Re: [IMPORTANT] Debian images no longer works for GPU driver installation with apt update

2023-08-29 Thread Andrew M.A. Cater
On Tue, Aug 29, 2023 at 10:53:35AM -0700, Wenyan Hu wrote: > Hi Team, > > Google's GPU driver installation no longer works for Debian images since > 08/23/2023. > > Google is using > https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#installation_scripts > to > install GPU drivers on

Re: Debian images no longer works for GPU driver installation with apt update

2023-08-29 Thread Michael Kjörling
On 29 Aug 2023 10:53 -0700, from wen...@google.com (Wenyan Hu): > Hi Team, You're in the wrong place. This is a mailing list for Debian _users_ willing to help each other out. Some subscribers might be officially involved with the Debian project in various capacities, but that's not the primary pu

Re: Thunderbird vs Claws Mail

2023-08-29 Thread Frank Lanitz
Hi, On 15.08.23 21:48, Russell L. Harris wrote: Consider evolution. Tried it. Used >6GB RAM. .f OpenPGP_signature.asc Description: OpenPGP digital signature

[IMPORTANT] Debian images no longer works for GPU driver installation with apt update

2023-08-29 Thread Wenyan Hu
Hi Team, Google's GPU driver installation no longer works for Debian images since 08/23/2023. Google is using https://cloud.google.com/compute/docs/gpus/install-drivers-gpu#installation_scripts to install GPU drivers on Debian images. It executes scripts as https://raw.githubusercontent.com/Googl

Security question about daemon-init

2023-08-29 Thread Bhasker C V
Apologies in advance for cross-group posting. I have enabled selinux and after carefully allowing certain permissions, I have put my system in enforcing mode I do see a suspicious line like this [ 115.089395] audit: type=1400 audit(1693329979.841:11): avc: denied { getattr } for pid=3104 c

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/29/23 07:22, Greg Wooledge wrote: On Tue, Aug 29, 2023 at 11:10:17AM +0200, Michael wrote: On Tuesday, 29 August 2023 03:56:55 CEST, Greg Wooledge wrote: The problem is, most Debian systems are set up to mount the core file systems with "relatime". This means you don't have a record of t

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/28/23 23:44, Greg Wooledge wrote: On Mon, Aug 28, 2023 at 11:32:25PM -0400, songbird wrote: Greg Wooledge wrote: The problem is, most Debian systems are set up to mount the core file systems with "relatime". This means you don't have a record of the last time each file was accessed, so yo

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/28/23 21:32, songbird wrote: Cindy Sue Causey wrote: ... That triggered yet another thought: What about some kind of a file search that narrows down "Last Accessed" data for all the various sound file types? most recently accessed files could be located via find command. i assumed Gen

Re: door bell like sound effect

2023-08-29 Thread zithro
On 29 Aug 2023 18:35, gene heskett wrote: I have no known enemies left, I've outlived them all. And there is a PIR facing out that see's a 34 yo pin oak moving in the wind many times a day. What about their families ? ^^ Joke aside, trees don't produce heat themselves (AFAIK ...), so the only

Re: door bell like sound effect

2023-08-29 Thread zithro
On 29 Aug 2023 18:19, gene heskett wrote: On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Have you checked all the cron files and the systemd timers ? cron yes, systemd timers no, don't know how. man systemctl ; look for "timer" (in vi(m) use "/" to search) ? $

Re: door bell like sound effect

2023-08-29 Thread Max Nikulin
On 29/08/2023 22:41, Curt wrote: You'd think it'd be simpler to write a script that runs overnight checking for active audio sources (using maybe 'pacmd list-sink-inputs' or similar) and logging them to a file when detected. Is it possible to increase verbosity of logs of some pulseaudio modul

Re: door bell like sound effect

2023-08-29 Thread debian-user
gene heskett wrote: > On 8/28/23 12:20, zithro wrote: > > On 28 Aug 2023 09:29, gene heskett wrote: > >> Greetings; > >> > >> odd request: > > > > Yeah, almost unreal ^^ > > > >> > >> Somewhere, for some unk reason, there is a sound file file that > >> plays at max volume, usually around 2

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Greetings; odd request: Yeah, almost unreal ^^ Somewhere, for some unk reason, there is a sound file file that plays at max volume, usually around 2 AM or slightly later, that is very similar to the 40 yo doorbell

Re: door bell like sound effect

2023-08-29 Thread Larry Martell
On Tue, Aug 29, 2023 at 9:19 AM gene heskett wrote: > > On 8/28/23 12:20, zithro wrote: > > On 28 Aug 2023 09:29, gene heskett wrote: > >> To aid in finding it, what extension might that file be carrying to > >> indicate its a .snd fle, which according to grep on ls -lR's output, > >> does not exi

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/28/23 12:20, zithro wrote: On 28 Aug 2023 09:29, gene heskett wrote: Greetings; odd request: Yeah, almost unreal ^^ Somewhere, for some unk reason, there is a sound file file that plays at max volume, usually around 2 AM or slightly later, that is very similar to the 40 yo doorbell

Re: door bell like sound effect

2023-08-29 Thread gene heskett
On 8/28/23 05:26, Michel Verdier wrote: On 2023-08-28, gene heskett wrote: Any help in finding this will be hugely appreciated. As you are awake and know the time of ringing do you check the logs around that time ? . I checked them a couple minutes after the last time but nothing stood out

Re: Not authorized to run synaptic

2023-08-29 Thread Joe
On Tue, 29 Aug 2023 10:11:01 -0300 Bruno Schneider wrote: > Apparently, some service needed to be restarted, because the problem > went away after a reboot. Perhaps policykit? > > Anyway, for future reference, I'm not on the sudo group and I found > nothing interesting on changelogs. Something (

Re: door bell like sound effect

2023-08-29 Thread Curt
On 2023-08-29, Greg Wooledge wrote: > > There's still going to be a whole lotta searching through the haystack > to find the needle. Obviously, knowing the approximate date and time > the file was last read would be of tremendous help, as you can zoom in > on that part of the results. > > You'd

Re: Not authorized to run synaptic

2023-08-29 Thread Brad Rogers
On Tue, 29 Aug 2023 10:11:01 -0300 Bruno Schneider wrote: Hello Bruno, >Apparently, some service needed to be restarted, because the problem >went away after a reboot. Perhaps policykit? Almost certainly; Here, Synaptic required root password *until* policykit was installed (as a dependency of

Re: door bell like sound effect

2023-08-29 Thread David Wright
On Tue 29 Aug 2023 at 08:37:00 (-0400), Greg Wooledge wrote: > On Tue, Aug 29, 2023 at 07:46:16AM -0400, songbird wrote: > > ok, i understand that but my command > > > > $ alias aq='find . -amin -30' > > $ aq > > > > works as it should. > > Oh. I guess I should have read the *entire* sectio

Re: Not authorized to run synaptic

2023-08-29 Thread Bruno Schneider
Apparently, some service needed to be restarted, because the problem went away after a reboot. Perhaps policykit? Anyway, for future reference, I'm not on the sudo group and I found nothing interesting on changelogs. Something (I guess pkexec) asks for the root password (not the user's password) b

Re: XFCE and Awesome WM

2023-08-29 Thread Махно
I once used this configuration. As I was using it, I realized that it was of no use. Here and there, ugly bugs (I don't remember which ones anymore) came out. While using it, I realized one simple truth - it is better to use with what XFCE is designed to be used with. 2023-08-27, sk, 21:05 Tatoka

Re: door bell like sound effect

2023-08-29 Thread Greg Wooledge
On Tue, Aug 29, 2023 at 07:46:16AM -0400, songbird wrote: > ok, i understand that but my command > > $ alias aq='find . -amin -30' > $ aq > > works as it should. Oh. I guess I should have read the *entire* section of the man page. relatime [...] Since Linux 2.6

Re: Not authorized to run synaptic

2023-08-29 Thread Christian Britz
Am 28.08.23 um 19:24 schrieb Joe: > It's not obvious. I run synaptic from a standard menu launcher, where > the command is just synaptic-pkexec. It then requests the root password > before running. I'm on sid, which still ought to be very close to > testing at the moment. For me it asks for the

Re: door bell like sound effect

2023-08-29 Thread Michel Verdier
On 2023-08-29, Greg Wooledge wrote: > It's changed *only* under the specific circumstance where the file has > been modified since it was last read. If the file hasn't been written to > (or metadata changed), atime isn't updated. Michael is right : atime is modified if it's "ealier" so you alway

Re: door bell like sound effect

2023-08-29 Thread songbird
Greg Wooledge wrote: > On Mon, Aug 28, 2023 at 11:32:25PM -0400, songbird wrote: >> Greg Wooledge wrote: >> > The problem is, most Debian systems are set up to mount the core file >> > systems with "relatime". This means you don't have a record of the >> > last time each file was accessed, so you

Re: door bell like sound effect

2023-08-29 Thread Greg Wooledge
On Tue, Aug 29, 2023 at 11:10:17AM +0200, Michael wrote: > On Tuesday, 29 August 2023 03:56:55 CEST, Greg Wooledge wrote: > > > The problem is, most Debian systems are set up to mount the core file > > systems with "relatime". This means you don't have a record of the > > last time each file was

Re: door bell like sound effect

2023-08-29 Thread Michael
On Tuesday, 29 August 2023 03:56:55 CEST, Greg Wooledge wrote: The problem is, most Debian systems are set up to mount the core file systems with "relatime". This means you don't have a record of the last time each file was accessed, so you can't ask the computer which files were most recently