[Bug 27463] Re: [needs-packaging] 389 Directory Server for Ubuntu

2011-05-20 Thread Jonathan Marsden
Why was the status of this bug changed to opinion? I though it was expected that changes of status were accompanied by a comment explaining why the change was made? -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber.

[Bug 254215] Re: PEAR depends not included

2008-08-02 Thread Jonathan Marsden
In php5_5.2.6-2ubuntu1, the Depends: line for php-pear in debian/control reads: Depends: php5-common (= ${source:Version}), php5-cli | php4-cli So apparently the current php-pear does depend on either php4-cli or php5-cli. Is this insufficient? I could post a debdiff that just changes this to

[Bug 203686] Re: at package should removed from base system

2008-11-19 Thread Jonathan Marsden
at is defined in ISO POSIX and has been a part of the Linux Standards Base (LSB) since LSB 1.0. Who deprecated it, when, and why -- no information on this was included in your report? Without such information, this report appears to be invalid. If you have knowledge of a specific security flaw

[Bug 302939] Re: package mysql-server-5.0

2008-11-27 Thread Jonathan Marsden
*** This bug is a duplicate of bug 238755 *** https://bugs.launchpad.net/bugs/238755 Based on: Your account has expired; please contact your system administrator chfn: PAM authentication failed adduser: `/usr/bin/chfn -f MySQL Server mysql' returned error code 1. Exiting. I would say you

[Bug 303612] Re: English description of php5 packages wrong

2008-11-29 Thread Jonathan Marsden
The version of php5 in Ubuntu 8.10 Intrepid is 5.2.6-2ubuntu4 This appears to me to have dynamically spelled correctly, and least in the USA English version of the description. Could you please state the exact version of php5 you have installed, and what locale you are using? Thanks! (And yes,

[Bug 303612] Re: English description of php5 packages wrong

2008-11-29 Thread Jonathan Marsden
Never mind. Confirmed, This issue only happens in some of the binary packages generated, not all. Already correct in: php5, php5-common, libapache2-mod-php5, libapache2 -mod-php5filter, php5-cgi, php5-cli Incorrect in: php5-dev, php5-dbg, php-pear, php5-curl, php5-gd, php5-gmp, php5-ldap,

[Bug 303612] Re: English description of php5 packages wrong

2008-11-29 Thread Jonathan Marsden
debdiff attached. ** Attachment added: php5-5.2.6-2ubuntu6.debdiff http://launchpadlibrarian.net/20067354/php5-5.2.6-2ubuntu6.debdiff -- English description of php5 packages wrong https://bugs.launchpad.net/bugs/303612 You received this bug notification because you are a member of Ubuntu

[Bug 387189] Re: /dev/null corrupted (/dev/null.1)

2011-01-29 Thread Jonathan Marsden
It seems to me a patch to /etc/logrotate.d/apache2 is the simplest solution. The attached diff tries to solve the issue and also be more readable, breaking the one complex line involving backticks into three shorter simpler lines, no backticks needed. There are a lot of cases to test this with,

[Bug 387189] Re: /dev/null corrupted (/dev/null.1)

2011-01-30 Thread Jonathan Marsden
OK. Do we have a test case for which my patch fails? If the remaining issue is that my patch contains a closing '}', that is easily solved, because the {} around the variable name are only there for style reasons, and are not required. Here is a modified patch without the {} . Is there a test

[Bug 723603] Re: vsftpd no longer supports both anonymous_enable and local_enable

2011-02-23 Thread Jonathan Marsden
Setting anonymous_enable to YES enables identified login (aknaff), but (obviously) disables anonymous (ftp) login Unless I am very confused, the YES in that final sentence in the bug description was probably intended to be NO :) -- You received this bug notification because you are a member of

[Bug 723603] Re: vsftpd no longer supports both anonymous_enable and local_enable

