Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13
hello all, i'm just starting my first semester of college, and the university is doing something a little different. instead of asking us to register our mac addresses, they're making ...
  1. #1
    Just Joined! mattig89ch's Avatar
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    41

    Bradford Disolvable Agent help

    hello all, i'm just starting my first semester of college, and the university is doing something a little different. instead of asking us to register our mac addresses, they're making sure out pc's meet certain security standards but using something called the Bradford Disolvable security agent.

    what this program does (or what its supposed to do) is scan your laptop/desktop/device, read that the requirements are met then uninstall itself.

    Now, I installed all the programs it asked for, but then it said "permissions not found". so i figured it was an error and tried running it again, and the same thing popped up. I tried doing a search for permissions in the software manager, and nothing came up.

    is permissions a new type of linux program? is it some type of, file that needs certain type of permissions?

    it may help you all to know that i recently got a linux distro running, and all the details can be found here: [ubuntu] how to custom partition an install - Page 2 - Ubuntu Forums

  2. #2
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    What is the name of the file you are trying to run? If it has an .exe extension, it is a windows executable. To run it in Linux, you will need to install the wine program.

    it said "permissions not found
    What's the "it" you refer to?

    is permissions a new type of linux program
    No. All Linux directories and files have permissions. You can get the permissions on a file with the ls -l command. If you have a file name bradford.exe in your /home/user directory, go to that directory in a terminal and type: ls -l bradford.exe. To run an executable in Linux it needs to be set as executable.

    I went to the Bradford site but there wasn't any useful information on using it with Linux. I expect it is windows and you may need to install wine to use it. Wine should be in the Ubuntu repositories. If you have Ubuntu 11.04, just use Synaptic package manager to find and install it.

  3. #3
    Just Joined! mattig89ch's Avatar
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    41
    oh this is a .bin file. I used the...um...chmod command to run the file. as to the file name its "Bradford_Disolvable_Agent.bin".

  4. #4
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    For .bin files, take a look at this page.
    You should be able to get it going with those steps.
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  5. #5
    Linux Guru
    Join Date
    Oct 2007
    Location
    Tucson AZ
    Posts
    1,946
    I used the...um...chmod command to run the file
    The chmod command is used to change permissions. The link posted by jayd512 explains running a bin file. Make sure you are in the directory the file is in when you run it.

  6. #6
    Just Joined! mattig89ch's Avatar
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    41
    oh wow, srry for the lack of responce. i'm in the directory when i run it, it runs through, then stops and says permissions not found

  7. #7
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    What is the exact command that you are using?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  8. #8
    Just Joined! mattig89ch's Avatar
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    41
    wow this is odd, i've only just gotten the email into my inbox telling me there's a reply.

    ./Bradford_Dissolvable_agent.bin

  9. #9
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,073
    Are you running this as root?
    And have you already set the file to be executable?
    Jay

    New users, read this first.
    New Member FAQ
    Registered Linux User #463940
    I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.

  10. #10
    Just Joined! mattig89ch's Avatar
    Join Date
    Sep 2007
    Location
    NYC
    Posts
    41
    wasn't the above command the one that set it up to? and no, not running this as root.

Page 1 of 2 1 2 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
  •  
...