You are not logged in.
Pages: 1
Ok so here is an odd one.
from the command line ping does not work ping archlinux.org results in aborted being printed out
[nick@sit-101a ~]$ping archlinux.org
Aborted
however if I use the ip it works fine
[nick@sit-101a ~]$ ping 66.211.214.131
PING 66.211.214.131 (66.211.214.131) 56(84) bytes of data.
64 bytes from 66.211.214.131: icmp_seq=1 ttl=44 time=296 ms
I also can not pacman -Syu it return Aborted as well
[root@sit-101a ~]$pacman -Syu
:: Synchronizing package databases...
Aborted
I can use the internet however, but no more updates for me now.
My last pacman -Syu was the 24th of Feb, then I did it this morning and have had this problem since.
Anyone have any ideas?
Last edited by nocain (2010-03-04 21:11:54)
Offline
Looks like this bug: http://bugs.archlinux.org/task/18531
Offline
Your the man. Yep thats the issue, downgraded samba and smbclient and the issue is fixed
Offline
Pages: 1