Hi
I am trying to get Fedora 10 running on my PS3. The default install worked fine but I do not have a "complete" internet connection ... I can ping google.com and the ip address resolves fine but yum update produces an error and browsing any website produces a 404 error.
There is no proxy configured (I have a direct connection) and I am more than frustrated. Does anybody have any ideas?
Here are my steps so far:
Opening firefox produced an 404 error and an SELinux alert. I disabled SELinux, allowing it to relabel the disk, disabled my firewall and rebooted but the issues remained (without an SELinux alert).
# ping google.com
PING google.com (72.14.205.100) 56(84) bytes of data.
64 bytes from qb-in-f100.google.com (72.14.205.100): icmp_seq=1 ttl=238 time=125 ms
64 bytes from qb-in-f100.google.com (72.14.205.100): icmp_seq=2 ttl=238 time=123 ms
# yum update
Loaded plugins: refresh-packagekit
Could not retrieve mirrorlist
http://mirrors.fedoraproject.org/mir...ra-10&arch=ppc error was
[Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again
# cat /etc/sysconfig/network-scripts/ifcfg-eth0
# PS3 Device (sb_04)
DEVICE=eth0
HWADDR=00:19:c5:5a:cc:0e
ONBOOT=yes
BOOTPROTO=dhcp
USERCTL=yes
IPV6INIT=no
NM_CONTROLLED=no
TYPE=Ethernet
PEERDNS=yes
#ifconfig
eth0 Link encap:Ethernet HWaddr 00:19

5:5A

C:0E
inet addr:192.168.1.105 Bcast:255.255.255.255 Mask:255.255.255.0
inet6 addr: fe80::219:c5ff:fe5a:cc0e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:4260 errors:0 dropped:0 overruns:0 frame:0
TX packets:4054 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:265418 (259.1 KiB) TX bytes:775341 (757.1 KiB)
Interrupt:51
Any ideas?