Displaying 20 results from an estimated 1000 matches similar to: "Timing of banner"
2018 Feb 27
3
Established connection timing out
I don't believe you've said: are the disconnects happening during periods
of idleness on the connection, or periods of activity? If idleness, some
device or script could be actively doing a disconnect-on-idle.
On Mon, 26 Feb 2018, Kip Warner wrote:
> Hey list,
>
> I've read the man page for both the client and server daemon, so either
> I missed something or this
2012 Jun 26
2
Modify $TERM from config
The terminal programs (xterm, gnome-terminal, etc.) in Fedora have all
supported 256 colors for quite a while, so there's a proposal for Fedora
to switch them to using "xterm-256color" for $TERM. One drawback would
be when you SSH to another host that doesn't have an up-to-date terminal
database and doesn't recognize "xterm-256color" (but does know
2016 Apr 20
2
Backspace key does not work in a ssh chroot jail
I setup a ssh chroot jail following this[1] guide. It works for my user to login, use ls and use scp which is all I really want. I do have a problem I cannot solve: when connected and navigating the filesystem, the backspace key actually moves the cursor forward and does not delete what I type.
I may have found a hint from some googling that readline will read in /etc/inputrc on login but if
2015 May 30
8
Call for testing: OpenSSH 6.9
Debian GNU/Linux 8.0 (jessie)
OpenSSL 1.0.1k
gcc (Debian 4.9.2-10) 4.9.2
"make tests" fails here:
/usr/src/INET/openssh/ssh-keygen -lf
/usr/src/INET/openssh/regress//t12.out.pub | grep test-comment-1234
>/dev/null
run test connect.sh ...
ssh connect with protocol 1 failed
ssh connect with protocol 2 failed
failed simple connect
Makefile:192: recipe for target 't-exec' failed
2023 Apr 07
1
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
It depends how you "kill" the SSH server.
If you kill it by sending it a SIGKILL signal, it will NOT notify the
client, so the client will stay running until the client discovers the
connection is broken.
What happens if you send the SSH server a SIGHUP signal? This should cause
an orderly shutdown on the server, which should notify the client, which
should cause the client to do
2023 Apr 07
4
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
I connect with the OpenSSH client on Windows to the OpenSSH server on
FreeBSD, all in one LAN, Wifi to Eithernet.
After a while, usually when the connection is inactive for some time, it
becomes dysfunctional: it becomes impossible to connect through reverse
port forwards from FreeBSD to Windows.
At such times killing the ssh server process on FreeBSD, corresponding
to the connection,
2013 Jan 07
14
[Bug 2058] New: SSH Banner message displays UTF-8 multibyte char incorrrectly
https://bugzilla.mindrot.org/show_bug.cgi?id=2058
Bug ID: 2058
Summary: SSH Banner message displays UTF-8 multibyte char
incorrrectly
Classification: Unclassified
Product: Portable OpenSSH
Version: 6.1p1
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5
2006 Mar 22
2
Controller instance variables falling in and out of scope
Very bizarre behavior has cropped up in a few spots.
# the action for viewing a blog post
def posts
@post = BlogPost.find_by_slug(params[:id], :include => :commentary)
# a breakpoint here shows @post and @post.commentary with appropriate data
redirect_to :action => ''archive'' unless @post
end
# posts.rhtml
<%= @post.inspect %> => nil
<%= render :partial
2002 Aug 19
2
embedded spaces in group names
Hello,
Many of our NT domain groups have names that contain embedded spaces, like
"Domain Admins". When I attempt to use winbind and assign rights via those
groups the granting fails. Group names without embedded spaces, like
"Domain_Admins" work fine.
In smb.conf I've tested specifying the name as:
"DOMAIN+Domain Admin"
DOMAIN+Domain\ Admin and
2014 Sep 29
0
how to install NUT on raspberry pi
On Sun, Sep 28, 2014 at 4:32 PM, Kristian Rasmussen
<kristian_rasmussen at fastmail.co.uk> wrote:
> The entire command should be on one continuous line, and the double
> quotes need to stay.
I probably should have posted this as a pastebin link to retain
carriage returns and such. Mailing lists have a way of mangling stuff
like this. :-)
Try this: http://pastebin.com/2hTBU8XF
2003 Sep 08
2
Computer Appears in Wrong Workgroup
Hello,
I'm using Samba 3.0.0rc2-Debian on Debian unstable. At the time being it
does everything I want it to except one: I'm in the wrong workgroup.
Despite the line
workgroup = BETASIG
in my smb.conf, I show up in the workgroup "WORKGROUP." There is no mention
of "workgroup" or "WORKGROUP" anywhere else in my smb.conf other than this.
Would be happy
2018 Sep 28
2
Support for RFC4252 in sshd with PAM
Hi
I'm trying to integration a Java application using SSHJ
<https://github.com/hierynomus/sshj> client-side - into OpenSSH 7.4. This
is fine, except where I get to a password expiry situation.
Looking at RFC4252 <https://www.ietf.org/rfc/rfc4252.txt> (which is
supported by SSHJ) I don't see any SSH_MSG_USERAUTH_PASSWD_CHANGEREQ [60]
messages getting passed from
2012 Jun 13
1
kern/157863: [geli] kbdmux prevents geli passwords from being entered properly on boot
Hello,
Just to let everyone know that this is still an issue.
I am trying to install FreeBSD 9.0 amd64 on a Lenovo X121e and I
can't get it to accept the geli passphrase during boot. I've confirmed
using kern.geom.eli.visible_passphrase=1 that the passphrase is
correct, and the same passphrase is accepted when the system is
booted up.
I've tried disabling kbdmux in
2013 Aug 14
1
Booting second label
The compiler is called 'i686-nptl-linux-gnu-gcc'. It's Intel architecture.
-- Bjoern
-----Original Message-----
From: syslinux-bounces at zytor.com [mailto:syslinux-bounces at zytor.com] On Behalf Of Gene Cumm
Sent: 14. august 2013 10:19
To: For discussion of Syslinux and tftp-hpa
Subject: Re: [syslinux] Booting second label
On Aug 14, 2013 4:12 AM, "Bj?rn Damstedt
2004 Aug 06
1
speex_decode() doesn't empty buffer in u-wideband and quality 4
Hello there
I'm having trouble decoding speex frames when using 32KHz audio and quality
setting 4. If I encode three frames and then decode the three frames then
the speex_bits_remaining() still reports that there are bits remaining. All
other band modes and qualities reports that the buffer is emptied.
Here's an example that shows 4 bits remaing in the buffer after the frames
have
2023 Apr 07
2
Killing the OpenSSH server doesn't cause the Windows OpenSSH client to die
Hi Rob,
On 4/7/23 10:08, Bob Rasmussen wrote:
> It depends how you "kill" the SSH server.
>
> If you kill it by sending it a SIGKILL signal, it will NOT notify the
> client, so the client will stay running until the client discovers the
> connection is broken.
I run 'kill <pid>' which sends SIGTERM. This should shout it down
gracefully.
But even with
2012 Nov 12
4
xen EFI boot and vga-passthrough
Hi all
I can''t seem to find any information on vga-passthrough when booting through xen.efi, so I assume it should work. But I encounter a problem on a windows 7 HVM that boots fine when dom0 is booted through MBR but fails when dom0 is booted through UEFI.
My system is:
DQ77KB motherboard with bios version 44
Core i7-3779T with VT-d
Intel HD graphics 4000
In the qemu log it
2008 Oct 15
2
Speex mem
Hi,
I need to get an overview over the memory/speed requirements for speex.
We want to investigate whether we can implement on a target processor
with limited resources.
The target processor is a 16 bit fixed pint DSP with a single ALU and
MAC. It runs at 60 MHz and has a total of 16 Kbytes RAM from which other
processing also will eat.
What we would like to implement is a speex encoder and
2002 Jun 06
8
problem joining the domain
We've encountered a problem with getting a newly installed Samba based
machine to join the domain.
Here's the command line and error response:
[root@chain samba]# smbpasswd -j COLUMBIA -r cmc-bkup -U murphyn
Password:
error creating domain user: NT_STATUS_INVALID_DOMAIN_ROLE
Unable to join domain COLUMBIA.
[root@chain samba]#
Installation is a RedHat 7.2 (from KRUD) box
2012 Jun 13
3
Xen or XCP
I was wondering if someone could direct me to a resource or provide their
own insights to differences between Xen and XCP. I have used Xen to go
virtual on a majority of my infrastructure (Except for one NT 4 box) and
was wondering if going with XCP would bring about any major benefits?
For instance, from what I understand from what I have read, XCP allows you
to create resource pools. The