Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-25 Thread Andrey Ponomarenko
LiveCDs for quick testing: https://cdimage.debian.org/cdimage/weekly-live-builds/amd64/iso-hybrid/ Although full-fledged installations are more desirable. 24.07.2021, 23:23, "Andrey Ponomarenko" :Hello!Let's help developers to test upcoming Debian version 11 by filling out the commun

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-25 Thread kaye n
On Sun, Jul 25, 2021 at 4:23 AM Andrey Ponomarenko < andrewponomare...@yandex.ru> wrote: > Hello! > > Let's help developers to test upcoming Debian version 11 by filling out > the community-driven list of tested hardware configurations: > https://github.com/linuxhw/TestCove

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-25 Thread tomas
On Sat, Jul 24, 2021 at 04:27:23PM -0400, Jim Popovitch wrote: > On Sat, 2021-07-24 at 23:14 +0300, Andrey Ponomarenko wrote: > > Hello! > > > > Let's help developers to test upcoming Debian version 11 by filling > > out the community-driven list of tested hardware c

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread kamaraju kusumanchi
On Sat, Jul 24, 2021 at 4:23 PM Andrey Ponomarenko wrote: > > Let's help developers to test upcoming Debian version 11 by filling out the > community-driven list of tested hardware configurations: > https://github.com/linuxhw/TestCoverage/tree/master/Dist/Debian_11 > Wow! This

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Georgi Naplatanov
On 7/25/21 1:33 AM, Mark Allums wrote: > > > On 7/24/2021 3:14 PM, Andrey Ponomarenko wrote: >> Hello! >> >> Let's help developers to test upcoming Debian version 11 by filling >> out the community-driven list of tested hardware configurations: >> https

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Peter Ehlert
On 7/24/21 2:54 PM, Georgi Naplatanov wrote: On 7/24/21 11:14 PM, Andrey Ponomarenko wrote: Hello! Let's help developers to test upcoming Debian version 11 by filling out the community-driven list of tested hardware configurations: https://github.com/linuxhw/TestCoverage/tree/master/Dist

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Mark Allums
On 7/24/2021 3:14 PM, Andrey Ponomarenko wrote: Hello! Let's help developers to test upcoming Debian version 11 by filling out the community-driven list of tested hardware configurations: https://github.com/linuxhw/TestCoverage/tree/master/Dist/Debian_11 <https://github.com/linu

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Georgi Naplatanov
On 7/24/21 11:14 PM, Andrey Ponomarenko wrote: > Hello! > > Let's help developers to test upcoming Debian version 11 by filling out > the community-driven list of tested hardware configurations: > https://github.com/linuxhw/TestCoverage/tree/master/Dist/Debian_11 > <https

Re: Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Jim Popovitch
On Sat, 2021-07-24 at 23:14 +0300, Andrey Ponomarenko wrote: > Hello! > > Let's help developers to test upcoming Debian version 11 by filling > out the community-driven list of tested hardware configurations: > https://github.com/linuxhw/TestCoverage/tree/master

Please help to test latest Debian 11 release candidate on real hardware

2021-07-24 Thread Andrey Ponomarenko
Hello!Let's help developers to test upcoming Debian version 11 by filling out the community-driven list of tested hardware configurations: https://github.com/linuxhw/TestCoverage/tree/master/Dist/Debian_11 The development team only has a limited set of hardware for tests, but I'm sure we can find

Re: Makefile help

2021-07-23 Thread Anssi Saari
Charles Curley writes: > It probably is, but I would not use make. A script which used find > would do as well without make's idiosyncrasies. Pretty much any > scripting language should do the job, so use one you are familiar with. Since he said there are a lot of files to convert I thought

Re: Makefile help

2021-07-23 Thread Charles Curley
On Fri, 23 Jul 2021 16:10:10 +0200 Grzesiek wrote: > Is it possible to do it using make in a fully automatic way? What I > mean is that make should find all sub-directories and files in > source_dir by itself. Note that the sub-directories level may be > grater than 1, no symlinks allowed. It

Re: Makefile help

