Re: systemd surprises

2014-07-11 Thread Chris Bannister
On Sat, Jul 12, 2014 at 01:53:01AM +1200, Chris Bannister wrote:
> On Thu, Jul 10, 2014 at 03:07:54PM +0100, Darac Marjal wrote:
> > I would try pressing Enter a few times (if a getty is on that terminal,
> > that should cause it to re-display the "login:" prompt). Or, failing
> > that, use the SAK (Either Alt+SysRq+K 
> 
> That displays:
> [2684081.414926] SysRq : Changing Loglevel
> [2684081.415271] Loglevel set to 2
> 
> I tried it again, and it worked!!
> 
> THANKS!!
> 
> But I can't replicate it! *Damn*,
> 
> I still keep getting this:
> 
> [2684081.414926] SysRq : Changing Loglevel
> [2684081.415271] Loglevel set to 2

Duh!!! To press SysRq I have to push the blue function key (Fn) BUT the
K key also has a blue '2' on it!!!

I found on Google that once you have pushed the SysRq key you can
release the Fn key and then press the command key.

This works everytime! My finger must have slipped off the fn key
earlier, which is why I couldn't replicate it. Anyway, it retriggered
the nightmares of using emacs. :-(

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140711144943.GB22244@tal



Re: systemd surprises

2014-07-11 Thread Darac Marjal
On Sat, Jul 12, 2014 at 01:53:01AM +1200, Chris Bannister wrote:
> On Thu, Jul 10, 2014 at 03:07:54PM +0100, Darac Marjal wrote:
> > On Fri, Jul 11, 2014 at 01:43:23AM +1200, Chris Bannister wrote:
> > > Hi,
> > > 
> > > When I logged out of fvwm, and hence X, tty3 (the tty where X was
> > > running) displayed this at the top of the screen:
> > > 
> > > enabled, not active [unchanged]
> > 
> > I happen to recognise that as a message from laptop-mode-tools. It's
> > telling you that laptop-mode is enabled (in other words available), but
> > not active (probably because you're on mains) and that this hasn't
> > been changed by the event that triggered the check.
> 
> Weird! This is the first time I've seen this. Mind you, this was the
> first time that X started in tty3, it always started in tty7 or tty8.
> 
> 
> 
> > > 
> > > Is this normal or a bug?
> > > 
> > > How do I regain the use of this tty as a text console?
> > 
> > I would try pressing Enter a few times (if a getty is on that terminal,
> > that should cause it to re-display the "login:" prompt). Or, failing
> > that, use the SAK (Either Alt+SysRq+K 
> 
> That displays:
> [2684081.414926] SysRq : Changing Loglevel
> [2684081.415271] Loglevel set to 2
> 
> I tried it again, and it worked!!
> 
> THANKS!!
> 
> But I can't replicate it! *Damn*,
> 
> I still keep getting this:
> 
> [2684081.414926] SysRq : Changing Loglevel
> [2684081.415271] Loglevel set to 2

Ah, yes. You're on a laptop keyboard, I suspect. And to press "SysRq"
you need to press "Fn"? Which also toggles the numeric pad, where K maps
to 2? Yes.

Probably best to avoid that combination, then :)

> 
> 
> I get this occasionally:
> tal% [2685258.014222] SysRq : HELP : loglevel(0-9) reBoot Crash
> terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I)
> thaw-filesystems(J) saK show-backtrace-all-active-cpus(L)
> show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P)
> show-all-timers(Q) unRaw Sync show-task-states(T) Unmount force-fb(V)
> show-blocked-tasks(W) dump-ftrace-buffer(Z)

In this instance, you've pressed SysRq and released it. The kernel has
then helpfully told you what options are available.

> 
> 
> > or Ctrl+Alt+Pause) which will kill
> That displays:
> ^[[P^[[P^[[P^[[P^[[P
> 
> Ctrl+Alt+Pause doesn't do anything for me, pity as it would be far
> easier!

Hmm. That probably means it's not enabled as such. Apparently, the
proper method is to add

  echo "control alt keycode 101 = SAK" | /bin/loadkeys

to a file run at boot (for example, any file in /etc/rc.boot).

> 
> -- 
> "If you're not careful, the newspapers will have you hating the people
> who are being oppressed, and loving the people who are doing the 
> oppressing." --- Malcolm X
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/20140711135301.GE19563@tal
> 


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140711141735.gb3...@darac.org.uk



Re: systemd surprises

2014-07-11 Thread Chris Bannister
On Thu, Jul 10, 2014 at 03:07:54PM +0100, Darac Marjal wrote:
> On Fri, Jul 11, 2014 at 01:43:23AM +1200, Chris Bannister wrote:
> > Hi,
> > 
> > When I logged out of fvwm, and hence X, tty3 (the tty where X was
> > running) displayed this at the top of the screen:
> > 
> > enabled, not active [unchanged]
> 
> I happen to recognise that as a message from laptop-mode-tools. It's
> telling you that laptop-mode is enabled (in other words available), but
> not active (probably because you're on mains) and that this hasn't
> been changed by the event that triggered the check.

Weird! This is the first time I've seen this. Mind you, this was the
first time that X started in tty3, it always started in tty7 or tty8.



> > 
> > Is this normal or a bug?
> > 
> > How do I regain the use of this tty as a text console?
> 
> I would try pressing Enter a few times (if a getty is on that terminal,
> that should cause it to re-display the "login:" prompt). Or, failing
> that, use the SAK (Either Alt+SysRq+K 

That displays:
[2684081.414926] SysRq : Changing Loglevel
[2684081.415271] Loglevel set to 2

I tried it again, and it worked!!

THANKS!!

But I can't replicate it! *Damn*,

I still keep getting this:

[2684081.414926] SysRq : Changing Loglevel
[2684081.415271] Loglevel set to 2


I get this occasionally:
tal% [2685258.014222] SysRq : HELP : loglevel(0-9) reBoot Crash
terminate-all-tasks(E) memory-full-oom-kill(F) kill-all-tasks(I)
thaw-filesystems(J) saK show-backtrace-all-active-cpus(L)
show-memory-usage(M) nice-all-RT-tasks(N) powerOff show-registers(P)
show-all-timers(Q) unRaw Sync show-task-states(T) Unmount force-fb(V)
show-blocked-tasks(W) dump-ftrace-buffer(Z)


> or Ctrl+Alt+Pause) which will kill
That displays:
^[[P^[[P^[[P^[[P^[[P

Ctrl+Alt+Pause doesn't do anything for me, pity as it would be far
easier!

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140711135301.GE19563@tal



Re: systemd surprises

2014-07-10 Thread Darac Marjal
On Fri, Jul 11, 2014 at 01:43:23AM +1200, Chris Bannister wrote:
> Hi,
> 
> When I logged out of fvwm, and hence X, tty3 (the tty where X was
> running) displayed this at the top of the screen:
> 
> enabled, not active [unchanged]

I happen to recognise that as a message from laptop-mode-tools. It's
telling you that laptop-mode is enabled (in other words available), but
not active (probably because you're on mains) and that this hasn't
been changed by the event that triggered the check.

> 
> Is this normal or a bug?
> 
> How do I regain the use of this tty as a text console?

I would try pressing Enter a few times (if a getty is on that terminal,
that should cause it to re-display the "login:" prompt). Or, failing
that, use the SAK (Either Alt+SysRq+K or Ctrl+Alt+Pause) which will kill
everything on that Console (normal behaviour should then mean that the
getty is re-started)

> 
> If the answer is "Oh, easy, just reboot", you'll have to convince me you
> are not a malicious joker.
> 
> I am already finding it tiresome having to run 'kbdrate -r 40 -d 40'
> after each *upgrade* of systemd. I'm guessing I'm going to have to run
> it after each reboot, although, luckily I rarely reboot this particular
> laptop.
> 
> -- 
> "If you're not careful, the newspapers will have you hating the people
> who are being oppressed, and loving the people who are doing the 
> oppressing." --- Malcolm X
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
> Archive: https://lists.debian.org/20140710134323.GA18674@tal
> 


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140710140753.ga24...@darac.org.uk



systemd surprises

2014-07-10 Thread Chris Bannister
Hi,

When I logged out of fvwm, and hence X, tty3 (the tty where X was
running) displayed this at the top of the screen:

enabled, not active [unchanged]

Is this normal or a bug?

How do I regain the use of this tty as a text console?

If the answer is "Oh, easy, just reboot", you'll have to convince me you
are not a malicious joker.

I am already finding it tiresome having to run 'kbdrate -r 40 -d 40'
after each *upgrade* of systemd. I'm guessing I'm going to have to run
it after each reboot, although, luckily I rarely reboot this particular
laptop.

-- 
"If you're not careful, the newspapers will have you hating the people
who are being oppressed, and loving the people who are doing the 
oppressing." --- Malcolm X


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140710134323.GA18674@tal