| Author |
Message |
Guest
Guest
|
Posted: Fri 29 Jul 2005, 04:37 Post subject:
|
|
if you are downloading puppy-barebones-1.0.5alpha1.iso
you want to use puppy-barebones-1.0.5alpha1.iso.txt
to check the md5sums
not puppy-barebones-1.0.4.iso.txt
if you use wget, it's really easy
download puppy-barebones-1.0.4.iso.txt
then press the downarrow key to repeat the command
remove .txt using the backspace key and press enter
|
|
Back to top
|
|
 |
Alienx

Joined: 06 May 2005 Posts: 141 Location: Rio de Janeiro - Brazil
|
Posted: Fri 29 Jul 2005, 06:09 Post subject:
|
|
I'm trying to download usr_devx.sfs with wget http://www.nstsoftware.com/puppy/usr_devx.sfs but I'm receiving the message : ERROR 403 Forbidden
please, help
_________________ Sorry, broken english above 
|
|
Back to top
|
|
 |
danleff

Joined: 08 May 2005 Posts: 294 Location: Albany, NY
|
Posted: Fri 29 Jul 2005, 06:57 Post subject:
|
|
Apparently a server problem. Let's give Barry a chance to fix it.
_________________ I love it when a plan comes together
--Hannibal Smith
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6861 Location: Perth, Western Australia
|
Posted: Fri 29 Jul 2005, 09:30 Post subject:
|
|
Hey guys, sorry about devx.sfs, it didn't have read permissions so couldn't be downloaded. Now fixed.
Maybe if you have downloaded puppy 1.0.5alpha1 and md5sum is wrong, post it here and we will see if others get the same md5sum.
|
|
Back to top
|
|
 |
Alienx

Joined: 06 May 2005 Posts: 141 Location: Rio de Janeiro - Brazil
|
Posted: Fri 29 Jul 2005, 10:28 Post subject:
|
|
both md5sums are correct here, thanks Barry
_________________ Sorry, broken english above 
|
|
Back to top
|
|
 |
Bancobusto

Joined: 13 Jun 2005 Posts: 168 Location: Vancouver Island
|
Posted: Fri 29 Jul 2005, 11:54 Post subject:
|
|
Hey, I re downloaded the iso, and the md5sum is now correct.
Am looking around frantically for a blank CD....
YAY! Here's one!
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Fri 29 Jul 2005, 13:06 Post subject:
|
|
I'm lovin' it so far!
Great work - this is my first Bare-Bones, I really like it so far....
Yay! Now I can try to compile VLC myself, instead of begging others to do it for me! (I can try, at least... )
Thanks Barry!
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Fri 29 Jul 2005, 13:06 Post subject:
|
|
yep - I finally got it it too
using Opera was a good tip as it kept toping - eventually I was able to stop the download and restart the last few minutes
- then on booting up into the New Pup I used pupget to install Opera and used that to download the second file into /mnt/home
so eh - now what?
|
|
Back to top
|
|
 |
Lobster
Official Crustacean

Joined: 04 May 2005 Posts: 15109 Location: Paradox Realm
|
Posted: Fri 29 Jul 2005, 15:19 Post subject:
|
|
With thanks to Rasa (for code help in Vector) and Barry for our new Pup Compiler . . .
For a very simple program. e.g. Hello world or the below test.c you don't even need compilation parameters
| Code: | /* Test by Lobster June 1 2005 */
int main()
{ int i;
for (i = 0; i < 50000; i++)
{
printf ("%d",i);
printf (" Puppy is Great\n");
}
return 0;
}
|
create the above as test.c
open an rxvt in the same directory (you can use rox for this)
type cc test.c -o test
Or if you use gnu C compiler
gcc test.c -o test
will generate a test executable file
which you can run from the terminal like so
./test
Have Puppy - can compile C
_________________ Puppy WIKI
|
|
Back to top
|
|
 |
Guest
Guest
|
Posted: Fri 29 Jul 2005, 17:55 Post subject:
|
|
cc is just a symlink to gcc....there is no difference......It's put there for the sake of Makefiles that ,rightly, don't assume gcc is the default compiler. That symlink could in fact point to tinycccccccccccccccccccccc
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Fri 29 Jul 2005, 17:58 Post subject:
|
|
I'm going home right now and I will test this puppy!
I'll let you know how it goes.
Thanks Barry
|
|
Back to top
|
|
 |
danleff

Joined: 08 May 2005 Posts: 294 Location: Albany, NY
|
Posted: Fri 29 Jul 2005, 19:37 Post subject:
|
|
Now, how does one set the alpha system up to compile the kernel?
This is what I need to compile the sata drivers directly into the kernel.
Of course, running from the cd causes the uncompressed kernel to run out of space.
_________________ I love it when a plan comes together
--Hannibal Smith
|
|
Back to top
|
|
 |
BarryK
Puppy Master

Joined: 09 May 2005 Posts: 6861 Location: Perth, Western Australia
|
Posted: Fri 29 Jul 2005, 20:08 Post subject:
|
|
| danleff wrote: | Now, how does one set the alpha system up to compile the kernel?
This is what I need to compile the sata drivers directly into the kernel.
Of course, running from the cd causes the uncompressed kernel to run out of space. |
You'll need a mounted partition with enough space.
I just mounted the partition that has Vector installed, as that's where I've got the kernel source.
On the other hand, if you really need the source to be at /usr/src/linux-2.4.29, ummm, then either increase the size of the pup001 file, or i suppose a symlink would work.
|
|
Back to top
|
|
 |
danleff

Joined: 08 May 2005 Posts: 294 Location: Albany, NY
|
Posted: Fri 29 Jul 2005, 20:43 Post subject:
|
|
OK, I see now.
I'm also going to try it with a hard drive installation, as well.
If this works out well, I will do a how-to (wiki?).
I have one started for a plain ide drive installation with sata support, as modules.
I'll let all know how it goes.
_________________ I love it when a plan comes together
--Hannibal Smith
|
|
Back to top
|
|
 |
rarsa

Joined: 29 May 2005 Posts: 3053 Location: Kitchener, Ontario, Canada
|
Posted: Fri 29 Jul 2005, 22:03 Post subject:
|
|
Barry,
I think it would be a good idea to create a separate pupkernel file. It would be the same as a pup001 file except that it would only contain the kernel.
This is, it would be read/write.
I'll play with it when I get some time.
|
|
Back to top
|
|
 |
|