Love 2d and debian 10

2019-08-13 Thread Paul Sutton
Hi I am trying to run Love2d which is a 2d game engine. This worked fine on Debian 9 but seems to crash on debian 10. I don't think this is a hardware issue as this happens on both my desktop and netbook (I have included desktop output of lshw -c video in my blog post) http://zleap.net/love-2d-d

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 01:30:09 Erik Christiansen wrote: > On 13.08.19 00:38, Gene Heskett wrote: > > Its good that we can fix it, BUT IF you are going to restrict where > > we keep logfiles like this then FIX the /var/log perms so that > > fetchmail, procmail, spamassassin, clamav and its ilk,

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 02:24:34 deloptes wrote: > Gene Heskett wrote: > > Its good that we can fix it, BUT IF you are going to restrict where > > we keep logfiles like this then FIX the /var/log perms so that > > fetchmail, procmail, spamassassin, clamav and its ilk, running as > > the user can

Re: Error with logrotate.

2019-08-13 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gene Heskett wrote: > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > [...] >> I am not aware of any program I've been using >> for the past 15y that would have a problem writing in /var/log > > Then tell me how fetchmail, procmail, clamav or s

Re: Love 2d and debian 10

2019-08-13 Thread Nektarios Katakis
On Tue, 13 Aug 2019 08:50:40 +0100 Paul Sutton wrote: > Hi > > I am trying to run Love2d which is a 2d game engine. This worked fine > on Debian 9 but seems to crash on debian 10. I don't think this is a > hardware issue as this happens on both my desktop and netbook (I have > included desktop

Re: Love 2d and debian 10

2019-08-13 Thread Paul Sutton
On 13/08/2019 11:16, Nektarios Katakis wrote: > On Tue, 13 Aug 2019 08:50:40 +0100 > Paul Sutton wrote: > >> Hi >> >> I am trying to run Love2d which is a 2d game engine. This worked fine >> on Debian 9 but seems to crash on debian 10. I don't think this is a >> hardware issue as this happens o

Re: Love 2d and debian 10

2019-08-13 Thread Nektarios Katakis
On Tue, 13 Aug 2019 11:33:17 +0100 Paul Sutton wrote: > On 13/08/2019 11:16, Nektarios Katakis wrote: > > On Tue, 13 Aug 2019 08:50:40 +0100 > > Paul Sutton wrote: > > > >> Hi > >> > >> I am trying to run Love2d which is a 2d game engine. This worked > >> fine on Debian 9 but seems to crash on

Re: Trackman Marble under wayland in Buster

2019-08-13 Thread Zenaan Harkness
On Wed, Aug 07, 2019 at 11:29:48AM -0400, Henning Follmann wrote: > Hello, > I just updated to buster and with that comes wayland. > I am using a Trackman marble and I do have a custom > configuration for it to switch to scoll when I hold > button 8 (called "EmulateWheel"). > Is there a way to do t

Re: is it possible run 32-bit app on 64-bit amd system??

2019-08-13 Thread rhkramer
On Monday, August 12, 2019 10:56:22 PM riveravaldez wrote: > >> btw which option should i add to mplayer command line > >> so that it play only audio part (not video part) of a file? > > $ mplayer -novideo file I'm in a strange mood today (I end up here often) -- I like to see things like that

Re: OT: While we're talking about logrotate (was: Re: Error with logrotate.)

2019-08-13 Thread rhkramer
PS: I do (now) recall that one of the descriptions of how to do what I wanted was in an old (online) issue of Dr. Dobbs, and I spent a fair amount of time trying to get that one to do what I wanted, but it refused to cooperate ;-) On Tuesday, August 13, 2019 07:58:16 AM rhkra...@gmail.com wrote:

Re: Error with logrotate.

2019-08-13 Thread Greg Wooledge
On Tue, Aug 13, 2019 at 09:30:34AM +1200, Philip wrote: > I just updated from Debian 8 to 9 and I'm getting the following error.  I'm > guessing it's something to do with permissions? > > Something to do with the create 640 root adm? > > /etc/cron.daily/logrotate: > error: unable to open /home/ph

Re: revise the /etc/security/limits.conf doesn't take effect for normal user.

