You are not logged in.
On me son's computer, when I run a command like abs, it goes like this through all home directories...
[...]
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 383: {1691e1f4-ee41-11d4-9885-00c04fa0cf4b},,,,rel:libgklayout.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 384: {77c0e42a-1dd2-11b2-8ebf-edc6606f2f4b},,,,rel:libnecko.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 385: {379c2774-ec77-11d2-8aac-00600811a836},,,,rel:libuconv.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 386: {17491ba4-1dd2-11b2-aae3-de6b92dab620},,,,rel:libnecko.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 387: {a6cf90f5-15b3-11d2-932e-00805f8add32},,,,rel:libgklayout.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 388: {49bb6593-3aff-4eb3-a068-2712c28bd58e},,text/javascript,,rel:FeedWriter.js: No such file or directory
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 389: {6803cac9-1e3b-11d5-a145-005004832142},,,,rel:libuconv.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 390: {d930e29b-6909-44e5-ab4b-af10d6923705},,,,rel:libgfx_gtk.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 391: {42c52b81-a200-11d3-9d0b-0050040007b2},,,,rel:libappcomps.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 392: {23bcc750-dc20-460b-b2d4-74d8f58d3615},,,,rel:libcommandlines.so: command not found
/home/françoise/.mozilla/firefox/11mem2mm.default/compreg.dat: line 393: {5d0cfa97-69dd-4e5e-ac84-f253162e8f9a},,text/javascript,,rel:FeedProcessor.js: No such file or directory
[...]Last edited by marxav (2010-01-15 23:13:01)
Offline
can you post your /etc/abs.conf so we can see if there are any issues there?
Desktop/Laptop - DWM :: VM - screen
Registered Linux User Number 483137 :: Victory! :: GitHub
Offline
This is it
#
# /etc/abs.conf
#
# the top-level directory of all your PKGBUILDs
[ "$ABSROOT" = "" ] && ABSROOT="/var/abs/"
#
# Server to sync from [/home/marst]
#
SYNCSERVER="rsync.archlinux.org"
#
# The architecture to fetch abs for
# Either i686 or x86_64
#
ARCH="i686"
#
# Pacman mirror list used for syncing via tarball
#
MIRRORLIST="/etc/pacman.d/mirrorlist"
#
# REPOS to be parsed by abs (in this order)
# (prefix a repo with a ! to disable it)
#
# Note: If a repo is removed, it is still fetched!
# Repos must be preceded with a ! to prevent fetching
#
REPOS=(core extra community testing)But I don't think this is the problem. If I do cat /etc/abs.conf, it works fine.
But if I do cat /etc/abs.conf |grep ^# everything goes nut as per above. It does that too with any file.
Last edited by marxav (2010-01-15 23:06:32)
Offline