Re: timeout in shutdown, mutt killed by SIGKILL

2024-06-04 Thread Max Nikulin
On 04/06/2024 07:29, Vincent Lefevre wrote: On 2024-05-31 19:05:45 +0700, Max Nikulin wrote: Do you see an attempt to send SIGTERM to mutt before timeout and SIGKILL? Unfortunately, there was no information from systemd. Some daemons log a received SIGTERM, but mutt isn't a daemon. It is sti

Re: timeout in shutdown, mutt killed by SIGKILL

2024-06-03 Thread Vincent Lefevre
On 2024-05-31 19:05:45 +0700, Max Nikulin wrote: > Do you see an attempt to send SIGTERM to mutt before timeout and SIGKILL? Unfortunately, there was no information from systemd. Some daemons log a received SIGTERM, but mutt isn't a daemon. > What other processes survived first step? Are there so

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Max Nikulin
xpect that mutt just creates a file in /tmp, so it should not prevent mutt from quit on SIGTERM. Desktop environment should ensure that the handler runs independently of the mutt process (not as a child). Moreover that application should be stopped earlier during shutdown. Do you see an attempt to

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Vincent Lefevre
On 2024-05-31 10:10:32 +0200, Vincent Lefevre wrote: > On 2024-05-31 10:02:57 +0700, Max Nikulin wrote: > > Do you mean that mutt properly exits unless it receives SIGTERM in the > > course of shutdown process? > > I think that this was not the first time I did a shutdown w

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-31 Thread Vincent Lefevre
On 2024-05-31 10:02:57 +0700, Max Nikulin wrote: > Do you mean that mutt properly exits unless it receives SIGTERM in the > course of shutdown process? I think that this was not the first time I did a shutdown while Mutt was still running. But this was the first time it did not exit. >

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-30 Thread Max Nikulin
configured for a unit, but I would leave defaults for user sessions. Do you mean that mutt properly exits unless it receives SIGTERM in the course of shutdown process? I would try to enable debug log in mutt. There is a chance that networking is already disabled (or some other system unit imp

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-30 Thread Vincent Lefevre
mutt and to configure systemd user > session to do it on logout (shutdown). A SIGTERM normally kills mutt. In signal.c, signals are blocked "while doing critical ops", namely for compressing/decompressing (which I don't use) and when locking a mailbox (but I don't see why

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-30 Thread Vincent Lefevre
On 2024-05-29 16:13:05 -, Curt wrote: > On 2024-05-29, Vincent Lefevre wrote: > > During the latest shutdown: > > > > May 29 01:55:05 qaa systemd[1]: Stopping session-2.scope - Session 2 of > > User vinc17... > > [...] > > May 29 01:55:26 qaa systemd[

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-29 Thread Max Nikulin
ay to stop mutt and to configure systemd user session to do it on logout (shutdown).

Re: timeout in shutdown, mutt killed by SIGKILL

2024-05-29 Thread Curt
On 2024-05-29, Vincent Lefevre wrote: > During the latest shutdown: > > May 29 01:55:05 qaa systemd[1]: Stopping session-2.scope - Session 2 of User > vinc17... > [...] > May 29 01:55:26 qaa systemd[1]: session-2.scope: Stopping timed out. Killing. > May 29 01:55:26 qaa

timeout in shutdown, mutt killed by SIGKILL

2024-05-28 Thread Vincent Lefevre
During the latest shutdown: May 29 01:55:05 qaa systemd[1]: Stopping session-2.scope - Session 2 of User vinc17... [...] May 29 01:55:26 qaa systemd[1]: session-2.scope: Stopping timed out. Killing. May 29 01:55:26 qaa systemd[1]: session-2.scope: Killing process 2990 (mutt) with signal SIGKILL

Re: How can I get verbose shutdown from the GUI (Mate)?

2023-10-03 Thread debian-user
Ottavio Caruso wrote: > Am 03/10/2023 um 10:43 schrieb Bret Busby: > > Also, why do you not use, instead of the command that you specified, > > shutdown -h > > or, (if instead, wanted, for example, after doing a kernel update) > > shutdown -r > > ? > > Be

Re: How can I get verbose shutdown from the GUI (Mate)?

2023-10-03 Thread David Wright
On Tue 03 Oct 2023 at 13:15:48 (+), Ottavio Caruso wrote: > Am 03/10/2023 um 11:47 schrieb Ottavio Caruso: > > Am 03/10/2023 um 10:43 schrieb Bret Busby: > > > Also, why do you not use, instead of the command that you specified, > > > shutdown -h > > >

Re: How can I get verbose shutdown from the GUI (Mate)?

2023-10-03 Thread Bret Busby
no idea if the laptop is completely off or just thinking about it. Is there a way to force verbosity during shutdown without opening a terminal window or creating a keyboard shortcut? Thanks It is not the answer to your question, but, it may be the answer that you seek; "the screen

Re: How can I get verbose shutdown from the GUI (Mate)?

2023-10-03 Thread Max Nikulin
On 03/10/2023 16:14, Ottavio Caruso wrote: $ sudo systemctl poweroff ... Is there a way to force verbosity during shutdown without opening a terminal window or creating a keyboard shortcut? Perhaps all you need is sudo journalctl -b -1 -e when you boot your machine next time. Likely

Re: Re: I cannot shutdown/poweroff after a HW upgrade - kernel gets stuck.

2023-03-26 Thread Timothy M Butterworth
On Sun, Mar 26, 2023 at 11:33 PM Ram Ramesh wrote: > Hi Ramesh, > > this might help. The bug is fixed with kernel 6.0.2-1 > > https://groups.google.com/g/linux.debian.bugs.dist/c/p-sgJiTR00A?pli=1 > > All the best to you > Eike > > Elke, > > Thanks. v6.1 is available on bullseye-backports. I ins

Re: Re: I cannot shutdown/poweroff after a HW upgrade - kernel gets stuck.

2023-03-26 Thread Ram Ramesh
Hi Ramesh, this might help. The bug is fixed with kernel 6.0.2-1 https://groups.google.com/g/linux.debian.bugs.dist/c/p-sgJiTR00A?pli=1 All the best to you Eike Elke, Thanks. v6.1 is available on bullseye-backports. I installed it and the trouble is gone now. BTW, does non-free firmware t

Re: I cannot shutdown/poweroff after a HW upgrade - kernel gets stuck.

2023-03-26 Thread Eike Lantzsch KY4PZ
On Sonntag, 26. März 2023 18:08:15 -04 Ram Ramesh wrote: > I wanted to upgrade my server from 10 year old HW to something newer. > THis server runs debian bullseye with v5.19 kernel from backports. [snip] > > The only trouble I have is that it refuses to > reboot/shutdown/poweroff

I cannot shutdown/poweroff after a HW upgrade - kernel gets stuck.

2023-03-26 Thread Ram Ramesh
my RAID disks are working. No issue as long as it runs. The only trouble I have is that it refuses to reboot/shutdown/poweroff. It seem to go through all steps and reach the end but seem to get stuck in this endless cycle complaining about some blkdev issue.  Here are the last lines printed on

Re: How to investigate sudden shutdown?

2022-12-15 Thread David Wright
On Thu 15 Dec 2022 at 16:12:32 (+0100), Tobias Diekershoff wrote: > > > > perhaps someone of you can help me with tool / log file I have not > > > investigated > > > so far. I have a Thinkpad with Debian Bullseye on it, running KDE/Plasma > > > as main > > > desktop environment and from time to

Aw: Re: How to investigate sudden shutdown?

2022-12-15 Thread Tobias Diekershoff
e symptoms) would be appreciated! > A good place to start is to check journald logs for previous boot: >     # journalctl --boot -1 Thanks for that hint, I'll have a look when the shutdown happens next time. Right now I don't have the time to figure out which last boot process was the last that failed ;-) Tobias

Aw: Re: How to investigate sudden shutdown?

2022-12-15 Thread Tobias Diekershoff
Hey David! > > perhaps someone of you can help me with tool / log file I have not > > investigated > > so far. I have a Thinkpad with Debian Bullseye on it, running KDE/Plasma as > > main > > desktop environment and from time to time it just turn off without prior > > indication to do so. > > Ho

Aw: Re: How to investigate sudden shutdown?

2022-12-15 Thread Tobias Diekershoff
 Gesendet: Mittwoch, 14. Dezember 2022 um 10:00 Uhr > On Wed, Dec 14, 2022 at 01:40:06PM +0500, Alexander V. Makartsev wrote: > > On 14.12.2022 12:22, Tobias Diekershoff wrote: > > > Hey everyone, > > > > > > perhaps someone of you can help me with tool / log file I have not > > > investigated

Re: How to investigate sudden shutdown?

2022-12-14 Thread David Wright
On Wed 14 Dec 2022 at 08:22:01 (+0100), Tobias Diekershoff wrote: > > perhaps someone of you can help me with tool / log file I have not > investigated > so far. I have a Thinkpad with Debian Bullseye on it, running KDE/Plasma as > main > desktop environment and from time to time it just turn of

Re: How to investigate sudden shutdown?

2022-12-14 Thread tomas
On Wed, Dec 14, 2022 at 01:40:06PM +0500, Alexander V. Makartsev wrote: > On 14.12.2022 12:22, Tobias Diekershoff wrote: > > Hey everyone, > > > > perhaps someone of you can help me with tool / log file I have not > > investigated > > so far. I have a Thinkpad with Debian Bullseye on it, running

Re: How to investigate sudden shutdown?

2022-12-14 Thread Alexander V. Makartsev
On 14.12.2022 12:22, Tobias Diekershoff wrote: Hey everyone, perhaps someone of you can help me with tool / log file I have not investigated so far. I have a Thinkpad with Debian Bullseye on it, running KDE/Plasma as main desktop environment and from time to time it just turn off without prior i

How to investigate sudden shutdown?

2022-12-13 Thread Tobias Diekershoff
Hey everyone, perhaps someone of you can help me with tool / log file I have not investigated so far. I have a Thinkpad with Debian Bullseye on it, running KDE/Plasma as main desktop environment and from time to time it just turn off without prior indication to do so. It it not particular warm be

Re: How to check for scheduled shutdown

2022-11-23 Thread songbird
Greg Wooledge wrote: > On Tue, Nov 22, 2022 at 06:22:57PM +0100, to...@tuxteam.de wrote: >> Hm. With SysV, you can't either (spoiler alert: the shutdown process >> itself is the one doing the timing by sleeping until fulfillment of >> its task). But you always can cancel

Re: How to check for scheduled shutdown

2022-11-23 Thread Anssi Saari
Sven Joachim writes: > Perhaps that the --show option was only added in systemd 250 and is not > available in Bullseye and older Debian releases. Except as a backport, Bullseye backports has systemd 251.3.

Re: How to check for scheduled shutdown

2022-11-22 Thread Kamil Jońca
Sven Joachim writes: [...] > > Perhaps that the --show option was only added in systemd 250 and is not > available in Bullseye and older Debian releases. > > Cheers, >Sven Ach, indeed. Sorry. KJ -- http://wolnelektury.pl/wesprzyj/teraz/

Re: How to check for scheduled shutdown

2022-11-22 Thread Urs Thuermann
Kamil Joñca writes: > kjonca@alfa:~%man shutdown > SHUTDOWN(8) > &

Re: How to check for scheduled shutdown

2022-11-22 Thread Greg Wooledge
On Tue, Nov 22, 2022 at 10:11:15PM +0100, Ximo wrote: > El 22/11/2022 a las 13:23, Urs Thuermann escribió: > > After shutdown -h I see no way to see this scheduled shutdown. > > Before systemd, I could always see the shutdown process with its > > arguments using ps(1). &g

Re: How to check for scheduled shutdown

2022-11-22 Thread Charles Curley
On Tue, 22 Nov 2022 21:11:55 +0100 Sven Joachim wrote: > > kjonca@alfa:~%sudo shutdown --show > > No scheduled shutdown. > > > > Am I overlooked something? > > Perhaps that the --show option was only added in systemd 250 and is > not available in Bulls

Re: How to check for scheduled shutdown

2022-11-22 Thread Ximo
El 22/11/2022 a las 13:23, Urs Thuermann escribió: After shutdown -h I see no way to see this scheduled shutdown. Before systemd, I could always see the shutdown process with its arguments using ps(1). # date --date @$(head -1 /run/systemd/shutdown/scheduled |cut -c6-15)

Re: How to check for scheduled shutdown

2022-11-22 Thread Sven Joachim
On 2022-11-22 20:18 +0100, Kamil Jońca wrote: > Urs Thuermann writes: > >> After shutdown -h I see no way to see this scheduled shutdown. >> Before systemd, I could always see the shutdown process with its >> arguments using ps(1). > > Hm. > kjonca

Re: How to check for scheduled shutdown

2022-11-22 Thread tomas
On Tue, Nov 22, 2022 at 08:18:31PM +0100, Kamil Jońca wrote: > Urs Thuermann writes: > > > After shutdown -h I see no way to see this scheduled shutdown. > > Before systemd, I could always see the shutdown process with its > > arguments using ps(1). > > Hm

Re: How to check for scheduled shutdown

2022-11-22 Thread Kamil Jońca
Urs Thuermann writes: > After shutdown -h I see no way to see this scheduled shutdown. > Before systemd, I could always see the shutdown process with its > arguments using ps(1). Hm. kjonca@alfa:~%man shutdown S

Re: How to check for scheduled shutdown

2022-11-22 Thread tomas
On Tue, Nov 22, 2022 at 12:29:49PM -0500, Greg Wooledge wrote: > On Tue, Nov 22, 2022 at 06:22:57PM +0100, to...@tuxteam.de wrote: > > Hm. With SysV, you can't either [change the time, but you can cancel] > The systemd shutdown(8) man page has a -c option for canceling a pendi

Re: How to check for scheduled shutdown

2022-11-22 Thread Greg Wooledge
On Tue, Nov 22, 2022 at 06:22:57PM +0100, to...@tuxteam.de wrote: > Hm. With SysV, you can't either (spoiler alert: the shutdown process > itself is the one doing the timing by sleeping until fulfillment of > its task). But you always can cancel it (shutdown -c with SysV, dunno,

Re: How to check for scheduled shutdown

2022-11-22 Thread tomas
On Tue, Nov 22, 2022 at 09:09:56AM -0600, David Wright wrote: > On Tue 22 Nov 2022 at 15:56:48 (+0100), to...@tuxteam.de wrote: > > On Tue, Nov 22, 2022 at 08:48:25AM -0600, David Wright wrote: > > > > [...] > > > > > There's a file, "sched

Re: How to check for scheduled shutdown

2022-11-22 Thread Charles Curley
On Tue, 22 Nov 2022 09:09:56 -0600 David Wright wrote: > > > I haven't tried editing, say, the noisiness, to see whether I can > > > stop the flow of Wall messages on all my xterms. > > > > *My* shutdown has a command line option (-Q) fo

Re: How to check for scheduled shutdown

2022-11-22 Thread David Wright
On Tue 22 Nov 2022 at 15:56:48 (+0100), to...@tuxteam.de wrote: > On Tue, Nov 22, 2022 at 08:48:25AM -0600, David Wright wrote: > > [...] > > > There's a file, "scheduled", that's created in /run/systemd/shutdown, > > which contains the time, noisines

Re: How to check for scheduled shutdown

2022-11-22 Thread tomas
On Tue, Nov 22, 2022 at 08:48:25AM -0600, David Wright wrote: [...] > There's a file, "scheduled", that's created in /run/systemd/shutdown, > which contains the time, noisiness and destiny of the shutdown. > I haven't tried editing, say, the noisiness, to se

Re: How to check for scheduled shutdown

2022-11-22 Thread David Wright
On Tue 22 Nov 2022 at 13:23:14 (+0100), Urs Thuermann wrote: > After shutdown -h I see no way to see this scheduled shutdown. > Before systemd, I could always see the shutdown process with its > arguments using ps(1). > > Now, the call to shutdown returns to the shell immedia

How to check for scheduled shutdown

2022-11-22 Thread Urs Thuermann
After shutdown -h I see no way to see this scheduled shutdown. Before systemd, I could always see the shutdown process with its arguments using ps(1). Now, the call to shutdown returns to the shell immediately leaving no process. It probably communicates to the init process 1, but, as usual for

Re: stopping job before shutdown.

2022-07-02 Thread mick crane
b, make Cups quicker for external" or something like that. > > and it takes 1 minute 30 seconds to stop that and start shutdown. > > What could be causing that ? > > > > mick > > > That method of stopping the pc is quite dangerous to the hard drive, you > may k

Re: stopping job before shutdown.

2022-07-01 Thread David Wright
On Wed 29 Jun 2022 at 20:49:40 (+0200), to...@tuxteam.de wrote: > On Wed, Jun 29, 2022 at 08:42:44PM +0200, Thomas Schmitt wrote: > > Will Mengarini wrote: > > > I feel old. > > > http://www.catb.org/jargon/html/B/Big-Red-Switch.html > > > > Me too. This bu

Re: stopping job before shutdown.

2022-06-29 Thread gene heskett
am.de [22-06/29=We 16:46 +0200]: [...] the button triggers an orderly shutdown (otherwise the PC wouldn't get a chance to output a message) [...] I feel old. Go right ahead, or is that behind me? I'm 87, down to one eye as I just had laser surgery on the other. One of the hazards of

Re: stopping job before shutdown.

2022-06-29 Thread tomas
On Wed, Jun 29, 2022 at 08:42:44PM +0200, Thomas Schmitt wrote: > Hi, > > Will Mengarini wrote: > > I feel old. > > http://www.catb.org/jargon/html/B/Big-Red-Switch.html > > Me too. This button pressing for shutdown frightens me. > Two years ago i had to craft a mol

Re: stopping job before shutdown.

2022-06-29 Thread Thomas Schmitt
Hi, Will Mengarini wrote: > I feel old. > http://www.catb.org/jargon/html/B/Big-Red-Switch.html Me too. This button pressing for shutdown frightens me. Two years ago i had to craft a molly-guard for the on-off-button on top of this box: https://static3.caseking.de/media/image/thumbnai

Re: stopping job before shutdown.

2022-06-29 Thread Dan Ritter
ping job, make Cups quicker for external" or something like that. > > > and it takes 1 minute 30 seconds to stop that and start shutdown. > > > What could be causing that ? > > > > > > mick > > > > > That method of stopping the pc is qu

Re: stopping job before shutdown.

2022-06-29 Thread Will Mengarini
06/29=We 16:46 +0200]: > [...] the button triggers an orderly shutdown (otherwise > the PC wouldn't get a chance to output a message) [...] I feel old. http://www.catb.org/jargon/html/B/Big-Red-Switch.html

Re: stopping job before shutdown.

2022-06-29 Thread tomas
> It usually is very quick and to start up again. > > There is printer attached to other PC. > > Recent update of bookworm when turning off PC with power button there is > > the message, > > " stopping job, make Cups quicker for external" or something like tha

Re: stopping job before shutdown.

2022-06-29 Thread Yvan Masson
is printer attached to other PC. Recent update of bookworm when turning off PC with power button there is the message, " stopping job, make Cups quicker for external" or something like that. and it takes 1 minute 30 seconds to stop that and start shutdown. What could be causing that ? m

Re: stopping job before shutdown.

2022-06-29 Thread gene heskett
f bookworm when turning off PC with power button there is the message, " stopping job, make Cups quicker for external" or something like that. and it takes 1 minute 30 seconds to stop that and start shutdown. What could be causing that ? mick That method of stopping the pc is quite d

stopping job before shutdown.

2022-06-29 Thread mick crane
with power button there is the message, " stopping job, make Cups quicker for external" or something like that. and it takes 1 minute 30 seconds to stop that and start shutdown. What could be causing that ? mick

Re: Stalled system shutdown

2022-02-13 Thread José Luis González
On Sat, 12 Feb 2022 19:13:28 -0600 Flacusbigotis wrote: > > I wonder if the package ntopng is necessary for something. > > See manpage gor ntopng it's for monitoring network resources/activity. > > So if you aren't interested in doing that then you don't need it installed. Yes, I have removed

Re: Stalled system shutdown

2022-02-12 Thread Flacusbigotis
> I wonder if the package ntopng is necessary for something. See manpage gor ntopng it's for monitoring network resources/activity. So if you aren't interested in doing that then you don't need it installed.

Re: Stalled system shutdown

2022-02-12 Thread Andrei POPESCU
On Vi, 11 feb 22, 13:36:09, José Luis González wrote: > > I wonder if the package ntopng is necessary for something. If I remove > it nothing else complains. I didn't know this package before. At least on buster/arm64 nothing depends on it. Was the package manually installed or does the descript

Re: Stalled system shutdown

2022-02-11 Thread José Luis González
On Thu, 10 Feb 2022 21:03:14 -0600 Flacusbigotis wrote: > Just a question to help you start troubleshooting: > > Does the shutdown finish quickly/quicker if you first stop the ntopng > systemd service manually before doing the full shutdown? I did a "# service status ntopng&

Re: Stalled system shutdown

2022-02-11 Thread Cindy Sue Causey
On 2/11/22, Tixy wrote: > On Fri, 2022-02-11 at 00:58 +0100, José Luis González wrote: >> Hi, >> >> When shutting down, after upgrading to Debian 11, system shutdown hangs >> (freezes) for some time (about 1-2 minutes) anytime, making it >> bothersome to shut

Re: Stalled system shutdown

2022-02-11 Thread Tixy
On Fri, 2022-02-11 at 00:58 +0100, José Luis González wrote: > Hi, > > When shutting down, after upgrading to Debian 11, system shutdown hangs > (freezes) for some time (about 1-2 minutes) anytime, making it > bothersome to shut the system down. > > The freeze happens afthe

Re: Stalled system shutdown

2022-02-10 Thread Flacusbigotis
Just a question to help you start troubleshooting: Does the shutdown finish quickly/quicker if you first stop the ntopng systemd service manually before doing the full shutdown? On Thu, Feb 10, 2022, 5:59 PM José Luis González wrote: > Hi, > > When shutting down, after upgrading to

Stalled system shutdown

2022-02-10 Thread José Luis González
Hi, When shutting down, after upgrading to Debian 11, system shutdown hangs (freezes) for some time (about 1-2 minutes) anytime, making it bothersome to shut the system down. The freeze happens afther the "Stopped target remote filesystems" status line. After a while "A stop job

Re: Service stuck at shutdown

2021-11-12 Thread Erwan David
Le 11/11/2021 à 17:55, Erwan David a écrit : Le 11/11/2021 à 06:16, David Wright a écrit : A workaround that might shorten the wait, but only if you're confident that there aren't processes that need that long to complete, is to edit the line   DefaultTimeoutStopSec=90s   in /etc/systemd/system.

Re: Service stuck at shutdown

2021-11-11 Thread Erwan David
(for user erwan is said). How can I debug this, know which service is blocking the shutdown ? Assuming you system is using systemd then look at the logs for the last boot with: #journalctl -b-1 and scroll to the end where you will see what was going on during shutdown. Errors will likely be

Re: Service stuck at shutdown

2021-11-10 Thread David Wright
top (for user erwan is said). > > > > > > How can I debug this, know which service is blocking the shutdown ? > > Assuming you system is using systemd then look at the logs for the last > > boot with: > > > > #journalctl -b-1 > > > > and scroll to the

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Michael Stone
On Thu, Sep 10, 2020 at 12:15:56PM +, Long Wind wrote: 3rd installation failure is probably not caused by problem disk but 1st and 2nd installation failure is Almost certainly not. Turning off *is not* a symptom of a bad disk. You have at least a cooling issue, and who knows what other pr

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Michael Stone
On Thu, Sep 10, 2020 at 12:36:21PM +, Long Wind wrote: i've been warned "Core temperature above threshold" for a long time i just ignore it. probably it isn't cause of shutdown if it is, it can warn explicitly in /var/log that it will shutdown surely it can beep be

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Long Wind
i've been warned  "Core temperature above threshold" for a long timei just ignore it.  probably it isn't cause of shutdownif it is, it can warn explicitly in /var/log that it will shutdownsurely it can beep before shutdown, but i didn't hear any beep it shutdown unex

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Long Wind
On Thursday, September 10, 2020, 8:03:16 AM EDT, Michael Stone wrote: there was never anything reported that sounded remotely like a hard disk problem. 3rd installation failure is probably not caused by  problem diskbut 1st and 2nd installation failure is the pc is stable, it can

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Michael Stone
On Thu, Sep 10, 2020 at 12:03:22PM +0200, Marco Möller wrote: After you recently already have had difficult to explain problems with a hard disk, there was never anything reported that sounded remotely like a hard disk problem.

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Marco Möller
skill as pc maintenance. i have removed heat sink but unable to install back. before that i have tested memory with memtest86+, it quickly shutdown. i think it's not memory's fault, if it is memtest86+ shall report error in red. Of course your hardware needs all fans clean and a

Re: my pc is shutdown unexpectedly

2020-09-10 Thread Long Wind
moved heat sink but unable to install back. before that i have tested memory with memtest86+, it quickly shutdown. i think it's not memory's fault, if it is memtest86+ shall report error in red.

Re: my pc is shutdown unexpectedly

2020-09-09 Thread Felix Miata
Long Wind composed on 2020-09-10 04:52 (UTC): > possible cause : cpu too hot? > Sep 10 00:00:54 debian kernel: [ 9858.515989] CPU0: Core temperature/speed > normal > Sep 10 00:15:46 debian kernel: [10751.125312] CPU0: Core temperature/speed > normal > Sep 10 00:20:50 debian kernel: [11054.410233

Re: lxde + ligthdm Shutdown

2020-07-14 Thread Andrei POPESCU
On Ma, 14 iul 20, 12:04:51, basti wrote: > Hello, when i try to shutdown from my lxde session i get:| > > GDBus.Error:org.freedesktop.DBus.Error.InteractiveAuthorizationRequired: > Interactive authentication required. Hmm, this worked for me out of the box. Is your user a member of

lxde + ligthdm Shutdown

2020-07-14 Thread basti
Hello, when i try to shutdown from my lxde session i get:| GDBus.Error:org.freedesktop.DBus.Error.InteractiveAuthorizationRequired: Interactive authentication required. When i frist logout then I can Shutdown from ligthdm. OS: Debian Buster Best Regards |

Re: HP Device Manager loses network printer on shutdown

2020-05-18 Thread Brad Rogers
On Mon, 18 May 2020 11:24:17 +0200 Frank Weißer wrote: Hello Frank, >Everytime I start my workstation (DebianEdu 9) I have to re-run setup >of the HP Device Manager , because the LaserJet Pro 200 color, >connected via network, is lost. The setup routine dousn't need to >connect to hp again, as i

HP Device Manager loses network printer on shutdown

2020-05-18 Thread Frank Weißer
Hi! Everytime I start my workstation (DebianEdu 9) I have to re-run setup of the HP Device Manager , because the LaserJet Pro 200 color, connected via network, is lost. The setup routine dousn't need to connect to hp again, as id did at the first installation of the printer. Where do I have

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Charles Curley
On Tue, 15 Oct 2019 17:03:19 +1100 Keith Bainbridge wrote: > Also, there is a process to get one PC to download the updates, and > share that /var/cache/apt/archives/ to your other PCs You might look into apt-cacher or apt-cacher-ng for that. -- Does anybody read signatures any more? https:

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
(not sure if it's your issue or not): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837155 If /var resides on a separate file-system which is unmounted before unattended-upgrade-shutdown is run, it may repeatedly (by default for 10 minutes) try to acquire it's lock-file but

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Curt
27;s this (not sure if it's your issue or not): https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837155 If /var resides on a separate file-system which is unmounted before unattended-upgrade-shutdown is run, it may repeatedly (by default for 10 minutes) try to acquire it's lock-file

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
Le 15/10/2019 à 09:19, Yvan Masson a écrit : Le 15/10/2019 à 08:03, Keith Bainbridge a écrit : On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-15 Thread Yvan Masson
Le 15/10/2019 à 08:03, Keith Bainbridge a écrit : On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every day, before shutting down the others?? Ther

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Keith Bainbridge
On 15/10/19 11:31 am, Keith Bainbridge wrote: How to prevent a repeat is the real question. My only suggestion is extend the time-out, but how long.  Maybe run manual upgrades on one machine every day, before shutting down the others?? There was a response suggesting getting cron to run som

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Charles Curley
On Tue, 15 Oct 2019 11:31:22 +1100 Keith Bainbridge wrote: > It was intuition rather than any knowledge I had - beyond the fact > that sometimes upgrade takes longer than normal. > > How to prevent a repeat is the real question. Upgrades and updates often require fetching across the network, wh

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Keith Bainbridge
On 14/10/19 7:42 pm, Yvan Masson wrote: You were right Keith: after applying some updates manually, remaining updates are properly installed with unattended-upgrade… Now I need to understand what was blocking. It was intuition rather than any knowledge I had - beyond the fact that sometim

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-14 Thread Yvan Masson
12/10/2019 à 18:45, Yvan Masson a écrit : Hi list, I configured some Buster desktops in a school to upgrade automatically on shutdown via unattended-upgrades. I am almost sure it worked at first but it does not anymore. I would really appreciate any suggestion as I already spent a few hours on

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-13 Thread Keith Bainbridge
, I configured some Buster desktops in a school to upgrade automatically on shutdown via unattended-upgrades. I am almost sure it worked at first but it does not anymore. I would really appreciate any suggestion as I already spent a few hours on this issue without any result. Symptoms are

Re: unattended-upgrades does not install upgrades on shutdown

2019-10-13 Thread Yvan Masson
school to upgrade automatically on shutdown via unattended-upgrades. I am almost sure it worked at first but it does not anymore. I would really appreciate any suggestion as I already spent a few hours on this issue without any result. Symptoms are: shutdown is long (more than 2 minutes

unattended-upgrades does not install upgrades on shutdown

2019-10-12 Thread Yvan Masson
Hi list, I configured some Buster desktops in a school to upgrade automatically on shutdown via unattended-upgrades. I am almost sure it worked at first but it does not anymore. I would really appreciate any suggestion as I already spent a few hours on this issue without any result

(solved) Re: Debian 10 freezes upon shutdown, reboot and logout

2019-09-30 Thread Beco
ing) is > running its course, so I have no terminal at hand. Just the notifications > scrolling: > (I took a picture with a mobile and wrote them by hand. Forgive any typos > or abbreviations) > > after init 1 or reboot or shutdown actually > > INFO: rcu_sched detected stalls on CP

Re: Sig attribution (Re: Debian 10 freezes upon shutdown, reboot and logout)

2019-09-30 Thread rhkramer
On Monday, September 30, 2019 07:33:43 AM rhkra...@gmail.com wrote: > On Sunday, September 29, 2019 11:31:55 PM Beco wrote: > > > "I know you think you understand what you thought I said but I'm not > > > sure you realize that what you heard is not what I meant" -- Alan > > > Greenspan > > Interes

Sig attribution (Re: Debian 10 freezes upon shutdown, reboot and logout)

2019-09-30 Thread rhkramer
On Sunday, September 29, 2019 11:31:55 PM Beco wrote: > > "I know you think you understand what you thought I said but I'm not sure > > you realize that what you heard is not what I meant" -- Alan Greenspan Interesting. I'm almost sure that somebody else said that before Greenspan (or something

Re: Debian 10 freezes upon shutdown, reboot and logout

2019-09-29 Thread Beco
e any typos or abbreviations) after init 1 or reboot or shutdown actually INFO: rcu_sched detected stalls on CPUs/tasks: rcu: $3-...0: (0 ticks this GP) idle=51a/1/0x4 rcu: $(detected by 6, t=5252 jiffies, g...) NMI watchdog: Watchdog detected hard LOCKUP on cpu 3 INFO: rcu_sched detected expe

Debian 10 freezes upon shutdown, reboot and logout

2019-09-29 Thread Beco
Hi, I'm currently having issues with a LENOVO ideapad320. Using Stretch was smooth. But this weekend I've updated to Buster and I'm having trouble to shutdown the system. Rebooting also freezes. Watchdog says the CPU number #something is 22 seconds froze. I usually don't u

Re: Shutdown delay with LVM and disk encryption (SysV, buster)

2019-08-31 Thread Bill Brelsford
On Sat Aug 31 2019 at 03:40 PM +0200, Stefan Krusche wrote: > Am Freitag, 30. August 2019 schrieb Bill Brelsford: > > My 64-bit buster installation was created using its installer, with > > / and /home partitions in an encrypted logical volume (sda3_crypt). > > On shutdown, i

Re: Shutdown delay with LVM and disk encryption (SysV, buster)

2019-08-31 Thread Stefan Krusche
Am Freitag, 30. August 2019 schrieb Bill Brelsford: > My 64-bit buster installation was created using its installer, with > / and /home partitions in an encrypted logical volume (sda3_crypt). > On shutdown, it pauses near the end with > > Stopping remaining crypto disks... s

Shutdown delay with LVM and disk encryption (SysV, buster)

2019-08-29 Thread Bill Brelsford
My 64-bit buster installation was created using its installer, with / and /home partitions in an encrypted logical volume (sda3_crypt). On shutdown, it pauses near the end with Stopping remaining crypto disks... sda3_crypt (busy) sda3_crypt busy... The busy messages continue for about 30

Re: Grrrrr, howinhell do I stop the 3 minutes of inactivity shutdown of a new stretch install?

2019-04-05 Thread Jonathan Dowland
On Wed, Apr 03, 2019 at 02:00:54PM -0400, Gene Heskett wrote: I have gone thru the netinstall of 9.8.0 at least 5 times. 1st time failed for unk reasons, but would not reboot. 2nd time I let the partitioner have its way on a 2T drive wiith a separate /home, so it gave / 30GB and and about 17 gb

  1   2   3   4   5   6   7   8   9   10   >