Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Andrei POPESCU
On Du, 30 ian 22, 12:47:27, Pankaj Jangid wrote: > Andrei POPESCU writes: > > >> During the boot process, the system detects everything. So there must be > >> something in the init sequence that I can trigger manually. > > > > You can try to unload and reload the corresponding kernel module. Chec

Re: Android apps on Debian

2022-01-30 Thread Curt
On 2022-01-29, John Hasler wrote: > I never intend to install any app other than the Starlink one. I'm > willing to trust it as long as what I get is in fact exactly what SpaceX > distributes: if they are going to spy on me they will have better > opportunities than that. I guess I'm asking if A

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Jude DaShiell
rm /var/lock/asound.state.lock On Sun, 30 Jan 2022, Pankaj Jangid wrote: > Jude DaShiell writes: > > > alsactl init I think will find everything. > > > > Then there is something else that is not letting "alsactl init" to > function properly; lock file as you suggested. But I couldn?t find > any

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Pankaj Jangid
Jude DaShiell writes: > rm /var/lock/asound.state.lock > > As I stated in a previous reply, I had tried to remove this file and then did "alsactl init" but no positive result. Just this output --8<---cut here---start->8--- pankaj@anant:~$ sudo alsactl init als

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Pankaj Jangid
Andrei POPESCU writes: > Something is keeping the module busy, but according to lsmod it's not > another module. > > In case you get any output from > > lsof | grep /dev/snd > > (this needs root or sudo) > > try stopping the applications listed in the first column (the second > column i

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Andrei POPESCU
On Du, 30 ian 22, 14:58:29, Pankaj Jangid wrote: > Andrei POPESCU writes: > > > Something is keeping the module busy, but according to lsmod it's not > > another module. > > > > In case you get any output from > > > > lsof | grep /dev/snd > > > > (this needs root or sudo) > > > > try sto

Re: Security

2022-01-30 Thread Richard Hector
On 29/01/22 04:17, Vincent Lefevre wrote: Servers shouldn't have pkexec installed in the first place, anyway. libvirt-daemon-system depends on policykit-1. Should that not be on my (kvm) server either? Cheers, Richard

Re: Security

2022-01-30 Thread Reco
Hi. On Mon, Jan 31, 2022 at 01:36:06AM +1300, Richard Hector wrote: > On 29/01/22 04:17, Vincent Lefevre wrote: > > > Servers shouldn't have pkexec installed in the first place, anyway. > > > > libvirt-daemon-system depends on policykit-1. > > Should that not be on my (kvm) server eith

Re: Security

2022-01-30 Thread Andrei POPESCU
On Du, 30 ian 22, 15:54:17, Reco wrote: > Hi. > > On Mon, Jan 31, 2022 at 01:36:06AM +1300, Richard Hector wrote: > > On 29/01/22 04:17, Vincent Lefevre wrote: > > > > > Servers shouldn't have pkexec installed in the first place, anyway. > > > > > > > libvirt-daemon-system depends on poli

Re: Security

2022-01-30 Thread Reco
Hi. On Sun, Jan 30, 2022 at 02:39:14PM +0100, Andrei POPESCU wrote: > On Du, 30 ian 22, 15:54:17, Reco wrote: > > On Mon, Jan 31, 2022 at 01:36:06AM +1300, Richard Hector wrote: > > > On 29/01/22 04:17, Vincent Lefevre wrote: > > > > > > > Servers shouldn't have pkexec installed in the fi

sparse dictionary

2022-01-30 Thread Russell L. Harris
With respect to the dictionary and thesaurus, something has changed between Debian releases 9 and 11; it seems that a great many words are missing. The problem is not spelling; the spelling checker reports "correctly spelled". Synaptic no longer shows the several "gazeteer" entries, and I do

why copying big file fails?

2022-01-30 Thread a
i create video mp4 with android's screen-recorder, it's about 4G i connect it to debian with jmtpfs and copy it to ext4 hard disk with more than 10G  of free space it fails: cp: error reading 'DCIM/ScreenRecorder/Screenrecorder-2022-01-30-12-29-58-111.mp4': Invalid argument i run "ls -l",

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Pankaj Jangid
Andrei POPESCU writes: >> Thanks Andrei. I followed the following steps: >> >> 1. Found that it is pulseaudio that is blocking the module unload. >> 2. systemctl --user stop pulseaudio.socket >> 3. systemctl --user stop pulseaudio.service >> 4. Verified that now nothing is blocking snd_usb_audio

Re: why copying big file fails?

2022-01-30 Thread Andrew M.A. Cater
On Sun, Jan 30, 2022 at 03:11:36PM -0500, a wrote: > i create video mp4 with android's screen-recorder, it's about 4G > > i connect it to debian with jmtpfs and copy it to ext4 hard disk with more > than 10G  of free space > > it fails: cp: error reading > 'DCIM/ScreenRecorder/Screenrecorder-2022

Re: why copying big file fails?

2022-01-30 Thread ghe2001
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 ‐‐‐ Original Message ‐‐‐ On Sunday, January 30, 2022 1:11 PM, a wrote: > BTW which package in bullseye can play mp4? mplayer has failed, and some > player require gnome , but i haven't installed gnome I'm still on Buster (XFCD4), but ha

Re: why copying big file fails?

2022-01-30 Thread a
Thank Andrew! i connect android phone with jmtpfs and use cp command to copy it i use bullseye for i386, intel core2 Q8200 2.33G why shall i use scp? it's to be used for copying between hosts

Re: why copying big file fails?

2022-01-30 Thread Andrew M.A. Cater
On Sun, Jan 30, 2022 at 03:32:47PM -0500, a wrote: > Thank Andrew! > > i connect android phone with jmtpfs and use cp command to copy it > > i use bullseye for i386, intel core2 Q8200 2.33G > > why shall i use scp? it's to be used for copying between hosts > Because scp will verify transfers as

Re: why copying big file fails?

2022-01-30 Thread Reco
Hi. On Sun, Jan 30, 2022 at 03:11:36PM -0500, a wrote: > i run "ls -l", about 2G has been copied This. Method you're using for copying files does not matter. Whatever your phone is using instead of a proper filesystem does. 2G file size limit is typical for FAT, and chances are it's exact

Re: why copying big file fails?

2022-01-30 Thread Hans
Am Sonntag, 30. Januar 2022, 21:53:00 CET schrieb Reco: > > BTW which package in bullseye can play mp4? > > mpv or vlc. Everything else is not a media player anyway. > > Reco Hmm... I had very good success with smplayer on slower computers. Some files ran fluently whilst they lagged with

Re: sparse dictionary

2022-01-30 Thread Charlie
On Sun, 30 Jan 2022 19:18:42 + "Russell L. Harris" wrote: > Synaptic no longer shows the several "gazeteer" entries, and I do not > find "moby thesaurus". Don't know, dict-moby-thesaurus is here Charlie -- Registered Linux User:- 329524 *

Re: why copying big file fails?

2022-01-30 Thread Thomas Schmitt
Hi, a wrote: > it fails: cp: error reading > 'DCIM/ScreenRecorder/Screenrecorder-2022-01-30-12-29-58-111.mp4': Invalid > argument > > i run "ls -l", about 2G has been copied > i use bullseye for i386, intel core2 Q8200 2.33G That's a machine whiere type "long" has 32 bit. I.e. the non-negative

Re: why copying big file fails?

2022-01-30 Thread a
Thank ghe2001, Andrew, Reco, Hans and Thomas! i try bullseye for amd64, as Andrew suggest, it succeeds in copying 4G mp4 video transfer speed is slow, i have to wait for half an hour after entering cp command and i can't check progress by running "ls -l" in other terminal ("ls -l" shows ne

Re: USB sound device present but NOT visible in ‘alsamixer’

2022-01-30 Thread Jude DaShiell
When you stop pulseaudio, you did a good thing. since pulseaudio was started again, you're probably going to have to mess around in pactl to get this fixed if that will even be possible. On Mon, 31 Jan 2022, Pankaj Jangid wrote: > Andrei POPESCU writes: > > >> Thanks Andrei. I followed the fol

Re: sparse dictionary

2022-01-30 Thread Russell L. Harris
On Mon, Jan 31, 2022 at 08:41:07AM +1100, Charlie wrote: On Sun, 30 Jan 2022 19:18:42 + "Russell L. Harris" wrote: Synaptic no longer shows the several "gazeteer" entries, and I do not find "moby thesaurus". Don't know, dict-moby-thesaurus is here My synaptic (0.90.2) cannot find it.

Re: sparse dictionary

2022-01-30 Thread Greg Wooledge
On Sun, Jan 30, 2022 at 11:53:26PM +, Russell L. Harris wrote: > On Mon, Jan 31, 2022 at 08:41:07AM +1100, Charlie wrote: > > On Sun, 30 Jan 2022 19:18:42 + > > "Russell L. Harris" wrote: > > > > > Synaptic no longer shows the several "gazeteer" entries, and I do not > > > find "moby thes

Re: sparse dictionary

2022-01-30 Thread Greg Wooledge
On Mon, Jan 31, 2022 at 12:52:36AM +, Russell L. Harris wrote: > On Sun, Jan 30, 2022 at 07:32:26PM -0500, Greg Wooledge wrote: > > On Sun, Jan 30, 2022 at 11:53:26PM +, Russell L. Harris wrote: > > > On Mon, Jan 31, 2022 at 08:41:07AM +1100, Charlie wrote: > > > > On Sun, 30 Jan 2022 19:18

Re: sparse dictionary

2022-01-30 Thread Russell L. Harris
On Sun, Jan 30, 2022 at 07:32:26PM -0500, Greg Wooledge wrote: On Sun, Jan 30, 2022 at 11:53:26PM +, Russell L. Harris wrote: On Mon, Jan 31, 2022 at 08:41:07AM +1100, Charlie wrote: > On Sun, 30 Jan 2022 19:18:42 + > "Russell L. Harris" wrote: > > > Synaptic no longer shows the several

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-29 13:29, John Hasler wrote: Is there a simple way to run Android apps under Debian such as an emulator? My Starlink terminal is arriving next week and it would be convenient to be able to run the Starlink app. However, I do not have either an IOS or an Android device. Hi, don't kn

