[Bug 1690541] Re: Scrolled windows in update-manager are too small to read

2017-08-03 Thread James Stevenson
Here is another screenshot showing that the problem is still happening.

** Attachment added: "J8bNgsJ.png"
   
https://bugs.launchpad.net/ubuntu/+source/update-manager/+bug/1690541/+attachment/4926639/+files/J8bNgsJ.png

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

Title:
  Scrolled windows in update-manager are too small to read

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

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


[Bug 1657897] Re: Failure to report rhosts

2017-01-25 Thread James Stevenson
Yes that is the correct issue occurring effectively pam never sees the rhost 
data from sendmail which can be seen in the auth log.

Jan 25 16:56:12 uvt-yakkety saslauthd[3020]: pam_unix(smtp:auth):
authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=
user=powersj

I did some more investigating into this issue. From what I can tell the
saslauthd client never sends the rhost to the saslauthd process and it
isn't supported in the client/server protocol. So this is somewhat of a
problem because of the design of the protocol and maintaining backwards
compatibility with existing clients.

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

Title:
  Failure to report rhosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1657897/+subscriptions

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


[Bug 1657897] Re: Failure to report rhosts

2017-01-23 Thread James Stevenson
Hi, Thanks for the reply.

First of I will say that everything to reproduce this is a default
configuration for saslauthd. You simply have to install it. The next
part would be to install any of the other default like imapd(no
configuration required) or sendmail(which does need configured). Or any
other client that is capable of using saslauthd

Mayby this isn't understood well or I have come across badly. The
problem here in ubuntu is that the saslauthd version in ubuntu doesn't
support passing the rhost (the remote ip address) from its front end
service to the pam authentication lib's at all.

This make logging, blocking of remote ip addresses which are constantly
trying usernames / passwords on mail servers via smtp, pop3, imap
impossible to monitor, log and block as pam.d authfailure will fail to
log any actionable information.

Here is more information on the same bug from redhat.
https://bugzilla.redhat.com/show_bug.cgi?id=683797

The 2nd issue isn't so much of a feature request as it is actually the
same functionality. You cannot have a pam module installed/configured in
the system which can lookup say a dns blacklist or database of blocked
ip addresses and block access though stand pam configuration that
saslauthd uses by default. This makes all pam authentication
configuration / logging based on the back of saslauthd that involves an
ip address useless / redundant / non functional.

This isn't a new problem with saslauthd its just never been fixed.. It
dates back to 2011. Across multiple systems and use this package.

https://lists.andrew.cmu.edu/pipermail/cyrus-sasl/2011-March/002218.html


** Bug watch added: Red Hat Bugzilla #683797
   https://bugzilla.redhat.com/show_bug.cgi?id=683797

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

Title:
  Failure to report rhosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1657897/+subscriptions

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


[Bug 1657897] [NEW] Failure to report rhosts

2017-01-19 Thread James Stevenson
Public bug reported:


When using sasl2-bin and saslauthd it will fail to work correctly with pam.

The first major problem is that that it will fail to report the rhost
address in the log which means auth failures cannot be policed and no
useful data (the ip address) is reported to the log file. Example below
during a password brute force attempt.

Jan 19 21:57:16 mail saslauthd[1534]: pam_unix(smtp:auth): check pass; user 
unknown
Jan 19 21:57:16 mail saslauthd[1534]: pam_unix(smtp:auth): authentication 
failure; logname= uid=0 euid=0 tty= ruser= rhost=

The other issue is that it would be great to be able to ip restrict
logins based on pam module configuration. Based on previous reading and
as far as I can tell the remote ip address is not supported between the
imap/pop/smtp process and sasl2 is it possible to add support for this?

Technically this is a long standing security issue because fail2ban
cannot be used to process the syslog file and auto block the host during
brute force password attempts.

** Affects: cyrus-sasl2 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: auth imap pam pop3 saslauthd sendmail

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

