Re: getting crystalsvg icon set in response to okular warnings

2019-11-20 Thread Curt
On 2019-11-19, elvis wrote: >> >> So probably at this point i need to use a different pdf reader. > > > Think of all the warnings that come up in the /var/log files, you might > need a whole new operating system! > Don't get him started! Of course, as the USA has become the warning capital of t

Re: alternatives to gmail?

2019-11-20 Thread 황병희
> [...] it could be of interest to you to take a look at text mail clients, > like mutt ou sup. Also Gnus is not bad, i think...;;; Sincerely, -- ^고맙습니다 _地平天成_ 감사합니다_^))//

Re: Orphaned Inode Problem

2019-11-20 Thread Stephen P. Molnar
I don't know what the significance might be, but I have installed Buster in an Oracle VM along with the software that hangs, and it works. On 11/19/2019 02:39 PM, Reco wrote: Hi. On Tue, Nov 19, 2019 at 02:31:59PM -0500, Stephen P. Molnar wrote: On Mon, Nov 18, 2019 at 02:06:48PM -050

Re: USB WIFI Adapters?

2019-11-20 Thread Henning Follmann
On Tue, Nov 19, 2019 at 08:50:33PM -0500, Optimus Primus wrote: > Could you send me a list or a link to a list of compatible USB WIFI > Adapters? > > Thank You! > Brian... Let me google that for you: https://wiki.debian.org/WiFi section "Availability of compatible WiFi chipsets" might be an exce

Re: USB WIFI Adapters?

2019-11-20 Thread Thomas Pircher
Henning Follmann wrote: > https://wiki.debian.org/WiFi section "Availability of compatible WiFi > chipsets" Also useful for the current kernel version: https://wireless.wiki.kernel.org/en/users/drivers I have recently looked into 802.11ac USB wireless devices under Linux and the situation is not

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
On 2019-11-19 13:58, Brian wrote: On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: I'm trying to boot Buster installer from a USB by using Grub's loopback device. I already installed grub in the USB and put Buster ISO in its data parti

recurse does not work?

