Re: I need to be root to run this script

2020-01-16 Thread Andrei POPESCU
On Mi, 15 ian 20, 18:40:42, l0f...@tuta.io wrote: > 15 janv. 2020 à 14:41 de wool...@eeg.ccf.org: > > > On Tue, Jan 14, 2020 at 08:32:12PM -0800, Will Mengarini wrote: > > > >> And the ls -R would be helped by this: > >> for f in /etc/sudoers.d/*;{ [[ -f $f ]] && echo === "$f" && cat "$f";} > >

Re: I need to be root to run this script

2020-01-16 Thread Andrei POPESCU
On Mi, 15 ian 20, 01:36:23, kaye n wrote: > Hello Friends > > I copied a script called backlight-brightness from the directory, > /usr/local/bin > of another GNU/Linux distro, > and pasted it to the same directory of my Debian system. > > If I run it in terminal, > kaye@laptop:~$

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread Brian
On Wed 15 Jan 2020 at 20:55:28 -0800, David Christensen wrote: > On 2020-01-15 12:28, David Christensen wrote: > > Do I build from source?  If so, is there a good tutorial? > > https://wiki.debian.org/SimpleBackportCreation > > > The only change is the installation step -- apt(8) did not work:

Re: Buster 10.2 kernel problems

2020-01-16 Thread Andrei POPESCU
On Mi, 15 ian 20, 01:23:44, Miguel A. Vallejo wrote: > Today I downgraded my main computer to Buster 10.2 (current Stable) > and found some problems. Downgrades are not supported, did you re-install? > First: Syslog is constantly filled with messages like these: > > xhci_hcd :00:14.0: WARN

Page Suggestion

2020-01-16 Thread Sarah Watts
Hi, I am inquiring about whether you may be interested in linking to our site https://www.mathschase.com/ from your page? http://user.it.uu.se/~embe8573/conf/bookmark.html Maths Chase is a completely free site where you can quickly test your times tables. The site is a very simple game but I

Re: [apt-pinning] always install given package and its deps from unstable

2020-01-16 Thread Andrei POPESCU
On Mi, 15 ian 20, 12:12:53, Samuel Henrique wrote: > Hello people, > > These days I'm wondering what's the correct approach to have the > following behaviour: > > * Using Testing > * Always install firefox (or some other packages) and its deps from the > unstable repository > * Keep downloading

Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
Hi, I have a up to date Buster system as a fresh install (not upgrade). My PHP scripts, which used to work fine under Stretch, are now failing - the browser just shows the script source. a2enmod php7.3 shows ERROR: Module php7.3 does not exist! apt-get install libapache2-mod-php7.3 shows

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 02:27:16PM +, Tony van der Hoff wrote: > Hi, > > I have a up to date Buster system as a fresh install (not upgrade). > > My PHP scripts, which used to work fine under Stretch, are now failing - the > browser just shows the script source. > > a2enmod php7.3 shows

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2020 at 06:29:11AM -0800, David Christensen wrote: > As I understand Unix paths, 'foo' and './foo' should be the same file. But, > apparently apt treats the first as a package name while treating the second > as a path to a *.deb package file. Subtle; and a good trap for the

Re: [apt-pinning] always install given package and its deps from unstable

2020-01-16 Thread The Wanderer
On 2020-01-16 at 04:38, Andrei POPESCU wrote: > On Mi, 15 ian 20, 12:12:53, Samuel Henrique wrote: > >> Hello people, >> >> These days I'm wondering what's the correct approach to have the >> following behaviour: >> >> * Using Testing >> * Always install firefox (or some other packages) and its

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
On 16/01/2020 14:35, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 02:27:16PM +, Tony van der Hoff wrote: Hi, I have a up to date Buster system as a fresh install (not upgrade). My PHP scripts, which used to work fine under Stretch, are now failing - the browser just shows the

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
On 16/01/2020 15:11, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 03:07:18PM +, Tony van der Hoff wrote: On 16/01/2020 15:03, Roberto C. Sánchez wrote: Well, you are definitely missing the module file. It should be in that package: apt-file search php7.3.load

A minimalist backlight script from antiX (Was: Re: I need to be root to run this script)

2020-01-16 Thread Linux-Fan
Andrei POPESCU writes: On Mi, 15 ian 20, 01:36:23, kaye n wrote: [...] > kaye@laptop:~$ backlight-brightness > backlight-brightness: You need to be root to run this script > > Is it possible to be able to execute the script without being root? Apparently the message is produced by the

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2020 at 10:31:20AM +, Brian wrote: > On Wed 15 Jan 2020 at 20:55:28 -0800, David Christensen wrote: > > > On 2020-01-15 12:28, David Christensen wrote: > > > Do I build from source?  If so, is there a good tutorial? > > > > https://wiki.debian.org/SimpleBackportCreation > >

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread David Christensen
On 2020-01-16 02:31, Brian wrote: On Wed 15 Jan 2020 at 20:55:28 -0800, David Christensen wrote: On 2020-01-15 12:28, David Christensen wrote: Do I build from source?  If so, is there a good tutorial? https://wiki.debian.org/SimpleBackportCreation The only change is the installation step

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 02:59:15PM +, Tony van der Hoff wrote: > > > On 16/01/2020 14:52, Roberto C. Sánchez wrote: > > On Thu, Jan 16, 2020 at 02:39:21PM +, Tony van der Hoff wrote: > > > > > > > > > On 16/01/2020 14:35, Roberto C. Sánchez wrote: > > > > On Thu, Jan 16, 2020 at

Re: [apt-pinning] always install given package and its deps from unstable

2020-01-16 Thread Andrei POPESCU
On Jo, 16 ian 20, 08:22:53, The Wanderer wrote: > On 2020-01-16 at 04:38, Andrei POPESCU wrote: > > > > This should work with the same technique used for backports: pin > > unstable to priority 100 (the same priority as installed packages). > > > > New packages must be installed with '-t sid',

Re: I need to be root to run this script

2020-01-16 Thread kaye n
On Thu, Jan 16, 2020 at 5:09 PM Andrei POPESCU wrote: > On Mi, 15 ian 20, 01:36:23, kaye n wrote: > > Hello Friends > > > > I copied a script called backlight-brightness from the directory, > > /usr/local/bin > > of another GNU/Linux distro, > > and pasted it to the same directory of my Debian

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 03:55:46PM +, Tony van der Hoff wrote: > > > On 16/01/2020 15:11, Roberto C. Sánchez wrote: > > > > > Can you send me (directly) the files from that system named > > '/var/lib/dpkg/info/libapache2-mod-php7.3*'? > > Apparently not: > > > : host

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 02:39:21PM +, Tony van der Hoff wrote: > > > On 16/01/2020 14:35, Roberto C. Sánchez wrote: > > On Thu, Jan 16, 2020 at 02:27:16PM +, Tony van der Hoff wrote: > > > Hi, > > > > > > I have a up to date Buster system as a fresh install (not upgrade). > > > > > >

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
On 16/01/2020 15:03, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 02:59:15PM +, Tony van der Hoff wrote: On 16/01/2020 14:52, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 02:39:21PM +, Tony van der Hoff wrote: On 16/01/2020 14:35, Roberto C. Sánchez wrote: On Thu,

Re: [apt-pinning] always install given package and its deps from unstable

2020-01-16 Thread Andrei POPESCU
On Jo, 16 ian 20, 10:15:59, Greg Wooledge wrote: > On Thu, Jan 16, 2020 at 05:09:36PM +0200, Andrei POPESCU wrote: > > Well, 'apt upgrade' is not allowed to install new packages anyway, > > Actually, it is. You're thinking of apt-get. Ugh, right. Thanks for the correction. Kind regards,

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
On 16/01/2020 14:52, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 02:39:21PM +, Tony van der Hoff wrote: On 16/01/2020 14:35, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 02:27:16PM +, Tony van der Hoff wrote: Hi, I have a up to date Buster system as a fresh install

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread Cindy Sue Causey
On 1/16/20, David Christensen wrote: > On 2020-01-16 02:31, Brian wrote: >> Shouldn't that be >> >>apt install ./freebsd-buildutils_10.3~svn296373-7_amd64.deb ? > > Repeating my command: > > 2020-01-16 06:16:33 root@tinkywinky /home/dpchrist/build > # apt install

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 03:07:18PM +, Tony van der Hoff wrote: > > > On 16/01/2020 15:03, Roberto C. Sánchez wrote: > > > > Well, you are definitely missing the module file. It should be in that > > package: > > > > apt-file search php7.3.load > > libapache2-mod-php7.3:

Re: [apt-pinning] always install given package and its deps from unstable

2020-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2020 at 05:09:36PM +0200, Andrei POPESCU wrote: > Well, 'apt upgrade' is not allowed to install new packages anyway, Actually, it is. You're thinking of apt-get.

Re: I need to be root to run this script

2020-01-16 Thread Dan Ritter
kaye n wrote: > I don't understand why adding the line: > > kaye ALL= /usr/local/bin/backlight-brightness > > in > > /etc/sudoers.d/10-installer > > of my Debian system does not work. Because you used the wrong format. kaye ALL=(ALL) NOPASSWD: /usr/local/bin/backlight-brightness is

Re: Choix du système Debian

2020-01-16 Thread Klaus Becker
Le 16/01/2020 à 19:23, Dethegeek a écrit : Bonjour Je tenterais un Debian avec l'environnement Lxde. Moins agréable que XFCE a mon goût, mais ce dernier risque d'être déjà trop lourd malgré son très bon compromis conso de ressources / confort. Il me semble que cet ordinateur a un seul

Re: fmtree: line 0: unknown keyword sha256digest

2020-01-16 Thread David Wright
On Thu 16 Jan 2020 at 06:29:11 (-0800), David Christensen wrote: > On 2020-01-16 02:31, Brian wrote: > > On Wed 15 Jan 2020 at 20:55:28 -0800, David Christensen wrote: > > > On 2020-01-15 12:28, David Christensen wrote: > > > > Do I build from source?  If so, is there a good tutorial? > > > > > >

Re: Choix du système Debian

2020-01-16 Thread Étienne Mollier
On 16/01/2020 21.10, Étienne Mollier wrote: > Vous verrez les options pour choisir l'environnement de bureau > (Xfce, Mate, Gnome, etc), la possibilité de chiffrer ou non le > disque, etc, lors de la procédure d'installation en utilisant le > DVD 1 de l'image d'installation Debian i386, disponible

Re: Choix du système Debian

2020-01-16 Thread Étienne Mollier
On 16/01/2020 18.35, d cyrille wrote: > Bonjour, > > Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui abandonné par > Microsoft. > Je voudrai redonner vie à ce petit ordinateur pour des applications > bureautique et musique principalement. Internet en consultation. > > >

Re: Choix du système Debian

2020-01-16 Thread BERTRAND Joël
Dethegeek a écrit : > Bonjour Bonsoir, > Je tenterais un Debian avec l'environnement Lxde. Moins agréable que > XFCE a mon goût, mais ce dernier risque d'être déjà trop lourd malgré > son très bon compromis conso de ressources / confort. > > Il me semble que cet ordinateur a un seul

Server på dynamisk ip?

2020-01-16 Thread Flemming
Nu har vi fået fibernet, og så havde jeg tænkt at vi skulle have vores debian-server op at køre igen (jeg er træt af hetzner og ovh). Men Fibia er et ret grisk firma som synes at de skal 50 kr/md. for en fast ip! Så jeg tænkte om det er værd at prøve at bruge en dynamisk ip. Jeg har læst mig

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2020 at 05:29:44PM +, Tony van der Hoff wrote: > On 16/01/2020 16:39, Roberto C. Sánchez wrote: > > On Thu, Jan 16, 2020 at 03:55:46PM +, Tony van der Hoff wrote: > > > > > > > > > On 16/01/2020 15:11, Roberto C. Sánchez wrote: > > > > > > > > > Can you send me

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Roberto C . Sánchez
On Thu, Jan 16, 2020 at 12:43:17PM -0500, Greg Wooledge wrote: > > Well, it seems it's failing because it tries to enable the php7.3 > module -- which it can't do, because the module's not THERE. > > If it were me, I would attempt to purge this package (not just remove), > and then reinstall it.

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread john doe
On 1/16/2020 6:29 PM, Tony van der Hoff wrote: > > > On 16/01/2020 16:39, Roberto C. Sánchez wrote: >> On Thu, Jan 16, 2020 at 03:55:46PM +, Tony van der Hoff wrote: >>> >>> >>> On 16/01/2020 15:11, Roberto C. Sánchez wrote: > Can you send me (directly) the files from that system

Re: Choix du système Debian

2020-01-16 Thread Dethegeek
Bonjour Je tenterais un Debian avec l'environnement Lxde. Moins agréable que XFCE a mon goût, mais ce dernier risque d'être déjà trop lourd malgré son très bon compromis conso de ressources / confort. Il me semble que cet ordinateur a un seul coeur. Il faut donc être très économe pour

Re: Choix du système Debian

2020-01-16 Thread Charles Plessy
Le Thu, Jan 16, 2020 at 05:35:39PM +, d cyrille a écrit : > > Bonjour, Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui > abandonné par Microsoft.Je voudrai redonner vie à ce petit ordinateur > pour des applications bureautique et musique principalement. Internet > en consultation.

Re: Choix du système Debian

2020-01-16 Thread Klaus Becker
Le 16/01/2020 à 19:42, max...@mxgo.fr a écrit : Mais quel dédain, quelle insistance et quelles insinuations ! Pourquoi rabaisser cet utilisateur qui vient demander un conseil ? Pourquoi tenter de le perdre dans des difficultés futiles et totalement abstraites ? Je n'ai rien vu de

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Tony van der Hoff
On 16/01/2020 16:39, Roberto C. Sánchez wrote: On Thu, Jan 16, 2020 at 03:55:46PM +, Tony van der Hoff wrote: On 16/01/2020 15:11, Roberto C. Sánchez wrote: Can you send me (directly) the files from that system named '/var/lib/dpkg/info/libapache2-mod-php7.3*'? Apparently not: :

Choix du système Debian

2020-01-16 Thread d cyrille
Bonjour, Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui abandonné par Microsoft.Je voudrai redonner vie à ce petit ordinateur pour des applications bureautique et musique principalement. Internet en consultation. Pouvez-vous m'orienter pour le choix du système Debian le mieux

Re: Choix du système Debian

2020-01-16 Thread Basile Starynkevitch
On 1/16/20 6:35 PM, d cyrille wrote: Bonjour, Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui abandonné par Microsoft. Je voudrai redonner vie à ce petit ordinateur pour des applications bureautique et musique principalement. Internet en consultation. *A quels efforts

Re: Choix du système Debian

2020-01-16 Thread maxime
Mais quel dédain, quelle insistance et quelles insinuations ! Pourquoi rabaisser cet utilisateur qui vient demander un conseil ? Pourquoi tenter de le perdre dans des difficultés futiles et totalement abstraites ? Voici une réponse simple Monsieur d cyrille: Installez Debian avec

Re: Choix du système Debian

2020-01-16 Thread Belaïd
Bonsoir, Je suis bien d'accord pour dire que certaines réponses partent un peu trop loin alors que ta question est très claire. Tu veux de la bureautique et de l'internet (pour moi le besoin est clairement identifié) donc a mon avis on devrait pas parler de ligne de commande (Pour faciliter les

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Greg Wooledge
On Thu, Jan 16, 2020 at 12:54:47PM -0500, Gene Heskett wrote: > On Thursday 16 January 2020 12:48:50 Roberto C. Sánchez wrote: > > > On Thu, Jan 16, 2020 at 12:43:17PM -0500, Greg Wooledge wrote: > > > Well, it seems it's failing because it tries to enable the php7.3 > > > module -- which it

Re: I need to be root to run this script

2020-01-16 Thread kaye n
On Thu, Jan 16, 2020 at 11:33 PM Dan Ritter wrote: > > > > > /etc/sudoers.d/10-installer > > > > of my Debian system does not work. > > Because you used the wrong format. > > kaye ALL=(ALL) NOPASSWD: /usr/local/bin/backlight-brightness > > is probably what you want. > Still doesn't work. Am I

Re: Apache2/PHP7 fails in Buster

2020-01-16 Thread Gene Heskett
On Thursday 16 January 2020 12:48:50 Roberto C. Sánchez wrote: > On Thu, Jan 16, 2020 at 12:43:17PM -0500, Greg Wooledge wrote: > > Well, it seems it's failing because it tries to enable the php7.3 > > module -- which it can't do, because the module's not THERE. > > > > If it were me, I would

Re : Re: Choix du système Debian

2020-01-16 Thread k6dedijon
Bonjour à tous, OUI, certains sont dans leur sphère informaticienne et ne se mettent pas facilement à la portée d'un utilisateur lambda. La RAM me semble un peu faible, voyez si vous pouvez la faire augmenter. Mais si Windows tourne, Linux tournera. J'ai installé une Kubuntu 16.04 sur un PC avec

Re: I need to be root to run this script

2020-01-16 Thread David Wright
On Fri 17 Jan 2020 at 09:40:48 (+0800), kaye n wrote: > On Fri, Jan 17, 2020 at 6:48 AM wrote: > > > > > I would put it in /etc/sudoers, myself. > > > > > It's not recommended to modify /etc/sudoers because it can be > > overwritten/reset during a next upgrade. > > Best is to have a file inside

Re: I need to be root to run this script

2020-01-16 Thread tomas
On Thu, Jan 16, 2020 at 11:48:36PM +0100, l0f...@tuta.io wrote: > Hello, [...] > It's not recommended to modify /etc/sudoers because it can be > overwritten/reset during a next upgrade. That would contradict Debian policy. /etc is the place for config files, and the sysadmin has the last word

Re: Choix du système Debian

2020-01-16 Thread Frederic Zulian
Ici, un eepc en version ACER aspire one 725, CPU AMD C60 4 Go de RAM Il fonctionne tranquillement avec XFCE4. Même problème que dans les mails précédents : Les touches f* ne sont pas actives. Donc pas de gestion, avec ces touches, de la luminosité d'écran/du son/de la WIFI ... C'est un peu

Re: I need to be root to run this script

2020-01-16 Thread kaye n
On Fri, Jan 17, 2020 at 6:48 AM wrote: > > > I would put it in /etc/sudoers, myself. > > > It's not recommended to modify /etc/sudoers because it can be > overwritten/reset during a next upgrade. > Best is to have a file inside /etc/sudoers.d. > Be sure to have the following instruction in your

Re: Choix du système Debian

2020-01-16 Thread Jean-Marc
Thu, 16 Jan 2020 17:35:39 + (UTC) d cyrille écrivait : > Bonjour, Bonsoir, > Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui abandonné par > Microsoft.Je voudrai redonner vie à ce petit ordinateur pour des applications > bureautique et musique principalement. Internet en

Re : Re: [HS] kde veut accueillir les naufragés de windows 7

2020-01-16 Thread k6dedijon
Bonjour à tous, Windows reste présent uniquement car il a su s'imposer comme première monte. Mais maintenant, Windows et MAC OSX sont tous deux avec des noyaux dérivés d'UNIX. Nous devons le faire savoir pour ouvrir les yeux de leurs utilisateurs. Ce qui peut jouer en leur faveur, c'est leur

Re: I need to be root to run this script

2020-01-16 Thread Dan Ritter
kaye n wrote: > On Thu, Jan 16, 2020 at 11:33 PM Dan Ritter wrote: > > > > > > > > > /etc/sudoers.d/10-installer > > > > > > of my Debian system does not work. > > > > Because you used the wrong format. > > > > kaye ALL=(ALL) NOPASSWD: /usr/local/bin/backlight-brightness > > > > is probably

Strategy for your Global Campaigns and Demand Generation

2020-01-16 Thread camryn . reese
Hi, I am writing to check with you, if you would be interested in below targeted decision makers contact information which will be a good fit for your sales and marketing initiatives. *Industry-Specific Lists*: Agriculture, Business Services, Chambers of Commerce, Cities, Towns & Municipalities,

Re: Poll about DVD drive behavior

2020-01-16 Thread Thomas Schmitt
Hi, Mark Rousell wrote: > TSSTcorp CDDVDW SH-224DB SB01: Does NOT pull in. This kills the emerging urban legend of The Curse Of The 24. The firmware version is available since 2013. Michael Lange wrote: > product: DVDR PX-810SA Announced in 2007. > product: CDDVDW SH-224DB > Both keep

Re: dhclient and ipv6 DNS Servers

2020-01-16 Thread Rainer Dorsch
Am Mittwoch, 15. Januar 2020, 00:09:16 CET schrieb Pascal Hambourg: > Le 14/01/2020 à 21:14, Rainer Dorsch a écrit : > > prepend dhcp6.name-servers 2001:4860:4860::, 2001:4860:4860::8844; > > > > avoids the error message, but has no visible effect I can see. The IPv6 > > DNS > > servers still

Re: I need to be root to run this script

2020-01-16 Thread l0f4r0
Hello, 15 janv. 2020 à 18:45 de wool...@eeg.ccf.org: > On Wed, Jan 15, 2020 at 06:40:42PM +0100, l0f...@tuta.io wrote: > >> What's the pro of >> >> tail -n +1 /etc/sudoers.d/* >> >> compared to a simple cat as your tail is fetching from the 1st line so does >> cat? >> > > It writes a header

Re: Poll about DVD drive behavior

2020-01-16 Thread Michael Lange
Hi, On Thu, 16 Jan 2020 22:51:10 +0100 "Thomas Schmitt" wrote: > Hi, > > Mark Rousell wrote: > > TSSTcorp CDDVDW SH-224DB SB01: Does NOT pull in. > > This kills the emerging urban legend of The Curse Of The 24. > > The firmware version is available since 2013. > > > Michael Lange wrote: >

Re: Choix du système Debian

2020-01-16 Thread Pierre Meurisse
Bonjour, On Thu, Jan 16, 2020 at 05:35:39PM +, d cyrille wrote: > Bonjour, > > Je possède un Eeepc Asus 1001PXD avec windows 7 aujourd'hui abandonné par > Microsoft. > Je voudrai redonner vie à ce petit ordinateur pour des applications > bureautique > et musique principalement. Internet en

Re: Buster 10.2 kernel problems

2020-01-16 Thread Miguel A. Vallejo
> Downgrades are not supported, did you re-install? Yes, full reinstall over a wiped hard disk. > Try the kernel from backports, currently 5.4. That was exactly the problem I had. Current kernels 5.4.x both on Testing and Sid produce constant GPU hangs on my Intel HD Graphics 530, The ones that