similar to: FYI - Why RPMs are important

Displaying 20 results from an estimated 2000 matches similar to: "FYI - Why RPMs are important"

2004 Apr 30
4
My PDC Conversion Project
I have 3.0.2a (with about 75 machines/users) installed as a PDC for my Win2k users and found an oddity. (waiting for a bin version of 3.0.3 for RH8.0) All was fine before I left 2.2.8.... But now when users hit <CTL>-<ALT>-<DEL> and change the password, they get "domain not available". When they log in, they get the logon scripts to execute, and anything else I do to
2004 Jun 10
4
Fixed it myself... (ldap/winbind)
After much searching, research, compiling, and some guess work, I found my problem was wrapped around one simple fact. I didn't have the samba.schema included. I now have some suggestions: 1. If you are going to force people to use something complex, DOCUMENT it. Assume there are people like me who have no understanding of ldap. Even some automatic script should be written for people who
2004 Jun 10
1
All I want!!!! (Winbind)
Well, I am a bit confused. I am DESPRATE to get winbind to use the same GID and UIDs on several machines... But I am having a headache doing it. I need to run an LDAP server, I guess, so I put one together with the most basic things. But I just simply can't get it to run. Is there any site or document I can read that will show a most basic LDAP setup that would run my idmaps? I just need LDAP
2004 May 07
3
Samba 3.0.3 breaks domain somehow.
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 After upgrading from 3.0.2 to 3.0.3 in a Windows 2000 Native Domain environment, 9x clients can't connect and wbinfo -t doesn't work: bash-2.05a# wbinfo -t checking the trust secret via RPC calls failed error code was NT_STATUS_PIPE_NOT_AVAILABLE (0xc00000ac) Could not check secret Downgrading to 3.0.2 fixes this. I can get log files, but
2004 Jun 10
4
And the LDIF thing
Sorry.. One more email.. I tried to create the IDMAP container on the LDAP with an example I found: dn: ou=Idmap,dc=softeng,dc=com objectClass: organizationalUnit ou: idmap structuralObjectClass: organizationalUnit and it gives: adding new entry "ou=Idmap,dc=softeng,dc=com" ldap_add: Constraint violation additional info: structuralObjectClass: no user modification allowed
2004 Jul 28
2
Argh!!!! Winbind Stability!
Ok... This is annoying. Winbind doesn't seem to be 100% stable. I am using 3.0.4 and Winbind is attached to a Windows 2003 server. I am cheating, using RPC rather than ADS. So here is the issue. Generally everything works. I do a wbinfo -u and all comes back. I do a getent passwd and a good list comes back as well. The problem is sometimes with individual users, I do a "getent passwd
2004 May 05
1
Redhat 8.0
Just in case anyone cares, I still have to run a Redhat 8.0 server, so if someone could keep the 8.0 RPMs going, I'd greatly appreciate it. As it stands, the 8.0 on the samba.org website are pretty bare. JMS
2004 May 11
1
Print issues with 3.0.4
On my Redhat 7.3 machine (soon to be upgraded) using printcap style printers, it has stopped sharing them when I went to 3.0.4.. It was on 3.0.2a... Thoughts? JMS
2005 Apr 19
3
Can't Install Samba 3.0.14a
I'm running FC3 with its bundled samba 3.0.11-fc3, and I'm trying to update to 3.0.14a. I've downloaded the rpms from samba.org, and (I think) I've backed up the original samba installation--/etc/samba--and I've stopped smb (I had to kill the smbd and nmbd processes; "/etc/rc.d/init.d/smb stop" didn't work). I've also withdrawn (make uninstall) an
2011 Sep 28
1
Custom rpms failing
I have managed to build i386 rpms for CentOS, based on the 3.2.3 SRPM, but they don't work: # rpm -Uhv glusterfs-core-3.2.3-1.i386.rpm glusterfs-fuse-3.2.3-1.i386.rpm glusterfs-rdma-3.2.3-1.i386.rpm Preparing... ########################################### [100%] 1:glusterfs-core ########################################### [ 33%] glusterd: error while loading shared
2005 Dec 21
2
can't smbmount a Windows share
Client OS: Slackware 10.2 Server OS: Windows 2003 Server sp1 Samba version: 3.0.20 Actually, it will mount, but I have to way of viewing or browsing the mounted contents. Here are the commands and their status: smbmount //192.168.0.1/share /mnt/share -o ro,username=administrator,password=secret (successful) ls /mnt/share (fails with access denied message). So once it's mounted,
2023 Mar 18
2
Custom SASL authentication
An HTML attachment was scrubbed... URL: <https://dovecot.org/pipermail/dovecot/attachments/20230318/8ce3c29a/attachment-0001.htm>
2007 Jul 12
1
BUG? 'valid users' doesn't allow groups from trusted domains
It appears that you cannot include groups from trusted domains in the 'valid users =' directive on a share. Here is the scenario as I experienced it (names have been changed to protect the innocent): Configuration: - Samba 3.0.21b as a member server in a real NT4 domain (security = domain) called 'NTDOMAIN' - NTDOMAIN has a two-way trust with Windows 2003 Active Directory
2012 Jun 12
1
puppetdb indicated only facts were replaced, no sign of catalog
Dear all, I have this setup on Ubuntu 12.04 and using puppetmaster/puppet 2.7.14 and puppetdb/puppetdb-terminus 0.9.0 from puppetlabs. My puppetmaster also run puppetdb. I also use hiera in this setup. hadoop4 is puppetmaster and hadoop02 is puppet client. puppet node status hadoop4.west.net hadoop4.west.net Currently active Last catalog: 2012-06-05T23:23:33.159Z Last facts:
2003 Jan 28
3
Using Winbindd in nsswitch.conf
Hello, all-- I've a question regarding using WINS for resolving names while on the unix box. As I understand it, you're supposed to add something to the /etc/nsswitch.conf file, but it's not clear to me whether it's supposed to be 'wins', 'winbind', or 'winbindd' as in the following example: hosts: files wins nisplus nis dns hosts: files winbind
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT"). Signed-off-by: Joel Stanley <joel at jms.id.au> --- drivers/net/virtio_net. | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 drivers/net/virtio_net. diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net. deleted file mode 100644
2017 Nov 17
3
[PATCH] virto_net: remove empty file 'virtio_net.'
Looks like this was mistakenly added to the tree as part of commit 186b3c998c50 ("virtio-net: support XDP_REDIRECT"). Signed-off-by: Joel Stanley <joel at jms.id.au> --- drivers/net/virtio_net. | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 drivers/net/virtio_net. diff --git a/drivers/net/virtio_net. b/drivers/net/virtio_net. deleted file mode 100644
2005 Dec 24
2
Inclusion of libnss_wins in vendor distros?
This might be a stupid question, but I ask only because I can't think of a good reason... Why do so many vendors' builds of Samba not include libnss_wins, the WINS/NetBIOS name resolution library? I find that it is very helpful for my Linux/Samba servers to be able to resolve hostnames by WINS. It also seems to improve domain browsing performance dramatically to have the library present
2005 Apr 12
3
Adding a Windows Server down the road
I just started at a new company and they do not have a server at all I want to put a samba server in place but I need to make sure that in the future I could add a windows server if we buy software that requires it. Does anybody know if this is possible to do? I ideally I would like it to import the users and their information to the AD on the windows server but is not required. Thanks
2001 Nov 28
1
Help with ICC
Hello, R-folks: Here is a statement I use to make a data frame: iccdata <- data.frame(i=rep(1:10,rep(2,10)),j=rep(1:2,10), x=c(0.35011,0.11989,0.13081,0.09919,0.16000,0.12000,0.00000,0.00000, 0.44023,0.32977,2.67081,2.63919,0.09050,0.03950,0.44019,0.30981,0.59000, 0.57000,4.03000,3.77000)) Then here are the data: > iccdata i j x 1 1 1 0.35011 2 1 2 0.11989 3 2 1 0.13081 4