You are not logged in.
I noticed recently that "pacman -Syu" did not update totem fro 1.0.1 to 1.0.1-1. I just happened to notice that... I hope that there aren't other things pacman isn't updating as well... though this is already an issue.
I havent found anything simillar in the forum archives...
Oh, I'm also getting this whenever using pacman for anything:
sudo pacman -Syu
config: line 10: syntax error
:: Synchronizing package databases...
etc...
Ive looked at pacman.conf and that line is empty ...
Offline
1.0.1 is totem version and -1 is arch release version (the version number for a package file).
Post your /etc/pacman.conf please. We can't just guess what else might be wrong. You might also check this file for extra nonvisible characters in this line (other than space - if you are copy-pasting things from the forums for example it can happen sometimes).
Offline
#
# /etc/pacman.conf
#
# NOTE: If you find a mirror that is geographically close to you, please
# move it to the top of the server list, so pacman will choose it
# first.
#
# To re-sort your mirror lists by ping/traceroute results, use the
# /usr/bin/sortmirrors.pl script. It requires the "netselect" package.
#
# # sortmirrors.pl </etc/pacman.conf >pacman.conf.new
#
# See the pacman manpage for option directives
#
# GENERAL OPTIONS
#
[options]
LogFile = /var/log/pacman.log
NoUpgrade = etc/passwd etc/group etc/shadow etc/sudoers
NoUpgrade = etc/fstab etc/raidtab etc/ld.so.conf
NoUpgrade = etc/rc.conf etc/rc.local
NoUpgrade = etc/modprobe.conf etc/modules.conf
NoUpgrade = etc/lilo.conf boot/grub/menu.lst
HoldPkg = pacman glibc
IgnorePkg = nvidia xfce4-panel
#XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u
#
# REPOSITORIES
# - can be defined here or included from another file
# - pacman will search repositories in the order defined here.
# - local/custom mirrors can be added here or in separate files
#
[rensel]
Server = ftp://ftp.archlinux.org/tur/rensel/
#[testing]
#Server = ftp://ftp.archlinux.org/testing/os/i686
[current]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/current
[extra]
# Add your preferred servers here, they will be used first
Include = /etc/pacman.d/extra
#Include = /etc/pacman.d/unstable
# An example of a custom package repository. See the pacman manpage for
# tips on creating your own repositories.
#[custom]
#Server = file:///home/custompkgs
Offline
Hmmm. I've just noticed that you're running pacman through sudo. Could this error come from sudo config not pacman ? (/etc/sudoers ?). Maybe try su first and then run pacman if you are not sure.
BTW: I hope you understand that you have totem already updated and what the release number means.
Offline
No I have run pacman as su as well as through sudo. I get the same config error.
And yes I understand pkgrel, I do make my own packages quite often.
Offline
8)
Then I'm also sure you're using the latest pacman from current (not some selfcompiled version etc.)?
What about files included from /etc/pacman.d/ ?
I can't see anything wrong in your /etc/pacman.conf...
Offline
oh ok got it... it was my /etc/pacman.d/current file, nano had wrapped a line... I swear I told it not to
Offline
oh ok got it... it was my /etc/pacman.d/current file, nano had wrapped a line... I swear I told it not to
And by "not telling it to", you used the -w switch at the console? Because if you do not do nano -w filename then it WILL wrap by default.
Offline
It won't if you add set nowrap to your /etc/nanorc :-)
Offline
Offline
On a related note, I've been noticing that with a lot of package upgrades, there are mysteriously some files that don't get extracted an installed... that's kinda odd...
The suggestion box only accepts patches.
Offline
On a related note, I've been noticing that with a lot of package upgrades, there are mysteriously some files that don't get extracted an installed... that's kinda odd...
It's probably due to a pacman bug that affects packages where files change package. (Task#2332 bug tracker) That Why it was recommanded to remove KDE 3.3 before installing 3.4
Offline