similar to: Saving ownership as non-root

Displaying 20 results from an estimated 4000 matches similar to: "Saving ownership as non-root"

2006 Sep 05
1
-x tries to descend into FUSE filesystems
Hi! I've noticed that an "rsync -avx . host:/test" tries to descend into a FUSE filesystem (on the origin/sending side). This is at least true when the FUSE is mounted by somebody else. I came accross this while my nightly backup choked on this with "Permission denied" at the mount point. FUSE is a mount subsystem in Linux that enables userspace filesystems. A FUSE
2009 Dec 21
1
File list and find_fuzzy() insights for algo fiddling
Hi! I read the source around find_fuzzy(), but got stuck in get_dirlist(). I thought the latter returns the subset of the current ?global? file list of the receiver side (which is complete, or an incremental part(?)), reduced to the ?same directory? restriction. Can someone enlighten me, where the ?global file list? is stored? Is that actually used for fuzzy-match? If not, why not? When is
2009 Jul 24
1
Re: error when compiling libguestfs on Ubuntu 9.04
On Sat, Jul 25, 2009 at 01:28:29AM +0900, Jun Koi wrote: > hi Richard, > > i am trying libguestfs 1.0.64, and have below errors at "make" step: > > make[2]: Entering directory > `/home/quynh/projects/libguestfs/libguestfs-1.0.64/appliance' > mv initramfs.fedora-11.i686.img initramfs.fedora-11.i686.img.bak > mv: cannot stat `initramfs.fedora-11.i686.img':
2006 Oct 26
1
Storing ownership / device nodes without root
Right now, if you want a faithful backup of a system, you must either have root access on the target machine (for chown, mknod, ...), or you have to arrange for fakeroot/pretendroot to wrap itself around the rsync server to catch all these permissions/etc and keep them in a database file. Also, the fakeroot approach isn't exactly reliable (premature exit -> all SAVED permission
2011 Dec 27
3
securing rsync backup solutions?
For full system backup, rsync obviously needs to run as root on the machine being backed up For preservation of user/group/permissions info, rsync also typically needs to be run as root on the machine storing the backup - although there appear to be various ways to avoid this (e.g. using fakeroot -s, or running rsync inside a Xen VM which only stores the backup of one host) Can anyone comment on
2007 May 25
1
debuild vs. "debian/rules binary"
[was Re: [Nut-upsuser] Belkin USB UPSes] On 5/24/07, Arnaud Quette <aquette.dev at gmail.com> wrote: > Simply symlink debian to packaging/debian, and either "fakeroot > debian/rules binary" or whatever is your prefered method. I just noticed that if you use the "fakeroot debian/rules binary" method, the "ifeq (linux,$(DEB_HOST_ARCH_OS))" test is false,
2008 Feb 26
1
Update to 2.2.1-2
Dear Arnaud, > guys, > > sorry for the lag in jumping over there. > You anyway do a good job! Thanks for prompt answers! > > If you want to do it yourself: > - look here for the needed build tools > http://www.debian.org/doc/maint-guide/ch-start.en.html#s-needprogs > - svn co svn://svn.debian.org/nut/trunk > - cd trunk > - ln -s packaging/debian > - fakeroot
2009 Jan 13
2
Zaptel & multiple kernels
Hi, If I have multiple kernel sources in /usr/src, e.g. linux-headers-2.6.26-1-686 linux-headers-2.6.26.custom.1 how does the Zaptel Makefile(?) know which one to pick? Is it a good approach to compile the kernel first and then compile Zaptel "manually" afterwards? Or should I rather put zaptel in /usr/src/modules and use fakeroot make-kpkg ... modules_image in the kernel
2008 Aug 02
2
Bug#493393: xen-3: FTBFS: Permission problem
Package: xen-3 Version: 3.2.1-2 Severity: serious From my pbuilder build log: ... fakeroot debian/rules clean if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \ if md5sum debian/changelog
2010 Jul 19
2
Bug#589661: xen: FTBFS: RuntimeError: Can't find /usr/src/linux-support-2.6.32-5, please install the linux-support-2.6.32-5 package
Source: xen Version: 4.0.1~rc3-1 Severity: serious From my pbuilder build log: ... fakeroot debian/rules clean if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \ if md5sum debian/changelog debian/bin/gencontrol.py debian/templates/control.hypervisor.in debian/templates/control.main.in debian/templates/control.source.in
2005 Sep 06
1
moving fakeroot
Hi, I would like to know if there's a way of moving a fakeroot directory (that was created with winetools) and how to do it. I'd have to move it to another partition. Thanks, Dom -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20050906/6ed9e893/attachment.htm
2010 Nov 20
1
Trying to install R on Lucid Lynx
Hi: I installed Lucid Lynx amd64 on my system today, dual booted with Win 7. I've managed to install several packages through the Ubuntu Software Center with success and also installed texlive. Alas, installing my favorite software has not been so joyful. I went through the last few months of posts in this group to find something similar, but to no avail. After a couple of false starts, I
2010 May 31
4
building rpy against lenny-cran
Hi. On all of my machines, except for a netbook cursed with the GMA500 chipset, the R packages are synced to lenny-cran. I have been using rpy in a chroot using the official lenny R packages (2.7.1) given that i have not been able to find compatible rpy deb packages to work with lenny-cran. I am able to build the rpy deb package from source in a 32-bit lenny chroot (with the stock R packages)
2011 Jun 03
3
Unable to build appliance
Hello-- I've been trying to build libguestfs 1.2.14 with the appliance enabled on an older type of system at my company. Getting all the required dependencies installed has been an arduous process, but I've finally hit an obstacle I don't know how to get around. The final output of "make": + febootstrap-run initramfs -- /sbin/depmod -a ABOUT-NLS BUGS COPYING COPYING.LIB
2007 Oct 03
1
R CMD javareconf in r-base-dev 2.6.0
Hi Dirk, hi list, I just ran into a slight problem while building the recommended packages for CRAN in a chroot environment against the fresh backport of your R 2.6.0 packages. It seems that R CMD javareconf wants to change files in /etc/R during the build, and since I am not building the packages as root in my etch chroot, this fails, even if I am using fakeroot. My workaround was to simply
2009 Oct 15
2
[LLVMdev] strace for whole-program bitcodes
Tianwei <tianwei.sheng at gmail.com> writes: > someone suggested me to use gold-plugin, I know nothing about it yet, I will > have a try later. Does anyone have a good solution for this problem? Afaik gold does not help here. I tried it and managed to only generate native code. I'm currently investigating an alternative approach to produce whole-program bitcodes: 1) add
2005 Sep 12
1
AW: Debian Sarge, Kernel 2.6.13 and AVM Fritz!PCI v2.0 card
Hi Jon, perfect instructions, thank you very much. I used them and after some tests they worked. Here is what I did. Maybe someone could use it completely: ------------------------------------------------------------ Install helpers: apt-get install kernel-package ncurses-dev fakeroot wget bzip2 Go to usr directory: cd /usr/src wget
2013 Feb 17
6
Install issues for Xen 4.2.1 on Ubuntu 12.10
Good evening everyone, I am attempting to compile Xen 4.2.1 from source on Ubuntu 12.10 and cannot for the life of me figure out what I am doing wrong. This is the script I wrote that I am running on a brand new install from ubuntu-12.10-server-amd64.iso apt-get update apt-get -y upgrade apt-get -y dist-upgrade reboot (uname -r returns back 3.5.0-23-generic) apt-get install -y build-essential
2015 May 15
2
Bug#785187: Bug#785187: xen-hypervisor-4.5-amd64: Option ucode=scan is not working
On Thu, 2015-05-14 at 22:45 +0200, Stephan Seitz wrote: > On Wed, May 13, 2015 at 11:57:55AM -0400, Konrad Rzeszutek Wilk wrote: > >> > according to the documentation the option ucode=scan should tell XEN to > >> > look for a microcode update in an uncompressed initrd. > >> > > >> > While I don?t use the Debian kernel the tools to generate the
2010 Jun 02
2
R and multi cpu ATLAS
Dirk suggested I move this thread over here. I am trying to get a multithreaded (multi CPU) version of ATLAS working with R, and have been unable, thus far, to get it working. Has anyone gotten an multithreaded version of ATLAS working on Debian (64 bit)? I've tried this: apt-get source atlas -t unstable cd atlas-3.8.3 DEFAULTS=n fakeroot debian/rules custom but it is APPEARING to only