Displaying 20 results from an estimated 7000 matches similar to: "Can winbind solve this problem..."
2011 Sep 30
1
CentOS 6 and NIS not working
I am having no luck getting NIS to work on a clean install of CentOS 6. It seems to be an issue with ypbind.
I have simple /etc/yp.conf which explicitly sets the server
domain myDomain server myServer
The service seems to start okay
#service ypbind start
Starting NIS service: [OK]
Binding NIS service: ? [OK]
But when I try to use any of the yp services, like ypwhich
#ypwhich
ypwhich:
2005 Aug 15
2
Kickstart, package always selected
I'm trying to kickstart a Centos 4.1 system with the minimum set of
packages. I have no use for ypbind so I'm trying to prevent from
being installed, but kickstart/anaconda always insist on its
installation (complaining that the package is missing). This is the
%packages section of my ks file so far:
%packages
#-@ dialup
kernel
grub
e2fsprogs
lvm2
-slocate
-bluez-utils
-bluez-bluefw
2008 May 27
2
how to force a cycle package dependancy
Hi I''m trying to ensure ypbind and yp-tools are not installed BUT they
one of the rare group of rpms that require each other.
I have
package { "yp-tools":
ensure => absent,
require => Package["ypbind"],
}
package { "ypbind":
ensure => absent,
require =>
2013 Jun 04
2
Delete ypbind.........dependancy headaches.. yp-tools is needed by (installed) ypbind
Hi,
My brain is hurting a bit over this one. How does one delete ypbind cleanly
from a RHEL6 box? It has a dep of yp-tools. No problem...I add both to the
uninstall list in hiera;
packages_oel6_absent:
<snip>
- ypbind
- yp-tools
SNIP from manifest;
$packagesabsent = hiera("${packages_key}_absent",''nil'')
if
2008 Aug 28
2
Strategy for using CentOS on laptops in an NIS environment
We use NIS (ypbind) and Kerberos at work for all our Linux and Unix
systems. Home directories are mounted via autofs from an NIS map.
Everything works just fine as long as all network resources are
available (however, things turn ugly when the NIS servers are not
reachable). Some users also want to start using laptops and bring
them home or on trips to continue working while not at
2007 Jul 16
3
NIS problems after installation
so, i just installed CentOS on our server and set up NIS using the same
configuration as on our other server, but the clients' ypbind services
complain that although they can find the correct server, the server does
not respond to requests.
to debug this, i've:
* pinged the server using its ip and it's name
* ssh'ed to the server using it's ip and name
*
2003 May 21
1
python bindings api
I'm trying to understand the python binding api in the samba-3.0alpha24
snapshot. In trying to get the security descriptor of a file, I have the
following bit of code:
from samba import smb
creds = {...} # domain,username,password
cnn = smb.connect("svr1")
cnn.session_request("svr1")
cnn.negprot()
cnn.session_setup(creds)
cnn.tconx("c$")
fnum =
2009 Dec 17
4
NIS failover
We just updated our configuratiosn to have multiple NIS servers, when we
initiated a test of client failover, we were disapointed.
It seemed that the only way to get a filaover was to /etc/init.d/ypbind restart.
It behaves as indicated in
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=5084845 using
ypbind-1.17.2-13 on Centos 4.5 / Linux xxxxxxxxxxxx 2.6.9-55.0.12.ELsmp #1 SMP
Fri Nov
2013 Jun 18
1
undefined method `[]' for nil:NilClass
I upgrade our infrastructure (mostly RHEL5, some RHEL6) from 3.1 to
puppet-3.2.1-1.el5. Ruby sits at ruby-1.8.7.370-1.el5. I ran some
tests and everything seemed good so I pushed it out.
Since then, all my puppet clients are failing with this:
Error: Could not retrieve catalog from remote server: Error 400 on
SERVER: undefined method `[]'' for nil:NilClass at
2003 Jul 30
1
portmap, bind(), and NIS
Greetings
I'm running an NIS server that I would very much *not* want to be
accessible on some of its interfaces. portmap can be instructed to bind
to specific addresses using the -h flag, but this seems to break ypbind.
ypbind will attempt to find a server by issuing a broadcast rpc request to
the local network. When portmap is not bound to INADDR_ANY, it will not
reply to these requests.
2008 Aug 11
4
Need to restart ypserv to update the nis maps
Hi
I use NIS om my network (CentOS4.6). When an update on a map occurs
(home directory changed in /etc/passwd for instance), I run make -C
/var/yp/ and check the result on a client. On the client I use "ypcat
passwd" and find indeed that the update has propagated (the clients run
ypbind service). On the client I have configured /etc/nsswitch.conf with :
passwd: files nis
shadow:
2009 Jun 25
2
Ensure overriden service after exec has run
Hi,
How do I force my Service declaration (with is defined elsewhere and
inherited) is run after an exec has run?
The code;
class autofs_nis::services inherits services::base {
Service[''ypbind''] {
ensure => running,
enable=> true,
}
.....
}
class autofs_nis::exec inherits services::base {
exec { "setdomainname":
command
2012 Feb 10
1
init/upstart issue? ypbind and autofs
One problem I have with custom CentOS 6 installation is that NIS auto.*
maps are not available. According to boot.log, ypbind starts before autofs,
but when I login to the machine, the maps are not available until I issue
a service autofs restart.
Any pointers on what to check?
2007 Sep 06
3
NIS binding probs w/Firewall and SELinux
I have RHEL5 Server originally configured and installed by me with Firewall
enabled, but passing through NFS, Samba, and SSH. I then disabled SELinux.
As you all likely recall, I had configured a test environment to get samba and
nfs/nis up and running. I got it going, and recently brought it to a
production server.
After modifying the files on the production server and rebooting, I'm
2019 Jan 16
3
Inconsistent NIS Client Behavior w/ Centos 7.6
Hi All.
I am working on bringing back a number of Centos 7 rigs in our student computer lab back online. No change was made to the existing server machine [running Scientific Linux 6]
Right now there is one remaining thing to resolve: an inconsistency with the rigs' NIS Clients.
I have configured rcpbind and ypbind following guidance from Server World (
2007 Oct 17
2
NIS problems
I've got a RHEL5 server acting as a NIS/NFS server, and connected one C5
machine just fine.
I'm trying to connect another, and for the life of me, cannot figure out
why NIS won't bind. NFS works fine. ypbind just hangs. I disabled
SELinux and the firewall. I just cannot get it to bind.
Ideas?
Thanks.
Scott
2011 Nov 09
1
[LLVMdev] .debug_info section size in arm executable
On Nov 9, 2011, at 2:12 PM, Chris Lattner wrote:
> On Nov 9, 2011, at 1:08 PM, Jim Grosbach wrote:
>>> On Nov 9, 2011, at 10:49 AM, Jim Grosbach wrote:
>>>>>
>>>>> It's not good, but people do it. Also constructing enums via & and | etc. It'd be nice to be able to get the name of whatever it is that the code generator actually produced :)
2012 Mar 01
0
[LLVMdev] problem with inlining pass
Hi Jochen,
> My llvm version is 3.0 release.
> I have a module generated by clang. When I optimize it, I first add an
> inlining pass (llvm::createFunctionInliningPass), then these passes:
> - own FunctionPass
> - llvm::createPromoteMemoryToRegisterPass
> - llvm::createInstructionCombiningPass
> - llvm::createDeadInstEliminationPass
> - llvm::createDeadStoreEliminationPass
2012 Feb 29
2
[LLVMdev] problem with inlining pass
Hi!
My llvm version is 3.0 release.
I have a module generated by clang. When I optimize it, I first add an
inlining pass (llvm::createFunctionInliningPass), then these passes:
- own FunctionPass
- llvm::createPromoteMemoryToRegisterPass
- llvm::createInstructionCombiningPass
- llvm::createDeadInstEliminationPass
- llvm::createDeadStoreEliminationPass
- new llvm::DominatorTree()
- new
2005 Aug 29
2
bind and bind-chroot
greetings
on a CentOS 4 _server_ install for a dns server
rpm -qa | grep bind
bind-9.2.4-2
bind-libs-9.2.4-2
bind-chroot-9.2.4-2
bind-utils-9.2.4-2
ypbind-1.17.2-3
rpm -qa | grep name
caching-nameserver-7.3-3
ok, so i do this
yum remove caching-nameserver
and it is gone.
now, do i need to leave bind-9.2.4-2 to use the bind-chroot-9.2.4-2 ??? or
can i
yum remove bind
and still have a