[Bug 1121699] Re: aufs CONFIG_AUFS_EXPORT build option should be enabled

2013-02-11 Thread Grugnog
apport does not find anything of relevance. I am using Ubuntu Server
12.10 amd64, with standard kernel, aufs and nfs packages. I have
confirmed that CONFIG_AUFS_EXPORT appears to be disabled both in the
distributed kernel and in the Ubuntu Kernel git HEAD. This flag is
documented as a requirement for NFS exports in
http://aufs.sourceforge.net/aufs3/man.html.

** Changed in: linux (Ubuntu)
   Status: Incomplete = Confirmed

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

Title:
  aufs CONFIG_AUFS_EXPORT build option should be enabled

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

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


[Bug 1121699] Re: aufs CONFIG_AUFS_EXPORT build option should be enabled

2013-02-11 Thread Grugnog
I have also recompiled the Ubuntu kernel with this flag enabled and can
confirm that NFS exports are now working. Trivial patch (for amd64, I am
happy to reroll for other platforms if desired) is attached.

** Patch added: 1121699.patch
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1121699/+attachment/3524366/+files/1121699.patch

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

Title:
  aufs CONFIG_AUFS_EXPORT build option should be enabled

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

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


[Bug 1121699] [NEW] aufs CONFIG_AUFS_EXPORT build option should be enabled

2013-02-10 Thread Grugnog
Public bug reported:

This is needed to export aufs filesystems via nfs.

This was set in a previous version (in Debian - http://bugs.debian.org
/cgi-bin/bugreport.cgi?bug=490079), and released in Ubuntu build for
aufs 0+20080719-4
(https://launchpad.net/ubuntu/+source/aufs/0+20080719-4), so this could
perhaps be considered a regression (although to be fair aufs and its
packaging has undergone significant rewriting since then).

Regardless considering aufs is a popular method of supporting large
storage systems (among other things) and nfs is a popular method of
exporting large storage systems, it would be great if this could be
enabled in a future build, unless there is some known contraindication.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete

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

Title:
  aufs CONFIG_AUFS_EXPORT build option should be enabled

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

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


[Bug 1010629] [NEW] Google video chat plugin needs it's apparmor abstraction revised

2012-06-08 Thread Grugnog
Public bug reported:

This is related to #626451 - I have confirmed that the fix from that
ticket is present in /etc/apparmor.d/abstractions/ubuntu-
browsers.d/multimedia however the problem is not fixed.

The Google Talk plugin (64 bit on my 12.04 system) is installed, but
does not show up in plugins.

I applied the fix from http://sifter.org/~simon/journal/20110823.html
which resolved the problem.

Dist config is:

  # Googletalk
  /opt/google/talkplugin/*.so mr,
  /opt/google/talkplugin/lib/*.so mr,
  /opt/google/talkplugin/GoogleTalkPlugin ixr,
  owner @{HOME}/.config/google-googletalkplugin/** rw,

Working config is:

  /opt/google/talkplugin/*.so mr,
  /opt/google/talkplugin/lib/*.so mr,
  /opt/google/talkplugin/GoogleTalkPlugin ixr,
  /usr/bin/lsb_release Ux,
  @{PROC}/[0-9]*/net/route r,

** Affects: apparmor (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/1010629

Title:
  Google video chat plugin needs it's apparmor abstraction revised

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

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


[Bug 322214] Re: php incorrectly opens stdin

2009-06-09 Thread Grugnog
This also breaks the ability to use php within bash complete -F
function code (used for shell auto-completion). I have attached a test
case (test instructions and expected/actual results are comments in the
file). I am using the Jaunty PHP - PHP 5.2.6-3ubuntu4.1 with Suhosin-
Patch 0.9.6.2 (cli) (built: Apr 23 2009 14:35:05). I have tested with
the http://www.dotdeb.org/ PHP 5.3 rc2 build (which I am pretty sure
would use readline) and it functions correctly there.

For reference, the upstream issue where I discovered this behaviour is
at http://drupal.org/node/437568#comment-1640730

** Attachment added: autophptest_completion.sh
   http://launchpadlibrarian.net/27719677/autophptest_completion.sh

-- 
php incorrectly opens stdin
https://bugs.launchpad.net/bugs/322214
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to php5 in ubuntu.

-- 
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


[Bug 322214] Re: php incorrectly opens stdin

2009-06-09 Thread Grugnog
This also breaks the ability to use php within bash complete -F
function code (used for shell auto-completion). I have attached a test
case (test instructions and expected/actual results are comments in the
file). I am using the Jaunty PHP - PHP 5.2.6-3ubuntu4.1 with Suhosin-
Patch 0.9.6.2 (cli) (built: Apr 23 2009 14:35:05). I have tested with
the http://www.dotdeb.org/ PHP 5.3 rc2 build (which I am pretty sure
would use readline) and it functions correctly there.

