similar to: CentOS magic to Active Directory login?

Displaying 20 results from an estimated 10000 matches similar to: "CentOS magic to Active Directory login?"

2010 Dec 07
2
Linux, Windows AD domain, and IDs
I have a Windows 200x AD Server and have a Linux box as a client connected to the Windows domain having modified the native Kerberos, smb.conf, and other files (not using Likewise). It logs in to the domain fine and everything is happy. There are NO local accounts in /etc/passwd except for the defaults out of the box. Authentication relies on the accounts of the Windows server. I have no
2008 Feb 01
4
NTP server
I have a Centos 5 64-bit server that has ntp service enabled. Windows XP with SP2 cannot properly sync to it for time, but can communicate with it via samba, ssh, and anything else. I also disabled the Windows Firewall. The C5 system does not have any firewall enabled. Other C5 workstations can successfully sync to it via ntpdate. What else could cause the XP machine to not be able to
2008 Jan 10
1
NFS/NIS and firewalls
I have a few C5 machines on an isolated LAN that connect to a RHEL5 server via NFS and NIS for authentication. I discovered that one of the C5 workstations worked fine for NFS exporting, but refused to collaborate with the EL5 server for NIS user authentication. I had successfully connected other systems to this server without issue, but this machine was finicky. I had initially enabled
2007 Nov 03
4
Help with GTK and putty
I'm trying to install the latest version of putty GUI ssh client on my C5 box, but get the error: ./configure: line 2353: syntax error near unexpected token '1.2.0,' ./configure: "AM_PATH_GTK(1.2.0, all_targets="all-cli all-gtk", all_targets="all-cli)' What am I missing? I thought I had GTK fully installed. Maybe I don't? I tried a yum install
2010 Dec 17
3
Samba, id, uid, Active Directory and CentOS 5
I have some CentOS 5 systems that are part of an Active Directory Windows 2003 domain (using natively configured files - not likewise open). getent passwd my_account reveals uid and gid are both 10000:10000. Thus, typing: % id reveals a uid of 10000. /etc/passwd does NOT have my local account created - credentials are strictly from the Active Directory domain. The username is of the format
2010 Dec 17
3
Samba, id, uid, Active Directory and CentOS 5
I have some CentOS 5 systems that are part of an Active Directory Windows 2003 domain (using natively configured files - not likewise open). getent passwd my_account reveals uid and gid are both 10000:10000. Thus, typing: % id reveals a uid of 10000. /etc/passwd does NOT have my local account created - credentials are strictly from the Active Directory domain. The username is of the format
2009 Nov 07
6
Cluster server options?
I have a 10 blade cluster of just hardware - I can install what I want, how I want. ? What options are there if I wanted to build the 10 blades as one large beast, but _NOT_ necessarily for someone doing grid-type work? ? ?Some users don't now how to program that way, but they'd like to have their program run on something that acts like a single processor, but a massive single processor
2007 Aug 13
1
Matlab 2007a and C5 out-of-box broken
I had to reinstall C5 64-bit out-of-box on two machines. Before the reinstall, Matlab 2007a 64-bit worked fine. Now, I get "failed to start the desktop; failure loading desktop class". matlab -nojvm works fine. The reinstall was not an upgrade. I tested on two identical systems - one before I installed the NVIDIA drivers, and one after. No difference. I installed jre and jdk
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
2007 Oct 30
2
Help with PERL install of GD
In an attempt to install bugzilla on a 64-bit C5 system, following http://www.nabble.com/bugzilla-3.0.x-installation-on-FC7-t4656333.html Most all modules from that page install fine, but GD install attemps keep crashing. What am I missing? Thanks. Scott
2008 Jan 29
3
Dump on remote filesystems?
I have a couple C5 systems I want to back up. My plan is to, one way or another, back them up to a C5 machine in my office. I have samba installed on the systems to back up, the machines are mounted on the system in my office, and a tape library hanging of the system in my office. I was hoping to perform a simple /sbin/dump of the remote systems. I put together a script for another
2020 Aug 31
2
Vectorization of math function failed?
Hi, After reading https://llvm.org/docs/Vectorizers.html#vectorization-of-function-calls I decided to write the following C++ program: #include <cmath> using v4f32 = float __attribute__((__vector_size__(16))); v4f32 fct1(v4f32 x) { v4f32 y; y[0] = std::sin(x[0]); y[1] = std::sin(x[1]); y[2] = std::sin(x[2]); y[3] = std::sin(x[3]); return y; } v4f32 fct2(v4f32 x) { v4f32 y;
2020 Sep 01
2
Vector evolution?
Hi, Please consider the following loop: using v4f32 = float __attribute__((__vector_size__(16))); void fct6(v4f32 *x) { #pragma clang loop vectorize(enable) for (int i = 0; i < 256; ++i) x[i] = 7 * x[i]; } After compiling it with: clang++ -O3 -march=native -mtune=native \ -Rpass=loop-vectorize,slp-vectorize -Rpass-missed=loop-vectorize,slp-vectorize
2015 Aug 04
1
Enabling capabilities in a container
I'm using libvirt_lxc to create and manage various containers. I need to enable certain capabilities in a container to support ctdb, and as a quick solution I decided to just enable them all. I *thought* this would do the trick, adding the following XML to my container config: <features> <capabilities policy='allow'> </capabilities> </features> After
2015 Aug 04
3
Does CTDB run under LXC containers?
We're transitioning from a VM based environment to one that uses LXC based containers running under CentOS 7. CTDB runs fine under our CentOS 7 VMs. The same packages running under LXC however seem to have issues: # systemctl start ctdb.service Job for ctdb.service failed. See 'systemctl status ctdb.service' and 'journalctl -xn' for details. # systemctl status ctdb.service
2009 Aug 13
1
c5-testing
is there a list more sutiable for c5-testing discussions? I'd like to install the php-5.2.9 on there, but I'm getting a dependency problem # yum update --enablerepo=c5-testing php Loaded plugins: fastestmirror, priorities Loading mirror speeds from cached hostfile * rpmforge: fr2.rpmfind.net * base: updates.interworx.info * updates: mirrors.cmich.edu * addons: mirror.stanford.edu *
2013 Jan 08
4
Splunk Module Development Recommendations
Good morning, We''ve been testing PE and beginning developing modules for our infrastructure. One of the modules I''m looking to create is an installation for Splunk, with the primary focus at this time, on the Forwarder. I already have the splunkforwarder-5.0.1-143156-linux-2.6-amd64.deb package being fetched from the Master and also performing the installation via dpkg. I
2008 Apr 11
1
Command to get tape capacity status?
I have an Overland tape library connected, via SCSI card, to an out-of-box, full install of C5 install on an old PC. I have a script that uses tar to archive data to tape and mtx to change tapes. What I don't know, if possible, is to obtain the status of how much tape is left in the drive. If I get a write failure, I'd like to know if the tape is bad or has run out of space. I
2008 Jan 12
2
md5 passwords?
On a C4.4 system, I want to add md5 passwords for the grub boot menu to prevent users from making selections other than the default boot options. I also want to add md5 passwords when attempting single user mode boots (may be answered by first request). The same for C5 systems. Thanks. Scott
2007 Oct 16
1
k3b 1.0.3, qt and C5 64-bit?
I have C5 64-bit running on my laptop and am trying to get k3b 1.0.3 compiled from source. It keeps complaining about qt not being installed or available. I performed a yum install of everything qt, but it still complains. I've read some postings on various web pages about creating symlinks, but although tried, that still didn't fix any problems. What am I missing? Thhanks. Scott