Displaying 6 results from an estimated 6 matches for "sheel".
Did you mean:
wheel
2007 Oct 23
3
Script work fine on sheel, but no on a cron job
Hi,
I make a script which make some call of rsync to connect to a rsync
daemon.
When I run on a shell, the script work fine.
When I run this scripts from a cron-job, the script fail with theses
messages :
rsync: failed to connect to remote-node: Connection refused (111)
rsync error: error in socket IO (code 10) at clientserver.c(94)
What's happen ?
thanks
St?phane
2007 Mar 05
1
Strange problems (deadlock) in ocfs2 (rpm 1.2.4-2 and svn 2982) - dlm related?
...sRQ>B
After that, another node begin recovery. After some time (+- 3min),
recovery is done. When server1 boot and try mounting all ocfs2
filesystems, some problem occurs. Most filesystems mount, but one
doesn't. In another node i try to access this filesystem (like ls or
cd), and freeze sheel. With ps i can see status of that process: "D+"
(Uninterruptible sleep).
Today i'm use svn version 2982 (ocfs2-1.2 branch), and doesn't help.
ocfs2-tool are 1.2.3. And i test ocfs2-1.2.3 and ocfs2-1.2.4 redhat AS4
rpms too without success. Servers are RedHat AS4.4, with all up...
2016 Jun 10
4
Changing default UID/GID beginning for AD
Dear Colleagues,
we have a Samba4 DC in our environment. We are storing unix Information
in samba's AD.
Our Problem is:
The default values are not fitting for our environment.
We want to store a different Shell e.g /bin/tcsh. But the default Value
is /bin/sh.
Is it possible, to change those default values so that it fits direct at
the creation of a user?
Regards and thanks
Daniel
--
2016 Jun 13
0
Changing default UID/GID beginning for AD
...______________________
In short, when Samba joined to AD: On DC: winbind[d] is designed to
refuse AD users on DC, to do that all users from AD get shell=/bin/false
for their connection tries are refused by DC On Members: You just have
to set a shell in AD LDAP tree using RFC2307 attributes, for sheel it is
"loginShell". Then winbind will give your users the shell you defined.
No sheel defined and you fallbck on "template shell" which by default is
set to /bin/false.
On 10/06/16 15:45, Daniel Thielking wrote:
> Dear Colleagues,
>
> we have a Samba4 DC in our env...
2014 Mar 03
1
[PATCH] Repair cuesheet tests
Hi,
Running make fullcheck was broken here, and I found out it has
been that way since commit 1d3d50 which changed from the sheel
from /bin/sh to /bin/bash -e. There are a few cuesheet tests
that are designed to fail, which made /bin/bash -e trigger a
non-zero exit status.
Attached is a patch to fix this.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Repairs-test_grabbag.sh.patch...
2011 Jul 28
1
intermittent problems obtaining shell with gssapi-with-mic
...ange issue with openssh-5.3p1 (both client and
server) under scientific linux 6. The systems in question are set up
to authenticate against a Kerberos server. ssh'ing between machines
works fine 99% of the time with the gssapi-with-mic method. But on
occasion an ssh session will fail to spawn a sheel for the user after
authentication. An example -vvv output in this situation is below:
$ ssh -vvv callista
OpenSSH_5.3p1, OpenSSL 1.0.0-fips 29 Mar 2010
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
debug1: Connecting to callis...