Find the answer to your Linux question:
Page 1 of 3 1 2 3 LastLast
Results 1 to 10 of 23
So I'm trying to install aircrack using this tutorial: forum.aircrack-ng(DOT)org/index.php?topic=7716.0 TUTORIAL: Installing Aircrack-ng Airoscript-ng Airdrop-ng on Ubuntu and I get up to here: "Upgrading/installing tool "IW" (necessary for use Stacks-mac80211 ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    13

    Well this is annoying: No such file or directory

    So I'm trying to install aircrack using this tutorial:
    forum.aircrack-ng(DOT)org/index.php?topic=7716.0 TUTORIAL: Installing Aircrack-ng Airoscript-ng Airdrop-ng on Ubuntu

    and I get up to here: "Upgrading/installing tool "IW" (necessary for use Stacks-mac80211 interface management)" and I'm typing in this command: "sudo wget (http)(://)wireless(DOT)kernel(DOT)org/download/iw/iw-0.9.22.tar.bz2 -O - | tar -jxv"

    It tells me that it can't mkdir because permission is denied, and then everything after that tells me that it can't open it because there's no such file or directory.

    I've been googling and looking around for a while now, and I've got nothing. No one else installing aircrack seems to have my problem. Help please?


    PS: Disallowing the posting of URLs is really annoying when try to get help

  2. #2
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Hello and Welcome.
    Try to make it simpler by using one command at a time.
    Code:
    sudo wget www.blahblah.com/blah.tar.bz2
    Then untar it.
    Code:
    sudo tar -jxv blah.tar.bz2
    EDIT:
    PS: Disallowing the posting of URLs is really annoying when try to get help
    It's a Spam preventive measure and it's worth it's weight in Gold. You'll do fine, just keep posting.
    Last edited by MikeTbob; 04-03-2011 at 02:28 AM. Reason: See EDIT:
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  3. #3
    Just Joined!
    Join Date
    Apr 2011
    Posts
    13
    So I did split it up, the first one went fine, but the second one did nothing. And now I only have the cursor, the username@pcname bit at the beggining is gone, and when I try to use the arrowkeys I get stuff like ^[[B

    I dun goofed?

  4. #4
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by C4lv1n View Post
    So I did split it up, the first one went fine, but the second one did nothing. And now I only have the cursor, the username@pcname bit at the beggining is gone, and when I try to use the arrowkeys I get stuff like ^[[B

    I dun goofed?
    Log out of the shell and log back in, everything should be back to normal.
    So do you see the file you downloaded? Use the ls command
    Code:
    ls
    Can you type
    Code:
    sudo tar -jxv filename.tar.bz2
    Of course you need to substitute filename.tar.bz for the actual name.
    What happens?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  5. #5
    Just Joined!
    Join Date
    Apr 2011
    Posts
    13
    Ok, so I typed in "ls", it didn't show my file, I redownloaded the file and retyped the command. It shows up, then I type in the "sudo tar -jxv filename.tar.bz2
    " and it's back to where it was before. Trying (I didn't this time) to exit tells me that it's running a process. It may be, but it's not writing anything tio the terminal.

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,145
    Quote Originally Posted by C4lv1n View Post
    Ok, so I typed in "ls", it didn't show my file, I redownloaded the file and retyped the command. It shows up, then I type in the "sudo tar -jxv filename.tar.bz2
    " and it's back to where it was before. Trying (I didn't this time) to exit tells me that it's running a process. It may be, but it's not writing anything tio the terminal.
    You did change filename.tar.bz2 to the actual filename right?
    I do not respond to private messages asking for Linux help, Please keep it on the forums only.
    All new users please read this.** Forum FAQS. ** Adopt an unanswered post.

  7. #7
    Just Joined!
    Join Date
    Apr 2011
    Posts
    13
    Yeah, I'm not a dummy

  8. #8
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,303
    You might be surprised how many people blindly copy and paste from the web so it was a valid question.

    Quote Originally Posted by C4lv1n
    So I did split it up, the first one went fine, but the second one did nothing. And now I only have the cursor, the username@pcname bit at the beggining is gone, and when I try to use the arrowkeys I get stuff like ^[[B
    At this point it is trying to do stuff. It might just be taking a long time to extract and you don't say how long you waited. You can cancel the command at any time by pressing Ctrl + C
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  9. #9
    Just Joined!
    Join Date
    Apr 2011
    Posts
    13
    Ok, so I just set it to untar (again)

    It's doing a whole lot of nothing, but I'll let it run

  10. #10
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    i don't know why you are using wget with sudo, there is no reason for that

    this would make it so you don't need to untar the file with sudo command either

    you should only need to use sudo when installing, the download, untar, configure, make steps shouldn't use it and in fact i recommend against it

Page 1 of 3 1 2 3 LastLast

Posting Permissions

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