[Bug 1875642] Re: FSVS - not able to commit changes to remote HTTP SVN repo

2021-11-23 Thread Dariusz Kolasinski
This bug probably still exists. I`m moving my 18.04 machines to 20.04
and I`m migrating to etckeeper (because of this bug). I currently don`t
have any 20.04 machine with fsvs to generate this report and to confirm
this bug still exists.

I`ve checked my old notes and found this may be connected to this bug:
https://svn.haxx.se/dev/archive-2018-01/0057.shtml But I`m not 100%
sure.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875642

Title:
  FSVS - not able to commit changes to remote HTTP SVN repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872212] Re: grub-install: Operation not permitted

2020-11-24 Thread Dariusz Kolasinski
Same result here,  hypervisor: Hyper-V.
Partition table: GPT

Here is command dpkg uses to upgrade grub:
root@host ~ # grub-install --efi-directory=/boot/efi --target=x86_64-efi  
/dev/sda 
Installing for x86_64-efi platform.
grub-install: warning: Internal error.
grub-install: error: failed to register the EFI boot entry: Operation not 
permitted.

Here is the same command with: --no-nvram

root@host ~ # grub-install --efi-directory=/boot/efi --target=x86_64-efi 
--no-nvram  /dev/sda 
Installing for x86_64-efi platform.
Installation finished. No error reported.

It looks like it is related to Hyper-V.

