[Nssbackup-team] [Bug 277137] Re: sbackupd.py crashed with NoSpaceError: No space left on device

2008-11-07 Thread Martin Schaaf
** Changed in: sbackup Importance: Undecided = Wishlist -- sbackupd.py crashed with NoSpaceError: No space left on device https://bugs.launchpad.net/bugs/277137 You received this bug notification because you are a member of NSsbackup team, which is subscribed to sbackup in ubuntu.

[Nssbackup-team] [Bug 337921] [NEW] ImportError: No module named nssbackup.util.log in ImportError: No module named nssbackup.util.log

2009-03-04 Thread Martin Schaaf
Public bug reported: Upgrade fails with exception. Original exception was: Traceback (most recent call last): File /usr/bin/nssbackup-upgrade-backups, line 21, in module from nssbackup.util.log import getLogger Attached patch fixes it. ** Affects: nssbackup Importance: Undecided

[Nssbackup-team] [Bug 338280] Re: Link for anacron backup script points to directory instead of script.

2009-03-05 Thread Martin Schaaf
/etc/cron.hourly/nssbackup: run-parts: failed to exec /etc/cron.hourly/nssbackup: Permission denied run-parts: /etc/cron.hourly/nssbackup exited with return code 1 output from cron -- Link for anacron backup script points to directory instead of script. https://bugs.launchpad.net/bugs/338280

[Nssbackup-team] [Bug 338280] [NEW] Link for anacron backup script points to directory instead of script.

2009-03-05 Thread Martin Schaaf
Public bug reported: I configured hourly backup. But it doesn't start to backup. I looked at the dir /etc/cron.hourly there is a link named nssbackup. It points to the directory nssbackup. I think it should point to the nssbackup file instead of the directory. ** Affects: nssbackup

[Nssbackup-team] [Bug 573733] [NEW] nssbackup does not prevent itself from running in parallel.

2010-05-02 Thread Martin Schaaf
Public bug reported: I configured nssbackup to run every hour. The first instance started and tried to create a full backup. 2 hours later a second tar instance created by nssbackup started and tried to create a new backup. And now 3 hours after the second instance a third instance started and

[Nssbackup-team] [Bug 576460] [NEW] nssbackup crashes with: IOError: Given copy source '/tmp/nssbackup/files.snar' does not exist.

2010-05-06 Thread Martin Schaaf
Public bug reported: 2010-05-06 06:12:20,088 - ERROR - nssbackupd.py:__onError(226) - Given copy source '/tmp/nssbackup/files.snar' does not exist. 2010-05-06 06:12:20,110 - ERROR - nssbackupd.py:__onError(227) - Traceback (most recent call last): File

[Nssbackup-team] [Bug 577112] [NEW] nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

2010-05-07 Thread Martin Schaaf
Public bug reported: Signal handler called with signal 14 Signal handler called with signal 14 Traceback (most recent call last): File /usr/bin/nssbackupd, line 31, in module main(sys.argv) File /usr/lib/python2.6/dist-packages/nssbackup/nssbackupd.py, line 267, in main sbd.run()

[Nssbackup-team] [Bug 577112] Re: nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

2010-05-16 Thread Martin Schaaf
I get this error on every backup try. I never get a finished full backup. The backup goes to a ftp server. The X-Server is running all the time. I use the latest version from the PPA. -- nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

[Nssbackup-team] [Bug 576460] Re: nssbackup crashes with: IOError: Given copy source '/tmp/nssbackup/files.snar' does not exist.

2010-05-16 Thread Martin Schaaf
The backup destination is a ftp server. The expected full backup size is between 50 and 80 GB. It tries to make a full backup and don't end. I never come to the point where incremental backups are made. I use the latest version from the PPA. -- nssbackup crashes with: IOError: Given copy source

[Nssbackup-team] [Bug 577112] Re: nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

2010-05-16 Thread Martin Schaaf
Ubuntu 10.04. -- nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning) https://bugs.launchpad.net/bugs/577112 You received this bug notification because you are a member of NSsbackup team, which is subscribed to NSsbackup.

[Nssbackup-team] [Bug 577112] Re: nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

2010-05-17 Thread Martin Schaaf
Does this happen if you run as root or user? I run it as root user Would you post your configuration? I will attach it Backups manually triggered or scheduled? Scheduled hourly. Is something special on your software setup (libraries deinstalled...)? No. Do you have your root account

[Nssbackup-team] [Bug 577112] Re: nssbackup crashes with: GtkWarning: could not open display warnings.warn(str(e), _gtk.Warning)

2010-05-17 Thread Martin Schaaf
[log] file = /var/log/nssbackup.log level = 20 [places] prefix = /usr [schedule] [dirconfig] /media/ = 0 /var/cache/ = 0 /var/ = 1 /home/ = 1 /var/spool/ = 0 /var/tmp/ = 0 /usr/local/ = 1 /etc/ = 1 [general] splitsize = 0 target = ftp://login:password@domain.local/array1/backup format = none

[Nssbackup-team] [Bug 573733] Re: nssbackup does not prevent itself from running in parallel.

2010-05-19 Thread Martin Schaaf
I can confirm that your fix works for me. Thank you. -- nssbackup does not prevent itself from running in parallel. https://bugs.launchpad.net/bugs/573733 You received this bug notification because you are a member of NSsbackup team, which is subscribed to NSsbackup.

[Nssbackup-team] [Bug 632605] [NEW] Incremental backups fail but not full backups

2010-09-07 Thread Martin Schaaf
Public bug reported: In version 0.3.1 incremental backups no longer work and fail with the following exceptions. 010-09-07 20:17:16,718 - INFO in profile_handler.__collect_files(227): Inspect file system and collect file infos 2010-09-07 20:17:16,719 - DEBUG in pathparse.set_and_parse_uri(210):

[Nssbackup-team] [Bug 632605] Re: Incremental backups fail but not full backups

2010-09-08 Thread Martin Schaaf
The fix is to handle the error (gio.Error) on closing the stream. An exception on closing a stream for reading should not lead to a failing application. Even more if the error say that the connection is closed. So my suggestion is to catch the error and log but do not fail. Here is some code

[Nssbackup-team] [Bug 634356] [NEW] Exception on reading snapshots in restore ui.

2010-09-09 Thread Martin Schaaf
Public bug reported: Traceback (most recent call last): File /usr/share/sbackup/sbackup/ui/restoregui.py, line 600, in on_restoreExpander_activate self.__load_filestree() File /usr/share/sbackup/sbackup/ui/restoregui.py, line 498, in __load_filestree

[Nssbackup-team] [Bug 645543] [NEW] Cannot concatenate str and error object error in 0.11.2 leads do no incremental backup

2010-09-22 Thread Martin Schaaf
Public bug reported: The fix for bug #632605 misses a explicit string conversion of the error object. ** Affects: sbackup Importance: Undecided Assignee: Martin Schaaf (mascha) Status: New ** Changed in: sbackup Assignee: (unassigned) = Martin Schaaf (mascha) -- Cannot

[Nssbackup-team] [Bug 645543] Re: Cannot concatenate str and error object error in 0.11.2 leads do no incremental backup

2010-09-22 Thread Martin Schaaf
** Branch linked: lp:~mascha/sbackup/fixFor645543 -- Cannot concatenate str and error object error in 0.11.2 leads do no incremental backup https://bugs.launchpad.net/bugs/645543 You received this bug notification because you are a member of Simple Backup Maintainers, which is subscribed to

[Nssbackup-team] [Bug 632605] Re: Error while closing snapshot file over FTP (was: Incremental backups fail but not full backups)

2010-09-22 Thread Martin Schaaf
** Branch linked: lp:~mascha/sbackup/trunkFixFor632605 ** Changed in: sbackup/trunk Assignee: (unassigned) = Martin Schaaf (mascha) ** Changed in: sbackup/trunk Status: Confirmed = In Progress -- Error while closing snapshot file over FTP (was: Incremental backups fail

[Nssbackup-team] [Bug 632605] Re: Error while closing snapshot file over FTP (was: Incremental backups fail but not full backups)

2010-09-30 Thread Martin Schaaf
Ubuntu 10.4 -- Error while closing snapshot file over FTP (was: Incremental backups fail but not full backups) https://bugs.launchpad.net/bugs/632605 You received this bug notification because you are a member of Simple Backup Maintainers, which is subscribed to nssbackup.

[Nssbackup-team] [Bug 665860] [NEW] DBusException: org.freedesktop.DBus.Error.AccessDenied: Rejected send message

2010-10-24 Thread Martin Schaaf
Public bug reported: Crash happens now the first time. After about 75% of the backup process. And crash happens about every 15 seconds. The backup process runs but the progress does not update any longer. PythonArgs: ['/usr/share/sbackup/sbackup-progress'] Traceback: Traceback (most recent call