[Bug 1244627] Re: Please enable CONFIG_IMA in the ubuntu kernel

2014-01-03 Thread Alec Warner
** Tags removed: raring ** Tags added: saucy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1244627 Title: Please enable CONFIG_IMA in the ubuntu kernel To manage notifications about this bug go to:

[Bug 1319941] [NEW] libreoffice draw / impress crash on startup

2014-05-15 Thread Alec Warner
Public bug reported: antarus@antarus-z620:/tmp$ cat gdbtrace.log warning: Currently logging to gdbtrace.log. Turn the logging off and on to make the new setting effective. warning: Unable to find libthread_db matching inferior's thread library, thread debugging will not be available. Program

[Bug 1319970] [NEW] speed-dispatcher user needs a restricted shell (/usr/sbin/nologin or /bin/false) instead of /bin/sh.

2014-05-15 Thread Alec Warner
Public bug reported: antarus@killbot:~$ getent passwd speech-dispatcher speech-dispatcher:x:113:29:Speech Dispatcher,,,:/var/run/speech-dispatcher:/bin/sh DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu Trusty Tahr (development branch)" DISTRIB_ID=Ubuntu DISTRIB_RELEASE=14.04 antarus@killbo

[Bug 1319973] [NEW] libuuid needs a default shell (seems to not specify any?)

2014-05-15 Thread Alec Warner
*** This bug is a security vulnerability *** Public security bug reported: antarus@killbot:~$ getent passwd libuuid libuuid:x:100:101::/var/lib/libuuid: A missing shell specification means it takes the default shell (usually /bin/sh). DISTRIB_CODENAME=trusty DISTRIB_DESCRIPTION="Ubuntu Trusty

[Bug 1319941] Re: libreoffice draw / impress crash if user service publishing is disabled in avahi

2014-05-16 Thread Alec Warner
Security policy prevents me from submitting crash reports which is why I stuck with the gdb backtrace. -A -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1319941 Title: libreoffice draw / impress cra

Re: [Bug 1319941] Re: libreoffice draw / impress crash if user service publishing is disabled in avahi

2014-05-19 Thread Alec Warner
On Sat, May 17, 2014 at 10:48 AM, Christopher M. Penalver < christopher.m.penal...@gmail.com> wrote: > Alec Warner, would running Ubuntu in a live environment allow one to > adhere to security policy, and submit the crash? > Yeah i'll do that next week. -A > >

[Bug 957519] [NEW] auditctl uses wrong syscall to determine uid

2012-03-16 Thread Alec Warner
Public bug reported: The short story is we have a setuid helper that tries to execute auditctl. Example: antarus@goats2 /tmp $ cat foo.c #include #include #include int main(int argc, char ** argv) { printf("%d\n", getuid()); printf("%d\n", geteuid()); execl("/sbin/auditctl", "/sbin/aud

[Bug 957519] Re: auditctl uses wrong syscall to determine uid

2012-03-16 Thread Alec Warner
With my patch: antarus@goats2 /tmp $ ./foo 45531 0 LIST_RULES: exit,always dir=/etc/audit (0xa) perm=wa key=etc_audit LIST_RULES: exit,always watch=/etc/default/auditd perm=wa key=etc_default_auditd LIST_RULES: exit,always watch=/etc/init.d/auditd perm=wa key=etc_init.d_auditd LIST_RULES: exit,alw

[Bug 957519] Re: auditctl uses wrong syscall to determine uid

2012-03-16 Thread Alec Warner
** Patch added: "Change getuid() to geteuid()" https://bugs.launchpad.net/ubuntu/+source/audit/+bug/957519/+attachment/2883945/+files/auditd.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/9575

[Bug 933745] [NEW] Xvfb: any use of the XInput extension causes Xvfb to crash

2012-02-16 Thread Alec Warner
Public bug reported: Repro steps: * Run "Xvfb -ac :99" in a terminal * Run "DISPLAY=:99 xinput list" in a second terminal Expected: List of input devices appears (XTest, core). Xvfb continues to run. Actual: Xvfb segfaults in first terminal. This problem affects any user of Xvfb who tries to ru

[Bug 933943] [NEW] rsyslogd please apply patch for large group handling