2019-08-13 Thread Greg Wooledge
On Mon, Aug 12, 2019 at 09:58:14PM +, Hongyi Zhao wrote: > On Mon, 12 Aug 2019 15:40:03 +0200, Greg Wooledge wrote: > > > You > > could start by telling us which DM it is (lightdm, gdm3, sddm, etc.). > > gdm3 > > And I don't know to let the limits take effect within this environment. I don

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Keith Steensma
On 8/12/2019 4:00 PM, elvis wrote: On 12/8/19 11:23 pm, Keith Steensma wrote: The same thing happens if I fill in 'root' as the login even though a 'root' login is not permitted in the default 'sshd_config' configuration.  Even when I change the configuration to allow for 'root' login, 'r

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread tomas
On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: > > > On 8/12/2019 4:00 PM, elvis wrote: > >On 12/8/19 11:23 pm, Keith Steensma wrote: > >> > >>The same thing happens if I fill in 'root' as the login even > >>though a 'root' login is not permitted in the default > >>'sshd_config'

Re: is it possible run 32-bit app on 64-bit amd system??

2019-08-13 Thread Greg Wooledge
On Tue, Aug 13, 2019 at 07:47:52AM -0400, rhkra...@gmail.com wrote: > I'm in a strange mood today (I end up here often) -- I like to see things > like > that written as: > > mplayer -novideo > > or > > mplayer -novideo > > It makes it more clear what is "fixed text" and what is a variable

Re: Love 2d and debian 10

2019-08-13 Thread Greg Wooledge
On Tue, Aug 13, 2019 at 11:33:17AM +0100, Paul Sutton wrote: > I am installing with > > apt install love (as root of course) > > How do I perhaps query dpkg to see what exactly it has installed etc? man dpkg And this is my POLITE answer.

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 05:41:52 Dan Purgert wrote: > Gene Heskett wrote: > > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > > [...] > > > >> I am not aware of any program I've been using > >> for the past 15y that would have a problem writing in /var/log > > > > Then tell me how fetchmail

Re: Love 2d and debian 10

2019-08-13 Thread Cindy Sue Causey
On 8/13/19, Nektarios Katakis wrote: > On Tue, 13 Aug 2019 11:33:17 +0100 > Paul Sutton wrote: >> On 13/08/2019 11:16, Nektarios Katakis wrote: >> > From what I see the love2d software provides 2 packages for linux. >> > One specific to Ubuntu distro and one with AppImage. You re not >> > mention

Compiling Linux with "bdver2" gcc optimization option

