Re: Samba support fails in F27

2017-11-28 Thread Rick Stevens
On 11/28/2017 03:51 PM, Temlakos wrote: > Everyone: > > After several days of fruitless effort I have to bring this to the > community. Since I upgraded to F27, I have never been able to sustain > any viable network connection to other computers on my network that run > Windows 10. Which means if

Samba support fails in F27

2017-11-28 Thread Temlakos
Everyone: After several days of fruitless effort I have to bring this to the community. Since I upgraded to F27, I have never been able to sustain any viable network connection to other computers on my network that run Windows 10. Which means if I ever have to transfer files between or among

Re: cups-browsed regression?

2017-11-28 Thread David A. De Graaf
On 11/25/17 14:18, David A. De Graaf wrote: On 11/25/17 11:20, Richard Shaw wrote: On Fri, Nov 24, 2017 at 2:03 PM, David A. De Graaf > wrote: I've freshly installed Fedora 27 on two machines;  neither have a printer directly connected, but rely on cups-browsed to

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Gordon Messmer
On 11/28/2017 09:51 AM, Tom Horsley wrote: The only reason I'm starting things in rc.local is because systemd can't ever start them properly because it has no idea when the network is actually up. Can *anyone* experiencing this problem provide more information about it?  I tried to reproduce

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Rex Dieter
Tom Horsley wrote: > On Tue, 28 Nov 2017 19:26:49 +0100 > francis.montag...@inria.fr wrote: > >> Why not: > 2. Because using rc.local is 10,000 times easier than > decrypting systemd dependency operations. Mind you, rc.local is a systemd service itself, nothing extra special about it: /usr/lib

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Tom Horsley
On Tue, 28 Nov 2017 19:26:49 +0100 francis.montag...@inria.fr wrote: > Why not: 1. Because systemd should work properly and it isn't my job to fix it. 2. Because using rc.local is 10,000 times easier than decrypting systemd dependency operations. 3. If rc.local was actually compatible with sysv

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Joe Zeff
On 11/28/2017 06:44 AM, Tom Horsley wrote: There is no bloody rc.local script that runs on shutdown, it exists for running stuff at boot. What has systemd done now and how do I make it stop? Do you have anything in rc.local? If so, it may be waiting for that script to exit. _

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Francis . Montagnac
Hi On Tue, 28 Nov 2017 12:51:58 -0500 Tom Horsley wrote: > Aieee! The only reason I'm starting things in rc.local is because > systemd can't ever start them properly because it has no idea > when the network is actually up. I guess I'll have to move all > my rc.local content to a different scrip

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Tom Horsley
> Some good info at: > > https://github.com/systemd/systemd/issues/5497 > > So you likely have a result with "running" when doing: > > systemctl status rc-local > > And they suggest: > > The only way to start a daemon in rc.local is by mean of "at -f > now", as atd runs in a separate > cgroup

Re: Install Fedora 27 on HP Elitebook Folio 1040: Bootloop

2017-11-28 Thread fedora
On 11/28/2017 04:37 PM, Richard Shaw wrote: Is SecureBoot enabled? With my wife's new HP Core-i5 8250U I used the F27 live install method from a USB stick and everything "just worked". I inherited her old Acer i5-6200U and it was quite a bit more work. I had to disable SecureBoot in order fo

Re: What the heck is a rc.local stop job?

2017-11-28 Thread Doug H.
On Tue, 2017-11-28 at 09:44 -0500, Tom Horsley wrote: > I just rebooted my fedora 27 partition to get new kernel > running, and I had to hit the reset button because it > stuck here forever: > > A stop job is running for /etc/rc.d/rc.local Compatibility > > There is no bloody rc.local script that

Re: Install Fedora 27 on HP Elitebook Folio 1040: Bootloop

2017-11-28 Thread Richard Shaw
Is SecureBoot enabled? With my wife's new HP Core-i5 8250U I used the F27 live install method from a USB stick and everything "just worked". I inherited her old Acer i5-6200U and it was quite a bit more work. I had to disable SecureBoot in order for it to boot from the USB stick (but left it in U

Install Fedora 27 on HP Elitebook Folio 1040: Bootloop

2017-11-28 Thread fedora
Lately, I wanted to install Fedora 27 on the above HW. It uses UEFI instead of BIOS. Install, that means: 1. Download the Fedora Server Netinstall Fedora-Server-netinst-x86_64-27-1.6.iso and dd it to a micro SD card. 2. Create an approp ks file on the local Web http://install.lan. 3. Boot from t

What the heck is a rc.local stop job?

2017-11-28 Thread Tom Horsley
I just rebooted my fedora 27 partition to get new kernel running, and I had to hit the reset button because it stuck here forever: A stop job is running for /etc/rc.d/rc.local Compatibility There is no bloody rc.local script that runs on shutdown, it exists for running stuff at boot. What has sys