[Bug 1267564] Re: etckeeper with git breaks package upgrades that touch /etc

2015-10-21 Thread Borim
The problem could be that name and email are not configured in git for the root login. To do it you can do following: sudo -s git config --global user.email "y...@example.com" git config --global user.name "Your Name" Can you please check if this solves your problem? Another problem exists with

[Bug 1335391] Re: etckeeper with git breaks update-manager

2015-09-17 Thread Borim
I think the two bugs are only related. In #1267564 every change with apt, synaptic or update-manager leads to an error, as username and email are not set. As changing packages require root privilege the username and email have to be configured for the root login. When this is done altering

[Bug 1335391] Re: etckeeper with git breaks update-manager

2015-05-20 Thread Borim
I am using also a german local. Also the fault does not happen every update. Sometimes it works without a fault, but I did not recognize any schema, when the fault happen and when not. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to

[Bug 1335391] [NEW] etckeeper with git breaks update-manager

2014-06-28 Thread Borim
Public bug reported: I have configured etckeeper to use git. It works fine if I use apt-get or synaptic paket manager. But when the update-manger install new packet versions it ends with an installation falied message. When I check the status of the git repository in the etc directory, some

[Bug 823878] Re: bind interfaces only requires a manual change to /etc/init/smbd.conf

2013-06-28 Thread Borim
This probably refers to the 'static-network-up' event. In my case this maybe enough, as I use static configured network interfaces, but what if smbd is bound to a interface using DHCP? I did not check if this case will work. But I think smbd should handle binding to static and dynamic

[Bug 1195816] [NEW] OOPS priv_sock_get_cmd, when writing file

2013-06-28 Thread Borim
Public bug reported: I configured vsftpd to enable anonymous uploads. When I try to upload a file, it gets created but than the error message: 500 OOPS: priv_sock_get_cmd Following the recommendation from http://lists.opensuse.org/opensuse-bugs/2013-03/msg00457.html I add following option:

[Bug 823878] Re: bind interfaces only requires a manual change to /etc/init/smbd.conf

2012-12-25 Thread Borim
A solution for the future can be the use of the network-services event. It is mentioned in the upstart cookbook (http://upstart.ubuntu.com/cookbook/#networkservices) and Bug #701576 also target the introduction of this event. In the cookbook it is announced for 11.10. I checked the existence of