Discussion:
[Fluxbox-users] restart fluxbox *from virtual console*
Rainer M Krug
2011-11-16 12:06:57 UTC
Permalink
Hi

sometimes it happens that fluxbox hangs and I would like to restart it. I
know I can restart it from the menu (and via keyboard?), but I remember
there is an option to restart fluxbox from a console via

killall -s ???? fluxbox

what is the signal I have to send to fluxbox to restart, so that my windows
stay open?

I know I could do

killall fluxbox

and then login again, but then all my programs would be closed.

Cheers,

Rainer
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44

Fax (D): +49 - (0)3 21 21 25 22 44

email: ***@krugs.de

Skype: RMkrug
Mathias Gumz
2011-11-16 12:20:30 UTC
Permalink
hi,
Post by Rainer M Krug
sometimes it happens that fluxbox hangs and I would like to restart it. I
know I can restart it from the menu (and via keyboard?), but I remember
there is an option to restart fluxbox from a console via
killall -s ????  fluxbox
what is the signal I have to send to fluxbox to restart, so that my windows
SIGHUP would be the signal, as in
http://git.fluxbox.org/fluxbox.git/tree/src/fluxbox.cc#n902

the manpage does not reflect reality in that aspect, point taken.

cheers, mathias
--
  [uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
  [www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
Rainer M Krug
2011-11-16 13:02:32 UTC
Permalink
Post by Rainer M Krug
hi,
Post by Rainer M Krug
sometimes it happens that fluxbox hangs and I would like to restart it. I
know I can restart it from the menu (and via keyboard?), but I remember
there is an option to restart fluxbox from a console via
killall -s ???? fluxbox
what is the signal I have to send to fluxbox to restart, so that my
windows
SIGHUP would be the signal, as in
http://git.fluxbox.org/fluxbox.git/tree/src/fluxbox.cc#n902
Thanks - that's what I was looking for.
Post by Rainer M Krug
the manpage does not reflect reality in that aspect, point taken.
Would be great if this could be added.

Cheers,

Rainer
Post by Rainer M Krug
cheers, mathias
--
[uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
[www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44

Fax (D): +49 - (0)3 21 21 25 22 44

email: ***@krugs.de

Skype: RMkrug
Maxim Gonchar
2011-11-16 14:27:38 UTC
Permalink
Hi,

you can also use
fluxbox-remote Restart
if you have fluxbox-remote installed.

Mathias, thanks. It's interesting. The SIGUSR1 and SIGUSR2 can be also
used to recofigure. Didn't know that.

regards,
Maxim
Post by Rainer M Krug
Post by Mathias Gumz
hi,
Post by Rainer M Krug
sometimes it happens that fluxbox hangs and I would like to restart it. I
know I can restart it from the menu (and via keyboard?), but I remember
there is an option to restart fluxbox from a console via
killall -s ????  fluxbox
what is the signal I have to send to fluxbox to restart, so that my windows
SIGHUP would be the signal, as in
http://git.fluxbox.org/fluxbox.git/tree/src/fluxbox.cc#n902
Thanks - that's what I was looking for.
Post by Mathias Gumz
the manpage does not reflect reality in that aspect, point taken.
Would be great if this could be added.
Cheers,
Rainer
Post by Mathias Gumz
cheers, mathias
--
  [uid] mathias gumz [mail] akira at fluxbox dot org [pgp] 1024D/F6F6B18C
  [www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel :       +33 - (0)9 53 10 27 44
Cell:       +33 - (0)6 85 62 59 98
Fax (F):       +33 - (0)9 58 10 27 44
Fax (D):    +49 - (0)3 21 21 25 22 44
Skype:      RMkrug
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
Rainer M Krug
2011-11-16 14:41:16 UTC
Permalink
Post by Maxim Gonchar
Hi,
you can also use
fluxbox-remote Restart
if you have fluxbox-remote installed.
Interesting - never paid attention to fluxbox-remote

Rainer
Post by Maxim Gonchar
Mathias, thanks. It's interesting. The SIGUSR1 and SIGUSR2 can be also
used to recofigure. Didn't know that.
regards,
Maxim
Post by Rainer M Krug
Post by Mathias Gumz
hi,
Post by Rainer M Krug
sometimes it happens that fluxbox hangs and I would like to restart
it.
Post by Rainer M Krug
Post by Mathias Gumz
Post by Rainer M Krug
I
know I can restart it from the menu (and via keyboard?), but I
remember
Post by Rainer M Krug
Post by Mathias Gumz
Post by Rainer M Krug
there is an option to restart fluxbox from a console via
killall -s ???? fluxbox
what is the signal I have to send to fluxbox to restart, so that my windows
SIGHUP would be the signal, as in
http://git.fluxbox.org/fluxbox.git/tree/src/fluxbox.cc#n902
Thanks - that's what I was looking for.
Post by Mathias Gumz
the manpage does not reflect reality in that aspect, point taken.
Would be great if this could be added.
Cheers,
Rainer
Post by Mathias Gumz
cheers, mathias
--
[uid] mathias gumz [mail] akira at fluxbox dot org [pgp]
1024D/F6F6B18C
Post by Rainer M Krug
Post by Mathias Gumz
[www] http://www.darkshed.net/ [irc] ak|ra (#fluxbox at freenode.org)
------------------------------------------------------------------------------
Post by Rainer M Krug
Post by Mathias Gumz
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation
Biology,
Post by Rainer M Krug
UCT), Dipl. Phys. (Germany)
Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa
Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44
Fax (D): +49 - (0)3 21 21 25 22 44
Skype: RMkrug
------------------------------------------------------------------------------
Post by Rainer M Krug
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Fluxbox-users mailing list
https://lists.sourceforge.net/lists/listinfo/fluxbox-users
--
Rainer M. Krug, PhD (Conservation Ecology, SUN), MSc (Conservation Biology,
UCT), Dipl. Phys. (Germany)

Centre of Excellence for Invasion Biology
Stellenbosch University
South Africa

Tel : +33 - (0)9 53 10 27 44
Cell: +33 - (0)6 85 62 59 98
Fax (F): +33 - (0)9 58 10 27 44

Fax (D): +49 - (0)3 21 21 25 22 44

email: ***@krugs.de

Skype: RMkrug
Loading...