2011-02-24 Thread Jonathan Marsden
Setting back to New status because bug submitter kindly supplied the requested vsftpd.conf ** Changed in: vsftpd (Ubuntu) Status: Incomplete = New -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to vsftpd in ubuntu.

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-22 Thread Jonathan Marsden
** Tags added: ftbfs -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/739977 Title: PHP5 FTBFS in Natty -- Ubuntu-server-bugs mailing list Ubuntu-server-bugs@lists.ubuntu.com Modify

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-22 Thread Jonathan Marsden
Confirmed. Attempting to build php5 5.3.5-1ubuntu4 on Natty by running debuild in a local VM resulted in the attached script output. ** Attachment added: debuild output showing FTBS issue https://bugs.launchpad.net/ubuntu/+source/php5/+bug/739977/+attachment/1929157/+files/debuild.txt **

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-22 Thread Jonathan Marsden
The way php5 does its library presence checks is unusual. Apparently someone recreated autotools functionality themselves, in a way that breaks the multiarch work being done for Natty. In reality, noone is likely to rework an 85K (non-empty) line configure script! So a smaller cheaper fix needs

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-22 Thread Jonathan Marsden
** Patch added: libdb4-is-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/php5/+bug/739977/+attachment/1929301/+files/libdb4-is-multiarch.patch ** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-22 Thread Jonathan Marsden
Note that changing configure parameter --with- libdir=lib/${DEB_HOST_MULTIARCH} does not work, because this is used for finding both header files and actual libraries. So (unless others have better ideas) it seems that patching the various config*.m4 files for each such test is the best we can

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-24 Thread Jonathan Marsden
One more, hopefully the last, multiarch-related patch is attached, for various graphics libraries. ** Patch added: graphics-libs-are-multiarch.patch https://bugs.launchpad.net/ubuntu/+source/php5/+bug/739977/+attachment/1935549/+files/graphics-libs-are-multiarch.patch -- You received this

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-24 Thread Jonathan Marsden
debdiff will follow once this builds and I test it a little. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/739977 Title: PHP5 FTBFS in Natty -- Ubuntu-server-bugs mailing list

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-24 Thread Jonathan Marsden
Ahem... spoke too soon. The configure script now runs to completion but the link step fails. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to php5 in Ubuntu. https://bugs.launchpad.net/bugs/739977 Title: PHP5 FTBFS in Natty --

[Bug 739977] Re: PHP5 FTBFS in Natty

2011-03-24 Thread Jonathan Marsden
Ah, that would be nice --- I thought I'd missed something; if you are correct I can claim my patches are fine and libgd2 was the culprint :) Regarding your earlier comment: (It's unfortunate that we don't have time to convert the entire system in one cycle; if all of PHP5's build-deps were

[Bug 281882] Re: ssh hangs in initial handshaking when using IPv6

2009-03-24 Thread Jonathan Marsden
I am unable to duplicate this issue on my local Ubuntu Intrepid 8.10 (x64) desktop, even before making any of the changes suggested in this message. For those who are affected by this: ssh -4 somehost will use IPv4 only to connect, which would appear to be a viable workaround. To make IPv4

[Bug 30455] Re: NTPSERVERS should be populated via dhcp

2009-03-24 Thread Jonathan Marsden
I am not sure this issue still matters. In Ubuntu Intrepid 8.10, ntpdate is not (as far as I can see) run by default at boot time anyway. Bug #74164 causes the dhcp client to not request ntp-servers by default, but once that is done, things just work regarding obtaining and using NTP server

[Bug 348627] Re: motd disappears when using PasswordAuthentication in OpenSSH server

2009-03-25 Thread Jonathan Marsden
I made the same change here on my Ubuntu 8,10 Intrepid x64 desktop. It made no difference at all, motd info including the landscape-sysinfo output is always displayed after login. Jonathan -- motd disappears when using PasswordAuthentication in OpenSSH server

[Bug 30455] Re: NTPSERVERS should be populated via dhcp

2009-03-25 Thread Jonathan Marsden
In that case, may be this one should be marked as dup of #74164 No, they are not the same thing. #30455 asks for DHCP to affect the config file for ntpdate, which was used at boot to set system time on some older versions of Ubuntu. #74164 asks that DHCP should be used by default to request

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
I am unable to duplicate this here in a Jaunty (rc) virtual machine. The default /etc/postfix/main.cf file does not seem to contain an entry for smtpd_tls_mandatory_ciphers when I install postfix. I also unpacked the postfix 2.5.5-1.1 source package and do not see any obvious sign of this in

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
bug only seen when dovecot-postfix is installed, not when installing just postfix. ** Package changed: postfix (Ubuntu) = dovecot (Ubuntu) -- postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf https://bugs.launchpad.net/bugs/365390 You received this bug notification because you

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
unable to set package name to dovecot-postfix ** Changed in: dovecot (Ubuntu) Status: Incomplete = Confirmed -- postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf https://bugs.launchpad.net/bugs/365390 You received this bug notification because you are a member of Ubuntu

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
Fix created, will upload debdiff soon. ** Changed in: dovecot (Ubuntu) Status: Confirmed = In Progress -- postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf https://bugs.launchpad.net/bugs/365390 You received this bug notification because you are a member of Ubuntu Server

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
Debdiff attached. Note that this is hand edited to remove over 5MB of cruft generated because the dovecot build regenerates a lot of autotools files that are in the original source tarball and does not take care of replacing them in its clean target. But that's (I think!) a totally separate

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-04-23 Thread Jonathan Marsden
** Changed in: dovecot (Ubuntu) Status: In Progress = Confirmed -- postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf https://bugs.launchpad.net/bugs/365390 You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to dovecot in

