similar to: [OT} Odd tmux behaviour on exit

Displaying 20 results from an estimated 600 matches similar to: "[OT} Odd tmux behaviour on exit"

2014 Jul 03
0
[SOLVED] Re: exiting tmux sessions
On Wed, July 2, 2014 17:20, James B. Byrne wrote: > I am experimenting with tmux. I have run into a behaviour that I would like > to change. Idf I connect to a single host multiple times via tmux, when I > exit one tmux window then all the windows report their session closed. Is > there anyway of changing this behaviour in .tmux.conf so that only the session > exited closes or,
2014 Jul 02
0
exiting tmux sessions
I am experimenting with tmux. I have run into a behaviour that I would like to change. Idf I connect to a single host multiple times via tmux, when I exit one tmux window then all the windows report their session closed. Is there anyway of changing this behaviour in .tmux.conf so that only the session exited closes or, as might be the underlying problem, any way of ensuring that a second tmux
2015 Oct 30
0
Screen
If you're just getting starting with a screen multiplexer, I'd suggest starting with tmux. My understanding is that GNU screen has effectively been abandoned. I used GNU screen for at least 10 years, and recently switched to tmux. As someone else said, in GNU screen, if you want to send ctrl-a to your application (e.g. shell or emacs), you can do ctrl-a followed by a "naked"
2008 Jan 07
3
Strange Problem with dm-0
I began an update of one of our servers via yum and, coincidentally or not, I have been getting the following logged into the message file since: messages:Jan 7 15:55:51 inet07 kernel: post_create: setxattr failed, rc=28 (dev=dm-0 ino=280175) Now, this tells me that dev dm-0 is out of space but, what is dm-0? So, can anyone tell me what is happening and why? -- *** E-Mail is
2015 Oct 20
3
Is there any solution, or even work on, limiting which keys gets forwarded where?
On Tue, Oct 20, 2015 at 01:31:46AM +0200, ?ngel Gonz?lez wrote: > On 16/10/15 12:46, hubert depesz lubaczewski wrote: > >On Thu, Oct 15, 2015 at 04:15:03PM -0400, Daniel Kahn Gillmor wrote: > >>> if the intermediary machine (the "jumphost") is jumphost.example, and > >>> you are trying to reach bar.example.com (which is behind the firewall), >
2012 May 30
1
need assist with upstart config problem
I am trying, without success, to create an upstart config file to automatically start and restart an ssh proxy. The command sting that I use in the script has been checked and verified from the shell but it fails in the upstart file. The file contents are: . . . # proxy is used to authenticate smtp submissions # so start it before the postfix service starts start on starting postfix # Take
2005 May 09
0
DNS configuration problem
I have introduced some error in my dns resolution and I would like some help fixing it as I cannot seem to detect what I have done wrong. Briefly the setup is this: name servers: DNS01 - 216.185.71.33 DNS02 - 209.47.176.33 DNS03 - 216.185.71.34 DNS04 - 209.47.176.34 - offline DNS01 is a master DNS02-04 are slaves of 216.185.71.33 All are listed as authoritative for the zone test.com The
2014 Jun 23
1
-h, --help option
Hi, tmux author refuses to add -h, --help option, because OpenSSH does not have it [1]. I don't see why convenience features of tmux should depend on OpenSSH, but because I have no other choice (and got curious) I ask here - why OpenSSH doesn't provide -h or --help option? I use PuTTY as my client, which processes --help option, and for `ssh` binary I usually use Google + StackOverflow.
2023 Mar 01
2
Uniquely Identifying the Local TTY of an SSH Connection
Hi, I'm working on a tool for persistent terminal sessions that works much like tmux, and I would like to be able to make it so that people can set things up so that when they ssh onto a remote host, they automatically connect to a persistent session based on the local terminal they are connecting from. The idea would be that users can just type `ssh my-host` if their connection drops and
2015 Oct 30
2
Screen
Andrew, Don't do it man. Don't remap screen key sequences. I had the same issue. This is how I ultimately solved it. I mentally trained myself to think of screen as a room that I need to do a Ctrl-A in order to get in there. So, for bash, It is NOT a big deal anyway. Train your fingers to do a Ctrl-A then a It is just one extra keystroke. I got used to it within a week. -George On
2013 Jul 24
1
[LLVMdev] ubuntu on the mac
24.07.2013, 12:31, "David Chisnall" <David.Chisnall at cl.cam.ac.uk>: > On 24 Jul 2013, at 08:47, Tyler Hardin <tghardin1 at catamount.wcu.edu> wrote: > >>  Not much slower. VBox does an amazing job at getting near native performance on modern machines (those with nested paging etc.). This is definitely the best option if your computer has ~2g ram and 2+ cores.
2014 Jul 11
0
New binary package set for EL6 x86_64
Hi users of EL6 based distributions, I'm pleased to announce a new alternative binary package repository for EL6 x86_64. The aim is to provide a supplemental set of packages which may contain software not included in your base system. These packages are based on pkgsrc, a cross-platform package manager. In this initial release there are 13,152 packages available. For now I am specifically
2015 Oct 30
0
Screen
On Fri, Oct 30, 2015 at 10:53:29AM +0100, Andrew Holway wrote: > Hey > > I like to use Ctrl+A and Ctrl+E a lot to navigate my insane big bash one > liners but this is incompatible with Screen which has a binding to Ctrl-A. > Is it possible to move the screen binding so I can have the best of both > worlds? If you only make simple use of screen, then there's always tmux. It
2019 Apr 05
1
Re: [PATCH nbdkit] vddk: Add support for VIXDISKLIB_FLAG_OPEN_SINGLE_LINK
On Fri, Apr 05, 2019 at 02:19:25PM +0200, Martin Kletzander wrote: > On Fri, Apr 05, 2019 at 10:33:05AM +0100, Richard W.M. Jones wrote: > >From: Martin Kletzander <mkletzan@redhat.com> > > > >Signed-off-by: Martin Kletzander <mkletzan@redhat.com> > > Just to mention, this is not complete yet. The disk needs to be opened as > SINGLE_LINK only for the
2015 Oct 16
3
Is there any solution, or even work on, limiting which keys gets forwarded where?
On Thu, Oct 15, 2015 at 04:15:03PM -0400, Daniel Kahn Gillmor wrote: > if the intermediary machine (the "jumphost") is jumphost.example, and > you are trying to reach bar.example.com (which is behind the firewall), > you would do: > ssh -oProxyCommand='ssh jumphost.example -W %h:%p' bar.example.com We use jump host, but there are literally hundreds of hosts behind
2013 Jul 24
0
[LLVMdev] ubuntu on the mac
On 24 Jul 2013, at 08:47, Tyler Hardin <tghardin1 at catamount.wcu.edu> wrote: > Not much slower. VBox does an amazing job at getting near native performance on modern machines (those with nested paging etc.). This is definitely the best option if your computer has ~2g ram and 2+ cores. Give the Ubuntu VM 2g and 1 (maybe 2) core/s and it should be fine. I use VirtualBox (hosting a
2019 Nov 18
3
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, 18 Nov 2019 at 07:29, Kristina Brooks via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > While I understand the difficulty regarding mailing lists especially > if one isn't used to setting up mailboxes and filters to classify and > label emails and do think a web forum may be easier to use, I would > have concerns over Discord. Unlike IRC which has a fairly open
2020 Jul 03
2
Kerberos ticket maximum renewable lifetime
We are using tmux, screen and x2go to run long-running jobs on our compute servers. $HOME and other data should be mounted via CIFS or NFS4. Because such a job can run for more than a week, I would like to increase the Kerberos ticket lifetime or better the Kerberos ticket maximum renewable lifetime. I found this guide: https://wiki.samba.org/index.php/Samba_KDC_Settings Unfortunately, only
2018 Sep 21
1
[cfe-dev] SMT solvers in clang SA
We are currently implementing the backends for other solvers (you can follow the progress here: https://github.com/mikhailramalho/clang). So far we got Boolector, MathSAT and Yices ready. CVC4 should be done soon. When used to refute bugs, they all give roughly the same results: a ~5% speedup if there are refuted bugs or a ~5% slowdown if no bug is refuted. I've only tried to analyze one
2017 May 10
1
strange system outage
On Wed, May 10, 2017 at 4:18 PM, Jonathan Billings <billings at negate.org> wrote: > On Wed, May 10, 2017 at 03:19:05PM -0400, Larry Martell wrote: >> > How are you starting this daemon? >> >> I am using code something like this: https://gist.github.com/slor/5946334. > > Oh, I was assuming that since you called it a daemon, it was actually > something started