2021-07-23 Thread Teemu Likonen
* 2021-07-23 16:10:10+0200, Grzesiek wrote: > Is it possible to do it using make in a fully automatic way? What I > mean is that make should find all sub-directories and files in > source_dir by itself. "make" doesn't find files. You can use "find" in a Makefile to find all necessary files and

Re: Makefile help

2021-07-23 Thread Greg Wooledge
On Fri, Jul 23, 2021 at 04:10:10PM +0200, Grzesiek wrote: > I have two directories: source_dir and dest_dir. In the directory source_dir > I have number of sub-directories and files. My goal is: > > 1.Recreate the sub-directory structure of the source_dir inside of the > dest_dir > > 2. Each

Re: Makefile help

2021-07-23 Thread Klaus Singvogel
Grzesiek wrote: > > 1.Recreate the sub-directory structure of the source_dir inside of the > dest_dir > > 2. Each file found in source_dir should be converted to a new format using > some command CMD in the following way: > CMD source_dir//.src dest_dir// name>.dst It's not common practice to

Re: Makefile help

2021-07-23 Thread Grzesiek
On 7/23/21 4:25 PM, john doe wrote: On 7/23/2021 4:10 PM, Grzesiek wrote: I do not have experience in writing Makefiles. Appropriate Makefile examples appreciated. Why do you need to use make? As far as I understand your question, you are not concernde about the 'mtime'. The number of

Re: Makefile help

2021-07-23 Thread john doe
On 7/23/2021 4:10 PM, Grzesiek wrote: I do not have experience in writing Makefiles. Appropriate Makefile examples appreciated. Why do you need to use make? As far as I understand your question, you are not concernde about the 'mtime'. -- John Doe

Makefile help

2021-07-23 Thread Grzesiek
ing Makefiles. Appropriate Makefile examples appreciated. -- Thanks in advance for any help. Greg

Re: help: apt stuck at 0% [Waiting for headers]

2021-07-21 Thread Greg Wooledge
On Wed, Jul 21, 2021 at 03:48:08PM -0500, Michael Morgan wrote: > I need some help here. I worked in a university and have a linux (debian 9) > machine with DHCP. For some reason I needed a static IP and two weeks ago > the university sent someone who helped me set up the static IP. Fr

help: apt stuck at 0% [Waiting for headers]

2021-07-21 Thread Michael Morgan
Dear friends, I need some help here. I worked in a university and have a linux (debian 9) machine with DHCP. For some reason I needed a static IP and two weeks ago the university sent someone who helped me set up the static IP. From what I saw the file they modified is the "/etc/ne

Re: Help! Thunderbird lost my passwords

2021-07-18 Thread Alexander V. Makartsev
On 19.07.2021 05:13, w...@mgssub.com wrote: I installed tbird 78.12.0 (64-bit)  and it can't find my email passwords. I have browsed signons.sqlite  and the passwords seem to be there in the middle of the db. I have tried to install a prior version of tbird but dpkg has thwarted those efforts

Re: help with dpkg!

2021-07-18 Thread David Christensen
On 7/18/21 4:53 PM, w...@mgssub.com wrote: When dpkg tries to build a new initrd my system crashes. how can I stop dpkg from trying to build a new initrd so I can do some other apt things to fix my system? Many TIA!!! Dennis Can you manually build a new initrd? Why does dpkg try to

Re: help with dpkg!

2021-07-18 Thread David Wright
On Sun 18 Jul 2021 at 16:53:37 (-0700), w...@mgssub.com wrote: > When dpkg tries to build a new initrdmy system > crashes. how can I stop dpkg from trying to build a new initrd so I can do > some other apt things to fix my system? Try setting update_initramfs=no in

Help! Thunderbird lost my passwords

2021-07-18 Thread wix
I installed tbird 78.12.0 (64-bit) and it can't find my email passwords. I have browsed signons.sqlite and the passwords seem to be there in the middle of the db. I have tried to install a prior version of tbird but dpkg has thwarted those efforts so far! Any other ideas suggestions would be

help with dpkg!

2021-07-18 Thread wix
When dpkg tries to build a new initrd my system crashes. how can I stop dpkg from trying to build a new initrd so I can do some other apt things to fix my system?Many TIA!!!Dennis

