Re: Chrome not Chromium on Fedora 24

2016-09-04 Thread Timothy Murphy
P. G. wrote: > There was already a google-chrome-stable repo in yum.repos.d > from before, so I updated chrome. This is where the > problems/confusion began... > > 1. google-chome-stable is no longer located in /usr/bin > 2. no links appear in the launcher (easy to create manually) > 3. dead

Re: unable to start rc-local.service[SOLVED]

2016-09-04 Thread Jon LaBadie
On Sun, Sep 04, 2016 at 10:34:20PM +0200, François Patte wrote: > Le 03/09/2016 22:59, François Patte a écrit : > > > > On other nstall of fedora 23 this works Why not on this computer? > > Just unwanted spaces before and after #!/bin/bash > > The script works when executed for itself,

Re: unable to start rc-local.service[SOLVED]

2016-09-04 Thread Joe Zeff
On 09/04/2016 01:34 PM, François Patte wrote: Just unwanted spaces before and after #!/bin/bash The script works when executed for itself, but it seems that systemd is quite supercilious about that spaces and very avaricious to give some hints about the error encountered! Thank you for

Re: unable to start rc-local.service[SOLVED]

2016-09-04 Thread François Patte
Le 03/09/2016 22:59, François Patte a écrit : > Bonsoir, > > I try to enable rc-local service: > > 1- I created /etc/rc.d/rc.local file: > > #!/bin/bash > > iptables -I INPUT -p udp --sport 1900 -j ACCEPT > > 2- I chmoded /etc/rc.d/rc.local > > chmod u+x /etc/rc.d/rc.local > > But the

Re: unable to start rc-local.service

2016-09-04 Thread Joe Zeff
On 09/04/2016 12:36 PM, jd1008 wrote: Starting and shutting down specific services should be totally at the discretion of the user/administrator even during system normal operations. Thank you for your blinding glimpse of the obvious. Clearly, you're not interested in my attempts to help

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 01:28 PM, Joe Zeff wrote: On 09/04/2016 11:59 AM, jd1008 wrote: That's interesting. Then how does a script that IS startable and stoppable from the command line invoked as systemctl some-file.service The service may need to be stopped, started or restarted

Re: unable to start rc-local.service

2016-09-04 Thread Joe Zeff
On 09/04/2016 11:59 AM, jd1008 wrote: That's interesting. Then how does a script that IS startable and stoppable from the command line invoked as systemctl some-file.service The service may need to be stopped, started or restarted manually, but it's normally only invoked during

Re: Chrome not Chromium on Fedora 24

2016-09-04 Thread M A Young
On Sun, 4 Sep 2016, P. G. wrote: > I noticed that chromium was now in the fedora repo, so I > installed it. It turns out that pepperflash is not included, > but I found freshplayerplugin on rpmfusion. I was not able to > get it working (the audio/video/ebooks from the public > library

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 12:49 PM, Joe Zeff wrote: On 09/04/2016 11:39 AM, jd1008 wrote: Does it not need to have logic to differentiate between start and stop ala No. The file is only used during boot, not shutdown or restart. That's interesting. Then how does a script that IS startable and

Re: unable to start rc-local.service

2016-09-04 Thread Joe Zeff
On 09/04/2016 11:45 AM, jd1008 wrote: On 09/03/2016 11:42 PM, Joe Zeff wrote: On 09/03/2016 05:22 PM, jd1008 wrote: On 09/03/2016 03:09 PM, Joe Zeff wrote: On 09/03/2016 01:59 PM, François Patte wrote: On other nstall of fedora 23 this works Why not on this computer? Have you

Re: unable to start rc-local.service

2016-09-04 Thread Joe Zeff
On 09/04/2016 11:39 AM, jd1008 wrote: Does it not need to have logic to differentiate between start and stop ala No. The file is only used during boot, not shutdown or restart. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options:

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/04/2016 01:45 AM, François Patte wrote: Le 03/09/2016 23:17, Mike Wright a écrit : On 09/03/2016 01:59 PM, François Patte wrote: Bonsoir, I try to enable rc-local service: 1- I created /etc/rc.d/rc.local file: #!/bin/bash iptables -I INPUT -p udp --sport 1900 -j ACCEPT 2- I

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/03/2016 11:42 PM, Joe Zeff wrote: On 09/03/2016 05:22 PM, jd1008 wrote: On 09/03/2016 03:09 PM, Joe Zeff wrote: On 09/03/2016 01:59 PM, François Patte wrote: On other nstall of fedora 23 this works Why not on this computer? Have you compared that command line with the one used

Re: unable to start rc-local.service

2016-09-04 Thread jd1008
On 09/03/2016 08:41 PM, Kevin Cummings wrote: On 09/03/16 16:59, François Patte wrote: Bonsoir, I try to enable rc-local service: 1- I created /etc/rc.d/rc.local file: #!/bin/bash iptables -I INPUT -p udp --sport 1900 -j ACCEPT 2- I chmoded /etc/rc.d/rc.local chmod u+x

Chrome not Chromium on Fedora 24

2016-09-04 Thread P. G.
I noticed that chromium was now in the fedora repo, so I installed it. It turns out that pepperflash is not included, but I found freshplayerplugin on rpmfusion. I was not able to get it working (the audio/video/ebooks from the public library services, such as overdrive, hoopla, Naxos Music

Aargh! More systemd nonsense

2016-09-04 Thread Tom Horsley
I finally have enough kludgery in my reboot script to reboot the system fast, now when I install an update I get a systemctl restart rpcbind.service command run from DNF hanging for several minutes before the dnf update can proceed. GH! -- users mailing list users@lists.fedoraproject.org To

Re: unable to start rc-local.service

2016-09-04 Thread sixpack13
cat /etc/rd.d/rc.local : === #!/bin/bash touch /var/lock/subsys/local ... exit 0; don't know if /var/lock line is needed today, but I get no error's ... ls -l /etc/rd.d. : = -rwx--. 1 root root 4,6K 4. Jun 19:56 rc.local -- users mailing list

Re: unable to start rc-local.service

2016-09-04 Thread Ahmad Samir
On 4 September 2016 at 09:45, François Patte wrote: > Le 03/09/2016 23:17, Mike Wright a écrit : >> On 09/03/2016 01:59 PM, François Patte wrote: >>> Bonsoir, >>> >>> I try to enable rc-local service: >>> >>> 1- I created /etc/rc.d/rc.local file: >>> >>>

Re: unable to start rc-local.service

2016-09-04 Thread François Patte
Le 03/09/2016 23:17, Mike Wright a écrit : > On 09/03/2016 01:59 PM, François Patte wrote: >> Bonsoir, >> >> I try to enable rc-local service: >> >> 1- I created /etc/rc.d/rc.local file: >> >> #!/bin/bash >> >> iptables -I INPUT -p udp --sport 1900 -j ACCEPT >> >> 2- I chmoded /etc/rc.d/rc.local