Title:
  Failure to report rhosts

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/cyrus-sasl2/+bug/1657897/+subscriptions

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


[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-10-02 Thread James Stevenson
I can confirm that I had the same problem with the kernel. This was due to it 
being a vm in a xen environment which was booting from the host kernel which 
was why it was not upgraded.

After upgrading the kernel and apt to the most recent version all is
working normally again.

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 1577926] Re: apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

2016-09-20 Thread James Stevenson
What I think that might be useful is being able to get a list of open file 
descriptors of the process and the point of the execve is being called. I 
suspect that its failing because it doesn't have access to something so it get 
an EPERM

The only reference to execve failing in the man page is because of
setuid and a file system being mounted nosuid

Unless somebody wants to read the kernel code and figure out why execve
can return EPERM

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

Title:
  apt-key works fine, yet apt fails with "Could not execute 'apt-key'"

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

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


[Bug 1571854] Re: Recent samba updates broke mapi

2016-04-19 Thread James Stevenson
Anyone tried recompiling the module yet?

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

Title:
  Recent samba updates broke mapi

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

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


[Bug 1571854] [NEW] Recent samba updates broke mapi

2016-04-18 Thread James Stevenson
Public bug reported:


When running from the command line i get the following errors

(evolution:3630): camel-CRITICAL **: camel_provider_list: Could not load
/usr/lib/evolution-data-server/camel-providers/libcamelmapi.so:
/usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS, version
SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time
reference

(evolution:3630): e-data-server-WARNING **: module_load: 
/usr/lib/x86_64-linux-gnu/libmapi.so.0: symbol DEBUGLEVEL_CLASS, version 
SAMBA_UTIL_0.0.1 not defined in file libsamba-util.so.0 with link time reference
Failed to load module: /usr/lib/evolution/modules/module-mapi-configuration.so

(evolution:3630): camel-WARNING **: Failed to initialize NSS SQL
database in sql:/etc/pki/nssdb: NSS error -8126

** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
(1455129916.2237.4@james-desktop): No provider available for protocol
'mapi'

** (evolution:3630): WARNING **: Failed to add service 'mail@removed'
(1455129916.2237.16@james-desktop): No provider available for protocol
'mapi'

** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
'service != NULL' failed

** (evolution:3630): CRITICAL **: mail_session_refresh_cb: assertion
'service != NULL' failed

(evolution-alarm-notify:3672): camel-CRITICAL **: camel_provider_list:
Could not load /usr/lib/evolution-data-server/camel-
providers/libcamelmapi.so: /usr/lib/x86_64-linux-gnu/libmapi.so.0:
symbol DEBUGLEVEL_CLASS, version SAMBA_UTIL_0.0.1 not defined in file
libsamba-util.so.0 with link time reference

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


** Tags: mapi samba

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

Title:
  Recent samba updates broke mapi

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

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


[Bug 711338] Re: package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread James Stevenson


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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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


[Bug 711338] [NEW] package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2011-02-01 Thread James Stevenson
Public bug reported:

Ubuntu 10.04

trying to install drivers for my wireless card on a Satellite
L675D-S7042

hardwired to internet via ethernet cable to download drivers and the
Broadcom wireless driver crashed

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3
ProcVersionSignature: Ubuntu 2.6.32-24.39-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-24-generic x86_64
Architecture: amd64
Date: Tue Feb  1 16:22:48 2011
ErrorMessage: subprocess installed post-installation script returned error exit 
status 1
LiveMediaBuild: Ubuntu 10.04.1 LTS "Lucid Lynx" - Release amd64 (20100816.1)
SourcePackage: bcmwl
Title: package bcmwl-kernel-source 5.60.48.36+bdcom-0ubuntu3 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 1

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


** Tags: amd64 apport-package lucid

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

Title:
  package bcmwl-kernel-source 5.60.48.36 bdcom-0ubuntu3 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

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