Displaying 20 results from an estimated 1000 matches similar to: "Speeding Up Rsync for Large File Sets"
2012 Dec 21
2
NFSv4 on CentOS 5.5
Hi,
What is the magic juju that I have to put in /etc/sysconfig/autofs to
get autofs to default to using NFSv4, rather than NFSv3, for mounting
file systems?
I don't want to place these flags into the automount maps themselves
because we have a varied network with Sun, CentOS, RedHat and
Macintosh systems, and the flags that have to get added to automount
maps (which we distribute centrally
2010 Oct 14
2
Creating a Streaming Server
Hi,
Is there any sample code out there that might give me a sort of "bare
bones" example of how to create an Ogg streaming server that would
produce a video/audio stream suitable for consumption by the HTML5
VIDEO element? The video being streamed will be generated dynamically
using libGL. I have the pixel data for each frame of the libGL
rendered image available to me, so really I am
2009 Jun 30
0
CentOS 5.3 / OpenLDAP / back_perl
Hi,
I was wondering if there is any momentum to get OpenLDAP's back_perl feature installed into the CentOS Yum repository. If this isn't the right mailing list for such a request, could someone point me in the correct direction?
Thanks!
Tim Gustafson
Baskin School of Engineering
UC Santa Cruz
tjg at soe.ucsc.edu
831-459-5354
2019 Jul 10
2
Winbind issues with AD member file server
I agree that this sounds like, and indeed is, a recipe for disaster. I was
going to explain some of the woes of our environment but I don't think it's
actually relevant after looking at my problem a bit more. If I'm way off
base I'm happy to be herded back, but please tolerate me as I share what I
am seeing today because I really hope to solve the narrow issue of SMB file
access
2013 Mar 01
0
autofs and LDAP automount maps
Hi,
We've been using autofs and LDAP automount maps for years now, and it
has worked well. We run an environment that has CentOS, RHEL, Solaris
and FreeBSD servers and clients.
Historically, all our automount maps have looked like this:
-vers=3 server:/export/home/&
However, we're switching to NFSv4 and therefore we need to remove the
-vers=3 flag. For CentOS 6.3, Solaris and
2019 Jul 09
2
Winbind issues with AD member file server
Ugh, I knew I forgot something. Here is smb.conf:
---
[global]
kerberos method = system keytab
template homedir = /soe/%U
workgroup = BSOE
template shell = /bin/bash
security = ads
realm = AD.SOE.UCSC.EDU
idmap config BSOE : schema_mode = rfc2307
idmap config BSOE : range = 100-999999
idmap config BSOE : backend = ad
idmap config BSOE : unix_nss_info = yes
idmap config BSOE : unix_primary_group
2019 Jul 10
1
Winbind issues with AD member file server
>
> When I try to
> > access even an already-mounted NFS directory to which I have permission,
> > gssproxy complains:
> >
> > Jul 10 08:55:51 smb gssproxy: gssproxy[1469]: (OID: { 1 2 840 113554 1 2
> 2
> > }) Unspecified GSS failure. Minor code may provide more information,
> > Client 'host/smb.soe.ucsc.edu at AD.SOE.UCSC.EDU' not found in
2019 Jul 09
2
Winbind issues with AD member file server
Hi Rowland,
Currently Domain Users doesn't have a gidNumber because it didn't have a
corresponding group in OpenLDAP, which is our master directory.
The primary Unix group gidNumber for each user is replicated from their
OpenLDAP records, but the AD groups have a suffix due to historical name
collisions - a POSIX group called harry would be harry-group in AD, but
with a matching
2016 Jun 22
2
Samba 4 AD member server authentication issues, domain vs. ads security
Thanks for the quick replies.
One domain is at Windows Server 2008 functional level, and the other is
Windows Server 2012 R2. The samba 4 servers are running 4.2.10 and the
samba 3 servers are running 3.6.23, both from rpms available from either
the CentOS 6 or 7 repos (samba 4 on CentOS 7, samba 3 on CentOS 6).
Here's the smb.conf used on the two samba 4 servers:
[global]
> workgroup
2019 Jul 09
3
Winbind issues with AD member file server
I am setting up a CentOS 7 system as a file server within an AD domain,
following the following Red Hat documentation:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/7/html/system_administrators_guide/ch-file_and_print_servers
Here is some information that likely complicates things:
- we have a number of users and groups with sub-1000 uid or gid numbers
which can't
2006 Dec 21
2
Add line to plot. The line falls outside the current plot.
Hi,
I have plotted the graph of x^2 and I would like to add to
it a line that is currently outside of the plot ( the points of the line
fall outside of the plot ). When I use the function 'lines' the graphics
window does not became larger to show this line.
Is there any way I can fix this?
Also, how can I eliminate the axis from the plot?
Thank you.
2019 Jul 09
2
Winbind issues with AD member file server
Hi Rowland,
Thanks for the prompt reply. The gidNumber attribute is set to the
appropriate primary UNIX group for each user already. Are there any ways
to work around the ID issue, or at least to mitigate some of the
consequences? We looked at updating uid/gid values across the board but
there is so much data owned by existing users and groups that we haven't
been able to proceed.
On
2016 Jun 22
0
Samba 4 AD member server authentication issues, domain vs. ads security
I should add that the samba.log file was logging NT_STATUS_NO_LOGON_SERVERS
errors when authentication attempts were failing. Workstations in the
domains were still able to authenticate, however, and I verified that the
DNS records were still correct. The SRV records were all in place and the
domain controllers' host names were resolving.
On Wed, Jun 22, 2016 at 9:44 AM, Eric Shell
2005 Feb 07
2
sys.on.exit not working (PR#7665)
Full_Name: Mark Bravington
Version: 2.0.1
OS: Windows XP
Submission from: (NULL) (140.79.22.104)
'sys.on.exit()' doesn't seem to be working, since R1.7.1 at least:
soe.test <- function() {
on.exit( cat( 'In exit code\n'))
str( sys.on.exit()) # should display "language..." I think
12
}
(A similar bug was apparently fixed for version 0.65!)
2012 Nov 11
1
[LLVMdev] madandas@soe.ucsc.edu
Hello,
I'm trying to find if the access within a loop body is using the loop
induction variable, and to get the start and end indices of the loop.
for(int i = start; i < end; i++) { A[i] = 0; }
Let's say, I want to replace this with a function call 'zero(A,start,
end)'
How can I get the Value for start and end, and see if the index is same as
loop induction variable?
2014 Sep 22
8
[Bug 2280] New: openssh-6.6p1 compression throwing Segmentation fault
https://bugzilla.mindrot.org/show_bug.cgi?id=2280
Bug ID: 2280
Summary: openssh-6.6p1 compression throwing Segmentation fault
Product: Portable OpenSSH
Version: 6.6p1
Hardware: Other
OS: Linux
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
Assignee:
2005 Oct 03
2
access to R parse tree for Lisp-style macros?
R folks, I'm curious about possible support for Lisp-style macros in
R. I'm aware of the "defmacro" support for S-Plus and R discussed
here:
http://www.biostat.wustl.edu/archives/html/s-news/2002-10/msg00064.html
but that's really just a syntactic short-cut to the run-time use of
substitute() and eval(), which you could manually put into a function
yourself if you cared
2010 Jan 06
3
Query live connections?
Hi All,
I was hoping someone would know the answer to this question I had... I
know the rsync daemon has the "Max connections" module, which works
great. However, I was wondering if there was a good way for me to:
1: Query rsync to get the number of live connections it thinks it has?
2: Or better yet, how does rsync itself check for the number of connections?
I'm trying to
2016 Jun 22
3
Samba 4 AD member server authentication issues, domain vs. ads security
I have an environment with two separate AD instances which each have both a
samba 3 and samba 4 file server joined to them. Last week, we began to
experience authentication failures in both domains on the samba 4 file
servers. After a lot of experimenting, we found that changing the security
setting from domain to ads resolved the problem for the samba 4 servers.
However, the samba 3 servers
2005 Dec 16
2
Dovecot - struct dqblk' has no member named 'dqb_curblocks
On, Fedora4
This is against the latest cvs update
This was encountered during make, after doing
./autogen.sh
./configure --without-lda
make
gcc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../src/lib
-I../../../src/lib-dict -I../../../src/lib-mail
-I../../../src/lib-storage -I/usr/local/ssl/include -std=gnu99 -g -O2
-Wall -W -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith