[Nssbackup-team] [Bug 290329] [NEW] Simple Backup crashs silently if an io error occurs while doing backup and restoration

2008-10-28 Thread Jean-Peer Lorenz
Public bug reported:

Binary package hint: sbackup

Simple Backup crashs silently if an io error occurs while doing backup
and restoration:

If an io error occurs an exception is raised and the creation of a backup fails 
silently. Same holds for the restore process.
An io error happens for instance if a directory contains a 'socket'. SBackup 
tries to store this 'file' but the access fails.

At least a message should appear to inform the user that an error
happened! The better way would be to catch such non 'files' before
storing them.

Version: 0.10.4 and 0.10.5 from repos

Ubuntu: 8.04

Remark: this bug does not exist in NSsbackup.

** Affects: sbackup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: blocker

-- 
Simple Backup crashs silently if an io error occurs while doing backup and 
restoration
https://bugs.launchpad.net/bugs/290329
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to sbackup in ubuntu.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299964] [NEW] Exception 'TypeError' is raised if an error occurs while pulling a snapshot.

2008-11-19 Thread Jean-Peer Lorenz
Public bug reported:

Exception 'TypeError' is raised if an error occurs while pulling a
snapshot:

If an error occurs while pulling a snapshot another exception gets
raised. The log message contains a format error, here is the
corresponding output:

2008-11-14 17:26:46,069 - DEBUG - tar.py:extract2(132) - output was : 
2008-11-14 17:26:46,072 - ERROR - nssbackupd.py:__onError(216) - not enough 
arguments for format string
2008-11-14 17:26:46,101 - ERROR - nssbackupd.py:__onError(217) - Traceback 
(most recent call last):
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/nssbackupd.py",
 line 136, in run
self.__bm.makeBackup()
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/BackupManager.py",
 line 123, in makeBackup
self.__snpman.purge(purge)
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/SnapshotManager.py",
 line 587, in purge
purgeinterval(_2daysbefore - n*daytime,_2daysbefore - (n-1)*daytime)
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/SnapshotManager.py",
 line 542, in purgeinterval
self.rebaseSnapshot(snps[0],snps[-1])
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/SnapshotManager.py",
 line 170, in rebaseSnapshot
self.__rebaseOnLastSnp(currentTorebase)
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/SnapshotManager.py",
 line 429, in __rebaseOnLastSnp
self.__pullSnpContent(snapshot, basesnp)
  File 
"/home/peer/programming/python/nssb/modified/minor_bugfixes/0.2/src/nssbackup/managers/SnapshotManager.py",
 line 414, in __pullSnpContent
self.logger.error(_("Got an exception when Pulling '%s' : "+str(e)) % 
snapshot.getName() )
TypeError: not enough arguments for format string

2008-11-14 17:26:46,102 - INFO - nssbackupd.py:__onError(233) - Session of 
backup is finished (lockfile is removed) 
2008-11-14 17:26:46,103 - ERROR - nssbackupd.py:__onError(248) - Couldn't 
copy the logfile into the snapshot directory

** Affects: nssbackup
 Importance: Undecided
 Status: New


** Tags: nssbackup

-- 
Exception 'TypeError' is raised if an error occurs while pulling a snapshot.
https://bugs.launchpad.net/bugs/299964
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299967] [NEW] Using regular expressions in NSsbackup does not work properly.

2008-11-19 Thread Jean-Peer Lorenz
Public bug reported:

Using regular expressions in NSsbackup does not work properly:

This bug report collects some issues concerning the use of regular
expressions for definition of exclusions within NSsbackup. These issues
are:

1. it is possible to add an empty expression using the graphical
configuration tool

2. if an invalid  regular expression was created with a prior version of
NSsbackup (or by editing the configuration file manually), the demon
'nssbackupd' fails with following exception:

   2008-11-07 19:16:53,802 - DEBUG - BackupManager.py:__fillSnapshot(320) - 
getting exclude list for actual snapshot
   2008-11-07 19:16:53,803 - ERROR - nssbackupd.py:__onError(216) - unexpected 
end of regular expression
   2008-11-07 19:16:53,822 - ERROR - nssbackupd.py:__onError(217) - Traceback 
(most recent call last):
 File "/usr/local/lib/python2.5/site-packages/nssbackup/nssbackupd.py", 
line 136, in run
   self.__bm.makeBackup()
 File 
"/usr/local/lib/python2.5/site-packages/nssbackup/managers/BackupManager.py", 
line 173, in makeBackup
   self.__fillSnapshot(prev)
 File 
"/usr/local/lib/python2.5/site-packages/nssbackup/managers/BackupManager.py", 
line 322, in __fillSnapshot
   rexclude = [ re.compile(p) for p in self.__actualSnapshot.getExcludes() 
if len(p)>0]
 File "/usr/lib/python2.5/re.py", line 188, in compile
   return _compile(pattern, flags)
 File "/usr/lib/python2.5/re.py", line 241, in _compile
   raise error, v # invalid expression
   error: unexpected end of regular expression

This should be avoided. This bug is critical since the backup fails.

3. It is _not_ possible to remove ALL defined regular expressions in
configuration GUI, i.e. defined regexps and defined filetypes. The very
last expression is removed from the displayed list but not from the
conf-file.

4. if an invalid  regular expression was created with a prior version of
NSsbackup (or by editing the configuration file manually) the expression
is displayed in GUI and is saved again. This should be avoided.

** Affects: nssbackup
 Importance: Undecided
 Status: New


** Tags: nssbackup regexp ui

-- 
Using regular expressions in NSsbackup does not work properly.
https://bugs.launchpad.net/bugs/299967
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299967] Re: Using regular expressions in NSsbackup does not work properly.

2008-11-19 Thread Jean-Peer Lorenz
Here is a patch to fix the reported issues above.
Explanations on the modifications:

=== modified file 'src/nssbackup/util/__init__.py':

* adding new functions to unify checking of expressions (maybe it is
useful for further versions to create somekind of ConfigurationHandler
class to encapsulate reading configuration files, checking of
configuration values and setting of new ones - so this is a bugfix only
for the current release candidate version)


=== modified file 'src/nssbackup/ui/SBConfigGTK.py':

* adding a method for showing a dialogbox containing an errormessage

* the regular expressions from the configuration file were checked
before they are added to any lists; if they are invalid they were
removed and the users gets informed. This fixes issue 4).

* if a regular expression is added to the configuration, the resulting
line gets stripped off leading and trailing ',' to avoid to unwanted
adding of an empty expression

* in method 'on_ex_delregex_clicked': the removal of an expression is
done by the function mentioned above. The last expression didn't had a
leading comma, so it was not removed. This fixes issue 3).

* in method 'cell_regex_edited_callback': it was possible to clear the
expression and therefore an empty expression was stored. The fix now
checks not only for a valid expression but additionally for a not empty
expression. This fixes issue 1).

* while checking regular expression only 're.error' were catched now.


=== modified file 'src/nssbackup/managers/BackupManager.py':

* while reading the configuration it is checked whether the expression
is not empty and valid. If so it is added otherwise output a log
message. This fixes issue 2).


=== modified file 'src/nssbackup/managers/SnapshotManager.py'

* string formatting was errornous. Fixed without changing the content of
translated string. This fixes bug Bug #299964: Exception 'TypeError' is
raised if an error occurs while pulling a snapshot.