Re: sparse dictionary

2022-01-30 Thread Russell L. Harris
On Sun, Jan 30, 2022 at 08:28:29PM -0500, Greg Wooledge wrote: On Mon, Jan 31, 2022 at 12:52:36AM +, Russell L. Harris wrote: On Sun, Jan 30, 2022 at 07:32:26PM -0500, Greg Wooledge wrote: > On Sun, Jan 30, 2022 at 11:53:26PM +, Russell L. Harris wrote: > > On Mon, Jan 31, 2022 at 08:41:

Re: Android apps on Debian

2022-01-30 Thread John Hasler
Bijan writes: > Hi, don't know how far you got with anbox, I don't have it running yet due to a dbus problem. That should clear out as soon as I reboot but I'm not ready to do that because I'm in the midst of a project with a couple of dozen documents and tabs open. > This will launch the emulat

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-30 21:54, John Hasler wrote: I have a copy of the app. I'm not going to open a Google Play account. Oh ok, you can run the emulator without app store or without signing in and use adb install the apk to the emulator, in case anbox doesn't work. Bijan

Re: Android apps on Debian

2022-01-30 Thread Bijan Soleymani
On 2022-01-30 21:54, John Hasler wrote: I have a copy of the app. I'm not going to open a Google Play account. Keep in mind the xapk/apk I saw online only had the arm64 shared libraries. So you'll either need to get an apk with the x86/x86_64/amd64 shared libraries or add arm64 support to anb

Re: sparse dictionary

2022-01-30 Thread The Wanderer
On 2022-01-30 at 21:07, Russell L. Harris wrote: > On Sun, Jan 30, 2022 at 08:28:29PM -0500, Greg Wooledge wrote: >> Well... according to packages.debian.org, dict-moby-thesaurus only >> exists in oldstable and oldoldstable. So, Debian 9 and 10. >> >>

Re: Android apps on Debian

2022-01-30 Thread John Hasler
Bijan writes: > Keep in mind the xapk/apk I saw online only had the arm64 shared > libraries. The one I have has x86 and x86_64 libraries as well as the arm ones. -- John Hasler j...@sugarbit.com Elmwood, WI USA

converting Python2 to Python3 (was: sparse dictionary)

2022-01-30 Thread Mike Kupfer
The Wanderer wrote: > In my case, I started with the last Debian package version before the > removal, imported the source package into git, dropped the debian/ > directory because that doesn't belong in the upstream codebase, ran the > '2to3' tool (from the package of the same name) against the c

Re: sparse dictionary

2022-01-30 Thread Russell L. Harris
On Sun, Jan 30, 2022 at 10:36:57PM -0500, The Wanderer wrote: I discovered dictfmt and dictunformat, which seem to be applicable. But I do not know where in Debian (Debian 9) to look for the moby-thesaurus file. RLH

Re: sparse dictionary

2022-01-30 Thread Charlie
On Mon, 31 Jan 2022 02:07:05 + "Russell L. Harris" wrote: > > shows the dates > >it was removed from unstable and from testing. I think this lappy has only had Bullseye in testing and then stable on it Debian GNU/Linux 11 (bullseye) i di

Re: sparse dictionary

2022-01-30 Thread Charlie
On Mon, 31 Jan 2022 04:49:09 + "Russell L. Harris" wrote: > On Sun, Jan 30, 2022 at 10:36:57PM -0500, The Wanderer wrote: > > I discovered dictfmt and dictunformat, which seem to be applicable. > > But I do not know where in Debian (Debian 9) to look for the > moby-thesaurus file. > > RLH

Re: why copying big file fails?

2022-01-30 Thread Reco
Hi. On Sun, Jan 30, 2022 at 10:23:12PM +0100, Hans wrote: > Am Sonntag, 30. Januar 2022, 21:53:00 CET schrieb Reco: > > > > BTW which package in bullseye can play mp4? > > > > mpv or vlc. Everything else is not a media player anyway. > > Hmm... > I had very good success with smplaye

Re: sparse dictionary

2022-01-30 Thread Polyna-Maude Racicot-Summerside
Hi, On 2022-01-30 20:28, Greg Wooledge wrote: > On Mon, Jan 31, 2022 at 12:52:36AM +, Russell L. Harris wrote: >> On Sun, Jan 30, 2022 at 07:32:26PM -0500, Greg Wooledge wrote: >>> On Sun, Jan 30, 2022 at 11:53:26PM +, Russell L. Harris wrote: On Mon, Jan 31, 2022 at 08:41:07AM +1100,

Re: sparse dictionary

2022-01-30 Thread Polyna-Maude Racicot-Summerside
On 2022-01-30 23:49, Russell L. Harris wrote: > On Sun, Jan 30, 2022 at 10:36:57PM -0500, The Wanderer wrote: > > I discovered dictfmt and dictunformat, which seem to be applicable. > > But I do not know where in Debian (Debian 9) to look for the > moby-thesaurus file. > > RLH > Download the