2019-11-20 Thread Bonno Bloksma
Hi, I have a directory with some sub directories and all of those have one or more shells scripts. This script need the execute bit set so I thought a simple chmod -R -v +x ping/*.sh would do it, NOT :-( Why not? ls does not seem to recurce either so it must be something general I am missing Fi

Re: recurse does not work?

2019-11-20 Thread Greg Wooledge
On Wed, Nov 20, 2019 at 02:06:07PM +, Bonno Bloksma wrote: > So now want only the *.sh (shell script) files > > beheerdertio@einpingme:~$ ls -R ping/*.sh > ping/getloss-all.sh ping/getloss.sh ping/showloss-today.sh > ping/showtime-today.sh > But neither recurses into the directories. >

Re: USB WIFI Adapters?

2019-11-20 Thread Cindy Sue Causey
On 11/20/19, Henning Follmann wrote: > On Tue, Nov 19, 2019 at 08:50:33PM -0500, Optimus Primus wrote: >> Could you send me a list or a link to a list of compatible USB WIFI >> Adapters? > > Let me google that for you: > https://wiki.debian.org/WiFi section "Availability of compatible WiFi > chips

Re: Orphaned Inode Problem

2019-11-20 Thread Reco
Hi. On Wed, Nov 20, 2019 at 09:19:30AM -0500, Stephen P. Molnar wrote: > I don't know what the significance might be, but I have installed > Buster in an Oracle VM along with the software that hangs, and it > works. Countless things could be significant here. If you remove a real hardware

Re: recurse does not work?

2019-11-20 Thread tomas
On Wed, Nov 20, 2019 at 02:06:07PM +, Bonno Bloksma wrote: > Hi, > > I have a directory with some sub directories and all of those have one or > more shells scripts. > This script need the execute bit set so I thought a simple chmod -R -v +x > ping/*.sh would do it, NOT :-(

Re: USB WIFI Adapters?

2019-11-20 Thread Russell L. Harris
On Tue, Nov 19, 2019 at 08:50:33PM -0500, Optimus Primus wrote: Could you send me a list or a link to a list of compatible USB WIFI Adapters? I have no experience with AC, but for N and below the Asus USB-56 has "just worked" flawlessly with several generations (7, 8, 9) of Debian; also the Asu

Re: recurse does not work?

2019-11-20 Thread Reco
Hi. On Wed, Nov 20, 2019 at 05:03:36PM +0100, to...@tuxteam.de wrote: > On Wed, Nov 20, 2019 at 02:06:07PM +, Bonno Bloksma wrote: > > Hi, > > > > I have a directory with some sub directories and all of those have one or > > more shells scripts. > > This script need the execute bit s

Re: recurse does not work?

2019-11-20 Thread Greg Wooledge
On Wed, Nov 20, 2019 at 07:55:33PM +0300, Reco wrote: > On Wed, Nov 20, 2019 at 05:03:36PM +0100, to...@tuxteam.de wrote: > > I'd recommend using the more flexible find, like so: > > > > find ping -type f -name "*.sh" -exec chmod -v +x {} + > > find ping -type f -name '*.sh' -print0 | xargs -0

Re: recurse does not work?

2019-11-20 Thread tomas
On Wed, Nov 20, 2019 at 11:58:16AM -0500, Greg Wooledge wrote: > On Wed, Nov 20, 2019 at 07:55:33PM +0300, Reco wrote: > > On Wed, Nov 20, 2019 at 05:03:36PM +0100, to...@tuxteam.de wrote: > > > I'd recommend using the more flexible find, like so: > > > > > > find ping -type f -name "*.sh" -exec

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Cindy Sue Causey
On 11/20/19, pru...@finsakxim.com.mx wrote: > On 2019-11-19 13:58, Brian wrote: > On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: > >>> I'm trying to boot Buster installer from a USB by using Grub's >>> loopback >>> device. >>> I already instal

Re: Orphaned Inode Problem

2019-11-20 Thread Stephen P. Molnar
Well, as I said, I didn't know if it meant anything. On 11/20/2019 11:01 AM, Reco wrote: Hi. On Wed, Nov 20, 2019 at 09:19:30AM -0500, Stephen P. Molnar wrote: I don't know what the significance might be, but I have installed Buster in an Oracle VM along with the software that hangs, a

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
El 2019-11-20 11:20, Cindy Sue Causey escribió: On 11/20/19, pru...@finsakxim.com.mx wrote: On 2019-11-19 13:58, Brian wrote: On Tue 19 Nov 2019 at 10:20:16 -0600, pru...@finsakxim.com.mx wrote: I'm trying to boot Buster installer from a USB by using Grub's loopback

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: > So in the end no one being able to help booting Debian 10 with grub > loopback? Using GRUB loopback isn't supported by the installer. The installer images have initrds which do not contain iso-scan. > My grub.cfg and symptoms

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
El 2019-11-20 12:48, Brian escribió: On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: So in the end no one being able to help booting Debian 10 with grub loopback? Using GRUB loopback isn't supported by the installer. The installer images have initrds which do not contain

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread didier . gaumet
Le mercredi 20 novembre 2019 18:50:04 UTC+1, pru...@finsakxim.com.mx a écrit : > So in the end no one being able to help booting Debian 10 with grub > loopback? > My grub.cfg and symptoms are back in first post of this thread. > Cannot understand why Debian kernel/initrd are unable to find the IS

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 13:36:20 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-20 12:48, Brian escribió: > > On Wed 20 Nov 2019 at 11:42:34 -0600, pru...@finsakxim.com.mx wrote: > > > > > So in the end no one being able to help booting Debian 10 with grub > > > loopback? > > > > Using GRUB lo

Re: bluetooth mouse and keyboard stop working after some time

2019-11-20 Thread Federico Beffa
Thanks for the suggestions. After some more experiments I think that it's not a timeout/power problem, but it's probably a bug related to suspend/resume.

Contracion de Personal: Nuevas Condiciones y Obligaciones para Patrones

2019-11-20 Thread Paola Montero
El Paquete de Reformas 2020 han reubicado la relación obrero-patronal, conoce cuáles son los cambios en el uso de Outsourcing… IMPLICACIONES LEGALES Y FISCALES en el uso del OUTSOURCING para la Administración y Subcontratación del Personal en el 2020 CIUDAD DE MÉXICO / 09 DE DICIEMBRE 2019 Co

Re: USB WIFI Adapters?

2019-11-20 Thread Miguel A. Vallejo
If WiFi N is fine for you I recommend the Cisco WUSB600N V2. It's a dual band USB stick based on the RaLink RT3572 chip and works like a charm with Debian. I used some of them in the past for several years with no issues. If you need 802.11ac I guess the support is not very good yet with Debian. I

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread prueba
El 2019-11-20 13:54, Brian escribió: Open up a netinst ISO and look in /pool. Do you see iso-scan there? So according to you, grub loopback with hd-media vmlinuz and initrd works but only with netinst? No installer has ever supported loopback, with or without the assistance of hd-media.

Re: USB WIFI Adapters?

2019-11-20 Thread Stefan Monnier
> I have no experience with AC, but for N and below the Asus USB-56 has > "just worked" flawlessly with several generations (7, 8, 9) of Debian; > also the Asus RT-N66U. Of course, you have to remember that those product names can be "reused" for completely different internal hardware, so while a

Re: Booting Debian 10 installer ISO from USB

2019-11-20 Thread Brian
On Wed 20 Nov 2019 at 16:00:05 -0600, pru...@finsakxim.com.mx wrote: > El 2019-11-20 13:54, Brian escribió: > > Open up a netinst ISO and look in /pool. Do you see iso-scan there? > > So according to you, grub loopback with hd-media vmlinuz and initrd works > but only with netinst? I asked *my*

Dudas con la descarga de paquetes

2019-11-20 Thread leonel tejada
buenas noches comunidad de Debian. el motivo de mi presente correo ... es por el hecho que estoy utilizando Debia 10 para un proyecto universitario, en el cual queremos instalarle unos servers para dicho cometido, pero tengo ciertas dudas con el funcionamiento del mismo. he intentado con todos