Send Bristol mailing list submissions to
bristol@mailman.lug.org.uk
To subscribe or unsubscribe via the World Wide Web, visit
https://mailman.lug.org.uk/mailman/listinfo/bristol
or, via email, send a message with subject or body 'help' to
bristol-request@mailman.lug.org.uk
You can reach the person managing the list at
bristol-owner@mailman.lug.org.uk
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Bristol digest..."
Today's Topics:
1. Re: Delayed shutdown caused by rdesktop (Chris)
2. Re: Delayed shutdown caused by rdesktop (Peter Hemmings)
3. Re: Delayed shutdown caused by rdesktop (Amias Channer)
4. Re: Delayed shutdown caused by rdesktop (Peter Hemmings)
----------------------------------------------------------------------
Message: 1
Date: Mon, 22 Feb 2016 12:29:00 +0000
From: Chris <cshorler@googlemail.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Delayed shutdown caused by rdesktop
Message-ID: <DAB2F12B-8CC8-4C15-AC4B-A0D36437903D@googlemail.com>
Content-Type: text/plain; charset=UTF-8
On 21 February 2016 15:34:04 GMT+00:00, Peter Hemmings <peternsomerset@virginmedia.com> wrote:
>Hi,
>
>I have just noticed my fc23 waiting for 1min 30sec every time it shuts
>down stating the "A stop job is running for user peter".
>
>Not very scientific/professional but did the following:
>
>Checked root user is OK - it was.
>
>Checked what was installed recently and removed applications, and
>checked for differences.
>
>I found I had installed rdesktop, removed it and all is now OK.
>
>Is there a better way to have found the culprit!?
>
>Any ideas as to what could be causing the delay?
>
Are you using systemd?
>
>PS I don't think I needed to install rdesktop as I already have a
>"Remote Desktop" GUI application under my "Utilities" software.
>
>(seems very quite in ear!)
>
>Regards
------------------------------
Message: 2
Date: Mon, 22 Feb 2016 14:39:59 +0000
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Delayed shutdown caused by rdesktop
Message-ID: <56CB1DBF.7010006@virginmedia.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 22/02/16 12:29, Chris wrote:
> On 21 February 2016 15:34:04 GMT+00:00, Peter Hemmings <peternsomerset@virginmedia.com> wrote:
>> Hi,
>>
>> I have just noticed my fc23 waiting for 1min 30sec every time it shuts
>> down stating the "A stop job is running for user peter".
>>
>> Not very scientific/professional but did the following:
>>
>> Checked root user is OK - it was.
>>
>> Checked what was installed recently and removed applications, and
>> checked for differences.
>>
>> I found I had installed rdesktop, removed it and all is now OK.
>>
>> Is there a better way to have found the culprit!?
>>
>> Any ideas as to what could be causing the delay?
>>
>
> Are you using systemd?
Yep its the default on fedora with the systemctl tool.
I have not re installed rdesktop as I did not need it as I used the GUI.
I assume it does not expect the GUI to be there and there is a conflict,
but I thought linux would give me a clue!
I had this a year ago and never really sorted it out but I am almost
certain it was the same culprit as I was playing with "Remote Desktop"
and not getting it to work so assumed I needed rdesktop!!
I ended up using journal to catch and copy the late shutdown messages
but do not remember seeing any rdesktop mentioned.
--
Peter H
------------------------------
Message: 3
Date: Mon, 22 Feb 2016 15:05:41 +0000
From: Amias Channer <me@amias.net>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Delayed shutdown caused by rdesktop
Message-ID:
<CAMgU7XX4DSV+jZs4R38kpr3rHObncj+DuPdByrZ1v81HGEYJpg@mail.gmail.com>
Content-Type: text/plain; charset=UTF-8
Hello Peter,
journalctl --boot=-1 will show you just messages from the last boot ,
you should also be able to filter by service by adding -fu
rdesktop.service or something similar.
i did wonder if those two letters where chosen with the mindset of
someone debugging a misbehaving service in mind.
It certainly helps me remember them when i need to fix things.
Cheers
Amias
On 22 February 2016 at 14:39, Peter Hemmings
<peternsomerset@virginmedia.com> wrote:
>
>
> On 22/02/16 12:29, Chris wrote:
>>
>> On 21 February 2016 15:34:04 GMT+00:00, Peter Hemmings
>> <peternsomerset@virginmedia.com> wrote:
>>>
>>> Hi,
>>>
>>> I have just noticed my fc23 waiting for 1min 30sec every time it shuts
>>> down stating the "A stop job is running for user peter".
>>>
>>> Not very scientific/professional but did the following:
>>>
>>> Checked root user is OK - it was.
>>>
>>> Checked what was installed recently and removed applications, and
>>> checked for differences.
>>>
>>> I found I had installed rdesktop, removed it and all is now OK.
>>>
>>> Is there a better way to have found the culprit!?
>>>
>>> Any ideas as to what could be causing the delay?
>>>
>>
>> Are you using systemd?
>
>
> Yep its the default on fedora with the systemctl tool.
>
> I have not re installed rdesktop as I did not need it as I used the GUI.
>
> I assume it does not expect the GUI to be there and there is a conflict,
> but I thought linux would give me a clue!
>
> I had this a year ago and never really sorted it out but I am almost certain
> it was the same culprit as I was playing with "Remote Desktop" and not
> getting it to work so assumed I needed rdesktop!!
>
> I ended up using journal to catch and copy the late shutdown messages but do
> not remember seeing any rdesktop mentioned.
>
>
>
> --
> Peter H
>
>
> _______________________________________________
> Bristol mailing list
> Bristol@mailman.lug.org.uk
> https://mailman.lug.org.uk/mailman/listinfo/bristol
------------------------------
Message: 4
Date: Mon, 22 Feb 2016 15:39:48 +0000
From: Peter Hemmings <peternsomerset@virginmedia.com>
To: Bristol and Bath Linux User Group <bristol@mailman.lug.org.uk>
Subject: Re: [bristol] Delayed shutdown caused by rdesktop
Message-ID: <56CB2BC4.2020006@virginmedia.com>
Content-Type: text/plain; charset=windows-1252; format=flowed
On 22/02/16 15:05, Amias Channer wrote:
> Hello Peter,
>
> journalctl --boot=-1 will show you just messages from the last boot ,
> you should also be able to filter by service by adding -fu
> rdesktop.service or something similar.
I did (at the time look at boot info but there was nothing there I could
see was giving a problem. What I did find was a way of logging the very
last messages.
Anyway its OK now
>
> i did wonder if those two letters where chosen with the mindset of
> someone debugging a misbehaving service in mind.
!!
> It certainly helps me remember them when i need to fix things.
>
> Cheers
> Amias
--
Peter H
------------------------------
Subject: Digest Footer
_______________________________________________
Bristol mailing list
Bristol@mailman.lug.org.uk
https://mailman.lug.org.uk/mailman/listinfo/bristol
------------------------------
End of Bristol Digest, Vol 634, Issue 2
***************************************
Tidak ada komentar:
Posting Komentar