Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread Tim
Tim: >> It sounds like you have a graphics problem that may crash whatever >> display program you're using. You probably have to resolve the >> graphics support, first. jeandet: > Yes, for now, I would say that it crashes more when I have no > mouse+keyboard connected. So for now it seems to work

Re: Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread Ranjan Maitra
A bigger issue may be that the OP wants to do a 32-bit upgrade. From what I understand, the 32-bit is not supported by CentOS, but is at: http://mirror.centos.org/altarch/7/isos/i386/ I doubt that a direct upgrade is possible or useful, given that the EPEL stuff may not even be there for this

Re: Is there a crypto policy or not?

2017-11-27 Thread Rick Stevens
On 11/27/2017 12:42 PM, Tom Horsley wrote: > The /etc/ssh/sshd_config file on my fedora 27 partition says: > > # To opt out, uncomment a line with redefinition of CRYPTO_POLICY= > # variable in /etc/sysconfig/sshd to overwrite the policy. > # For more information, see manual page for update-cry

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread cen
Case closed. Turns out I had improper JAVA_HOME defined in ~/.mavenrc which overrides user env and that is why it worked as root. I had to debug the mvn bash script to get to the core of it. Too bad maven fails with not much info in case like this. If you run with -X it could at least tell you

Re: Is there a crypto policy or not?

2017-11-27 Thread Rex Dieter
Tom Horsley wrote: > The /etc/ssh/sshd_config file on my fedora 27 partition says: > > # To opt out, uncomment a line with redefinition of CRYPTO_POLICY= > # variable in /etc/sysconfig/sshd to overwrite the policy. > # For more information, see manual page for update-crypto-policies(8). > > B

Is there a crypto policy or not?

2017-11-27 Thread Tom Horsley
The /etc/ssh/sshd_config file on my fedora 27 partition says: # To opt out, uncomment a line with redefinition of CRYPTO_POLICY= # variable in /etc/sysconfig/sshd to overwrite the policy. # For more information, see manual page for update-crypto-policies(8). But there is no CRYPTO_POLICY envir

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread cen
Small update: I nuked all presence of java and maven with dnf autoremove and then reinstalled maven and it did indeed install all the necessary packages and now I also see the jre folder in the /usr/lib/jvm/... but still! the same error. What is more interesting though is that if I switch to ro

Re: Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread Ed Greshko
On 11/28/17 01:11, JD wrote: > Found this, which seems to indicate, yes it can be done. > https://linuxacademy.com/blog/linux/centos-7-upgrading-from-centos-6-x-in-place/ Except that article is from 2014 and the subsequent articles which say the tools mentioned in the article are broken come after

Re: Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread JD
Found this, which seems to indicate, yes it can be done. https://linuxacademy.com/blog/linux/centos-7-upgrading-from-centos-6-x-in-place/ On Mon, Nov 27, 2017 at 2:20 PM, Ed Greshko wrote: > On 11/27/17 21:34, Ger van Dijck wrote: > > Is there a way to upgrade Centos 6 to Centos 7 (32 Bits) in t

Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread jeandet
Le lundi 27 novembre 2017 à 23:14 +1030, Tim a écrit : > Allegedly, on or about 27 November 2017, jeandet sent: > > after few hours it crashes because of a fatal error in XWayland. > > It sounds like you have a graphics problem that may crash whatever > display program you're using. You probably

Re: Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread Carlos "casep" Sepulveda
On 27 November 2017 at 13:34, Ger van Dijck wrote: > > Hi all , > > > Is there a way to upgrade Centos 6 to Centos 7 (32 Bits) in the same way as > I can upgrade Fedora 26 to Fedora 27 with the utility "dnf system-upgrade" ? > Last week there was a post published about this https://seven.centos.

Re: Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread Ed Greshko
On 11/27/17 21:34, Ger van Dijck wrote: > Is there a way to upgrade Centos 6 to Centos 7 (32 Bits) in the same way as I > can > upgrade Fedora 26 to Fedora 27 with the utility "dnf system-upgrade" ? A quick Google search seems to indicate that upgrade from 6 to 7 is problematic at best and dis