2012-02-16 Thread Alec Warner
Public bug reported: http://bugzilla.adiscon.com/show_bug.cgi?id=310 rsyslog uses a static 2048 character buffer to perform group lookups. Some of us have large groups and need a larger buffer. This patch repeatedly calls getgrnam_r until it gets a buffer of sufficient size. -A ** Affects: rsys

[Bug 933943] Re: rsyslogd please apply patch for large group handling

2012-02-16 Thread Alec Warner
This patch is against, HEAD, I still need to verify this patch for Lucid and Precise. -A ** Patch added: "0001-call-getgrnam_r-repeatedly-to-get-all-group-members.patch" https://bugs.launchpad.net/rsyslog/+bug/933943/+attachment/2747354/+files/0001-call-getgrnam_r-repeatedly-to-get-all-group-

[Bug 664724] Re: rpc.gssd does not handle missing machine credential cache

2011-01-11 Thread Alec Warner
We figured out why this was happening (a race condition on our custom initscript that creates /var/run/ccache) and we have fixed it internally. There is still the case that rpc.gssd does not renew its credentials; however it is not a important issue now that we have fixed the race. -A -- You re

[Bug 1233441] Re: rsyslogd crashes when the spool is corrupted

2013-09-30 Thread Alec Warner
This is the corrupted spool. I recommend using a VM, or otherwise backing up /var/spool/rsyslog. -A ** Attachment added: "This should be extracted into /, it contains corrupted spool contents" https://bugs.launchpad.net/ubuntu/+source/rsyslog/+bug/1233441/+attachment/3852052/+files/var-spool

[Bug 1233441] [NEW] rsyslogd crashes when the spool is corrupted

2013-09-30 Thread Alec Warner
Public bug reported: When daemonizing, the child process segfault and the parent acts oddly. To reproduce: stop rsyslog mv /var/spool/rsyslog /var/spool/rsyslog.bak tar -xf var-spool-rsyslog.tar.gz -C / gdb /usr/sbin/rsyslog set follow-fork-mode child run -c5 (gdb) bt #0 strmFlushInternal (pT

[Bug 1244627] [NEW] Please enable CONFIG_IMA in the ubuntu kernel

2013-10-25 Thread Alec Warner
Public bug reported: I would be doubly happy if this also went into the raring backport kernel. I chatted with apw and kees on #ubuntu-kernel earlier in the week. From a security engineer on our team: so I was mistaken. if CONFIG_IMA=y, the default policy is NULL unless you boot with ima_tcb=on.

[Bug 1248359] [NEW] gnome-system-monitor cycles through processes in dependency view when viewing a processes properties

2013-11-05 Thread Alec Warner
Public bug reported: Repro: Launch System Monitor. Enable menu View > Dependencies. Repro is faster if the processes are sorted by CPU usage. Right click some process (deeper in the tree for quicker repro), Select Properties. Result: The dialog randomly shows information for various processe

[Bug 1004775] Re: NetworkManager restarts dnsmasq and adds host route on every IPv6 route lookup

2013-08-30 Thread Alec Warner
I am the replacement for Steve Atwell (who no longer does Goobuntu stuff.) This package fixes the issue for me. -A -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1004775 Title: NetworkManager restar

[Bug 963587] [NEW] Trousers fails to set tpm permissions properly.

2012-03-23 Thread Alec Warner
Public bug reported: root@antarus-precise:~# apt-get install trousers Reading package lists... Done Building dependency tree Reading state information... Done The following NEW packages will be installed: trousers 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. Need to get

