Displaying 20 results from an estimated 5000 matches similar to: "sshd prints the motd with -t option"
2005 Oct 18
1
Can not get remote X connections to work on CentOS 4.1
I've encountered a strange problem in CentOS 4.1. I've never had this
problem before, and I've been using X Windows since 1990, but I can't
get remote X connections to work:
$ hostname
host00
$ echo $DISPLAY
:0.0
$ xhost +
access control disabled, clients can connect from any host
$ rsh host01
$ xdpyinfo -d host00:0.0
xdpyinfo: unable to open display
2010 Dec 09
1
PERC 6/E continue switch between "write though" and "write back"????
We have several DELL R900 server with PERC 6/E adapter in it. O.S. is CENTOS 5.5. recently one of server continue pop-up messages on /var/log/message for switch status between "write back" and "write through".
==============================
Dec 6 08:09:31 host01 Server Administrator: Storage Service EventID: 2189 The controller write policy has been changed to Write Back.:
2000 Aug 04
1
/etc/motd printed twice on Irix 6.5.
Precedence: bulk
Hello all,
I tested openssh-2.1.1p4 briefly on 64-bit Irix 6.5 system.
I noticed that when I log on, /etc/motd is printed out twice in the
row. This does not happen with SSH.COM's ssh. UseLogin is disabled.
Works fine in Linux and FreeBSD.
Anyone else (Irix users?) notice anything like this happening?
--
Pekka Savola "Tell me of difficulties
2017 Aug 31
2
Workgroup Domain
Hi,
Wondering if anyone can help with a weird issue I'm having -
Just set up a new server (RHEL 7.4) and have migrated my samba
configuration from my old server (Fedora 25), I'm experiencing an issue
where by if my the name of my workgroup a domain i.e. it has a period in
it, then none of my Linux clients can detect the broadcast and smbtree on
both client and server is completely empty.
2014 Apr 18
2
log.samba failure messages
Hi,
in our Samba 4.1.6 AD setup (a Controller and a Member Server), the
only remaining error messages are similar to the following three in
log.samba on the Controller:
*** 1 ***
[2014/04/17 15:28:54.647621, 0]
../source4/dns_server/dns_utils.c:282(dns_replace_records)
Deleting record failed; 50
*** 2 ***
[2014/04/18 09:10:12.046449, 0]
2003 Dec 16
11
[Bug 774] banner is displaying twice (/etc/issue)
http://bugzilla.mindrot.org/show_bug.cgi?id=774
Summary: banner is displaying twice (/etc/issue)
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: All
OS/Version: Solaris
Status: NEW
Severity: security
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
ReportedBy:
2013 Oct 04
2
Automatically assign static ipv4 via dhcp to new VMs
Hi guys,
I'm running a KVM/libvirt host in a datacenter and got a fancy IPv4
subnet from my provider. I'm able to assign IPs from that subnet via
dhcp to my VMs:
host01 ~ # virsh net-dumpxml internet
<network connections='3'>
<name>internet</name>
<uuid>37b888cc-510f-46f1-9246-346da96222ed</uuid>
<forward dev='enp5s0f0'
2007 Apr 12
0
panic in smbd_audit aftar a connect
hello
I'm using Samba 3.0.21b-2 on RHEL4.1.
All the machines are logging to a windows 2003 ADS domain server.
The samba server is a ADS member of this windows 2k3 server and
user's access log is recorded by using the audit module.
I recently came into this trouble, when I connect to samba server from
client, the smbd_audit suddenly got panic.
Please advise me how to solve this
2008 Apr 09
5
intermittent BJ errors
hi all
I''m running background tasks using BJ 1.0.1 (gem version). On some
requests, the tasks are executed as expected. On others, I get the
following error:
RuntimeError (no bj found in ["/u/apps/igniter/releases/20080408205801/
script", "/bin", "/usr/bin", "/sbin", "/usr/sbin"]):
when it runs, it runs fine but does anyone know what
2011 May 08
1
Syntax for iter.max in rms
Hello,
I would like to increase the number of iterations for running a
Buckley-James regression model in the rms package, but something is
apparently syntactically wrong. The following code initially is
exactly as it appears in the help page (which runs successfully), then
a "failure to converge" message (resulting from specifying an
'identity' link argument, the error message
2004 Jan 05
4
[Bug 782] Unable to start openssh after upgrading to 3.7.1.p2
http://bugzilla.mindrot.org/show_bug.cgi?id=782
Summary: Unable to start openssh after upgrading to 3.7.1.p2
Product: Portable OpenSSH
Version: 3.7.1p2
Platform: Sparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P3
Component: ssh
AssignedTo: openssh-bugs at mindrot.org
2013 Apr 18
4
fact_stomp_server
Does anyone have any insight into this error message?
err: Could not retrieve catalog from remote server: Error 400 on SERVER:
The fact named fact_stomp_server does not appear to be a valid hostname.
The value of '''' does not match ''^[a-zA-Z0-9.-]+$''. A common cause of this
problem is running puppet agent as a normal user instead of root, or the
fact is
2006 Jun 20
1
unable to login with LDAP when set Uselogin to yes
Hi,
I am not sure this is a bug in Openssh or not.
I am running Openssh 4.1p1. with openssl 0.9.7g
Scenario:
Due to audit enabled on the system, I will need to set Uselogin to yes so
that audit will track system call.
But when try to login to system with a LDAP user. I get the following.
eg:
[n113839 at r3ent15pc ~]$ ssh tfstst1 -l ntesting1
ntesting1 at tfstst1's password:
Login incorrect
2004 Jan 05
2
Character Set Conversion Problem in 3.0.1?
Environment: Red Hat 9.0 x86 Samba 3.0.1
Compiled with: --prefix=/usr/samba
--with-lockdir=/usr/samba/var/locks --with-automount --with-pam
--with-quotas --with-acl-support --with-smbwrapper
I have been using Samba 2.2.x, and have files and dirs with umlauts
(specifically, o's with two dots over them, as in Bj?rk) which display
fine in Windows mounted shares. These same files/dirs show up
2009 Apr 27
1
[Code study]should we remove if (motd && *motd) section?
Dear List,
I'm confused when we will run into "if (motd && *motd)"?
As I have found that Globals is set 0 during initialization, and I
didn't find anywhere else assign the value.
If so, should we remove this section?
Or there might be some where I missed? Please correct me, if I'm wrong.
Thanks in advance.
clientserver.c #line 147~160
> if (!am_client) {
2004 Mar 13
1
suppressing motd without decreasing verbosity
Is there a way to make the rsync client suppress the motd without
suppressing other messages when connecting to an rsync server? What I
want is to run rsync from cron and have it produce output only when
any files have been downloaded or deleted and whenever errors have
happened. Otherwise, I want it to be quiet. This doesn't seem to be
possible with rsync as of version 2.5.7.
When I use the
2001 Mar 03
0
[PATCH] PrintLastLog option
Some time ago, Ben wrote about a PrintLastLog patch:
> If the person who originally submitted it wants to write a complete
> patch and submit it. Then we would be happy to debate if it will be
> included.
Well, here it is, because: "You Asked For It!"
PS: I'm tired of maintaining my own version of Debian's ssh just to
have this option available, so I hope you find
2013 Apr 19
2
NAMESPACE and imports
I am cleaning up the rms package to not export functions not to be called
directly by users. rms uses generic functions defined in other packages.
For example there is a latex method in the Hmisc package, and rms has a
latex method for objects of class "anova.rms" so there are anova.rms and
latex.anova.rms functions in rms. I use:
2005 May 22
1
R-exts.texi: nuke-trailing-whitespace has changed name (PR#7888)
Full_Name: Bj?rn-Helge Mevik
Version: 2.1.0
OS: GNU/Debian 3.0 Linux
Submission from: (NULL) (80.111.104.162)
In Appendix B R coding standards of the Writing R Extensions manual, Emacs/ESS
users are encouraged to use
(add-hook 'ess-mode-hook
(lambda ()
(ess-set-style 'C++)
;; [snip]
(add-hook 'local-write-file-hooks
2006 Sep 11
2
Distances in codebook search
Hello,
I recently measured the distances ndist[0][nb_subvect-1] which are used
to make the decicion, which codebook entries are to be used in
libspeex/cb_search.c (function split_cb_search_shape_sign).
For that I took a couple of audio books (all german speech), downsampled
the tracks to 8kHz and encoded them with "speexenc -n --bitrate 15000
..." (I used svn revision 11825).
Usually,