Upgrade Centos 6 to Centos 7 (32 Bits)

2017-11-27 Thread Ger van Dijck
Hi all , Is there a way to upgrade Centos 6 to Centos 7 (32 Bits) in the same way as I can upgrade Fedora 26 to Fedora 27 with the utility "dnf system-upgrade" ? Regards, Ger van Dijck. -- Gemaakt met Opera's e-mailprogramma: http://www.opera.com/mail/ _

Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread Roger Heflin
I like an ancient program called xloadimage. It has a delay this might come close "xloadimage -global -delay " to doing what you are asking for. You might need to put a bash wrapper to restart it once all of the images have been displayed once. On Mon, Nov 27, 2017 at 2:04 AM, jeandet wrote: >

Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread Richard Shaw
https://help.libreoffice.org/Impress/Showing_a_Slide_Show Thanks, Richard ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org

Re: Looking for slide show softwares on autonomous machine

2017-11-27 Thread Tim
Allegedly, on or about 27 November 2017, jeandet sent: > after few hours it crashes because of a fatal error in XWayland. It sounds like you have a graphics problem that may crash whatever display program you're using. You probably have to resolve the graphics support, first. > So my question is

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread Ed Greshko
On 11/27/17 18:37, cen wrote: > Yes, apparently I did have JAVA_HOME set. After unsetting the variable and > reinstalling maven again it completed successfully. However, problem persists: > > mvn -version > /usr/bin/mvn: Failed to set JAVACMD > The JAVA_HOME environment variable is not defined corr

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread cen
On 11/27/2017 11:00 AM, Ed Greshko wrote: On 11/27/17 16:53, cen wrote: On 11/27/2017 01:51 AM, Ed Greshko wrote: On 11/27/17 07:39, Ed Greshko wrote: I suppose I could give it a try with java-9 on a VM.  If that is what you require. As previously noted.  I got [egreshko@acer ~]$ mvn -v

Re: Login Page changed after last fedora 26 update

2017-11-27 Thread ogio spam
Hi all, thankyou for this help. I solved changing the options in the sddm.conf Bye Ambrogio Il giorno mer, 15/11/2017 alle 15.08 +0100, Wolfgang Pfeiffer ha scritto: > On Tue, 14 Nov 2017 13:52:23 -0600 > Rex Dieter wrote: > > > Rex Dieter wrote: > > > > > ogio spam wrote: > > > > > > > [

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread Ed Greshko
On 11/27/17 16:53, cen wrote: > > On 11/27/2017 01:51 AM, Ed Greshko wrote: >> On 11/27/17 07:39, Ed Greshko wrote: >>> I suppose I could give it a try with java-9 on a VM.  If that is what you >>> require. >> As previously noted.  I got >> >> [egreshko@acer ~]$ mvn -v >> Apache Maven 3.5.0 (R

Re: printing broken after upgrade to F27

2017-11-27 Thread Kseniya Blashchuk
Yeah, I have already tried to downgrade some packages like it was suggested on the forum, but it didn't help. сб, 25 нояб. 2017 г. в 0:32, Wolfgang Pfeiffer : > On Fri, 24 Nov 2017 10:11:41 + > Kseniya Blashchuk wrote: > > > The printer has always been working before, Canon IR2520. After > >

Re: Maven won't pick up JAVA_HOME

2017-11-27 Thread cen
On 11/27/2017 01:51 AM, Ed Greshko wrote: On 11/27/17 07:39, Ed Greshko wrote: I suppose I could give it a try with java-9 on a VM.  If that is what you require. As previously noted.  I got [egreshko@acer ~]$ mvn -v Apache Maven 3.5.0 (Red Hat 3.5.0-6) Maven home: /usr/share/maven Java

Looking for slide show softwares on autonomous machine

2017-11-27 Thread jeandet
Hello all, In my lab I installed a machine connected to a big screen on which we present news. This machine is supposed to be as much autonomous as possible. So I chose impressive as PDF player but it seems that after few hours it crashes because of a fatal error in XWayland. Starting it from gno