Re: Thanks for help!

2021-07-11 Thread Georgi Naplatanov
On 7/11/21 9:18 PM, Gunnar Gervin wrote: > > How repaired hdd in old osx 8.6 mac i386. > A live usb with debian 10.9 buster did it asked to change from Bios boot > to Uefi boot & reinstalled hdd. Laptop works. So now can put distro in > usb, & try which debian based distro works best on Mac osx

Thanks for help!

2021-07-11 Thread Gunnar Gervin
How repaired hdd in old osx 8.6 mac i386. A live usb with debian 10.9 buster did it asked to change from Bios boot to Uefi boot & reinstalled hdd. Laptop works. So now can put distro in usb, & try which debian based distro works best on Mac osx 10.13.6. MX, PsychOS, Manjaro, Debian? I liked the

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-10 Thread Michael Lange
for Debian 10 for your Debian 9 system? > That's what I thought. Years ago the OP might have added something to the sources.list like deb http://ftp.uni-kl.de/debian-multimedia/ stable main Unfortunately now stable points to buster (debian 10). Changing this to something like deb http://www.d

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Stefan Monnier
> 2. repair my situation - I cannot go to Debian 10 right now (I posted the > reason somewhere here - mouse ist awfully slow and jumpy)) You might want to try `aptitude` instead of `apt`: it will try to offer ways to fix the problem (by removing package). The solutions it offers can sometimes

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Kampmann
Heureka ... I did an aptitude ... and got the following (and the quit!!! - but do I know whether my system is ok???): root@primergy:~/software-env# aptitude install ffmpeg Warning: Invalid locale (please review locale settings, this might lead to problems later):  

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Greg Wooledge
On Fri, Jul 09, 2021 at 11:13:47PM +0200, Joerg Kampmann wrote: > Die folgenden Pakete haben unerfüllte Abhängigkeiten: >  libavcodec-dev : Hängt ab von: libavcodec58 (= 10:4.1.6-dmo1+deb10u1) soll There we have it. You have added a debian-multimedia (dmo) source intended to be used with Debian

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Joerg Kampmann
Am 09.07.21 um 22:47 schrieb Stefan Monnier: 2. repair my situation - I cannot go to Debian 10 right now (I posted the reason somewhere here - mouse ist awfully slow and jumpy)) You might want to try `aptitude` instead of `apt`: it will try to offer ways to fix the problem (by removing

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Joerg Kampmann
Am 09.07.21 um 21:44 schrieb Greg Wooledge: On Fri, Jul 09, 2021 at 09:36:00PM +0200, Kampmann wrote: The following packages have unmet dependencies:  libavcodec58 : Depends: libavutil56 (>= 10:4.1.6) but it is not going to be installed     Depends: libc6 (>= 2.27) but

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Brian
On Fri 09 Jul 2021 at 15:40:21 -0400, Greg Wooledge wrote: > On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote: > > On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote: > > > > > On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: > > > > Hello - I tried to install ffmpeg

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Greg Wooledge
On Fri, Jul 09, 2021 at 09:36:00PM +0200, Kampmann wrote: > The following packages have unmet dependencies: >  libavcodec58 : Depends: libavutil56 (>= 10:4.1.6) but it is not going to be > installed >     Depends: libc6 (>= 2.27) but 2.24-11+deb9u4 is to be > installed This is a

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Kampmann
Am 09.07.21 um 21:40 schrieb Greg Wooledge: On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote: On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote: On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: Hello - I tried to install ffmpeg (a normal Debian package) and got

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Kampmann
Am 09.07.21 um 21:37 schrieb Brian: On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote: On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: Hello - I tried to install ffmpeg (a normal Debian package) and got some strange messages. the ffmpeg-group adviced me to go to a

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Greg Wooledge
On Fri, Jul 09, 2021 at 08:37:03PM +0100, Brian wrote: > On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote: > > > On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: > > > Hello - I tried to install ffmpeg (a normal Debian package) and got some > > > strange messages. the

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Brian
On Fri 09 Jul 2021 at 15:05:20 -0400, Greg Wooledge wrote: > On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: > > Hello - I tried to install ffmpeg (a normal Debian package) and got some > > strange messages. the ffmpeg-group adviced me to go to a Debian group. I > > hope I am

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Kampmann
. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation: The following packages have unmet dependencies

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Anssi Saari
Joerg Kampmann writes: > Hello group I wanted to install ffmpeg under Debian 9 and got some > errormessages (in German): How about errormessages not in German? LANG=en_US.utf8 apt install ffmpeg? > ffmpeg : Hängt ab von: libavcodec58 (>= 10:4.1.6) soll aber nicht > installiert werden

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Kampmann
Am 09.07.21 um 21:04 schrieb Brian: On Fri 09 Jul 2021 at 20:41:17 +0200, Joerg Kampmann wrote: Hello - I tried to install ffmpeg (a normal Debian package) and got some strange messages. the ffmpeg-group adviced me to go to a Debian group. I hope I am correct here in this group. You have

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Greg Wooledge
On Fri, Jul 09, 2021 at 08:41:17PM +0200, Joerg Kampmann wrote: > Hello - I tried to install ffmpeg (a normal Debian package) and got some > strange messages. the ffmpeg-group adviced me to go to a Debian group. I > hope I am correct here in this group. > > I am running Debian 9 on a Fujitsu TX

Re: Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Brian
On Fri 09 Jul 2021 at 20:41:17 +0200, Joerg Kampmann wrote: > Hello - I tried to install ffmpeg (a normal Debian package) and got some > strange messages. the ffmpeg-group adviced me to go to a Debian group. I > hope I am correct here in this group. You have kept these "strange" meaages secret.

Need help with ffmpeg installation - strange behaviour of my system - am I correct here?

2021-07-09 Thread Joerg Kampmann
Hello - I tried to install ffmpeg (a normal Debian package) and got some strange messages. the ffmpeg-group adviced me to go to a Debian group. I hope I am correct here in this group. I am running Debian 9 on a Fujitsu TX 100 S1 computer ... /base) joerg@primergy:~$ uname -a Linux primergy

