Ubuntu Customization Kit

Asked by Bart VD

Ik installeerde eerst UCK 2.2.4 dit lukte niet. Ik dacht dat de versie misschien niet volledig ondersteund was op de LTS 10.04
Vervolgens installeerde ik versie 2.0.9. Ik bleef dezelfde error krijgen.

Mijn bedoeling is om een ubuntu in een Win7 look te krijgen voor een project op mijn werk.

Logfile

Build (/usr/bin/uck-gui --wait-before-exit) started at 2011-10-07 09:53:46
sudo: no tty present and no askpass program specified
Build ended at 2011-10-07 09:53:57
Build (/usr/bin/uck-gui --wait-before-exit) started at 2011-10-07 09:55:14
sudo: no tty present and no askpass program specified
Build ended at 2011-10-07 10:00:44
sudo: no tty present and no askpass program specified

Alvast bedankt

Question information

Language:
Dutch Edit question
Status:
Solved
For:
Ubuntu Customization Kit Edit question
Assignee:
No assignee Edit question
Solved by:
Wolf Geldmacher
Solved:
Last query:
Last reply:
Revision history for this message
Best Wolf Geldmacher (wolf-womaro) said :
#1

The error message actually almost says it all:
    sudo: no tty present and no askpass program specified

So you either:
* provide a tty by running uck from a terminal window
or
* install gtk-led-askpass via your favourite package manager and add a line similar to
         Defaults askpass=/usr/bin/gtk-led-askpass
   at the beginning of /etc/sudoers, thus specifying an askpass program

(There are many more programs implementing the askpass interface - depending on your
base system you may already have one of those installed that you can use by just adding
the path to that program to the askpass line in /etc/sudoers)

Revision history for this message
Bart VD (bart-ruudoleo) said :
#2

Thanks Wolf Geldmacher, that solved my question.