Results 1 to 3 of 3

Thread: Generating a configuration file for preseed

  1. #1
    Join Date
    Sep 2009
    Location
    Italy
    Beans
    46
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Generating a configuration file for preseed

    This is what I get if I do the first part of the documented configuration file for preseed installation:

    Code:
    root@eng-prova:~# debconf-get-selections --installer > preseed.conf
    debconf: DbDriver "di_questions": could not open /var/log/installer/cdebconf/questions.dat
    root@eng-prova:~# cat preseed.conf 
    root@eng-prova:~# ls -l preseed.conf 
    -rw-r--r-- 1 root root 0 2009-09-25 13:58 preseed.conf
    root@eng-prova:~# ls -l var/log/installer/cdebconf/questions.dat
    ls: cannot access var/log/installer/cdebconf/questions.dat: No such file or directory
    root@eng-prova:~#
    I've not done anything special to my system other then installing some extra stuff and keeping it up-to-date.
    What's going wrong (apart from the file obviously missing) ?

    PS: I'm running on a x86_64 ubuntu 9.04 desktop
    David Rao
    Many PC's running varying degrees of custom Slackware
    Fujitsu Esprimo Mobile running Ubuntu 9.0.4

  2. #2
    Join Date
    Oct 2009
    Beans
    14

    Re: Generating a configuration file for preseed

    ubuntu 8.04.3LTS also happened it !

  3. #3
    Join Date
    Dec 2009
    Beans
    Hidden!
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: Generating a configuration file for preseed

    try:-

    debconf-get-selections > debconf
    nano debconf

Bookmarks

Posting Permissions

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