Re: Help: explanation of secure flash?

2021-07-07 Thread rhkramer
On Wednesday, July 07, 2021 08:57:30 PM Polyna-Maude Racicot-Summerside wrote: > Are you a TikiWiki user ? No -- TWiki / Foswiki

Re: Help: explanation of secure flash?

2021-07-07 Thread Polyna-Maude Racicot-Summerside
Hi, > (Try to ignore the markup -- it is what I use in what I sometimes call my > offline TWiki.) > >* Are you a TikiWiki user ? -- Polyna-Maude R.-Summerside -Be smart, Be wise, Support opensource development OpenPGP_signature Description: OpenPGP digital signature

Re: Help: explanation of secure flash?

2021-07-07 Thread rhkramer
On Tuesday, July 06, 2021 07:07:29 PM Jeremy Nicoll wrote: > On Tue, 6 Jul 2021, at 23:37, rhkra...@gmail.com wrote: > > I've seen warnings (against hacks) that say (among other things) to > > enable "secure flash". I've been googling to learn more about that, but > > I haven't found any good

Re: Help: explanation of secure flash?

2021-07-07 Thread Polyna-Maude Racicot-Summerside
presumably > Bulleye) on my newest computer, I'll look again. > Maybe reading on the subject of Secure Boot (on Debian doc is a good start) and the general subject of hardware security in general would help you for the next step. You can find much information online. If you get into a link

Re: Help: explanation of secure flash?

2021-07-07 Thread rhkramer
On Tuesday, July 06, 2021 10:53:52 PM Kevin N. wrote: > > Can somebody provide either a little more explanation and / or a link to > > a (reasonably simple) reference? > > https://www.embeddedcomputing.com/technology/security/network-security/secu >

Re: Help: explanation of secure flash?

2021-07-06 Thread Kevin N.
Can somebody provide either a little more explanation and / or a link to a (reasonably simple) reference? https://www.embeddedcomputing.com/technology/security/network-security/secure-flash-the-cure-for-insecurity-in-connected-automotive-and-industrial-applications-part-1

Re: Help: explanation of secure flash?

