similar to: Restoring Backup user files with preserving UID/GID

Displaying 20 results from an estimated 3000 matches similar to: "Restoring Backup user files with preserving UID/GID"

2000 Mar 10
1
Problem while installing packages
Dear R team / R helpers / R users , I downloaded R-1.0.0 to install it but I am currently facing the following problem : Installation of packages. Here is the output I had while trying to install RmSQL : ------------- > R INSTALL -l /software/R-1.0.0/library/ /software/archive/R/RmSQL_0.2-1.tar.gz Installing package `RmSQL' ... libs RmSQL.c:7: msql.h: No such file or directory make:
2004 Aug 06
0
A better fix for the /lib/tls problems
Further to the email below from a few weeks ago, I can announce that Xen/Linux 2.6 handles the TLS problem (-ve accesses into segments) by dynamically rewriting the offending instructions. This is enabled by default in the 2.6 kernels, and reduces the overhead of handling those instructions to almost zero (compared with around 100% overhead when using pure emulation in Xen, when running
2004 Mar 24
1
rsync --files-from with symlink in path
Here is what I have been doing with rsync(This is condinced version of the main script that runs): #!/usr/local/bin/bash SSH=/usr/local/bin/ssh RSYNC=/usr/local/bin/rsync SED=/usr/bin/sed USER=vmladmin ROLLLISTDIR=/home/vmladmin/rolllists/ ROLLFILE=${ROLLLISTDIR}rollfile.${CELERITYID} EXCLUDEFILE=${ROLLLISTDIR}rollfile.exclude RSYNC_OPT="-zrc --delete"
2009 Sep 29
2
Mapping usernames
Dear all I am trying to configure samba username map file in order to map the same user from a windows domain to 2 different unix users: Map to = map from bea = PRODUCTION\garcijo mpcadmin = PRODUCTION\garcijo but only works for the first map in the map file. When I try to use a share with permissions for mpcadmin unix user, I realize that smbd takes the first map (bea user) and
2003 Jul 18
1
unexplained error (code 255) at main.c(620)
Hi, after syncing I get the following error: rsync error: unexplained error (code 255) at main.c(620) If I use -vvv I get the follwing error: rsync error: errors with program diagnostics (code 13) at log.c(284) _exit_cleanup(code=13, file=log.c, line=284): about to call exit(13) All files are correctly transfered. Somebody can help me ? SUN Solaris 9 rsync 2.5.6 sun-ssh /usr/local/bin/rsync
2002 Jul 15
1
ReInstalling packages
Hello, I just have upgraded from Mandrake 8.1 to 8.2 and installed R 1.5.1. I now try to reinstall all the packages but get the following error (for the multiv package for instance) : /usr/bin/ld: cannot find -lreadline collect2: ld returned 1 exit status make: *** [multiv.so] Erreur 1 ERROR: compilation failed for package 'multiv' The readline library is under /lib on my system and I
1998 Dec 04
0
AW: Question on NFS mounted Shares
Hi James, we use some NFS mounted shares on our Linux-SCO-network. Samba runs on the linux box. The linux server mounts some NFS shares from the SCO server. The access error should not be a samba failure. Make sure that the directory above the mountpoint is accessable for user nobody (chmod o+x , if you upgrade to samba > 1.9.18p7 make sure that there is read permission on the directories too:
2003 Jan 07
0
Your Enterprise Java/J2EE Architect Requirement
Good morning and Happy New Year 2003! Let it be prosperous for both you and me! Below you see a very short version of my CV as of January 2003 for your kind consideration and update. Word, TXT, and PDF version of the complete CV are available upon request. Enjoy the economic recovery! Make it a great day: ZAR ================================================================= ZAR PETKOV,
2007 Mar 13
1
Java Installation HowTo kickoff (JDK 1.4.2, 1.5 and 1.6)
I've started a Java Installation HowTo. Take a look: http://docs.google.com/Doc?id=dfd4fncx_32gbthmp Give me feedback, please. The IBM JDK is the "easiest" on 1.4.2 and 1.5 versions. The Sun JDK 1.6 is probably the most optimized (and the only 1.6implementation by now), but doesn't integrate so good like IBM JDK's generated RPMs. The BEA's JPackage nosrcs are so much
2019 Sep 19
3
Postfix vs. Thunderbird on Mac OS
Hi, I'm running our local school's mail server on CentOS 7, Postfix and Dovecot. We get quite a lot of spam, so I have the following sender restrictions in my /etc/postfix/main.cf: --8<------------------------------------------------------ # Restrictions SMTP smtpd_helo_restrictions = reject_unknown_helo_hostname smtpd_sender_restrictions = reject_unknown_sender_domain,
2009 Feb 11
0
Job Opportunity - Linux System Administrator - SFO;CA
Duration: 3months + Location: SFO; CA The primary skills are: * Over all Red Hat Linux system admin - Patches using our own patch center - Spinning up approved version of the Linux - Migration of Red Hat 4.0 to 5.0 release in all our environment - Network trouble shooting & Design (mainly for our qa and dev environment) - Backup setup and Strategies - General scripting skills using bash,
2004 Jul 26
0
A better fix for the blkdev merging bug
> > I''ve given this change a go on my PE1650 (aacraid driver). > > Unfortunately this seems to be one of the SCSI drivers that doesn''t > > correctly handle the error condition. > > > > Running my usual test (''compare'' in dom0, compiles in other domains), I > > don''t see any differences in the compares, but after a
2004 Jul 26
0
New user manual
I''ve just checked in the beginnings of a unified user manual to be distributed with Xen, in which I''d like to unify as much of the available user-related information as possible. Contributions are strongly encouraged. Even if it''s just some corrections or a few paragraphs on something. Please e-mail the list or contact me directly (mark.williamson@cl.cam.ac.uk).
2004 Jul 16
1
/proc/xen/memory_target patch
This patch to the balloon driver eliminates the need for a user-space program to slosh memory between domains and xen. This uses a proc file at /proc/xen/memory_target. When read it reports memory the domain owns in bytes. Writing a new value to the memory_target proc file will cause the domain to exchange memory with xen to reach the target. A xenolinux domain cannot grow bigger than it was
2005 May 27
1
Preserving uid/gid on remote machine with non-root permission
Is there a way to backup files to a remote machine on which I don't have root permission, while preserving their uids/gids? I know that only the super-user can set the owner and group of a file, so what I am actually looking for is a tool that would store the actual uids/gids of all files that are backuped by rsync in a kind of meta-file. This file could then be used to restore the files
2008 Aug 02
3
Restoring from backup, preserving uids
Hi, I use rsync to back up my Linux system to hard drive. I use the -av option, and it preserves uids. However if I reinstall Linux, and try to restore from the backup hard drive, the owner permissions get all mixed up, I assume since the numeric uids don't match up with the equivalent usernames any more. For example, user nobody might have had uid 123 in my old system, but now in the new
2004 Sep 22
1
[PATCH] permanently_set_uid: Don't try restoring gid on Cygwin
Hi, the below patch solves the same problem for gids as has already been solved for uids. Windows has no concept of permanently changing the identity. It's always possible to revert to the original identity. Thanks, Corinna Index: uidswap.c =================================================================== RCS file: /cvs/openssh_cvs/uidswap.c,v retrieving revision 1.44 diff -p -u -r1.44
1998 Dec 17
1
Samba Printing Question
Hello Samba Gurus: I have a unusual printing problem on a Samba server (version samba-1.9.18p7) on a Solaris 2.6 server. Basically I had 2 Solaris 2.5.1 machines that were retired when this new machine was deployed. Each individual machine had Samba shares and printers on it individually. Those file systems and printers were then duplicated on the new server. The version of Samba was the same
2006 Sep 11
2
Exclude usage question
Im running into an issue with exclude options not working correctly. Here are the details, if anybody can see what Im doing incorrectly, please let me know.. Thanks rsync version 2.5.7 protocol version 26 Command: "/usr/bin/rsync""--archive""--compress""--delete""--group""--perms""--st
2012 Dec 18
3
Regression line does not show on scatterplot
Hello, I have done a scatterplot and now would like to add its regression line but it does not show. Below, the code I have used. lm3 <- lm(data$S_pH_KCl2.5_BCx~data$B_OleicoPF_BCx_per) plot(data$S_pH_KCl2.5_BCx, data$B_OleicoPF_BCx_per) abline(lm3) I have been able to do the complete operation using the software STATISTICA but it would be great to do it with R. If you require more details