Displaying 20 results from an estimated 10000 matches similar to: "rpm dependency (samba)"
2009 Jul 24
1
Dependency problems
Below is output from yum update. Don't know when or what's caused the
dependencies to go haywire with the apache or httpd stuff, but would
appreciate pointers. The repos don't include rpmforge, only the
standard CentOS repositories.# yum update
Loaded plugins: fastestmirror, priorities, protectbase
Loading mirror speeds from cached hostfile
* base: centos.corenetworks.net
*
2009 Jul 14
0
CentOS-announce Digest, Vol 53, Issue 4
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2009 Jul 14
0
CEBA-2009:1150 CentOS 5 x86_64 samba Update
CentOS Errata and Bugfix Advisory 2009:1150
Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-1150.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
x86_64:
a598862a58268de5acf5d7be2733fa0f samba-3.0.33-3.7.el5_3.1.x86_64.rpm
619d581bff37e939f7edc1a04711b430 samba-client-3.0.33-3.7.el5_3.1.x86_64.rpm
2009 Jul 14
0
CEBA-2009:1150 CentOS 5 i386 samba Update
CentOS Errata and Bugfix Advisory 2009:1150
Upstream details at : https://rhn.redhat.com/errata/RHBA-2009-1150.html
The following updated files have been uploaded and are currently
syncing to the mirrors: ( md5sum Filename )
i386:
1614680ff04af70c9cf33bd401107be6 samba-3.0.33-3.7.el5_3.1.i386.rpm
3813cb8e15a7efc33b91d289219708e0 samba-client-3.0.33-3.7.el5_3.1.i386.rpm
2009 Jul 02
1
RHEL 5.4 Beta Package Changes
it's strange since this kernel don't have kvm support, qemu or qemu-kvm
or kvm package is not added. even though it was said that 5.4 will
support kvm?:-(
Tom "spot" Callaway wrote:
> New Packages in RHEL 5.4 Beta:
> ********************************
> blktrace-1.0.0-6.el5.src.rpm
> celt051-0.5.1.3-0.el5.src.rpm
> etherboot-5.4.4-10.el5.src.rpm
>
2009 Sep 16
1
Problem with net rpc .
Hi guys ...
I have samba Version 3.0.33-3.7.el5_3.1 integrated with Openldap I have
trying run the command *net rpc join -U root , * but show message
Creation of workstation account failedUnable to join domain TEST.COM.
The content my /var/log/messages
Sep 15 09:32:08 amblivre smbd[4163]: [2009/09/15 09:32:08, 0]
smbd/server.c:main(986)
Sep 15 09:32:08 amblivre smbd[4163]: standard input is
2009 Sep 05
2
Share Permission Issue
I have some strange behavior with a samba share that I have been unable to
explain. The system is joined to an AD domain and configured to use winbind
and ldap. I can login to the system with a domain user and filesystem
permissions function as expected. When I create a samba share I can create
files but only delete if the user account is the owner of the parent folder
or other has write
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
2008 Jun 06
8
useradd provider not working?
I have this config:
# BL00070 - Disable NFS
service {["nfs","nfslock","netfs","portmap"]:
ensure => stopped,
enable => false,
}
user {"rpc": ensure => absent, provider => "useradd" }
user {"rpcuser": ensure => absent, provider => "useradd" }
file
2009 Sep 17
1
netlogon sccript
Hello
I would use a login script in a XP pro client SP3 and my samba server is samba-3.0.33-3.7.el5_3.1 (Cent OS 5.3) samba is configured as PDC and I use a ldap database for auth.
All work fine, client is a part of domain and use remote profile stored in the server samba but the logon script didn't run. This is part of my smb.conf file
workgroup = AMMINISTRAZIONE
netbios
2013 May 28
3
Issue with Puppet & Packages which are installed multiple times
Hi,
hopefully this hasn''t been discussed too often, haven''t found anything in
the group:
I''m having some issues when a package gets installed twice ( x86 & x64
version).
#system is a RHEL5/x64 system.
*#following manifest:*
[root@kermit ~]# cat install_expect.pp
package { ''expect'':
ensure => present,
}
*#ok, let''s apply*
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 =>
2009 Oct 09
0
samba 3.0.33: Can't change computer names in a domain
Hello! I saw there is a lot of people with the same problem that mine,
but they are using recent versions of samba.
I am using 3.0.33 in a CentOS 5.3 server wich is supposed to be realy
stable and tested.
At server side, machine trust account gets renamed both in /etc/passwd
and in samba database.
But at client side, the windows box shows an error and keeps his old
name.
This is what smbd.log
2010 Mar 04
3
Dependency cycles, please help.
Hi,
I''m having trouble writing a recipe to handle apache/passenger.
First, here is my apache2 class, found here :
http://www.reductivelabs.com/trac/puppet/wiki/Recipes/DebianApache2Recipe
---------------------------------------------
$apache2_sites = "/etc/apache2/sites"
$apache2_mods = "/etc/apache2/mods"
class apache2 {
[...]
define module ( $ensure =
2013 Oct 13
2
LAMP stack with strange dependencies
Hello everyone.
I''ve been toying around with puppet and something happened that seems
strange to me.
In site.pp I have the following:
> node default {
>
> # This is where you can declare classes for all nodes.
>
> # Example:
>
> # class { ''my_class'': }
>
> # class { ''lamp'': }
>
> package
2009 Sep 04
1
samba - preauthentication error
Can anyone suggest how to get around the following?
[2009/09/05 00:32:55, 3] libads/sasl.c:ads_sasl_spnego_bind(300)
ads_sasl_spnego_bind: got server principal name =
exdc1$@domain.example.com
[2009/09/05 00:32:55, 3] libsmb/clikrb5.c:ads_krb5_mk_req(593)
ads_krb5_mk_req: krb5_cc_get_principal failed (No credentials cache found)
[2009/09/05 00:32:56, 0]
2012 Jun 13
3
Define -> Class dependencies not respected
Hello,
I''m encountering an issue which I think is a bug, but I want to propose it
here before filing it for good @puppetlabs,
and be sure it''s not just a misunderstanding.
Actually, I often use a construction where a "main" class would include
some small others that build a complete
service (install, config, service )
Relationship are given (and respected) in the main
2013 Sep 04
3
Puppet Dashboard Error 400 Invalid Parameter at passenger pp:48
Hi,
I am new to the job and forum. I installed puppet and puppetmaster and set
up my first dependencies acording to a manual that we have here in our
company. Everything works fine and I can set up new nodes with several
modules to choose from. Unfortunatley the Dashboard
<http://forge.puppetlabs.com/puppetlabs/dashboard>gives me errors instead
of starting correctley.
Here the
2009 Feb 06
1
Darned thing is suddenly failing. We had a reboot last night, and I
changed a couple of files today too, so either one could somehow be
responsible. But I can''t figure out how from this crash. First I noticed
that my changes weren''t updating. Then I noticed that puppet wasn''t
running. Then I found that it won''t, in fact, run.
/selinux contains only a
2009 Jul 16
2
In the catalog, /Settings[*] is what?
I left my new puppetmasterd running last night.
came in with a stack trace below.
A number of questions:
1. Where did /Settings come from?
2. Is there a way to dump the contents of the catalog to understand?
3. I want to change the perms for all that stuff
4. puppetd is not running on this host, does puppetmasterd act like a
puppetd?
notice: Compiled catalog for inst01.corp.631h.metaweb.com