Re: [Bug 985884] Re: cgroup lite postinst fails (init script doesn't start)

2012-04-19 Thread Alec Warner
On Thu, Apr 19, 2012 at 8:29 PM, Thomas Bushnell, BSG <985...@bugs.launchpad.net> wrote: > I assume so. But I'm pretty sure we didn't do it. I'll grep when I'm back > at a keyboard in the morning. Still, package installation should never fail > for such a reason; this is a general problem with refl

[Bug 1319195] [NEW] indicator-datetime set for 24 hours does not show 24 hour clock for "Other Locations"

2014-05-13 Thread Alec Warner
Public bug reported: I configured the clock format to be 24-hour. This takes affect in the system clock, however "other locations" are unaffected and still show 12-hour clock. See screenshot. This is Ubuntu Trusty indicator-datetime: 13.10.0+14.04.20140415.3-0ubuntu1 I expect the Other Location

[Bug 678421] Re: Error message for a faulty ~/.profile script

2014-10-15 Thread Alec Warner
I think we would also prefer a dialog, but I will take errors in ~/.xsession-errors over nothing. We can instruct our support staff to look there for these errors; right now there are no errors anywhere and so it is difficult to debug the root cause of the problem. -A -- You received this bug no

[Bug 1099987] [NEW] /etc/skel/.profile does not detect bash properly

2013-01-15 Thread Alec Warner
Public bug reported: # ~/.profile: executed by the command interpreter for login shells. # This file is not read by bash(1), if ~/.bash_profile or ~/.bash_login # exists. # see /usr/share/doc/bash/examples/startup-files for examples. # the files are located in the bash-doc package. # the default

[Bug 896836] Re: Segmentation fault when asking help() for the list of modules

2013-01-16 Thread Alec Warner
On precise we hit this with gtk and osk (part of Onboard.) Manually importing gtk causes the segfault to go away, but nothing happens. The segfault can also be reproduced by: $ python Python 2.7.3 (default, Aug 1 2012, 05:14:39) [GCC 4.6.3] on linux2 Type "help", "copyright", "credits" or "lice

[Bug 1100587] [NEW] gnome-control-center does not remove system-wide proxy settings from /etc/environment when switch from manual to automatic mode.

2013-01-16 Thread Alec Warner
Public bug reported: 12.04, Unity, on a x220. Go into system settings => network => Network Proxy => Method => Manual Set a proxy (I chose 'goats' for the http bit, and 8080 as the port. Click on 'apply system wide'. Note that /etc/environment contains 'http_proxy="http://goats:8080";' Then go

[Bug 1008344] Re: [Precise] Language selector won't allow me to install languages

2012-12-12 Thread Alec Warner
Other users are made 'administrators' via a custom pkla file. [Configuration] AdminIdentities=unix-netgroup:REDACTED_NETGROUP_NAME These users are not in the 'sudo' group, and are not UID 0. antarus@goats4 $ groups eng adm cdrom fuse ops guest ops-perm nonconf mrmagoo corp-kernel goobuntu track

[Bug 1108518] [NEW] lightdm should not rename() .xsession-errors, as it may be a symlink

2013-01-28 Thread Alec Warner
Public bug reported: http://bazaar.launchpad.net/~ubuntu- desktop/lightdm/ubuntu/view/head:/src/session-child.c#L509 Lightdm calls rename() on the xsession-errors file. In our deployment many of our users have this file as a symlink. Their homedirectory is on NFS and it will quickly fill their qu

[Bug 778627] Re: In natty, bash completion now quotes shell variable references rather than expanding them

2013-01-17 Thread Alec Warner
Ok: This bug does not affect Q or R (I checked.) I make an internal package (for myself), and it resolves the problem. I've attached a debdiff which creates bash-4.2-2ubuntu2-gg1; it should be trivial to modify it to produce bash4.2-2ubuntu3. ** Attachment added: "A debdiff that applies bash u

[Bug 778627] Re: In natty, bash completion now quotes shell variable references rather than expanding them

2013-01-17 Thread Alec Warner
antarus@antarus-glaptop:~$ cd Downloads/ antarus@antarus-glaptop:~/Downloads$ ls bash_4.2-0ubuntu4_amd64.deb bash_4.2-2ubuntu2-gg1.debdiff.txt bash_4.2-5ubuntu2_amd64.deb antarus@antarus-glaptop:~/Downloads$ ar x bash_4.2-0ubuntu4_amd64.deb antarus@antarus-glaptop:~/Downloads$ ls b

[Bug 778627] Re: In natty, bash completion now quotes shell variable references rather than expanding them

2013-01-18 Thread Alec Warner
I need more details from Quantal users then. Quantals' bash has bash42-029.diff, which fixes the bug in bash that caused a (and I presume this) problem. It could be Quantal has another bug? I just downloaded bash_4.2-5ubuntu1_amd64.deb and could not reproduce. What version of bash are you using?

[Bug 1108518] Re: lightdm should not rename() .xsession-errors, as it may be a symlink

2013-01-31 Thread Alec Warner
My point isn't so much that there is a race, or a sec vuln or something. My point is that on my systems: $HOME may be on NFS. $HOME/.xsession-errors is a symlink to /usr/local/home/$USER/.xsession-errors $HOME/.xsession-errors.old is a symlink to /usr/local/home/$USER/.xsession-errors.old The ob

[Bug 1108518] Re: lightdm should not rename() .xsession-errors, as it may be a symlink

2013-02-01 Thread Alec Warner
I took a stab at this in the noted branch. my glib is terrible and It looks like we need to do this twice in session-child.c? ** Branch linked: lp:~antarus/lightdm/bug1108518 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bug

[Bug 806248] Re: unity::TimeUtil::TimeDelta returns an int value which overflows after 24 days of uptime

2013-02-05 Thread Alec Warner
The proposed package is verified to fix the bug on Precise here. -A ** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/806248 Title:

[Bug 1100587] Re: gnome-control-center does not remove system-wide proxy settings from /etc/environment when switch from manual to automatic mode.

2013-02-07 Thread Alec Warner
Fails to verify here. If I select 'Automated' and enter a configuration URL, and then click on 'Apply System Wide' I do not even get a polkit prompt for 'admin' access. Certainly the http_proxy bit in /etc/environment remains. -- You received this bug notification because you are a member of Ubu

[Bug 1125442] [NEW] Always Visible and On Top Windows Steal Focus on Workspace Switch

2013-02-14 Thread Alec Warner
Public bug reported: 1. Open any application (e.g. TextEditor) 2. Right click the title bar 2a. Select "Always on Visible Workspace" 3. Right click the title bar 3a. Select "Always on Top" 4. Open a different application (e.g. Terminal) 5. Ensure that window has focus 6. Switch workspaces (Notic

[Bug 1000498] Re: fmod() incorrectly returns NaN for (some?) denormalized inputs

2012-10-16 Thread Alec Warner
its verified, please release it :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1000498 Title: fmod() incorrectly returns NaN for (some?) denormalized inputs To manage notifications about this bug

Re: [Bug 999771] Re: myunity depends upon DISTRIB_RELEASE being the second entry in /etc/lsb-release

2012-10-05 Thread Alec Warner
As an example: antarus@goats3 ~ $ cat /etc/lsb-release DISTRIB_CODENAME=precise DISTRIB_DESCRIPTION="Ubuntu precise (development branch)" DISTRIB_ID=Ubuntu DISTRIB_RELEASE=12.04 GOOGLE_CODENAME=precise GOOGLE_ID=Goobuntu GOOGLE_RELEASE="12.04 " GOOGLE_ROLE=desktop GOOGLE_TRACK= I'm unsure if this

[Bug 985884] Re: cgroup lite postinst fails (init script doesn't start)

2012-07-12 Thread Alec Warner
Verified. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/985884 Title: cgroup lite postinst fails (init script doesn't start) To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 933943]

2012-06-06 Thread Alec Warner
(In reply to comment #2) > Finally merged the fix ;) Please note that there is a small memory leak > associated with it. I corrected it with this commit: Yeah sorry, I fixed the memory leak in our internal copy and never sent you the updated patch. Thanks for merging it. -A > > http://git.adisc

[Bug 917905] [NEW] netcfg hang bug in autoconfig.c

2012-01-17 Thread Alec Warner
Public bug reported: I am working on the Precise alpha (beta?) It appears there is a bug in netcfg's autoconfig.c. antarus@goats2 ~ $ rdisc6 eth0 Soliciting ff02::2 (ff02::2) on eth0... Hop limit : 64 ( 0x40) Stateful address conf.: No Stateful other

[Bug 917905] Re: netcfg hang bug in autoconfig.c

2012-01-17 Thread Alec Warner
I built a custom initrd and tried it here and it solved my issue. ** Patch added: "Push dhcpv6_timeout from debconf into dhclient's config. Run dhclient with -1 (oneshot) so it will die if it fails to get a lease." https://bugs.launchpad.net/ubuntu/+source/netcfg/+bug/917905/+attachment/26800

[Bug 892233] Re: dhclient on server install CD hangs forever trying to get an IPv6 lease

2012-01-23 Thread Alec Warner
*** This bug is a duplicate of bug 917905 *** https://bugs.launchpad.net/bugs/917905 ** This bug has been marked a duplicate of bug 917905 netcfg hang bug in autoconfig.c -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://

[Bug 972324] Re: server fails to start up if TMPDIR is set to something on a different filesystem from /var/lib/xkb

2013-03-25 Thread Alec Warner
There may also exist a security issue, where user alice creates specially crafted keymaps in /tmp/$HASH.xkm and then user bob launched X and the X system tries to re-use alice's evil keymap. I'm unsure if the X server keymap loader is exploitable, but it is likely that keymaps should not be shared

[Bug 1033179] Re: Xvfb seems to have hardcoded /tmp

2013-03-25 Thread Alec Warner
*** This bug is a duplicate of bug 972324 *** https://bugs.launchpad.net/bugs/972324 ** This bug has been marked a duplicate of bug 972324 server fails to start up if TMPDIR is set to something on a different filesystem from /var/lib/xkb -- You received this bug notification because you

[Bug 1080890] [NEW] gtk3 file browser slow

2012-11-19 Thread Alec Warner
Public bug reported: 2. What did you attempt to do, or what did you notice was wrong? I'm attempting to upload a large numbers of files in a browser (I tried both chrome and firefox). I tried uploading 600+ files to Google drive and it hangs on the upload screen for 2-5 minutes before starting

[Bug 1080890] Re: gtk3 file browser slow

2012-11-19 Thread Alec Warner
** Package changed: ubuntu => gtk+3.0 (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1080890 Title: gtk3 file browser slow To manage notifications about this bug go to: https://bugs.launchp

[Bug 1097903] [NEW] lightdm-session fails if user's .profile has non-posix sh init.

2013-01-09 Thread Alec Warner
Public bug reported: I don't actually mind the failure (its a feature!) The problem is that if the user's .profile has non-posix sh in it (causing /usr/sbin /lightdm-session to basically crash) there is no good presentation to the user about this. The user tries to login. Lightdm tries to source

[Bug 1083217] [NEW] Please backport -E discard fixes to e2fs-progs in precise

2012-11-26 Thread Alec Warner
Public bug reported: I'm running gprecise and have e2fsprogs 1.42-1-ubuntu2 installed. I ran e2fsck -E discard /dev/sdb1 and it destroyed much of the filesystem. I believe the bug that causes data loss is fixed in e2fsprogs 1.42.2. Related upstream changelog entry follows:    E2fsck has a numbe

Re: [Bug 985884] Re: cgroup lite postinst fails (init script doesn't start)

2012-07-10 Thread Alec Warner
Sorry I'll do this today. -A On Mon, Jul 9, 2012 at 11:06 PM, Sebastien Bacher wrote: > Could somebody with a setup to test the update check if it's indeed > resolving the issue so it can be moved to -updates? > > -- > You received this bug notification because you are a member of Goobuntu > Tea

Re: [Bug 732990] Re: libpam-krb5 writes to /tmp, does not work when disk is full.

2012-02-05 Thread Alec Warner
Can we get it in Precise? On Sun, Feb 5, 2012 at 1:31 PM, Russ Allbery wrote: > As of libpam-krb5 4.5, the temporary ticket cache will be written to > ccache_dir rather than /tmp if ccache_dir is set.  This version is in > Debian (and has been for a little bit), but it looks like it's not yet > b

[Bug 966765] [NEW] Precise's version of zsh stat()s everything when you run your first command.

2012-03-27 Thread Alec Warner
Public bug reported: What was the observed behavior: Zsh on precise wants to stat everything in $PATH when you run your first command, so that it only hashes executables. I tracked this down to a regression (and a later fix) in zsh: It was added in e85349fbf793f18211d9280ca80ec8911e05c708 (Mon

[Bug 861268] Re: text corruption in terminals (xterm, urxvt) and emacs

2013-06-06 Thread Alec Warner
Man I hate launchpad. is this https://bugzilla.gnome.org/show_bug.cgi?id=664858? -A ** Also affects: ubuntu-gnome Importance: Undecided Status: New ** No longer affects: ubuntu-gnome ** Bug watch added: GNOME Bug Tracker #664858 https://bugzilla.gnome.org/show_bug.cgi?id=664858 -

[Bug 1206182] [NEW] flashplugin-nonfree should recommend libhal

2013-07-29 Thread Alec Warner
Public bug reported: http://helpx.adobe.com/x-productkb/multi/flash-player-11-problems- playing.html#id_48891 says that libhal is required to play Protected video content, it would be nice if libhal was either suggested or recommended so that worked on Precise. antarus@host:~$ lsb_release -a LSB

[Bug 1011073] Re: NetworkManager submenus sometimes unpopulated

2013-07-11 Thread Alec Warner
The precise SRU is verified and has waiting the minimum 7 days, can it be put into updates? -A -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1011073 Title: NetworkManager submenus sometimes unpopul

[Bug 913857] Re: ntp-keygen documentation lists options that ntp-keygen does not support

2013-08-01 Thread Alec Warner
man ntp-wait also lists the '-f' flag, which is not a real flag (same source package I believe.) Let me know if you want a separate bug for it. antarus@host$ man ntp-wait NTPQ(8)

[Bug 1191993] [NEW] net-retriever relies on MD5SUMs, should use SHA256

2013-06-17 Thread Alec Warner
Public bug reported: I was trying to get d-i to use my new shiny (not yet released) mirror setup. During testing, I noticed that net-retriever was failing to parse my Release files because my MD5Sum: lines were "MD5Sum: $" and not the expected "MD5Sum:$". I fixed the bug in my Release file genera

Re: [Bug 732990] [NEW] libpam-krb5 writes to /tmp, does not work when disk is full.

2011-03-22 Thread Alec Warner
On Mon, Mar 21, 2011 at 11:32 PM, Russ Allbery wrote: > Alec Warner <732...@bugs.launchpad.net> writes: > >> When creating a new ticket cache libpam-krb5 stashes the cache in a >> temporary location; > >> api-auth.c:        pamret = pamk5_cache_init_rando

[Bug 740477] [NEW] kinit should print an error if credentials cache has invalid permissions

2011-03-22 Thread Alec Warner
Public bug reported: Binary package hint: krb5-user The obvious use case is a user does something silly such as: sudo kinit -p and promptly makes a root:root ccache file for the specified principal. Then the user later tries to kinit as that user and in fact everything *looks* fine...the kinit

[Bug 732990] [NEW] libpam-krb5 writes to /tmp, does not work when disk is full.

2011-03-10 Thread Alec Warner
Public bug reported: Binary package hint: libpam-krb5 When creating a new ticket cache libpam-krb5 stashes the cache in a temporary location; api-auth.c:pamret = pamk5_cache_init_random(args, creds); api-password.c:pamret = pamk5_cache_init_random(args, creds); in cache.c: pamk5

[Bug 820134] [NEW] libfontconfig causes SIGBUS due to mmap and NFS interaction.

2011-08-02 Thread Alec Warner
Public bug reported: https://bugs.freedesktop.org/show_bug.cgi?id=39278 Summarized: man mmap specifies the occasions when sigbus is sent: SIGBUS Attempted access to a portion of the buffer that does not correspond to the file (for example, beyond the end of the file,

[Bug 664724] [NEW] rpc.gssd does not handle missing machine credential cache

2010-10-21 Thread Alec Warner
Public bug reported: We use NFSv3 with kerberos authentication. The filer is a netapp. The client is: Description:Ubuntu 10.04 LTS Release:10.04 We patch /etc/init/gssd.conf to add extra credential caches: exec rpc.gssd -d /var/run/ccache:/var/spool/tickets We enabled extra rpc.g

[Bug 690929] [NEW] getent fails to enumerate netgroups that contain multiple groups when the last group is empty

2010-12-15 Thread Alec Warner
Public bug reported: Binary package hint: libc6 r...@goats:/etc# cat /etc/netgroup group_not_empty (-,antarus,) group_empty test1 group_not_empty group_empty test2 group_empty group_not_empty r...@goats:/etc# getent netgroup test1 test1 r...@goats:/etc# getent netgroup test2 test

Re: [Bug 690929] Re: getent fails to enumerate netgroups that contain multiple groups when the last group is empty

2011-05-18 Thread Alec Warner
On Wed, May 18, 2011 at 1:16 PM, Peter Matulis wrote: > I cannot reproduce this (on updated Lucid server and client). > > Server: > > $ cat /etc/netgroup > group_not_empty (-,alpha,) > group_empty > test1 group_not_empty group_empty > test2 group_empty group_not_empty > > Client: > > $ getent netg