bzr failure to commit to /etc/ on software install

Bug #1178058 reported by Jim Norman
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Bazaar
New
Undecided
Unassigned

Bug Description

Ubuntu 13.04 32 bit desktop
4G Memory
Intel® Core™2 Quad CPU Q9300 @ 2.50GHz × 4
GeForce 8800 GT/PCIe/SSE2
482.2 GB Disk

bzr: ERROR: bzrlib.errors.InvalidEntryName: Invalid entry name: \

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 842, in run
    no_recurse, action=action, save=not dry_run)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 52, in tree_write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 453, in smart_add
    adder.add(file_list, recurse=recurse)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 764, in add
    inv_path)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 628, in _add_one_and_parent
    file_id=file_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 2234, in make_entry
    return factory(file_id, name, parent_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 422, in __init__
    super(InventoryFile, self).__init__(file_id, name, parent_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 222, in __init__
    raise errors.InvalidEntryName(name=name)
InvalidEntryName: Invalid entry name: \

bzr 2.6.0dev3 on python 2.7.4 (Linux-3.8.0-19-generic-i686-with-
    Ubuntu-13.04-raring)
arguments: ['/usr/bin/bzr', 'add', '-q', '.']
plugins: bash_completion[2.6.0dev3], bzrtools[2.5.0],
    changelog_merge[2.6.0dev3], dbus[0.1.0dev], etckeeper[unknown],
    grep[2.6.0dev3], gtk[0.104.0dev], launchpad[2.6.0dev3],
    netrc_credential_store[2.6.0dev3], news_merge[2.6.0dev3],
    po_merge[2.6.0dev3], weave_fmt[2.6.0dev3]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.
etckeeper warning: bzr add failed
etckeeper warning: hardlinked files could cause problems with bzr:
./apt/sources.list.d/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node
./apt/sources.list.d/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Release/bson.node
Committing to: /etc/
modified cups/subscriptions.conf
modified cups/subscriptions.conf.O
Committed revision 711.
Preconfiguring packages ...
(Reading database ... 367435 files and directories currently installed.)
Preparing to replace openerp6.1-core 6.1-1+dfsg-0ubuntu3 (using .../openerp6.1-core_6.1-1+dfsg-0ubuntu3_all.deb) ...
Stopping openerp-server: openerp-server.
Unpacking replacement openerp6.1-core ...
Preparing to replace openerp6.1-full 6.1-1+dfsg-0ubuntu3 (using .../openerp6.1-full_6.1-1+dfsg-0ubuntu3_all.deb) ...
Unpacking replacement openerp6.1-full ...
Processing triggers for ureadahead ...
Setting up openerp6.1-core (6.1-1+dfsg-0ubuntu3) ...
Starting openerp-server: openerp-server.
Setting up openerp6.1-full (6.1-1+dfsg-0ubuntu3) ...
Restarting openerp-server: openerp-server.
bzr: ERROR: bzrlib.errors.InvalidEntryName: Invalid entry name: \

Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 930, in exception_to_return_code
    return the_callable(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 1121, in run_bzr
    ret = run(*run_argv)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 673, in run_argv_aliases
    return self.run(**all_cmd_args)
  File "/usr/lib/python2.7/dist-packages/bzrlib/commands.py", line 697, in run
    return self._operation.run_simple(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 136, in run_simple
    self.cleanups, self.func, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/cleanup.py", line 166, in _do_with_cleanups
    result = func(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/builtins.py", line 842, in run
    no_recurse, action=action, save=not dry_run)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 52, in tree_write_locked
    return unbound(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 453, in smart_add
    adder.add(file_list, recurse=recurse)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 764, in add
    inv_path)
  File "/usr/lib/python2.7/dist-packages/bzrlib/mutabletree.py", line 628, in _add_one_and_parent
    file_id=file_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 2234, in make_entry
    return factory(file_id, name, parent_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 422, in __init__
    super(InventoryFile, self).__init__(file_id, name, parent_id)
  File "/usr/lib/python2.7/dist-packages/bzrlib/inventory.py", line 222, in __init__
    raise errors.InvalidEntryName(name=name)
InvalidEntryName: Invalid entry name: \

bzr 2.6.0dev3 on python 2.7.4 (Linux-3.8.0-19-generic-i686-with-
    Ubuntu-13.04-raring)
arguments: ['/usr/bin/bzr', 'add', '-q', '.']
plugins: bash_completion[2.6.0dev3], bzrtools[2.5.0],
    changelog_merge[2.6.0dev3], dbus[0.1.0dev], etckeeper[unknown],
    grep[2.6.0dev3], gtk[0.104.0dev], launchpad[2.6.0dev3],
    netrc_credential_store[2.6.0dev3], news_merge[2.6.0dev3],
    po_merge[2.6.0dev3], weave_fmt[2.6.0dev3]
encoding: 'utf-8', fsenc: 'UTF-8', lang: 'en_US.UTF-8'

*** Bazaar has encountered an internal error. This probably indicates a
    bug in Bazaar. You can help us fix it by filing a bug report at
        https://bugs.launchpad.net/bzr/+filebug
    including this traceback and a description of the problem.
etckeeper warning: bzr add failed
bzr: ERROR: Unable to determine your name.
Please, set your name with the 'whoami' command.
E.g. bzr whoami "Your Name <email address hidden>"
etckeeper warning: hardlinked files could cause problems with bzr:
./apt/sources.list.d/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Release/obj.target/bson.node
./apt/sources.list.d/node_modules/mongoose/node_modules/mongodb/node_modules/bson/build/Release/bson.node
Committing to: /etc/
modified openerp/openerp-server.conf
Committed revision 712.

Revision history for this message
Jim Norman (jim-jsnorman) wrote :
Jelmer Vernooij (jelmer)
tags: added: check-for-breezy
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.