2021-07-06 Thread Rick Thomas
On Tue, Jul 6, 2021, at 5:43 PM, Rick Thomas wrote: > On Tue, Jul 6, 2021, at 3:37 PM, rhkra...@gmail.com wrote: > > I've seen warnings (against hacks) that say (among other things) to enable > > "secure flash". I've been googling to learn more about that, but I haven't > > found any good

Re: Help: explanation of secure flash?

2021-07-06 Thread Rick Thomas
avorite search engine to look for "self encrypted ssd" (without the quotes). Does that help? Rick

Re: Help: explanation of secure flash?

2021-07-06 Thread Jeremy Nicoll
nce BIOS options normally have very terse names and the "help" text is only marginally more useful. But you should be able to google on the option name and the BIOS supplier's name and the BIOS version to find out more. -- Jeremy Nicoll - my opinions are my own.

Help: explanation of secure flash?

2021-07-06 Thread rhkramer
I've seen warnings (against hacks) that say (among other things) to enable "secure flash". I've been googling to learn more about that, but I haven't found any good explanation. I'm beginning to get hints that it is not so much a thing (to be enabled), but more the (a) process to update the

Re: help me diagnose rt2800usb

2021-06-16 Thread Andrew M.A. Cater
On Wed, Jun 16, 2021 at 09:45:40AM +, Long Wind wrote: > i have erased buster to install stretchfirmware is set up by installer and it > works after installationif it isn't set up, then i'm unable set it up after > installation. > PS: Thank Cater anyway! Hi Long Wind, Please don't do this:

Re: help me diagnose rt2800usb

2021-06-16 Thread Long Wind
i have erased buster to install stretchfirmware is set up by installer and it works after installationif it isn't set up, then i'm unable set it up after installation. PS: Thank Cater anyway!

Re: help me diagnose rt2800usb

2021-06-11 Thread Andrew M.A. Cater
On Fri, Jun 11, 2021 at 09:09:49AM +, Long Wind wrote: > i have erased stretch to install buster, but problem persistin my past > successful installation, buster installer shall prompt me to provide firmware > for wireless adapter , but this time it don't prompt > > > > Buster

Re: help me diagnose rt2800usb

2021-06-11 Thread Long Wind
i have erased stretch to install buster, but problem persistin my past successful installation, buster installer shall prompt me to provide firmware for wireless adapter , but this time it don't prompt

Re: help me diagnose rt2800usb

2021-06-09 Thread Andrew M.A. Cater
On Wed, Jun 09, 2021 at 08:02:31PM +, Long Wind wrote: > i've modified some details to protect privacy > > root@debian:~#  ip  link set wlx0022c0001a95 up > root@debian:~# iwlist wlx0022c0001a95 scanning | grep SSID >  ESSID:"WiFi-950" > The firmware you need for these Realtek chips is

Re: help me diagnose rt2800usb

2021-06-09 Thread Long Wind
i've modified some details to protect privacy root@debian:~#  ip  link set wlx0022c0001a95 up root@debian:~# iwlist wlx0022c0001a95 scanning | grep SSID  ESSID:"WiFi-950"

Re: help me diagnose rt2800usb

2021-06-09 Thread Dan Ritter
Long Wind wrote: > On Tuesday, June 8, 2021, 7:07:47 PM EDT, Dan Ritter > wrote: > Try: > > rfkill list > > -dsr- > root@debian:~# rfkill list > 0: phy0: Wireless LAN >     Soft blocked: no >     Hard blocked: no > OK, not an rfkill issue. Can it see any networks? sudo ip set

Re: help me diagnose rt2800usb

2021-06-08 Thread Long Wind
On Tuesday, June 8, 2021, 7:07:47 PM EDT, Dan Ritter wrote: Try: rfkill list -dsr- root@debian:~# rfkill list 0: phy0: Wireless LAN     Soft blocked: no     Hard blocked: no

Re: help me diagnose rt2800usb

