[Bug 155798] Re: uninitialized variable warning

2017-10-15 Thread Christian Holtje
It seems to no longer be a problem in xenial. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/155798 Title: uninitialized variable warning To manage notifications about this bug go to:

[Bug 245728] Re: runit doesn't stop and /var isn't umounted on shutdown

2013-03-14 Thread Christian Holtje
Alas, I don't have any systems using runit at this time. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/245728 Title: runit doesn't stop and /var isn't umounted on shutdown To manage notifications

[Bug 67141] Re: Please create and enforce a system-wide policy to unset GREP_OPTION by default

2012-01-29 Thread Christian Holtje
komputes: They aren't in the init scripts, etc. The problem is that if a user adds GREP_OPTIONS to their environment (manually, or via .bashrc, etc.) then it can break init.d scripts, etc. At the time, if you did `env GREP_OPTIONS=-E /etc/init.d/blah start` it could break the `blah` script in

[Bug 882125] [NEW] nsIProcess doesn't work for some executables

2011-10-26 Thread Christian Holtje
Public bug reported: Hello! I'm the author of the Firefox extension It's All Text!. This extension launches a local editor (like emacs or gvim) with the contents of a textarea to make editing web pages (wikis, etc.) easier. I have discovered a bug in Ubuntu's firefox:

[Bug 882125] Re: nsIProcess doesn't work for some executables

2011-10-26 Thread Christian Holtje
Does this explain why the official Firefox works and the Ubuntu one doesn't? I'm unfamiliar with apparmor. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/882125 Title: nsIProcess doesn't work for

[Bug 882213] [NEW] Apparmor doesn't notify user of enforcements

2011-10-26 Thread Christian Holtje
Public bug reported: When apparmor prevents something from running, it doesn't notify the user. I expected it to notify the user via a popup or something similar. In my case, I wrote a Firefox plugin that opens an editor (like emacs or gvim) with the contents of the textarea. A user was able

[Bug 596149] Re: gdm can't login to any session

2010-10-22 Thread Christian Holtje
** Changed in: apport (Ubuntu) Status: Expired = New -- gdm can't login to any session https://bugs.launchpad.net/bugs/596149 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 596149] Re: gdm can't login to any session

2010-10-22 Thread Christian Holtje
Hello! I'll happily answer any questions about this. I can reproduce the problem on my box. Just to re-iterate how to reproduce: * sudo ln -sf bash /bin/sh * Make sure you have bash script or two in Startup Applications * Have your .bash_profile stupidly source /etc/bash_completion (in my

[Bug 596149] Re: gdm can't login to any session

2010-10-22 Thread Christian Holtje
Actually, it looks like you can just add this to the top of bash_completion: # Only run if shell is interactive. if [[ $- != *i* ]] ; then return fi Ciao! -- gdm can't login to any session https://bugs.launchpad.net/bugs/596149 You received this bug notification because you are a member of

[Bug 67141] Re: Please create and enforce a system-wide policy to unset GREP_OPTION by default

