Re: Tomcat - different users for different instances?

2017-09-21 Thread Bill Shirley
Have you looked at overriding it in the systemd unit file? I use this for mariadb (/etc/systemd/system/mariadb.service): .include /usr/lib/systemd/system/mariadb.service [Service] #LimitNOFILE=infinity LimitNOFILE=65536 LimitMEMLOCK=infinity Bill On 9/21/2017 6:55 PM, Peter Boy wrote: When

Fwd: [openFATE 322297] Yast2 working in wayland

2017-09-21 Thread ChunYu Wang
Seems SuSE will start to support wayland with YaST :-) Really a good news. - ChunYu -- Forwarded message -- From: Date: Thu, Sep 21, 2017 at 1:09 AM Subject: [openFATE 322297] Yast2 working in wayland To: opensuse-featu...@opensuse.org Feature changed

Tomcat - different users for different instances?

2017-09-21 Thread Peter Boy
When Fedora used systemV init you could define a specific user for a specific tomcat instance in /etc/systconfig/tomcat-[myinstance] by adding a line TOMCAT_USER=„mytomcat“. In Fedora 26 with systemd you can define different Tomcat instances but the above mechanism doesn’t work anymore. I

Re: Problem with SELinux: cannot change password, cannot open Plasma session

2017-09-21 Thread Jon LaBadie
On Wed, Sep 20, 2017 at 05:54:19PM +0800, Ed Greshko wrote: > On 09/20/17 17:33, Frédéric Bron wrote: > >> ls -Zd /etc > > system_u:object_r:etc_t:s0 /etc/ > > > > looks fine? > > > > Yes, perfectly fine... > > How the output of this? > > restorecon -F -v /etc/passwd > > FWIW, looking in

Re: DNF packages?

2017-09-21 Thread Michael Schwendt
On Thu, 21 Sep 2017 14:42:43 -0400, Terry Polzin wrote: > > Oops: > > > > dnf list installed|wc -l > > 3991 > > rpm -qa|wc -l > > 3840 > > > > Why this difference?? > > > > Joachim Backes > > > > -- > > > > Fedora release 26 (Twenty Six) > > Kernel-4.12.14-300.fc26.x86_64 > > > Line formatting

Re: DNF packages?

2017-09-21 Thread Terry Polzin
On Thu, Sep 21, 2017 at 1:57 PM, Joachim Backes < joachim.bac...@rhrk.uni-kl.de> wrote: > On 09/21/17 18:59, Terry Polzin wrote: > >> >> >> On Thu, Sep 21, 2017 at 12:45 PM, Richard Shaw > > wrote: >> >> On Thu, Sep 21, 2017 at 11:37 AM,

Re: gcc unsupported version

2017-09-21 Thread Gordon Messmer
On 09/21/2017 06:24 AM, Hiisi T wrote: While I have gcc-compat installed and configured the soft to use gcc34 I don't understand why am I getting this? Any advice please? Specifically, how did you configure the process to use gcc34? ___ users

Re: DNF packages?

2017-09-21 Thread Joachim Backes
On 09/21/17 18:59, Terry Polzin wrote: On Thu, Sep 21, 2017 at 12:45 PM, Richard Shaw > wrote: On Thu, Sep 21, 2017 at 11:37 AM, Jeffrey Ross > wrote: How can I obtain a list of all

Re: DNF packages?

2017-09-21 Thread Terry Polzin
On Thu, Sep 21, 2017 at 12:45 PM, Richard Shaw wrote: > On Thu, Sep 21, 2017 at 11:37 AM, Jeffrey Ross wrote: > >> How can I obtain a list of all packages currently installed on the system? >> >> > Don't need dnf... > > $ rpm -qa > > Which will likely be a

Re: DNF packages?

2017-09-21 Thread Richard Shaw
On Thu, Sep 21, 2017 at 11:37 AM, Jeffrey Ross wrote: > How can I obtain a list of all packages currently installed on the system? > > Don't need dnf... $ rpm -qa Which will likely be a lot, you can pipe to less to scroll or dump into a file for grepping or later use: $ rpm

DNF packages?

2017-09-21 Thread Jeffrey Ross
How can I obtain a list of all packages currently installed on the system? Thanks, Jeff ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Build a network bridge with Fedora

2017-09-21 Thread James Hogarth
On 21 September 2017 at 14:57, James Hogarth wrote: > > > On 21 September 2017 at 09:08, Cristian Sava wrote: > >> Hi all, >> >> Some of us choose to build Fedora servers (instead of using Centos, for >> vary reasons) with many virtuals, each with

Re: Failed Delta RPMs increased 10.7 MB of updates to 15.9 MB -

2017-09-21 Thread Bob Goodwin
On 09/21/17 04:12, Andy Blanchard wrote: On 21 September 2017 at 08:47, Bob Goodwin wrote: This is the first time I've observed this happening, delta rpm did the opposite of what I expected, dunno if I have a problem in this system or if it is in the data received? I

Re: Build a network bridge with Fedora

2017-09-21 Thread James Hogarth
On 21 September 2017 at 09:08, Cristian Sava wrote: > Hi all, > > Some of us choose to build Fedora servers (instead of using Centos, for > vary reasons) with many virtuals, each with different IP. > Everytime I have to follow these guidelines >

gcc unsupported version

2017-09-21 Thread Hiisi T
Hi list! Trying to compile cudaminer to play with GPU bitcoin mining. I'm following these instructions: http://thedestitutedeveloper.blogspot.ru/2013/12/compiling- cudaminer-on-fedora-20.html However make command fails with the following error: In file included from /usr/local/cuda-8.0/bin/../

