similar to: link-dest question

Displaying 11 results from an estimated 11 matches similar to: "link-dest question"

2010 Oct 14
1
Permission issues
I have a few machines running on a domain mixed windows platforms as low as windows 95 when I run my script it was working my server is fedora of late some of my xp clients keep giving me permissions error 13,1 and 23 and my windows 7 clients also. I running cwrsync on the clients the newest stable release from sourceforge.net where do I send my script so you could analyze. Sent from my
2012 Nov 09
2
Creating yyyymm regexp strings on the fly for aggregation.
Folks, This question is somewhat related to a previous posting of mine. I just can't seem to create a generic solution. Here is a function that I found searching around the internet: splitIt <- function(x, n) {split(x, sort(rank(x) %% n))} I use it like so: > splitIt(1:12, 2) $`0` [1] 1 2 3 4 5 6 $`1` [1] 7 8 9 10 11 12 Or > splitIt(1:12, 4) $`0` [1] 1 2 3 $`1` [1] 4 5 6
2006 Nov 09
1
sshd_config question.
I want to allow a single host root access via ssh. If the order of processing DenyUsers, AllowUsers were reversed this cold be done in a straight forward manner. My question, is would adding an Apache-like derective Order Deny,Allow violate any standards or be a security problem? _____ Douglas Denault http://www.safeport.com doug at safeport.com
2000 Feb 28
3
SSH & xauth (fwd)
YO All! Have you guys been following the SSH discussion on Bugtraq lately? I like their idea the X forwarding should be OFF by default on the client. RGDS GARY --------------------------------------------------------------------------- Gary E. Miller Rellim 20340 Empire Ave, Suite E-3, Bend, OR 97701 gem at rellim.com Tel:+1(541)382-8588 Fax: +1(541)382-8676 ---------- Forwarded message
2019 Apr 04
3
question about --emit-relocs with lld
Hi, While doing Linux kernel builds linked with lld, I've tracked down a difference that breaks relocation of the kernel image (e.g. under KASLR[1]). Some relocations are changed to ABS (weirdly, all are in .rodata section). Note the difference below in the resulting linked output. .L__const._start.instance becomes *ABS* only under lld: $ cat minimal.c struct minimal { void *pointer;
2013 Oct 02
2
Problem with squid+ntlm+samba
Hello, I'm having a little problem after logging into domain via samba, after a few minutes the squid no longer authenticates the users through single sign on and keeps asking for authentication in the browser without stopping. below is my settings and error logs. smb.conf [global]workgroup = SALEnetbios name = utmadmserver string = PROXY SERVERload printers = nolog file =
2011 Jul 06
1
trouble parsing a date using strptime()
Hi, I am having a trouble parsing dates using strptime() that I get in the format of year and week number. The data looks like this "201127" which means year 2011 and week 27. I would like to graph this using ggplot but then I get a gap between 201054 and 201101 so I thought I would just easily convert it. I tried to use strptime and as.Date and the format string of %Y%W but it seems
2011 May 13
4
Gaining performance by disabling functionality?
As most Wine users probably know, running applications using Wine won't (in most cases) give you the same performance as running the application in native Windows. From my experience this is especially true when it comes to applications that make use of Direct3D, and I suppose the performance drop is (at least in part) due to the translation of Direct3D to OpenGL in Wine. Now, this got me
2008 Feb 27
2
deliver & procmail
hi together, procmail provides an error by delivery. procmail: Executing "/usr/local/libexec/dovecot/deliver,Maildir" procmail: Error while writing to "/usr/local/libexec/dovecot/deliver" procmail: Program failure (64) of "/usr/local/libexec/dovecot/deliver" procmail: Assigning "LASTFOLDER=/usr/local/libexec/dovecot/deliver Maildir" From
2018 Dec 03
3
Samba 4.9.3 and the "10 hour problem"
We have a setup with a bunch of Dell servers acting as fileserver for the university here, running FreeBSD with Samba (and NFS & SFTP) to provide service for staff & students. This works in general really (very) well. We have around 4000-5000 SMB connections spread over 6 servers during “rush hours” (8am-5pm). However, due to some strange (I bet it’s due to the service ticket timeout)
2003 Aug 22
3
PAE removal patch for testing
If you're one of the people who has cvsup'd to 4.8-stable since August 8th and you've since begun to experience panics on a previously stable system, please apply the attached patch and see if your previous stability has been restored. Please tell me your results. Thanks, Mike "Silby" Silbersack -------------- next part -------------- diff -u -r