[Bug 365625] Re: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2009-04-24 Thread Jonathan Marsden
I meant: Could you please attach copies of the two files /etc/hosts and /etc/hostnames to this bug report? -- package postfix 2.5.5-1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 75 https://bugs.launchpad.net/bugs/365625 You received this bug

[Bug 365625] Re: package postfix 2.5.5-1.1 failed to install/upgrade: subprocess post-installation script returned error exit status 75

2009-04-24 Thread Jonathan Marsden
Thanks for reporting this, and so helping to make Ubuntu even better. As far as i can tell, something about the configuration of your machine apparently caused the scripts concerned to think your hostname was '04'. This is not a valid hostname, since hostnames should start with a letter. Could

[Bug 370445] Re: MySQL-server-5.1 indirectly installs postfix

2009-05-01 Thread Jonathan Marsden
If you do not wish to follow recommends, use the --no-install-recommends option to apt-get :) sudo apt-get install mysql-server --no-install-recommends will do what the submitter seems to desire. I am not convinced this is a bug. -- MySQL-server-5.1 indirectly installs postfix

[Bug 370542] Re: Accessing http://localhost gives without reason a 403 Forbidden error page

2009-05-01 Thread Jonathan Marsden
DIAGNOSIS: Based on the [client ::1] in the log entries, I strongly suspect an IPv6 related issue here. In Jaunty, /etc/hosts has a line ::1 localhost ip6-localhost ip6-loopback where in Intrepid, this was ::1 ip6-localhost ip6-loopback I *strongly* suspect that allow from localhost

[Bug 370542] Re: Accessing http://localhost gives a 403 Forbidden when using apache allow localhost directive

2009-05-01 Thread Jonathan Marsden
** Summary changed: - Accessing http://localhost gives without reason a 403 Forbidden error page + Accessing http://localhost gives a 403 Forbidden when using apache allow localhost directive -- Accessing http://localhost gives a 403 Forbidden when using apache allow localhost directive

[Bug 370542] Re: Accessing http://localhost gives a 403 Forbidden when using apache allow localhost directive

2009-05-04 Thread Jonathan Marsden
OK. The underlying issue here now seems to be: On Ubuntu 9.04 Desktop, Network Manager causes a network configuration that leads Apache to start up listening on IPv6, but to restart listening on IPv4. Specifying network configuration using /etc/network/interfaces does not cause this behaviour,

[Bug 365390] Re: postfix: invalid value for smtpd_tls_mandatory_ciphers in main.cf

2009-05-16 Thread Jonathan Marsden
@Mathias: That's fine. I was just following the example set by some other parameters in that same file, very close to the line being discussed, such as set_postfix_option smtpd_tls_mandatory_protocols = SSLv3, TLSv1 and also set_postfix_option tls_random_source = dev:/dev/urandom which

[Bug 372091] Re: php gives 0.0: as value for 0.6/6

2009-05-17 Thread Jonathan Marsden
@Daniel: I get the same results as you ( 0.1 ) on Ubuntu Jaunty 9.04 amd64. I also tested morodoch's PHP example code, and it works fine here also: $ php -r echo PHP_VERSION; echo PHP_EOL; echo 0.6/6; echo PHP_EOL; 5.2.6-3ubuntu4.1 0.1 $ echo -e

[Bug 375593] Re: cannot browse samba shares without editing smb.conf

2009-05-18 Thread Jonathan Marsden
@Martin: If ping any name fails, I wonder if the DNS redirection opt- out has somehow effectively opted out of *all* DNS resolution? That could explain why ping yahoo.com (for example) now fails. Can you still browse the web, deal with email, etc as normal once opted out from the DNS

[Bug 371530] Re: samba does not start since upgrade to 9.04

2009-05-31 Thread Jonathan Marsden
@Wolfgang: At minimum, please do sudo chmod 755 / to fix the permissions on / and then restart samba (or just reboot). Jonathan -- samba does not start since upgrade to 9.04 https://bugs.launchpad.net/bugs/371530 You received this bug notification because you are a member of Ubuntu Server

[Bug 386867] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-06-13 Thread Jonathan Marsden
The mysql apparmor profiles work fine for me here (Ubuntu Jaunty 9.04). Please describe what you mean by the profiles being bogus in considerably more depth. Please be constructive -- suggest imrpovements to them if you feel they are needed. If you have chosen to manually move MySQL database

[Bug 386867] Re: package mysql-server-5.0 5.1.30really5.0.75-0ubuntu10.2 failed to install/upgrade: subprocess post-installation script returned error exit status 1

2009-06-14 Thread Jonathan Marsden
Thanks for helping to improve Ubuntu. At this point I think we're mainly aiming for a more complete bug report. Any work to fix this would come after that, once we have a clear, complete and reproducible bug report to work with. (1) Please provide a complete set of steps to reproduce this

[Bug 389909] Re: Nautilus can't browse local network if ISP uses DNS redirection

2009-07-01 Thread Jonathan Marsden
Given a way to detect broken DNS at package install time, it might be reasonable to set name resolve order to broadcast first at that point, if such brokenness is detected. A comment line indicating that resolve order was set like this because DNS brokenness was detected at date/time could

[Bug 225600] Re: [Hardy][Regression] PHP 5.2.4 symlink bug breaks TYPO3 default setup

2009-07-18 Thread Jonathan Marsden
Nitro322: Since this behaviour is what upstream provided in PHP 5.2.4, changing that in an LTS release is probably not all that safe (who knows how many PHP applications running on existing 8.04 LTS servers might depend on it?). Whether upstream *intended* that behaviour or not is not really the

[Bug 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
To those who are experiencing this issue, and would like it fixed: PLEASE provide more specific detail on exactly how to reproduce this issue. So far, we do not even seem to have information on which release of Ubuntu is involved, much less which versions of apache2 and php5 and Joomla. Clear

[Bug 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
An attempted set of steps to reproduce this issue follows. I failed to reproduce it! Those who can reproduce it, please document, in a way similar to this, exactly how you (and so others!) can also reproduce this issue. Just in case the web display on LP messes up my PHP script, I am attaching

[Bug 315507] Re: Unable to remove Suhosin patch

2009-07-19 Thread Jonathan Marsden
As a further test, I have also installed php5-suhosin, rebooted the virtual machine, and then retested it with 100,000 repetitions using ab. It all still works fine. /var/log/apache2/error.log contains no errors relating to canary mismatch, and even doing sudo grep -ri canary mismatch

[Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread Jonathan Marsden
It was when this failure occured, I changed the hostname to bl5400, and tried again same result. I strongly suspect that somewhere in one or more of your system's configuration files, that old numeric host name still exists. Please confirm that the old numeric hostname has been edited into the

[Bug 402776] Re: postfix doesn't install when hostname contains only digits

2009-07-22 Thread Jonathan Marsden
If the driver concerned were part of Ubuntu that might be fixable. But you state it is unsupported, so the Ubuntu community can't support it, unfortunately. I suspect the driver does not directly need postfix, just any way to send email out from this machine; postfix is the default choice for

[Bug 392521] Re: Segmentation fault when running any script

2009-08-13 Thread Jonathan Marsden
Confirmed on Ubuntu 9.04 Jaunty amd64. Steps to reproduce (and capture a backtrace) are: # Ensure we dump core ulimit -c 200 # Delete any pre-existing core file rm core # Create a command input file for use by gdb echo bt /tmp/bt # Create a trivial PHP script echo -e ?php\n?\n /tmp/a.php #

[Bug 392521] Re: Segmentation fault when running any script

2009-08-13 Thread Jonathan Marsden
Since two people other than the original reporter have now reproduced this bug, I am setting its status to confirmed. ** Changed in: php5 (Ubuntu) Status: Incomplete = Confirmed -- Segmentation fault when running any script https://bugs.launchpad.net/bugs/392521 You received this bug

[Bug 392521] Re: Segmentation fault when using php -l to validate any PHP script

2009-08-13 Thread Jonathan Marsden
** Summary changed: - Segmentation fault when running any script + Segmentation fault when using php -l to validate any PHP script -- Segmentation fault when using php -l to validate any PHP script https://bugs.launchpad.net/bugs/392521 You received this bug notification because you are a

[Bug 286290] Re: upgrade process hangs

2009-09-19 Thread Jonathan Marsden
Mike, (1) The new line in parameters thing means that somehow debconf thinks there is a newline in a previous stored response to one of its questions, and that this is a problem. Are you sure you *purged* any previous postfix install before trying to install it afresh? I just tried this here on

[Bug 286290] Re: upgrade process hangs

2009-09-20 Thread Jonathan Marsden
Mike, I suspect the problem was caused by an odd/corrupt/invalid set of answers to the configuration questions for postfix, which are normally stored in /var/cache/debconf/config.dat . If you happen to have a backup of that file from the time when the issue occurred, we could look at that file

[Bug 392759] Re: apache2 DoS attack using slowloris

2009-09-20 Thread Jonathan Marsden
Dekar: Did you actually test this at all? Please provide some evidence to support your claims. You have said that you believe this issue is: A real problem, exploitable for many people in a default installation. Includes serious remote denial of services, local root privilege escalations,

[Bug 392759] Re: apache2 DoS attack using slowloris

2009-09-21 Thread Jonathan Marsden
Apparently apache2-mpm-worker *is* the default choice of mpm, at least some of the time (though the machine I first checked on had apache-mpm- prefork, I am unsure why). My mistake, it would appear. Using apache2-mpm-prefork would appear to be a viable workaround, unless it leads to performance

[Bug 54180] Re: [rfe] sshd ought to support 'none' cipher

2009-09-29 Thread Jonathan Marsden
fusiondog: Could I recommend that you consider doing something positive? If you are willing to work with upstream (that is, with the developers of openssh) to get this option included by default in their released source code, that would make getting it included into future releases of Ubuntu

[Bug 447099] Re: No password set on install of slapd-2.4.18-0ubuntu1

2009-11-19 Thread Jonathan Marsden
@Alvin: file a new bug against ubuntu-serverguide, the package which installs the Ubuntu Server Guide :) Note that this bug is marked Invalid, so adding stuff to it will not get much accomplished. -- No password set on install of slapd-2.4.18-0ubuntu1 https://bugs.launchpad.net/bugs/447099 You

[Bug 496008] Re: public key authentication grants access even for locked accounts

2009-12-13 Thread Jonathan Marsden
man 1 passwd and reading the text regarding the -l option specifically says: Note that this does not disable the account. The user may still be able to login using another authentication token (e.g. an SSH key). To disable the account, administrators should use usermod --expiredate

[Bug 495213] Re: Server install with LAMP asks three times for MySQL password

2009-12-13 Thread Jonathan Marsden
Thanks for taking the time to report an issue and so help to improve Ubuntu. Selecting the LAMP Server task in tasksel installs Linux (Ubuntu), Apache2, MySQL and PHP5. By design. Leaving the root MySQL password blank does not somehow uninstall MySQL. It just installs it in a less secure way.

[Bug 236140] Re: New .desktop file for KoverArtist

2008-11-07 Thread Jonathan Marsden
Dear friends, maybe we can try to build this package again? OK, I've initiated retries of my July PPA builds, let's see if they work now. Of course, since we now need to target Jaunty, I'll need to get updated development tools and then redo a package for that release, if this actually works...

[Bug 236140] Re: New .desktop file for KoverArtist

2008-11-07 Thread Jonathan Marsden
It fails, see http://launchpadlibrarian.net/1945/buildlog_ubuntu- intrepid-i386.koverartist_0.5-0ubuntu2~jmarsden1_FAILEDTOBUILD.txt.gz Looks like a C++ compilation issue, which is odd, since we didn't do anything to the source code at all -- unless the new compilers in Intrepid pick up

[Bug 236140] Re: New .desktop file for KoverArtist

2008-11-08 Thread Jonathan Marsden
OK, here is my latest debdiff with that #include in there. It seems to build OK for me. I'd still like to get rid of those pesky lintian errors if possible, though: W: koverartist source: configure-generated-file-in-source config.log E: koverartist source: outdated-autotools-helper-file

[Bug 236140] Re: New .desktop file for KoverArtist

2008-11-08 Thread Jonathan Marsden
I've now posted an Intrepid version of this to my PPA. Apparently PPAs do not yet know how to build for Jaunty. Kirill: If you want, you can add deb http://ppa.launchpad.net/jmarsden/ubuntu intrepid main deb-src http://ppa.launchpad.net/jmarsden/ubuntu intrepid main to your

[Bug 223476] Re: Failure to have openoffice.org-math intalled causes data corruption

2008-11-08 Thread Jonathan Marsden
Now the rush of Intrepid release is over... should we add the math package as a dependency now, for Jaunty? -- Failure to have openoffice.org-math intalled causes data corruption https://bugs.launchpad.net/bugs/223476 You received this bug notification because you are a member of Ubuntu Bugs,

[Bug 30341] Re: Garbage character mixed displayed when viewing man pages

2008-11-08 Thread Jonathan Marsden
Brian, I can't duplicate this issue under Hardy or Intrepid. You said: If there's anything I can do to help out please don't hesitate to ask. Could you please try this under Ubuntu Intrepid, and report here whether the bug still exists for you? If not, then we can and should close this bug.

[Bug 159734] Re: wsjt does not install the correct dependencies

2008-11-08 Thread Jonathan Marsden
In Intrepid, installing wsjt pulls in numpy just fine... but wsjt then coredumps with an Illegal instruction. So I suspect this issue has been only partially fixed? The backtrace I get from gdb (after ulimit -c 1000 so it actually creates a core file) is: Core was generated by `python

[Bug 159734] Re: wsjt does not install the correct dependencies

2008-11-08 Thread Jonathan Marsden
BTW, should a problem such as WSJT core dumped really be considered bitesize ? It seems a lot to expect of newcomers to deal appropriately with this kind of issue. Is there an official rule about un-bitesizing a bug -- how would I do that? -- wsjt does not install the correct dependencies

[Bug 28906] Re: The rcS.d script for firehol starts before NFS and NIS

2008-11-09 Thread Jonathan Marsden
Daniel, can you explain your reasoning a little more, please? I started to look at fixing this, and have some questions... Firstly: In Intrepid (firehol 1.256-3) the debian/postinst script does: update-rc.d firehol start 41 S . start 36 0 6 . /dev/null I initially suspected a typo: the

[Bug 65244] Re: ulimits not set according to /etc/security/limits.conf for root - update documentation

2008-11-09 Thread Jonathan Marsden
Steve, I must have missed your email on this back in August! I've updated to the current Intrepid sources, appended my patch to the 027- patch file, and it looks decent. I also discovered (after much reading of Makefile.in and configure scripts) how to build the docs properly! If you sudo

[Bug 65244] Re: ulimits not set according to /etc/security/limits.conf for root - update documentation

2008-11-10 Thread Jonathan Marsden
Here's the debdiff. It builds for me in a jaunty pbuilder. ** Attachment added: Revised debdiff with single 027 patch and updated limits.conf.5 manpage http://launchpadlibrarian.net/19529319/pam_1.0.1-4ubuntu6.debdiff -- ulimits not set according to /etc/security/limits.conf for root -

[Bug 223476] Re: Failure to have openoffice.org-math intalled causes data corruption

2008-10-17 Thread Jonathan Marsden
Steve, *thanks* for taking this seriously even at this very late stage. I came across this, verified it, and tried to create a patch altering the dependencies, back in July, but Chris said there were space issues and he'd try to fit it on the CD. Then there was no change to the bug in LP until

[Bug 134899] Re: LMMS has no .desktop file

2008-07-23 Thread Jonathan Marsden
How can this issue be successfully moved forward? I don't know how or why the original fix got lost. Is it appropriate to make a new debdiff based on current Hardy sources and attach it to this bug? Jonathan -- LMMS has no .desktop file https://bugs.launchpad.net/bugs/134899 You received this

[Bug 223476] Re: Failure to have openoffice.org-math intalled causes data corruption

2008-07-24 Thread Jonathan Marsden
One of these two libraries is probably all that is needed to be able to properly open the files. I will look into adding those to a package instead of pulling all of openoffice.org-math in, there is very little space left on the CD's ... OK. openoffice.org-math is all of 240Kbytes... are

[Bug 78357] Re: apticron should refer to Ubuntu instead of Debian in mail subject

2008-07-25 Thread Jonathan Marsden
(Ubuntu) Assignee: Jonathan Marsden (jmarsden) = (unassigned) Status: Triaged = Confirmed -- apticron should refer to Ubuntu instead of Debian in mail subject https://bugs.launchpad.net/bugs/78357 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 78357] Re: apticron should refer to Ubuntu instead of Debian in mail subject

2008-07-25 Thread Jonathan Marsden
One more update, fixing Standards-Version so lintian doesn't complain. Jonathan ** Attachment added: Improved apticron_1.1.21ubuntu1.debdiff http://launchpadlibrarian.net/16303472/apticron_1.1.21ubuntu1.debdiff -- apticron should refer to Ubuntu instead of Debian in mail subject

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-26 Thread Jonathan Marsden
Siegfried: Is this now acceptable? Could you sponsor this upload? If there is anything further I can do to move this forward, please let me know. Jonathan -- New .desktop file for KoverArtist https://bugs.launchpad.net/bugs/236140 You received this bug notification because you are a member of

[Bug 30341] Re: Garbage character mixed displayed when viewing man pages

2008-07-27 Thread Jonathan Marsden
Under Ubuntu Hardy 8.0.4 on x86, pinfo ping looks fine to me using pinfo 0.6.9-2. It looks as though this issue has already been fixed. Jonathan -- Garbage character mixed displayed when viewing man pages https://bugs.launchpad.net/bugs/30341 You received this bug notification because you are

[Bug 46462] Re: RXVT not using .Xdefaults

2008-07-28 Thread Jonathan Marsden
Workaround: use rxvt-unicode instead of rxvt. I'm looking at a patch to compile rxvt with .Xdefaults support. ** Changed in: rxvt (Ubuntu) Assignee: (unassigned) = Jonathan Marsden (jmarsden) Status: Confirmed = In Progress -- RXVT not using .Xdefaults https://bugs.launchpad.net

[Bug 46462] Re: RXVT not using .Xdefaults

2008-07-28 Thread Jonathan Marsden
~/.XDefaults after editing ~/.Xdefaults, to update the resource database. On this basis, this issue is not really a bug, simply a decision made by the packager. So this is Invalid : NotABug. Jonathan ** Changed in: rxvt (Ubuntu) Assignee: Jonathan Marsden (jmarsden) = (unassigned) Status

[Bug 91237] Re: java library not found

2008-07-18 Thread Jonathan Marsden
, though not to Linux or to software development. Jonathan ** Attachment added: debdiff for new fixed iriverter_0.16-0ubuntu3 package http://launchpadlibrarian.net/16147313/iriverter_0.16-0ubuntu3.debdiff ** Changed in: iriverter (Ubuntu) Assignee: MOTU (motu) = Jonathan Marsden (jmarsden

[Bug 237130] Re: Swahili support broken

2008-07-19 Thread Jonathan Marsden
It seems that the language-pack-sw* packages (in Hardy at least) simply do not contain Swahili locale data. The file /var/lib/locales/supported.d/sw is an empty file (zero bytes long), unlike all the other files in that directory. So, the locales package and the locale-gen program can't compile

[Bug 91237] Re: java library not found

2008-07-19 Thread Jonathan Marsden
in: iriverter (Ubuntu) Assignee: Jonathan Marsden (jmarsden) = (unassigned) Status: In Progress = Confirmed -- java library not found https://bugs.launchpad.net/bugs/91237 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu

[Bug 91237] Re: java library not found

2008-07-19 Thread Jonathan Marsden
Following some feedback on #ubuntu-motu, here is a revised debdiff. Jonathan ** Attachment added: iriverter_0.16-0ubuntu3.debdiff http://launchpadlibrarian.net/16196220/iriverter_0.16-0ubuntu3.debdiff -- java library not found https://bugs.launchpad.net/bugs/91237 You received this bug

[Bug 91237] Re: java library not found

2008-07-19 Thread Jonathan Marsden
A (hopefully final) new debdiff with improved debian/changelog per advice from cody-somerville on #ubuntu-motu Jonathan ** Attachment added: iriverter_0.16-0ubuntu3.debdiff http://launchpadlibrarian.net/16196422/iriverter_0.16-0ubuntu3.debdiff -- java library not found

[Bug 91179] Re: [can-not-install] file overwrite failure

2008-07-20 Thread Jonathan Marsden
This issue appears to have been fixed in the google-perftools 0.98-1 package for Intrepid, see: http://packages.ubuntu.com/source/intrepid/google-perftools and especially: http://archive.ubuntu.com/ubuntu/pool/universe/g/google-perftools /google-perftools_0.98-1.diff.gz which renamed pprof

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-20 Thread Jonathan Marsden
I have begun working on an updated koverartist package that includes a working koverartist.desktop file for Gnome. I have added French, German and Spanish to the English and Russian provided by Kirill Chunaev, Jonathan ** Changed in: koverartist (Ubuntu) Assignee: (unassigned) = Jonathan

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-21 Thread Jonathan Marsden
I could upload my improved .desktop file, but what I really need to do is attach a .debdiff for a my proposed updated koverartist package. I'm close on that, but need to fix up one more packaging issue first (the current package contains out of date config.guess and config.sub files and so the

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-21 Thread Jonathan Marsden
Here is my improved koverartist.desktop file. Jonathan ** Attachment added: koverartist.desktop http://launchpadlibrarian.net/16226739/koverartist.desktop -- New .desktop file for KoverArtist https://bugs.launchpad.net/bugs/236140 You received this bug notification because you are a member

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-21 Thread Jonathan Marsden
Here is a (working, but not yet lintian-error-free) .debdiff . I need help getting rid of the lintian errors (about config.guess and config.sub being too old, and the existence of config.log) before this will be good enough to be accepted into Ubuntu. Kirill: I see you are listed as a mentor for

[Bug 223476] Re: Failure to have openoffice.org-math intalled causes data corruption

2008-07-21 Thread Jonathan Marsden
I think this would be solved by making openoffice.org-{writer,calc,base,...} binary .debs depend on openoffice .org-math ? Is there any reason *not* to attempt that approach? Jonathan -- Failure to have openoffice.org-math intalled causes data corruption https://bugs.launchpad.net/bugs/223476

[Bug 78357] Re: apticron should refer to Ubuntu instead of Debian in mail subject

2008-07-22 Thread Jonathan Marsden
I think checking /etc/lsb-release for the name of the distribution may be more appropriate than a straight text patch. This way the patch could be used upstream and we'd avoid a difference between the Debian and Ubuntu versions. I also spotted a minor typo in the usage message text which I

[Bug 223476] Re: Failure to have openoffice.org-math intalled causes data corruption

2008-07-23 Thread Jonathan Marsden
Here is a (possibly naive?) first attempt at a patch. It simply places an additional dependency on each of the main OOo components (writer, calc, draw and base) so that the -math package will be installed whenever any of them are installed. There seems to be no need for doing this to the impress

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-23 Thread Jonathan Marsden
OK, I've made the requested changes. I'm concerned about the E: lines from lintian, but you are a MOTU, I'm just a beginner at Ubuntu packaging, so if you say they are OK... :-) Here is a revised .debdiff file. Jonathan ** Attachment added: Revised koverartist_0.5-0ubuntu2.debdiff 2008-07-22

[Bug 236140] Re: New .desktop file for KoverArtist

2008-07-31 Thread Jonathan Marsden
Status: Even the original sources obtained with apt-get source koverartist fail to build under Intrepid, both in my PPA and in a pbuilder chroot here locally. They build fine under Hardy. I'd guess this is an Intrepid merge bug of some kind, possible for something qt3 related, but I'm not

[Bug 109434] Re: Installing a server for a game automatically auto-inits and runs every boot.

2008-08-02 Thread Jonathan Marsden
It has been three months. Was this discussed on ubuntu-motu? I can't find anything in the list archives. I think there are two distinct issues here: (1) Should a game server start a boot by default? (2) Should a game server add itself to a global Internet game server locator by default?

[Bug 65244] Re: ulimits not set according to /etc/security/limits.conf for root - update documentation

2008-08-02 Thread Jonathan Marsden
to work out how to make it do so! Meanwhile, here is the current state of my work as a debdiff. Jonathan ** Attachment added: pam_1.0.1-1ubuntu2.debdiff http://launchpadlibrarian.net/16499287/pam_1.0.1-1ubuntu2.debdiff ** Changed in: pam (Ubuntu) Assignee: (unassigned) = Jonathan Marsden

[Bug 254215] Re: PEAR depends not included

2008-08-02 Thread Jonathan Marsden
In php5_5.2.6-2ubuntu1, the Depends: line for php-pear in debian/control reads: Depends: php5-common (= ${source:Version}), php5-cli | php4-cli So apparently the current php-pear does depend on either php4-cli or php5-cli. Is this insufficient? I could post a debdiff that just changes this to

[Bug 322638] Re: License and Copyright Missing

2009-02-01 Thread Jonathan Marsden
I'm not sure this is necessarily a real issue. licencecheck is great for finding the few added files in a tree that were imported from elsewhere or whatever, but it is not 100% required that every file has its own copyright and licence information in it. The LICENSE and COPYING files included in

[Bug 306591] Re: Locale settings not respected in GNOME session

2009-02-06 Thread Jonathan Marsden
refdoc writes: export LC_ALL=ar_EG; gnomesword Error message : (gnomesword:15597): Gtk-WARNING **: Locale not supported by C library. Using the fallback 'C' locale. Well, I'd expect that result if the ar_EG locale is in fact not fully and correctly installed on your machine (and that's

  1   2   3   4   5   >