<div dir="ltr"><div class="gmail_default" style="font-size:small">I finally found out what&#39;s causing this.</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">

My servers all have apticron installed to e-mail me when updates are available. Apticron installs apt-listchanges. If I remove apt-listchanges, then the problem goes away. But then I no longer have apticron advising me of updates, which I find handy.</div>

<div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default"><div class="gmail_default">So, edit /etc/apt/listchanges.conf file and make frontend=text ( the default = pager) then you can have apticron advise you of updates, and a remote command to update the server that does not get stuck on waiting for you to hit &quot;q&quot;.</div>

<div class="gmail_default"><br></div><div class="gmail_default">Thanks for the tips which eventually led me to look in the right place.</div><div class="gmail_default"><br></div><div class="gmail_default">ed</div></div><div class="gmail_default" style="font-size:small">

<br></div><div class="gmail_default" style="font-size:small"><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Oct 25, 2013 at 12:11 PM, Horkan Smith <span dir="ltr">&lt;<a href="mailto:ale@horkan.net" target="_blank">ale@horkan.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Edward;<br>
<br>
I&#39;m not sure any of these ideas actually match what you&#39;re trying to do, but just-in-case:<br>
<br>
1 - take a look at the cron-apt package to schedule downloads and installs completely non-interactively<br>
<br>
2 - same idea, take a look at the ubuntu admin page <a href="https://help.ubuntu.com/13.10/serverguide/automatic-updates.html" target="_blank">https://help.ubuntu.com/13.10/serverguide/automatic-updates.html</a><br>
<br>
3 - I&#39;m not sure if that message would be affected by any of the dpkg --force* options, or if the dpkg &#39;Status-Fd&#39; option would help - if so, you could use the aptitude &#39;-o&#39; option to test it out.<br>


<br>
4 - Similar idea, have you tried re-directing the i/o on your aptitude command?  I&#39;m wondering if just redirecting the input from /dev/null would tell aptitude it&#39;s running non-interactively, so it wouldn&#39;t wait for a prompt.<br>


<br>
later!<br>
   horkan<br>
<div><div class="h5"><br>
<br>
On Fri, Oct 25, 2013 at 08:36:58AM -0400, Edward Holcroft wrote:<br>
&gt; This was helpful. I have another similar issue that has bugged me for a<br>
&gt; while. I do a sudo aptitude full-upgrade and sometimes, depending on the<br>
&gt; packages getting upgraded a message something like this appears:<br>
&gt;<br>
&gt; Get:1 Changelog for python-problem-report (<br>
&gt; <a href="http://changelogs.ubuntu.com/changelogs/pool/main/a/apport/apport_2.0.1-0ubuntu17.6/changelog" target="_blank">http://changelogs.ubuntu.com/changelogs/pool/main/a/apport/apport_2.0.1-0ubuntu17.6/changelog</a>)<br>


&gt; [326 kB]<br>
&gt; apport (2.0.1-0ubuntu17.6) precise-security; urgency=low<br>
&gt;<br>
&gt;   * SECURITY UPDATE: incorrect permissions on setuid process core dumps<br>
&gt;     (LP: #1242435)<br>
&gt;     - use correct permissions when writing the core file in data/apport,<br>
&gt;       added test to test/test_signal_crashes.py.<br>
&gt;     - Thanks to Martin Pitt for the patch!<br>
&gt;     - CVE-2013-1067<br>
&gt;<br>
&gt;  -- Marc Deslauriers &lt;<a href="mailto:marc.deslauriers@ubuntu.com">marc.deslauriers@ubuntu.com</a>&gt;  Wed, 23 Oct 2013<br>
&gt; 13:04:37 -0400<br>
&gt;<br>
&gt; Get:1 Changelog for cloud-init (<br>
&gt; <a href="http://changelogs.ubuntu.com/changelogs/pool/main/c/cloud-init/cloud-init_0.6.3-0ubuntu1.8/changelog" target="_blank">http://changelogs.ubuntu.com/changelogs/pool/main/c/cloud-init/cloud-init_0.6.3-0ubuntu1.8/changelog</a>)<br>


&gt; [43.7 kB]<br>
&gt; cloud-init (0.6.3-0ubuntu1.8) precise-proposed; urgency=low<br>
&gt;<br>
&gt;   * debian/patches/lp-1233315-add-smartos-support.patch:<br>
&gt;     Add SmartOS DataSource, including disk format support (LP: #1233315).<br>
&gt;   * debian/patches/lp-1231490-azure-ephemeral-format.patch:<br>
&gt;     Format Windows Azure ephemeral disks (LP: #1231490)<br>
&gt;   * debian/patches/lp-1233315-1231490-ephmeralX.Y-support.patch:<br>
&gt;     Add support for referencing ephemeral devices as &#39;ephemeralX.Y<br>
&gt;     (LP: #1231490, LP: #1233315)<br>
&gt;<br>
&gt;  -- Ben Howard &lt;<a href="mailto:ben.howard@ubuntu.com">ben.howard@ubuntu.com</a>&gt;  Wed, 16 Oct 2013 08:17:35 -0600<br>
&gt;<br>
&gt;<br>
&gt; This message only qoes away when I hit quit, and then the upgrade<br>
&gt; completes. Problem is I&#39;m running updates via script on several boxes, so I<br>
&gt; often end-up with incomplete updates after I&#39;ve run my script. There are<br>
&gt; all Ubuntu 12.04LTS boxes.<br>
&gt;<br>
&gt; Any thoughts on how to get my script to include a &quot;q&quot; if necessary?<br>
&gt;<br>
&gt; My command looks like this:<br>
&gt;<br>
&gt; ssh -i /home/xxx/ec2-keys/xxx.pem <a href="mailto:user@xxx.com">user@xxx.com</a> &#39;sudo aptitude -y<br>
&gt; full-upgrade; exit&#39;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Oct 20, 2013 at 11:22 PM, Shawn &lt;<a href="mailto:taaj.shawn@gmail.com">taaj.shawn@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Here ya go.<br>
&gt; &gt;<br>
&gt; &gt; <a href="http://raphaelhertzog.com/2010/09/21/debian-conffile-configuration-file-managed-by-dpkg/" target="_blank">http://raphaelhertzog.com/2010/09/21/debian-conffile-configuration-file-managed-by-dpkg/</a><br>


&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Sun, Oct 20, 2013 at 10:37 PM, Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com">jim.kinney@gmail.com</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; I&#39;m surprised that doesn&#39;t work. Rpm distros recognize a config change<br>
&gt; &gt;&gt; and create the new config file as foo.cfg.rpmnew.<br>
&gt; &gt;&gt; Maybe there&#39;s a flag to add on upgrade to preserve all edited configs.<br>
&gt; &gt;&gt; Not sure. Bombed the Debian section of LPI :-(<br>
&gt; &gt;&gt; On Oct 20, 2013 6:40 PM, &quot;Wolf Halton&quot; &lt;<a href="mailto:wolf.halton@gmail.com">wolf.halton@gmail.com</a>&gt; wrote:<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;&gt; I updated Thursday night to Ubuntu to 13.10 with no problems on my<br>
&gt; &gt;&gt;&gt; 6-yr-old HP laptop, mostly while I was at Melton&#39;s.  It was not quite a<br>
&gt; &gt;&gt;&gt; lights-out install. I had to approve keeping my edited config files for 2<br>
&gt; &gt;&gt;&gt; services.  I wish the install script would just keep edited configs and<br>
&gt; &gt;&gt;&gt; roll on.<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; Wolf Halton<br>
&gt; &gt;&gt;&gt; --<br>
&gt; &gt;&gt;&gt; <a href="http://wolfhalton.info" target="_blank">http://wolfhalton.info</a><br>
&gt; &gt;&gt;&gt; Apache developer:<br>
&gt; &gt;&gt;&gt; <a href="mailto:wolfhalton@apache.org">wolfhalton@apache.org</a><br>
&gt; &gt;&gt;&gt; On Oct 19, 2013 9:37 AM, &quot;Edward Holcroft&quot; &lt;<a href="mailto:eholcroft@mkainc.com">eholcroft@mkainc.com</a>&gt; wrote:<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Just upgraded my 3 home Ubuntu boxes to 13.10.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Was a seamless upgrade on 2 machines (64 bit). On one 8 year-old<br>
&gt; &gt;&gt;&gt;&gt; notebook that gets used heavily for Facebook etc every day (32 bit)<br>
&gt; &gt;&gt;&gt;&gt; everything froze up half way through. It seemed like the CPU became<br>
&gt; &gt;&gt;&gt;&gt; overheated during installation - was very hot to the touch. Could run a<br>
&gt; &gt;&gt;&gt;&gt; command line and top did not reveal anything out of the ordinary like a CPU<br>
&gt; &gt;&gt;&gt;&gt; spike. I was unable to get dpkg to release the sources.list file no matter<br>
&gt; &gt;&gt;&gt;&gt; what kills I tried, so did a reboot followed by live-DVD repair. The repair<br>
&gt; &gt;&gt;&gt;&gt; option is pretty impressive - found the broken 13.10 installation and fixed<br>
&gt; &gt;&gt;&gt;&gt; it while keeping all data files intact as well as the Doze 7 on dual boot<br>
&gt; &gt;&gt;&gt;&gt; left unharmed.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Seems to be a minor upgrade, I&#39;m not seeing any real visual<br>
&gt; &gt;&gt;&gt;&gt; differences, other than a bunch of new lenses, which I don&#39;t really use<br>
&gt; &gt;&gt;&gt;&gt; extensively. New kernel of course, and latest versions of various apps.<br>
&gt; &gt;&gt;&gt;&gt; This leads me to think about 14.04, which I would guess, would be another<br>
&gt; &gt;&gt;&gt;&gt; minor upgrade, given that it&#39;s LTS. If that&#39;s the case, and I cannot see<br>
&gt; &gt;&gt;&gt;&gt; Canonical going ott on an LTS release, it&#39;d make for two fairly boring<br>
&gt; &gt;&gt;&gt;&gt; releases consecutively, which is interesting given the recent releases that<br>
&gt; &gt;&gt;&gt;&gt; have been bleeding edge to the point of being sub-functional if not broken<br>
&gt; &gt;&gt;&gt;&gt; in some areas. I&#39;m kinda pleased they focused on just getting things stable<br>
&gt; &gt;&gt;&gt;&gt; rather than going with the threatened move to Mir at this point. I recently<br>
&gt; &gt;&gt;&gt;&gt; switched my work desktop to Wheezy stable (bit of an overreaction I guess,<br>
&gt; &gt;&gt;&gt;&gt; I could&#39;ve dropped back to 12.04 or so, but I&#39;ve always wanted to try a<br>
&gt; &gt;&gt;&gt;&gt; Debian desktop) &#39;cos Unity was just breaking on me way too often. It&#39;ll be<br>
&gt; &gt;&gt;&gt;&gt; really interesting/surprising if they bring Mir in for 14.04.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; On the 32 bit version, Chrome still seems to be broken. This issue from<br>
&gt; &gt;&gt;&gt;&gt; 13.04 is still there:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://askubuntu.com/questions/359530/google-chrome-update-wont-install-due-to-unmet-dependencies" target="_blank">http://askubuntu.com/questions/359530/google-chrome-update-wont-install-due-to-unmet-dependencies</a><br>


&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Although you can make it work if you try, it&#39;d be nice to see a fixed<br>
&gt; &gt;&gt;&gt;&gt; version released.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Another issue that came up on one of my 64 bit boxes (although I don&#39;t<br>
&gt; &gt;&gt;&gt;&gt; think it&#39;s a specifically 64 bit issue) is too little disk space on /boot,<br>
&gt; &gt;&gt;&gt;&gt; so the upgrade failed until that was addressed. I had too many kernels in<br>
&gt; &gt;&gt;&gt;&gt; there and had to delete the old ones. I used this handy script that I&#39;ve<br>
&gt; &gt;&gt;&gt;&gt; used many times on my Amazon Ubuntu servers:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; dpkg -l linux-* | awk &#39;/^ii/{ print $2}&#39; | grep -v -e `uname -r | cut<br>
&gt; &gt;&gt;&gt;&gt; -f1,2 -d&quot;-&quot;` | grep -e [0-9] | xargs sudo apt-get -y purge<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; from here:<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://tuxtweaks.com/2010/10/remove-old-kernels-in-ubuntu-with-one-command/" target="_blank">http://tuxtweaks.com/2010/10/remove-old-kernels-in-ubuntu-with-one-command/</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; I see this as an unacceptable error on a distro aimed at easy<br>
&gt; &gt;&gt;&gt;&gt; installation, noob demographic. Most noobs I know would&#39;ve run a mile at an<br>
&gt; &gt;&gt;&gt;&gt; error like that. Of course, if this was fresh installation, I would not<br>
&gt; &gt;&gt;&gt;&gt; have experienced this issue since there&#39;d be no old kernels installed. But<br>
&gt; &gt;&gt;&gt;&gt; why on earth would there be a limit (and apparently a relatively low one at<br>
&gt; &gt;&gt;&gt;&gt; that) on /boot on a distro of this nature?<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; Anyway, that&#39;s my quick first experience with 13.10 ... it works, a bit<br>
&gt; &gt;&gt;&gt;&gt; of a yawn, frankly. Nothing that jumps out at me to say don&#39;t touch this.<br>
&gt; &gt;&gt;&gt;&gt; Still a great distro for first timers, and even experienced users as long<br>
&gt; &gt;&gt;&gt;&gt; as Unity can hold it together under high user demands.<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; cheers<br>
&gt; &gt;&gt;&gt;&gt; ed<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; --<br>
&gt; &gt;&gt;&gt;&gt; Edward Holcroft | Madsen Kneppers &amp; Associates Inc.<br>
&gt; &gt;&gt;&gt;&gt; 3020 Holcomb Bridge Rd. NW | Norcross, GA 30071<br>
&gt; &gt;&gt;&gt;&gt; O <a href="tel:%28770%29%20446-9606" value="+17704469606">(770) 446-9606</a> | M <a href="tel:%28770%29%20630-0949" value="+17706300949">(770) 630-0949</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt; MADSEN, KNEPPERS &amp; ASSOCIATES USA, MKA Canada Inc.<br>
&gt; &gt;&gt;&gt;&gt; WARNING/CONFIDENTIALITY NOTICE: This message may be confidential and/or<br>
&gt; &gt;&gt;&gt;&gt; privileged. If you are not the intended recipient, please notify the sender<br>
&gt; &gt;&gt;&gt;&gt; immediately then delete it - you should not copy or use it for any purpose<br>
&gt; &gt;&gt;&gt;&gt; or disclose its content to any other person. Internet communications are<br>
&gt; &gt;&gt;&gt;&gt; not secure. You should scan this message and any attachments for viruses.<br>
&gt; &gt;&gt;&gt;&gt; Any unauthorized use or interception of this e-mail is illegal.<br>
&gt; &gt;&gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt;&gt; Ale mailing list<br>
&gt; &gt;&gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt;&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt;&gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt;&gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt; _______________________________________________<br>
&gt; &gt;&gt;&gt; Ale mailing list<br>
&gt; &gt;&gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt;&gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt;&gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt;&gt;<br>
&gt; &gt;&gt; _______________________________________________<br>
&gt; &gt;&gt; Ale mailing list<br>
&gt; &gt;&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt;&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt;&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt;&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; --<br>
</div></div>&gt; &gt; *- Shawn Taaj*<br>
<div class="im">&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; Ale mailing list<br>
&gt; &gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; &gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; &gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Edward Holcroft | Madsen Kneppers &amp; Associates Inc.<br>
&gt;<br>
&gt; 11695 Johns Creek Parkway, Suite 250 | Johns Creek, GA 30097<br>
&gt; O <a href="tel:%28770%29%20446-9606" value="+17704469606">(770) 446-9606</a> | M <a href="tel:%28770%29%20630-0949" value="+17706300949">(770) 630-0949</a><br>
&gt;<br>
</div>&gt; --<br>
<div class="im HOEnZb">&gt; MADSEN, KNEPPERS &amp; ASSOCIATES USA, MKA Canada Inc. WARNING/CONFIDENTIALITY<br>
&gt; NOTICE: This message may be confidential and/or privileged. If you are not<br>
&gt; the intended recipient, please notify the sender immediately then delete it<br>
&gt; - you should not copy or use it for any purpose or disclose its content to<br>
&gt; any other person. Internet communications are not secure. You should scan<br>
&gt; this message and any attachments for viruses. Any unauthorized use or<br>
&gt; interception of this e-mail is illegal.<br>
<br>
&gt; _______________________________________________<br>
&gt; Ale mailing list<br>
&gt; <a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
&gt; <a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
&gt; See JOBS, ANNOUNCE and SCHOOLS lists at<br>
&gt; <a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
<br>
<br>
</div><span class="HOEnZb"><font color="#888888">--<br>
Horkan Smith<br>
<a href="tel:678-777-3263" value="+16787773263">678-777-3263</a> cell, <a href="mailto:ale@horkan.net">ale@horkan.net</a><br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div dir="ltr"><font face="arial, helvetica, sans-serif" size="1">Edward Holcroft | Madsen Kneppers &amp; Associates Inc.</font><div><p style="margin:0in 0in 0.0001pt">

<font face="arial, helvetica, sans-serif" size="1">11695 Johns Creek Parkway, Suite 250 | Johns Creek, GA 30097</font></p></div><div><font face="arial, helvetica, sans-serif" size="1">O (770) 446-9606 | M (770) 630-0949</font><br>

</div></div>
</div>

<br>
<span style="font-family:arial"><font size="2">MADSEN, KNEPPERS &amp; ASSOCIATES USA, MKA Canada Inc. WARNING/CONFIDENTIALITY NOTICE: This message may be confidential and/or privileged. If you are not the intended recipient, please notify the sender immediately then delete it - you should not copy or use it for any purpose or disclose its content to any other person. Internet communications are not secure. You should scan this message and any attachments for viruses. Any unauthorized use or interception of this e-mail is illegal.</font></span>