** Attachment added: "Fixes regular expressions issues."
   http://launchpadlibrarian.net/19790796/regexp.peer.loz.patch

-- 
Using regular expressions in NSsbackup does not work properly.
https://bugs.launchpad.net/bugs/299967
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299964] Re: Exception 'TypeError' is raised if an error occurs while pulling a snapshot.

2008-11-19 Thread Jean-Peer Lorenz
This bug is fixed in patch attached to bug #299967.

-- 
Exception 'TypeError' is raised if an error occurs while pulling a snapshot.
https://bugs.launchpad.net/bugs/299964
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299967] Re: Using regular expressions in NSsbackup does not work properly.

2008-11-27 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Importance: Undecided => High
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed
   Target: None => release0.2

-- 
Using regular expressions in NSsbackup does not work properly.
https://bugs.launchpad.net/bugs/299967
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299967] Re: Using regular expressions in NSsbackup does not work properly.

2008-11-28 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Confirmed => Fix Committed

-- 
Using regular expressions in NSsbackup does not work properly.
https://bugs.launchpad.net/bugs/299967
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299964] Re: Exception 'TypeError' is raised if an error occurs while pulling a snapshot.

2008-11-28 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Importance: Undecided => Low
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Fix Committed
   Target: None => release0.2

-- 
Exception 'TypeError' is raised if an error occurs while pulling a snapshot.
https://bugs.launchpad.net/bugs/299964
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 174173] Re: [feature request] Script hooks for pre- and post- backup

2008-11-28 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Target: release0.2 => release0.3

-- 
[feature request] Script hooks for pre- and post- backup
https://bugs.launchpad.net/bugs/174173
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 177386] Re: Filters on NSsbackup retore

2008-11-28 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Target: release0.2 => release0.3

-- 
Filters on NSsbackup retore
https://bugs.launchpad.net/bugs/177386
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303648] [NEW] If the target directory isn't accessable, execution of backup daemon and restoration gui fails.

2008-11-30 Thread Jean-Peer Lorenz
Public bug reported:

If the target directory isn't accessable, execution of backup daemon and
restoration gui fails:

This bug is related to restoration gui and backup daemon:
* if the target directory isn't mounted, execution of the restoration gui fails 
with following exception:

console output:
2008-11-20 10:30:33,322 - DEBUG - 
ConfigManager.py:validateConfigFileOpts(421) - Validating config file
2008-11-20 10:30:33,323 - INFO - ConfigManager.py:__init__(269) - 
ConfigManager created with '/etc/nssbackup.conf'
Traceback (most recent call last):
  File "nssbackup-restore-gui.py", line 37, in 
main(sys.argv)
  File 
"/home/peer/programming/python/nssb/modified/progressbar/0.2/src/nssbackup/ui/SBRestoreGTK.py",
 line 662, in main
w = SBRestoreGTK()
  File 
"/home/peer/programming/python/nssb/modified/progressbar/0.2/src/nssbackup/ui/SBRestoreGTK.py",
 line 65, in __init__
self.fusefam.initialize()
  File 
"/home/peer/programming/python/nssb/modified/progressbar/0.2/src/nssbackup/managers/FuseFAM.py",
 line 193, in initialize
os.mkdir(self.__config.get("general","target"))
OSError: [Errno 2] No such file or directory: 
'/media/TRANSFER/home/pub/testbak/bak'


More desirable are following solutions:
1) a fallback directory (e.g. /var/backup) should be opened/used as target 
directory; the user must get informed
2) an error message occurs and informs the user; afterwards the application 
is terminated and the user has to mount the orignally specified target 
directory or to change the specified directory using the configuration tool

** Affects: nssbackup
 Importance: Critical
 Assignee: Jean-Peer Lorenz (peer.loz)
 Status: In Progress


** Tags: daemon ui

** Changed in: nssbackup
   Importance: Undecided => Critical
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => In Progress
   Target: None => release0.2

-- 
If the target directory isn't accessable, execution of backup daemon and 
restoration gui fails.
https://bugs.launchpad.net/bugs/303648
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303648] Re: If the target directory isn't accessable, execution of backup daemon and restoration gui fails.

2008-11-30 Thread Jean-Peer Lorenz
The second solution is implemented to fix this problem.


** Changed in: nssbackup
   Status: In Progress => Fix Committed

-- 
If the target directory isn't accessable, execution of backup daemon and 
restoration gui fails.
https://bugs.launchpad.net/bugs/303648
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303661] [NEW] In configuration tool: if specified target doesn't exist, the target directory will be created.

2008-11-30 Thread Jean-Peer Lorenz
Public bug reported:

In configuration tool: if specified target doesn't exist, the target
directory will be created:

this is a very undesired behaviour. Here is an example:

I use an external harddisk for storage of backups. This disk is
mounted under '/media/EXTHDD' and contains a directory for the backups.
At first I select the full target directory in configuration gui: 
'/media/EXTHDD/backups'.

On another day the external disk is not connected to the machine. I launch 
the
configuartion tool to check the settings i've made.

In the current implementation a new directory is created recursivly
under '/media/EXTHDD/backups' though no 'EXTHDD' is present. 

Next day - without plugged in external disk:
The backup process is invoked automatically by cron-demon. Due to the 
target directory exists and is fresh
and empty, a full backup is performed. The internal harddisk, where the 
mountpoint '/media' is located, runs full,
the backup is lost, I get disappointed etc.

** Affects: nssbackup
 Importance: Undecided
 Status: New

-- 
In configuration tool: if specified target doesn't exist, the target directory 
will be created.
https://bugs.launchpad.net/bugs/303661
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303661] Re: In configuration tool: if specified target doesn't exist, the target directory will be created.

2008-11-30 Thread Jean-Peer Lorenz
Fix is implememted but needs some testing before committing.


** Changed in: nssbackup
   Importance: Undecided => High
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => In Progress
   Target: None => release0.2

-- 
In configuration tool: if specified target doesn't exist, the target directory 
will be created.
https://bugs.launchpad.net/bugs/303661
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303661] Re: In configuration tool: if specified target doesn't exist, the target directory will be created.

2008-11-30 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: In Progress => Fix Committed

-- 
In configuration tool: if specified target doesn't exist, the target directory 
will be created.
https://bugs.launchpad.net/bugs/303661
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 146619] Re: [WishList] Make a full backup now button

2008-11-30 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Target: None => release0.3

-- 
[WishList] Make a full backup now button
https://bugs.launchpad.net/bugs/146619
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 176838] Re: Incremental backups should not appear incremental when restoring

2008-12-01 Thread Jean-Peer Lorenz
Indeed, this issue is still present in latest NSsbackup (0.2RC1).


** Changed in: nssbackup
   Importance: Undecided => Medium
   Status: New => Confirmed

-- 
Incremental backups should not appear incremental when restoring
https://bugs.launchpad.net/bugs/176838
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 130856] Re: ( wishlist )sbackup time to completion??

2008-12-02 Thread Jean-Peer Lorenz
There is some progress on a feature that adresses this issue. However,
this will not be shipped with NSsbackup 0.2.


** Changed in: nssbackup
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => In Progress
   Target: None => release0.3

-- 
( wishlist )sbackup time to completion??
https://bugs.launchpad.net/bugs/130856
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 185167] Re: It lacks a special Notebook feature

2008-12-02 Thread Jean-Peer Lorenz
Very interesting feature, partly it sounds like Mac's TimeMachine ;) So
we put it on the wishlist for later releases. Unfortenately, it is not
so easy to implement - so be patient.


