search for: tio

Displaying 20 results from an estimated 54 matches for "tio".

Did you mean: io
2002 May 09
4
make distprep broken?
Hello All, Doing a make distprep doesn't seem to work anymore: $ make -f Makefile.in distprep make: @SH@: Command not found make: *** [catman-do] Error 127 I've seen this on AIX & Redhat (gnu make) and Solaris (native make). I suspect this occurs on most platforms. Is this still the recommended way of autoreconf'ing CVS releases for building? -Daz.
2006 Jun 20
2
[PATCH] openssh pseudo-terminal bug
hello short description: ssh client sends a wrong all-zero terminal info when requesting forced pseudo-terminal allocation while stdin is not a terminal. sshd then sets the terminals ospeed to 0 because it receives this information from the client. on solaris this means that the pseudo-terminal is closed and output of an...
2001 Oct 31
2
OpenStep (NeXT) and TTY modes
OpenStep, apparently, does not initialize new pty/tty modes to a sane default. I'm thinking this code snippet, added to tty_parse_modes() before the for(;;) loop should suffice: #ifdef HAVE_NEXT tio.c_oflag |= ONLCR; tio.c_lflag |= ECHO; #endif /* HAVE_NEXT */ Also, I've noticed that "ssh -t next_host stty" gives different output than an interactive session to the same NeXT... I suspect that this means that the SSH client is sending a different set of tty modes to the sshd on t...
2002 Jun 21
0
[Bug 282] New: ttymodes sent can be invalid
...AssignedTo: openssh-unix-dev at mindrot.org ReportedBy: todd at openbsd.org I noticed that when logging into a Linux machine with current that there is a message in the system log: sshd[21992]: Setting tty modes failed: Invalid argument After some debugging it came down to the realization that perhaps (thanks djm@) the modes being sent from OpenBSD are not valid on Linux. I'm not sure how to resolve this, or if this is a major problem, but it appears that since the mode settings failed, perhaps something ssh needed might not be set, or might be set wrong. I added a log m...
2002 Feb 12
1
SSH Client Hangs after logging in to SSHD
...rivate key done: type RSA > debug1: private host key: #1 type 1 RSA > debug1: read PEM private key done: type DSA > debug1: private host key: #2 type 2 DSA > debug1: Bind to port 22 on 0.0.0.0. > Server listening on 0.0.0.0 port 22. > Generating 768 bit RSA key. > RSA key generation complete. > > After that I tried to connect from my ssh client, Putty, this is what I see: > > debug1: Server will not fork when running in debugging mode. > Connection from 192.168.10.5 port 1368 > debug1: Client protocol version 1.5; client software version PuTTY > debug1: n...
2018 Feb 12
2
User manipulation of tty mode opcodes / IUTF8 incompatibilities
On Sun, Feb 11, 2018 at 11:27 PM, Darren Tucker <dtucker at dtucker.net> wrote: > Sigh. If you could provide the server's identity string (eg from "ssh > -v yourthing") we could add a bug bit to stop it from being sent. $ ssh -v nathan at 10.0.0.1 OpenSSH_7.4p1, LibreSSL 2.5.0 [snip] debug1: Local version string SSH-2.0-OpenSSH_7.4 debug1: Remote protocol version
2015 Jul 06
3
Prompt for chrooted users
...in the ssh session. Each user has their shell set to /bin/bash in /etc/passwd. However, instead of getting the prompt defined in their .bash_profiles we see this: -bash-4.1$ when we are expecting this: [username at hostname dir]$ So, before I go messing around moving files I would some information from you as tio what I have overlooked. Do I need to move something like etc/passwd and /etc/group into the chroot/etc? TIA -- *** e-Mail is NOT a SECURE channel *** Do NOT transmit sensitive data via e-Mail James B. Byrne mailto:ByrneJB at Harte-Lyne.ca...
2005 Aug 08
4
Bug#322036: logcheck: [manual] typo in SYNOPSIS (TIOS => OPTIONS)
Package: logcheck Version: 1.2.35 Severity: minor Manual page reads: SYNOPSIS logcheck [TIONS] Perhaps it was intended to read: SYNOPSIS logcheck [OPTIONS] -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked t...
2010 Jan 28
31
[PATCH 0 of 4] aio event fd support to blktap2
...ile, so I kept it stacked. 1. Clean up IPC and AIO init in tapdisk-server. [I think tapdisk-ipc in blktap2 is basically obsolete. Pending a later patch to remove it?] 2. Split tapdisk-queue into variable raw I/O backends. This basically makes an ''ops''-struct (struct tio) out of what used to be primarily libaio vs. an if/else hack to resort to canonical read()/write()s where desirable. For now, the one chosen remains as hardcoded as ever. 3. Prefer AIO eventfd support on kernels >= 2.6.22 Mainline Linux after 2.6.22 finally got I/O muxing for A...
2001 Nov 27
2
3.0.1p1 losing tty modes?
...probably wrong, so please tell me where. Of course vhangup() clears all tty modes, so you need to save them before and restore them to the newly opened tty afterwards. This is on Linux 2.4.14, but the problem looks quite portable to me for all systems that have vhangup(). This patch shows my solution, but it's only a hack to me until I know why vhangup() is needed: --- sshpty.c.orig Tue Nov 27 02:32:50 2001 +++ sshpty.c Tue Nov 27 02:33:45 2001 @@ -252,6 +252,7 @@ int fd; #ifdef USE_VHANGUP void *old; + struct termios tio; #endif /* USE_VHANGUP */ #ifde...
2010 Mar 27
1
Syslinux-4/libutil: console_ansi_std()
Well, I decided to get ROSH back out and try to get it functioning in Syslinux-4. As has been my habit, I first recompiled the Linux binary and tried it out. In the beginning of ROSH, it calls console_ansi_std(). When I was working on this in the past, using this function ensured both the Linux and the Syslinux/COM32 binaries function similarly. When using...
2014 Oct 22
5
Q. LUKS or ecryptfs-utils ?
I am now investigating encrypting our IMAP user spool files. Does anyone have experience with handling encrypted data stores using either or both of the subject methods and would care tio share their observations? Which is the preferred method (I know: it depends, but on what?)? What administrative pain does each cause? Our IMAP host is a KVM guest so spinning up a duplicate and simply copying the data to an encrypted device or filesystem is not a very big deal. We can live wit...
2010 Jun 27
1
[PATCH] ROSH: Upgraded
...2008 Gene Cumm - All Rights Reserved + * Copyright 2008-2010 Gene Cumm - All Rights Reserved * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,22 +20,24 @@ /* * ToDos: - * Change functions to use pwdstr - * In rosh_run() Reparse cmdstr relative to pwdstr + * rosh_ls(): sorted; then multiple columns */ -// #define DO_DEBUG 1 - /* Uncomment the above line for debugging output; Comment to remove */ -// #define DO_DEBUG2 1 - /* Uncomment the above line for super-debugging output; Mu...
2012 Jun 16
4
Failing to start or create VM, cannot connect to hypervisor host
...The other two VMs on the box are still running fine, but I am also unable to connect to a console in VirtManger with them. I was able to connect to all these VM consoles from the host system just a week or so ago. The only changes that I had recently made to the host system was to add some restrictions in my /etc/hosts.allow and hosts.deny files and installed Fail2ban. I have reversed all of the changes to my hosts.allow/deny files and have stopped the Fail2ban service. Still unable to start or create a VM. I am at the end of my rope here and am hoping someone will be able to direct me with...
2009 Feb 15
2
COM32 module: Read-Only shell
Well, here's the read-only shell (rosh) that I've been working on. It's functional but still quite rough. My primary intention of posting it at this time is such that people have an easy way to demonstrate to themselves that the library calls I made work. This should apply as a patch to the head of the "dir" branch and the patch for c_cflag/c_lflag. The patch is o...
2009 Sep 07
1
getting name from function?
Hi I have the following function which should return the name of FUN: myFUN <- function(FUN) { return( THE_NAME_OF_FUN(FUN)) } Is it possible? What do I have tio use here instead of THE_NAME_OF_FUN? Thanks, Rainer -- Rainer M. Krug, Centre of Excellence for Invasion Biology, Stellenbosch University, South Africa [[al...
2008 May 17
2
ndiswrapper and 4K stacks problem (system freezes)
Hi Folks, I'm trying tio install WLAN - USB - Stick Netgear WG111v3. ndiswrapper -i wg111v3 works. I can see ndiswrapper -l wg111v3: driver installed device (0846:4260) present But after modprobe ndiswrapper the system freezes. Troublshooting on ndiswrapper-sites says: It's a problem of "kernel is using...
2015 Jul 07
1
Prompt for chrooted users
...er, instead of getting the prompt defined in >> their >> .bash_profiles we see this: >> >> -bash-4.1$ >> >> when we are expecting this: >> >> [username at hostname dir]$ >> >> So, before I go messing around moving files I would some information >> from you as tio what I have overlooked. Do I need to move something >> like etc/passwd and /etc/group into the chroot/etc? > > When ssh'ing into the chrooted directories, where's their > /home/<user>? > I'd set the prompt in ~/.bash_profile. > >...
2004 Aug 06
1
Different play channeels
Hi These are my config files ices and icecast. I am using ices 0.3 to play mp3. I have a few questions: 1-)There is a way to say ices to play a list from a database tio create a list into a table database. 2-)How can I play from a web page without open PLAY URL from winamp? TIA Edwin QUijada <p><p><p>>From: Geoff Shang <gshang@pacific.net.au> >Reply-To: icecast@x...
2001 Mar 30
4
linux tcsetattr failed
...anyone else see this on linux: localhost sshd[14418]: Accepted password for stevesk from 15.126.45.158 port 49594 localhost sshd[14418]: Setting tty modes failed: Invalid argument redhat with kernel 2.2.17. ttymodes.c: /* Set the new modes for the terminal. */ if (tcsetattr(fd, TCSANOW, &tio) < 0) log("Setting tty modes failed: %.100s", strerror(errno)); return;