Activity log for bug #1875642

Date Who What changed Old value New value Message
2020-04-28 12:32:36 Dariusz Kolasinski bug added bug
2021-11-23 13:04:25 Ph. Marek fsvs (Ubuntu): status New Incomplete
2021-11-23 13:04:25 Ph. Marek fsvs (Ubuntu): assignee Ph. Marek (ph-marek)
2021-11-23 13:39:45 Ph. Marek fsvs (Ubuntu): status Incomplete Fix Committed
2023-12-11 13:37:21 Sudip Mukherjee bug added subscriber Sudip Mukherjee
2023-12-11 16:00:43 Brian Murray nominated for series Ubuntu Focal
2023-12-11 16:00:43 Brian Murray bug task added fsvs (Ubuntu Focal)
2023-12-11 16:00:43 Brian Murray nominated for series Ubuntu Jammy
2023-12-11 16:00:43 Brian Murray bug task added fsvs (Ubuntu Jammy)
2023-12-11 16:00:43 Brian Murray nominated for series Ubuntu Mantic
2023-12-11 16:00:43 Brian Murray bug task added fsvs (Ubuntu Mantic)
2023-12-11 16:00:43 Brian Murray nominated for series Ubuntu Lunar
2023-12-11 16:00:43 Brian Murray bug task added fsvs (Ubuntu Lunar)
2023-12-11 22:36:12 Sudip Mukherjee fsvs (Ubuntu): status Fix Committed New
2023-12-15 14:19:35 Sudip Mukherjee fsvs (Ubuntu): status New Fix Released
2023-12-15 14:20:01 Sudip Mukherjee summary FSVS - not able to commit changes to remote HTTP SVN repo [SRU] FSVS - not able to commit changes to remote HTTP SVN repo
2023-12-15 14:32:14 Sudip Mukherjee description 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 amd64 Full system versioning with metadata support ii subversion 1.13.0-3 amd64 Advanced version control system Fresh SVN repo, fresh fsvs config and fresh apache2+svn install (all on the same box): Apache config: <Location /svn/> ### 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 </Location> 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 # [ Impact ] If the user is using fsvs with SVN via http then fsvs is completely unusable as it will fail to commit to SVN. With the affected versions of fsvs, the user will see the following error message when they try to commit: 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 And, as a result fsvs fails to commit changes to HTTP SVN repo. [ Test Plan ] * login as root and use the following steps: - apt-get install apache2 libapache2-mod-svn fsvs - mkdir -p /home/REPO/REPO-svn/svn/ - cd /home/REPO/REPO-svn/svn/ - svnadmin create test - find /home/REPO -exec chown www-data:www-data {} \; - htpasswd -c /home/REPO/REPO-svn/.htpasswd.svn root (set a password in this step) - cat >/etc/apache2/mods-available/svn.conf <<EOF <Location /svn/> ### SVN ### DAV svn SVNParentPath /home/REPO/REPO-svn/svn/ AuthUserFile /home/REPO/REPO-svn/.htpasswd.svn Require valid-user AuthType Basic AuthName "SVN reposity" AuthBasicProvider file </Location> EOF - ln -s /etc/apache2/mods-available/svn.conf /etc/apache2/mods-enabled/svn.conf - systemctl restart apache2.service - cd /home/ubuntu/ - fsvs urls http://localhost/svn/test - fsvs - fsvs commit -mstart [ Where problems could occur ] * The upstream patch is closing the root_baton at the end of the commit which SVN expects fsvs to do. The root_baton is not used after the point where is now being closed so has little chance of regression due to this. Also, it does not change any other code and so user should not see any change in behaviour. [ Other Info ] * The problem exists in versions before v1.2.12 and so Noble is fixed. But Focal, Jammy, Lunar and Mantic are still affected. [ Original Bug Description ] 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 amd64 Full system versioning with metadata support ii subversion 1.13.0-3 amd64 Advanced version control system Fresh SVN repo, fresh fsvs config and fresh apache2+svn install (all on the same box): Apache config:         <Location /svn/>                 ### 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         </Location> 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 #
2023-12-15 14:33:01 Sudip Mukherjee attachment added fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729525/+files/fsvs_mantic.debdiff
2023-12-15 14:33:47 Sudip Mukherjee bug added subscriber Ubuntu Sponsors
2023-12-15 15:22:37 Sudip Mukherjee attachment added fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729545/+files/fsvs_mantic.debdiff
2023-12-15 15:23:23 Sudip Mukherjee attachment removed fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729525/+files/fsvs_mantic.debdiff
2023-12-15 15:23:29 Sudip Mukherjee attachment removed fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729545/+files/fsvs_mantic.debdiff
2023-12-15 15:23:49 Sudip Mukherjee attachment added fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729546/+files/fsvs_mantic.debdiff
2023-12-15 16:02:21 Simon Quigley fsvs (Ubuntu Mantic): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 16:02:28 Simon Quigley fsvs (Ubuntu Lunar): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 16:02:34 Simon Quigley fsvs (Ubuntu Jammy): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 16:02:39 Simon Quigley fsvs (Ubuntu Focal): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 16:02:43 Simon Quigley fsvs (Ubuntu Focal): importance Undecided Medium
2023-12-15 16:02:44 Simon Quigley fsvs (Ubuntu Jammy): importance Undecided Medium
2023-12-15 16:02:45 Simon Quigley fsvs (Ubuntu Lunar): importance Undecided Medium
2023-12-15 16:02:47 Simon Quigley fsvs (Ubuntu Mantic): importance Undecided Medium
2023-12-15 16:02:52 Simon Quigley fsvs (Ubuntu Mantic): status New In Progress
2023-12-15 16:02:55 Simon Quigley fsvs (Ubuntu Lunar): status New Confirmed
2023-12-15 16:02:56 Simon Quigley fsvs (Ubuntu Jammy): status New Confirmed
2023-12-15 16:02:58 Simon Quigley fsvs (Ubuntu Focal): status New Confirmed
2023-12-15 16:07:24 Simon Quigley removed subscriber Ubuntu Sponsors
2023-12-15 18:06:26 Sudip Mukherjee attachment added fsvs_lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729576/+files/fsvs_lunar.debdiff
2023-12-15 18:06:53 Sudip Mukherjee attachment added fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729577/+files/fsvs_jammy.debdiff
2023-12-15 18:07:15 Sudip Mukherjee attachment added fsvs_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729578/+files/fsvs_focal.debdiff
2023-12-15 19:12:41 Sudip Mukherjee bug added subscriber Ubuntu Sponsors
2023-12-15 19:12:51 Sudip Mukherjee fsvs (Ubuntu Focal): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 19:12:53 Sudip Mukherjee fsvs (Ubuntu Jammy): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 19:12:57 Sudip Mukherjee fsvs (Ubuntu Lunar): assignee Sudip Mukherjee (sudipmuk)
2023-12-15 20:13:22 Simon Quigley removed subscriber Ubuntu Sponsors
2023-12-15 21:42:44 Ubuntu Archive Robot bug added subscriber Simon Quigley
2023-12-21 20:32:20 Sudip Mukherjee fsvs (Ubuntu Mantic): status In Progress Confirmed
2023-12-21 20:32:23 Sudip Mukherjee fsvs (Ubuntu Mantic): assignee Sudip Mukherjee (sudipmuk)
2024-01-20 23:15:59 Sudip Mukherjee attachment removed fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729546/+files/fsvs_mantic.debdiff
2024-01-20 23:16:06 Sudip Mukherjee attachment removed fsvs_lunar.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729576/+files/fsvs_lunar.debdiff
2024-01-20 23:16:12 Sudip Mukherjee attachment removed fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729577/+files/fsvs_jammy.debdiff
2024-01-20 23:16:18 Sudip Mukherjee attachment removed fsvs_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5729578/+files/fsvs_focal.debdiff
2024-01-20 23:16:44 Sudip Mukherjee fsvs (Ubuntu Lunar): status Confirmed Opinion
2024-01-20 23:17:50 Sudip Mukherjee attachment added fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741111/+files/fsvs_mantic.debdiff
2024-01-20 23:18:12 Sudip Mukherjee attachment added fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741112/+files/fsvs_jammy.debdiff
2024-01-20 23:18:32 Sudip Mukherjee attachment added fsvs_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741113/+files/fsvs_focal.debdiff
2024-01-20 23:31:49 Sudip Mukherjee bug added subscriber Ubuntu Sponsors
2024-01-24 13:13:00 Sudip Mukherjee attachment removed fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741111/+files/fsvs_mantic.debdiff
2024-01-24 13:13:08 Sudip Mukherjee attachment removed fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741112/+files/fsvs_jammy.debdiff
2024-01-24 13:13:14 Sudip Mukherjee attachment removed fsvs_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741113/+files/fsvs_focal.debdiff
2024-01-24 13:14:12 Sudip Mukherjee attachment added fsvs_mantic.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741941/+files/fsvs_mantic.debdiff
2024-01-24 13:14:47 Sudip Mukherjee attachment added fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741942/+files/fsvs_jammy.debdiff
2024-01-24 13:15:47 Sudip Mukherjee attachment added fsvs_focal.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741944/+files/fsvs_focal.debdiff
2024-01-24 20:06:06 Sudip Mukherjee attachment removed fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5741942/+files/fsvs_jammy.debdiff
2024-01-24 20:06:53 Sudip Mukherjee attachment added fsvs_jammy.debdiff https://bugs.launchpad.net/ubuntu/+source/fsvs/+bug/1875642/+attachment/5742052/+files/fsvs_jammy.debdiff
2024-01-25 15:19:40 Julian Andres Klode fsvs (Ubuntu Mantic): status Confirmed In Progress
2024-01-25 15:21:04 Julian Andres Klode fsvs (Ubuntu Jammy): status Confirmed In Progress
2024-01-25 15:21:43 Julian Andres Klode fsvs (Ubuntu Focal): status Confirmed In Progress
2024-01-25 15:21:45 Julian Andres Klode removed subscriber Ubuntu Sponsors
2024-01-25 15:43:19 Ubuntu Archive Robot bug added subscriber Julian Andres Klode
2024-01-26 13:57:35 Timo Aaltonen fsvs (Ubuntu Mantic): status In Progress Fix Committed
2024-01-26 13:57:36 Timo Aaltonen bug added subscriber Ubuntu Stable Release Updates Team
2024-01-26 13:57:39 Timo Aaltonen bug added subscriber SRU Verification
2024-01-26 13:57:41 Timo Aaltonen tags verification-needed verification-needed-mantic
2024-01-26 13:58:15 Timo Aaltonen fsvs (Ubuntu Jammy): status In Progress Fix Committed
2024-01-26 13:58:18 Timo Aaltonen tags verification-needed verification-needed-mantic verification-needed verification-needed-jammy verification-needed-mantic
2024-01-26 14:00:06 Timo Aaltonen fsvs (Ubuntu Focal): status In Progress Fix Committed
2024-01-26 14:00:11 Timo Aaltonen tags verification-needed verification-needed-jammy verification-needed-mantic verification-needed verification-needed-focal verification-needed-jammy verification-needed-mantic
2024-02-09 19:50:38 Sudip Mukherjee tags verification-needed verification-needed-focal verification-needed-jammy verification-needed-mantic verification-done verification-done-focal verification-done-jammy verification-done-mantic
2024-02-12 10:39:39 Łukasz Zemczak removed subscriber Ubuntu Stable Release Updates Team
2024-02-12 10:39:38 Launchpad Janitor fsvs (Ubuntu Mantic): status Fix Committed Fix Released
2024-02-12 10:49:59 Łukasz Zemczak fsvs (Ubuntu Lunar): status Opinion Won't Fix
2024-02-12 10:50:20 Launchpad Janitor fsvs (Ubuntu Jammy): status Fix Committed Fix Released
2024-02-12 11:01:17 Launchpad Janitor fsvs (Ubuntu Focal): status Fix Committed Fix Released