2019-08-13 Thread Franco Martelli
Hi, everybody in order to achieve Linux kernel optimized for my CPU AMD FX-8350 Bulldozer2 I changed the line 121 of linux-source-4.19/arch/x86/Makefile from: cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8) to: cflags-$(CONFIG_MK8) += $(call cc-option,-march=bdver2) \ $(call

Re: Love 2d and debian 10

2019-08-13 Thread Paul Sutton
On 13/08/2019 16:02, Cindy Sue Causey wrote: > On 8/13/19, Nektarios Katakis wrote: >> On Tue, 13 Aug 2019 11:33:17 +0100 >> Paul Sutton wrote: >>> On 13/08/2019 11:16, Nektarios Katakis wrote: From what I see the love2d software provides 2 packages for linux. One specific to Ubuntu d

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Joe
On Tue, 13 Aug 2019 15:28:04 +0200 wrote: > On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: > > > > > > On 8/12/2019 4:00 PM, elvis wrote: > > >On 12/8/19 11:23 pm, Keith Steensma wrote: > > >> > > >>The same thing happens if I fill in 'root' as the login even > > >>though a

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Michael Howard
On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: On 8/12/2019 4:00 PM, elvis wrote: On 12/8/19 11:23 pm, Keith Steensma wrote: The same thing happens if I fill in 'root' as the login even though a 'roo

Re: Error with logrotate.

2019-08-13 Thread Dan Purgert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gene Heskett wrote: > On Tuesday 13 August 2019 05:41:52 Dan Purgert wrote: > >> Gene Heskett wrote: >> > On Tuesday 13 August 2019 02:24:34 deloptes wrote: >> > [...] >> > >> >> I am not aware of any program I've been using >> >> for the past 15y th

Re: Compiling Linux with "bdver2" gcc optimization option

2019-08-13 Thread Étienne Mollier
Franco Martelli , on 2019-09-13: > Hi, everybody > > in order to achieve Linux kernel optimized for my CPU AMD FX-8350 > Bulldozer2 I changed the line 121 of linux-source-4.19/arch/x86/Makefile > from: > > cflags-$(CONFIG_MK8) += $(call cc-option,-march=k8) > > to: > > cflags-$(CONFIG_MK8) += $(cal

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 13:06:23 Dan Purgert wrote: > Gene Heskett wrote: > > On Tuesday 13 August 2019 05:41:52 Dan Purgert wrote: > >> Gene Heskett wrote: > >> > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > >> > [...] > >> > > >> >> I am not aware of any program I've been using > >> >>

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Keith Steensma
On 8/13/2019 11:35 AM, Michael Howard wrote: On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: On 8/12/2019 4:00 PM, elvis wrote: On 12/8/19 11:23 pm, Keith Steensma wrote: The same thing happens if

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread john doe
On 8/13/2019 7:40 PM, Keith Steensma wrote: > > > On 8/13/2019 11:35 AM, Michael Howard wrote: >> On 13/08/2019 16:31, Joe wrote: >>> On Tue, 13 Aug 2019 15:28:04 +0200 >>> wrote: >>> On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: > > On 8/12/2019 4:00 PM, elvis wrote

dbus-deamon avoiding reboot after upgrade

2019-08-13 Thread john doe
Hi, While upgrading the dbus deamon, I get the following: "A reboot is required to replace the running dbus-daemon. Please reboot the system when convenient." I have no plan to reboot that server, what are the pros and cons of not doing that or how can I avoid rebooting altogether? -- John Doe

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Michael Howard
On 13/08/2019 18:40, Keith Steensma wrote: On 8/13/2019 11:35 AM, Michael Howard wrote: On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: On 8/12/2019 4:00 PM, elvis wrote: On 12/8/19 11:23 pm, Keith

Re: Error with logrotate.

2019-08-13 Thread Lee
On 8/13/19, Gene Heskett wrote: > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > >> Gene Heskett wrote: >> > Its good that we can fix it, BUT IF you are going to restrict where >> > we keep logfiles like this then FIX the /var/log perms so that >> > fetchmail, procmail, spamassassin, clamav

Re: dbus-deamon avoiding reboot after upgrade

2019-08-13 Thread Reco
On Tue, Aug 13, 2019 at 08:07:49PM +0200, john doe wrote: > I have no plan to reboot that server, what are the pros and cons of not > doing that Pro: keeping uptime Con: keeping previous, possibly buggy, version for dbus running. > or how can I avoid rebooting altogether? dbus is not mandatory a

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 15:03:53 Lee wrote: > On 8/13/19, Gene Heskett wrote: > > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > >> Gene Heskett wrote: > >> > Its good that we can fix it, BUT IF you are going to restrict > >> > where we keep logfiles like this then FIX the /var/log perms

Re: Error with logrotate.

2019-08-13 Thread Gene Heskett
On Tuesday 13 August 2019 15:03:53 Lee wrote: > On 8/13/19, Gene Heskett wrote: > > On Tuesday 13 August 2019 02:24:34 deloptes wrote: > >> Gene Heskett wrote: > >> > Its good that we can fix it, BUT IF you are going to restrict > >> > where we keep logfiles like this then FIX the /var/log perms

Re: GRUB command line

2019-08-13 Thread Pascal Hambourg
Le 11/08/2019 à 22:54, Russell L. Harris a écrit : On Sun, Aug 11, 2019 at 09:09:26PM +0200, Pascal Hambourg wrote: Le 11/08/2019 à 19:38, Finariu Florin a écrit : Hi everyone,Can you tell me where I find the step by step installation of Debian 10 with GRUB Command line?I'm in Debian UEFI inst

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Keith Steensma
On 8/13/2019 1:16 PM, Michael Howard wrote: On 13/08/2019 18:40, Keith Steensma wrote: On 8/13/2019 11:35 AM, Michael Howard wrote: On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: On 8/12/2019 4:

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Keith Steensma
On 8/13/2019 1:16 PM, Michael Howard wrote: On 13/08/2019 18:40, Keith Steensma wrote: On 8/13/2019 11:35 AM, Michael Howard wrote: On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM -0500, Keith Steensma wrote: On 8/12/2019 4:

NOM-035 Patrones deben evitar el ESTRES LABORAL

2019-08-13 Thread Angelica Campos Garcia
Mitos y realidades de la nueva NOM-035 que entra en vigor en 2 meses. Workshop ESTRATEGIAS 4.0 para EMPRESAS 100% SALUDABLES Incluye cómo cumplir con la Nueva NOM-035 Monterrey, N.L. – 06 de Septiembre 2019 Guadalajara, Jal. – 13 de Septiembre 2019 Ciudad de México – 20 de Septiembre 2019 PAR

Arrow annotation in GIMP.

2019-08-13 Thread peter
Hi, Can anyone recommend a means for adding an arrow to an image in GIMP? The article here describes something called ArrowsCreator. https://graphicdesign.stackexchange.com/questions/44797/how-do-i-insert-arrows-into-a-picture-in-gimp Is it advisable? Any other recommendations? Thanks,

Re: Secure Shell refuses to accept connections from anyone

2019-08-13 Thread Keith Steensma
On 8/13/2019 5:29 PM, Keith Steensma wrote: On 8/13/2019 1:16 PM, Michael Howard wrote: On 13/08/2019 18:40, Keith Steensma wrote: On 8/13/2019 11:35 AM, Michael Howard wrote: On 13/08/2019 16:31, Joe wrote: On Tue, 13 Aug 2019 15:28:04 +0200 wrote: On Tue, Aug 13, 2019 at 08:23:35AM

Re: Shimming HTTP to HTTPS.

2019-08-13 Thread peter
Sorry for the late reply. From: David Wright Date: Sun, 28 Jul 2019 19:40:04 -0500 > You read postings on the web with a browser. When you want to reply, > you open a composition window and paste in the To/Cc/Subject headers > from the web page. Correct. > But the point is that Message-ID:s, In-

Re: GRUB command line

2019-08-13 Thread Charlie
Received from Pascal on Tue, 13 Aug 2019 23:41:59 +0200 Re: GRUB command line > Le 11/08/2019 à 22:54, Russell L. Harris a écrit : > > On Sun, Aug 11, 2019 at 09:09:26PM +0200, Pascal Hambourg wrote: > >> Le 11/08/2019 à 19:38, Finariu Florin a écrit : > >>> Hi everyo

Re: Arrow annotation in GIMP.

2019-08-13 Thread Cindy-Sue Causey
On 8/13/19, pe...@easthope.ca wrote: > > Can anyone recommend a means for adding an arrow to > an image in GIMP? > > The article here describes something called ArrowsCreator. > https://graphicdesign.stackexchange.com/questions/44797/how-do-i-insert-arrows-into-a-picture-in-gimp > Is it advis

Re: dbus-deamon avoiding reboot after upgrade

2019-08-13 Thread john doe
Hi Rico, and thanks for your answer. On 8/13/2019 9:25 PM, Reco wrote: > On Tue, Aug 13, 2019 at 08:07:49PM +0200, john doe wrote: >> I have no plan to reboot that server, what are the pros and cons of not >> doing that > > Pro: keeping uptime > Con: keeping previous, possibly buggy, version for d

Re: is it possible run 32-bit app on 64-bit amd system??

2019-08-13 Thread Erik Christiansen
On 13.08.19 07:47, rhkra...@gmail.com wrote: > On Monday, August 12, 2019 10:56:22 PM riveravaldez wrote: > > >> btw which option should i add to mplayer command line > > >> so that it play only audio part (not video part) of a file? > > > > $ mplayer -novideo file > > I'm in a strange mood toda

libnss-ldap, pam_groupdn

2019-08-13 Thread julian
Hi! I have a Debian 10 system that uses libnss-ldap to authenticate against an LDAP server. This is working very well. Now I’m trying to restrict the access with the pam_groupdn directive in /etc/libnss-ldap.conf. But this is not working. Everyone can login, the LDAP group is not checked (seen

Re: libnss-ldap, pam_groupdn

2019-08-13 Thread Sven Hartge
jul...@kotysch.de wrote: > I have a Debian 10 system that uses libnss-ldap to authenticate against > an LDAP server. This is working very well. To confirm: You are using "libnss-ldap" and *not* "libnss-ldapd", correct? If yes, then could you please try "libnss-ldapd"? It is a (in my opinion) mu

Re: dbus-deamon avoiding reboot after upgrade

2019-08-13 Thread Reco
Hi. On Wed, Aug 14, 2019 at 07:36:21AM +0200, john doe wrote: > > dbus is not mandatory and is redundant for typical server software. > > If you don't need it - just uninstall it. Simple as that. > > okay, dbus is only required when a DE (Gnome,Mate, ...) is present. > If I'm correct, and

Re: dbus-deamon avoiding reboot after upgrade

2019-08-13 Thread Sven Hartge
Reco wrote: > 1) libpam-systemd, loginctl and friends. > Useful for a workstation, useless for a server. I wouldn't go this far. libpam-systemd and loginctl can be useful on a server, depening on its job and role. Grüße, Sven. -- Sigmentation fault. Core dumped.