Results 1 to 10 of 20

Thread: BASH question

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. Default

    Oh, you're running on Solaris? Good luck, have fun, I'll waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay over here!
    Kiro : us fireyes got dumb by his girl that y he is suck

  2. Default

    Quote Originally Posted by Fireye View Post
    Oh, you're running on Solaris? Good luck, have fun, I'll waaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaay over here!
    well, like i said. i fixed the prompt thing.

    but now i think i broke the other machine...

    tux no longer lets me onto the ftp server...FUCK
    Quote Originally Posted by OMGBEARS
    I feel it is important for me to let you know how feeble your efforts to strike such feelings inside of me really are. I have the internal fortitude of a large animal, an elephant, for instance. Likewise, I'm the result of coitus between the devil and a pack mule made out of chainsaws, so I am extremely strong, and carry little care for others in this world. Trees also stand aside due to my chainsaw blood.
    Quote Originally Posted by ๖ReS View Post
    How am I supposed to tell you to fuck off without replying ?

  3. Default

    Quote Originally Posted by acolyte_to_jippity View Post
    well, like i said. i fixed the prompt thing.

    but now i think i broke the other machine...

    tux no longer lets me onto the ftp server...FUCK
    Are you able to get to the banner or user/pass prompt on it? If not, check netstat -ant (not sure how that translates to solaris) and see if anything is listening on port21.
    Kiro : us fireyes got dumb by his girl that y he is suck

  4. Default

    Quote Originally Posted by Fireye View Post
    Are you able to get to the banner or user/pass prompt on it? If not, check netstat -ant (not sure how that translates to solaris) and see if anything is listening on port21.
    well, the other machine's one works fine (dunx1).

    i can log onto tux using the ssh client, but the ftp won't connect when i open a session (i use Secure Shell ssh)

    edit: netstant -ant gave me alot of stuff, but:

    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN



    i'm pretty sure it's port 22 for me

    edit edit: ahhhh, tux is not solaris.

    bash --version:
    Code:
    GNU bash, version 3.2.48(1)-release (x86_64-pc-linux-gnu)
    Copyright (C) 2007 Free Software Foundation, Inc.
    uname -a:
    Code:
    Linux tux64-12.cs.drexel.edu 2.6.29-8-cs-np #9 SMP Sun Aug 16 00:46:06 EDT 2009 x86_64 GNU/Linux
    lsb_release -a:
    Code:
    No LSB modules are available.
    Distributor ID: Ubuntu
    Description:    Ubuntu 9.04
    Release:        9.04
    Codename:       jaunty
    Last edited by acolyte_to_jippity; 10-20-2010 at 12:47 PM.
    Quote Originally Posted by OMGBEARS
    I feel it is important for me to let you know how feeble your efforts to strike such feelings inside of me really are. I have the internal fortitude of a large animal, an elephant, for instance. Likewise, I'm the result of coitus between the devil and a pack mule made out of chainsaws, so I am extremely strong, and carry little care for others in this world. Trees also stand aside due to my chainsaw blood.
    Quote Originally Posted by ๖ReS View Post
    How am I supposed to tell you to fuck off without replying ?

  5. Default

    Quote Originally Posted by acolyte_to_jippity View Post
    well, the other machine's one works fine (dunx1).

    i can log onto tux using the ssh client, but the ftp won't connect when i open a session (i use Secure Shell ssh)

    edit: netstant -ant gave me alot of stuff, but:

    tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN



    i'm pretty sure it's port 22 for me
    ...... ok, you're using SFTP. VERY important difference. One runs over ssh (port22), and FTP runs on port21. You could try running sftp -v <user@host>, which will give you verbose output, and let you know why it's not working.
    Kiro : us fireyes got dumb by his girl that y he is suck

  6. Default

    Quote Originally Posted by Fireye View Post
    ...... ok, you're using SFTP. VERY important difference. One runs over ssh (port22), and FTP runs on port21. You could try running sftp -v <user@host>, which will give you verbose output, and let you know why it's not working.
    ok, i edited my last post w/ some more info.

    but i debugged it, and well...

    i got to where it told me to enter password and i couldn't type my password in. i could type after i hit 'enter' but then of course it counted that as a blank pass and asked me for it again

    anyway, i have to go. i'll talk to you later
    Quote Originally Posted by OMGBEARS
    I feel it is important for me to let you know how feeble your efforts to strike such feelings inside of me really are. I have the internal fortitude of a large animal, an elephant, for instance. Likewise, I'm the result of coitus between the devil and a pack mule made out of chainsaws, so I am extremely strong, and carry little care for others in this world. Trees also stand aside due to my chainsaw blood.
    Quote Originally Posted by ๖ReS View Post
    How am I supposed to tell you to fuck off without replying ?

  7. Default

    Good Job Nerds !! Keep up the good work !!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •