Displaying 14 results from an estimated 14 matches for "copyies".
Did you mean:
copies
2011 Sep 14
3
copy acls with getfacl / setfalc - invalid argument ....
I hav a problem porting my ACLS from my old filserver to a new one...
My old Fileserver:
I have my shares on a partition supporting acls with ext3
/dev/md0 on /data/raid type ext3 (rw,acl,user_xattr)
My new Fileserver:
/dev/md0 on /data/raid type ext4 (rw,acl,user_xattr)
Now I copied all my shares to the new Fileserver with rsync and backed
up my acls with:
getfacl -R
2007 Jul 23
2
assertion failed with KMail 3.5.6 and dovecot 1.0.0
Please CC me on answer, as I'm not subscribed on the list
Here is the description of the problem. The system description follows.
Everytime I read my email using KMail 3.5.6, dovecot hangs up near the end.
I get the following in mail.err:
IMAP(doudou): file ostream-crlf.c: line 339 (_send_istream): assertion
failed: ((size_t)ret <= iov.iov_len)
IMAP(doudou): Raw backtrace: imap
2004 Oct 06
1
Foreign code problem
Hello,
I wanted to test the odesolve package and tried to use compiled C-code.
But when I do:
erg <- lsoda(y, times, "mond", parms, rtol, atol, tcrit=NULL, jacfunc=NULL,
verbose=FALSE, dllname="mond", hmin=0, hmax=Inf)
I get the error message:
Error in lsoda(y, times, "mond", parms, rtol, atol, tcrit = NULL,
jacfunc =
2007 Oct 07
2
Moving Samba/LDAP PDC to another server
I need to move our existing Samba/LDAP PDC to another server. Currently it is on server1 and I want server2 to be the Samba/LDAP PDC instead. However, I am uncertain of what files need to be copied over to ensure that I don't have to rejoin machines to the domain. Searching the web I found information on creating the initial PDC setup, but nothing on moving the PDC. I also have a system
2018 Jun 07
2
Are some Group Policies broken?
Louis - thanks for this response. Unbeknownst to me my mail filter was not working and I've
seen your message only today. I'm still struggling with this problem and have not found any
answers yet. I'm interested in trying your solution, but need a bit of clarification. You
wrote:
> When i remove the user folder, and reappy it again from RSAT, but now with the UID/GID set,
>
2009 May 04
1
can install.packages() copy utility files to the public_html directory ?
Dear fellow R-users,
I am about to publish an HTML utility package to CRAN that expands on the
R2HTML package and includes a few goodies such as sorted tables, easy
automation of framed HTML reporting, etc.
However, some of the resulting dynamic HTML pages need to access JavaScript
code that should sit in a specific subdirectory of public_html.
My more general question is hence, (i) how do I
2011 Feb 24
0
temporary fix for gpxelinux.0 not doing localboot
As I had noted in the past gpxelinux.0 fails (on most of my machines)
at localboot 0 where as pxelinux.0 works with localboot 0 (on all of
my machines)
I needed to do local boot by default (not first hard drive but local
boot where it ends pxe booting and looks at the next device)
I also had a few iso images that took too long while downloading from
tftp and I wanted to use gpxelinux.0 with its
2011 May 03
0
asterisk 1.8 rpms and additional modules from source
Hi All
i have a asterisk install from rpm (digium yum) and i wish to install res
spandsp i comipled from source using the same asterisk version and copyied
the file to the module directory but when trying to load i get this
WARNING[18463] loader.c: Module 'res_fax_spandsp.so' was not compiled with
the same compile-time options as this version of Asterisk
another thing if i install the
2014 Dec 03
1
[PATCH for-xen-4.5 1/3] tools/hotplug: distclean target should remove files generated by configure
On Wed, Dec 03, 2014 at 04:53:53PM +0100, Daniel Kiper wrote:
> On Tue, Dec 02, 2014 at 01:36:20PM -0500, Konrad Rzeszutek Wilk wrote:
> > On Tue, Dec 02, 2014 at 04:16:28PM +0100, Daniel Kiper wrote:
> > > Signed-off-by: Daniel Kiper <daniel.kiper at oracle.com>
> >
> > This usage scenario which I can see this being useful (and
> > I've tripped over
2018 Apr 25
0
Are some Group Policies broken?
Hai Mark,
Yes, i know this problem.
Check the following.
I use samba with AD backend.
When i create a new users ( copy from other ), the user profile and homedir settings are copyied.
In form of \\QFDN\users\%username%
At the copy moment, the user folder is created. Now im setting UID/GIDs for the user, up2here its all working fine.
When i now login with this users, i have the same, no
2010 Apr 19
1
rsync problem with cygwin 1.7.?
...client.
(There are over 30e3 files to sync.)
If foo_user_files is empty and rsync has to copy all the files
it stops after maybe 50...200 files at an arbitrary file. (No disk
activity, no network acttivity, nearly no CPU usage.) It just ceases
copying and after some time (seconds to minutes) it copyies another some
files until it stops again.
Well, copying/syncing all the 30e3 files would take forever.
The problem may be related to the following post:
http://www.mail-archive.com/rsync at lists.samba.org/msg25266.html
Which is the only hint I've found but doesn't show how to solve the pr...
2018 Apr 25
5
Are some Group Policies broken?
Not quite 4 years ago I replaced our office SBS 2008 server with Samba4. I added Group
Policies one of which was for Redirected Folders. I created a new GPO, "HPRS Groups" and did
Edit > User Configuration > Policies > Windows Settings > Folder Redirection > right-click on
Documents > Properties > Target = Settings Basic - Redirect everyone's folder to the same
2006 Mar 03
5
Installing IE6 in wine-0.9.8
Hello everybody,
I know there are many HOWTOs out there about installing IE6, but none
seem to mention the problem I have.
The installation of IE6 doesn't go beyond the window:
"Setup was unable to download the required components. Please make sure
you are connected to the internet or try to run Setup later again"
Trying to set wininet to "native" or "builtin"
2009 May 05
1
self organizing map advice for categorical data
...Script for example that is copied to
./JavaScript during installation of the package.
> (ii) is it possible to
> copy this directory to the user's public_html path during installation ?
Yes, if it is a source package (not for a binary package), BUT you
should not write such code that copyies files to a directory different
than the package's directory in the library that it is installed to.
Things that install files to suprising locations are sometimes
considered to be some kind of malware.
Uwe Ligges
>
> Thanks!
> Markus
>
> [[alternative HTML version delet...