2010-10-14 Thread Christian Holtje
I'm not asking to remove GREP_OPTIONS from grep. I'm saying that in system scripts, such as the stuff in /etc/init.d/*, should some how ignore GREP_OPTIONS. I broke scripts by setting GREP_OPTIONS in non- obvious ways. It's really hard to track down these problems, so maybe we should unset them

[Bug 155797] Re: postgrey doesn't start if slapd isn't up

2010-09-17 Thread Christian Holtje
I cannot test it at this time because I cannot upgrade my system due to it being a Xen system and Xen isn't supported anymore in Ubuntu. I'll be seeing about de-Xen-ing the system, but it'll still be a bit. -- postgrey doesn't start if slapd isn't up https://bugs.launchpad.net/bugs/155797 You

[Bug 155794] Re: pam_env can't open /etc/default/locale

2010-01-25 Thread Christian Holtje
Peter: Since I don't have the system(s) around in a state that I can check that anymore, I can't answer your question. You should be able to reproduce the problem by downgrading the pam packages, removing the /etc/default/locale, and then upgrading. But I haven't tested that. You can't expect

[Bug 322348] [NEW] audit warnings [apparmor]

2009-01-28 Thread Christian Holtje
Public bug reported: Binary package hint: slapd From my logs: Jan 28 09:45:15 gerf kernel: [579130.725552] audit(1233153915.942:5): type=1503 operation=file_mmap requested_mask=r:: denied_mask=r:: name=/var/cache/nscd/passwd pid=686 profile=/usr/sbin/slapd namespace=default Jan 28 09:45:15

[Bug 155797] Re: postgrey doesn't start if slapd isn't up

2009-01-05 Thread Christian Holtje
I did not see Daniel's question when he posted it. It would have helped if he mentioned my name, since I get a boat load of emails from Launchpad and might miss it otherwise. I don't have an 8.10 system yet. I'm sitting on the LTS (8.4) release, which did have that problem. ** Changed in:

[Bug 144383] Re: apparmor-profiles: nscd profile spams my logs

2008-08-26 Thread Christian Holtje
To fix this, I modified /etc/apparmor.d/usr.sbin.nscd adding this line: /var/cache/nscd/{passwd,group,services,hosts} mrw, above the /var/db/... line. I then did: /etc/init.d/apparmor reload /etc/init.d/nscd restart Ciao! -- apparmor-profiles: nscd profile spams

[Bug 146924] Re: Time went backwards + freeze for domU's with kernel 2.6.22-xen

2008-08-25 Thread Christian Holtje
@James Blackwell: I can recreate it with a newer kernel. See my previous comment: 2.6.24-19-xen doesn't work. My domU and my dom0 are all running the same kernel. I don't use a ramdisk. To recreate the problem, just do a save-pause-restore of the domU. Ciao! -- Time went backwards + freeze

[Bug 85439] Re: xsltproc crashdump

2008-08-17 Thread Christian Holtje
ii libxslt1.1 1.1.22-1ubuntu XSLT processing library - runtime library ii xsltproc 1.1.22-1ubuntu XSLT command line processor Ubuntu Hardy Heron. What is the output from running this in Intrepid? -- xsltproc crashdump https://bugs.launchpad.net/bugs/85439 You received this bug

[Bug 85439] Re: xsltproc crashdump

2008-08-17 Thread Christian Holtje
Andreas: You have to create the empty xml node. You can use launchpad-35439.xsl if you want or you can greate an empty.xml file: * empty.xml would be something like: xml/ * The commandline to use launchpad-35439.xsl is: xsltproc launchpad-35439 launchpad-35439.xsl Without the xml file, I

[Bug 85439] Re: xsltproc crashdump

2008-08-16 Thread Christian Holtje
It still does a core dump: $ xsltproc launchpad-35439.xsl empty.xml exsltFuncResultElem: only xsl:fallback is allowed to follow func:result zsh: segmentation fault xsltproc launchpad-35439.xsl empty.xml I have attached the correct XSL for this. Note, it still shows the correct error, but it

[Bug 146924] Re: Time went backwards + freeze for domU's with kernel 2.6.22-xen

2008-08-08 Thread Christian Holtje
This is still a problem as of 2008/8/8: * Ubuntu 8.4.1 Hardy Heron * Xen 3.2.0 * Dom0 DomU kernel: 2.6.24-19-xen #1 SMP Sat Jul 12 00:15:59 UTC 2008 x86_64 The workaround for this is to change your setup to not to save/restore, but to instead reboot. This is done by altering

[Bug 144383] Re: apparmor-profiles: nscd profile spams my logs

2008-08-05 Thread Christian Holtje
Okay, I set this to aa-enforce and now I get these: Aug 5 12:43:26 gerf kernel: [46914.231242] audit(1217954606.627:182785): type=1503 operation=inode_permission requested_mask=rw:: denied_mask=rw:: name=/var/cache/nscd/passwd pid=28046 profile=/usr/sbin/nscd namespace=default --

[Bug 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-07-29 Thread Christian Holtje
This same problem (and the solution) is mentioned in this email thread: http://mail-index.netbsd.org/current-users/2008/04/21/msg001941.html It looks like it was a bug in the ssh client. It's probably made worse by the unreliability of wifi (ie, I packet lost here or there). Ciao! -- I cannot

[Bug 237894] Re: I cannot connect to any server. Conection hangs up at channel 0: open confirm rwindow 0 rmax 32768

2008-07-29 Thread Christian Holtje
This same problem (and the solution) is mentioned in this email thread: http://mail-index.netbsd.org/current-users/2008/04/21/msg001941.html It looks like it was a bug in the ssh client. It's probably made worse by the unreliability of wifi (ie, I packet lost here or there). Ciao! -- I cannot

[Bug 245728] [NEW] runit doesn't stop and /var isn't umounted on shutdown

2008-07-04 Thread Christian Holtje
Public bug reported: Binary package hint: runit What happens: On shutdown, /var isn't umounted. It says it tries but that processes are still using files on /var. What I expected: /var should umount on shutdown. Notes: I tracked this down to runit not exiting correctly. upstart seems to

[Bug 245728] Re: runit doesn't stop and /var isn't umounted on shutdown

2008-07-04 Thread Christian Holtje
OS: Ubuntu Hardy Heron. -- runit doesn't stop and /var isn't umounted on shutdown https://bugs.launchpad.net/bugs/245728 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 194024] [NEW] syslogd stops logging when rotating.

2008-03-07 Thread Christian Holtje
Public bug reported: Binary package hint: sysklogd What happens: I have postfix logging all email message ids, etc. to /var/log/mail/info.log via syslogd. This log file gets a new message every second or two, due to spam. When I check my log in the morning, it has been rotated (info.log

[Bug 194024] Re: syslogd stops logging when rotating.

2008-03-07 Thread Christian Holtje
I originally thought this was related to bug 49165, but that is different. Ciao! -- syslogd stops logging when rotating. https://bugs.launchpad.net/bugs/194024 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 49165] In Gutsy as well.

2008-02-20 Thread Christian Holtje
I have the same bug in Gutsy. It's really messing me up because I *need* to be able to track down email offenders, etc. Basically, I show up in the morning and check my mail info log and it's empty, which isn't possible due to the spammers. I restart sysklogd and the log starts filling up.

[Bug 153996] Feedback on libdb4.4_4.4.20-8.1ubuntu3_i386.deb from proposed.

2007-12-14 Thread Christian Holtje
Here is some feedback on libdb4.4_4.4.20-8.1ubuntu3_i386.deb from proposed: It has been running inside postgrey, successfully, since Dec 6th (8 days). Postgrey hasn't crashed and hasn't stopped responding. I haven't had any reports of any processes breaking because of this upgrade. Since

[Bug 145332] Re: mount: Please support relatime

2007-11-29 Thread Christian Holtje
Brain: It's already in Gutsy. I filed it relative to Feisty which *could* have supported relatime if mount supported it because the Feisty kernel (2.6.20) supported relatime. Ciao! -- mount: Please support relatime https://bugs.launchpad.net/bugs/145332 You received this bug notification

[Bug 153996] Re: libdb4.4 in gutsy breaks postgrey and subversion

2007-11-06 Thread Christian Holtje
** Bug watch added: Debian Bug tracker #441152 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441152 ** Also affects: debian via http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=441152 Importance: Unknown Status: Unknown ** Changed in: db4.4 (Debian) Sourcepackagename: None =

[Bug 155797] postgrey doesn't start if slapd isn't up

2007-10-22 Thread Christian Holtje
Public bug reported: Binary package hint: postgrey If your system requires a local copy of ldap to be running, then postgrey will not start until after slapd is running. Since they both have S19 rc.d numbers it is quite likely that postgrey will not start at all. A work around is: $

[Bug 155794] pam_env can't open /etc/default/locale

2007-10-22 Thread Christian Holtje
Public bug reported: Binary package hint: libpam-modules Hello! I just upgraded to Gutsy and am getting these messages in my log: Oct 22 06:25:06 gerf su[22091]: pam_env(su:session): Unable to open env file: /etc/default/locale: No such file or directory Oct 22 06:28:45 gerf su[22423]:

[Bug 155798] uninitialized variable warning

2007-10-22 Thread Christian Holtje
Public bug reported: Binary package hint: postgrey On startup, I get this (harmless) warning. It looks unprofessional: Use of uninitialized value in split at /usr/lib/perl5/Sys/Syslog.pm line 123. Ciao! ** Affects: postgrey (Ubuntu) Importance: Undecided Status: New --

[Bug 155798] Re: uninitialized variable warning

2007-10-22 Thread Christian Holtje
Forgot version info: Gutsy, 1.27-4 Ciao! -- uninitialized variable warning https://bugs.launchpad.net/bugs/155798 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 151610] Re: deskbar-applet behaves inconsistantly

2007-10-11 Thread Christian Holtje
Version: 2.20.0-0ubuntu2 in Gutsy -- deskbar-applet behaves inconsistantly https://bugs.launchpad.net/bugs/151610 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 151610] deskbar-applet behaves inconsistantly

2007-10-11 Thread Christian Holtje
Public bug reported: Binary package hint: deskbar-applet What Happens: I use deskbar to start terminals frequently using the following: * (press key combo to open deskbap) * type 'term' * press 'enter' If I wait before pressing enter, say 3-5 seconds, then I always get launch

[Bug 151610] Re: deskbar-applet behaves inconsistantly

2007-10-11 Thread Christian Holtje
** Bug watch added: GNOME Bug Tracker #485778 http://bugzilla.gnome.org/show_bug.cgi?id=485778 ** Also affects: deskbar-applet via http://bugzilla.gnome.org/show_bug.cgi?id=485778 Importance: Unknown Status: Unknown -- deskbar-applet behaves inconsistantly

[Bug 148988] deskbar-applet crashed with SIGSEGV

2007-10-04 Thread Christian Holtje
Public bug reported: Binary package hint: deskbar-applet What Happened: * booted * logged into gpm * Used deskbar, when it became available, to launch a terminal, thunderbird, then pidgin. * Waited for a bit, entering passwords, etc. * Used the Compiz Expos/Wall thingy that zooms out all

[Bug 148988] Re: deskbar-applet crashed with SIGSEGV

2007-10-04 Thread Christian Holtje
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/9727051/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/9727052/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/9727053/Disassembly.txt ** Attachment

[Bug 149010] w3m crashed with SIGSEGV

2007-10-04 Thread Christian Holtje
Public bug reported: Binary package hint: w3m I don't know what is running w3m. I had to man it to see what it was. Ciao! ProblemType: Crash Architecture: i386 CrashCounter: 1 Date: Thu Oct 4 11:49:10 2007 DistroRelease: Ubuntu 7.10 ExecutablePath: /usr/bin/w3m NonfreeKernelModules: cdrom

[Bug 149010] Re: w3m crashed with SIGSEGV

2007-10-04 Thread Christian Holtje
** Attachment added: CoreDump.gz http://launchpadlibrarian.net/9727855/CoreDump.gz ** Attachment added: Dependencies.txt http://launchpadlibrarian.net/9727856/Dependencies.txt ** Attachment added: Disassembly.txt http://launchpadlibrarian.net/9727857/Disassembly.txt ** Attachment

[Bug 140000] Re: [compiz] - Can't unconfigure ALT-F2 in Gusty

2007-10-04 Thread Christian Holtje
Michael Vogt: Yeah, I forgot about that. I noticed it too... Ciao! -- [compiz] - Can't unconfigure ALT-F2 in Gusty https://bugs.launchpad.net/bugs/14 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing

[Bug 140000] Re: [compiz] - Can't unconfigure ALT-F2 in Gusty

2007-10-02 Thread Christian Holtje
The new compiz packages work if I install compizconfig-settings-mananger and use flat-file instead of GConf for the backend in preferences. I had discovered that compiz was much more stable in the pre-gutsy builds when using the flat-file backend. It seems it is still true. That is only a

[Bug 140000] Re: [compiz] - Can't unconfigure ALT-F2 in Gusty

2007-10-02 Thread Christian Holtje
Michael Vogt: I had compiz from the beryl/compiz repository external to ubuntu. I switched to metacity before I upgraded because I didn't want to interfere with upgrade. I probably should have removed all the packages from the external repository. Ciao! -- [compiz] - Can't unconfigure ALT-F2

[Bug 145465] Re: madwifi + wpasupplicant + network-manager = broken

2007-09-28 Thread Christian Holtje
I'm embarrassed to say that this was due to the AP acting up. I didn't think that was the case since my wife usually kvetches about it before I find out. :-( Thank you very much for letting me waste your time. Sorry. :-/ Ciao! ** Changed in: ubuntu Status: Incomplete = Invalid --

[Bug 145465] Re: madwifi + wpasupplicant + network-manager = broken

2007-09-27 Thread Christian Holtje
I can't think of any other WPA APs around here. They are all open in one flavor or another. My AP is an Apple uhm... express? It's the size of a power brick (aka wall wart). Very small. I tried the instructions and it just repeats: Trying to associate with 00:14:51:XX:XX:XX (SSID='a network'

[Bug 145332] mount: Please support relatime

2007-09-26 Thread Christian Holtje
Public bug reported: Binary package hint: mount In addition to [no]atime, and [no]diratime, 2.6.20 also supports [no]relatime. Please update mount or patch mount to support these mount options. Information is available here: http://lwn.net/Articles/244829/ Ciao! ** Affects: util-linux

[Bug 37697] Re: wpasupplicant only authenticates immediately after atheros kernel modules freshly loaded.

2007-09-26 Thread Christian Holtje
I had this problem in Feisty and tried upgrading to Gusty in hopes it would fix it. IT doesn't. linux-image-generic: 2.6.22.12.15 01:07.0 Ethernet controller: Atheros Communications, Inc. AR5212/AR5213 Multiprotocol MAC/baseband processor (rev 01) Subsystem: Askey Computer Corp. Unknown

[Bug 145465] madwifi + wpasupplicant + network-manager = broken

2007-09-26 Thread Christian Holtje
Public bug reported: I'm using gusty. I have no idea where to file this because there are already a million bugs on this problem and the fact that there are 3+ packages that the problem can be part of means the bugs never get fixed. I cannot log into WPA WAPs at all. This was broken with the

[Bug 145465] Re: madwifi + wpasupplicant + network-manager = broken

2007-09-26 Thread Christian Holtje
** Attachment added: daemon.log http://launchpadlibrarian.net/9519722/daemon.log -- madwifi + wpasupplicant + network-manager = broken https://bugs.launchpad.net/bugs/145465 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. --

[Bug 140000] [compiz] - Can't configure keys in Gusty

2007-09-16 Thread Christian Holtje
Public bug reported: Binary package hint: compiz Hello! I upgraded to gusty on my laptop. I sudden discovered that Compiz was running as my window manager. Which is nice, except that I can't configure the keyboard. System-Preferences-Keyboard is set the way I want it to be, but Compiz

[Bug 138975] linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
Public bug reported: Binary package hint: linux-image-2.6.20-16-generic I just got this error. I have rebooted just to be sure (but I saved info, I'll append it in a minute). I had problems before with bug #135294, but this is different. I turned off swap and the system was up for a while

[Bug 138975] Re: linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/9248626/lspci-vvnn.log -- linux-image-2.6.20-16-generic: invalid opcode: [#1] https://bugs.launchpad.net/bugs/138975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 138975] Re: linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
** Attachment added: uname-a.log http://launchpadlibrarian.net/9248627/uname-a.log -- linux-image-2.6.20-16-generic: invalid opcode: [#1] https://bugs.launchpad.net/bugs/138975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 138975] Re: linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
** Attachment added: dmesg.log http://launchpadlibrarian.net/9248624/dmesg.log -- linux-image-2.6.20-16-generic: invalid opcode: [#1] https://bugs.launchpad.net/bugs/138975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 138975] Re: linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
** Attachment added: version.log http://launchpadlibrarian.net/9248628/version.log -- linux-image-2.6.20-16-generic: invalid opcode: [#1] https://bugs.launchpad.net/bugs/138975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for

[Bug 138975] Re: linux-image-2.6.20-16-generic: invalid opcode: 0000 [#1]

2007-09-11 Thread Christian Holtje
Note to self: Saved as 200709111628 -- linux-image-2.6.20-16-generic: invalid opcode: [#1] https://bugs.launchpad.net/bugs/138975 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-09-11 Thread Christian Holtje
I turned off swap and the system has been running fine until just now. I filed the new report as Bug #138975 -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug notification because you are a member of

[Bug 43379] Re: nm-applet vanished from tray

2007-09-07 Thread Christian Holtje
I'm sorry. I'm in the middle of upgrading my laptop to Gusty. Do you want me to try this again with Gusty's NetworkManager? Ciao! -- nm-applet vanished from tray https://bugs.launchpad.net/bugs/43379 You received this bug notification because you are a member of Ubuntu Bugs, which is a direct

[Bug 136886] Re: Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

2007-09-04 Thread Christian Holtje
Package: spamassassin Version: 3.1.7-2ubuntu1 Filename: pool/universe/s/spamassassin/spamassassin_3.1.7-2ubuntu1_all.deb Size: 974198 MD5sum: d41f0e958e56d1259566b1bb8e660bb6 SHA1: ea8dbfe07f6d1f2764ceec6b4b148eee9e02f4b1 SHA256: 29abe5a8838a3f636010bbcfda24481857390a603091ce5bca035752c7c15c4b

[Bug 136886] Re: Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

2007-09-04 Thread Christian Holtje
5361 was marked a duplicate. Pointing it at the original. ** Changed in: spamassassin Bugwatch: SpamAssassin Bugzilla #5361 = SpamAssassin Bugzilla #4978 Status: Invalid = Unknown -- Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

[Bug 136886] Re: Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

2007-09-04 Thread Christian Holtje
I seem to have no problems with 3.2.1 from back ports. I haven't seen a single peep, whereas before it was giving me an error every few minutes (in time with the spam... :-). Ciao! -- Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

[Bug 136886] Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446

2007-09-02 Thread Christian Holtje
Public bug reported: Binary package hint: spamassassin I keep getting messages in my logs at the end of the month like this: Day '34' out of range 1..31 at /usr/share/perl5/Mail/SpamAssassin/Util.pm line 446 I know this is due to spammers not understanding elementary date math, but

[Bug 135294] BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
Public bug reported: Binary package hint: linux-image-2.6.20-16-generic The files are (going to be) attached as per https://wiki.ubuntu.com/KernelTeamBugPolicies. The Code: section decodes into ascii of: romanian0ontent-Disposition: inline;10008000100081b9cd10 Which looks like

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
** Attachment added: lspci-vvnn.log http://launchpadlibrarian.net/9029570/lspci-vvnn.log -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
** Attachment added: dmesg.log (note, dmesg was cleared after boot, so it only has the oops) http://launchpadlibrarian.net/9029563/dmesg.log -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
** Attachment added: uname-a.log http://launchpadlibrarian.net/9029609/uname-a.log -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
** Attachment added: version.log http://launchpadlibrarian.net/9029614/version.log -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 135294] Re: BUG: unable to handle kernel NULL pointer dereference at virtual address 00000065

2007-08-28 Thread Christian Holtje
Note to self: I have stored the files in /root/oops/200708280913 in case more info is needed. -- BUG: unable to handle kernel NULL pointer dereference at virtual address 0065 https://bugs.launchpad.net/bugs/135294 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 67141] Re: GREP_OPTION can break system scripts

2007-08-24 Thread Christian Holtje
grep (GNU grep) 2.5.1 -- GREP_OPTION can break system scripts https://bugs.launchpad.net/bugs/67141 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 67141] Re: GREP_OPTION can break system scripts

2007-08-23 Thread Christian Holtje
Hmm.I seem to have duplicated this in Bug #75031 It still is a bug, see the last comment in the other bug. I would suggest unsetting GREP_OPTION in all the /etc/init.d/* scripts, especially if it uses grep. Ciao! -- GREP_OPTION can break system scripts

[Bug 67141] Re: GREP_OPTION can break system scripts

2007-08-23 Thread Christian Holtje
It needs to be considered as a distro policy level, so I guess they are different. But it's the same issue -- GREP_OPTIONS changes the behavior of a tool that is used for various purposes, including things that can effect security. I simple tool (attached) can be used to detect shell scripts

[Bug 67141] Re: GREP_OPTIONS can break system scripts

2007-08-23 Thread Christian Holtje
I do set GREP_OPTIONS in my .bashrc, etc. Specifically, I use GREP_OPTIONS=--color=auto It is a common command someone might set. Either one off (just to see color for some greps) or routinely (like I have in my bashrc). It is a security issue because it open up holes, prevent actions from

[Bug 84039] Re: [apport] archivemail crashed with AttributeError in add_status_headers()

2007-08-22 Thread Christian Holtje
WORKAROUND: Make archivemail use python2.4 instead of 2.5 (the default in feisty). Requires python2.4 to be installed. Change first line of /usr/bin/archivemail to #!/usr/bin/python2.4 Ciao! -- [apport] archivemail crashed with AttributeError in add_status_headers()

[Bug 133844] pidentd: Errors writing pid file

2007-08-21 Thread Christian Holtje
Public bug reported: Binary package hint: pidentd Bug https://bugs.launchpad.net/ubuntu/+source/pidentd/+bug/74968 didn't fix all the problems. Now I get this message: identd[29469]: s_open(/var/run/identd.pid, O_WRONLY):Permission denied This is because identd is run as identd, not root,

[Bug 75031] Re: GREP_OPTIONS is evil

2007-07-17 Thread Christian Holtje
In the version I now have in feisty, -E no longer causes a problem. However, you can cause problems with GREP_OPTIONS=-P which causes the egrep -q commands to always return true. In addition, using something like GREP_OPTIONS=--color=always can also mess up anything that needs to parse the

[Bug 63208] Re: Patches For Compiz/Beryl Compatibility

2007-05-22 Thread Christian Holtje
Sebastien is correct. Ubuntu never had these patches. It would be nice if they got added since beryl is in the repository, even if it is in the unsupported parts. There is a bug open in the beryl-project for this. I added a comment to explain. http://bugs.beryl-project.org/ticket/1971 Ciao!

[Bug 63208] Workaround for Feisty

2007-05-18 Thread Christian Holtje
Here is a workaround for Feisty: http://ubuntuforums.org/showthread.php?t=427602 It sucks, but there you go. Ciao! -- Patches For Compiz/Beryl Compatibility https://bugs.launchpad.net/bugs/63208 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug

[Bug 93885] Re: It's completely broken: missing org/mozilla/javascript/tools/shell/Main

2007-05-04 Thread Christian Holtje
** Changed in: rhino (Ubuntu) Status: Unconfirmed = Confirmed -- It's completely broken: missing org/mozilla/javascript/tools/shell/Main https://bugs.launchpad.net/bugs/93885 You received this bug notification because you are a member of Ubuntu Bugs, which is the bug contact for Ubuntu.

[Bug 103848] Re: OS_ARCH!=Linux

2007-04-09 Thread Christian Holtje
Whoah Whoah there! This isn't just some random string, guys! This is used by third party addons (extensions, themes, etc.) to identify the platform Mozilla/Firefox is running on. You are breaking that feature of Firefox. Ciao! -- OS_ARCH!=Linux https://bugs.launchpad.net/bugs/103848 You

[Bug 103848] OS_ARCH!=Linux

2007-04-06 Thread Christian Holtje
Public bug reported: Binary package hint: mozilla-firefox In the latest Firefox 2.0.0.3 for Ubuntu Edgy, it looks like someone mucked with the OS_ARCH setting. What Happened: Click on Tools-Error Console In the Evaluation area, type:

[Bug 99743] Re: [apport] emacs21-x crashed with SIGSEGV

2007-04-01 Thread Christian Holtje
** Attachment added: CoreDump.gz http://librarian.launchpad.net/7099136/CoreDump.gz ** Attachment added: Dependencies.txt http://librarian.launchpad.net/7099137/Dependencies.txt ** Attachment added: ProcMaps.txt http://librarian.launchpad.net/7099138/ProcMaps.txt ** Attachment added:

[Bug 99743] [apport] emacs21-x crashed with SIGSEGV

2007-04-01 Thread Christian Holtje
Public bug reported: Binary package hint: emacs21 What Happened: I shut down Ubuntu on my laptop. When I start back up, I get an apport notice saying that emacs has crashed. This happens frequently, but only recently has apport been able to figure out that /usr/bin/emacs was emacs21 What

[Bug 96927] Re: [apport] Tomboy.exe crashed with SIGSEGV in g_hash_table_lookup()

2007-03-27 Thread Christian Holtje
** Attachment added: CoreDump.gz http://librarian.launchpad.net/6993422/CoreDump.gz ** Attachment added: Dependencies.txt http://librarian.launchpad.net/6993423/Dependencies.txt ** Attachment added: Disassembly.txt http://librarian.launchpad.net/6993424/Disassembly.txt ** Attachment

[Bug 96927] [apport] Tomboy.exe crashed with SIGSEGV in g_hash_table_lookup()

2007-03-27 Thread Christian Holtje
Public bug reported: Binary package hint: tomboy Dunno. I rebooted and when the system came back up the crash report thingy said it died. Ciao! ProblemType: Crash Architecture: i386 Date: Tue Mar 27 07:31:32 2007 DistroRelease: Ubuntu 7.04 ExecutablePath: /usr/lib/tomboy/Tomboy.exe

[Bug 93885] It's completely broken: missing org/mozilla/javascript/tools/shell/Main

2007-03-19 Thread Christian Holtje
Public bug reported: Binary package hint: rhino What Happens: at the command line, type rhino and you get: Exception in thread main java.lang.NoClassDefFoundError: org/mozilla/javascript/tools/shell/Main What I Expect: # rhino @IMPLEMENTATION.VERSION@ js Well, okay, that's the

[Bug 93561] inconsistent use of tabs and spaces in indentation

2007-03-18 Thread Christian Holtje
Public bug reported: Binary package hint: python-problem-report What Happened: sudo rm /var/lib/python-support/python2.5/problem_report.py[co] ; python -t -c 'import problem_report' /var/lib/python-support/python2.5/problem_report.py: inconsistent use of tabs and spaces in indentation

[Bug 93561] Re: inconsistent use of tabs and spaces in indentation

2007-03-18 Thread Christian Holtje
Since this is the same package as the python apport stuff, it has the same problems: sudo rm /var/lib/python-support/python2.5/apport/*.py[co] ; python -t -c 'import apport' /var/lib/python-support/python2.5/apport/report.py: inconsistent use of tabs and spaces in indentation

[Bug 93561] Re: inconsistent use of tabs and spaces in indentation

2007-03-18 Thread Christian Holtje
Oh yeah, this is in Feisty. Ciao! -- inconsistent use of tabs and spaces in indentation https://launchpad.net/bugs/93561 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 80331] Re: laptop mode is not disabled after plugging in AC power

2007-03-17 Thread Christian Holtje
gnome-power-manager manages this if it is enabled. acpi-support checks for gnome-power-manager and defers to gpm when gpm is running. I also have this problem. Ciao! -- laptop mode is not disabled after plugging in AC power https://launchpad.net/bugs/80331 -- ubuntu-bugs mailing list

[Bug 80331] Re: laptop mode is not disabled after plugging in AC power

2007-03-17 Thread Christian Holtje
I take this back. /etc/acpi/power.sh is run regardless of gnome-power- manager. It may be the case that /etc/defaults/acpi-support does not have ENABLE_LAPTOP_MODE=true turned on. There is a related bug, where the acpi-support doesn't run on suspend/resume because gnome-power-manager is

[Bug 84732] Re: [SRU]: python-pam contains no binaries (edgy)

2007-03-08 Thread Christian Holtje
PAMmodule is the wrong bit to import. That's the binary parts. This is a legit test case: # python2.5 -c 'import PAM; print found,len(dir(PAM))' found 55 Ciao! -- [SRU]: python-pam contains no binaries (edgy) https://launchpad.net/bugs/84732 -- ubuntu-bugs mailing list

[Bug 90517] laptop-mode isn't changed when unplugged, etc.

2007-03-07 Thread Christian Holtje
Public bug reported: Binary package hint: laptop-mode-tools Version of laptop-mode-tools: 1.31-1ubuntu4 I am using gnome-power, so acpi rules are not being run (there is a short cut in the rules). What Happens: When the following event happen: * unplug power * plug power * resume

[Bug 49849] Re: --expire-time (-t) wraps if wait is too big

2007-03-05 Thread Christian Holtje
This was a problem in libnotify, which came with Dapper. This apparently isn't a problem in libnotify1 which is in Edgy. Edgy's version is better: $ /usr/bin/notify-send -t 2147483648 summary Body Integer value '2147483648' for -t out of range Feel free to mark this resolved in Edgy or newer

[Bug 84732] Re: [SRU]: python-pam contains no binaries (edgy)

2007-02-16 Thread Christian Holtje
I'm confused. Is this bug or is bug #69967 the bug for Edgy? The problem is that **edgy** has a totally useless python-pam package. Ciao! -- [SRU]: python-pam contains no binaries (edgy) https://launchpad.net/bugs/84732 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 69967] Re: python-pam contains NO PYTHON!

2007-02-16 Thread Christian Holtje
I'm confused. Is this bug or is bug #84732 the bug for Edgy? The problem is that **edgy** has a totally useless python-pam package. Ciao! -- python-pam contains NO PYTHON! https://launchpad.net/bugs/69967 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85439] Re: xsltproc crashdump

2007-02-15 Thread Christian Holtje
Forgot to attach the coredump. Ciao! ** Attachment added: Coredump from apport http://librarian.launchpad.net/6442294/_usr_bin_xsltproc.1000.crash -- xsltproc crashdump https://launchpad.net/bugs/85439 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com

[Bug 85439] xsltproc crashdump

2007-02-15 Thread Christian Holtje
Public bug reported: Binary package hint: xsltproc I think the cause was creating func:function (using exslt) with TWO func:result nodes... Example (untested): ?xml version=1.0 encoding=UTF-8? xsl:stylesheet version=1.0 xmlns:xsl=http://www.w3.org/1999/XSL/Transform;

[Bug 69760] Re: TypeError: Unicode

2006-12-11 Thread Christian Holtje
I can confirm that this is indeed an issue in Edgy Eft. I was working around it in Dapper by using python2.2, but that doesn't exist. This makes Edgy's version TOTALLY BROKEN for anyone who uses non-ascii characters! The problem, for those that want to know, is that that Mailman uses an older

  1   2   >