Re: Failed SDDM Login to KDE Plasma for a Specific User

2017-09-21 Thread Bob Jackson
The pointer by Pete toward a more global approach was helpful and led me to run a 'fixfiles check'. This revealed lots of contexts needing restoration, particularly in my home directory. Seems to suggest that running fixfiles is a good preventive measure to perform regularly. It was also

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Ed Greshko
On 09/21/17 18:34, Ed Greshko wrote: > On 09/21/17 14:10, Frédéric Bron wrote: >>> I don't know if they fixed it yet or not, but I ran into this >>> bug: >>> >>> https://bugzilla.redhat.com/show_bug.cgi?id=1471519 >> I do not think this is that. >> >> What I understood is that: >> 1. we connect by

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Ed Greshko
On 09/21/17 14:10, Frédéric Bron wrote: >> I don't know if they fixed it yet or not, but I ran into this >> bug: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1471519 > I do not think this is that. > > What I understood is that: > 1. we connect by ssh to launch the vncserver. The ssh

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Frédéric Bron
> The directory is created by logind. There have been lots of bugs in > this area where because a user isn't ‘logging in’ in the normal sense, > the directory doesn't get created, eg: > > https://bugzilla.redhat.com/show_bug.cgi?id=753882 > https://bugzilla.redhat.com/show_bug.cgi?id=967509

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Richard W.M. Jones
On Wed, Sep 20, 2017 at 10:56:35AM +0200, Frédéric Bron wrote: > Hi, > > I have a user for which /run/user/${USER} directory is not > automatically created. I manually created the directory and made it > owned by the user and all was fine but after reboot it had disappeard > and I had to do it

Re: Failed Delta RPMs increased 10.7 MB of updates to 15.9 MB -

2017-09-21 Thread Andy Blanchard
On 21 September 2017 at 08:47, Bob Goodwin wrote: > > This is the first time I've observed this happening, delta rpm did the > opposite of what I expected, dunno if I have a problem in this system or if > it is in the data received? I thought it interesting if nothing else

Build a network bridge with Fedora

2017-09-21 Thread Cristian Sava
Hi all, Some of us choose to build Fedora servers (instead of using Centos, for vary reasons) with many virtuals, each with different IP. Everytime I have to follow these guidelines https://fedoramagazine.org/build-network-bridge-fedora/ So the question: Is there a tool to simply setup a bridge

Failed Delta RPMs increased 10.7 MB of updates to 15.9 MB -

2017-09-21 Thread Bob Goodwin
This is the first time I've observed this happening, delta rpm did the opposite of what I expected, dunno if I have a problem in this system or if it is in the data received? I thought it interesting if nothing else ... .. Is this ok [y/N]: y Downloading Packages: (1/8):

Re: Urgent: f24: dvb_usb_rtl28xxu not tuning "Leadtek Winfast DTV2000 DS PLUS TV"

2017-09-21 Thread Eyal Lebedinsky
On 21/09/17 16:57, Samuel Sieb wrote: On 09/20/2017 11:52 PM, Eyal Lebedinsky wrote: dvb_usb_rtl28xxu has issues with this card, it fails to tune. However, once (the system was rebooted a number of times) running scandvb managed to tune one multiplex (out of five here), the same one on all four

Re: Urgent: f24: dvb_usb_rtl28xxu not tuning "Leadtek Winfast DTV2000 DS PLUS TV"

2017-09-21 Thread Samuel Sieb
On 09/20/2017 11:52 PM, Eyal Lebedinsky wrote: dvb_usb_rtl28xxu has issues with this card, it fails to tune. However, once (the system was rebooted a number of times) running scandvb managed to tune one multiplex (out of five here), the same one on all four tuners (I have two cards installed

Re: Urgent: f24: dvb_usb_rtl28xxu not tuning "Leadtek Winfast DTV2000 DS PLUS TV"

2017-09-21 Thread Eyal Lebedinsky
On 21/09/17 16:34, Samuel Sieb wrote: On 09/18/2017 02:20 AM, Eyal Lebedinsky wrote: I have just upgraded to f24. I am now using the standard dvb_usb_rtl28xxu fe which logs messages suggesting all is well (I get the /dev/dvb/adapter? etc.) but I get no channels tuned when I run mythfrontend or

Re: Urgent: f24: dvb_usb_rtl28xxu not tuning "Leadtek Winfast DTV2000 DS PLUS TV"

2017-09-21 Thread Samuel Sieb
On 09/18/2017 02:20 AM, Eyal Lebedinsky wrote: I have just upgraded to f24. I am now using the standard dvb_usb_rtl28xxu fe which logs messages suggesting all is well (I get the /dev/dvb/adapter? etc.) but I get no channels tuned when I run mythfrontend or scandvb. I strongly suggest you

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Samuel Sieb
On 09/20/2017 11:10 PM, Frédéric Bron wrote: What I understood is that: 1. we connect by ssh to launch the vncserver. The ssh connection creates the /run/user/${USER} directory 2. we launch vnc viewer 3. we exit the terminal where we launched vncviewer and at this moment the directory is

Re: [F26] missing /run/user/${USER} directory

2017-09-21 Thread Frédéric Bron
> I don't know if they fixed it yet or not, but I ran into this > bug: > > https://bugzilla.redhat.com/show_bug.cgi?id=1471519 I do not think this is that. What I understood is that: 1. we connect by ssh to launch the vncserver. The ssh connection creates the /run/user/${USER} directory 2. we