Package Base Details: lsi-msm

Git Clone URL: https://aur.archlinux.org/lsi-msm.git (read-only, click to copy)
Submitter: sl1pkn07
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 6
Popularity: 0.000000
First Submitted: 2014-09-26 00:28 (UTC)
Last Updated: 2022-08-15 17:39 (UTC)

Latest Comments

1 2 3 4 5 Next › Last »

asmeron commented on 2022-06-18 19:37 (UTC) (edited on 2022-06-19 07:03 (UTC) by asmeron)

Please fix the "tweak_scripts.diff" patch

diff --git a/etc/X11/xinit/xinitrc.d/popup.sh b/etc/X11/xinit/xinitrc.d/popup.sh
index 9329228..fdc978e 100755
--- a/etc/X11/xinit/xinitrc.d/popup.sh
+++ b/etc/X11/xinit/xinitrc.d/popup.sh
@@ -1,13 +1,7 @@
 #!/bin/sh
-. /etc/init.d/msm_profile
-cd "$MSM_HOME/MegaPopup"
-#POPUP=popup_bin
-#apid=`pidof ${POPUP} | cut -f1 -d" "`
-#if [ "$apid" != "" ] ; then
-#      ./popup -stop
-#fi
-#if [ -f "$MSM_HOME/MegaPopup/Popup.pid" ]; then
-#      ./popup -stop
-#fi
-./popup &
-cd -
+if systemctl -q is-active lsi_msm.service; then
+    . /etc/profile.d/msm.sh
+    cd "$MSM_HOME/MegaPopup"
+    ./popup &
+    cd -
+fi

sl1pkn07 commented on 2022-06-13 14:57 (UTC)

without log or thing more specific, i can't help :(

sorry

fsyy commented on 2022-06-13 11:29 (UTC)

hi,

i don't know exactly what it is, but if i do have the package lsi-msm installed i can't login to my xmonad session via sddm, i just get a black screen with my mouse pointer visible.

If i remove the package, restart sddm everything works as expected.

hel commented on 2022-03-03 19:36 (UTC)

Thanks, works now.

sl1pkn07 commented on 2022-03-02 20:46 (UTC)

try now (taked update from nvidia-utils package)

also if help: https://wiki.archlinux.org/title/Makepkg#Building_from_files_in_memory

greetings

hel commented on 2022-03-02 19:47 (UTC) (edited on 2022-03-02 19:59 (UTC) by hel)

Installation fails if the package is installed somewhere where "so" is part of the path, such as "/home/fason/". Changing

_base=$(echo ${_soname} | sed -r 's/(.*).so.*/\1.so/')

to

_base=$(echo ${_soname} | sed -r 's/(.*)lib(.*).so.*/\1lib\2.so/')

fixes this (but is not error-proof).

planetes commented on 2022-02-28 02:10 (UTC)

Getting the following messages trying to update:

MegaRAID_SAS_Software_User_Guide-rev2.8.pdf ... FAILED
17.05.02.01_Linux-x64_MSM.zip ... Passed

==> ERROR: One or more files did not pass the validity check! error: failed to download sources for 'lsi-msm-17.05.02.01-3 (lsi-msm lsi-msm-snmp)': error: packages failed to build: lsi-msm-17.05.02.01-3 (lsi-msm lsi-msm-snmp)

Morta commented on 2022-01-18 12:34 (UTC)

Where are the startup.sh and shutdown.sh scripts of the lsi_msm.service ?

sl1pkn07 commented on 2022-01-01 21:09 (UTC)

try again