Displaying 20 results from an estimated 1000 matches similar to: "rsync/ssh/cygwin"
2009 Jan 20
1
default stty profile settings in CentOS
Hi folks
[Please CC me, I am not on the list]
I am here at a customer who have this in profile (.cshrc):
stty erase "^H" kill "^?" intr "^C"
Backspace clears the hole command line. How is the CentOS default?
kind regards
Sven
2004 Dec 16
2
Strange command histories in hacked shell server
Hi,
Sorry for cross posting.
I have with FreeBSD 5.3-stable server which serves as a public shell server.
FreeBSD public.ub.mng.net 5.3-STABLE FreeBSD 5.3-STABLE #6: Wed Nov 24
15:55:36 ULAT 2004 tsgan@public.ub.mng.net:/usr/obj/usr/src/sys/PSH i386
It has ssh and proftp-1.2.10 daemons.
However it was hacked and I'm trying to analyze it and having some
difficulties.
Machine is
2004 Jul 11
2
smbldap-tools, setting password on command line?
Hi,
the smbldap tools are a great thing to have, thanks a lot!
I just wonder if it would be possible to set a password via the command line, like:
smbldap-passwd.pl testuser1 not24get
I have to create accounts for several hundreds people every year and give them
an immutable password. So long I do that with smbpasswd, ldappasswd and a tiny
script around these tools. I tried
smbldap-passwd.pl
2010 Mar 23
2
Samba / Lucid / Windows 7 problem
Hi list
I'm running a Samba PDC on Ubuntu Lucid (3.4.7) and am unable to join
Windows 7 machines to the domain. I have applied the registry changes
described at http://wiki.samba.org/index.php/Windows7
Windows XP machines can join with no problems.
Samba log:
stty: standard input: Inappropriate ioctl for device
Use of uninitialized value $pass in chomp at /usr/sbin/smbldap-useradd
line
2009 Mar 18
2
stty and sockets
With local com ports I can use stty to inspect the port settings.
Is there a similiar method with a socket connection?
I have an odd situation happening where my data collection program
that is working on 3 machines is not working on the 4th. The program opens
a socket to remote RS232 device no data is recieved. strangely though if
I "telnet IP port"
to the device it will send the
2004 Feb 25
1
probleb with 'passwd chat' and 'passwd program'
Hi !
I have a problem using an external script to change password :
in smb.conf, i have :
=> passwd chat = "Changing password for*\nNew password*" %n\n "\nRetype
new password*" %n\n
=> passwd chat debug = Yes
=> log level = 100
=> unix password sync = Yes
=> passwd program = /usr/local/sbin/smbldap-passwd %u
The script is called normally, and logs show that the
2000 Mar 16
2
default-path
I now specified
--with-default-path=/space/local/bin
but when I log in to the system, I get
ssh wierdlm at karadi
wierdlm at karadi.msci.memphis.edu's password:
Warning: Remote host denied X11 forwarding.
Last login: Thu Mar 16 12:28:52 2000 from wierdlmpc.msci.m
Sun Microsystems Inc. SunOS 5.6 Generic August 1997
bash: stty: command not found
bash: stty: command not found
bash:
2006 Dec 11
2
Small Rcmdr issue
Just installed Rcmdr on a Linux box.
When I exit from both Rcmdr and R together from the regular Rcmdr exit menu,
it leaves my xterm with "stty -echo", so that nothing that is typed appears.
If I exit only Rcmdr, and then exit R normally, everything is okay (stty echo).
Other than that minor irritant, everything seems to work just fine.
Linux 2.6.16-gentoo-r3
Athlon 64 X2 3800+
R
2001 Mar 12
1
Problems with SSH2 display under OpenServer
Hello,
There appears to be a display issue when connecting to an OpenServer
system using SSH2. I've compiled OpenSSH 2.5.1p1 on SunOS 5.7, HP-UX
11, and OpenServer 5.0.5. Whenever the destination is the OpenServer
system, the display has a step-ladder effect. This behavior exhibits
itself no matter what box the origination point is.
A quick inspection revealed that the stty settings of
2002 Nov 04
1
[R] CTRL-C suspends echo of shell (R versions 1.6.0 and 1.6.1) (PR#2253)
Problem:
- Shell does not echo anymore
after using CTRL-C (to interrupt calculations)
once during a R session.
Procedure:
- [start session] R
- [input] CTRL-C
- [end session] q()
Some details:
- `stty` before: speed 38400 baud; line = 0; lnext = <undef>;
- `stty` after: speed 38400 baud; line = 0; lnext = <undef>; min = 1; time = 0;
-icrnl
-icanon -echo
I
2009 Feb 28
2
devd question
I'm trying to make devd run an stty command whenever a USB serial device
is attached. Unfortunately, $device-name is ucom[0-9] and the device
names are /dev/cuaU[0-9] - how do I get the correct name in the device
action? I haven't found a way to extract the number by itself, so I'm
stuck with specifying a separate rule for each number, like so:
attach 100 {
device-name
2003 Sep 24
1
stty: : Operation not supported on transport endpoint
Hi!
I am using OpenSSH_3.6.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090701f on
my Mandrake 9.1 machine. I used to run fetchmail to get emails from IRIX
6.3 system which has OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
0x0090602f.
I had to reinstall my Mandrake, and after that ssh gives me strange error
messages.
When I run command:
ssh -f -L 1234:irixhost.somedomain.fi:110
2000 Nov 20
1
openssh kills the stty values?
Hi all,
I found that on some HP-UX 11 machines running openssh-2.3.0p1 the default values for intr in stty don't work. The problem is that stty shows the correct values but they don' work and I cannot det the values to others. Once I connect via telnet or rlogin I can use the intr-sequence.
Any ideas?
Thanks
Stephan
--
LDS Brandenburg
Dr. Stephan Hendl
fon: +49-(0)331-39 471
fax:
2005 Jun 04
3
smbldap-tools and joining workstation to domain
Hi,
I've reported this before but I guess I'll have to do it again, since
it's not fixed yet or I'm understanding something wrong here.
The problem is that smbldap-useradd -w 'machinename' will add only
posixAccount entrys into ldap but it should add both posixAccount and
sambaSAMAccount entrys.
So if one doesn't add correct machine account entrys manually to ldap
2013 Jul 18
1
if /else in expect script
I took your suggestion and turned my (ill advised) sudoers bash script
into an expect script! It works a lot better this way and is more secure.
Because I'm not trying to store a password in a script (which I recognize
as a bad idea anyway, I I think I've learned my lesson here).
It really works well. But the only thing I'm still trying to figure out is
how to put a if statement in
2012 Mar 22
1
[LLVMdev] StructLayout getSizeInBits()
LLVMers,
I have a const StructType *StTy where I call
TargetData->getStructLayout(const_cast<StructType*>(StTy))->getSizeInBits()
but it continues to return 64 regardless of the actual size of the struct?
I want the size of the structure in bits, including alignment padding for
offset calculations, is this not the right function call?
Thanks.
-------------- next part
2017 May 24
1
How to set guest console size in libvirt configuration options?
Hello, everybody
I use virsh to run my VM and QEMU as a hypervisor.
When I connect to it, it shows me a console with a some predefined size.
I know that I am able to update grub configuration to pass the correct
size as a kernel command line option or use stty something like:
stty rows 62 cols 213
and it's resizes correctly.
But is there any way to define the console's size outside
2017 Jul 03
1
R console not echoing input
I have a weird problem running R.app 3.3.2 under Mac OS X 10.10.5.
I was trying to interrupt a command line using various Control codes until I discovered that ?Esc? is the escape key. (Makes sense!)
Now I find that while I can enter new commands to R, they no longer echo back, so I cannot see what I am typing. On unix terminals CTL-Q will reset this, but it does not seem to work on the R
2015 Aug 26
5
APC BACK UPS 2200 model BZ2200BI-BR (update)
Turns out another user reported the same issue with a slightly different model: https://github.com/networkupstools/nut/issues/231 <https://github.com/networkupstools/nut/issues/231>
The "stty -f /dev/cuaU0 raw" trick should help, but I am confused as to why FreeBSD has different "raw" settings than what is set up at the same time as the baud rate:
2013 Apr 28
8
[UART] GPS 18-5Hz LVC and COM1 silence, OK on Linux though...
Hi,
I'm having issues connecting Garmin GPS 18 to COM1 on 9.1, I get
nothing but silence. Identical setup works absolutely fine with Linux.
I've got PPS wire connected to DCD, but that seems to make no
difference on Linux, so I presume it shouldn't affect fbsd either.
On Linux, I get:
$ uname -a
Linux ubuntu 3.8.0-19-generic #29-Ubuntu SMP Wed Apr 17 18:16:28 UTC
2013 x86_64 x86_64