Hi, On Thu, 1 Feb 2007, Paul Krater wrote: > So I was off one letter... It's apparently a lower case L - ld0, not > id0. I'm so used to "ide0"! > Also, I said I could ftp. Not true. What I was meaning is that after > issuing the uploaddisk command, it sees the server I'm trying to load > to, for it asks me the password.
Your network is not the problem... (read on) > I have no idea about G4U - I have directions in how to use it to put > files onto a server from said device, and get them onto said device from > the server, and have never had any problems until today. The commands I > have used before, and I used today are: > > > ifconfig -a to see what my lan connections are called. > ifconfig wm1 x.x.x.x [ip addr] y.y.y.y [netmask addr] up > route add default z.z.z.z [gateway ip addr] this failed, > so I had to delete default, then add it. Pinged ok. > uploaddisk w.w.w.w [server ip addr] gggg [file name] While that doesn't exactly answer my question, it gives a hint with the error message you wrote earlier: by default, uploaddisk (and slurpdisk) assume you have an IDE disk, which is known to the system as wd0. Now with your disk, you need to make sure the 'ld0' disk is used. Looking at http://www.feyrer.de/g4u/#imgcreate, you can do this by adding "ld0" after the filename, e.g. in your above example: uploaddisk w.w.w.w gggg ld0 BTW, why are you configuring the network manually - this should happen automatically via DHCP... Oh, and don't worry about that /kern/msgbf file. It's what "dmesg" and (in the important parts) "disks" prints. I think we have all the details to not need that now. (The file's no longer there, dmesg is implemented differently today) Kind regards, Hubert ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ g4u-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/g4u-help
