[Bug 625415] New: Tomcat6 does not have permissions to its own directories
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c0 Summary: Tomcat6 does not have permissions to its own directories Classification: openSUSE Product: openSUSE 11.3 Version: Final Platform: i686 OS/Version: openSUSE 11.3 Status: NEW Severity: Minor Priority: P5 - None Component: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: doug@charvolant.org QAContact: qa@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.9.2.6) Gecko/20100626 SUSE/3.6.6-1.2 Firefox/3.6.6 The default install of tomcat6 and the admin-webapps leaves the admin webapps unable to run. There appears to be a general set of permissions problems with the tomcat directory structure, since the server runs with user/group tomcat but there are not group write permissions on things like /var/cache/tomcat6, /var/log/tomcat6 /srv/tomcat6/webapps etc. I also have a suspicion that /etc/tomcat6/Catalina is supposed to be a symbolic link to /var/cache/tomcat6/Catalina since the server attempts to write there. Reproducible: Always Steps to Reproduce: 1. Install tomcat 6 2. Add the tomcat user with role manager to /etc/tomcat6/tomcat-users.xml 3. Run /etc/init.d/tomcat6 start 4. Open a web browser and attempt to go to http://localhost:8080/manager/status Actual Results: Error message from tomcat saying /manager/status not found. /var/log/tomcat6/catalina.out contains a number of errors of the form java.io.FileNotFoundException: /usr/share/tomcat6/logs/catalina.2010-07-26.log (Permission denied) java.io.FileNotFoundException: /etc/tomcat6/Catalina/localhost/manager.xml (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/work/Catalina/localhost/docs/SESSIONS.ser (No such file or directory) etc. Expected Results: Status display screen. The work-around is quite simple. 1. Add g+w to the various tomcat /var and /srv directories 2. Remove /etc/tomcat6/Catalina and replace it with a symbolic link to /var/cahce/tomcat6/Catalina -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c yang xiaoyu <xyyang@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |xyyang@novell.com AssignedTo|bnc-team-screening@forge.pr |bnc-team-java@forge.provo.n |ovo.novell.com |ovell.com -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c1 Fernando Hartmann <fh@sadig.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fh@sadig.com --- Comment #1 from Fernando Hartmann <fh@sadig.com> 2010-08-11 20:17:45 UTC --- This happens to me too. I realized that the /etc/sysconfig/j2ee or /etc/sysconfig/tomcat6 are missing too. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c2 Craig Rogers <rogers@isi.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rogers@isi.edu --- Comment #2 from Craig Rogers <rogers@isi.edu> 2010-08-13 00:37:58 UTC ---
The work-around is quite simple.
1. Add g+w to the various tomcat /var and /srv directories 2. Remove /etc/tomcat6/Catalina and replace it with a symbolic link to /var/cahce/tomcat6/Catalina
I found it desirable to "chgrp tomcat" or "chown tomcat.tomcat" various files and directories. I also found it helpful to "g+s" the directories, allowing me to more easily add and edit files from a second account that had "tomcat" group membership. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c3 --- Comment #3 from Craig Rogers <rogers@isi.edu> 2010-08-13 00:40:35 UTC --- I think the severity should be raised from "minor" to "normal". Tomcat and its demo files should work out-of-the-box, and the some of the changes needed to make it work are not obvious. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c4 Doug Palmer <doug@charvolant.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Other |Java Severity|Minor |Normal --- Comment #4 from Doug Palmer <doug@charvolant.org> 2010-08-13 02:09:15 UTC --- Fair enough, it fits the definition of "regular issue, some loss of functionality under specific circumstances" and it's not easily documentable. Also corrected is the component. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c5 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P2 - High Status|NEW |ASSIGNED --- Comment #5 from Michal Vyskocil <mvyskocil@novell.com> 2010-08-18 14:05:26 UTC ---
I also have a suspicion that /etc/tomcat6/Catalina is supposed to be a symbolic link to /var/cache/tomcat6/Catalina since the server attempts to write there.
Yes, stupid mistake, will fix it.
Expected Results: Status display screen.
The work-around is quite simple.
1. Add g+w to the various tomcat /var and /srv directories
Does not know why the problem occurs - those dirs are packaged with 0775, so they has to be writable by a group. rpm -V does not complain, so it thinks everything is ok. (In reply to comment #1)
This happens to me too. I realized that the /etc/sysconfig/j2ee or /etc/sysconfig/tomcat6 are missing too.
Having sysconfig and a tomcat.conf mades the tomcat configuration confusing, so only tomcat.conf is used - see bnc#471639. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c6 Leo Davis <ldav1s@yahoo.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ldav1s@yahoo.com --- Comment #6 from Leo Davis <ldav1s@yahoo.com> 2010-08-20 23:28:51 UTC --- I have run into this also. I had to run: chmod 775 /usr/share/tomcat6/logs/ chmod 775 /usr/share/tomcat6/work/Catalina/ chmod 775 /usr/share/tomcat6/webapps/ to get things to work at all. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c7 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |archie@dellroad.org --- Comment #7 from Michal Vyskocil <mvyskocil@novell.com> 2010-09-14 13:24:09 UTC --- *** Bug 637633 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=637633 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c8 Rafał Miłecki <zajec5@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |zajec5@gmail.com --- Comment #8 from Rafał Miłecki <zajec5@gmail.com> 2010-09-16 09:36:51 UTC --- I can confirm this issue with my openSUSE 11.3. I've installed default tomcat6 (6.0.24-4.2) and immediately updated it using openSUSE update repository to 6.0.24-5.1.1 (tomcat6-6.0.24-5.1.1.noarch). This resulted in following: # ls -l /var/log/ | grep tomcat drwxr-xr-x 2 root tomcat 4096 09-16 11:13 tomcat6 # grep Excep /var/log/tomcat6/catalina.out | head java.io.FileNotFoundException: /usr/share/tomcat6/logs/catalina.2010-09-16.log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/localhost.2010-09-16log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/manager.2010-09-16.log (Permission denied) java.io.FileNotFoundException: /usr/share/tomcat6/logs/host-manager.2010-09-16.log (Permission denied) You can see it's about /usr/share/tomcta6/log, but: lrwxrwxrwx 1 root root 16 09-16 10:59 /usr/share/tomcat6/logs -> /var/log/tomcat6 So it's definitely issue with /var/log/tomcat6 privileges. I resolved these Exceptions by: # chmod g+w /var/log/tomcat6/ -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c9 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mvyskocil@novell.com Severity|Normal |Major --- Comment #9 from Michal Vyskocil <mvyskocil@novell.com> 2010-09-16 11:03:50 UTC --- Hi all, the problem was the build system silently replaced the 0775 permissions of the locations to 0755, so tomcat has been installed without proper permissions. I fixed this by changing of the ownership of those files from root:tomcat to tomcat:tomcat, because I do not see any reason for having them writable for group. I also added %verify (not user group) to allow change of the default tomcat user. The fix is in Java:packages/tomcat6 (tomcat6-6.0.29) and I'll prepare a test package for 11.3 soon. Increasing a Severity to Major. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c10 --- Comment #10 from Michal Vyskocil <mvyskocil@novell.com> 2010-09-16 12:34:34 UTC --- Fixed tomcat6 is in home:mvyskocil:branches:openSUSE:11.3:Update:Test, please test -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c11 --- Comment #11 from Rafał Miłecki <zajec5@gmail.com> 2010-09-16 13:09:09 UTC --- (In reply to comment #9)
the problem was the build system silently replaced the 0775 permissions of the locations to 0755, so tomcat has been installed without proper permissions.
Is this something expected? Or maybe we should report this to OBS team to avoid similar problems in future? I think even if it's sth expected, OBS should generate some warning. It seems you didn't receive any? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c12 --- Comment #12 from Archie Cobbs <archie@dellroad.org> 2010-09-16 14:12:30 UTC --- WTF? The build system should not be silently doing anything like that. If it doesn't like some permissions, the build should fail with an error rather than it "fixing" them for you and causing endless confusion and problems later -- which is exactly what happened in this case. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c13 --- Comment #13 from Doug Palmer <doug@charvolant.org> 2010-09-17 02:36:09 UTC --- (In reply to comment #10)
Fixed tomcat6 is in home:mvyskocil:branches:openSUSE:11.3:Update:Test, please test
I can't see a 11.3 branch in /repositories/home:/mvyskocil:/branches:/openSUSE: Am I looking in the right place? Also, will this fix stop deployment to /srv/tomcat6/webapps for users in the tomcat group? Generally, I'd like to not have to be root to deploy. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c14 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #14 from Michal Vyskocil <mvyskocil@novell.com> 2010-09-22 13:51:09 UTC --- Hi all, finally I was able to find the real root of this problem. It is a changed/more strict semantics of %attr definition in %file list section in a spec file. Affected directories are defined like %attr(0775,root,tomcat) %dir %{logdir} The rpm(build) to 4.7.1 recognize the 0775 for %dir as a directory mode, even if specification says [1] it is file permission. In openSUSE 11.3 we have the more recent rpm 4.8.0 interprets this correctly, so in this case it use the directory mode from the closest %deffattr, which is 0755. So fix is straightforward - collect all tomcat group writable directories under %defattr(-,root,tomcat,0775) The new commit in home:mvyskocil:branches:openSUSE:11.3:Update:Test/tomcat6 [2] contains this fix and reverts back the previous ownership change, so nothing will changes in tomcat6. A quick check $ ls -ld /usr/share/tomcat6/logs/ /usr/share/tomcat6/work/Catalina/ /usr/share/tomcat6/webapps/ /var/cache/tomcat6/ /var/cache/tomcat6/* /srv/tomcat6/webapps/ /var/log/tomcat6/ drwxrwxr-x 8 root tomcat 89 Sep 22 14:34 /srv/tomcat6/webapps/ drwxrwxr-x 2 root tomcat 6 Sep 22 14:23 /usr/share/tomcat6/logs/ drwxrwxr-x 8 root tomcat 89 Sep 22 14:34 /usr/share/tomcat6/webapps/ drwxrwxr-x 3 root tomcat 22 Sep 22 14:34 /usr/share/tomcat6/work/Catalina/ drwxrwxr-x 4 root tomcat 32 Sep 22 14:34 /var/cache/tomcat6/ drwxrwxr-x 3 root tomcat 22 Sep 22 14:34 /var/cache/tomcat6/Catalina drwxrwxr-x 2 root tomcat 6 Sep 22 14:23 /var/cache/tomcat6/temp drwxrwxr-x 2 root tomcat 6 Sep 22 14:23 /var/log/tomcat6/ It has a fix of /etc/tomcat6/Catalina symlink too lrwxrwxrwx 1 root root 27 Sep 22 14:34 Catalina -> /var/cache/tomcat6/Catalina [1] http://www.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html (In reply to comment #13)
I can't see a 11.3 branch in /repositories/home:/mvyskocil:/branches:/openSUSE: Am I looking in the right place?
Sorry, forgot to publish. The download.o.o is dead right away so cannot check. Anyway the osc getbinaries home:mvyskocil:branches:openSUSE:11.3:Update:Test/tomcat6 will download the rpms using API. maintenance: can I have a swampid for tomcat6 update for openSUSE 11.3? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c15 --- Comment #15 from Rafał Miłecki <zajec5@gmail.com> 2010-09-22 19:08:03 UTC --- (In reply to comment #14)
Sorry, forgot to publish. The download.o.o is dead right away so cannot check. Anyway the osc getbinaries home:mvyskocil:branches:openSUSE:11.3:Update:Test/tomcat6 will download the rpms using API.
It looks fixes RPM still isn't uploaded to http server. I wanted to use osc, but it needs me to have OBS account and I don't own one. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c16 Ciro Iriarte <ciriarte@personal.net.py> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ciriarte@personal.net.py --- Comment #16 from Ciro Iriarte <ciriarte@personal.net.py> 2010-09-23 05:10:26 UTC --- Until the fixed package is released, this is a workaround for openSUSE 11.3 (SLES11 doesn't have this problem): chmod g+w $CATALINA_HOME/logs chmod g+w $CATALINA_HOME/webapps chmod g+w $CATALINA_HOME/temp chmod g+w $CATALINA_HOME/work chmod g+w $CATALINA_HOME/work/Catalina rm -rf /etc/tomcat6/Catalina ln -s $CATALINA_HOME/work/Catalina /etc/tomcat6/Catalina -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c17 --- Comment #17 from Michal Vyskocil <mvyskocil@novell.com> 2010-09-23 08:58:15 UTC --- (In reply to comment #15)
It looks fixes RPM still isn't uploaded to http server. I wanted to use osc, but it needs me to have OBS account and I don't own one.
I copied rpms to ftp://ftp.suse.com/pub/people/mvyskocil/bnc625415 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c18 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cdengler@novell.com --- Comment #18 from Christian Dengler <cdengler@novell.com> 2010-09-28 18:17:38 UTC --- We should fix this annoying permission problem. +1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c19 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard| |maint:running:36249:low --- Comment #19 from Swamp Workflow Management <swamp@suse.com> 2010-10-05 16:33:51 UTC --- The SWAMPID for this issue is 36249. This issue was rated as low. Please submit fixed packages until 2010-11-02. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/36249 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c20 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |ASSIGNED InfoProvider|maintenance@opensuse.org | --- Comment #20 from Christian Dengler <cdengler@novell.com> 2010-10-05 16:35:49 UTC --- No one against, so starting update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c21 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |FIXED --- Comment #21 from Michal Vyskocil <mvyskocil@novell.com> 2010-10-06 11:46:24 UTC --- Patchinfo and update 49890 has been submitted. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c22 Marcus Meissner <meissner@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |meissner@novell.com --- Comment #22 from Marcus Meissner <meissner@novell.com> 2010-10-27 08:40:25 UTC --- did someone test the packages in the test repo? -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c23 --- Comment #23 from Christian Dengler <cdengler@novell.com> 2010-10-27 15:47:02 UTC --- 16 days in the test repo should we enough, no negative feedback, so update released. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c24 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:36249:low |maint:running:36249:low | |maint:released:11.3:36280 --- Comment #24 from Swamp Workflow Management <swamp@suse.com> 2010-10-27 15:47:06 UTC --- Update released for: tomcat6, tomcat6-admin-webapps, tomcat6-docs-webapp, tomcat6-el-1_0-api, tomcat6-javadoc, tomcat6-jsp-2_1-api, tomcat6-lib, tomcat6-servlet-2_5-api, tomcat6-webapps Products: openSUSE 11.3 (i586) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|maint:running:36249:low |. |maint:released:11.3:36280 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c25 James Rome <jamesrome@alum.mit.edu> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jamesrome@alum.mit.edu --- Comment #25 from James Rome <jamesrome@alum.mit.edu> 2010-11-02 14:21:34 UTC --- The fixed rpm for Tomcat 6.0.24-5.2.1 is broken. Yast2 cannot unpack it properly. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c26 --- Comment #26 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-05 12:08:20 UTC --- Yes, I already got it in a different bug - bnc#650130. As a temporary workaround, please remove tomcat6 package (rpm -e tomcat6 --nodeps) and then update. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c27 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |kkaempf@novell.com --- Comment #27 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-08 14:21:57 UTC --- *** Bug 650130 has been marked as a duplicate of this bug. *** http://bugzilla.novell.com/show_bug.cgi?id=650130 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c28 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | --- Comment #28 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-08 14:22:33 UTC --- The cpio issue has to be fixed in 11.3 too -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c29 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |NEEDINFO InfoProvider| |maintenance@opensuse.org --- Comment #29 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-08 14:24:02 UTC --- Hi maintenance, I'm so sorry, but I have a requst an another update of tomcat6 to 11.3 due the upgrade problem - cpio rename failed. I'll port the workaround for Factory (sr 51958) to 11.3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c30 --- Comment #30 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-08 14:38:36 UTC --- The 11.3 backport - sr#52409 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c31 --- Comment #31 from Marcus Meissner <meissner@novell.com> 2010-11-08 14:40:05 UTC --- ok from my sidse +1 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c32 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. | |maint:running:37044:moderat | |e --- Comment #32 from Swamp Workflow Management <swamp@suse.com> 2010-11-09 14:14:54 UTC --- The SWAMPID for this issue is 37044. This issue was rated as moderate. Please submit fixed packages until 2010-11-23. Also create a patchinfo file using this link: https://swamp.suse.de/webswamp/wf/37044 -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c33 Christian Dengler <cdengler@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |REOPENED InfoProvider|maintenance@opensuse.org | --- Comment #33 from Christian Dengler <cdengler@novell.com> 2010-11-09 14:15:18 UTC --- Update started -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c34 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #34 from Michal Vyskocil <mvyskocil@novell.com> 2010-11-10 09:26:25 UTC --- patchinfo submitted -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c35 Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. |maint:running:37044:moderat |maint:running:37044:moderat |e |e maint:released:11.3:37066 --- Comment #35 from Swamp Workflow Management <swamp@suse.com> 2010-11-18 08:32:30 UTC --- Update released for: tomcat6, tomcat6-admin-webapps, tomcat6-docs-webapp, tomcat6-el-1_0-api, tomcat6-javadoc, tomcat6-jsp-2_1-api, tomcat6-lib, tomcat6-servlet-2_5-api, tomcat6-webapps Products: openSUSE 11.3 (i586) -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=625415 https://bugzilla.novell.com/show_bug.cgi?id=625415#c Swamp Workflow Management <swamp@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status Whiteboard|. |. maint:released:11.3:37066 |maint:running:37044:moderat | |e maint:released:11.3:37066 | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=625415 http://bugzilla.novell.com/show_bug.cgi?id=625415#c36 --- Comment #36 from Bernhard Wiedemann <bwiedemann@suse.com> --- This is an autogenerated message for OBS integration: This bug (625415) was mentioned in https://build.opensuse.org/request/show/49890 11.3:Test / tomcat6 https://build.opensuse.org/request/show/51345 Factory / tomcat6 -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com