[Bug 1099757] Uyuni Internal Server Error Uploading Snippets (Reproducible)
http://bugzilla.suse.com/show_bug.cgi?id=1099757 http://bugzilla.suse.com/show_bug.cgi?id=1099757#c5 --- Comment #5 from Bernd Helber <bernd@helber-it-services.com> --- Ok.. Firstly.. collecting all Permissions and winning the "useles cat Award find /var/lib/rhn/ -type f > /var/tmp/spfilelist.txt for i in `cat /var/tmp/spfilelist.txt `; do ; do stat -c "%A %a %n" $i; done Collecting all existing Symlinks on the Box.. find -L /var/lib/ -xtype l > /var/tmp/symlinks.txt for i i in`cat /var/tmp/symlinks.txt`: do ls -altr $i; done ###Seems to be fine rwxrwxrwx 1 root root 34 Jun 15 19:29 /var/lib/rhn/search/indexes/docs -> /usr/share/rhn/search/indexes/docs ### Seems to be wrong #### lrwxrwxrwx 1 tomcat tomcat 31 Jun 30 11:41 /var/lib/cobbler/snippets/snippets -> /var/lib/rhn/kickstarts/wizard/ ls -latr /var/lib/cobbler/snippets/ drwxr-xr-x 3 tomcat tomcat 189 Jun 30 07:04 centos Symlink... lrwxrwxrwx 1 tomcat tomcat 31 Jun 30 11:41 snippets -> /var/lib/rhn/kickstarts/wizard/ drwxr-xr-x 3 tomcat tomcat 15 Jun 30 11:46 spacewalk drwxr-xr-x 4 tomcat tomcat 4096 Jun 30 11:46 . -------------------------------------------------------------- Investigating the Shell history ------------------------------------------------------------------ So far so good 68 2018-06-30 11:27:29 cd /var/lib/cobbler/snippets/ 69 2018-06-30 11:27:33 ls -latr 70 2018-06-30 11:27:37 unlink spacewalk 71 2018-06-30 11:28:07 ln -s spacewalk /var/lib/rhn/kickstarts/wizard/snippets/ 72 --------------------------------------------------------------------- Seems to be a Layer 8 User issue, not a Bug. sorry for bothering. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com