search for: moseman

Displaying 20 results from an estimated 33 matches for "moseman".

2004 Mar 29
2
Domain Group Permissions
...+ AD Domain [Accounting] comment = Accounting path = /shares/accounting valid users = @"Accounting" With "Accounting" being an Active Directory domain group. "wbinfo -g" and "getent group" both show all my AD groups. If I change to "valid users = smoseman", it will validate against my AD account. But it does not want to do groups. Is my syntax wrong? I tried several other variations with same results. @Accounting, @DOMAIN\Accounting, and so on. Thanks, Scott Moseman
2007 Oct 12
4
Safe method to remove old kernels
# rpm -qa | grep kernel-2 | sort kernel-2.6.9-42.0.10.EL kernel-2.6.9-42.0.2.EL kernel-2.6.9-42.0.3.EL kernel-2.6.9-42.0.8.EL kernel-2.6.9-42.EL kernel-2.6.9-55.0.2.EL kernel-2.6.9-55.0.6.EL kernel-2.6.9-55.0.9.EL kernel-2.6.9-55.EL I'm running the most recent kernel available, and I've never had a problem with any past kernels, so I don't believe there's any reason to keep all of
2004 Mar 26
3
Samba 3.0 & 2003 Active Directory Native Mode
Does Samba 3.0.2a release integrate with Windows Active Directory running in 2003 Native Mode? The situation is that two corporate departments are joining their network infrastructure. One department runs several Samba 2.2 servers and the other is a 2003 Native Mode Active Directory. I understand that if you upgrade to Samba 3.0 this supports Windows 2000 AD, but it is unclear to me if
2007 Dec 10
2
5.1 Upgrade Not Working?
So both "yum upgrade" and "yum update" now are complete and there's no new packages. However, when I attempt to check my version, I'm still showing 5. # cat /etc/redhat-release CentOS release 5 (Final) I remember seeing 5.1 repositories being access for the upgrades. Is it possible my system did not upgrade? # uname -r 2.6.18-53.1.4.el5.centos.plus Thanks, Scott
2009 Jun 22
2
Make sshd log IP addresses, not hostnames
Can I adjust the ssh daemon to log IP addresses instead of hostnames? I assume this situation is feasible... * 10.10.10.10 attempts to ssh to the server * reverse dns resolves to "somehost.domain.com" * ssh daemon logs "somehost.domain.com" in messages * foward dns on "somehost.domain.com" resolves to 10.10.10.20 Thus it causes some of my scripts a problem if the
2007 Oct 18
2
Upgrading Java on CentOS 4.5
# rpm -qa | grep -E '^(java|jdk|jre)-' jre-1.6.0_03-fcs java-1.4.2-gcj-compat-1.4.2.0-27jpp jdk-1.6.0_03-fcs java is a CentOS package. jdk and jre are from Sun. (I need Java >= 1.5.0 for an application I'm installing.) # update-alternatives --config java There are 1 programs which provide 'java'. Selection Command ----------------------------------------------- *+
2007 Aug 08
2
Clone physical into virtual
Is there a formal, or preferred, method for importing a physical CentOS machine into a VMware instance? I know they make software to move Windows machines, but I couldn't find one to handle our CentOS servers. I have done something via scp/sftp in the past, which *seemed* to work, but if there's a better way I'm more than interested in hearing the process. Thanks! Scott
2004 Mar 30
0
Re: unable to open passdb database.
I put the 'list' back in the address and bottom posted. Scott Moseman wrote: > > Run this to find the password file: > > find / -name smbpasswd > > It will locate the binary and the password database, > since they both use that same name. You will easily > tell which is which by looking at the directory path. > > Sounds like it migh...
2008 Feb 08
2
Changing ext3 Partition Size
I have an ext3 partition from our SAN. The size was increased. I am attempting to re-size this specific ext3 partition, obviously. I unmount the partition, run fdisk, change the cyls, and save... WARNING: Re-reading the partition table failed with error 22: Invalid argument. The kernel still uses the old table. The new table will be used at the next reboot. And that is the message that I
2007 Nov 14
2
rsync problem
I have a simple script that sends one file to two locations on the same destination server. Here's the code: DEST="remotehost" SRC="/home/boss/application.conf" DST1="/home/user1/application.conf" DST2="/home/user2/application.conf" RSYNC1=`rsync -caW -e ssh $SRC $DEST:$DST1` RSYNC2=`rsync -caW -e ssh $SRC $DEST:$DST2` This runs every 5 minutes. What
2008 May 23
2
How to move my MBR
I removed an ATA drive (/home) for a new SATA and my system would not boot. I'm guessing that it put the MBR on that drive instead of the drive that holds the / partition. What's the best way confirm where the MBR resides and, after I verify that's my problem, how I can move (or make a copy) onto a different drive? Thanks, Scott
2007 Sep 26
2
My G729 problem re-visited
Ok, I built a test system to duplicate my problem and provide myself a platform that I can mess around with to try and break any features. My problem is G729 pass-through from a gateway to a phone. I think I even have transcoding working, which makes me more confused on what's wrong with my pass-through. It must be a configuration issue. The basics... *CLI> core show version Asterisk
2007 Sep 14
1
g729 on 1.4.10.1
I have a fresh 1.4.10.1 installation that appears to have a problem with g729 pass-through. I can see the gateway in question sending an INVITE using g729b. However, the Asterisk is only sending g711 in the INVITE to my Polycom phone. [gateway] disallow=all allow=g729 [phone] disallow=all allow=ulaw allow=alaw allow=g729 There's the codec configs for the gateway and the phone in question.
2007 Oct 12
1
Display channels and codecs
Is there an easy way to show all active channels AND the codecs they're using? Other than going through EACH channel individually to check the codec which is, obviously, not a very efficient process. Thanks, Scott
2007 Nov 12
1
Automatic User Based Mounts
Let's say I have a Samba server for my file serving needs. Would there be any way to configure CentOS to automatically mount a few specified partitions as the user logging in? Something of the nature of /mnt/home, /mnt/pictures, /mnt/music and so forth. They need to be mounted as the current user, and I prefer not to customize shell based login scripts. Can this be done through fstab
2007 Nov 13
1
sdc1 without the sdc
So I'm working with the iSCSI Initiator and an EqualLogic SAN. I'm not sure when this might have happened, but it appears that the /dev/sdc device is missing, yet the /dev/sdc1 partition exists AND is mountable. Is there a method to re-create the /dev/sdc device? I cannot dd or fdisk it, obviously, but I can mount the /dev/sdc1 partition and it works just fine. Not having the /dev/sdc
2008 Jul 01
1
Rescan /dev/sd* without reboot?
I increased the SAN partition size for a given volume. Is there a way I can have fdisk recognize the new size without a reboot? Thanks, Scott
2007 Feb 01
1
Setting perms w/o using root
On some firewalled servers, I have rsync connecting as root between them (using key based auth) and it works great for duplicating directory trees. I have the need to do the same thing on some Internet facing servers, on which I do not allow root to ssh. It looks like this will not work when it comes to setting file permissions accordingly. Is there a workaround? Or a good, secure way I should
2007 Aug 17
1
logrotate and httpd logs
I swear that I've removed httpd from logrotate.d on more than one occasion because I prefer to rotate httpd logs on my own schedule. But the config keeps on returning and throwing off my stats. I'm assuming that when there is an Apache upgrade that it's re-inserting the config into the logrotate.d directory? Is there an easy way to stop it from doing this? I *really* do not want to
2004 Mar 25
0
Kerberos and Native Mode AD
...s that I have found digging through Google. None fix the problem. SHOULD this be working? Or do I really need to be in "Mixed Mode" to get this to work? This is a brand new network, so I would love to keep the boxes in "Native Mode" if the choice is available. Thanks, Scott Moseman