[Bug 1961172] [NEW] ferm starts immediately when answering yes to "Enable ferm on bootup?"

2022-02-17 Thread Pierre Carrier
Public bug reported:

That's a rather unexpected behaviour IMHO. Definitely bite me.

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

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

Title:
  ferm starts immediately when answering yes to "Enable ferm on bootup?"

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


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

[Bug 1258366] Re: curl -k breaks for some certificates after USN-2048-1

2013-12-06 Thread Pierre Carrier
** Description changed:

  The bug:
  
- $ curl -sS -v -k 
https://jenkins.musta.ch//job/monorail_build_flow/4940/api/json
- * About to connect() to jenkins.musta.ch port 443 (#0)
- *   Trying 10.147.129.217... connected
- * successfully set certificate verify locations:
- *   CAfile: none
-   CApath: /etc/ssl/certs
- * SSLv3, TLS handshake, Client hello (1):
- * SSLv3, TLS handshake, Server hello (2):
- * SSLv3, TLS handshake, CERT (11):
- * SSLv3, TLS handshake, Server key exchange (12):
- * SSLv3, TLS handshake, Server finished (14):
- * SSLv3, TLS handshake, Client key exchange (16):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSLv3, TLS change cipher, Client hello (1):
- * SSLv3, TLS handshake, Finished (20):
- * SSL connection using ECDHE-RSA-AES256-SHA
- * Server certificate:
- *  subject: O=*.airbnb.com; OU=Domain Control Validated; CN=*.airbnb.com
- *  start date: 2012-10-23 18:01:55 GMT
- *  expire date: 2013-10-24 18:33:00 GMT
- *  subjectAltName does not match jenkins.musta.ch
- * Closing connection #0
- * SSLv3, TLS alert, Client hello (1):
- * SSL peer certificate or SSH remote key was not OK
- curl: (51) SSL peer certificate or SSH remote key was not OK
  ubuntu@i-60bcba0e:~$ curl -sS -v -k https://jenkins.musta.ch/
  * About to connect() to jenkins.musta.ch port 443 (#0)
  *   Trying 10.147.129.217... connected
  * successfully set certificate verify locations:
  *   CAfile: none
-   CApath: /etc/ssl/certs
+   CApath: /etc/ssl/certs
  * SSLv3, TLS handshake, Client hello (1):
  * SSLv3, TLS handshake, Server hello (2):
  * SSLv3, TLS handshake, CERT (11):
  * SSLv3, TLS handshake, Server key exchange (12):
  * SSLv3, TLS handshake, Server finished (14):
  * SSLv3, TLS handshake, Client key exchange (16):
  * SSLv3, TLS change cipher, Client hello (1):
  * SSLv3, TLS handshake, Finished (20):
  * SSLv3, TLS change cipher, Client hello (1):
  * SSLv3, TLS handshake, Finished (20):
  * SSL connection using ECDHE-RSA-AES256-SHA
  * Server certificate:
  *  subject: O=*.airbnb.com; OU=Domain Control Validated; CN=*.airbnb.com
  *  start date: 2012-10-23 18:01:55 GMT
  *  expire date: 2013-10-24 18:33:00 GMT
  *  subjectAltName does not match jenkins.musta.ch
  * Closing connection #0
  * SSLv3, TLS alert, Client hello (1):
  * SSL peer certificate or SSH remote key was not OK
  curl: (51) SSL peer certificate or SSH remote key was not OK
  
- 
  The fix:
  
  --- a/src/main.c
  +++ b/src/main.c
  @@ -5375,7 +5375,7 @@ operate(struct Configurable *config, int argc, 
argv_item_t argv[])
-  if(config-insecure_ok) {
-/* new stuff needed for libcurl 7.10 */
-my_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
+  if(config-insecure_ok) {
+    /* new stuff needed for libcurl 7.10 */
+    my_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
  -  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1);
  +  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);
-  }
-  else {
-char *home = homedir();
+  }
+  else {
+    char *home = homedir();

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

Title:
  curl -k breaks for some certificates after USN-2048-1

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

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

[Bug 1258366] Re: curl -k breaks for some certificates after USN-2048-1

2013-12-05 Thread Pierre Carrier
Fix was tested and is being deployed to our production infrastructure
(all precise amd64):

$ curl -sSk https://jenkins.musta.ch//dev/null  dpkg -i 
curl_7.22.0-3ubuntu4.4-airbnb1_amd64.deb  curl -sSk 
https://jenkins.musta.ch//dev/null
curl: (51) SSL peer certificate or SSH remote key was not OK

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

Title:
  curl -k breaks for some certificates after USN-2048-1

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

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


[Bug 1258366] [NEW] curl -k breaks for some certificates after USN-2048-1

2013-12-05 Thread Pierre Carrier
Public bug reported:

The bug:

$ curl -sS -v -k https://jenkins.musta.ch//job/monorail_build_flow/4940/api/json
* About to connect() to jenkins.musta.ch port 443 (#0)
*   Trying 10.147.129.217... connected
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using ECDHE-RSA-AES256-SHA
* Server certificate:
*subject: O=*.airbnb.com; OU=Domain Control Validated; CN=*.airbnb.com
*start date: 2012-10-23 18:01:55 GMT
*expire date: 2013-10-24 18:33:00 GMT
*subjectAltName does not match jenkins.musta.ch
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
* SSL peer certificate or SSH remote key was not OK
curl: (51) SSL peer certificate or SSH remote key was not OK
ubuntu@i-60bcba0e:~$ curl -sS -v -k https://jenkins.musta.ch/
* About to connect() to jenkins.musta.ch port 443 (#0)
*   Trying 10.147.129.217... connected
* successfully set certificate verify locations:
*   CAfile: none
  CApath: /etc/ssl/certs
* SSLv3, TLS handshake, Client hello (1):
* SSLv3, TLS handshake, Server hello (2):
* SSLv3, TLS handshake, CERT (11):
* SSLv3, TLS handshake, Server key exchange (12):
* SSLv3, TLS handshake, Server finished (14):
* SSLv3, TLS handshake, Client key exchange (16):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSLv3, TLS change cipher, Client hello (1):
* SSLv3, TLS handshake, Finished (20):
* SSL connection using ECDHE-RSA-AES256-SHA
* Server certificate:
*subject: O=*.airbnb.com; OU=Domain Control Validated; CN=*.airbnb.com
*start date: 2012-10-23 18:01:55 GMT
*expire date: 2013-10-24 18:33:00 GMT
*subjectAltName does not match jenkins.musta.ch
* Closing connection #0
* SSLv3, TLS alert, Client hello (1):
* SSL peer certificate or SSH remote key was not OK
curl: (51) SSL peer certificate or SSH remote key was not OK


The fix:

--- a/src/main.c
+++ b/src/main.c
@@ -5375,7 +5375,7 @@ operate(struct Configurable *config, int argc, 
argv_item_t argv[])
 if(config-insecure_ok) {
   /* new stuff needed for libcurl 7.10 */
   my_setopt(curl, CURLOPT_SSL_VERIFYPEER, FALSE);
-  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 1);
+  my_setopt(curl, CURLOPT_SSL_VERIFYHOST, 0);
 }
 else {
   char *home = homedir();

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

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

Title:
  curl -k breaks for some certificates after USN-2048-1

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

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


[Bug 613274] Re: libcurl should be compiled with c-ares support

2013-08-12 Thread Pierre Carrier
Hi, any chance we could make sure this makes it in Ubuntu at least in
the next LTS?

This seems like a very useful feature in server/cloud environments.

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

Title:
  libcurl should be compiled with c-ares support

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

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


[Bug 1209292] [NEW] Support for HTTPS is broken

2013-08-07 Thread Pierre Carrier
Public bug reported:

As we improve the security of our artifacts pipeline, our APT repository
was moved to HTTPS.

We started hitting a serious bug with apt's handling of package
metadata.

The bug was already reported upstream:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705648

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

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

Title:
  Support for HTTPS is broken

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

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


[Bug 1209292] Re: Support for HTTPS is broken

2013-08-07 Thread Pierre Carrier
A fix for Precise would be much welcome.

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

Title:
  Support for HTTPS is broken

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

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


[Bug 1197870] Re: debian-changelog-mode support for non-coreutils systems

2013-07-05 Thread Pierre Carrier
For reference:

(let ((system-time-locale fr_FR))
  (format-time-string %a, %d %b %Y %T %z nil
  debian-changelog-date-utc-flag))
Ven, 05 jul 2013 17:51:39 +0200

(let ((system-time-locale C))
  (format-time-string %a, %d %b %Y %T %z nil
  debian-changelog-date-utc-flag))
Fri, 05 Jul 2013 17:51:53 +0200

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

Title:
  debian-changelog-mode support for non-coreutils systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-goodies-el/+bug/1197870/+subscriptions

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


[Bug 1197870] Re: debian-changelog-mode support for non-coreutils systems

2013-07-05 Thread Pierre Carrier
Good catch. Fixed through https://github.com/pcarrier/debian-changelog-
mode/commit/285d4cc938468fd3d7d74584da7981705727fbab

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

Title:
  debian-changelog-mode support for non-coreutils systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-goodies-el/+bug/1197870/+subscriptions

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


[Bug 1197870] [NEW] debian-changelog-mode support for non-coreutils systems

2013-07-04 Thread Pierre Carrier
Public bug reported:

The current debian-changelog-mode shells out to coreutils' date.

To increase portability (some developers work on packages from other
architectures), it would be nice to see this clean up get integrated:

https://github.com/pcarrier/debian-changelog-mode/commit/fcf691df

I get this should be reported upstream, but I won't pursue this further.
Feel free to report/champion if this is of any interest to you.

** Affects: emacs-goodies-el (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: patch

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

Title:
  debian-changelog-mode support for non-coreutils systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-goodies-el/+bug/1197870/+subscriptions

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


[Bug 1197870] Re: debian-changelog-mode support for non-coreutils systems

2013-07-04 Thread Pierre Carrier
** Description changed:

  The current debian-changelog-mode shells out to coreutils' date.
  
  To increase portability (some developers work on packages from other
  architectures), it would be nice to see this clean up get integrated:
  
- https://github.com/pcarrier/debian-changelog-mode/commit/7af9e9a
+ https://github.com/pcarrier/debian-changelog-mode/commit/fcf691df
  
  I get this should be reported upstream, but I won't pursue this further.
  Feel free to report/champion if this is of any interest to you.

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

Title:
  debian-changelog-mode support for non-coreutils systems

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/emacs-goodies-el/+bug/1197870/+subscriptions

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


[Bug 613274] Re: libcurl should be compiled with c-ares support

2013-06-21 Thread Pierre Carrier
As c-ares is needed for sub-second timeouts in libcurl, I'd very much
like to see this subject reopened.

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

Title:
  libcurl should be compiled with c-ares support

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

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


[Bug 1169740] Re: rsyslog hangs loading modules

2013-04-19 Thread Pierre Carrier
As Adam mentioned, he's going through the process already. SRU stands
for https://wiki.ubuntu.com/StableReleaseUpdates

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

Title:
  rsyslog hangs loading modules

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

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


[Bug 1169740] Re: rsyslog hangs loading modules

2013-04-16 Thread Pierre Carrier
** Tags added: precise

** Tags added: patch

** Patch added: rsyslog-startup-deadlock.patch
   
https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1169740/+attachment/3645970/+files/rsyslog-startup-deadlock.patch

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

Title:
  rsyslog hangs loading modules

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

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


[Blueprint servercloud-r-seeded-qa-workflow] Improving QA for seeded server packages

2012-11-05 Thread Pierre Carrier
Blueprint changed by Pierre Carrier:

Work items changed:
  Work items:
  [andreserl] write dep-8 test for heartbeat/corosync/pacemake: TODO
  [andreserl] write dep-8 test for tftpd-hpa: TODO
  [gandelman-a] write dep-8 test for haproxy: TODO
  [gandelman-a] write dep-8 tests puppet + facter: TODO
  Get all tests automated by QA team: TODO
  [gema.gomez] identify documentation and comparison of test approaches for use 
in Ubuntu: TODO
  [james-page] write dep-8 test for bacula: TODO
  [james-page] write dep-8 test for ganglia: TODO
  [james-page] write dep-8 test for iscsitarget: TODO
  [james-page] write dep-8 test for jenkins: TODO
  [james-page] write dep-8 test for nagios3: TODO
  [james-page] write dep-8 test for open-iscsi: TODO
  [james-page] write dep-8 test for quagga: TODO
  [james-page] write dep-8 test for radvd: TODO
  [james-page] write dep-8 test for solr-tomcat/jetty: TODO
  [james-page] write dep-8 test for tgt: TODO
  [james-page] Write some guidelines for test authors so we get things right 
first time: TODO
  [pcarrier] write dep-8 test for munin: TODO
  [racb] write dep-8 test for clamav: TODO
  [racb] write dep-8 test for exim4: TODO
  [racb] write dep-8 test for mailman: TODO
  [racb] write dep-8 test for memcached: TODO
  [racb] write dep-8 test for squid3: TODO
  [racb] write dep-8 test for varnish: TODO
  [racb] write dep-8 test for vsftpd: TODO
  review backuppc for continued seed inclusion: TODO
  review likewise-open for continued seed inclusion: TODO
  [serge-hallyn] write dep-8 test for kvm: TODO
  [serge-hallyn] write dep-8 test for lxc: TODO
  write dep-8 test for amavisd-new: TODO
  write dep-8 test for nut: TODO
  write dep-8 test for postfix: TODO
  write dep-8 test for slapd/openldap: TODO
- write dep-8 test for snmpd: TODO
+ [pcarrier] write dep-8 test for snmpd: TODO
  write dep-8 test for spamassassin: TODO
  [zulcss] write dep-8 test for freeradius: TODO
  [zulcss] write dep-8 test for rabbitmq-server: TODO

-- 
Improving QA for seeded server packages
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-seeded-qa-workflow

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


Re: [Bug 1035996] Re: libcrypt and gcc ain't providing crypt() as advertised

2012-08-14 Thread Pierre Carrier
Gee, sorry for the noise.

Thanks for the link.

Pierre

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

Title:
  libcrypt and gcc ain't providing crypt() as advertised

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

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


[Bug 97253] Re: xchat reconnects on the wrong port number

2012-08-12 Thread Pierre Carrier
It's still affecting precise, and quite a big pain in the.

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

Title:
  xchat reconnects on the wrong port number

To manage notifications about this bug go to:
https://bugs.launchpad.net/xchat-gnome/+bug/97253/+subscriptions

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


[Bug 1035970] [NEW] apport breaks if /etc/apt/sources.list doesn't exist

2012-08-12 Thread Pierre Carrier
Public bug reported:

I split all my repos nicely in /etc/apt/sources.list.d/ files. apport
breaks in that case.

I assume this could easily be fixed with os.path.exists().

The workaround of creating an empty /etc/apt/sources.list works fine, but 
that's incompatible with my OCD.
That's obviously what I did to be able to file this bug. Here's the traceback 
without:

% ubuntu-bug apport
Traceback (most recent call last):
  File /usr/share/apport/apport-gtk, line 518, in module
app.run_argv()
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 549, in run_argv
return self.run_report_bug()
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 354, in 
run_report_bug
self.collect_info(symptom_script)
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 867, in 
collect_info
icthread.exc_raise()
  File /usr/lib/python2.7/dist-packages/apport/REThread.py, line 34, in run
self._retval = self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 74, in 
thread_collect_info
report.add_package_info(package)
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 219, in 
add_package_info
version = packaging.get_version(package)
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 92, in 
get_version
pkg = self._apt_pkg(package)
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 85, in 
_apt_pkg
return self._cache()[package]
  File /usr/lib/python2.7/dist-packages/apport/packaging_impl.py, line 53, in 
_cache
self._apt_cache = apt.Cache(progress, rootdir='/')
  File /usr/lib/python2.7/dist-packages/apt/cache.py, line 98, in __init__
self._check_and_create_required_dirs(rootdir)
  File /usr/lib/python2.7/dist-packages/apt/cache.py, line 128, in 
_check_and_create_required_dirs
open(rootdir + f, w).close()
IOError: [Errno 13] Permission denied: '//etc/apt/sources.list'
zsh: exit 1 ubuntu-bug apport

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: apport 2.0.1-0ubuntu12
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportLog:
 
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Sun Aug 12 23:23:53 2012
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120731)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/zsh
SourcePackage: apport
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity third-party-packages

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

Title:
  apport breaks if /etc/apt/sources.list doesn't exist

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

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


[Bug 1035970] Re: apport breaks if /etc/apt/sources.list doesn't exist

2012-08-12 Thread Pierre Carrier
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035970

Title:
  apport breaks if /etc/apt/sources.list doesn't exist

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

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


[Bug 1035974] Re: debuild seems to ignore gpg_agent

2012-08-12 Thread Pierre Carrier
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1035974

Title:
  debuild seems to ignore gpg_agent

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

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


[Bug 1035974] [NEW] debuild seems to ignore gpg_agent

2012-08-12 Thread Pierre Carrier
Public bug reported:

debuild seems to ignore the fact that I'm running gpg_agent.

java-package-helper % debuild -S
 dpkg-buildpackage -rfakeroot -d -us -uc -S
dpkg-buildpackage: export CFLAGS from dpkg-buildflags (origin: vendor): -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export CPPFLAGS from dpkg-buildflags (origin: vendor): 
-D_FORTIFY_SOURCE=2
dpkg-buildpackage: export CXXFLAGS from dpkg-buildflags (origin: vendor): -g 
-O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security
dpkg-buildpackage: export FFLAGS from dpkg-buildflags (origin: vendor): -g -O2
dpkg-buildpackage: export LDFLAGS from dpkg-buildflags (origin: vendor): 
-Wl,-Bsymbolic-functions -Wl,-z,relro
dpkg-buildpackage: source package java-package-helper
dpkg-buildpackage: source version 0.3
dpkg-buildpackage: source changed by Pierre Carrier pie...@spotify.com
 dpkg-source --before-build java-package-helper
 fakeroot debian/rules clean
dh clean
   dh_testdir
   dh_auto_clean
   dh_clean
 dpkg-source -b java-package-helper
dpkg-source: info: using source format `3.0 (native)'
dpkg-source: info: building java-package-helper in 
java-package-helper_0.3.tar.gz
dpkg-source: info: building java-package-helper in java-package-helper_0.3.dsc
 dpkg-genchanges -S ../java-package-helper_0.3_source.changes
dpkg-genchanges: including full source code in upload
 dpkg-source --after-build java-package-helper
dpkg-buildpackage: source only upload: Debian-native package
Now running lintian...
Finished running lintian.
Now signing changes and any dsc files...
 signfile java-package-helper_0.3.dsc Pierre Carrier pie...@spotify.com

You need a passphrase to unlock the secret key for
user: Pierre Carrier pie...@spotify.com
4096-bit RSA key, ID EBE4EA5A, created 2012-04-07

Enter passphrase: debuild: fatal error at line 1271:
running debsign failed
zsh: exit 29debuild -S
pierre@bar java-package-helper % /usr/bin/env|grep -i gpg
GPG_AGENT_INFO=/tmp/keyring-TqSois/gpg:0:1
pierre@bar java-package-helper % ls -lh /tmp/keyring-TqSois/gpg 
476602 srwxrwxr-x 1 pierre pierre 0 Aug 11 19:14 /tmp/keyring-TqSois/gpg=

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: devscripts 2.11.6ubuntu1.3
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Sun Aug 12 23:33:24 2012
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120731)
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/zsh
SourcePackage: devscripts
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

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

Title:
  debuild seems to ignore gpg_agent

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

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


[Bug 1035996] [NEW] libcrypt and gcc ain't providing crypt() as advertised

2012-08-12 Thread Pierre Carrier
Public bug reported:

So crypt(3) from the binary package manpages-dev tells me I should have
crypt(), usable with -lcrypt.

As I sometimes needs to compute such a crappy hash (I can't even
remember when the last time was, or why, but that had to do with legacy
code), I wrote this small utility:

https://github.com/pcarrier/stuff/commit/f3de13682f28354397dc1b7caef5c1dd13fdfc36

It compiles completely fine under Squeeze using gcc -lcrypt crypt.c.

For some reason I'm not so lucky with precise.

% gcc -lcrypt crypt.c
/tmp/cczm5dUv.o: In function `main':
crypt.c:(.text+0x36): undefined reference to `crypt'
crypt.c:(.text+0x5d): undefined reference to `crypt'
collect2: ld returned 1 exit status
zsh: exit 1 gcc -lcrypt crypt.c

% readelf -Ws /lib/x86_64-linux-gnu/libcrypt-2.15.so|grep crypt@
19: 4f4012 FUNCGLOBAL DEFAULT   13 encrypt@@GLIBC_2.2.5
22: 0ca0   131 FUNCGLOBAL DEFAULT   13 crypt@@GLIBC_2.2.5
24: 0ca0   131 FUNCWEAK   DEFAULT   13 fcrypt@@GLIBC_2.2.5

% dpkg -l|grep -E 'gcc|libc6'
ii  gcc4:4.6.3-1ubuntu5 
GNU C compiler
ii  gcc-4.64.6.3-1ubuntu5   
GNU C compiler
ii  gcc-4.6-base   4.6.3-1ubuntu5   
GCC, the GNU Compiler Collection (base package)
ii  gcc-4.6-base:i386  4.6.3-1ubuntu5   
GCC, the GNU Compiler Collection (base package)
ii  libc6  2.15-0ubuntu10   
Embedded GNU C Library: Shared libraries
ii  libc6:i386 2.15-0ubuntu10   
Embedded GNU C Library: Shared libraries
ii  libc6-dev  2.15-0ubuntu10   
Embedded GNU C Library: Development Libraries and Header Files
ii  libc6-i386 2.15-0ubuntu10   
Embedded GNU C Library: 32-bit shared libraries for AMD64
ii  libgcc11:4.6.3-1ubuntu5 
GCC support library
ii  libgcc1:i386   1:4.6.3-1ubuntu5 
GCC support library

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: manpages-dev 3.35-0.1ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic 3.2.24
Uname: Linux 3.2.0-29-generic x86_64
ApportVersion: 2.0.1-0ubuntu12
Architecture: amd64
Date: Mon Aug 13 01:26:30 2012
Dependencies: manpages 3.35-0.1ubuntu1
InstallationMedia: Ubuntu 12.04.1 LTS Precise Pangolin - Release amd64 
(20120731)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_GB.UTF-8
 SHELL=/bin/zsh
SourcePackage: manpages
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug precise running-unity

** Summary changed:

- libcrypt doesn't give me crypt()?
+ libcrypt and gcc ain't providing crypt() as advertised

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

Title:
  libcrypt and gcc ain't providing crypt() as advertised

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

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


[Bug 97253] Re: On reconnects, xchat's net-monitor plugin doesn't reuse SSL, the port number of server passwords

2012-08-12 Thread Pierre Carrier
** Summary changed:

- xchat reconnects on the wrong port number
+ On reconnects, xchat's net-monitor plugin doesn't reuse SSL, the port number 
of server passwords

** Summary changed:

- On reconnects, xchat's net-monitor plugin doesn't reuse SSL, the port number 
of server passwords
+ On reconnects, xchat's net-monitor plugin doesn't reuse SSL, the port number 
or server password

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

Title:
  On reconnects, xchat's net-monitor plugin doesn't reuse SSL, the port
  number or server password

To manage notifications about this bug go to:
https://bugs.launchpad.net/xchat-gnome/+bug/97253/+subscriptions

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


[Bug 728977] Re: CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

2012-08-08 Thread Pierre Carrier
** Tags added: precise

** Tags added: kernel-bug quantal

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

Title:
  CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

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

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


[Bug 728977] Re: CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

2012-08-08 Thread Pierre Carrier
CONFIG_CIFS_FSCACHE still missing in precise.

** Package changed: cachefilesd (Ubuntu) = linux (Ubuntu)

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

Title:
  CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

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

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


[Bug 728977] Re: CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

2012-08-08 Thread Pierre Carrier
I haven't run any benchmarks yet, but use resources from a CIFS server
across the Internet, sometimes through a VPNish solution like sshuttle.

I have little doubts that the performance improvement could be quite
significant for certain loads, and the risk for a mount point without
the fsc mount option seems very low (looking at CIFS_MOUNT_FSCACHE in
Ubuntu-3.2.0-29.46).


So great to hear that we'll get this option in Quantal.
Any chance it could also be considered for a latter upgrade of precise?

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

Title:
  CONFIG_[NFS|AFS]_FSCACHE needs to be turned on

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

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


[Bug 552175] Re: pam_motd(8) man page says nothing about /etc/update-motd.d/* et al.

2011-03-09 Thread Pierre Carrier
** Branch linked: lp:ubuntu/maverick/pam

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

Title:
  pam_motd(8) man page says nothing about /etc/update-motd.d/* et al.

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


[Bug 732256] [NEW] The acct service and cron entries hardcode /var/log/account/pacct, but the default location for lastcomm and sa remains /var/account/psacct

2011-03-09 Thread Pierre Carrier
Public bug reported:

Binary package hint: acct

$ grep pacct /etc/init.d/acct /etc/cron.*/acct
/etc/init.d/acct:   start_daemon /usr/sbin/accton 
/var/log/account/pacct 2/dev/null
/etc/cron.daily/acct:savelog -g adm -m 0640 -u root -c ${ACCT_LOGGING} 
/var/log/account/pacct  /dev/null

vs

$ /usr/bin/lastcomm; /usr/sbin/sa
couldn't open file '/var/account/pacct': No such file or directory
couldn't open file '/var/account/pacct': No such file or directory

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

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

Title:
  The acct service and cron entries hardcode /var/log/account/pacct, but
  the default location for lastcomm and sa remains /var/account/psacct

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