I`ve tried to use dpkg-reconfigure grub-efi-amd64 to set update_nvram
false, but dpkg is still not using the --no-nvram flag:

root@host /var/lib/dpkg # debconf-show grub-efi-amd64 | fgrep nvram
* grub2/update_nvram: false

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872212

Title:
  grub-install: Operation not permitted

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub2-signed/+bug/1872212/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875926] Re: snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

2020-05-01 Thread Dariusz Kolasinski
OK, I understand now. It looks like my configuration is affected. I keep
some configuration files in /etc/snmp needed for snmp modules (like
database integration etc.). This files need to be Debain-snmp group
readable. I also keep some local state data in /usr/local/var/snmp.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875926

Title:
  snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1875926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875926] Re: snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

2020-04-30 Thread Dariusz Kolasinski
The trouble is that the UID/GID of files owned by Debian-snmp (before
the upgrade) is kept resulting in files owned by tcpdump and systemd-
timesync after the upgrade.  For egzample files in /etc/snmp/.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875926

Title:
  snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1875926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875926] [NEW] snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

2020-04-29 Thread Dariusz Kolasinski
Public bug reported:

snmpd upgrade bionic->focal changes Debian-snmp UID/GID. Tested on two
different machines, the result:

#1

diff -u passwd.r15 passwd.local
--- passwd  Rev. 15 (Fri Sep 13 10:35:32 2019)
+++ passwd  Local version   (Fri Apr 24 09:53:12 2020)
@@ -31,4 +31,6 @@ systemd-resolve:x:112:122:systemd Resolv
 uuidd:x:100:101::/run/uuidd:/bin/false
 _apt:x:114:65534::/nonexistent:/bin/false
 dhcpd:x:115:125::/var/run:/bin/false
-Debian-snmp:x:109:118::/var/lib/snmp:/bin/false

 
+tcpdump:x:109:126::/nonexistent:/usr/sbin/nologin  

 
+Debian-snmp:x:113:127::/var/lib/snmp:/bin/false

 
+systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin  

#2

--- passwd  Rev. 5  (Thu Feb 20 15:21:15 2020)
+++ passwd  Local version   (Wed Apr 29 17:28:58 2020)
@@ -31,6 +31,9 @@ postfix:x:111:114::/var/spool/postfix:/u
 bacula:x:112:116:Bacula:/var/lib/bacula:/usr/sbin/nologin
 mysql:x:113:117:MySQL Server,,,:/nonexistent:/bin/false
 nagios:x:114:118::/var/lib/nagios:/usr/sbin/nologin
-Debian-snmp:x:115:119::/var/lib/snmp:/bin/false
 elasticsearch:x:116:120::/nonexistent:/bin/false
 str_alk_prod:x:1000:1000:,,,:/home/str_alk_prod:/bin/bash
+systemd-timesync:x:115:119:systemd Time 
Synchronization,,,:/run/systemd:/usr/sbin/nologin
+tcpdump:x:117:123::/nonexistent:/usr/sbin/nologin
+Debian-snmp:x:118:124::/var/lib/snmp:/bin/false
+systemd-coredump:x:999:999:systemd Core Dumper:/:/usr/sbin/nologin

** Affects: net-snmp (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875926

Title:
  snmpd upgrade (Bionic->Focal) changes Debian-snmp UID/GID

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/net-snmp/+bug/1875926/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875642] Re: FSVS - not able to commit changes to remote HTTP SVN repo

2020-04-28 Thread Dariusz Kolasinski
Tried fsvs-1.2.9 - same effect. I guess something changed in subversion
libraries.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875642

Title:
  FSVS - not able to commit changes to remote HTTP SVN repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875642] [NEW] FSVS - not able to commit changes to remote HTTP SVN repo

2020-04-28 Thread Dariusz Kolasinski
Public bug reported:

After upgrading one of my machines to Ubuntu 20.04 fsvs stopped working.
I`m not able to commit changes to remote repo provided by libapache2
-mod-svn. I`ve tried to reproduce it by installing apache2+mod-svn+svn
locally and the result is the same.

SVN client works fine.

||/ Name   Version   Architecture Description
+++-==-=--
ii  fsvs   1.2.7-1build2 amd64Full system versioning with 
metadata support
ii  subversion 1.13.0-3 amd64Advanced version control system

Fresh SVN repo, fresh fsvs config and fresh apache2+svn install (all on the 
same box):
Apache config:

### SVN ###
DAV svn
SVNParentPath /home/REPO/REPO-svn/svn/
AuthzSVNAccessFile /home/REPO/REPO-svn/.htaccess-svn.svn
AuthUserFile /home/REPO/REPO-svn/.htpasswd.svn
Require valid-user
AuthType Basic
AuthName "SVN reposity"

AuthBasicProvider file


Result (quick and dirty):

root@BOX /home/REPO/REPO-svn/svn # svnadmin create test
root@BOX /home/REPO/REPO-svn/svn # find /home/REPO -exec chown 
www-data:www-data {} \;
root@BOX /home/REPO/REPO-svn/svn # cd /home/bummer
root@BOX /home/bummer # fsvs urls http://localhost/svn/test
root@BOX /home/bummer # fsvs
N...   dir  apcupsd
N...  2344  apcupsd/multimon.conf
N...   387  apcupsd/offbattery
N... 12656  apcupsd/apcupsd.conf
N...   377  apcupsd/commfailure
N...  1052  apcupsd/ups-monitor
N...   352  apcupsd/onbattery
N...   617  apcupsd/killpower
N... 13238  apcupsd/apcupsd.conf.dpkg-dist
N...   416  apcupsd/commok
N...   662  apcupsd/hosts.conf
N...  4007  apcupsd/apccontrol
N...   388  apcupsd/changeme
.mC.   dir  .
root@BOX /home/bummer # fsvs commit -mstart
[... user login here ...]

Committing to http://localhost/svn/test
N...   dir  apcupsd
N...  2344  apcupsd/multimon.conf
N...   387  apcupsd/offbattery
N... 12656  apcupsd/apcupsd.conf
N...   377  apcupsd/commfailure
N...  1052  apcupsd/ups-monitor
N...   352  apcupsd/onbattery
N...   617  apcupsd/killpower
N... 13238  apcupsd/apcupsd.conf.dpkg-dist
N...   416  apcupsd/commok
N...   662  apcupsd/hosts.conf
N...  4007  apcupsd/apccontrol
N...   388  apcupsd/changeme


An error occurred: The filesystem editor completion process was not followed 
(160050)
  in ci__work: editor->close_edit: Closing editor with directories or files open
root@BOX /home/bummer #

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875642

Title:
  FSVS - not able to commit changes to remote HTTP SVN repo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs