You are not logged in.
Hello.
I just found an empty directory
/weirdcreated and owned by root. I didn't create it and I'm the only person using this computer. Err, should I be concerned by this? ![]()
fck art, lets dance.
Offline
One of packages created this, don't remeber now which one.
Offline
You can try this to find which package it's come from.:
# pacman -Ql | grep '/weird'If it's really created when the programs run, then, no luck this command is no help.
P.S: Be warned, long and CPU, disk consuming command.
Last edited by slubman (2007-07-25 13:40:17)
Offline
P.S: Be warned, long and CPU, disk consuming command.
Right, why no
pacman -Qo /weirdinstead?
Offline
-Qo doesn't always work consistently (never works?) with directories.
Offline
This directory was probably created by a pkg of a mono app (for a list: grep -r weird /var/abs/ ). It shouldn't be included in the package. You can safely removed it. If you find which package created it, let us know.
Offline
(As per Snowmans tip - big pat on the belly to you Mr Snowman) According to the pacman log and the directory creation date, the offender in this case was the malevolent mono-tools.
Also gettext-mono and autopano-sift PKGBUILDs both contain the line ( mkdir -p $startdir/pkg/weird ) as well.
Cheers ![]()
fck art, lets dance.
Offline