For reference, the upstream issue where I discovered this behaviour is
at http://drupal.org/node/437568#comment-1640730

** Attachment added: autophptest_completion.sh
   http://launchpadlibrarian.net/27719677/autophptest_completion.sh

-- 
php incorrectly opens stdin
https://bugs.launchpad.net/bugs/322214
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 230696] Re: Missing blacklist.RSA-1024

2008-05-22 Thread Grugnog
Debian has a openssh-blacklist-extra package that includes this blacklist file 
and a few others:
http://packages.debian.org/sid/openssh-blacklist-extra
The download links are broken, but you can download the deb from 
http://http.us.debian.org/debian/pool/main/o/openssh-blacklist/openssh-blacklist-extra_0.3_all.deb
 (installs fine on Ubuntu systems).

Someone also put together a package with an even more extensive list
http://staff.cesnet.cz/~semik/openssh-blacklist/

Anyway, I agree that the RSA-1024 blacklist (at least) should be part of
the standard package, and I like the Debian idea of having an even more
extensive list for people with unusual key sizes! In the meantime the
packages linked above did the job for me!

-- 
Missing blacklist.RSA-1024
https://bugs.launchpad.net/bugs/230696
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-26 Thread Grugnog
@Ovation1357 - I think you are correct that the USB/flash drive is a
correlation, however I don't think it is an absolute dependence, because
I was using a fresh Ubuntu install on a totally normal HP desktop
machine hard disk with no USB/flash in sight. The only factor I can
think of is perhaps the hardware RAID controller.

In terms of backtraces etc, I had a similar problem in that I had no
obvious way to run it through any of the usual tools, because it is
automatically started by the X session management code (without checking
if a suitable instance is already running). You can start an instance
yourself and then restart gdm (etc) but a new keyring instance is
automatically started (and crashes) and the one you started is
completely ignored and doesn't crash.

I guess apport is one option. The other options would be to hack and
recompile the x-session-manager (or whatever is executing keyring) or
else to figure out a functional wrapper script or alias of some kind.

Thanks all for the workarounds, they are certainly easier than
recompiling from SVN ;)

-- 
gnome-keyring-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/218434
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-24 Thread Grugnog
Ditto, exact same situation as the above - login to gdm causes it to
halt permanently on beige screen (and I can still Ctrl-Alt-F1 and log in
fine on the terminal). Log messages are also identical, so I won't
bother reposting.

I can add however that this bug reproduces on a completely new hardy
install (including a new user profile) both before and after all updates
are applied. I have 2 other machines also with clean hardy installs that
this doesn't occur on however, so this suggests perhaps some kind of
hardware related issue.

Interestingly I was able to log on twice successfully on the clean
install (although the keyring still crashed shortly after logging in)
before this problem started preventing gdm logon at all, even though no
changes or updates were applied between it working and starting to fail.
This suggests perhaps some kind of race condition.

-- 
gnome-keyring-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/218434
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 216685] Re: gnome-keyring-daemon segfaults

2008-04-24 Thread Grugnog
*** This bug is a duplicate of bug 218434 ***
https://bugs.launchpad.net/bugs/218434

** This bug has been marked a duplicate of bug 218434
   gnome-keyring-daemon crashed with SIGSEGV

-- 
gnome-keyring-daemon segfaults
https://bugs.launchpad.net/bugs/216685
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218434] Re: gnome-keyring-daemon crashed with SIGSEGV

2008-04-24 Thread Grugnog
I checked out the trunk for gnome-keyring-daemon from svn.gnome.org,
installed gnome-devel and recompiled (installing with --prefix=/usr -
ugly, but not likely to break things worse than they are now!). I
restarted gdm and could now log in fine (and the daemon did not even
crash after login).

The libraries that autogen.sh detected are as follows:
PAM: no
DBus: 1.1.20
HAL: no
SSH Agent: yes
Root certs: no

Assuming that the Ubuntu build is incorporating these dependencies that
suggests that the problem is with the PAM or HAL integration. I am not
much of a gnome hacker (can you tell!), but I am happy to try things if
people have any suggestions.

-- 
gnome-keyring-daemon crashed with SIGSEGV
https://bugs.launchpad.net/bugs/218434
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
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 61670] Re: gmcs keeps crashing

2006-10-15 Thread Grugnog
I can also reproduce this problem:
System.ExecutionEngineException: Failed to create shadow copy (mkstemp).

This is using 1.1.17.1-ubuntu6~dhx1 (not official)

-- 
gmcs keeps crashing
https://launchpad.net/bugs/61670

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