You are not logged in.
Pages: 1
I typed in
pacman --sync --refresh --sysupgrade
My result was
loading package data... conflict: coreutils: syntax error in description file line 10
coreutils: syntax error in description file line 11
coreutils: syntax error in description file line 12
libglade: syntax error in description file line 11
mawk: syntax error in description file line 11
Then it spits out a bunch of lines of exists in filesystem.
Any idea of what this means? What do I need to do get this to work?
Offline
You need to upgrade pacman first. pacman -Sy pacman.
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Thanks that did it, but now I have more problems.
My ping, find, ls and I am sure other commands are missing.
My startx comes back with
Fatal server error:
No screens found
Any ideas.
Offline
What did you do before?
As I have to guess, you installed it from cd, not from ftp, as your pacman copy was old.
pacman -Syu
will update your system.
Have you seen the install & firt steps documentation yet?
http://www.archlinux.org/docs/en/
Hello on board!
Frumpus ♥ addict
[mu'.krum.pus], [frum.pus]
Offline
So you've done pacman -Syu?
Have you also edited XF86config, or ran xf86config to set your settings?
Have you installed a window manager/desktop environment? If so, which one? You'll also need to edit your .xinitrc so that startx knows what it's doing.
Offline
I ran
pacman -Syu
and I am still missing those files.
And why is it that some of my config files have been moved or modified? My modules.conf was moved and resolv.conf was edited
I see what I did wrong with the X though. I uncommented the wrong line. :oops:
Offline
did coreutils install? if you do not recall it installing install it.
if it says that something conflicts with coreutils do you want it removed then you of course you say yes.
as for the editing of config files there is a section in your pacman.conf that you can place certain file name that you do not want modified. there are some in ther by default. modules.conf wasn't or isn't because it is not the standard arch module loading file. all modules you want to load can be placed in your modules array in rc.conf. resolv.conf should be in the ignore files section too but may not be. just add it and any other config file to that list.
i beleive this is all in the documantation, news sections of the web site.
AKA uknowme
I am not your friend
Offline
coreutils did install and I did say yes to replace
What the man reads is at no point says
edit current file
The closest it comes to is replace current file and back up old file. (which answers one of my questions)
But for example on my resolv.conf I had
nameserver xxx.xxx.xxx.xxx
It changed that to
xx.xxx.xxx.xxx
It removed the word nameserver and the first digit of the IP.
thanks for the help
Offline
well you can just reinstall coreutils. first clear the package from your cache and redownload and install it.
that is odd that the file would get editied because theoratically pacman is not capable of editing/modifying such files. config files are usually just replaced or backed up. did you run some sort of application that could have modified this file (some networking or printing applications will automatically edit certain files.
AKA uknowme
I am not your friend
Offline
Ping is part of the iputils package, just as you installed coreutils, install iputils.
Geez, all of you people should have done ftp installs...
I have discovered that all of mans unhappiness derives from only one source, not being able to sit quietly in a room
- Blaise Pascal
Offline
Pages: 1