2021-06-08 Thread Dan Ritter
Long Wind wrote: > Thank Dan!i run dmesg: > [    5.169069] usb 1-1: reset high-speed USB device number 2 using ehci-pci > [    5.326955] ieee80211 phy0: rt2x00_set_rt: Info - RT chipset 3070, rev > 0201 detected > [    5.359584] ieee80211 phy0: rt2x00_set_rf: Info - RF chipset 0005 detected > [  

Re: help me diagnose rt2800usb

2021-06-08 Thread Dan Ritter
Long Wind wrote: > https://wiki.debian.org/rt2800usb > i've set up driver above many times, they all work except this  time > this time it's installed on stretch for i386below is setup in interfaces file > > iface wlx0022c0001a95 inet dhcp > wpa-ssid WiFi-950 > wpa-key-mgmt NONE > i run "ifup

help me diagnose rt2800usb

2021-06-08 Thread Long Wind
https://wiki.debian.org/rt2800usb i've set up driver above many times, they all work except this  time this time it's installed on stretch for i386below is setup in interfaces file iface wlx0022c0001a95 inet dhcp wpa-ssid WiFi-950 wpa-key-mgmt NONE i run "ifup wlx0022c0001a95" Internet Systems

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread deloptes
Karen Lewellen wrote: > Clearly sent privately by mistake. you are stupid asshole - I explicitly said I post in private

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread deloptes
rhkra...@gmail.com wrote: > Disregarding someone's request for privacy is rather disrespectful. > > When that happens for me, I reply with something that says, ~"keep it on > the list, please" Thank you

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread rhkramer
On Tuesday, May 18, 2021 08:00:27 PM Karen Lewellen wrote: > For me personally, I have been through too many sex assault's I am sorry to hear that.

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread Karen Lewellen
Oh I can respect your stance, even if I do not fully resonate. If one wants privacy, best to say so, at the top, not several pages down. For me personally, I have been through too many sex assault's not to insure my request not to be contacted off list gets ignored, even if I am the only

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread rhkramer
On Tuesday, May 18, 2021 05:53:19 PM Karen Lewellen wrote: > Clearly sent privately by mistake. ... > > I send this in private, because of my private opinion here. I would > > prefer we discuss this in private and perhaps you can convince me that > > it is worth the effort. I do not know this

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread Karen Lewellen
recall being told that the dec-talk voices were created to help vets who lost the ability to speak due to service. Again, in theory, a broad application for the use of speech synthesis in government. I know I played a lot and had contact with researchers who developed the TTS voices of fe

Re: help ask microsoft to make eloquance tts open source.

2021-05-18 Thread Karen Lewellen
Hi again, While your point about publicly funded efforts may be a fine one, locating those owners now presents a challenge. On the one hand companies behind solid speech synthesis, like digital equipment corporation who branded the superior dec-talk speech have themselves sold items to

Re: help ask microsoft to make eloquance tts open source.

2021-05-17 Thread deloptes
deloptes wrote: > It resonates a lot - as I wrote thesis on dialogue systems and I got very > disappointed by the facts I came across. IMO all technologies that were > financed with public money (i.e. DARPA) should be made publicly available. > In fact AFAIK there is only one engine (the mother

Re: help ask microsoft to make eloquance tts open source.

2021-05-17 Thread deloptes
Karen Lewellen wrote: > Hi everyone, > Sharing because while tts is indeed  part of adaptive technology for many, > and Linux default speech synthesis is not always of the best quality, the > use of tts across devices serving the general public is  becoming more > extensive as well. > There is an

help ask microsoft to make eloquance tts open source.

2021-05-17 Thread Karen Lewellen
Hi everyone, Sharing because while tts is indeed part of adaptive technology for many, and Linux default speech synthesis is not always of the best quality, the use of tts across devices serving the general public is becoming more extensive as well. There is an effort at change.org asking

Re: need help on playing m3u8 file with mplayer

2021-05-13 Thread Dan Ritter
Long Wind wrote: > m3u8 file include a line below > #EXT-X-KEY:METHOD=AES-128,URI="https://ts-qsg.qinbuyan666.com/20210511/Ql6iBJVB/1100kb/hls/key.key; > > i want to change it to local file: > #EXT-X-KEY:METHOD=AES-128,URI="file:///home/zhou/key.key" > it doesn't work, mplayer complains: > >

need help on playing m3u8 file with mplayer

2021-05-13 Thread Long Wind
m3u8 file include a line below #EXT-X-KEY:METHOD=AES-128,URI="https://ts-qsg.qinbuyan666.com/20210511/Ql6iBJVB/1100kb/hls/key.key; i want to change it to local file: #EXT-X-KEY:METHOD=AES-128,URI="file:///home/zhou/key.key" it doesn't work, mplayer complains: [hls,applehttp @

Re: Need help finding the right package under which to report a bug

2021-04-18 Thread Sven Joachim
my solution if you are novice). I would rather live with the warnings unless I actually had a GPU which needs this firmware. Don't know if you can actually buy these yet. > Look like the bug are the 5.10.0-6-amd64 kernel. No, it is in the firmware-amd-graphics package. A bug report against th

Re: Need help finding the right package under which to report a bug

2021-04-17 Thread Robbi Nespu
On 4/18/21 12:31 PM, Robbi Nespu wrote: I hope my guess is right. It on recently added on kernel up stream, I can see the log here https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/log/amdgpu -- Email : Robbi Nespu PGP fingerprint : D311 B5FF EEE6 0BE8 9C91 FA9E

Re: Need help finding the right package under which to report a bug

2021-04-17 Thread Robbi Nespu
Hello On 4/18/21 10:08 AM, Joshua Brickel wrote: I am using bullseye and when I perform an update (apt-get dist-upgrade) to the system I get get the following messages.  I'm not sure if this is an intramfs-tools issue or a firmware-amd-graphics issue.  I have the latest version

Need help finding the right package under which to report a bug

2021-04-17 Thread Joshua Brickel
I am using bullseye and when I perform an update (apt-get dist-upgrade) to the system I get get the following messages. I'm not sure if this is an intramfs-tools issue or a firmware-amd-graphics issue. I have the latest version firmware-amd-graphics installed. Processing triggers for

Re: hello. Please help this big report go in the correct direction....

2021-04-17 Thread didier gaumet
Le 17/04/2021 à 08:44, Timothy Danielson a écrit : [...] I am operating PureOS. I haven't honestly [...] https://www.maketecheasier.com/backup-files-to-google-drive-linux/ [...] Hello, From what I gather, PureOS is a Debian derivative with the Gnome Desktop. Nautilus, the Gnome file

hello. Please help this big report go in the correct direction....

2021-04-17 Thread Timothy Danielson
Hello, I apologize for my mental deficits. (I will leave that story for the end, don't read it if you feel hurried,) I Respect what you do and I REALLY, REALLY hate to ask for this level of assistance. I'm using PureOS, which I guess is a derivative of Debian. I had started with 7.0 (Wheezy) and

Re: [OT] Help with clonezilla-live: LUKS/LVM2 image backup without partclone.dd

2021-04-15 Thread didier gaumet
Ouch! both the two replies I made yesterday on this list were too rough and I should have read the original posts more carefully. Sorry for that and not being able to propose a solution :-)

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Robbi Nespu
g logging and 1 directory located on ~/.gdfuse/default may contain something interesting for bug reporting Anyway, it not much of Debian related, try find some help with upstream. I don't think you can find some help from you distro, because it already dead long time ago, check here https

Re: [OT] Help with clonezilla-live: LUKS/LVM2 image backup without partclone.dd

2021-04-14 Thread l0f4r0
Hi Didier, Thanks for your answer. 14 avr. 2021, 20:50 de didier.gau...@gmail.com: > So it seems to me appropriate that dd is used as you want an image of a whole > disk? > Whole disk here doesn't mean 1 image file. Actually, after running clonezilla I get numerous files:

Re: [OT] Help with clonezilla-live: LUKS/LVM2 image backup without partclone.dd

2021-04-14 Thread didier gaumet
Hello, Disclaimer: I have never used Clonezilla nor LUKS "Many File systems are supported: (1) ext2, ext3, ext4, reiserfs, reiser4, xfs, jfs, btrfs, f2fs and nilfs2 of GNU/Linux, (2) FAT12, FAT16, FAT32, NTFS of MS Windows, (3) HFS+ of Mac OS, (4) UFS of FreeBSD, NetBSD, and OpenBSD,

[OT] Help with clonezilla-live: LUKS/LVM2 image backup without partclone.dd

2021-04-14 Thread l0f4r0
Hi, Do some of you use clonezilla for your backups, especially with a LVM2/LUKS configuration please? I've written some days ago to the clonezilla-live mailing-list but I'm not sure I'll ever get answers considering the very very low traffic on it. So maybe I'll be more lucky here between

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Thomas Schmitt
Hi, (It seems that Timothy Danielson is not subscribed and missed the answers https://lists.debian.org/debian-user/2021/04/msg00410.html https://lists.debian.org/debian-user/2021/04/msg00411.html https://lists.debian.org/debian-user/2021/04/msg00412.html ) In summary plus my own two cents:

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Greg Wooledge
On Wed, Apr 14, 2021 at 12:19:47PM +, Curt wrote: > I was going to snidely inquire who in their right mind would create an > executable called 'command-not-found', but then: > > curty@einstein:~$ apt-cache show command-not-found > > ... > > Description-en: Suggest installation of packages

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Curt
On 2021-04-14, Dan Ritter wrote: > > This is not a problem with google-drive-ocamlfuse itself, though > problems there might exist. This is a problem with a package > literally called "command-not-found", which PureOS installed. > I was going to snidely inquire who in their right mind would

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Andrew M.A. Cater
certain authors SWORE by them so I gave them a whirl. > > > It appears that PureOS is a derivative of Debian. That means > that the people responsible for PureOS changed Debian to suit > their needs. Nobody outside of PureOS's maintainers and users is > familiar with what

Re: hello. Please help this big report go in the correct direction....

2021-04-14 Thread Dan Ritter
of Debian. That means that the people responsible for PureOS changed Debian to suit their needs. Nobody outside of PureOS's maintainers and users is familiar with what they changed, so Debian users can only offer you limited help. It looks like PureOS doesn't have a mailing list or forum for the

hello. Please help this big report go in the correct direction....

2021-04-14 Thread Timothy Danielson
Hello, I apologize for my mental deficits. (I will leave that story for the end, don't read it if you feel huried,) I Respect what you do and I REALLY, REALLY hate to ask for this level of assistance. I'm using PureOS, which I guess is a derivative of Debian. I had started with 7.0 (Wheezy) and

Re: Help with msmtp-mta

2021-04-05 Thread Fabrice Bauzac-Stehly
ano /etc/mail.rc > > append the following: > > set mta=/usr/bin/msmtp Good for you if it works! I have the feeling that unfortunately the root cause of the initial problem (it works with bsd-mailx but still fails with mailutils, correct?) remains a mystery though. Maybe you wou

Re: Help with msmtp-mta

2021-04-04 Thread geoadmin
- Mensagem de geoad...@sapo.pt - Data: Sun, 04 Apr 2021 17:45:22 +0100 De: geoad...@sapo.pt Assunto: Re: Help with msmtp-mta Para: Fabrice Bauzac-Stehly Hi all! Thanks Fabrice, for your thoughtful reply and for forwarding the question here. Replying below with more details about

Re: Help with msmtp-mta

2021-04-04 Thread geoadmin
Hi all! Thanks Fabrice, for your thoughtful reply and for forwarding the question here. Replying below with more details about the issue: I guess you're talking about this wiki page: https://wiki.debian.org/msmtp[1] Yes, and thank you for the improvements These error messages are

Re: Help with msmtp-mta

2021-04-03 Thread Fabrice Bauzac-Stehly
hat would be the best channel to request support on this? I don't know why you think I could particularly help you on msmtp, I don't use it (I use mpop though). I *think* you can discuss your issue on debian-user@lists.debian.org (I have added it in Cc), to which I suggest you subscribe. Another possibilit

Re: Help with understanding touchpad acceleration on libinput/Wayland

2021-03-08 Thread Wim
't got a bug, so I thought I'd ask here. On Ubuntu/X11 I've tried > changing acceleration parameters with xinput, but I see from the libinput FAQ > that they are aiming for as few user-configurable options as possible. > > Thanks for your help! > Laura -- All the best Wim

<    2   3   4   5   6   7   8   9   10   11   >