Vmware Cell SDK Fedore 7 package - need password

Investigation into how Linux on the PS3 might lead to homebrew development.

Moderators: cheriff, emoon

Post Reply
caviar44
Posts: 7
Joined: Mon Jan 28, 2008 2:59 am

Vmware Cell SDK Fedore 7 package - need password

Post by caviar44 »

Hi all,

I found here
http://www.pad.lsi.usp.br/cell/index.ph ... &Itemid=59

a link to a package name "VmWareCellDK3.0 with Codes Examples "

I downloaded it,
but I do not know the User acount name and password

Does anybody have an idea ?

I try to contact the webmaster but I get an error message on email

My goal is to try the Cell SDK 3.0 on the Fedora core 7 under VMWARE

Regards

caviar
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

Just reset it like you would on any Linux system, for example:
  • hit a key at the boot prompt
  • hit "e" and add "init=/bin/bash" to the end of the kernel command line
  • hit "b" to boot
  • at the shell, do

    Code: Select all

    remount -o remount,rw /
    passwd root
    remount -o remount,ro /
    /sbin/shutdown -rn now
  • login as root
The original crypted password is "$1$esSopJfd$GVDP.PurwXfcn8s3VTDRc." if you want to try to crack it.
Waruwaru
Posts: 15
Joined: Sun Aug 01, 2004 5:42 am

Post by Waruwaru »

Try the user/password mentioned on this page... root/inn0vate
jimparis
Posts: 1145
Joined: Fri Jun 10, 2005 4:21 am
Location: Boston

Post by jimparis »

yeah that's right
Post Reply