[Bug 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-03-01 Thread Marcelo Fernandez
@Serge,

Yes, I've using that suggestion (pre-up ) in the
/etc/network/interfaces file of the KVM Host, and the interface freeze
problem disappeared since I added that line, a month ago.

I'd recommend to use it and check if it works for you too.

Regards,
Marcelo

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/579892

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
@Serge, where is located that PPA with Lucid's libvirt package fixed, so
I can test it too?

Do you know when this it's going to be SRU'd? It's been a lot of time
since Lucid (LTS) is out and this bug is *very* annoying. :-/

Thanks

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/579892

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 579892] Re: libvirt should not use the MAC address assigned to tap devices/vnet interfaces by the TAP/TUN driver

2011-02-05 Thread Marcelo Fernandez
I have another question,

Putting pre-up ifconfig eth0 hw ether 00:00:00:00:00:01 in the
interfaces config file, like Carlos did, is a workaround to the bug?

Just to clarify :-)

Regards

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to libvirt in ubuntu.
https://bugs.launchpad.net/bugs/579892

Title:
   libvirt should not use the MAC address assigned to tap devices/vnet
  interfaces by the TAP/TUN driver

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 497732] Re: Tar exited with error 512 () status

2010-02-22 Thread Marcelo Fernandez
Well, to avoid the error state in backuppc I added --ignore-failed-
read to the tar command in localhost.pl [1]:

$Conf{TarClientCmd} = '/usr/bin/env LC_ALL=C $tarPath -c -v -f - -C $shareName'
. ' --totals --ignore-failed-read';

The fact is backuppc makes backup of localhost under backuppc system
user, not a sudoer one, not root (see the comment in localhost.pl...). I
don't know if this is right or not, but it's good to know that those
files (passwd, shadow, group, etc.), aren't copied in the process.

[1] http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-
mailing-lists-3/backuppc-21/tar-error-512-68957/

Regards

-- 
Tar exited with error 512 () status
https://bugs.launchpad.net/bugs/497732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 497732] Re: Tar exited with error 512 () status

2010-02-17 Thread Marcelo Fernandez
Hi, I'm having the same problem right after installing backuppc from
Karmic repositories... the xfer log says permission denied when it
access to some /etc/ files:

Contenido del archivo de registro
/var/lib/backuppc/pc/localhost/XferLOG.bad.z, modificado 2010-02-17
13:48:06 (Extrayendo sólo Errores)

Running: /usr/bin/env LC_ALL=C /bin/tar -c -v -f - -C /etc --totals 
--newer=2010-02-16 06:00:01 --exclude=./proc --exclude=./sys --exclude=./tmp 
--exclude=./dev --exclude=./media .
incr backup started back to 2010-02-16 06:00:01 (backup #249) for directory /etc
Xfer PIDs are now 2296,2295
[ saltadas 10 lineas ]
/bin/tar: ./shadow: Cannot open: Permission denied
[ saltadas 37 lineas ]
/bin/tar: ./passwd-: Cannot open: Permission denied
[ saltadas 123 lineas ]
/bin/tar: ./gshadow: Cannot open: Permission denied
[ saltadas 12 lineas ]
/bin/tar: ./fuse.conf: Cannot open: Permission denied
[ saltadas 35 lineas ]
/bin/tar: ./apparmor.d/cache/usr.sbin.tcpdump: Cannot open: Permission denied
/bin/tar: ./apparmor.d/cache/sbin.dhclient3: Cannot open: Permission denied
[ saltadas 112 lineas ]
/bin/tar: ./ppp/peers: Cannot open: Permission denied
[ saltadas 7 lineas ]
/bin/tar: ./group-: Cannot open: Permission denied
[ saltadas 96 lineas ]
/bin/tar: ./X11/Xwrapper.config: Cannot open: Permission denied
[ saltadas 10 lineas ]
/bin/tar: ./shadow-: Cannot open: Permission denied
[ saltadas 89 lineas ]
/bin/tar: ./sudoers: Cannot open: Permission denied
[ saltadas 127 lineas ]
/bin/tar: ./gshadow-: Cannot open: Permission denied
[ saltadas 9 lineas ]
/bin/tar: ./ufw/before.rules: Cannot open: Permission denied
/bin/tar: ./ufw/after.rules: Cannot open: Permission denied
/bin/tar: ./ufw/before6.rules: Cannot open: Permission denied
[ saltadas 1 lineas ]
/bin/tar: ./ufw/after6.rules: Cannot open: Permission denied
[ saltadas 1 lineas ]
/bin/tar: ./chatscripts: Cannot open: Permission denied
[ saltadas 47 lineas ]
/bin/tar: ./ssl/private: Cannot open: Permission denied
[ saltadas 419 lineas ]
/bin/tar: Exiting with failure status due to previous errors
Tar exited with error 512 () status
[ saltadas 126 lineas ]
tarExtract: Done: 0 errors, 218 filesExist, 229782 sizeExist, 82888 
sizeExistComp, 478 filesTotal, 1411070 sizeTotal
Got fatal error during xfer (Tar exited with error 512 () status)
Backup aborted (Tar exited with error 512 () status)

Sorry for the spanish message logs...

Maybe Apparmor is getting in the middle?

Regards

-- 
Tar exited with error 512 () status
https://bugs.launchpad.net/bugs/497732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 497732] Re: Tar exited with error 512 () status

2010-02-17 Thread Marcelo Fernandez
This error logs one Full backup with problems, right after installing
backuppc:

Contents of file /var/lib/backuppc/pc/localhost/XferLOG.0.z, modified
2010-02-17 14:00:09 (Extracting only Errors)

Running: /usr/bin/env LC_ALL=C /bin/tar -c -v -f - -C /etc --totals .
full backup started for directory /etc
Xfer PIDs are now 5932,5931
/bin/tar: ./shadow-: Cannot open: Permission denied
/bin/tar: ./apt/secring.gpg: Cannot open: Permission denied
/bin/tar: ./apt/trustdb.gpg: Cannot open: Permission denied
[ skipped 74 lines ]
/bin/tar: ./passwd-: Cannot open: Permission denied
[ skipped 74 lines ]
/bin/tar: ./chatscripts: Cannot open: Permission denied
/bin/tar: ./fuse.conf: Cannot open: Permission denied
/bin/tar: ./apparmor.d/cache/usr.sbin.tcpdump: Cannot open: Permission denied
/bin/tar: ./apparmor.d/cache/sbin.dhclient3: Cannot open: Permission denied
[ skipped 147 lines ]
/bin/tar: ./X11/Xwrapper.config: Cannot open: Permission denied
[ skipped 140 lines ]
/bin/tar: ./.pwd.lock: Cannot open: Permission denied
[ skipped 123 lines ]
/bin/tar: ./gshadow: Cannot open: Permission denied
/bin/tar: ./shadow: Cannot open: Permission denied
/bin/tar: ./mysql/debian.cnf: Cannot open: Permission denied
[ skipped 121 lines ]
/bin/tar: ./ppp/chap-secrets: Cannot open: Permission denied
/bin/tar: ./ppp/pap-secrets: Cannot open: Permission denied
/bin/tar: ./ppp/peers: Cannot open: Permission denied
/bin/tar: ./sudoers: Cannot open: Permission denied
[ skipped 74 lines ]
/bin/tar: ./group-: Cannot open: Permission denied
/bin/tar: ./gshadow-: Cannot open: Permission denied
/bin/tar: ./ssh/ssh_host_dsa_key: Cannot open: Permission denied
/bin/tar: ./ssh/ssh_host_rsa_key: Cannot open: Permission denied
/bin/tar: ./security/opasswd: Cannot open: Permission denied
[ skipped 76 lines ]
/bin/tar: ./ufw/after.rules: Cannot open: Permission denied
/bin/tar: ./ufw/before6.rules: Cannot open: Permission denied
/bin/tar: ./ufw/before.rules: Cannot open: Permission denied
/bin/tar: ./ufw/after6.rules: Cannot open: Permission denied
[ skipped 260 lines ]
/bin/tar: ./ssl/private: Cannot open: Permission denied
/bin/tar: ./at.deny: Cannot open: Permission denied
[ skipped 1 lines ]
/bin/tar: Exiting with failure status due to previous errors
Tar exited with error 512 () status
[ skipped 288 lines ]
tarExtract: Done: 0 errors, 1224 filesExist, 1877487 sizeExist, 679246 
sizeExistComp, 1224 filesTotal, 1877487 sizeTotal
Got fatal error during xfer (Tar exited with error 512 () status)
Backup aborted (Tar exited with error 512 () status)
Saving this as a partial backup

-- 
Tar exited with error 512 () status
https://bugs.launchpad.net/bugs/497732
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to backuppc in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 230003] Re: gutsy: openssh-server won't install or upgrade: debconf error - /var/lib/dpkg/tmp.ci/templates has a duplicate field template

2008-05-13 Thread Marcelo Fernandez
Great! (You were really quick!)
Version 5ubuntu0.4 works fine now. :-)

Thanks
Marcelo

-- 
gutsy: openssh-server won't install or upgrade: debconf error - 
/var/lib/dpkg/tmp.ci/templates has a duplicate field template
https://bugs.launchpad.net/bugs/230003
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs