ERROR ask_checklist makes only sense if you specify at least 1 thing..

I am trying to install ArchLinux on my Sun VirtualBox but when I hit the packages installation I get the following error when I hit enter:
ERROR ask_checklist makes only sense if you specify at least 1 thing (tag, item and ON/OFF switch)
I am sure I got the "base" selected.
[*] base ^
Why am I receiving this error?
Kind of setup: using net images.
Thanks in advance.

yvonney wrote:
I just had this. It is almost certainly that you didn't actually poll the network for a DHCP server. Hope you got running. hopefully this will be of use to someone.
So: during the initial stages you get a choice to setup network. You have to choose the eth0 or wireless AND do the DHCP server thing. Or it will fail at the package stage.
I have the same problem trying a net install... and like you say I DO choose eth0 and then I DO DHCP and it says network is configured and eth0 is up... but after that it gives me the problem anyway... so no1 has fixed this? : (

Similar Messages

  • Error SPERR_LANGID_MISMATCH makes no sense

    I am using ISpRecoGrammar::LoadCmdFromFile to load a grammar file. If I provide the file reference to the .xml file it loads returning S_OK. However, if I specify the compiled .cfg file (compiled from the same .xml file), the function returns SPERR_LANGID_MISMATCH
    (An attempt to load a CFG grammar with a LANGID different than other loaded grammars).
    This makes absolutely no sense as the program at this point has not attempted to load any other grammars. Can anyone explain why the CFG file is not accepted. I get the same meaningless result if I try to load the CFG from the resource file.
    Alan

    It's not that easy.
    My PC only has language ID 809 as a speech recognizer. I already discovered it's impossible to make a grammar using language ID 409. I could create a demo for 809 and make sure it reproduces this problem and I could create a demo for 409 but I would not
    be able to check it here before issuing it. I guess you'd need the whole source package in order to check it out so I'd need to know if your PC is 409 or 809. In the mean time, here's my source: (or maybe not - tried to insert a source block and nothing happened).

  • IOException Throw/Catch error. Makes no sense.

    This is the error I'm getting:
    unreported exception java.io.IOException; must be caught or declared to be thrown
    The problem is, it IS being caught AND declared to be thrown by the class using it.
    Here's my Main class:
    package Main;
    import java.net.*;
    import java.io.*;
    public class Main {
        static String GameName = "[gamename]";
        static Integer Port = 1234;
        public static void main(String[] args) {
            // Non-Static Vars
            String PrintMsg;      
            PrintMsg = "Welcome to the "+GameName+" server application.\n";
            System.out.println(PrintMsg);
            Server serv = new Server(Port);
            serv.Init();
    }The line displaying the error is the "serv.Init();" line.
    Here's my Server class:
    package Main;
    import java.net.*;
    import java.io.*;
    public class Server {
        private String PrintMsg;
        private Integer Port;
        Server(int Port) {
            System.out.println("Server class created.\n");
            this.Port = Port;
        public void Init() throws IOException {
            ServerSocket serverSocket = null;
            // Create new socket on port 1234
            try {
                serverSocket = new ServerSocket(Port);
            } catch (IOException e) {
                System.err.println("Could not create socket.");
                System.exit(1);
            PrintMsg = "Socket created on port "+Port+".\nListening...";
            System.out.println(PrintMsg);
            Socket clientSocket = null;
            try {
                clientSocket = serverSocket.accept();
            } catch (IOException e) {
                System.err.println("Accept failed.");
                System.exit(1);
            PrintMsg = "Client accepted.";
            System.out.println(PrintMsg);
            PrintWriter out = new PrintWriter(clientSocket.getOutputStream(), true);
            BufferedReader in = new BufferedReader(
                        new InputStreamReader(
                        clientSocket.getInputStream()));
            String inputLine, outputLine;
            Protocols.Login kkp = new Protocols.Login();
            outputLine = kkp.processInput(null);
            out.println(outputLine);
            while ((inputLine = in.readLine()) != null) {
                 outputLine = kkp.processInput(inputLine);
                 out.println(outputLine);
                 if (outputLine.equals("Bye."))
                    break;
            out.close();
            in.close();
            clientSocket.close();
            serverSocket.close();
    }It is indeed strange because it's based on a tutorial from Sun. This is my first time programming in Java, but I have a strong C++ background.
    Any idea what's going on? This error is not displayed when I try and build, only in the code editor. When I try and run the application, it freezes.

    For your Server class Init() method, it declares to throw IOException.
    So in your Main class, you should have a try catch block to wrap serv.Init();
    i.e.
    Server serv = new Server(Port);
            try {
                serv.Init()
            } catch (IOException e) {
                // do some exception handling here
            }

  • Just tried to import CD in my iTunes music library, but get this error code "error occurred while converting file. You do not have the privilege to make changes"....any thoughts? Have not tried to change anything- only import CD ??

    Just tried to import a new CD into my iTunes music library, but get this error code "error occurred while converting file. You do not have the privilege to make changes"....any thoughts? Have not tried to change anything- only import CD ??

    Do you have read& write permissions to your iTunes library?
    See this thread: Re: "Error has occurred... You do not have the privilege to make changes."

  • When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    When I update apple driver, a pop-up error message "The folder you specified doesn't contain a compatible driver for your device. If the foldre contains a driver, make sure it is designed to work with Windows for x64-based systems."

    Hi,
    Please also check Event Viewer if it identify this problem.
    In addition, also check Device Manager, if similar driver already installed, try to uninstall them and reinstall new driver again for test.
    Roger Lu
    TechNet Community Support

  • Application cannot proceed. Internal error occured. Contact your administrator. Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct.

    After clicking in email link, I get the following message on Firefox page : " The application cannot proceed!
    An internal error occured. Please contact your administrator and describe the steps you took before you encounter this error message.Error msg: Unable to connect to the database. Please make sure the database information specified in admin/includes/config.php are correct."
    The email asked to install the latest Adobe Flashplayer version to have it working. I installed it, also updated my plug-ins and checked in safe mode that the extensions were not the problem. I also deleted the cookies an cache. Nothing seems to be working so far. I have the lastest version of Firefox 8.0.1 as well as Roboform 7. I noticed that the latest Firefox version has (x86) tagged to it. Does it refers to an 86 bits because my computer uses 32 or 64 bits only. I tried also different browsers and the message kept appearing. How do I resolve this problem?

    Clear the cache and the cookies from sites that cause problems.
    "Clear the Cache":
    * Tools > Options > Advanced > Network > Offline Storage (Cache): "Clear Now"
    "Remove Cookies" from sites causing problems:
    * Tools > Options > Privacy > Cookies: "Show Cookies"

  • Why is it only possible to get French Language Films via iTunes France - I can buy Blu-ray in the Supermarket in multiple language?  It makes no sense!

    I am English Speaking My wife is Dutch my Children speak 3 Languages.  We love AppleTV BUT we can only get films (in general) in Version Originale (French Only) and this makes no sense...
    We can go to the local supermarket and buy DVDs and Blu-ray Discs that allow us to watch the up-to-date movies in a range of languages so why not on this AppleTV OTT service?
    It makes no sense.
    Just because we live in France does not mean we want to watch Hollywood Movies in French?
    So much for What you Want-When you want-Wherever you are...

    It really does have to do with content permissions. The studios that release the Bluray and DVD versions might not always be the rights bearer to the film, they just bear rights to distribute it on physical media. Most films are made by different companies, then released by Sony, Paramount, and other distribution channels. But in the online realm, different disributors own the rights (and Apple doesn't participate with them or is unable to in some countries). Perhaps Sony distributed films will sell in your local store or be played by a Sony owned TV station locally. But perhaps online Sony doesn't hold that distribution rights to distribute the film online, Warner Brothers or somebody else does. Therefor, they don't allow it online in that market. The licensing is in limbo.
    Most American films I buy in China on DVD from Wal Mart, are distributed by a Chinese company and not the original American film studio. Also in USA, the price for a new DVD is about $20 USD, in China it is only $2 USD. So to limit everyone in USA from buying Chinese DVDs at a cheaper price to watch American movies, they put content restrictions on the media (ie. the DVD region codes) so the DVD won't play in an American player.
    The same goes for online rights. Your local government, copyright offices and local content license holders do not distribute the movie you want online. They distribute it on physical media or TV broadcast. But they have not secured permission or agreed on what price to sell the movies for online in your market. Apple has no say in this. In fast, the only store Apple controls in the US store. All other local iTunes stores are really virtual stores in place for locals to buy from local distributors.
    The Chinese people are in no hurry to download from the US iTunes store because it cost too much. But if the Americans could download from the Chinese iTunes store, they could buy any movie they like for less than $1 and all the money goes to China, and not the US. Hence the restriction.
    So copyright holders are just fighting over prices and rights and don't want to or legally can't release it online in your local store.

  • Have published iweb site for five years with no problems and just opened a new site and get - 404: Page not found  This error is generated when there was no web page with the name you specified at the web site.-is the problem with iweb or with hosting?  T

    I am sorry if thie is republished-My first time doing this and I am not sure what goes where and where to hear feedback.
    Have published iweb site for five years with no problems and just opened a new site and get -
    404: Page not found 
    This error is generated when there was no web page with the name you specified at the web site.-
    Troubleshooting suggestions:
    Ensure the page you are linking to exists in the correct folder.
    Check your file name for case sensitivity . Index.htm is not the same as index.htm!
    Temporarily disable any rewrite rules by renaming your .htaccess file if it exists
    is the problem with
    iweb or with hosting?
    One Apple tech started to fix Iweb and had to end session and the next said problem with hosting at Network Solutions as it published
    to local folder. NWS has checked sttting a few times-
    Any help would be extremely appreciated as trying to fix this for about five weeks
    Thanks VG
    <Email Edited by Host>

    It's a really bad idea to post your email address - it's an invitation to spam - and I've asked the Hosts to remove it. (Even though I've now noticed you mis-spelled it! - anyway, never post your address in a forum.)
    You have a site here: http://virginiagordon.com/www.virginiagordon.com/WELCOME.html
    If that's not the page you are having trouble with, what is that page's URL?

  • I am having a problem where pdf files on the web (i.e., links in a Word doc) open after an extended time and only as gobbldygook ( a file containing a series of characters and letters that make no sense).  This also happens for another Mac user coworker

    Hi There:  I am having a problem where pdf files on the web (i.e., links in a Word doc) open after an extended time and only as gobbldygook ( a file containing a series of characters and letters that make no sense).  This also happens for another Mac user coworker in my office, while the PCs don't have this problem...  Any help/suggestions for a fix would be most appreciated! 

    Just adding more info - MacBookPro running 10.5.8 and using Safari as the browser.  The problem comes and goes - sometimes the linked Word files will open OK, n others its just a strring of crazy characters... 

  • I am getting an error when trying to download  the new Game of Thrones shows. The error is err = -61 You do not have the privilege to make changes. (err = -61) you do not have the privilege  to make changes. I have not had this problem before

    I am getting an error when trying to download  the new Game of Thrones shows. The error is err = -61 You do not have the privilege to make changes. (err = -61) you do not have the privilege  to make changes. I have not had this problem before

    Solution:
    Open Disk Utility.
    Select your external hard disk and run a “verify” on it. After a few minutes (depending on the size of your drive), you should be good to go. You don’t need to run a “repair” on it... (at least I didn’t have to). See photo for reference.
    This should fix the permissions issue, because on my Mac running Mountain Lion I was unable to edit the permissions in the get info dialog window even after "unlocking" the drive.

  • In 10.7.3 I get a message: error occurred while converting file. You do not have the privilege to make changes.

    in Itunes 10.7.3 I get a message: error occurred while converting file. You do not have the privilege to make changes. This just started and I can not import my cds. Any thoughts?

    Do you have read& write permissions to your iTunes library?
    See this thread: Re: "Error has occurred... You do not have the privilege to make changes."

  • Error -90032 occurred at Error in function centref at line 5 column 8: The indexes are out of bounds for the variable you specified

    Sir, 
    i am running a matlab code in mathscript of labview but getting an error
    Error -90032 occurred at Error in function centref at line 5 column 8:  The indexes are out of bounds for the variable you specified
    this code running successfully in matlab 
    please help me in this regard
    a .vi format file is attached named as mfcc_new.vi
    Attachments:
    mfcc2.vi ‏35 KB
    mfcc_new.vi ‏111 KB

    May I see you have 6 inputs to your Mathscript Node. When you test it in Matlab I suposse that you're using some values for this inputs and everything work as expected. Then, run it in Labview using highlight execution, retaining wire values and using single stepping. Check the values which are being inserted to your Mathscript Node and ensure that they are correct. You're having an "indexes out of bounds" mistake, so it probably means that there is something  wrong with the inputs according to your expectations. You can also put the MathScript alone in another VI and insert the inputs you're expecting manually and check in the same way.
    Good luck!

  • Error submitting form for Distribution: "The filename you specified is not valid because it does not

    Error submitting form for Distribution:
    "The filename you specified is not valid because it does not include a .pdf extension, contains one or more invalid characters or teh path preceding it refers to a protected system location."
    Tried removing dashes from filename, shortenign filename, moving to root directory. No changes. File ends with a .pdf extension.
    This is my first attempt to distribute via acrobat.com

    I found that I got that same message using Acrobat Professional to send out a document for shared review.  I had an exclamation mark in the title of the PDF. When I took out the exclamation mark, it worked.
    So maybe try taking out anything "unusual" (parentheses, dashes, exclamation marks, etc.) in the file name and see if that helps.
    Good luck,
       Philip.

  • HT201210 My Ipad battery ran out whilst someone was using it - having recharged it it goes d=straight to Restore mode and when connected to IT Tunes, it says unknown error 28  which makes no sense - ideas please?

    My daugter was using our Ipad when the battery ran out.  Having recharged it adn trying to swotch back on is immediately dosplays teh sysmbol for pluging into ITunes.  When doing so the computer says it must restore the Ipad and update it.  When doing so it fails, displaying unknown error 28 - looking at more info, it makes little sense other than a possible hgardware fault.  This is on an orignal IPad with 3G and the operating system hasn't been updated for a while.  Any ideas please.  Mike

    My daugter was using our Ipad when the battery ran out.  Having recharged it adn trying to swotch back on is immediately dosplays teh sysmbol for pluging into ITunes.  When doing so the computer says it must restore the Ipad and update it.  When doing so it fails, displaying unknown error 28 - looking at more info, it makes little sense other than a possible hgardware fault.  This is on an orignal IPad with 3G and the operating system hasn't been updated for a while.  Any ideas please.  Mike

  • I get an error message while converting the file. you do not have the privilege to make changes. I get this message when I try to import a music CD

    I get an error message while converting the file. you do not have the privilege to make changes. I get this message when I try to import a music CD

    Hey amba1015,
    I found an article that talks about similar error messages in relation to importing an audio CD. Check out the recommended troubleshooting steps in here to see if they help:
    Trouble adding music to iTunes library or importing audio CD
    http://support.apple.com/kb/TS1387
    Welcome to Apple Support Communities!
    Have a good one,
    Delgadoh

Maybe you are looking for

  • Apple iPod Nano Replacement Program HELP?

    I requested the replacement in mid November, but never received any box or packaging in which to send the product back to Apple. Yet when I check the repair status on the site, it says it was dispatched. What do I do?

  • How to determine weblogic health status column when it is in NOT OK via wlst?

    Dear Legends, Is there a command to determine weblogic managed or admin servers HEALTH COLUMN Status? Because some times in STATE Column it would be RUNNING and in HEALTH Column it would be in "NOT OK" or the OK will not be visible. Thanks, Karthik

  • Automated email campaign

    Hello all, We are attempting to setup a simple automated email campaign (CRM 4.0), but we seem to be missing a step. We have a campaign with a campaign element that has a target group assigned and a channel of Email. We can test the channel successfu

  • Adding Query's in Favourite

    Hi, We have developed the reports for client. I want to know how the client will be able to access his reports as there are multiple users interested in executing there relevant report's. One way that i know is that the query's will be added in there

  • Hey, Apple, fix podcasts!

    I notice many people are having the same problem I am with podcasts not showing up on their nanos in iTunes. I too would like to delete some podcasts from my nano, but they are nowhere to be found when my ipod is connected to my computer through iTun