search for: pseudotermin

Displaying 20 results from an estimated 38 matches for "pseudotermin".

Did you mean: pseudoterminal
2009 Nov 20
3
[Bug 1673] New: pseudoterminal option (-t) breaks standard out/error separation
https://bugzilla.mindrot.org/show_bug.cgi?id=1673 Summary: pseudoterminal option (-t) breaks standard out/error separation Product: Portable OpenSSH Version: 5.1p1 Platform: Other OS/Version: Other Status: NEW Severity: normal Priority: P2 Component: ssh Assigne...
2004 Nov 18
3
Redirect standard input and output of R
Dear R-people! I??m trying to write a C program that write to the standard input of R and read the standard output. I can perfectly read the R output, but I??m not able of writing anything to R. This program really works with the 'cat?? UNIX command, but it does not work with R. What I??m doing wrong??? It is possible to do it??? I want to start R once and use it thousands of times...
2004 Nov 18
3
Redirect standard input and output of R
Dear R-people! I??m trying to write a C program that write to the standard input of R and read the standard output. I can perfectly read the R output, but I??m not able of writing anything to R. This program really works with the 'cat?? UNIX command, but it does not work with R. What I??m doing wrong??? It is possible to do it??? I want to start R once and use it thousands of times...
2007 Dec 19
1
Standard input and R
...s I want to run, but this is suboptimal for a number of reasons: I have difficulties if an .Rprofile already exists in the working directory, the default packages are not loaded, and the process doesn't quit if stop() is called. I have a vague inkling that this may be achievable with a pseudoterminal (pty) or named pipe, but if anyone knows a simpler route I'd be glad to avoid getting involved in that kind of thing... Many thanks in advance. Jon
2010 Jan 03
2
Emacs vs Eclipse vs Rcmdr
...d be the most appropriate. I'm not so much interested in which is the best user interface for R. Rather which is the best ***platform*** for developing ***new*** user interfaces for R. Noting I'm using the term user interface is a very general sense. (i.e. Can include anything from console/pseudoterminal widgets, to text editors with customised syntax highlighting, to elaborate menus and dialog boxes). Here are my initial thoughts: Emacs Pros: - A lot of computer "experts" use it. - Plus some high profile R people are involved in the development of ESS. - High level of customisation....
2010 Nov 25
1
Static userdb with LDAP passdb but without "allow_all_users=yes"?
...from=<andreas.ntaflos at example.net> to=<not-a-user at test01.example.com> proto=ESMTP helo=<remote-smtp.example.net> postfix/smtpd[26469]: disconnect from remote-smtp.example.net[10.0.0.10] I've uploaded this log file excerpt for your viewing convenience to https://daff.pseudoterminal.org/misc/dovecot/failed_delivery.log More relevant information (doveconf -n, dovecot-ldap.conf) is found below. I can also provide a log excerpt from a successful delivery to an existing virtual user, if needed. To summarise: I want to use LMTP, dynamic address verification, a static user da...
2001 Oct 07
1
FYI : FiSh connection over SSH fails : midnight commander freezing
...lized with -1) can be influenced by an external application like mc _without_ hacking ssh, and if it concerns only the initial operation of reading the password or _all_ of SSH`s I/O. If yes, this might help to solve the problem. > It is possible to control /dev/tty of ssh if it's run in a pseudoterminal, > similar to how MC runs the subshell. Still it will require that mc I did not get SSH to allocate a pseudoterminal, it refuses if it is not the controlling tty. > interprets the output of ssh somehow. Maybe MC could capture all output > until ssh runs the fish server _or_ asks for...
2008 Jan 14
4
deliver can't connect to auth server at */usr/local*/var/run/dovecot/auth-master
Hello list, while fiddling around with the configuration so Dovecot's LDA "deliver" can be used by multiple users by means of Getmail (you can read about that in [1]) I always end up running into the error message posted in the subject line: Jan 15 00:00:02 HOSTNAME deliver(USERID): Can't connect to auth server at /usr/local/var/run/dovecot/auth-master: Permission denied
2001 Jul 26
1
Tru64 Unix vs. OpenSSH 2.9p2
Hi, We installed OpenSSH 2.9p2 with OpenSSL 0.9.6b on our Compaq Alpha ES40 running Tru64 Unix 5.0a. We've been having problems where one of our users appears in the output of "w" and is associated with a pseudoterminal even though he has no processes attached to that pty. The problem can be reproduced by connecting to the localhost host via ssh using protocol version 2, and then killing the ssh client with a SIGKILL. The sshd server notices the connection closing and exits, but does not update /etc/utmp. I b...
2024 Jul 30
2
[Bug 3714] New: sftp fails in one direction
...On both the official openssh 9.2p1 with identical binaries ssh works fine between both machines in both directions sftp works fine with host2=client and host1=server But sftp immediately closes the connection in the other direction! In the error case there appear additional messages related to pseudoterminals and a SIGCHILD-event is reported on the server. Sorry, I'm not very familiar with pseudo-terminals. I've only read that TIOCSCTTY might require special access rights (CAP_SYS_ADMIN). So maybe there a some Security-related modern Linux-configurations required for sftp, which I've not...
2012 May 18
2
Facter 1.6.9 complains about "No LSB modules are available."
Hi, it seems that Facter 1.6.9 complains that "No LSB modules are available." on every run. This is on Ubuntu 10.04 and 12.04, probably others as well. This message (on stderr) usually comes from calling "lsb_release -v" when no additional LSB modules are installed. Facter apparently calls "lsb_release -v -s" in facter/lsbrelease.rb. This is neither fatal nor
2005 Nov 16
2
two-way communication using Unix pipes
Hello, I am trying to communicate with R from a perl program. Because this code must be deployed on systems that are outside of my control I do not wish to pursue the RSperl.pm approach which requires that R be compiled to use shared libraries. I have a custom, light weight module I have used with other command line driven programs like Ferret and Grads. This module follows the standard perl
2008 Aug 20
1
using ssh-add unattended on dubious files -- how can i avoid a hang?
...627 /dev/null ssh-add 3013 dkg 2w CHR 1,3 627 /dev/null ssh-add 3013 dkg 3u unix 0xd5df5580 105092 socket ssh-add 3013 dkg 4u CHR 5,0 1165 /dev/tty [0 dkg at squeak]$ This seems to be because the ssh-add process is still attached to a pseudoterminal, so read_passphrase (from readpass.c) opens up /dev/tty directly. I'm not sure how to detach the process full from /dev/tty (or if that would do what i need, even). What would it take to get it to just fail with a non-zero return code (the way it does when confronted with a too-permissive...
2010 Apr 18
2
Restarting network on host completely cuts off guests. Why? How to prevent?
Hi list, this probably isn't a completely libvirt-specific question but I'll try anyway. Please ignore if it is too much off-topic. On an Ubuntu (9.10) virtualisation host, running KVM and libvirt and several guests (Debian, Ubuntu, Windows Server 2003) in a bridged network fashion [1,2] I noticed that performing /etc/init.d/networking restart on the host completely cuts off all
2015 Apr 17
12
[Bug 2386] New: TERM env variable is always accepted by sshd, regardless the empty AcceptEnv setting
https://bugzilla.mindrot.org/show_bug.cgi?id=2386 Bug ID: 2386 Summary: TERM env variable is always accepted by sshd, regardless the empty AcceptEnv setting Product: Portable OpenSSH Version: 6.8p1 Hardware: Other OS: Linux Status: NEW Severity: enhancement Priority: P5
2012 Jan 04
5
Making a system user member of a Puppet managed group
Hi All, I have a particular requirement where a Puppet managed group needs to have several members that are either local and not managed by Puppet (e.g. mysql) or they reside in LDAP. Apart from running an exec call to "groupmems", is there another way to achieve this? Thanks in advance. Gonzalo -- You received this message because you are subscribed to the Google Groups
2006 Sep 17
3
wishlist: option to cause /bin/sh to be used instead of user's shell
SSH, like RSH before it, invokes a command using the user's shell as specified in the passwd file. In a mixed shell environment with some logins csh-like and some sh-like that is sometimes very difficult to handle. (No, I am not fond of csh.) If I could force a single shell everywhere of course that would be preferable but sometimes I have no control over it. I have often wanted an option
2009 Aug 28
2
Crash: imap process, Dovecot 1.2.4, related to ACLs (backtrace included)
...ot;. I wanted to be able to have certain folders the the user cannot delete but where subfolders can be created freely. Relevant information follows and I hope the backtrace is useful (lots of "value optimized out" entries). You can also find everything from below on <https://daff.pseudoterminal.org/misc/dovecot/>. Please tell me if I can provide more information. dovecot -n: =========== # 1.2.4: /usr/local/etc/dovecot.conf # OS: Linux 2.6.26-2-686 i686 Debian 5.0.2 log_timestamp: %Y-%m-%d %H:%M:%S protocols: managesieve imap imaps pop3 pop3s login_dir: /usr/local/var/run/dovecot/lo...
2007 Apr 10
9
Xen and ACPI Sleep
Hi, I am currently testing Xen on my laptop and was wondering if there was any way to enable ACPI sleep so that I can resume sessions when I''m on the go. Is this possible? If so, could you please highlight how to achieve this? Thank you. -- Mathew Brown mathewbrown@fastmail.fm -- http://www.fastmail.fm - Access all of your messages and folders
2013 Aug 08
1
[PATCH v2 7/7] Sample Implementation of Intel MIC User Space Daemon.
...MAX_CONSOLE_FD]; > + int pty_fd; > + char *pts_name; > + ssize_t len; > + struct mic_vring tx_vr, rx_vr; > + struct mic_copy_desc copy; > + struct mic_device_desc *desc; > + > + pty_fd = posix_openpt(O_RDWR); > + if (pty_fd < 0) { > + mpsslog("can't open a pseudoterminal master device: %s\n", > + strerror(errno)); > + goto _return; > + } > + pts_name = ptsname(pty_fd); > + if (pts_name == NULL) { > + mpsslog("can't get pts name\n"); > + goto _close_pty; > + } > + printf("%s console message goes to %s\n"...