You are not logged in.
I received an error message when removing lxdm from my system. I am not sure if this is something I should be concerned with or not. Here is pacman's output:
[root@junta pskept]# pacman -Rs lxdm
checking dependencies...
Remove (2): lxdm-0.4.1-7 consolekit-0.4.5-1
Total Removed Size: 1.41 MB
Do you want to remove these packages? [Y/n]
(1/2) removing lxdm [################################] 100%
error: command failed to execute correctly
(2/2) removing consolekit [################################] 100%
[root@junta pskept]# Last edited by pskept (2011-12-20 16:13:30)
Offline
Why are you running pacman as root?
Offline
Why are you running pacman as root?
Seriously.... ?
Offline
karol wrote:Why are you running pacman as root?
Seriously.... ?
Hmmmm, you're right, that wasn't even funny.
Sorry.
Offline
i'm running it as root because i don't care to use sudo. its simple enough to log in as root when i need to. i don't see how that could be relevant to the issue i had.
Offline
t's probably a post-remove script breaking. Might have to do with your $PATH value as root.
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
t's probably a post-remove script breaking. Might have to do with your $PATH value as root.
i have not altered root's $PATH value in any manual way. i cannot report the value of $PATH until this evening.
is this something that i need to be concerned with? is there intervention required on my part?
Offline
"error: command failed to execute correctly" is a message from pacman due to the post_remove hook's not returning 0.
Check out the INSTALL script for lxdm here: https://projects.archlinux.org/svntogit … kages/lxdm
Last edited by lolilolicon (2011-12-20 15:23:05)
This silver ladybug at line 28...
Offline
"error: command failed to execute correctly" is a message from pacman due to the post_remove hook's not returning 0.
Check out the INSTALL script for lxdm here: https://projects.archlinux.org/svntogit … kages/lxdm
thanks. this clears things up for me.
should i now mark this thread [SOLVED]?
Offline
should i now mark this thread [SOLVED]?
Sure, as you will.
This silver ladybug at line 28...
Offline
.:B:. wrote:t's probably a post-remove script breaking. Might have to do with your $PATH value as root.
i have not altered root's $PATH value in any manual way. i cannot report the value of $PATH until this evening.
You probably did not indeed, but using su instead of su - will not give you a full root environment and hence not the full root $PATH (/sbin etc.).
Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy
Offline
the commands are fine but if you use an if block rather than logically statements, it will make pacman happy
Give what you have. To someone, it may be better than you dare to think.
Offline