You are not logged in.

#1 2007-07-25 12:50:12

clarence
Member
From: fremantle.au
Registered: 2005-10-12
Posts: 294

Where did this /weird directory come from?

Hello.

I just found an empty directory

/weird

created 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? hmm


fck art, lets dance.

Offline

#2 2007-07-25 13:20:22

shamrok
Member
From: Poland, Kraków
Registered: 2006-02-20
Posts: 61

Re: Where did this /weird directory come from?

One of packages created this, don't remeber now which one.

Offline

#3 2007-07-25 13:38:42

slubman
Member
From: Grenoble (France)
Registered: 2004-08-04
Posts: 86
Website

Re: Where did this /weird directory come from?

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

#4 2007-07-25 15:50:57

bwalk
Member
Registered: 2007-03-21
Posts: 177

Re: Where did this /weird directory come from?

slubman wrote:

P.S: Be warned, long and CPU, disk consuming command.

Right, why no

pacman -Qo /weird

instead?

Offline

#5 2007-07-25 15:53:19

Cerebral
Forum Fellow
From: Waterloo, ON, CA
Registered: 2005-04-08
Posts: 3,108
Website

Re: Where did this /weird directory come from?

-Qo doesn't always work consistently (never works?) with directories.

Offline

#6 2007-07-25 19:27:32

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: Where did this /weird directory come from?

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

#7 2007-07-26 12:30:07

clarence
Member
From: fremantle.au
Registered: 2005-10-12
Posts: 294

Re: Where did this /weird directory come from?

(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 smile


fck art, lets dance.

Offline

Board footer

Powered by FluxBB