Displaying 20 results from an estimated 20 matches for "td3201".
Did you mean:
3201
2008 Feb 25
2
large number of small files to move
Hello,
I have a large migration of a single system going from windows to
linux. We are moving 9 TB and 60 million files. I am planning on
using rsync to move this data. Are there any special considerations I
should have in mind when moving this much data and more importantly,
this many small files?
I am mounting the volumes out of fstab like this:
//dss01/f$ /mnt/dss01/f cifs
2009 Jul 11
1
help with winbind and groups
Hello,
I have winbind working well out of the box. However, I am having
problems with using groups to restrict ssh access to the box. I have
a feeling there are some tricks that I haven't thought of yet.
Here is the relevant parts of smb.conf:
workgroup = FOO
password server = server.foo.local
realm = FOO.LOCAL
security = ads
idmap uid = 10000-20000
idmap gid =
2009 Dec 31
1
nfs vs. cifs based on my usage profile
Hello,
I have an interesting architecture consisting of a 3 RHEL 5.3 NFS
nodes that mounts about 30 TB worth of iscsi disk and presents them as
6 different NFS shares. It is an active-active-active cluster with
each node presenting a couple of shares. It works pretty well. I am
doubting my decision to use NFS and am wondering if CIFS would be a
better route. Here are the NFS stats:
getattr
2011 Jun 01
1
winbind issue with Windows 2008 R2 - domain trusts
Hello,
I have a problem that just propped up after our windows admin did some
work. He introduced some new domain controllers and upgraded the
domain to 2008 R2. The primary domain that our linux boxes are in
seems to work, it's trusted domains. Here's an example domain:
FOO.BAR.LOCAL
The boxes are in the FOO domain and I can getent passwd and see
accounts in there fine. I used to
2012 Dec 18
4
yum --security not detecting security updates
Hello,
We are running CentOS 5.5 on a server that is not reporting any
security updates:
[root at server01 ~]# yum -y --security check-update
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
* base: bay.uchicago.edu
* extras: bay.uchicago.edu
* updates: mirror.nyi.net
Limiting package lists to security relevant ones
No packages needed, for security, 261
2009 Sep 08
1
kerberos database principal problem
Hello,
I am using kerberos to authenticate apache users. This works fine for
one URL, but it doesn't for another.
I can get into the application authenticating at the URL
omajelut01.sec.jel.lc, but not with monitoring.foobar.com. Here is my
klist:
[root at omajelut01 etc]# klist -k
Keytab name: FILE:/etc/krb5.keytab
KVNO Principal
----
2010 Aug 19
3
mailbox utilities
Hello,
Are there any utilities that will spit out statistics about some
mailboxes I have on my server? For example, how many messages are in
each mailbox? They appear to be in mbox format (default?).
Thanks!
2010 Aug 25
1
help for a new user
Hello,
I am trying to piece together a solution to do the two things:
1. receive faxes on a bunch of numbers, about 10,000
2. receive voicemails from people on the same numbers
At this point, I am just trying to see if what is required can be done.
The faxes need to be received and put into PDF and shipped off to
another server somehow. That can be FTP, UNC, NFS, something. This
can be a
2008 Feb 13
1
summary only in output
Hello,
I don't want my output to include every file like -v does. I just
want the nice little summary at the end of the operation:
sent 691442 bytes received 2462 bytes 462602.67 bytes/sec
total size is 683504 speedup is 0.99
I have about 50 million files I need to move from one machine to the
other and don't want the overhead associated with printing every file
that is being moved
2004 Jan 28
0
cannot mount home directory
I don't know what information would be helpful. I
will give some but also try not to waste bits. I am
using LDAP. My username is 'davt01'. I am able to
login to my samba pdc just fine. I get these logs
when I try to access //server/foobar. Also see below
for some relevant configs:
[2004/01/28 15:14:37, 3]
auth/auth.c:check_ntlm_password(265)
check_ntlm_password: sam
2004 Jan 30
0
failover/redundancy with dfs, ldap, and samba
Hello,
I have some general failover/redundancy questions:
1) Is it possible to have samba use multiple ldap
servers without an external load balancing solution
like a Cisco CSS?
2) I want to have samba be my dfs root. How can I
have redundant/failover dfs root servers again without
some sort of load balancing device like a CSS if that
would even work in this situation....I think it would,
it
2004 Feb 02
0
net rpc getsid fails - help
I am getting the following error:
net rpc getsid -S samba1 -W DOMAIN -U
Administrator%password
[2004/02/02 11:22:50, 0]
lib/util_sock.c:read_socket_with_timeout(279)
read_socket_with_timeout: timeout read. read error =
Connection reset by peer.
What could be causing this?
=====
Terry
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
2004 Oct 19
0
Called name not present
I have been searching around for solutions to this but none of worked.
I am trying to mount a drive over the Internet to my house. Very
ugly, but it should work, no? I am pretty certain that I have opened
all the correct ports.
Here is the root of the problem:
davt01-linux:~ # smbclient -I ip.address -L td-home
session request to TD-HOME failed (Called name not present)
session request to
2005 Feb 26
0
connecting to AD share - signing?
I am trying to connect to an AD share. I can get connected but I
cannot cd into 'restricted' areas. I am getting permission denied. I
am using the correct username, password, and workgroup. I have read
about signing and enabled client signing but that just gave me a
signing error. What is the deal here?
Thanks!
2008 Jul 21
0
using UPN instead of samaccountname with winbind
Hello,
I have winbind authentication working my a win2003 AD, however, I have
to authenticate using DOMAIN+samaccountname right now. I would
prefer to use the UPN. The UPN in my case is their full email address
username@domain.com. The context for this authentication could be
anything that pam supports. How can this be done? I am using
samba-3.0.28 on Centos 5.
Thanks!
Terry
2009 Jul 15
1
require a getent passwd for winbind to work first time
Hello,
This may not be a problem but just want to check on something. I
think I have a working config. I joined a domain successfully.
However, after configuring ssh to use winbind, it does not work until
I do a 'getent passwd'. It fails with this:
Jul 15 14:53:46 omadvnfs01b sshd[25072]: Invalid user DOMAIN+user from
192.168.101.70
Jul 15 14:53:46 omadvnfs01b sshd[25073]:
2010 Aug 08
0
negative effects of using idmap_tdb in large forest
Hello,
I am trying to understand the downside of having each winbind member
server being configured to use idmap_tdb vs ldap or ad. It is part of
a large forest with multiple domains. What will happen? What won't
work?
Thanks!
2003 Nov 02
2
evolution - folders not displayed correctly
Hello,
First, I used thunderbird, and everything looks great.
I tried my account in evolution and all the folders
appear in one level and not in several as they were in
thunderbird.
Inbox
Inbox.foo
Inbox.bar
instead of
Inbox
foo
bar
What could be the problem? Thanks!
=====
Terry
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site
2010 Aug 24
4
1.6 and asterisk gui
Hello,
I'm new to asterisk and this list. The ISO download appears to have
1.6 with the FreePBX GUI but I am looking to use the Asterisk GUI.
The only option for the Asterisk GUI is to use 1.4. Is it as simple
as installing 1.6 only then using the yum repository to install the
Asterisk GUI? If so, what packages are needed?
Thanks!
2008 Jul 16
6
centralized patch management
Hello,
I have been asked to come up with a strategy for centralized patch
management of our linux servers. Today, this is only centos and rhel.
What is everyone else doing in this arena?
Thanks!