search for: fakeroot

Displaying 20 results from an estimated 166 matches for "fakeroot".

2006 Aug 16
1
Saving ownership as non-root
Hello everybody! Out of curiosity: What (backup) solutions do you use to let rsync store device files and ownership permissions without root privileges? I found out about "fakeroot" so far. Is there actually a practical use for the "--super" option? I didn't find anything as fakeroot doesn't need it... Additionally it would be a nice idea to refer to "fakeroot" from the rsync manual. - It took me a day to find that out. And am still looking f...
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
2009 Jul 24
1
Re: error when compiling libguestfs on Ubuntu 9.04
...t; 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': No such file or directory > make[2]: [../initramfs/fakeroot.log] Error 1 (ignored) > mv vmlinuz.fedora-11.i686 vmlinuz.fedora-11.i686.bak > mv: cannot stat `vmlinuz.fedora-11.i686': No such file or directory > make[2]: [../initramfs/fakeroot.log] Error 1 (ignored) > if ! bash make.sh; then rm -f ../initramfs/fakeroot.log; exit 1; fi > + &...
2016 Oct 31
0
[PATCH 4/4] rpm: mageia: prefer dnf over urpmi
Mageia introduced dnf as alternative package manager for the next version 6, with the possibility to replace urpmi as primary in the future. As such, prefer dnf over urpmi+fakeroot to download rpm packages. Thanks to Neal Gompa for his heads-up. --- README | 3 +-- src/rpm.ml | 8 +++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/README b/README index 79fcfd8..679bf70 100644 --- a/README +++ b/README @@ -81,8 +81,7 @@ For Mageia: rpm librpm...
2006 Oct 12
6
backup system files (and permissions) over ssh
how do you backup system files like /etc/ over ssh to another machine and keep permissions the same on the remote backup location ? i tried using -a flag, but because i'm connecting through ssh i'm not using Rsync module on the remote computer and therefore i cant write files as root so -a flag is not working. all the files are being written with owner SSH_USER and group SSH_USER_GROUP i
2005 Aug 09
1
meta data stored in separate file?
i found a couple messages in the archives relating to backups vs. distribution and ownership issues without root privs that kinda touched on the idea of storing meta info (ownership, modes, acls) in a separate file. has anyone else looked at storing meta data in a side file of some sort? it seems that it could be done all on the client side. send over files with totally plain meta info and
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 some of the following: - is it more secure to run rsync as a command within ssh (probably using command=some_wrapper in authorized_keys) or to run an rsync daemon (with VPN and/or restricted port...
2016 Oct 31
5
[PATCH 0/4] supermin: use dnf on Mageia
Hi, as pointed out by Neal Gompa, Mageia recently introduced dnf in the distribution (currently only in Cauldron, which is the future Mageia 6), and most probably it will replace urpmi in the future. As such, on Mageia make supermin prefer dnf over urpmi when found, using the same code already used for Fedora. Related change: make test-harder.sh work explicitly also on Mageia
2008 Feb 26
1
Update to 2.2.1-2
...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 debian/rules binary > or any other method to build the package I tried steps like you describe. After first try I have to add some of tools, but still no success. Side question: Is " ln -s ..." needed or is "fakeroot packaging/debian/rules binary enought"? # fakeroot debian...
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, so the nut-usb package doesn't depend on udev. I usually use "debuild -u...
2012 Jun 15
1
Bug#677614: xcp-xapi: someone should create /etc/default/xen
...d by xen-utils-common. Since xcp-xapi depends on its existence and further declaration of the toolstack in it, it should take extra care to ensure that it is present. root at debian:~# aptitude install xcp-xapi The following NEW packages will be installed: blktap-dkms{a} blktap-utils{a} dkms{a} fakeroot{a} libblktapctl0{a} libvhd0{a} libvhdio-2.0.90{a} linux-headers-3.2.0-2-amd64{a} linux-headers-3.2.0-2-common{a} linux-headers-amd64{a} linux-kbuild-3.2{a} openvswitch-common{a} openvswitch-datapath-dkms{a} openvswitch-switch{a} python-xenapi{a} stunnel4{a} xcp-eliloader{a} xcp-fe{a} xcp-gues...
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 data is lost). My problem (and I assume that of others) is that I don'...
2007 Oct 04
1
xen-utils rebuild for stable (CVE-2007-4993)
Hi, I'm having difficulty applying and rebuilding the patch for the version of Xen included in Debian's Etch release. After applying the patch and updating the changelog I receive this error: steve at dev:~/xen-3.0-3.0.3-0$ debuild -sa fakeroot debian/rules clean if [ -f debian/control ] && [ -f debian/control.md5sum ] && [ -f debian/rules.gen ]; then \ if md5sum debian/changelog debian/templates/control.hypervisor.in debian/templates/control.main.in debian/templates/control.source.in debian/templates/contr...
2010 May 15
2
febootstrap failure
On Fri, May 14, 2010 at 11:02:36PM -0400, Aron Griffis wrote: > Hi again Rich, > > I'm trying to use febootstrap to install either rawhide or f13, > but my attempts are failing. > > $ sudo febootstrap fedora-13 /mnt/jubjub-f > ... > Running rpm_check_debug > ERROR with rpm_check_debug vs depsolve: > libc.so.6()(64bit) is needed by procmail-3.22-25.fc12.x86_64
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 debian/b...
2009 Jan 13
2
Zaptel & multiple kernels
.../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 sources? Philipp Kempgen -- AMOOCON 2009, May 4-5, Rostock / Germany -> http://www.amoocon.de Asterisk: http://the-asterisk-book.com - http://das-asterisk-buch.de AMOOMA GmbH - Bachstr. 126 - 56566 Neuwied -> http://www.amooma.de Gesch?fts...
2010 Sep 21
1
[PATCH] Fix appliance build dependency problem
...ff --git a/appliance/Makefile.am b/appliance/Makefile.am index bbf3c24..172f0cf 100644 --- a/appliance/Makefile.am +++ b/appliance/Makefile.am @@ -53,7 +53,7 @@ VMLINUZ = vmlinuz.$(REPO).$(host_cpu) # This is for building the normal appliance: $(INITRAMFSIMG) $(VMLINUZ): $(top_builddir)/initramfs/fakeroot.log -$(top_builddir)/initramfs/fakeroot.log: make.sh kmod.whitelist packagelist $(top_builddir)/daemon/guestfsd +$(top_builddir)/initramfs/fakeroot.log: make.sh kmod.whitelist packagelist mv $(INITRAMFSIMG) $(INITRAMFSIMG).bak 2>/dev/null; : mv $(VMLINUZ) $(VMLINUZ).bak 2>/dev/null; :...
2013 Oct 14
0
Glusterfs 3.4.1 not able to mount the exports containing soft links
...4aa-a0e6-e86c8bd3c914 Status: Started Number of Bricks: 2 Transport-type: tcp Bricks: Brick1: 10.137.108.163:/mnt/gluster Brick2: 10.137.108.163:/root/test_fs Below is the content of the of the exported volume on the server 1 server 1 sh# ls -l total 4 lrwxrwxrwx. 1 root root 6 Oct 14 13:54 fakeroot -> rootfs drwxr-xr-x. 20 root root 4096 Oct 10 20:07 rootfs >From server 2 , I am trying to mount the soft link fakeroot, and it is failing server 2 sh# mount -o mountproto=tcp -t nfs 10.137.108.163:/_testvol/fakeroot /root/nfs_test mount.nfs: an incorrect mount option was specified W...
2008 Jan 29
2
rpm spec file
Hello any one has spec file for cgicc and pyperl. or any good and quick document that shows how to create spec file. I don't want to compile it on our servers.
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....