by permitivity » Mon Jul 01, 2013 5:40 am
Hello,
I'm trying to install netctl using this command:
$this->bbcode_second_pass_quote('', 'p')acman -Sy wireless_tools netctl ifplugd wpa_actiond
And I get the following errors. It's true that those files like "/usr/bin/wifi-menu" exists already. I think they existed before I ran the command? But, I'm just not sure what to do about it. Thanks for any insights.
Edit: It occured to me that I might just try "pacman -S netctl". I tried it, still getting those "file already exists" errors.
$this->bbcode_second_pass_code('', '
# pacman -Sy wireless_tools netctl ifplugd wpa_actiond
:: 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
resolving dependencies...
looking for inter-conflicts...
Packages (5): openresolv-3.5.5-1 ifplugd-0.28-14 netctl-1.1-1.1 wireless_tools-29-8
wpa_actiond-1.4-2
Total Installed Size: 0.61 MiB
:: Proceed with installation? [Y/n] y
(5/5) checking keys in keyring [################################] 100%
(5/5) checking package integrity [################################] 100%
(5/5) loading package files [################################] 100%
(5/5) checking for file conflicts [################################] 100%
error: failed to commit transaction (conflicting files)
netctl: /usr/bin/wifi-menu exists in filesystem
netctl: /usr/lib/network/connections/bond exists in filesystem
netctl: /usr/lib/network/connections/bridge exists in filesystem
netctl: /usr/lib/network/connections/ethernet exists in filesystem
netctl: /usr/lib/network/connections/pppoe exists in filesystem
netctl: /usr/lib/network/connections/tunnel exists in filesystem
netctl: /usr/lib/network/connections/tuntap exists in filesystem
netctl: /usr/lib/network/connections/vlan exists in filesystem
netctl: /usr/lib/network/connections/wireless exists in filesystem
netctl: /usr/lib/network/globals exists in filesystem
netctl: /usr/lib/network/network exists in filesystem
netctl: /usr/lib/network/rfkill exists in filesystem
Errors occurred, no packages were upgraded.
')