Author Topic: Dear Void Main....RE:8.0  (Read 1167 times)

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Dear Void Main....RE:8.0
« Reply #30 on: 8 October 2002, 11:50 »
Did the download start? That is do you see any of the ISO file in the directory that you were in when you issued the ncftp command? If there is I usually start a watch on that file by typing this on the command line in the directory that the files are downloading:

Code: [Select]

This will clear your screen and do a directory listing every five seconds until you break out with a ^C or close the shell.

ncftpget will probably be in the sleep state much of the time it is downloading as when transferring a file over a slow network (yes Cable/DSL are slow networks) much of the time it will be in a sleep state. That doesn't mean it's not working as hard as it can with the amount of bandwidth available. You'll be lucky to catch it in a non-sleep state actually.

In fact if it's a little slow you can blame me, I'm downloading disc 3 now. It only took a few hours to get disc 1 and 2.

[ October 08, 2002: Message edited by: void main ]

Someone please remove this account. Thanks...

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Dear Void Main....RE:8.0
« Reply #31 on: 8 October 2002, 12:06 »
quote:
Originally posted by Ex Eleven / b0b:
Windows Partion was missing off Hard Disk was missing when i came home.


Did it run off with your girl friend?    Good for you on keeping RedHat in business for the rest of us scum bags to enjoy. I'm not completely decided on it yet. I didn't like it for the first hour as it seemed like quite a change and then things started turning around. I'm convinced it's 300% better for new users. But because they upgraded the compiler some 3rd party software sources need to be updated to work with it. That'll happen over time of course.
Someone please remove this account. Thanks...

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Dear Void Main....RE:8.0
« Reply #32 on: 8 October 2002, 12:18 »
hmmmm now from sleeping it went to zombie.
Yeah

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Dear Void Main....RE:8.0
« Reply #33 on: 8 October 2002, 12:21 »
It shouldn't have done that. My 3rd ISO download just clicked over 300MB. Is there anything in your /tmp/suse.out file?
Someone please remove this account. Thanks...

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Dear Void Main....RE:8.0
« Reply #34 on: 8 October 2002, 12:29 »
aaaaaaaaaaaallright its working. Its attepting to connect te he he he

-rw-------    1 geo geo   328498 Sep 29 11:16 winrg.swf
 this message keeps coming up. I am under the impression that it tries to connect.

[ October 08, 2002: Message edited by: bazoukas ]

Yeah

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Dear Void Main....RE:8.0
« Reply #35 on: 8 October 2002, 12:33 »
Uh? Ya lost me on that one.
Someone please remove this account. Thanks...

Bazoukas

  • Member
  • **
  • Posts: 866
  • Kudos: 140
    • http://whitehouse.com
Dear Void Main....RE:8.0
« Reply #36 on: 8 October 2002, 12:40 »
i typed

ftp://ftp.fi.upm.es:21/pub/mirrors/linux/distributions/SuSE/su8000_001.iso.gz

then i typed the code you gave me and it gave a listing of my home directory and  
-rw-------    1 bazoukas bazoukas   328498 Sep 29 11:16 winrg.sw
is the last line in the shell that keeps flashing.  
ncftpget: cannot open ftp.fi.upm.es: username and/or password was not accepted for login. thats in temp suse.
 I think i fucked it up somewhere.  

uuuuuuuuuuuuuuuuuuuugh.... me brains hurts from that and trying to install slackware to my laptop am gonna try again tomorow!!!!!!!!!!
Yeah

voidmain

  • VIP
  • Member
  • ***
  • Posts: 5,605
  • Kudos: 184
    • http://voidmain.is-a-geek.net/
Dear Void Main....RE:8.0
« Reply #37 on: 8 October 2002, 13:03 »
I see. I never download stuff into my home directory. In fact I have a separate area that I put ISOs in. I have a work directory called "/work" and under it I have several directories, one of which called "iso", under that I have several directories like "SuSe", "RedHat", etc. I put the SuSe files in "/work/iso/SuSe" to keep everything clean. Which directory were you in when you started the "ncftp" command? That's the directory your file would download to.

For instance, before downloading the SuSe ISOs I changed into "/work/iso/SuSe" by typing "cd /work/iso/SuSe" then run the ncftpget command in the earlier post, then I start the "ls -l" loop to watch the directory. You should see the "su8000_001.iso.gz" filename appear once ncftp starts downloading it. And every 5 seconds it does another directory listing so you can watch the file size increase.

If there is an error it will go to the "/tmp/suse.out" file if you used the ncftpget command that I posted in my message. If you wanted to keep an eye on the contents of that file you could, in another window, type "tail -f /tmp/suse.out". If there are any error messages in the file they would have popped up on the screen. Any time a new error is entered into that file it will immediately show on your screen. The file should be completely empty if things are working properly and should stay that way.

Of course all of the above may sound "extremely" complicated but after you get the hang of doing things this way it becomes second nature and easy. And it will all work the same whether you are working in a local shell or on a remote shell on a server on the other side of the earth.

You could always use a graphical FTP client but then you tie up part of your GUI for hours unnecessarily and have to stay logged in. Running things in the background gives you freedom.
Someone please remove this account. Thanks...