search for: terminators

Displaying 20 results from an estimated 18476 matches for "terminators".

Did you mean: terminator
2007 Oct 02
1
Dissappearing gnome terminal contents
Hi. I was not able to find any notice of this issue in either the forums or bugzilla (http://bugs.opencompositing.org/) (is that still used btw) so I am posting it here in the hope that it is useful to someone. I am using gentoo and gnome 2.20 and the compiz version from git sources. When I maximize (vertically, horizontally, both) a gnome-terminal window the contents of the terminal window
2008 May 29
3
Frequent Gnome Terminal crashes in CentOS 5.1
Ever since I upgraded all my systems to CentOS 5.1 I have been getting reports from users about "all their windows disappearing". A little digging revealed that they meant all gnome-terminal windows. Since there is only one gnome-terminal process by default for all your open terminal windows and tabs, a crash of that process means losing all your terminal windows. These
2018 Mar 08
1
mate-terminal crash when using drag-n-drop tabs
We're using mate-terminal (1.16.3) from EPEL on CentOS 7.4 with the Mate desktop, but mate-terminal crashes when we do the following: Start mate-terminal, open a tab (File -> Open Tab) then with the left mouse button drag a tab and drop it in the same terminal window - and the terminal window crashes ... I did a bit of Googling, and found this issue reported in earlier releases of
2005 Sep 09
2
Samba 3.0.14 + W2K3 Terminal Services + terminal server profiles
hi, does samba 3.0.14 supports terminal server profiles? If not, is it planned? Regards, Alex -- ***************************************************** Alexander F?disch - Central IT Department- Max Planck Institute for Evolutionary Anthropology Deutscher Platz 6 D-04103 Leipzig Germany Email: foedisch@eva.mpg.de Phone: (+49) 0341 3550-168 Fax: (+49) 0341 3550-119
2005 Feb 22
3
Terminal server settings.
Hi All, I'm working on a full migration from windows DC to samba DC, and i'm actually having a problem with terminal server settings! I run a terminal server on win2k, but i would store all my user information on samba. Although, i don't find any documentations or info about terminal server setting with samba. Is it supposed to be possible to store it with samba and a ldap backend,
2003 May 16
4
Samba & Terminal Services / Citrix
Hello! I have heard that there is a problem with using Samba along with Windows Terminal Services and that it's related to session IDs with multiple users coming from one server. I'm in the process of moving to Windows Server 2003 using Citrix and hoping to be able to revive our samba use. Has anyone had any success with using samba in a Terminal Server / Citrix environment? Thanks
2003 Oct 12
1
Feedback request: AGI GET DATA change - termination digits
I'd like some feedback on potentially submitting a request (and probably a patch too) to change the way the AGI command GET DATA works. Right now, # terminates the entry, which is then returned with the # stripped off the end. What I'd like is to allow user configurable termination digits, which are not stripped off the end. Reasoning: Some entries you'd like to terminate with #.
2015 Aug 12
2
ARM: Predicated returns considered analyzable?
.../// Various passes use this to insert code into the bottom of a basic > block, > /// but before control flow occurs. > bool isTerminator() const { return Flags & (1 << MCID::Terminator); } I'm guessing this only means "can be terminator". With conditional terminators there really isn't a way to be certain, and with so many instructions being conditional in Thumb, it's probably not a good idea to try and model it perfectly. Are you relying on isTerminator() for something and getting it wrong? --renato ----- Me: On 8/11/2015 9:10 AM, Renato Golin wr...
2010 Aug 05
3
PageUp/Down in gnome-terminal
Dear all, I am using gnome-terminal to run R, and I noticed that standard PageUp/Down do not work but they do work for other programs within the same terminal window (e.g. irssi). Scroll bar does not work either. I run R using GNU-screen, but it doesn't seem to make any difference. Many thanks Olga ------------------ R version 2.11.1 (2010-05-31) 2010 x86_64 GNU/Linux Ubuntu 10.04.1 LTS
2008 Oct 03
1
Newbie Question - Ruby terminal emulator for windows
I am new to ruby and rails, and am using the windows "cmd" terminal emulator. It is all black and white. I like the colored terminal I see in peepcode videos and the like. Are there any terminal emulators for vista that will give me those type of colored results? Alternatively, and preferably, is there a terminal emulator for RadRails yet? After 2 hours of searching, I have learned a
2007 Apr 27
1
unexpected mass closing of terminal windows
Hello, I apologize if this isn't quite the right spot to ask, but I did some googling on fc6, rhel5, centos5, terminal closings, etc and came up blank. Three times since I installed CentOS5 on this machine (11 days ago), I have had ***all my my terminal windows spontaneously exit***. For example: just now, I have a CD playing, firefox open with a few tabs, and emacs open. I also had ~5
2009 May 22
3
Gnome terminal oddity
I have the following gnome terminal profile settings: Backspace = ASCII DEL Delete Key = Escape Sequence If the logged in session in the terminal window is my own user id then the delete key does nothing. If however, I su -l in the same terminal window then the delete key removes the character under the cursor and left shifts the rest of the line. I am fairly confident that the delete
2010 Jun 25
1
[LLVMdev] redundant checking of terminator in Verifier?
...6: // Verify that if this is a terminator that it is at the end of the block. if (isa<TerminatorInst>(I)) Assert1(BB->getTerminator() == &I, "Terminator not at end of block!", &I); ... } void Verifier::visitTerminatorInst(TerminatorInst &I) { // Ensure that terminators only exist at the end of the basic block. Assert1(&I == I.getParent()->getTerminator(), "Terminator found in the middle of a basic block!", I.getParent()); visitInstruction(I); } -- Jianzhou
2012 Mar 29
0
[LLVMdev] VLIWPacketizerList: failing to schedule terminators
...a check in BuildSchedGraph (I think) that asserts if it finds labels or terminator. I think that assert should be changed to use isSchedulingBoundary API. Another problem for VLIW machines is packetization of terminator instruction with other instructions. For example, Hexagon allows to packetize terminators with others if there is no true dependence. In the current infrastructure, it's not possible to allow terminators to be included in the region since it will assert in BuildSchedGraph. I propose the following solution: 1. Change assert in BuildSchedGraph to use isSchedulingBoundary. 2. Change...
2006 Apr 26
1
Explain to me VoIP termination service.
I'm confused about VoIP termination service. Would this mean that I could have an Asterisk server in my basement and receive/call PSTN phones via a VoIP termination provider? The "call" out from my box would go over the Internet to a termination provider which would in turn convert it to analog over the PSTN to someone's plain old phone? And vise-versa, a plain old phone caller
2006 Nov 18
2
Dialout Conferences?
How do I set up an existing call to dial out to a new terminal which is included in a conference with the two existing legs of the call? When the dialplan executes the Dial(<terminal>) command, control does not return to the dialplan until the terminal disconnects, after which it's obviously too late to conference it. Is there a conference command or option that lets the dialplan dial
2015 Oct 01
3
authentication problems sernet-samba
Hello, We have installed samba4 under Ubuntu 14.04.3 LTS. > root at server:~# samba -V > Version 4.2.3-SerNet-Ubuntu-7.trusty Sometimes, we have authentication problems. The only thing we found in log file, when it happend, is this : > [2015/09/28 17:27:06.750675, 3] ../source4/smbd/process_single.c:114(single_terminate) > single_terminate: reason[imessaging_init() failed]
2008 Sep 26
1
Collecting output from terminal nodes in a recursion tree
I have a recursive function. The recursion forms a tree with many (millions) terminal nodes. The function must output a value (say, a number or a vector) from each terminal node. At the end, when all recursion is done, we want to collect all the output values. How can that be done cleanly and efficiently? A prototype example is a recursive function that generates all permutations of a vector (or
2017 Dec 14
4
cannot destroy connection (?) created by readLines in a tryCatch
On Thu, Dec 14, 2017 at 7:56 PM, Gabriel Becker <gmbecker at ucdavis.edu> wrote: > Gabor, > > You can grab the connection and destroy it via getConnection and then a > standard close call. Yeah, that's often a possible workaround, but since this connection was opened by readLines() internally, I don't necessarily know which one it is. E.g. I might open multiple
2001 Mar 22
1
SP6 for Windows NT terminal server AND SAMBA - 2ND try
Had no replies, so here goes again. We recently installed the Terminal server SP6.0 on Windows Terminal server. And are now having problems opening some files with some applications from samba shares. We have traced it to being a file open function used by apps. such as notepad and perl. Any ideas what has changed in SP6 and how to fix it? samba server Samba 2.0.7 on Solaris 2.8 --