Just installed Archlinux on a 320GB drive that can plug in the SATA port. I waited so long because I was not sure what I all ready had on that 320GB drive. But it was just a new Linux install.
So I did what it says to install Archlinux and it worked good. But trying to do a pacman -U don't look like it works. Here is some text of it:
$this->bbcode_second_pass_code('', '[root@alarm ~]# pacman -Syuf
:: Synchronizing package databases...
core is up to date
extra is up to date
community is up to date
alarm is up to date
aur is up to date
:: The following packages should be upgraded first :
pacman
:: Do you want to cancel the current operation
:: and upgrade these packages now? [Y/n]
resolving dependencies...
looking for inter-conflicts...
Targets (13): bash-4.2.028-1 coreutils-8.17-1 curl-7.26.0-1 gcc-libs-4.7.0-6
glib2-2.32.3-1 glibc-2.15-10 gmp-5.0.5-1 hwids-20120512-1
kmod-8-2 libssh2-1.4.2-1 openssl-1.0.1.c-1 udev-182-4
pacman-4.0.3-1
Total Installed Size: 83.98 MiB
Net Upgrade Size: 2.04 MiB
Proceed with installation? [Y/n]
(13/13) checking package integrity [######################] 100%
(13/13) loading package files [######################] 100%
(13/13) checking for file conflicts [######################] 100%
error: failed to commit transaction (conflicting files)
hwids: /usr/share/hwdata/pci.ids exists in filesystem
hwids: /usr/share/hwdata/usb.ids exists in filesystem
Errors occurred, no packages were upgraded.
[root@alarm ~]# pacman -U pacman
loading packages...
error: 'pacman': could not find or read package
[root@alarm ~]# pacman -U pacman-4.0.3-1
loading packages...
error: 'pacman-4.0.3-1': could not find or read package
[root@alarm ~]#')
I don't get what is wrong.
All I want to do is get samba working on this one.
I guess it's just some command I have to type?
-Raymond Day