[Bug 1164749] [NEW] ipa-client-install --unattended stalls with a prompt for user input

2013-04-04 Thread Lucas Yamanishi
Public bug reported:

root@ubuntu-client:~# lsb_release -rd
Description:Ubuntu 12.04.2 LTS
Release:12.04


root@ubuntu-client:~# apt-cache policy freeipa-client
freeipa-client:
  Installed: 2.1.4-0ubuntu1
  Candidate: 2.1.4-0ubuntu1
  Version table:
 *** 2.1.4-0ubuntu1 0
800 http://mirror.example.com/ubuntu/archive/ precise/universe amd64 
Packages
100 /var/lib/dpkg/status


What I expected to happen:

According to the documentation, when ipa-client-install is executed with
--unattended or -U it will not prompt for user input.


What happened instead:

When ipa-client-install reaches PAM configuration, it prompts for user
input.

root@ubuntu-client:~# ipa-client-install --hostname=`hostname -f` 
--domain=example.com --server=`/usr/bin/dig SRV 
_kerberos-master._tcp.example.com. +short | /usr/bin/head -n 1 | /usr/bin/awk  
'{print $4}' | sed 's/\.$//'` --enable-dns-updates --unattended 
--password='secret'
DNS domain 'example.com' is not configured for automatic KDC address lookup.
KDC address will be set to fixed value.

Discovery was successful!
Hostname: ubuntu-client.example.com
Realm: EXAMPLE3.COM
DNS Domain: example.com
IPA Server: ipa-server.example.com
BaseDN: dc=example,dc=com


Synchronizing time with KDC...
Unable to sync time with IPA NTP server, assuming the time is in sync.
Enrolled in IPA realm EXAMPLE.COM
Created /etc/ipa/default.conf
Domain example.com is already configured in existing SSSD config, creating a 
new one.
The old /etc/sssd/sssd.conf is backed up and will be restored during uninstall.
Configured /etc/sssd/sssd.conf
Configured /etc/krb5.conf for IPA realm EXAMPLE.COM
Warning: Hostname (ubuntu-client.example.com) not found in DNS
Failed to update DNS A record. (Command '/usr/bin/nsupdate -g 
/etc/ipa/.dns_update.txt' returned non-zero exit status 2)
root: ERRORdbus failed to start: Command '/usr/sbin/service dbus 
start ' returned non-zero exit status 1
Failed to configure automatic startup of the certmonger daemon
Automatic certificate management will not be available
root: ERRORFailed to disable automatic startup of the certmonger 
daemon: Command '/sbin/chkconfig certmonger on' returned non-zero exit status 1
Would run on a Red Hat platform: /usr/sbin/authconfig --enablesssdauth --update 
--enablesssd
Please do the corresponding changes manually and press Enter:

** Affects: freeipa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1164749

Title:
  ipa-client-install --unattended stalls with a prompt for user input

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/freeipa/+bug/1164749/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1156709] [NEW] Preseed commands and parameters should be enumerated and explained

2013-03-18 Thread Lucas Yamanishi
Public bug reported:

The Preseed documentation strategy seems to be primarily examples with
comments and explanations, but I've found it is very incomplete.  It is
very frustrating to read through the documentation and not find simple
answer to questions like:  What does the number between the minimum and
maximum size for a partition mean?  Or, is partition size specified in
cylinders, blocks, segments, extents, bytes, kilobytes, kibibytes,
megabytes or mebibytes?

My suggestion: enumerate and explain each command, sub-command, and
parameter.  Say what is optional and what is require.  List valid input
for each parameter, including data type, unit, or valid string values.
And if there is a default, say what it is.

Examples:
http://docs.fedoraproject.org/en-US/Fedora/18/html/Installation_Guide/s1-kickstart2-options.html
http://users.suse.com/~ug/autoyast_doc/configuration.html
http://docs.oracle.com/cd/E19253-01/817-5506/6mkv6ki73/index.html
http://www.hp.com/go/ignite-ux-docs
http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf

** Affects: installation-guide (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1156709

Title:
  Preseed commands and parameters should be enumerated and explained

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1156709/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1156709] Re: Preseed commands and parameters should be enumerated and explained

2013-03-18 Thread Lucas Yamanishi
** Description changed:

  The Preseed documentation strategy seems to be primarily examples with
- comments and explanations, but I've found it is very incomplete.  It is
- very frustrating to read through the documentation and not find simple
- answer to questions like:  What does the number between the minimum and
- maximum size for a partition mean?  Or, is partition size specified in
- cylinders, blocks, segments, extents, bytes, kilobytes, kibibytes,
- megabytes or mebibytes?
+ comments and explanations, but it is not complete.  From a user's
+ perspective, it is very frustrating to read through the documentation
+ and not find simple answer to questions like:  What does the number
+ between the minimum and maximum size for a partition mean?  Or, is
+ partition size specified in cylinders, blocks, segments, extents, bytes,
+ kilobytes, kibibytes, megabytes or mebibytes?  These are documented, but
+ it requires digging through the source repositories to find them--
+ http://anonscm.debian.org/gitweb/?p=d-i/debian-
+ installer.git;a=tree;f=doc/devel
  
- My suggestion: enumerate and explain each command, sub-command, and
+ My suggestion: Enumerate and explain each command, sub-command, and
  parameter.  Say what is optional and what is require.  List valid input
  for each parameter, including data type, unit, or valid string values.
  And if there is a default, say what it is.
  
- Examples:
+ Full Backus-Naur Form documentation like is available in the developer
+ docs isn't necessary, but links to Primary Sources would be very
+ helpful.
+ 
+ Examples of good web-based documentation:
  
http://docs.fedoraproject.org/en-US/Fedora/18/html/Installation_Guide/s1-kickstart2-options.html
  http://users.suse.com/~ug/autoyast_doc/configuration.html
  http://docs.oracle.com/cd/E19253-01/817-5506/6mkv6ki73/index.html
  http://www.hp.com/go/ignite-ux-docs
  http://www.openbsd.org/cgi-bin/man.cgi?query=bgpd.conf

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1156709

Title:
  Preseed commands and parameters should be enumerated and explained

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/installation-guide/+bug/1156709/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712175] Re: OMAP Beagle C4: kernel does not reliably find SD card on boot

2011-05-23 Thread Lucas Yamanishi
Several patches were recently submitted to linux-omap and linux-mmc.
(http://www.spinics.net/lists/linux-mmc/msg07838.html)

One of them should fix this:  https://patchwork.kernel.org/patch/761272/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712175

Title:
  OMAP Beagle C4: kernel does not reliably find SD card on boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 712175] Re: OMAP Beagle C4: kernel does not reliably find SD card on boot

2011-05-13 Thread Lucas Yamanishi
Related discussion regarding dto value and voltage calculation:

http://comments.gmane.org/gmane.linux.ports.arm.omap/49907
https://groups.google.com/group/beagleboard/browse_thread/thread/83724ff7e54c58

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/712175

Title:
  OMAP Beagle C4: kernel does not reliably find SD card on boot

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs