Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (331 - 333 of 1145)

Ticket Resolution Summary Owner Reporter
#648 fixed Installer bails on Lucid due to poor interaction with bind9 and resolvconf jdreed

Reported by jdreed, 14 years ago.

Description

On Lucid installs (possibly only LiveCD-based installs?), resolvconf is installed, but /etc/resolv.conf is not normally a symlink. This causes the bind9 initscript to barf when it tries to call resolvconf.

After setting a static IP with NetworkManager, my /etc/resolv.conf is not a symlink, and has a "# Generated by NetworkManager" line at the top. If I then install -workstation, when it gets to installing bind9, it tries to call resolvconf in the initscript, which barfs with: "Error: /etc/resolv.conf must be a symlink"

Killing the postinst process causes the install to finish normally.

Possible workarounds include:

  • Identifying this situation (having resolvconf installed, but not used) in the Debathena install script and fixing it or giving the user the opportunity to do so.
  • Setting bind9/run-resolvconf to false in debconf

Since this only affects Lucid, there's clearly an upstream bug somewhere, but I don't know where. Insight would be appreciated concerning whether or not this is resolvconf's fault, bind's fault, or networkmanager's fault.

#650 fixed Reg applet occasionally doesn't work with IcedTea jdreed jdreed

Reported by jdreed, 14 years ago.

Description

See #237:

rbasch wrote:

On my lucid VM, with openjdk-6-jdk 6b18-1.8-0ubuntu1 and icedtea6-plugin 6b18-1.8-0ubuntu1, the Athena registration applet (  http://web.mit.edu/register) is not displayed consistently. It failed to display the first time loaded in my tries, then usually (but not always) was displayed when I reloaded the page. Running firefox in a terminal, I see:

java version "1.6.0_18"
OpenJDK Runtime Environment (IcedTea6 1.8) (6b18-1.8-0ubuntu1)
OpenJDK Client VM (build 14.0-b16, mixed mode, sharing)
tsetsize: 130
tsetsize: 191
tsetsize: 130
tsetsize: 344
Exception in thread "Thread-7" java.lang.NullPointerException
	at sun.applet.AppletPanel.showAppletStatus(AppletPanel.java:947)
	at sun.applet.AppletPanel.run(AppletPanel.java:607)
	at java.lang.Thread.run(Thread.java:636)
TextBlock: preferredSize called 600 191
TextBlock: preferredSize called 600 40
TextBlock: preferredSize called 600 130
TextBlock: preferredSize called 600 30
TextBlock: preferredSize called 600 344
TextBlock: preferredSize called 600 150
TextBlock: preferredSize called 600 130

The NPE seems to correlate with the applet not appearing.

I saw no problem in a brief test of the Sun JDK.

#652 fixed lpq output broke again geofft jdreed

Reported by jdreed, 14 years ago.

Description

Once again, CUPS is determined to ensure that lpq remains useless:

jdreed@infinite-loop:~$ lpq -Pnysa
nysa is ready and printing
no entries
jdreed@infinite-loop:~$ mit-lpq -Pnysa
nysa is ready and printing

allisonq: active                            [job 430190 (Jul 15 12:25) localhost]
        (stdin)                                 1008269312 bytes

rcox: 1st                               [job 430196 (Jul 15 12:34) localhost]
        (stdin)                                 1496064 bytes

s11093: 2nd                               [job 430218 (Jul 15 12:52) localhost]
        Untitled1                               433152 bytes

s11093: 3rd                               [job 430219 (Jul 15 12:53) localhost]
        Untitled1                               414720 bytes

barryw: 4th                               [job 430246 (Jul 15 13:17) localhost]
        Hussman Funds - Weekly Market Comment:  487424 bytes

barryw: 5th                               [job 430248 (Jul 15 13:18) localhost]
        HIM2010Q2NP.pdf                         1290240 bytes

ragheb: 6th                               [job 430252 (Jul 15 13:24) localhost]
        SAPweb Self Service: Time: Time Sheet H 107520 bytes

huayud: 7th                               [job 430299 (Jul 15 14:28) localhost]
        (stdin)                                 385024 bytes

huayud: 8th                               [job 430300 (Jul 15 14:28) localhost]
        (stdin)                                 418816 bytes

huayud: 9th                               [job 430301 (Jul 15 14:28) localhost]
        (stdin)                                 418816 bytes

huynhle: 10th                              [job 430317 (Jul 15 15:04) localhost]
        Huynh-Le checkrec                       95232 bytes
jdreed@infinite-loop:~$ lpstat -h get-print nysa
nysa-430196             rcox           1496064   Thu 15 Jul 2010 12:34:24 PM EDT
nysa-430218             s11093          433152   Thu 15 Jul 2010 12:52:29 PM EDT
nysa-430219             s11093          414720   Thu 15 Jul 2010 12:53:54 PM EDT
nysa-430246             barryw          487424   Thu 15 Jul 2010 01:17:53 PM EDT
nysa-430248             barryw         1290240   Thu 15 Jul 2010 01:18:28 PM EDT
nysa-430252             ragheb          107520   Thu 15 Jul 2010 01:24:13 PM EDT
nysa-430299             huayud          385024   Thu 15 Jul 2010 02:28:27 PM EDT
nysa-430300             huayud          418816   Thu 15 Jul 2010 02:28:35 PM EDT
nysa-430301             huayud          418816   Thu 15 Jul 2010 02:28:43 PM EDT
nysa-430317             huynhle          95232   Thu 15 Jul 2010 03:04:08 PM EDT
jdreed@infinite-loop:~$ cups-lpq -Pnysa
nysa is ready and printing
no entries
jdreed@infinite-loop:~$ 
Note: See TracQuery for help on using queries.