** Changed in: nssbackup
   Status: New => Confirmed

-- 
It lacks a special Notebook feature
https://bugs.launchpad.net/bugs/185167
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2008-12-08 Thread Jean-Peer Lorenz
I'm working on this problem (99% are done) and will submit the fix very
soon.


** Changed in: nssbackup
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: Confirmed => In Progress
   Target: None => release0.2

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #54062]: Impossible de connecter à ftp

2008-12-11 Thread Jean-Peer Lorenz
Question #54062 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/54062

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Hello Robert,

since I don't speak french, I can only guess what your question is.
However, I'll try to answer what I've understood:

You cannot connect to the remote ftp site because you use an adress
schema that does not match the schema assumed by the developers. I would
not call it a bug, but a missing feature.

Currently only ftp adresses that matches EXACTLY the schema
'ftp://user:[EMAIL PROTECTED]/anything' are supported. The adress that you use
cannot be parsed for several reasons:

* you use a username without a password
* you specify a port after the server delimited by a ':'. This is used to 
separate the username and the password in the original schema


I've got problems while trying to connect to a remote site with the following 
adress schema:
'ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED]/my_remote_folder'.
Here the problem is the multiple occurence of the '@' token.
 
 
As you can see, the use of remote sites is quite half-baked. Due to the 
explanations above, it is not possible to use a ftp site with your described 
adress schema, at the moment.

For me (in my development branch) I've fixed the mentioned issue and
I'll try to fix your problem too and release it in version 0.2.

Thanks a lot for using NSsbackup.

Best regards.
Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #39046]: Sauvegarder plusieurs profils de backup ?

2008-12-12 Thread Jean-Peer Lorenz
Question #39046 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/39046

Jean-Peer Lorenz requested for more information:
May someone post a short summary of the most recent answers in english,
please?

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #54062]: Impossible de connecter à ftp

2008-12-12 Thread Jean-Peer Lorenz
Question #54062 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/54062

Jean-Peer Lorenz posted a new comment:
Do you have the package 'curlftpfs' installed?

For your information: In my tests I was not able to use an ftp site as
superuser, too. This is apparently related to the behaviour of
curlftpfs. It allows only the user that calls curlftpfs to access the
mounted directory. I'm working on a fix for this but it is not finished
so far and needs some testing.

Please re-test your configuration as non-root user and post your
results.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #54062]: Impossible de connecter à ftp

2008-12-14 Thread Jean-Peer Lorenz
Question #54062 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/54062

Jean-Peer Lorenz posted a new comment:
I did some further tests and figured out that the above issue not holds
for non-root users. Nevertheless I experienced some problems due to
'chmod' operations on ftp servers (the one I use doesn't support
'chmod'). To catch the problem please describe your configuration (what
is backup source, what is the destination etc.), perform a backup and
post the full logfile here. Can you test the remote site sucessful in
the config-gui?

Regards. Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2008-12-17 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: In Progress => Fix Committed

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303648] Re: If the target directory isn't accessable, execution of backup daemon and restoration gui fails.

2008-12-19 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Importance: Undecided => Critical
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Fix Committed
   Target: None => release0.2

-- 
If the target directory isn't accessable, execution of backup daemon and 
restoration gui fails.
https://bugs.launchpad.net/bugs/303648
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2008-12-19 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Fix Committed
   Target: None => release0.2

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #54062]: Impossible de connecter à ftp

2008-12-19 Thread Jean-Peer Lorenz
Question #54062 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/54062

Jean-Peer Lorenz posted a new comment:
I just finished working on some fixes und uploaded these to the
development branch. Unfortenately I'm not finished with packaging till
now so I cannot provide a new release download RC2 today. I'll give my
very best to provide a download containing the latest fixes, but I
cannot appoint to any fixed date. Please check out the announcements and
repeat your tests with this latest code as soon as a download is
available.

When testing, please make sure to use debug output level within your
profile. I fixed, among other things, some issues related to log outputs
- so I'm confident we're able to find the error (if there's one).

Best regards. Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #56311]: NSsbackup ne fonctionne pas

2009-01-04 Thread Jean-Peer Lorenz
Question #56311 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/56311

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
Hello Athol,

please reword your question in english, if this is possible for you.
This would enable users that don't speak french (like me) to answer it.
Thank you in advance.

Best regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Blueprint integrity-check] Backup integrity check

2009-01-06 Thread Jean-Peer Lorenz
Blueprint changed by Jean-Peer Lorenz:

Priority: Undefined => High

-- 
  Backup integrity check
  https://blueprints.launchpad.net/nssbackup/+spec/integrity-check

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303661] Re: In configuration tool: if specified target doesn't exist, the target directory will be created.

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
In configuration tool: if specified target doesn't exist, the target directory 
will be created.
https://bugs.launchpad.net/bugs/303661
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 303648] Re: If the target directory isn't accessable, execution of backup daemon and restoration gui fails.

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Status: Fix Committed => Fix Released

** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
If the target directory isn't accessable, execution of backup daemon and 
restoration gui fails.
https://bugs.launchpad.net/bugs/303648
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 285927] Re: Reports sent by NSsbackup are not readable!

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
Reports sent by NSsbackup are not readable!
https://bugs.launchpad.net/bugs/285927
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299967] Re: Using regular expressions in NSsbackup does not work properly.

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
Using regular expressions in NSsbackup does not work properly.
https://bugs.launchpad.net/bugs/299967
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 191127] Re: simple-backup-config does not check for validity of regex exclusion rules

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
simple-backup-config does not check for validity of regex exclusion rules
https://bugs.launchpad.net/bugs/191127
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #39044]: ERROR - nssbackupd.py:run(131) - Couldn't make a proper backup

2009-01-07 Thread Jean-Peer Lorenz
Question #39044 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/39044

Jean-Peer Lorenz requested for more information:
Hello,
is this question is still open? If not, please mark it as answered.
Thanks.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 299964] Re: Exception 'TypeError' is raised if an error occurs while pulling a snapshot.

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
Exception 'TypeError' is raised if an error occurs while pulling a snapshot.
https://bugs.launchpad.net/bugs/299964
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

** Changed in: nssbackup/0.2
   Status: Fix Committed => Fix Released

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 284013] Re: i18n does not work due to wrong place of *.mo files (on Ubuntu)

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
i18n does not work due to wrong place of *.mo files (on Ubuntu)
https://bugs.launchpad.net/bugs/284013
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #39046]: Sauvegarder plusieurs profils de backup ?

2009-01-07 Thread Jean-Peer Lorenz
Question #39046 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/39046

Jean-Peer Lorenz requested for more information:
Hello kristovert,
needs this question still answers? If not, please mark it as solved.
Thanks.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 308172] Re: Erreur à l a sauvegarde de mon home

2009-01-07 Thread Jean-Peer Lorenz
Hello Poppy,

is this bug still valid? Please re-test with most recent release and
leave a comment.

Thanks.

-- 
Erreur à la sauvegarde de mon home
https://bugs.launchpad.net/bugs/308172
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 162597] Re: [Tech] Get rid of GnomeVFS dependancy

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
[Tech] Get rid of GnomeVFS dependancy
https://bugs.launchpad.net/bugs/162597
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 181990] Re: NsSbackup crashes after adding custom filetype to be excluded

2009-01-07 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Incomplete => Invalid

-- 
NsSbackup crashes after adding custom filetype to be excluded
https://bugs.launchpad.net/bugs/181990
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 192499] Re: nssbackup segfault when locale not set to utf8

2009-01-09 Thread Jean-Peer Lorenz
Hello roudoud0u,

as you may noticed, there is a new version of NSsbackup 0.2 RC2
available for download. Is the described issue still reproducable?
Please re-test with the latest code and post your results. If the bug is
still present let us know, otherwise this bug is going to be closed.

Thank you.

-- 
nssbackup segfault when locale not set to utf8
https://bugs.launchpad.net/bugs/192499
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-15 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
Hello,

to get an idea what you are doing please give some additional
informations about your set-up. Maybe then a problem can be turned out.
Please answer the following questions:

1. What version of NSsbackup are you using?
2. How did you install it? Via PPA or from source code...?
3. How do you invoke NSsbackup? Do you use the menu entries and if so, what 
menu entries? Or from command-line? Are you invoke it as user or with 
super-user rights?
4. Are you able to access the backup target manually? Is it possible to write 
to it with the same user rights as you start NSsbackup with (create a file 
there for instance)?
5. Are you able to create a backup on a local target at all?
6. Does it work to backup very few data e.g. a single file over the network? 
What means 'it goes to sleep'?
7. Are any messages showed up?
8. Please post the logfile that is written during the backup process. It is 
stored under '~./local/share/nssbackup' for users and '/var/log' for 
super-users by default (if you did not changed the log target).


Please read the following pages for upcoming reports and questions:

How to Report Bugs Effectively: 
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
Debugging Procedures: https://wiki.ubuntu.com/DebuggingProcedures

Thank you in advance.
Best regards. Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-15 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
Mmh...

Ok, some more questions:

1. What is your distribution and kernel version?
2. How are your backups invoked? Using schedules (cron) or by pressing the 
'Backup now' button withiin the configuration gui?

Moreover, if you know what you are doing, please try the following. If
you don't feel so, just answer the questions above and we will look for
another way.

* start the application as usual (from the System menu)
* disable any additional profiles within NSsbackup configuration GUI
* create a source directory containg some testing files for backup (don't use 
important data); for example '~/nssbackup-test/should.be.backuped'
* create a backup destination of your choice; you can use the default if you 
want
* check any of the items in the configuration tool so it doesn't contain some 
rubbish settings
* save the config file from the configuration gui
* post the content of the config file from the '/etc/nssbackup.conf' here
* start your backup from the configuration gui by pressing the 'Backup now' 
button

Afterwards, please post the content of the log file here and check the
backup destination folder. Were popup messages displayed when backing
up?

Good luck. Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-17 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
There is something I don't understand so far: The posted log is created
for the profile 'test2', but the config file is (if this file is
'/etc/nssbackup.conf') for the default profile.

Maybe I should explain the whole profile feature first:

* There is always a so called default profile that (in this version) cannot be 
disabled. It configuration file is stored under '/etc/nssbackup.conf' for 
super-users and '~/.config/nssbackup/nssbackup.conf' for non-root users.
* One can add profiles that are run separately from the default profile (and 
should not interfere with other profiles; but maybe that's the problem?)
* Each profile got its own configuration file
* These configuration files are stored in '/etc/nssbackup.d/' for super-users, 
otherwise in '~/.config/nssbackup/nssbackup.d/'
* Active profiles are named 'nssbackup-profilename.conf; disabled profiles are 
named 'nssbackup-profilename.conf-disable'

Known limitations: I experienced an issue related to the logging and
profiles: The problem is, that all profiles use the same name for the
log file. Since the user doesn't change the log directory for each
profile to a different directory, log files were overwritten during the
backup process. You can work around this by 1. not using profiles (at
least for debugging purposes) or 2. set the log directory within the
configuration tool to different destinations for each profile. Because
of that I asked you to disable any additional profiles for the
debugging.

I fixed this for RC3 (not released), but the RC2 still contains the
issue.

Before we figure out what is the problem in your case, we need debugging
output and logs. So, please re-check to use only the default profile for
backing up a single file or directory to a local destination. Post the
config file and the log file (including file path, name and content).

If an exception is raised before the logging was set up it would be
displayed in the shell (but wouldn't be logged into a file of course).
As you are obviously familiar to the use of the shell invoke the backup
process from the shell with following command:

to run as root - uses the config file from '/etc...' and stores the log in 
'/var/...':
sudo nssbackupd

to run as non-root - uses the config file from '/.config/nssbackup...' and 
stores the log in '/.local/share/...':
nssbackupd

Check the output for any error messages (and post the whole output it
here).


I'm sorry for the trouble and thanks a lot for your effort.


Regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-19 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Ok, this looks good. There are actually 2 problems:

1. The logs didn't contain something useful due to the above described
issue. If you'd disable additional profiles, the error would be logged
in the log file. Anyway, the log issue is fixed for RC3.

2. The notification module, i.e. the module that displays nice popup
windows for user's information, returns an error. This is not directly
an issue of NSsbackup but we should handle the error. I will include
this in RC3.

Please do the following:

1. Since this is a real bug, create a bug report containing the post of the 
recent shell output.
2. Please check, if you've installed the package 'notification-daemon'.

At last I want to answer your question concerning the auto-complete within the 
shell:
There is a script '/usr/share/nssbackup/nssbackup' that is only used by cron 
daemon and should not be called by users. Furthermore there are the scripts: 
'nssbackupd', 'nssbackup-config-gui' and 'nssbackup-restore-gui'. If you type 
'nss' and expand it by pressing TAB, the bash is able to expand to 'nssbackup'. 
From here multiple choices exist. You could type a 'd' TAB to expand to 
'nssbackupd' or '-c' TAB to expand to 'nssbackup-config-gui' etc. These scripts 
are found in the PATH if you press ENTER. So they were find by the shell.

Always read carefully what commands to use ;)


Thank you very much for your effort and check out the announcements. I'll fix 
it as soon as possible.

Best regards. Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-20 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Linked to bug: #319294
https://bugs.edge.launchpad.net/bugs/319294
"NSsbackup does not properly handle errors from the  notification module"

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 319294] Re: NSsbackup does not properly handle errors from the notification module

2009-01-20 Thread Jean-Peer Lorenz
Fix is in progress and will be included in 0.2.0 RC3.

** Changed in: nssbackup
   Importance: Undecided => High
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => In Progress
   Target: None => release0.2

-- 
NSsbackup does not properly handle errors from the  notification module
https://bugs.launchpad.net/bugs/319294
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #57582]: Can NSsbackup create backups on a file server that is locally mounted?

2009-01-20 Thread Jean-Peer Lorenz
Question #57582 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/57582

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Thank you for your bug report!

One word about profiles:

Disabling profiles is possible using the configuration tool: click on
Profile Manager in the Toolbar and then un-check the profiles you don't
want to use. You can re-activate them in the same way.

And yes, somebody should create a proper documentation I guess ;)

To the second point: yes, you're right. The decribed behaviour is known
but not as expected. If you want, please create a bug report for this
issue.

Best regards. Jean-Peer.

(if your question is solved, please mark it as closed, thank you)

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Question #57582]: Status of bug #319294 changed to 'Fix Committed' in NSsbackup

2009-01-30 Thread Jean-Peer Lorenz
Bug #319294 status changed in NSsbackup:

In Progress => Fix Committed


https://bugs.edge.launchpad.net/nssbackup/+bug/319294
"NSsbackup does not properly handle errors from the  notification module"

This bug is linked to #57582.
Can NSsbackup create backups on a file server that is locally mounted?
https://answers.edge.launchpad.net/nssbackup/+question/57582

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Blueprint integrity-check] Backup integrity check

2009-01-30 Thread Jean-Peer Lorenz
Blueprint changed by Jean-Peer Lorenz:

Definition Status: Drafting => Approved

-- 
  Backup integrity check
  https://blueprints.edge.launchpad.net/nssbackup/+spec/integrity-check

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 192499] Re: nssbackup segfault when locale not set to utf8

2009-01-30 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Importance: Medium => Low
   Status: Confirmed => Incomplete

** Changed in: nssbackup
   Importance: Low => Undecided
   Target: release0.2 => None

-- 
nssbackup segfault when locale not set to utf8
https://bugs.launchpad.net/bugs/192499
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 319294] Re: NSsbackup does not properly handle errors from the notification module

2009-01-30 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: In Progress => Fix Committed

-- 
NSsbackup does not properly handle errors from the  notification module
https://bugs.launchpad.net/bugs/319294
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Blueprint integrity-check] Backup integrity check

2009-01-31 Thread Jean-Peer Lorenz
Blueprint changed by Jean-Peer Lorenz:

Whiteboard changed to:

This feature should be included in the next upcoming version.

-- 
  Backup integrity check
  https://blueprints.edge.launchpad.net/nssbackup/+spec/integrity-check

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Blueprint exceptions-for-exclusion] Option for exceptions of exclusion rules

2009-01-31 Thread Jean-Peer Lorenz
Blueprint changed by Jean-Peer Lorenz:

Whiteboard changed to:

Implementation shouldn't be very difficult :

1) we need to define how to specify it in the config file
2) the method to modify is basically "isExcludedByConf()"

But note: it adds another option to the application and therefore would
not make NSsbackup more easy. The question is: What is more important?
But I think it is a good thing ;)

-- 
  Option for exceptions of exclusion rules
  https://blueprints.edge.launchpad.net/nssbackup/+spec/exceptions-for-exclusion

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #60065]: Time option in RC2

2009-02-06 Thread Jean-Peer Lorenz
Question #60065 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/60065

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Hello Dan,

NSsbackup knows 2 modes of execution:
1. execution with root privileges (e.g. for backing up system files from 
/etc...). If you want to run NSsbackup as root, you can do so by clicking the 
entry from the main menu 'System->Administration'. You may be asked for your 
password in that case.

2. execution as user without any superuser privileges (e.g. for backing
up personal data from your /home directory...). NSsbackup is executed
without root privileges if you start it from the menu via
'Applications->Utilities'.

Since the schedule feature relies on cron/anacron and those are system
daemons, it is neccessary to run NSsbackup as superuser to use
scheduling. Moreover, because of that the 'Time' tab, for setting up
scheduled backups is only visible if you run NSsbackup as superuser.

Best regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2009-02-11 Thread Jean-Peer Lorenz
For NSsbackup 0.2 was a fix released. Please note, that this issue is
very unlikely fixed in sbackup. Check out NSsbackup instead.

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 137293] Re: emty dialog when restoring with sbackup

2009-02-16 Thread Jean-Peer Lorenz
You can use it as usual software and help making it better. There is no
schedule. Have a look at the FAQs:
https://answers.edge.launchpad.net/nssbackup/+faqs. And just give it a
try.

-- 
emty dialog when restoring with sbackup
https://bugs.launchpad.net/bugs/137293
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 328902] Re: Spelling and wording errors

2009-02-16 Thread Jean-Peer Lorenz
Hey Endolith,

thank you for taking the time reporting this bug. Unfortenately it is
very unlikely to be fixed in sbackup since most of the man power is put
into NSsbackup - an enhanced fork of sbackup project.

The reported bug (and many more) is fixed in NSsbackup resp. doesn't
exist there. So, please just give it a try and help making it better.
You can use it as usual software including installing via package
manager.

Have a look at the project's site at https://launchpad.net/nssbackup and
the at the FAQs: https://answers.edge.launchpad.net/nssbackup/+faqs.

I don't know what is happened to your submitted patch - but sbackup is
not receiving much of love in the most recent past ;)

Thank you.

Jean-Peer

-- 
Spelling and wording errors
https://bugs.launchpad.net/bugs/328902
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to sbackup in ubuntu.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 328899] Re: Should notify the user if backup cannot be made

2009-02-16 Thread Jean-Peer Lorenz
Hey Endolith,

thank you for taking the time reporting this bug. Unfortenately it is
very unlikely to be fixed in sbackup since most of the man power is put
into NSsbackup - an enhanced fork of sbackup project.

The reported bug (and many more) is fixed in NSsbackup resp. doesn't
exist there. So, please just give it a try and help making it better.
You can use it as usual software including installing via package
manager.

Have a look at the project's site at https://launchpad.net/nssbackup and
the at the FAQs: https://answers.edge.launchpad.net/nssbackup/+faqs.

Thank you.

Jean-Peer

-- 
Should notify the user if backup cannot be made
https://bugs.launchpad.net/bugs/328899
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to sbackup in ubuntu.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] Announcement of NSsbackup 0.2 Release Candidate 3 (RC3)

2009-02-16 Thread Jean-Peer Lorenz
NSsbackup 0.2 Release Candidate 3 (RC3)

Another release candidate version for NSsbackup 0.2 is now available.
You can install it using the NSsbackup PPA at
https://edge.launchpad.net/~nssbackup-team/+archive. The source tarball
can be found at https://edge.launchpad.net/nssbackup/+download.

Please test it, translate it and report bugs. Have fun.



signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil
___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Question #57582]: Status of bug #319294 changed to 'Fix Released' in NSsbackup

2009-02-17 Thread Jean-Peer Lorenz
Bug #319294 status changed in NSsbackup:

Fix Committed => Fix Released

Status change explanation given by Jean-Peer Lorenz:

Exception handling was added in 0.2 RC3. Nevertheless, showing
notifications for root users does not work as expected so far.

https://bugs.edge.launchpad.net/nssbackup/+bug/319294
"NSsbackup does not properly handle errors from the  notification module"

This bug is linked to #57582.
Can NSsbackup create backups on a file server that is locally mounted?
https://answers.edge.launchpad.net/nssbackup/+question/57582

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 319294] Re: NSsbackup does not properly handle errors from the notification module

2009-02-17 Thread Jean-Peer Lorenz
Exception handling was added in 0.2 RC3. Nevertheless, showing
notifications for root users does not work as expected so far.

** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
NSsbackup does not properly handle errors from the  notification module
https://bugs.launchpad.net/bugs/319294
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 146617] Re: Restore does not gives the good access rights

2009-02-17 Thread Jean-Peer Lorenz
Needs further investigation. Don't no whether this issue is still
present.

** Changed in: nssbackup
   Status: Confirmed => Triaged

-- 
Restore  does not gives the good access rights
https://bugs.launchpad.net/bugs/146617
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330387] Re: Cosmetic errors

2009-02-17 Thread Jean-Peer Lorenz
Thank you for taking the time reporting this bug. These errors will be
corrected as fast as possible.

** Changed in: nssbackup
   Importance: Undecided => Low
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed

-- 
Cosmetic errors
https://bugs.launchpad.net/bugs/330387
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330646] Re: No desktop notifications when running NSsbackup as superuser

2009-02-17 Thread Jean-Peer Lorenz
The issue occurs spontaneously. Nevertheless, it is based on known
problems sending desktop notifications to users from root/system
services.

** Changed in: nssbackup
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Triaged

-- 
No desktop notifications when running NSsbackup as superuser
https://bugs.launchpad.net/bugs/330646
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330646] [NEW] No desktop notifications when running NSsbackup as superuser

2009-02-17 Thread Jean-Peer Lorenz
Public bug reported:

No desktop notifications when running NSsbackup as superuser:

When running NSsbackup as superuser, no desktop notifications appear on
Backup start, failure or Backup ending. The notifications were showed if
NSsbackup is invoked as 'normal' user (from Applications->Utilities).

OS: Ubuntu 8.10
NSsbackup 0.2.0 RC3
installed from PPA

** Affects: nssbackup
 Importance: Medium
     Assignee: Jean-Peer Lorenz (peer.loz)
 Status: Triaged


** Tags: dbus notifications nssbackup superuser

-- 
No desktop notifications when running NSsbackup as superuser
https://bugs.launchpad.net/bugs/330646
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 212015] Re: Automatic time-set sbackup on smb share is not working while manual backup is working

2009-02-17 Thread Jean-Peer Lorenz
Thank you for taking the time reporting this bug.

At the moment I am unable to confirm this issue with sbackup 0.10.x due
to the lack of a configured SAMBA share.

Moreover, please note, that most development work takes place on the
forked project NSsbackup. It would help a lot if one of you could test
the usecase described above with NSsbackup - but I really don't know
whether it works or not. So, please just give it a try and help making
it better. You can use it as usual software including installing via
package manager.

Have a look at the project's site at https://launchpad.net/nssbackup and
the at the FAQs: https://answers.edge.launchpad.net/nssbackup/+faqs.

Thank you.

Jean-Peer

-- 
Automatic time-set sbackup on smb share is not working while manual backup is 
working
https://bugs.launchpad.net/bugs/212015
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to sbackup in ubuntu.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #61376]: Installation with Synaptic and PPA fails

2009-02-18 Thread Jean-Peer Lorenz
Question #61376 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/61376

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Hey Jonathon,

I'm very sorry for your trouble. I discovered the reported issue just
after releasing RC3. I've already fixed it and will release an update
this night (hopefully).

Best regards,

Jean-Peer.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331282] [NEW] Installation fails in post installation process

2009-02-18 Thread Jean-Peer Lorenz
Public bug reported:

Installation fails in post installation process:

Due to an error in 'nssbackupconfig' the installation resp.
configuration during the installation process fails with error code 9.
The package cannot be configured.

OS: Ubuntu 8.04
NSsbackup 0.2.0 RC3

** Affects: nssbackup
 Importance: Undecided
 Status: New


** Tags: installation post

-- 
Installation fails in post installation process
https://bugs.launchpad.net/bugs/331282
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331282] Re: Installation fails in post installation process

2009-02-18 Thread Jean-Peer Lorenz
Fixed.

** Changed in: nssbackup
   Importance: Undecided => High
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Fix Released
   Target: None => release0.2

-- 
Installation fails in post installation process
https://bugs.launchpad.net/bugs/331282
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330651] Re: no backup is performed

2009-02-18 Thread Jean-Peer Lorenz
Hey Lubomír,

I've looked at your log and couldn't find any suspicous output. But
please keep in mind: The creation of a full backup of 13GB (in your
case) may take some time. And I mean possibly more than 1 hour. This is
because NSsbackup runs at nice level 19 to avoid blocking your system.
To prove if this is really a hidden bug I suggest the following:
configure NSsbackup to perfom a small test backup (some files) and post
whether this works for you.

Moreover read the FAQs related to debugging NSsbackup.

(Unsupported hint: you can renice the priority of the spawned backup
process to increase speed)

Please post your results.
Jean-Peer


** Changed in: nssbackup
   Status: New => Incomplete

-- 
no backup is performed
https://bugs.launchpad.net/bugs/330651
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331349] [NEW] [Regression] Backup into target directory containing spaces fails.

2009-02-18 Thread Jean-Peer Lorenz
Public bug reported:

[Regression] Backup into target directory containing spaces fails:

In 0.2.0 RC3 a regression was introduced: Backup into target directory
containing spaces fails.

Experienced with NSsbackup 0.2.0 rc3 and rc4.

** Affects: nssbackup
 Importance: Medium
 Assignee: Jean-Peer Lorenz (peer.loz)
 Status: In Progress


** Tags: backup failure regression

-- 
[Regression] Backup into target directory containing spaces fails.
https://bugs.launchpad.net/bugs/331349
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331349] Re: [Regression] Backup into target directory containing spaces fails.

2009-02-18 Thread Jean-Peer Lorenz
A fix is already commited and will be released very soon.


** Changed in: nssbackup
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => In Progress
   Target: None => release0.2

-- 
[Regression] Backup into target directory containing spaces fails.
https://bugs.launchpad.net/bugs/331349
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331507] Re: NSsbackup Configuration will not start at all

2009-02-19 Thread Jean-Peer Lorenz
Hey Mads,

thank you for taking the time reporting this bug. Indeed, this is a
regression accidentally introduced by me. The desired behaviour is of
course to use reasonable default values and to create a new
configuration file. I've commited a fix already and will release a new
version this evening. So, be patient ;)

Best regards,
Jean-Peer


** Changed in: nssbackup
   Importance: Undecided => High
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Fix Committed
   Target: None => release0.2

-- 
NSsbackup Configuration will not start at all
https://bugs.launchpad.net/bugs/331507
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330651] Re: no backup is performed

2009-02-19 Thread Jean-Peer Lorenz
At the moment there is no way provided to change the priority. For later
release this is a reasonable feature. I've registered a blueprint
concerning this topic (https://blueprints.launchpad.net/nssbackup/+spec
/change-priority-of-process). If you want write down some ideas how such
feature should work for you and e.g. could be integrated into the GUI.

Thank you.
Jean-Peer


P.S.: Since this bug is invalid it will be closed.

** Changed in: nssbackup
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: Incomplete => Invalid

-- 
no backup is performed
https://bugs.launchpad.net/bugs/330651
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331349] Re: [Regression] Backup into target directory containing spaces fails.

2009-02-19 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: In Progress => Fix Committed

-- 
[Regression] Backup into target directory containing spaces fails.
https://bugs.launchpad.net/bugs/331349
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331507] Re: NSsbackup Configuration will not start at all

2009-02-25 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
NSsbackup Configuration will not start at all
https://bugs.launchpad.net/bugs/331507
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 331349] Re: [Regression] Backup into target directory containing spaces fails.

2009-02-25 Thread Jean-Peer Lorenz
Fixed in 0.2.0-RC6


** Changed in: nssbackup
   Status: Fix Committed => Fix Released

-- 
[Regression] Backup into target directory containing spaces fails.
https://bugs.launchpad.net/bugs/331349
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 334580] Re: Backup fails due to error when accessing a temporary file

2009-02-25 Thread Jean-Peer Lorenz
A fix adressing this issue is in progress.

** Changed in: nssbackup
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed
   Target: None => release0.2

** Changed in: nssbackup/0.2
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed
   Target: None => release0.2

-- 
Backup fails due to error when accessing a temporary file
https://bugs.launchpad.net/bugs/334580
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 334580] [NEW] Backup fails due to error when accessing a temporary file

2009-02-25 Thread Jean-Peer Lorenz
Public bug reported:

Backup fails due to error when accessing a temporary file:

Under certain circumstances the `files.snar` file cannot be copied from
the temporary directory. This issue is caused by bad permissions of the
created temporary directory. In the case that NSsbackup is called as
superuser first, the temporary directory cannot be accessed by non-
privileged users afterwards and the backup fails.

Experienced with
OS: Ubuntu 8.10
NSsbackup 0.2.0-RC6 installed both from PPA and from source.

Here is the interesting portion of the log:

2009-02-25 23:02:41,127 - DEBUG - tar.py:makeTarIncBackup(299) - Temporary 
snarfile: /tmp/nssbackup/files.snar
2009-02-25 23:02:41,128 - ERROR - nssbackupd.py:__onError(226) - [Errno 13] 
Permission denied: '/tmp/nssbackup/files.snar'
2009-02-25 23:02:41,130 - ERROR - nssbackupd.py:__onError(227) - Traceback 
(most recent call last):
  File 
"/home/peer/programming/python/nssb/modified/trunk/nssbackup/src/nssbackup/nssbackupd.py",
 line 217, in run
self.__bm.makeBackup()
  File 
"/home/peer/programming/python/nssb/modified/trunk/nssbackup/src/nssbackup/managers/BackupManager.py",
 line 357, in makeBackup
self.__actualSnapshot.commit()
  File 
"/home/peer/programming/python/nssb/modified/trunk/nssbackup/src/nssbackup/util/Snapshot.py",
 line 339, in commit
self.__makebackup()
  File 
"/home/peer/programming/python/nssb/modified/trunk/nssbackup/src/nssbackup/util/Snapshot.py",
 line 528, in __makebackup
TAR.makeTarIncBackup(self)
  File 
"/home/peer/programming/python/nssb/modified/trunk/nssbackup/src/nssbackup/util/tar.py",
 line 307, in makeTarIncBackup
shutil.copy( base_snarfile, tmp_snarfile )
  File "/usr/lib/python2.5/shutil.py", line 85, in copy
copyfile(src, dst)
  File "/usr/lib/python2.5/shutil.py", line 52, in copyfile
fdst = open(dst, 'wb')
IOError: [Errno 13] Permission denied: '/tmp/nssbackup/files.snar'

** Affects: nssbackup
 Importance: Medium
 Assignee: Jean-Peer Lorenz (peer.loz)
     Status: Confirmed

** Affects: nssbackup/0.2
 Importance: Medium
 Assignee: Jean-Peer Lorenz (peer.loz)
 Status: Confirmed


** Tags: backup failure

-- 
Backup fails due to error when accessing a temporary file
https://bugs.launchpad.net/bugs/334580
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 334580] Re: Backup fails due to error when accessing a temporary file

2009-02-25 Thread Jean-Peer Lorenz
Fix is commited.

** Changed in: nssbackup
   Status: Confirmed => Fix Committed

-- 
Backup fails due to error when accessing a temporary file
https://bugs.launchpad.net/bugs/334580
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 334580] Re: Backup fails due to error when accessing a temporary file

2009-02-25 Thread Jean-Peer Lorenz
Fix is commited.


** Changed in: nssbackup/0.2
   Status: Confirmed => Fix Committed

-- 
Backup fails due to error when accessing a temporary file
https://bugs.launchpad.net/bugs/334580
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #62491]: nssbackup doesn't backup

2009-02-27 Thread Jean-Peer Lorenz
Question #62491 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/62491

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
Hello,

did you uninstalled the previous NSsbackup installation before the
installation using Synaptic?

You could do the following:

1. uninstall NSsbackup using Synaptic
2. uninstall using `% sudo make uninstall` from your source directory
3. you should now have a clean machine without any NSsbackup
4. walk into the /tmp directory and remove the directory /tmp/nssbackup (this 
is only for temporary data and will be created again later, but there is a 
known issue so please don't skip this step)
5. re-install NSsbackup using Synaptic
6. launch the configuration tool from the menu `Applications->Utilities` (as 
non-privileged user)
7. set up the default profile to perform a minimal backup of some files from 
your /home directory
8. take care to choose a target you have write permissions in (e.g. a directory 
in your (/home directory created for this purpose)
9. do a backup and check the log files that were copied

hopefully this works, tell your results.

Regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #62529]: why conflict with sbackup?

2009-02-27 Thread Jean-Peer Lorenz
Question #62529 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/62529

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Hey Anton,

I want to try to answer your questions.

>However, sbackup currently seems slightly more stable and reliable.

I really don't think so. In my opinion sbackup contains many (partly
blocker) bugs and does not create reliable backups. This was the reason
for me to turn to NSsbackup.


>So, the question is, why is this listed as a conflict?

Since both packages have the same purpose it is nor reasonable neither
useful for `end-users` to install them beside each other. Main reason
might be the backup format: NSsbackup is compatible with sbackup i.e. it
uses mainly the same configuration file structure (that's actually all).
But this does not mean that sbackup is able to handle data that was
created by NSsbackup.


>Are there really things that are incompatible between them?

In fact, due to sophisticated features provided by NSsbackup here is a
completelly different backup format in use. You can upgrade your
existing backups with the help of NSsbackup, but there is no possibility
to read such backups in sbackup again. So, in my opinion (and from the
view of end-users) the packages conflict.


>but should that not be up to the users (or distro builders) to decide?

Of course, and the user can decide all the time. You can install
NSsbackup (this removes sbackup) and test it, whether it meets your
needs. As a smart user, one shouldn't do this with important data ;) The
software is eventually crappy. Now, you can decide to use it or to go
back to sbackup. If you decide to use NSsbackup you can manually upgrade
your exsiting backups. If not, you can re-install sbackup (this removes
NSsbackup) and everything is as it was before.


>I'd therefore like to use sbackup, while working on nssbackup.

No problem, you can do so. You can work on the source code and use
sbackup. (You cannot and should not modify the files installed from a
Debian package, of course!)


Some questions from me:

What are you actually going to work on?
Would you help translating NSsbackup?
Before implementing new features the is a lot of work to be done related to 
documentation, website etc. Do you have some time/experience?

Thank you, HTH.
Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 330646] Re: No desktop notifications when running NSsbackup as superuser

2009-02-27 Thread Jean-Peer Lorenz
Aparently this is related to suspend/hibernate. The notifications daemon
looses the connection after a certain period of time. But it is really
hard to reproduce. For me it works the most of the time. And if the
issue isn't present it is difficult to implement a fix or workaround.
Due to this facts I believe this is likely not being fixed in 0.2.0.

-- 
No desktop notifications when running NSsbackup as superuser
https://bugs.launchpad.net/bugs/330646
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #62491]: nssbackup doesn't backup

2009-02-28 Thread Jean-Peer Lorenz
Question #62491 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/62491

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Ok, so obviously NSsbackup works so far. I did not understand exactly
what you meant by

>I can do a backup one of the configs I create, but no other config. It
starts, then stops immediately on the other configs.

Can you explain this again?

To finally resolve the problem, please try the following:

* run NSsbackup as superuser (from menu Administration->nssbackup configuration)
* open the profile manager and remove all profiles
* unselect all entries (but after removal there shouldn't be left one) and 
close the profile manager
* you should be back in the configuration window, check whether the current 
profile is the `Default profile` (it's written in the lower right corner of the 
window)
* re-configure the default profile to your needs (do not add any profiles at 
this moment)
* perform a backup using this default profile

Hopefully this works. If so, you can try to add a second profile and
configure this.

An important note: At the moment it is not possible to deactivate the
default profile. You have to set up a default profile since this is
executed each time.

Good luck. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #60065]: Time option in RC2

2009-02-28 Thread Jean-Peer Lorenz
Question #60065 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/60065

Jean-Peer Lorenz requested for more information:
Hello Dan,

is your problem is solved and your question answered? Please mark it as
solved if so or request additional informations if not.

Regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #39044]: ERROR - nssbackupd.py:run(131) - Couldn't make a proper backup

2009-02-28 Thread Jean-Peer Lorenz
Question #39044 on NSsbackup changed:
https://answers.edge.launchpad.net/nssbackup/+question/39044

Status: Answered => Solved

Jean-Peer Lorenz changed the question status:
Marked as solved.

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #62529]: why conflict with sbackup?

2009-03-02 Thread Jean-Peer Lorenz
Question #62529 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/62529

Status: Open => Answered

Jean-Peer Lorenz proposed the following answer:
Hey Anton,

very nice. Help is always appreciated.

Some final comments:

>vanilla tar has an option for multi-volume backups

NSsbackup supports uncompressed multi-volume backups create with TAR.
However (AFAIK) does TAR currently not support compressed multi-volume
backups and I think it takes quite a long time till this feature will be
supported by TAR. For this reason I've created a blueprint
(https://blueprints.launchpad.net/nssbackup/+spec/use-dar-for-backups)
for using DAR as a long-term goal. This would indeed solve quite a lot
of problems/feature requests. But before starting any work on this I
think the most important aim is to make NSsbackup a stable piece of
software, to merge it with sbackup and to enhance all the documentation
stuff. Many usecases can be well covered by using TAR. Moreover some
modifications on the software's infrastructure will be necessary.

>auto-detect the max filesize

Yes, I think this would be useful and feasible but has low priority.
Maybe you create a blueprint for this?!

>verification of the backup

This must be done next (with high priority). I hope, the TAR included
`verify` functionality can be used (see
https://blueprints.launchpad.net/nssbackup/+spec/integrity-check),

For translations have a look at NSsbackup's translations site within
Launchpad. You can easyly contribute and you are allways asked to send
suggestions for string replacements (better suited strings for the
application - so anybody can understand what is meant by an option, text
field etc.)

Thank you for your interest.
Best regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 336999] Re: Installation failed from ppa for jaunty.

2009-03-02 Thread Jean-Peer Lorenz
Hey Martin,

thank you for reporting this issue. The problem is that the NSsbackup
Python package could no be found. You are using Python 2.6, aren't you?

I had a look at the installation files and found the origin of the
problem: static references to Python 2.5 are used (e.g. in nssbackup-
common.install: debian/tmp/usr/lib/python2.5/site-
packages/nssbackup/managers/*.py).

Bug is confirmed.

-- 
Installation failed from ppa for jaunty.
https://bugs.launchpad.net/bugs/336999
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 336999] Re: Installation failed from ppa for jaunty.

2009-03-02 Thread Jean-Peer Lorenz
Needs investigations on how to write Debian packaging files
independently of used Python version.

** Changed in: nssbackup
   Importance: Undecided => High
   Status: New => Confirmed
   Target: None => release0.2

-- 
Installation failed from ppa for jaunty.
https://bugs.launchpad.net/bugs/336999
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 337269] Re: deletes incremental backups left by sbackup

2009-03-03 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Status: New => Incomplete
   Target: None => release0.2

-- 
deletes incremental backups left by sbackup
https://bugs.launchpad.net/bugs/337269
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 337269] Re: deletes incremental backups left by sbackup

2009-03-03 Thread Jean-Peer Lorenz
Hey Francesco,

thank you for taking the time to report this issue. At the moment I
cannot confirm the described behaviour. Please give some additional
informations:

* what version of NSsbackup did you use
* what is your OS
* what is your Python version
* can you attach logfiles created during this incident

Moreover, please describe excatly what you did and what you expected.

I did a quick test to confirm your bug and experienced (with recent
installation from PPA) the following:

* I created some backups (full and inc) with sbackup
* afterwards I performed backups with the same settings (include dirs, 
destination etc.) with NSsbackup
-> the things worked for me as expected: I got a log message and a popup 
notification (see http://srv022.pixpack.net/20090304072929804_lozhchdiob.png) 
that informed me that there are old snapshots, but none of these were 
automatically upgraded nor deleted. I think this is the desired behaviour.

Please post some informations, so we can turn out what the problem was
in your case.

Thank you very much.
Regards. Jean-Peer

-- 
deletes incremental backups left by sbackup
https://bugs.launchpad.net/bugs/337269
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 337269] Re: deletes incremental backups left by sbackup

2009-03-03 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Status: New => Incomplete
   Target: None => release0.2

-- 
deletes incremental backups left by sbackup
https://bugs.launchpad.net/bugs/337269
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


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

2009-03-04 Thread Jean-Peer Lorenz
** Changed in: nssbackup
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed
   Target: None => release0.2

** Changed in: nssbackup/0.2
   Importance: Undecided => Medium
 Assignee: (unassigned) => Jean-Peer Lorenz (peer.loz)
   Status: New => Confirmed
   Target: None => release0.2

-- 
ImportError: No module named nssbackup.util.log in ImportError: No module named 
nssbackup.util.log
https://bugs.launchpad.net/bugs/337921
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


[Nssbackup-team] [Bug 336999] Re: Installation failed from ppa for jaunty.

2009-03-04 Thread Jean-Peer Lorenz
** Changed in: nssbackup/0.2
   Importance: Undecided => High
   Status: New => Confirmed
   Target: None => release0.2

-- 
Installation failed from ppa for jaunty.
https://bugs.launchpad.net/bugs/336999
You received this bug notification because you are a member of NSsbackup
team, which is subscribed to NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


Re: [Nssbackup-team] [Question #63183]: nssbackup 0.2 rc6 is uninstallable

2009-03-05 Thread Jean-Peer Lorenz
Question #63183 on NSsbackup changed:
https://answers.launchpad.net/nssbackup/+question/63183

Status: Open => Needs information

Jean-Peer Lorenz requested for more information:
Hey Kai,

thank you for trying NSsbackup on Fedora. Unfortenately the given
informations avoid giving any answer. Please add the following
informations:

* from where installed you NSsbackup (source code?)
* what commands did you enter, in what order?
* what are actually going to do - installation or building a package?

Nevertheless, I'll try to give some answers into the dark:

1. Make sure that the package `gettext` is installed. This package is used for 
compilation of language files.
2. Check the default version of Python Fedora uses. See the related bug report 
https://bugs.launchpad.net/nssbackup/+bug/336999.

Good luck.
Regards. Jean-Peer

-- 
You received this question notification because you are a member of
NSsbackup team, which is an answer contact for NSsbackup.

___
Mailing list: https://launchpad.net/~nssbackup-team
Post to : nssbackup-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nssbackup-team
More help   : https://help.launchpad.net/ListHelp


  1   2   3   4   5   6   7   8   9   10   >