From: D B. <ba...@aw...> - 2020-02-28 10:02:48
|
Hi! On 28/02/2020 10:26, Roman Krysiński wrote: > It is very likely that not all of the directories' permissions are > sufficient. Please run the following command: > > sudo find /var/lib/unity-idm -type d -exec chmod u+x {} \; Ahh, I didn't pay attention to the directories! Yes, that helps, thanks! The directories get installed like that by the rpm (see attached), I guess that's another thing that should be fixed when you touch the rpm. I'm going to finally heed Krzysztof's advice and install from tar.gz for now. Thanks! D > czw., 27 lut 2020 o 22:11 D Baum <ba...@aw... <mailto:ba...@aw...>> > napisał(a): > > Hi, > > sure, output is attached. From that output, I can't guess what I'd need > to change to fix it. > > Best > D > > On 27/02/2020 18:59, Roman Krysiński wrote: > > Hi, > > > > Could you double check the permission and ownership of files in > > unity-idm installation dir. > > In particular, it would be interesting to see output from the > following > > command: > > find /var/lib/unity-idm -printf "%M %g %u %p\n" > > > > Best, > > Roman > > > > > > > > czw., 27 lut 2020 o 18:07 D Baum <ba...@aw... > <mailto:ba...@aw...> <mailto:ba...@aw... <mailto:ba...@aw...>>> > > napisał(a): > > > > Hi! > > > > I'm experiencing some weirdness with the admin console > stylesheet(s): > > when running unity as user unity-idm, my browser says it's not > found > > (404). When running unity as root, it's loaded perfectly fine. > > > > The stylesheet in question is: > > > https://my-unity:2443/console/VAADIN/themes/sidebarThemeValo/styles.css?v=8.9.2 > > > > which is present on the system and belongs to the unity user: > > 408 -rw-r--r--. 1 unity-idm unity-idm 413760 Feb 27 16:12 > > > /var/lib/unity-idm/webContents/VAADIN/themes/sidebarThemeValo/styles.css > > > > If I start the unity server (as root) with > > unity-idm-server-start > > the stylesheet loads just fine. > > > > If I start unity with the service script included in the rpm > like this > > systemctl start unity-idm > > unity runs as user unity-idm but doesn't find the stylesheet. > > > > Strangely, it finds the favicon located in the same folder without > > issues. > > > > > > I've already compiled the stylesheets after receiving a warning in > > unity-startup.log: > > INFO: Request for /VAADIN/themes/unityThemeValo/styles.css not > handled > > by sass compiler while in production mode > > > > with > > > > for DIR in /var/lib/unity-idm/webContents/VAADIN/themes/*; do > echo $DIR; > > unity-idm-scss-compile $DIR; done > > > > Now the warning is gone but the stylesheet still doesn't display. > > > > Do you have hints for resolving this? > > > > Cheers, > > D > > > > > > > > _______________________________________________ > > Unity-idm-discuss mailing list > > Uni...@li... > <mailto:Uni...@li...> > > <mailto:Uni...@li... > <mailto:Uni...@li...>> > > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > > > > > > > > -- > > -- > > Pozdrawiam, > > Roman Krysinski > _______________________________________________ > Unity-idm-discuss mailing list > Uni...@li... > <mailto:Uni...@li...> > https://lists.sourceforge.net/lists/listinfo/unity-idm-discuss > |