[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-04-08 Thread Erik Meitner
I can confirm that by upgrading four of our machines to the packages in the 
Proposed repo they machines no long log the errors. 
Thank you.

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2057937/+subscriptions


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
/sys/kernel/security/apparmor/profiles is empty.

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2057937/+subscriptions


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
Correct, apparmor is not installed and never was.


a)

systemctl cat apt-news.service
# /lib/systemd/system/apt-news.service
# APT News is hosted at https://motd.ubuntu.com/aptnews.json and can include
# timely information related to apt updates available to your system.
# This service runs in the background during an `apt update` to download the
# latest news and set it to appear in the output of the next `apt upgrade`.
# The script won't do anything if you've run: `pro config set apt_news=false`.
# The script will limit network requests to at most once per 24 hours.
# You can also host your own aptnews.json and configure your system to use it
# with the command:
# `pro config set apt_news_url=https://yourhostname/path/to/aptnews.json`

[Unit]
Description=Update APT News

[Service]
Type=oneshot
ExecStart=/usr/bin/python3 /usr/lib/ubuntu-advantage/apt_news.py
AppArmorProfile=ubuntu_pro_apt_news
CapabilityBoundingSet=~CAP_SYS_ADMIN
CapabilityBoundingSet=~CAP_NET_ADMIN
CapabilityBoundingSet=~CAP_NET_BIND_SERVICE
CapabilityBoundingSet=~CAP_SYS_PTRACE
CapabilityBoundingSet=~CAP_NET_RAW
PrivateTmp=true
RestrictAddressFamilies=~AF_NETLINK
RestrictAddressFamilies=~AF_PACKET
# These may break some tests, and should be enabled carefully
#NoNewPrivileges=true
#PrivateDevices=true
#ProtectControlGroups=true
# ProtectHome=true seems to reliably break the GH integration test with a lunar 
lxd on jammy host
#ProtectHome=true
#ProtectKernelModules=true
#ProtectKernelTunables=true
#ProtectSystem=full
#RestrictSUIDSGID=true
# Unsupported in bionic
# Suggestion from systemd.exec(5) manpage on SystemCallFilter
#SystemCallFilter=@system-service
#SystemCallFilter=~@mount
#SystemCallErrorNumber=EPERM
#ProtectClock=true
#ProtectKernelLogs=true

b) -rw-r--r-- 1 root root 945 Feb 29 08:03
/etc/apparmor.d/ubuntu_pro_apt_news

c) (aa is not installed)

d)

ii  ubuntu-advantage-tools 31.2~22.04   all  transitional dummy package 
for ubuntu-pro-client
ii  ubuntu-pro-client  31.2~22.04   amd64Management tools for 
Ubuntu Pro
un  ubuntu-pro-client-l10n   (no description available)

e) Python 3.10.12

f) (aa is not installed)

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2057937/+subscriptions


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

[Bug 2057937] Re: apt-news.service reporting errors after ubuntu-pro-client install

2024-03-18 Thread Erik Meitner
** Information type changed from Private to Public

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

Title:
  apt-news.service reporting errors after ubuntu-pro-client install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-advantage-tools/+bug/2057937/+subscriptions


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

[Bug 1776800] Re: Unable to start snap applications if user's home directory is not /home/$USER

2022-05-16 Thread Erik Meitner
Any solution needs to work with multiple home folder locations that can
be located anywhere. We've got 540 users spread among four different
folders: /fac/, /grad/, /staff/, /visitor/.

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

Title:
  Unable to start snap applications if user's home directory is not
  /home/$USER

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1776800/+subscriptions


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

[Bug 1784774] Re: snapd is not autofs aware and fails with nfs home dir

2022-05-13 Thread Erik Meitner
Yes, we are using Autofs.

thisisme@jammy:~$ cat /etc/auto.staff 
*   -rw,nosuid nfshome.domain.edu:/nfshome/staff/&

thisisme@jammy:~$ cat /etc/auto.master
/facauto.fac --timeout=120
/staff  auto.staff --timeout=120

thisisme@jammy:~$ pwd
/staff/thisisme

thisisme@jammy:~$ mount|grep staff
nfshome.domain.edu:/nfshome/staff/thisisme on /staff/thisisme type nfs4 
(rw,nosuid,relatime,vers=4.2,rsize=1048576,wsize=1048576,namlen=255,hard,proto=tcp,timeo=600,retrans=2,sec=sys,clientaddr=XX.YY.ZZ.66,local_lock=none,addr=XX.YY.ZZ.16)

thisisme@jammy:~$ snap list
Name   Version  RevTracking   Publisher   Notes
bare   1.0  5  latest/stable  canonical✓  base
chromium   101.0.4951.641993   latest/stable  canonical✓  -
core20 20220329 1434   latest/stable  canonical✓  base
gnome-3-38-20040+git.1f9014a99 latest/stable  canonical✓  -
gtk-common-themes  0.1-59-g7bca6ae  1519   latest/stable  canonical✓  -
snapd  2.55.3   15534  latest/stable  canonical✓  snapd

thisisme@jammy:~$ chromium-browser 
cannot open path of the current working directory: Permission denied

root@jammy:~# journalctl -f
May 13 08:58:31 jammy snapd[128770]: main.go:155: Exiting on terminated signal.
May 13 08:58:31 jammy snapd[128770]: overlord.go:504: Released state lock file
May 13 08:58:31 jammy systemd[1]: Stopping Snap Daemon...
May 13 08:58:31 jammy systemd[1]: snapd.service: Deactivated successfully.
May 13 08:58:31 jammy systemd[1]: Stopped Snap Daemon.
May 13 08:58:31 jammy systemd[1]: Starting Snap Daemon...
May 13 08:58:31 jammy snapd[128952]: AppArmor status: apparmor is enabled and 
all features are available
May 13 08:58:31 jammy snapd[128952]: overlord.go:263: Acquiring state lock file
May 13 08:58:31 jammy snapd[128952]: overlord.go:268: Acquired state lock file
May 13 08:58:31 jammy snapd[128952]: daemon.go:247: started 
snapd/2.55.3+22.04ubuntu1 (series 16; classic) ubuntu/22.04 (amd64) 
linux/5.15.0-30-generic.
May 13 08:58:31 jammy kernel: loop6: detected capacity change from 0 to 8
May 13 08:58:31 jammy systemd[1]: tmp-sanity\x2dmountpoint\x2d2266021507.mount: 
Deactivated successfully.
May 13 08:58:31 jammy snapd[128952]: daemon.go:340: adjusting startup timeout 
by 1m0s (pessimistic estimate of 30s plus 5s per snap)
May 13 08:58:31 jammy systemd[1]: Started Snap Daemon.
May 13 08:58:31 jammy dbus-daemon[495]: [system] Activating via systemd: 
service name='org.freedesktop.timedate1' 
unit='dbus-org.freedesktop.timedate1.service' requested by ':1.3815' (uid=0 
pid=128952 comm="/usr/lib/snapd/snapd " label="unconfined")
May 13 08:58:31 jammy systemd[1]: Starting Time & Date Service...
May 13 08:58:31 jammy dbus-daemon[495]: [system] Successfully activated service 
'org.freedesktop.timedate1'
May 13 08:58:31 jammy systemd[1]: Started Time & Date Service.
May 13 08:58:34 jammy systemd[127902]: Started 
snap.chromium.chromium.7948c287-207b-4d96-b9af-02061a62addc.scope.
May 13 08:58:34 jammy audit[128990]: AVC apparmor="DENIED" operation="sendmsg" 
profile="/usr/lib/snapd/snap-confine" pid=128990 comm="snap-confine" 
laddr=XX.YY.ZZ.66 lport=680 faddr=XX.YY.ZZ.16 fport=2049 family="inet" 
sock_type="stream" protocol=6 requested_mask="send" denied_mask="send"
May 13 08:58:34 jammy kernel: nfs: RPC call returned error 13
May 13 08:58:34 jammy kernel: audit: type=1400 audit(1652450314.955:85): 
apparmor="DENIED" operation="sendmsg" profile="/usr/lib/snapd/snap-confine" 
pid=128990 comm="snap-confine" laddr=XX.YY.ZZ.66 lport=680 faddr=XX.YY.ZZ.16 
fport=2049 family="inet" sock_type="stream" protocol=6 requested_mask="send" 
denied_mask="send"

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

Title:
  snapd is not autofs aware and fails with nfs home dir

To manage notifications about this bug go to:
https://bugs.launchpad.net/snapd/+bug/1784774/+subscriptions


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

[Bug 1884299] Re: Chromium snap won't run with nfs home drive

2022-05-12 Thread Erik Meitner
In our situation home folders are mounted using autofs using NFS v4,
Kerberos is NOT in use.

root@jammy:~# lsb_release -rd
Description:Ubuntu 22.04 LTS
Release:22.04


root@jammy:~# dpkg -l chromium-browser
--snip--
ii  chromium-browser 1:85.0.4183.83-0ubuntu2 amd64Transitional package 
- chromium-browser ->>
root@jammy:~# snap list |grep chromium
chromium   101.0.4951.641993   latest/stable  canonical*  -


Running chromium as user with NFS home folder at /staff/me:

me@jammy:~$ chromium
cannot open path of the current working directory: Permission denied

/var/log/syslog:
May 12 12:10:31 jammy systemd[15457]: Started 
snap.chromium.chromium.41586725-30fd-464e-9987-08936a8991eb.scope.
May 12 12:10:31 jammy kernel: [ 1496.959498] nfs: RPC call returned error 13
May 12 12:10:31 jammy kernel: [ 1496.959659] audit: type=1400 
audit(1652375431.246:78): apparmor="DENIED" operation="sendmsg" 
profile="/usr/lib/snapd/snap-confine" pid=56203 comm="snap-confine" 
laddr=qq.ww.ee.rr lport=964 faddr=zz.xx.cc.vv fport=2049 family="inet" 
sock_type="stream" protocol=6 requested_mask="send" denied_mask="send"

root@jammy:~# cat /etc/apparmor.d/tunables/home.d/ubuntu 
# This file is auto-generated. It is recommended you update it using:
# $ sudo dpkg-reconfigure apparmor
#
# The following is a space-separated list of where additional user home
# directories are stored, each must have a trailing '/'. Directories added
# here are appended to @{HOMEDIRS}.  See tunables/home for details.
@{HOMEDIRS}+=/staff/ /fac/ /grad/ /visitor/


root@jammy:~# cat /etc/auto.staff 
*   -rw,nosuid nfshome.S.edu:/nfshome/staff/&

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

Title:
  Chromium snap won't run with nfs home drive

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


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

[Bug 1876641] Re: gnome-shell leaks hundreds of megabytes when the dock option 'show-trash' is enabled.

2022-01-27 Thread Erik Meitner
This problem is affecting my laptop. It gets to the point where the system 
starts thrashing so badly I care barely get to the console and log in to start 
killing processes.

Ubuntu 20.04
gnome-shell 3.36.9-0ubuntu0.20.04.2

$ uname -a
Linux cherna 5.4.0-96-generic #109-Ubuntu SMP Wed Jan 12 16:49:16 UTC 2022 
x86_64 x86_64 x86_64 GNU/Linux

Just now:
$ pidstat -l -r|egrep 'UID|/usr/bin/gnome-shell'
10:34:32 AM   UID   PID  minflt/s  majflt/s VSZ RSS   %MEM  Command
10:34:32 AM  1000  3659 83.54  0.15 7330020 1768040  11.13  
/usr/bin/gnome-shell 

It happens around once a week depending on my usage of the laptop which
is my work laptop tat stays on almost all the time. I don't see a
pattern to it yet.

At least I can ALT-F2 & "r" to recover some RAM. If I notice the problem
in time

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

Title:
  gnome-shell leaks hundreds of megabytes when the dock option 'show-
  trash' is enabled.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1876641/+subscriptions


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

[Bug 1856838] Re: [memory leak] gnome-shell using a lot of RAM after repeatedly opening the overview

2022-01-17 Thread Erik Meitner
No extensions:

$ cd ~/.local/share/gnome-shell/
me@laptop:~/.local/share/gnome-shell$ ls -l
total 8
-rw-rw-r-- 1 me me 3658 Jan 17 06:52 application_state
-rw-rw-r-- 1 me me0 Jul 19 13:13 gnome-overrides-migrated
-rw-rw-r-- 1 me me 1133 Jan 17 02:37 notifications


org.gnome.shell settings attached.


** Attachment added: "settings.txt"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1856838/+attachment/5554916/+files/settings.txt

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

Title:
  [memory leak] gnome-shell using a lot of RAM after repeatedly opening
  the overview

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


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

[Bug 1856838] Re: [memory leak] gnome-shell using a lot of RAM after repeatedly opening the overview

2022-01-08 Thread Erik Meitner
Problem is affecting my system. It gets to the point where the system starts 
thrashing so badly I care barely get to the console and log in to start killing 
processes.
 
Ubuntu 20.04
gnome-shell 3.36.9-0ubuntu0.20.04.2


Linux 5.4.0-91-generic (cherna) 01/08/2022  _x86_64_(8 CPU)
root@cherna:~# pidstat -l -r
03:19:46 PM   UID   PID  minflt/s  majflt/s VSZ RSS   %MEM  Command
03:19:46 PM  1000  4670 99.93  0.17 7408772 2029368  12.77  
/usr/bin/gnome-shell 

At least I can ALT-F2 & "r" to recover some RAM. If I notice the problem
in time

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

Title:
  [memory leak] gnome-shell using a lot of RAM after repeatedly opening
  the overview

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


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

[Bug 1936736] Re: User switching does not work: my_switch_to_username: assertion 'p->dm_seat != NULL' failed

2021-07-19 Thread Erik Meitner
My default desktop was set to "Unity"(at the login screen). I changed it
to "Ubuntu" and logged in.  Now user switching works.

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

Title:
  User switching does not work: my_switch_to_username: assertion
  'p->dm_seat != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1936736/+subscriptions


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

[Bug 1936736] [NEW] User switching does not work: my_switch_to_username: assertion 'p->dm_seat != NULL' failed

2021-07-17 Thread Erik Meitner
Public bug reported:

Actual behavior:
Switching users from the indicator menu does nothing. Only this is logged in 
/var/log/syslog:
Jul 17 23:11:01 cherna indicator-sessi[5227]: my_switch_to_username: assertion 
'p->dm_seat != NULL' failed

Expected behavior upon selecting another user in the indicator menu:
Switches to a screen with a A password prompt.

Ubuntu 20.04.2 LTS
indicator-session 17.3.20+19.10.20190921-0ubuntu1

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: indicator-session 17.3.20+19.10.20190921-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-77.86-generic 5.4.119
Uname: Linux 5.4.0-77-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sat Jul 17 23:34:43 2021
EcryptfsInUse: Yes
InstallationDate: Installed on 2013-07-29 (2910 days ago)
InstallationMedia: Ubuntu 12.04.2 LTS "Precise Pangolin" - Release amd64 
(20130213)
SourcePackage: indicator-session
UpgradeStatus: Upgraded to focal on 2021-07-10 (7 days ago)

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  User switching does not work: my_switch_to_username: assertion
  'p->dm_seat != NULL' failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/indicator-session/+bug/1936736/+subscriptions


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

[Bug 1206981] Re: Text form field not redrawn upon HOME/END keypress with some CSS styles

2019-03-02 Thread Erik Meitner
Unable to reproduce. Please close.

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

Title:
  Text form field not redrawn upon HOME/END keypress with some CSS
  styles

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/1206981/+subscriptions

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

[Bug 1811596] Re: Ubuntu Single Sign-On GUI not showing login button

2019-01-13 Thread Erik Meitner
** Package changed: ubuntu => unity-control-center (Ubuntu)

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

Title:
  Ubuntu  Single Sign-On GUI not showing  login button

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/unity-control-center/+bug/1811596/+subscriptions

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

[Bug 1811596] Re: Ubuntu Single Sign-On GUI not showing login button

2019-01-13 Thread Erik Meitner
Ubuntu 18.04/amd64
unity-control-center 15.04.0+18.04.20180216-0u

I run unity-control-center from a shell, then I open Online ACcounts,
then Ubuntu Single Sign-On. The following is displayed(six times):

(unity-control-center:2435): Gtk-WARNING **: 11:48:19.101:
../../../../gtk/gtkwidget.c:8584: widget not within a GtkWindow

Each time I open Ubuntu Single Sign-On an additional GTK warning is
logged(1 the first time, two the second time, three the third.)


I enlarged the window to see if some controls were off the edge of the display 
area. Nope.

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

Title:
  Ubuntu  Single Sign-On GUI not showing  login button

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

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

[Bug 1811596] [NEW] Ubuntu Single Sign-On GUI not showing login button

2019-01-13 Thread Erik Meitner
Public bug reported:

System Settings->Online Accounts->Ubuntu Single Sign-On

I can enter my email address and password abd select "I have an Ubuntu
Single Sign-On account". But there is no "Save" or "Login" or any other
button. I can only close the window.

** Affects: 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/1811596

Title:
  Ubuntu  Single Sign-On GUI not showing  login button

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

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

[Bug 1811596] Re: Ubuntu Single Sign-On GUI not showing login button

2019-01-13 Thread Erik Meitner
It seems that the buttons are missing.
My window:
https://ibb.co/0QvWrGB

Should look like this?:
https://readyspace.com.sg/wp-content/uploads/2018/05/image13.png

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

Title:
  Ubuntu  Single Sign-On GUI not showing  login button

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

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

[Bug 1733557] Re: Login screen showing Authentication Failure Switch to greeter...

2018-07-20 Thread Erik Meitner
I upgraded from 16.04 to 18.04. Same problem with the exception that I
can't switch to the login screen from the lock screen by hitting a key.
I need to press CTRL-ALT-F1 to get to the login screen. Then I can log
in to get back to my session.

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

Title:
  Login screen showing Authentication Failure Switch to greeter...

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

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

[Bug 1733557] Re: Login screen showing Authentication Failure Switch to greeter...

2018-04-30 Thread Erik Meitner
@Rael Gugelmin Cunha (rael-gc):
You are probably right. The changelog for the "unity" package says: "* Refactor 
the way UserAuthenticator is created and passed around. Handle failures to 
create new threads and fallback to a "Switch to greeter..." button in case of 
failure. (LP: #1311316)"

It seems that the initial  bug from LP: #1311316 of "Sometimes (but not
always) after locking the screen there is the situation not having any
input field where I can type the password to unlock the session again."
was addressed with a workaround, but this workaround has caused even
more problems. I never had the issue of not having a password prompt.

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

Title:
  Login screen showing Authentication Failure Switch to greeter...

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

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

[Bug 1733557] Re: Login screen showing Authentication Failure Switch to greeter...

2018-03-13 Thread Erik Meitner
I have this problem after installing updates yesterday. Looks like like
how Eugene shows in comment #10.

The attachment contains the data logged in  x-0.log, seat0-greeter.log,
lightdm.log, and x-1.log in the /var/log/lightdm directory during a
test. I pressed CTRL-ALT-L, waited 10 seconds, clicked  "Switch to
greeter...", waited 10 seconds, then logged in and stopped recording.

There is a DBus error, but not much else.


** Attachment added: "lightdmlogs.txt"
   
https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1733557/+attachment/5078263/+files/lightdmlogs.txt

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

Title:
  Login screen showing Authentication Failure Switch to greeter...

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

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

[Bug 1365919] Re: virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to build

2014-09-05 Thread Erik Meitner
*** This bug is a duplicate of bug 1365858 ***
https://bugs.launchpad.net/bugs/1365858

** This bug has been marked a duplicate of bug 1365858
   virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module failed to 
build

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

Title:
  virtualbox-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox kernel module
  failed to build

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

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


[Bug 1206981] [NEW] Text form field not redrawn upon HOME/END keypress with some CSS styles

2013-07-31 Thread Erik Meitner
Public bug reported:

This depends upon certain CSS styles being applied to the INPUT form
element.

1.  Go to http://rt.easter-eggs.org/demos/testing/
2. enter some text in the user name field
3. Press HOME on the keyboard.
4. Notice that the text(and background color) has been removed and not redrawn
5. Moving the cursor or selecting the text will cause it to be redrawn

Other forms on that site also exhibit this behavor.

I have also observed other page elements getting erased while moving
around the page with the tab key.


ProblemType: Bug
ApportVersion: 2.0.1-0ubuntu17.3
Architecture: amd64
Date: Wed Jul 31 10:31:47 2013
Dependencies:
 adduser 3.113ubuntu2
 aspell 0.60.7~20110707-1
 aspell-en 6.0-0-6ubuntu2
 base-passwd 3.5.24
 busybox-initramfs 1:1.18.5-1ubuntu4.1
 coreutils 8.13-3ubuntu3.2
 cpio 2.11-7ubuntu3
 dbus 1.4.18-1ubuntu1.4
 dbus-x11 1.4.18-1ubuntu1.4
 dconf-gsettings-backend 0.12.0-0ubuntu1.1
 dconf-service 0.12.0-0ubuntu1.1
 debconf 1.5.42ubuntu1
 debianutils 4.2.1ubuntu2
 dictionaries-common 1.12.1ubuntu2
 dpkg 1.16.1.2ubuntu7.1 [modified: sbin/start-stop-daemon]
 epiphany-browser-data 3.4.1-0ubuntu1
 findutils 4.4.2-4ubuntu1
 fontconfig 2.8.0-3ubuntu9.1
 fontconfig-config 2.8.0-3ubuntu9.1
 gcc-4.6-base 4.6.3-1ubuntu5
 gir1.2-atk-1.0 2.4.0-0ubuntu1
 gir1.2-clutter-1.0 1.10.6-1~precise1
 gir1.2-cogl-1.0 1.10.0-0ubuntu2
 gir1.2-coglpango-1.0 1.10.0-0ubuntu2
 gir1.2-freedesktop 1.32.0-1
 gir1.2-gdkpixbuf-2.0 2.26.1-1
 gir1.2-glib-2.0 1.32.0-1
 gir1.2-gstreamer-0.10 0.10.36-1ubuntu1
 gir1.2-gtk-3.0 3.4.2-0ubuntu0.5
 gir1.2-json-1.0 0.14.2-1
 gir1.2-pango-1.0 1.30.0-0ubuntu3.1
 glib-networking 2.32.1-1ubuntu2
 glib-networking-common 2.32.1-1ubuntu2
 glib-networking-services 2.32.1-1ubuntu2
 gnome-icon-theme 3.4.0-0ubuntu1.1
 gnome-js-common 0.1.2-1
 gsettings-desktop-schemas 3.4.1-0ubuntu1
 hicolor-icon-theme 0.12-1ubuntu2
 humanity-icon-theme 0.5.3.11
 ifupdown 0.7~beta2ubuntu8
 initramfs-tools 0.99ubuntu13.1
 initramfs-tools-bin 0.99ubuntu13.1
 initscripts 2.88dsf-13.10ubuntu11.1
 insserv 1.14.0-2.1ubuntu2
 iproute 2017-1ubuntu2
 iso-codes 3.31-1
 klibc-utils 1.5.25-1ubuntu2
 libacl1 2.2.51-5ubuntu1
 libaspell15 0.60.7~20110707-1
 libatk1.0-0 2.4.0-0ubuntu1
 libatk1.0-data 2.4.0-0ubuntu1
 libattr1 1:2.4.46-5ubuntu1
 libavahi-client3 0.6.30-5ubuntu2
 libavahi-common-data 0.6.30-5ubuntu2
 libavahi-common3 0.6.30-5ubuntu2
 libavahi-glib1 0.6.30-5ubuntu2
 libavahi-gobject0 0.6.30-5ubuntu2
 libblkid1 2.20.1-1ubuntu3
 libbz2-1.0 1.0.6-1
 libc-bin 2.15-0ubuntu10.4
 libc6 2.15-0ubuntu10.4
 libcairo-gobject2 1.10.2-6.1ubuntu3
 libcairo2 1.10.2-6.1ubuntu3
 libclutter-1.0-0 1.10.6-1~precise1
 libcogl-pango0 1.10.0-0ubuntu2
 libcogl9 1.10.0-0ubuntu2
 libcomerr2 1.42-1ubuntu2
 libcroco3 0.6.5-1ubuntu0.1
 libcups2 1.5.3-0ubuntu8
 libdatrie1 0.2.5-3
 libdb5.1 5.1.25-11build1
 libdbus-1-3 1.4.18-1ubuntu1.4
 libdbus-glib-1-2 0.98-1ubuntu1.1
 libdconf0 0.12.0-0ubuntu1.1
 libdrm-intel1 2.4.43-0ubuntu0.0.2
 libdrm-nouveau1a 2.4.43-0ubuntu0.0.2
 libdrm-radeon1 2.4.43-0ubuntu0.0.2
 libdrm2 2.4.43-0ubuntu0.0.2
 libenchant1c2a 1.6.0-7
 libexpat1 2.0.1-7.2ubuntu1.1
 libffi6 3.0.11~rc1-5
 libfontconfig1 2.8.0-3ubuntu9.1
 libfreetype6 2.4.8-1ubuntu2.1
 libgail-3-0 3.4.2-0ubuntu0.5
 libgcc1 1:4.6.3-1ubuntu5
 libgcrypt11 1.5.0-3ubuntu0.1
 libgdk-pixbuf2.0-0 2.26.1-1
 libgdk-pixbuf2.0-common 2.26.1-1
 libgeoclue0 0.12.0-1ubuntu12
 libgirepository-1.0-1 1.32.0-1
 libglib2.0-0 2.32.3-0ubuntu1
 libgmp10 2:5.0.2+dfsg-2ubuntu1
 libgnome-keyring-common 3.2.2-2
 libgnome-keyring0 3.2.2-2
 libgnutls26 2.12.14-5ubuntu3.4
 libgpg-error0 1.10-2ubuntu1
 libgssapi-krb5-2 1.10+dfsg~beta1-2ubuntu0.3
 libgstreamer-plugins-base0.10-0 0.10.36-1ubuntu0.1
 libgstreamer0.10-0 0.10.36-1ubuntu1
 libgtk-3-0 3.4.2-0ubuntu0.5
 libgtk-3-bin 3.4.2-0ubuntu0.5
 libgtk-3-common 3.4.2-0ubuntu0.5
 libgtk2.0-0 2.24.10-0ubuntu6
 libgtk2.0-common 2.24.10-0ubuntu6
 libhunspell-1.3-0 1.3.2-4
 libice6 2:1.0.7-2build1
 libicu48 4.8.1.1-3
 libjasper1 1.900.1-13
 libjavascriptcoregtk-3.0-0 1.8.3-0ubuntu0.12.04.1
 libjpeg-turbo8 1.1.90+svn733-0ubuntu4.1
 libjpeg8 8c-2ubuntu7
 libjson-glib-1.0-0 0.14.2-1
 libk5crypto3 1.10+dfsg~beta1-2ubuntu0.3
 libkeyutils1 1.5.2-2
 libklibc 1.5.25-1ubuntu2
 libkrb5-3 1.10+dfsg~beta1-2ubuntu0.3
 libkrb5support0 1.10+dfsg~beta1-2ubuntu0.3
 liblzma5 5.1.1alpha+20110809-3
 libmount1 2.20.1-1ubuntu3
 libmpfr4 3.1.0-3ubuntu2
 libncurses5 5.9-4
 libncursesw5 5.9-4
 libnih-dbus1 1.0.3-4ubuntu9.1
 libnih1 1.0.3-4ubuntu9.1
 libnotify4 0.7.5-1
 libnspr4 4.9.5-0ubuntu0.12.04.1
 libnss3 3.14.3-0ubuntu0.12.04.1
 liborc-0.4-0 1:0.4.16-1ubuntu2
 libp11-kit0 0.12-2ubuntu1
 libpam-modules 1.1.3-7ubuntu2
 libpam-modules-bin 1.1.3-7ubuntu2
 libpam0g 1.1.3-7ubuntu2
 libpango1.0-0 1.30.0-0ubuntu3.1
 libpciaccess0 0.12.902-1ubuntu0.2
 libpcre3 8.12-4
 libpixman-1-0 0.24.4-1
 libplymouth2 0.8.2-2ubuntu31.1
 libpng12-0 1.2.46-3ubuntu4
 libproxy1 0.4.7-0ubuntu4.1
 libreadline6 6.2-8
 librsvg2-2 2.36.1-0ubuntu1
 librsvg2-common 2.36.1-0ubuntu1
 libs

[Bug 931829] Re: firefox 10 esr needs packaging

2012-04-05 Thread Erik Meitner
Two things to add. There is a "Team ESR" Launchpad team that claims to be 
addressing issue but they have no packages in their PPA:
https://launchpad.net/~team-esr

And:
http://www.infoworld.com/t/web-browsers/firefox-in-the-new-out-the-compatibility-189645

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

Title:
  firefox 10 esr needs packaging

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

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


[Bug 931829] Re: firefox 10 esr needs packaging

2012-03-19 Thread Erik Meitner
You are correct, that is an exaggeration. It does not change the fact
that during the lifetime of ESR 10 I will have to spend time testing a
new Firefox release a total of eight times, possibly communicating with
all users to set expectations, possibly updating documentation, possibly
creating workarounds. All so that I can be sure that our workstations
are up-to-date with security fixes. As a business we have zero interest
in the latest gee-whiz features. We do have an interest in application
stability, easy change management, and reduced end-user support.

I understand the motivations for following the Mozilla rapid release
schedule. I appreciate the desire to please the home computer users. I
respect the hard work and dedication of all the developers that make
Ubuntu happen. But I do need to register my discontent with not offering
the option of Mozilla ESR releases.

Thanks.

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

Title:
  firefox 10 esr needs packaging

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

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


[Bug 947426] Re: The version of firefox in Ubuntu 12.04 LTS is not the ESR.

2012-03-16 Thread Erik Meitner
*** This bug is a duplicate of bug 931829 ***
https://bugs.launchpad.net/bugs/931829

** This bug has been marked a duplicate of bug 931829
   firefox 10 esr needs packaging

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

Title:
  The version of firefox in Ubuntu 12.04 LTS is not the ESR.

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

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


[Bug 931829] Re: firefox 10 esr needs packaging

2012-03-16 Thread Erik Meitner
My job of keeping 60+ Ubuntu 10.04 Workstations working for our 150
users is made more difficult when the web browser is changing wildly. I
chose 10.04 LTS for the same reason I am begging for Firefox 10.xesr
packages for 10.04.

"The web is not static."(http://www.chriscoulson.me.uk/blog/?p=111)
Sure. Fine. But in comparison, many web-based SAAS applications that we
and other enterprise sites use are quite static. I don't give a hoot
that our users can't play with the latest Internet toys. I care that
they can do their jobs using  the tools I am responsible for
maintaining.

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

Title:
  firefox 10 esr needs packaging

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

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


[Bug 105088] Re: Thunderbird does not honor gnome-vfs paths

2011-10-10 Thread Erik Meitner
There seems to have been some progress by the upstream developers. This bug 
filed against Core/Networking indicates that the fix has been released:
https://bugzilla.mozilla.org/show_bug.cgi?id=494163

Note that the above bug references this Ubuntu bug for the same problem in 
Firefox:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/539226

That report states that "Starting with Ubuntu 11.04, Firefox is compiled
with gio. "


** Bug watch added: Mozilla Bugzilla #494163
   https://bugzilla.mozilla.org/show_bug.cgi?id=494163

** Also affects: thunderbird via
   https://bugzilla.mozilla.org/show_bug.cgi?id=494163
   Importance: Unknown
   Status: Unknown

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

Title:
  Thunderbird does not honor gnome-vfs paths

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/105088/+subscriptions

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


[Bug 723476] Re: List view showing "loading" forever when folders have hidden files

2011-09-30 Thread Erik Meitner
This affects our 65 10.04 LTS desktops.

I 've just reproduced this with the live CD:
http://cdimage.ubuntu.com/daily-live/20110929/oneiric-desktop-amd64.iso

Reproduced by running from the live CD. Small movie attached to
illustrate.

Whether or not it is fixed in 11.10 is not relevant as this affects an
LTS release, correct?

** Attachment added: "Small GIF movie showing bug reproduced on 11.10(20110929)"
   
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/723476/+attachment/2488723/+files/reproduced_on_11.10_daily-live-20110929.gif

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

Title:
  List view showing "loading" forever when folders have hidden files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/723476/+subscriptions

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


[Bug 723476] Re: List view showing "loading" forever when folders have hidden files

2011-09-29 Thread Erik Meitner
Just as Guinew  says but I would add that it happens for both local and
SMB shares.

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

Title:
  List view showing "loading" forever when folders have hidden files

To manage notifications about this bug go to:
https://bugs.launchpad.net/nautilus/+bug/723476/+subscriptions

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


[Bug 798336] Re: epiphany-browser crashes when starting after Location box removed from toolbar

2011-06-30 Thread Erik Meitner
Upstream committed a change that fixed this. It does not apply cleanly
but I was able to manually apply the patch. Works fine.

The following errors are printed to the console when the location bar is not 
present, but this would also happen on the unpatched version when the toolbar 
was removed via the GUI:
(epiphany:21749): Gtk-CRITICAL **: gtk_widget_set_window: assertion `window == 
NULL || GDK_IS_WINDOW (window)' failed


** Patch added: "Patch based on upstream commit"
   
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/798336/+attachment/2185637/+files/ephy-window.c.patch

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

Title:
  epiphany-browser crashes when starting after Location box removed from
  toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/epiphany-browser/+bug/798336/+subscriptions

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


[Bug 798336] Re: epiphany-browser crashes when starting after Location box removed from toolbar

2011-06-20 Thread Erik Meitner
** Bug watch added: GNOME Bug Tracker #653043
   https://bugzilla.gnome.org/show_bug.cgi?id=653043

** Also affects: epiphany-browser via
   https://bugzilla.gnome.org/show_bug.cgi?id=653043
   Importance: Unknown
   Status: Unknown

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

Title:
  epiphany-browser crashes when starting after Location box removed from
  toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/epiphany-browser/+bug/798336/+subscriptions

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


[Bug 798336] Re: epiphany-browser crashes when starting after Location box removed from toolbar

2011-06-20 Thread Erik Meitner
** Summary changed:

- epiphany-browser crashes when Location box removed from toolbar
+ epiphany-browser crashes when starting after Location box removed from toolbar

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

Title:
  epiphany-browser crashes when starting after Location box removed from
  toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/798336/+subscriptions

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


[Bug 798336] Re: epiphany-browser crashes when Location box removed from toolbar

2011-06-20 Thread Erik Meitner
** Changed in: epiphany-browser (Ubuntu)
   Status: New => Confirmed

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

Title:
  epiphany-browser crashes when Location box removed from toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/798336/+subscriptions

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


[Bug 798336] Re: epiphany-browser crashes when Location box removed from toolbar

2011-06-16 Thread Erik Meitner
** Visibility changed to: Public

** Description changed:

  Binary package hint: epiphany-browser
  
  Removing the Location box from the tool bar causes a segfault.
  
  1. Do one of:
- 1a. Edit ~/.gnome2/epiphany/epiphany-toolbars-3.xml and remove '' from the file causes the crash. 
+ 1a. Edit ~/.gnome2/epiphany/epiphany-toolbars-3.xml and remove '' from the file .
  1b. Run epiphany. Edit tool bar and remove the location box. Close epiphany.
  2. Run epiphany and it segfaults.
  3. Undo the change either in the file of via the GUI.
  4. Run epiphany successfully.
  
  This was not an issue with previous Ubuntu releases. We have a number of 
kiosks that use this feature.
  Bug also exists on 10.10 x64.
  
  ProblemType: Crash
  DistroRelease: Ubuntu 10.04
  Package: epiphany-browser 2.30.2-1ubuntu1.1
  ProcVersionSignature: Ubuntu 2.6.32-31.61-generic 2.6.32.32+drm33.14
  Uname: Linux 2.6.32-31-generic x86_64
  Architecture: amd64
  Date: Thu Jun 16 11:29:30 2011
  ExecutablePath: /usr/bin/epiphany-browser
  InstallationMedia: Ubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100429)
  ProcCmdline: epiphany-browser
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SegvAnalysis:
-  Segfault happened at: 0x4428c6:  mov(%rax),%rdi
-  PC (0x004428c6) ok
-  source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
-  destination "%rdi" ok
+  Segfault happened at: 0x4428c6:  mov(%rax),%rdi
+  PC (0x004428c6) ok
+  source "(%rax)" (0x) not located in a known VMA region (needed 
readable region)!
+  destination "%rdi" ok
  SegvReason: reading NULL VMA
  Signal: 11
  SourcePackage: epiphany-browser
  StacktraceTop:
-  ?? ()
-  g_object_newv () from /usr/lib/libgobject-2.0.so.0
-  g_object_new_valist ()
-  g_object_new () from /usr/lib/libgobject-2.0.so.0
-  ephy_window_new_with_chrome ()
+  ?? ()
+  g_object_newv () from /usr/lib/libgobject-2.0.so.0
+  g_object_new_valist ()
+  g_object_new () from /usr/lib/libgobject-2.0.so.0
+  ephy_window_new_with_chrome ()
  Title: epiphany-browser crashed with SIGSEGV in g_object_newv()
  UserGroups: nopasswdlogin video

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

Title:
  epiphany-browser crashes when Location box removed from toolbar

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/epiphany-browser/+bug/798336/+subscriptions

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

[Bug 692590] Re: Sudden termination

2011-06-16 Thread Erik Meitner
** Changed in: epiphany (Ubuntu)
   Status: New => Incomplete

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

Title:
  Sudden termination

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

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


[Bug 105088] Re: Thunderbird does not honor gnome-vfs paths

2011-04-08 Thread Erik Meitner
For the 40+ Ubuntu workstations at my employer I have a workaround:
In Nautilus create a bookmark that points to the ".gvfs" folder. I named it 
"Shares/Devices". People can then click this bookmark to see all the GVFS 
mounted shares and devices. I then had to train our users in this inconsistency.

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

Title:
  Thunderbird does not honor gnome-vfs paths

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


[Bug 40011] Re: Three users switching leads to blank tty9

2010-11-18 Thread Erik Meitner
I must have grabbed an older version of the script. This has the
required 5 second wait that the previous one did not.

** Attachment added: "gdm_vt_fixer"
   
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/40011/+attachment/1737798/+files/gdm_vt_fixer

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 40011] Re: Three users switching leads to blank tty9

2010-11-17 Thread Erik Meitner
I've created a workaround for this bug.

1. Copy the attached file to /usr/local/bin/
2. sudo chmod 755  /usr/local/bin/gdm_vt_fixer
3. Add the following to /etc/gdm/PostSession/Default before the "exit 0" 
command:
/usr/local/bin/gdm_vt_fixer &
4. Restart GDM or reboot.

The script will be run after a GDM session ends(a user logs out). It
will wait five seconds and then check  that the virtual terminal that is
active is associated with an existing X session. If it is not, it will
switch to a  VT  that is running the login window. If there is no login
window it will switch to a VT of some existing X session.


** Attachment added: "gdm_vt_fixer"
   
https://bugs.launchpad.net/ubuntu/+source/gdm/+bug/40011/+attachment/1736893/+files/gdm_vt_fixer

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 40011] Re: Three users switching leads to blank tty9

2010-10-26 Thread Erik Meitner
I just tested Maverick and it also has the bug.

So does anybody know if the fix that exists upstream can be backported?
I was unable to get a response from the developer in the upstream bug
report about this.

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 581677] Re: The screen is blank when chenging the users

2010-07-27 Thread Erik Meitner
Is this still an issue? It may have been fixed on May 26 by the release
of gnome-screensaver 2.30.0-0ubuntu2. See bug #546578.

If this is stil a problem then please run the following command in a terminal 
window and paste the resuklt here:
dpkg -l gdm gnome-screensaver

-- 
The screen is blank when chenging the users
https://bugs.launchpad.net/bugs/581677
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 601174] Re: gdm fails when 2nd user logs out

2010-07-27 Thread Erik Meitner
Some of your problems may be related to bug #40011.

Please post what version of GDM and gnome screensaver you have installed.Do 
this in a terminal and paste the result here:
 dpkg -l gdm gnome-screensaver

-- 
gdm fails when 2nd user logs out
https://bugs.launchpad.net/bugs/601174
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 153716] Re: Bad gnome vfs support

2010-07-27 Thread Erik Meitner
*** This bug is a duplicate of bug 31471 ***
https://bugs.launchpad.net/bugs/31471

** This bug has been marked a duplicate of bug 31471
   Firefox file selector should show remote shares

-- 
Bad gnome vfs support
https://bugs.launchpad.net/bugs/153716
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 277094] Re: Cannot open Samba share in Firefox

2010-07-27 Thread Erik Meitner
*** This bug is a duplicate of bug 31471 ***
https://bugs.launchpad.net/bugs/31471

** This bug is no longer a duplicate of bug 153716
   Bad gnome vfs support
** This bug has been marked a duplicate of bug 31471
   Firefox file selector should show remote shares

-- 
Cannot open Samba share in Firefox
https://bugs.launchpad.net/bugs/277094
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 372238] Re: network locations not shown in save as dialog

2010-07-27 Thread Erik Meitner
*** This bug is a duplicate of bug 31471 ***
https://bugs.launchpad.net/bugs/31471

** This bug is no longer a duplicate of bug 153716
   Bad gnome vfs support
** This bug has been marked a duplicate of bug 31471
   Firefox file selector should show remote shares

-- 
network locations not shown in save as dialog
https://bugs.launchpad.net/bugs/372238
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 105088] Re: Thunderbird does not honor gnome-vfs paths

2010-07-26 Thread Erik Meitner
This bug ought to be linked with this one (same issue affecting
Firefox): bug #31471.

-- 
Thunderbird does not honor gnome-vfs paths
https://bugs.launchpad.net/bugs/105088
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 31471] Re: Firefox file selector should show remote shares

2010-07-26 Thread Erik Meitner
The scope of this bug ought to be more general as this also affects
Thunderbird.

Ignoring that for the moment... this ultimately depends on the Mozilla
developers releasing Firefox with their new code for supporting GVFS
(Firefox still contains Gnome-VFS support but Gnome-VFS has been
deprecated in favor of GVFS since Gnome 2.22).

See this bug:
https://bugzilla.mozilla.org/show_bug.cgi?id=402892

It appears the code to implement GVFS support has been committed. Unless
the changes can be backported to 3.x we may have to wait until  4.x.
Thats too bad because this is a serious usability issue for my 50+
users.


** Bug watch added: Mozilla Bugzilla #402892
   https://bugzilla.mozilla.org/show_bug.cgi?id=402892

-- 
Firefox file selector should show remote shares
https://bugs.launchpad.net/bugs/31471
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 279193] Re: Unable to upload files from GVFS sources

2010-07-26 Thread Erik Meitner
*** This bug is a duplicate of bug 31471 ***
https://bugs.launchpad.net/bugs/31471

** This bug has been marked a duplicate of bug 31471
   Firefox file selector should show remote shares

-- 
Unable to upload files from GVFS sources
https://bugs.launchpad.net/bugs/279193
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 375336] Re: firefox gvfs

2010-07-26 Thread Erik Meitner
*** This bug is a duplicate of bug 31471 ***
https://bugs.launchpad.net/bugs/31471

** This bug is no longer a duplicate of bug 279193
   Unable to upload files from GVFS sources
** This bug has been marked a duplicate of bug 31471
   Firefox file selector should show remote shares

-- 
firefox gvfs
https://bugs.launchpad.net/bugs/375336
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 573676] Re: Crashes when saving to GVFS mounts

2010-07-07 Thread Erik Meitner
Bug with same symptom has also been reported in Debian, but in this case using 
an SSH GVFS mount:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587600


** Bug watch added: Debian Bug tracker #587600
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=587600

-- 
Crashes when saving to GVFS mounts
https://bugs.launchpad.net/bugs/573676
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 573676] Re: Crashes when saving to GVFS mounts

2010-07-07 Thread Erik Meitner
** Changed in: revelation (Ubuntu)
   Status: New => Confirmed

-- 
Crashes when saving to GVFS mounts
https://bugs.launchpad.net/bugs/573676
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 573676] Re: Crashes when saving to GVFS mounts

2010-07-07 Thread Erik Meitner
** Summary changed:

- Crashes when saving new passwords
+ Crashes when saving to GVFS mounts

-- 
Crashes when saving to GVFS mounts
https://bugs.launchpad.net/bugs/573676
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 573676] Re: Crashes when saving new passwords

2010-07-07 Thread Erik Meitner
I also have this error when saving to GVFS SMB shares. Sometimes it happens 
when a new password file is saved for the first time. It may not happen for the 
first save, it may happen after being saved the second time in the same 
session. Other times it happens when an existing password file was opened, 
modified,  and then saved. The error is always the same:
Traceback (most recent call last):
  File "/usr/bin/revelation", line 195, in 
action.connect("activate",  lambda w: 
self.file_save(self.datafile.get_file(), self.datafile.get_password()))
  File "/usr/bin/revelation", line 1488, in file_save
self.datafile.save(self.entrystore, file, password)
  File "/usr/lib/python2.6/dist-packages/revelation/io.py", line 126, in save
file_write(file, self.__handler.export_data(entrystore, password))
  File "/usr/lib/python2.6/dist-packages/revelation/io.py", line 243, in 
file_write
os.rename(file, backup)
OSError: [Errno 2] No such file or directory

Ubuntu 10.04,amd64

revelation 0.4.11-5ubuntu1
libc6 2.11.1-0ubuntu7.2
libcrack2 2.8.15-6
python 2.6.5-0ubuntu1
python-central 0.6.15ubuntu1
gconf2 2.28.1-0ubuntu1
python-gtk2 2.17.0-0ubuntu2
python-gnome2 2.28.0-1ubuntu1
python-crypto 2.0.1+dfsg1-4ubuntu2
gnome-icon-theme 2.28.0-1ubuntu1
shared-mime-info 0.71-1ubuntu2

-- 
Crashes when saving new passwords
https://bugs.launchpad.net/bugs/573676
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 595608] Re: Sabayon-apply fails on mozilla_bookmarks

2010-07-01 Thread Erik Meitner
Attaching patch I used to fix problem. It applies cleanly to
2.29.5-0ubuntu1wsgc1.


** Patch added: "patch to fix the problem from the above referenced link"
   
http://launchpadlibrarian.net/51268331/196b3fc3df775ea16c56ce4fb15021402101135e.patch

-- 
Sabayon-apply fails on mozilla_bookmarks
https://bugs.launchpad.net/bugs/595608
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 435719] Re: gvfs-fuse fails to start on NFS mounted homes

2010-07-01 Thread Erik Meitner
Modify the second to last line of the above code to be:
sudo -u $USER rmdir ~/.gvfs || sudo -u $USER rm ~/.gvfs

-- 
gvfs-fuse fails to start on NFS mounted homes
https://bugs.launchpad.net/bugs/435719
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 435719] Re: gvfs-fuse fails to start on NFS mounted homes

2010-07-01 Thread Erik Meitner
I also have found this behavior to be a problem for our soon to be 60
workstation 200 user LDAP/NFS environment. We are running Ubuntu
10.04/amd64, autofs mounted NFS with rootsquashing on.

My workaround is: In /etc/gdm/PreSession/Default add the following
before  the "/sbin/initctl ..." line:

# create /gvfs if missing
[ ! -d /gvfs ] && mkdir -m 1777 /gvfs 
# create users gvfs mountpoint there
[ ! -d /gvfs/$USER ] && sudo -u $USER mkdir -m 0700 /gvfs/$USER
# remove ~/.gvfs and create the symlink
sudo -u $USER rmdir ~/.gvfs 
sudo -u $USER ln -s /gvfs/$USER ~/.gvfs

-- 
gvfs-fuse fails to start on NFS mounted homes
https://bugs.launchpad.net/bugs/435719
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 595608] [NEW] Sabayon-apply fails on mozilla_bookmarks

2010-06-17 Thread Erik Meitner
Public bug reported:

Binary package hint: sabayon

After developing a new Sabayon profile and applying it to users:
1. log in as new user
2. alter Firefox bookmarks.
3. logout
4. login again
5. See that sabayon-apply fails part way through sometimes leaving the user 
session in an unusable state(no panels). Other times the users theme is reset 
to the current default for 10.04. 

I have reproduced this numerous times.

Applying this patch solves the problem:
http://git.gnome.org/browse/sabayon/commit/?id=196b3fc3df775ea16c56ce4fb15021402101135e

It applies cleanly to the sabayon 2.29.5-0ubuntu1.

Errors from .xsession-errors:
MainThread 2010/06/17 12:36:22.2012 (sabayon-apply): Applying profile 
'/etc/sabayon/profiles/wsgc.zip' for user 'guest'
MainThread 2010/06/17 12:36:22.4284 (sabayon-apply): Fatal exception!  Exiting 
abnormally.
MainThread 2010/06/17 12:36:22.4331 (sabayon-apply): Traceback (most recent 
call last):
  File "/usr/sbin/sabayon-apply", line 143, in 
profile.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/userprofile.py", line 392, in apply
delegate.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
472, in apply
target_bookmark.read()
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
1012, in read
self.parser.feed(fd.read())
  File "/usr/lib/python2.6/HTMLParser.py", line 108, in feed
self.goahead(0)
  File "/usr/lib/python2.6/HTMLParser.py", line 150, in goahead
k = self.parse_endtag(i)
  File "/usr/lib/python2.6/HTMLParser.py", line 316, in parse_endtag
self.handle_endtag(tag.lower())
  File "/usr/lib/pymodules/python2.6/sabayon/mozilla_bookmarks.py", line 367, 
in handle_endtag
assert tag == self.stack[-1].tag
AssertionError

= BEGIN MILESTONES (/usr/sbin/sabayon-apply) =
MainThread 2010/06/17 12:36:22.2012 (sabayon-apply): Applying profile 
'/etc/sabayon/profiles/wsgc.zip' for user 'guest'
MainThread 2010/06/17 12:36:22.4284 (sabayon-apply): Fatal exception!  Exiting 
abnormally.
MainThread 2010/06/17 12:36:22.4331 (sabayon-apply): Traceback (most recent 
call last):
  File "/usr/sbin/sabayon-apply", line 143, in 
profile.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/userprofile.py", line 392, in apply
delegate.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
472, in apply
target_bookmark.read()
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
1012, in read
self.parser.feed(fd.read())
  File "/usr/lib/python2.6/HTMLParser.py", line 108, in feed
self.goahead(0)
  File "/usr/lib/python2.6/HTMLParser.py", line 150, in goahead
k = self.parse_endtag(i)
  File "/usr/lib/python2.6/HTMLParser.py", line 316, in parse_endtag
self.handle_endtag(tag.lower())
  File "/usr/lib/pymodules/python2.6/sabayon/mozilla_bookmarks.py", line 367, 
in handle_endtag
assert tag == self.stack[-1].tag
AssertionError

= END MILESTONES (/usr/sbin/sabayon-apply) =
= BEGIN RING BUFFER (/usr/sbin/sabayon-apply) =
MainThread 2010/06/17 12:36:22.2012 (sabayon-apply): Applying profile 
'/etc/sabayon/profiles/wsgc.zip' for user 'guest'
MainThread 2010/06/17 12:36:22.4284 (sabayon-apply): Fatal exception!  Exiting 
abnormally.
MainThread 2010/06/17 12:36:22.4331 (sabayon-apply): Traceback (most recent 
call last):
  File "/usr/sbin/sabayon-apply", line 143, in 
profile.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/userprofile.py", line 392, in apply
delegate.apply (is_sabayon_session)
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
472, in apply
target_bookmark.read()
  File "/usr/lib/pymodules/python2.6/sabayon/sources/mozillasource.py", line 
1012, in read
self.parser.feed(fd.read())
  File "/usr/lib/python2.6/HTMLParser.py", line 108, in feed
self.goahead(0)
  File "/usr/lib/python2.6/HTMLParser.py", line 150, in goahead
k = self.parse_endtag(i)
  File "/usr/lib/python2.6/HTMLParser.py", line 316, in parse_endtag
self.handle_endtag(tag.lower())
  File "/usr/lib/pymodules/python2.6/sabayon/mozilla_bookmarks.py", line 367, 
in handle_endtag
assert tag == self.stack[-1].tag
AssertionError

= END RING BUFFER (/usr/sbin/sabayon-apply) =

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

-- 
Sabayon-apply fails on mozilla_bookmarks
https://bugs.launchpad.net/bugs/595608
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 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2010-06-05 Thread Erik Meitner
I am suggesting that the importance of this bug be set to at least 'medium'. 
Referencing https://wiki.ubuntu.com/Bugs/Importance , this is a bug that:
# One that can not be easily worked around by regular users
# One that is not limited to  unusual configurations or uncommon hardware
# Affects a core application
# Is not a cosmetic/usability issue that does not limit the functionality of an 
application 

Console Kit should allow user names greater than eight characters
because libc6(and system tools) allows user names of up to 32
characters.

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
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 585601] Re: unplugging AC-power triggers "lid is closed" event

2010-05-25 Thread Erik Meitner
Open a terminal(Applications->Accessories->Terminal), type the following and 
press enter: lshal -m
Then unplug,wait, and then insert the AC cord. Paste the results here.

Still in the Terminal, type CTRL-C. Then enter the following and press enter: 
sudo acpi_listen
Again, unplug AC,wait, and then insert the AC cord.Paste the results here.

-- 
unplugging AC-power triggers "lid is closed" event
https://bugs.launchpad.net/bugs/585601
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 585601] Re: unplugging AC-power triggers "lid is closed" event

2010-05-25 Thread Erik Meitner
** Package changed: upower (Ubuntu) => acpi-support (Ubuntu)

-- 
unplugging AC-power triggers "lid is closed" event
https://bugs.launchpad.net/bugs/585601
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 585607] Re: Lucid Lynx update causes failure in boot loader

2010-05-25 Thread Erik Meitner
Definitely not a Firefox bug.

** Package changed: firefox (Ubuntu) => grub (Ubuntu)

-- 
Lucid Lynx update causes failure in boot loader
https://bugs.launchpad.net/bugs/585607
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 585659] Re: Fresh 10.04 Boots with Partial Panels

2010-05-25 Thread Erik Meitner
Does the affected system have multiple monitors?

-- 
Fresh 10.04 Boots with Partial Panels
https://bugs.launchpad.net/bugs/585659
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 40011] Re: Three users switching leads to blank tty9

2010-05-25 Thread Erik Meitner
** Tags added: blank console gdm switch user vt

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 546578] Re: black screen after a few user switches

2010-05-24 Thread Erik Meitner
NoOP: Reproduce the problem, ssh to the machine(without -X option), find
the X display number with "ck-list-sessions" , do "export DISPLAY=:z"
where "z" is the display number, then run "xgamma -gamma 1.0". Does this
resolve the problem? If not, then you are experiencing another bug.

-- 
black screen after a few user switches
https://bugs.launchpad.net/bugs/546578
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 578139] Re: blank screen after log out if other user is logged in.

2010-05-24 Thread Erik Meitner
A few of you(Intel gfx card users) should verify that you are not
affected by bug 546578.

-- 
blank screen after log out if other user is logged in.
https://bugs.launchpad.net/bugs/578139
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 40011] Re: Three users switching leads to blank tty9

2010-05-21 Thread Erik Meitner
Jeff, Make sure you are not actually affected by bug 546578. There is
already a fixed gnome-screensaver package in lucid/proposed that
resolves that issue.

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 546578] Re: black screen after a few user switches

2010-05-20 Thread Erik Meitner
@emigrant: First, try to avoid using bug reports as support forums.
Second, you need to make sure you are actually affected by the bug. When
your screen turns black, can you switch back to a session with CTRL-
ALT-F7 , CTRL-ALT-F8, CTRL-ALT-F9, etc? If so, then you are affected by
bug 40011. If not, then re-read this bug and all the duplicates to help
verify that you are actually having the exact same problem.

-- 
black screen after a few user switches
https://bugs.launchpad.net/bugs/546578
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 40011] Re: Three users switching leads to blank tty9

2010-05-17 Thread Erik Meitner
After reviewing https://wiki.ubuntu.com/Bugs/Importance I am asking that 
someone with the required access change the importance of this bug from Low to 
Medium because this bug is:
# One that can NOT be easily worked around by non-technical end users
# NOT due to unusual configurations or uncommon hardware
# NOT A bug that has a moderate impact on a non-core application. GDM is a core 
application.
# NOT A cosmetic/usability issue that does not limit the functionality of an 
application

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 555870] Re: Gamma values are not being set properly after a second fade out resulting in a black screen

2010-05-15 Thread Erik Meitner
Also note bug 546578.

-- 
Gamma values are not being set properly after a second fade out resulting in a 
black screen
https://bugs.launchpad.net/bugs/555870
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 561538] Re: Logout after switch user cause black screen

2010-05-14 Thread Erik Meitner
*** This bug is a duplicate of bug 555870 ***
https://bugs.launchpad.net/bugs/555870

@chavez Did you try the test I detail in comment 12?

-- 
Logout after switch user cause black screen
https://bugs.launchpad.net/bugs/561538
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 40011] Re: Three users switching leads to blank tty9

2010-05-14 Thread Erik Meitner
These Gentoo bug reports have some interesting discussions about similar issues:
http://bugs.gentoo.org/show_bug.cgi?id=312017
http://bugs.gentoo.org/show_bug.cgi?id=261339
http://bugs.gentoo.org/show_bug.cgi?id=288852
The patch in 312017 (comment 9) does not apply cleanly I'll try to get it to 
apply this weekend.

Hours of searching has turned up little else.

This bug is quite important to those of us trying to implement multi-
user workstations with the flexibility of multiple logged-in users. We
can't expect users to know about CTL-ALT-Fx commands in order to get
access to a login prompt.

Is it known whether this bug affects ALL 10.04 systems with GDM? If the
answer is yes, does not not deserve this bug to have an importance
higher than "Low"?


** Bug watch added: Gentoo Bugzilla #312017
   http://bugs.gentoo.org/show_bug.cgi?id=312017

** Bug watch added: Gentoo Bugzilla #261339
   http://bugs.gentoo.org/show_bug.cgi?id=261339

** Bug watch added: Gentoo Bugzilla #288852
   http://bugs.gentoo.org/show_bug.cgi?id=288852

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 569667] Re: Error communicating with gnome-keyring-daemon

2010-05-13 Thread Erik Meitner
This problem is related to a user being password-less(as set in "Users
and Groups"). On a newly installed 10.04 system I had to disable
password-less mode to get Seahorse to be able to connect to the gnome-
keyring-daemon.

@Michal: "gnome-keyring-daemon --start --components=pkcs11" is the
default for 10.04 so I think this is not related to an upgrade.

-- 
Error communicating with gnome-keyring-daemon
https://bugs.launchpad.net/bugs/569667
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 40011] Re: Three users switching leads to blank tty9

2010-05-13 Thread Erik Meitner
Created /etc/gdm/custom.conf:
[daemon]
[security]
[xdmcp]
[greeter]
[chooser]
[debug]
Enable=true

Rebooted.

Loged in three users. Logged them out one by one. Attached is what was
logged in /var/log/daemon.log when the last user was logging out and the
screen was left at a blank VT

After that I ran these commands:
$ sudo fgconsole
9
$ ck-list-sessions 
Session14:
unix-user = '114'
realname = 'Gnome Display Manager'
seat = 'Seat1'
session-type = 'LoginWindow'
active = FALSE
x11-display = ':0'
x11-display-device = '/dev/tty8'
display-device = ''
remote-host-name = ''
is-local = TRUE
on-since = '2010-05-13T17:22:28.408652Z'
login-session-id = '4294967295'
Session7:
unix-user = '1000'
realname = 'sysadmin'
seat = 'Seat2'
session-type = ''
active = FALSE
x11-display = ''
x11-display-device = ''
display-device = '/dev/ssh'
remote-host-name = 'cheren.int.willystreet.coop'
is-local = FALSE
on-since = '2010-05-13T17:17:06.784808Z'
login-session-id = '4294967295'


** Attachment added: "gdm-debug.log"
   http://launchpadlibrarian.net/48401681/gdm-debug.log

-- 
Three users switching leads to blank tty9
https://bugs.launchpad.net/bugs/40011
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 570687] Re: screen becomes black when switching users two times

2010-05-13 Thread Erik Meitner
Your problem may be the same as bug 555870.

-- 
screen becomes black when switching users two times
https://bugs.launchpad.net/bugs/570687
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 555870] Re: Gamma values are not being set properly after a second fade out resulting in a black screen

2010-05-12 Thread Erik Meitner
I disabled fading using the attached patch. Solves problem for me but it
is not a fix, just a workaround with minimal functional impact.

cd /tmp
wget [url for patch]
apt-get source gnome-screensaver
cp 99_wsgc_fixes3.patch gnome-screensaver-2.30.0/debian/patches/
cd gnome-screensaver-2.30.0
fakeroot dpkg-buildpackage
[note you may have to install a fair amount of packages to get this to build, 
just read the warning for details]
cd ..
ls *.deb
sudo dpkg -i [name of .deb file above]
killall gnome-screensaver
gnome-screensaver


** Patch added: "Ugly hack to disable fading"
   http://launchpadlibrarian.net/48365336/99_wsgc_fixes3.patch

-- 
Gamma values are not being set properly after a second fade out resulting in a 
black screen
https://bugs.launchpad.net/bugs/555870
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 119701] Re: request libmotif3 in ia32 libs

2010-05-10 Thread Erik Meitner
Looks like an older version of libmotif is in the current(10.04) ia32-libs:
$ dpkg -L ia32-libs|fgrep libXm.
/usr/lib32/libXm.so.2.0.1
/usr/lib32/libXm.so.2
/usr/lib32/libXm.so

Does this still mean that this request requires a new package? I also am
interested in this for easier installation of the Citrix ICA client on
amd64 machines.

-- 
request libmotif3 in ia32 libs
https://bugs.launchpad.net/bugs/119701
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 574524] Re: package kvm-pxe 5.4.4-1ubuntu1 failed to install/upgrade: unable to open '/usr/share/kvm/pxe-e1000.bin.dpkg-new': No such file or directory / deferred fsync failed due to non-existent

2010-05-10 Thread Erik Meitner
Fix for me was to purge (dpkg -P) and reinstall etherboot and kvm-pxe
and all qemu packages.

-- 
package kvm-pxe 5.4.4-1ubuntu1 failed to install/upgrade: unable to open 
'/usr/share/kvm/pxe-e1000.bin.dpkg-new': No such file or directory / deferred 
fsync failed due to non-existent file .dpkg-new
https://bugs.launchpad.net/bugs/574524
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 555870] Re: Gamma values are not being set properly after a second fade out resulting in a black screen

2010-05-07 Thread Erik Meitner
Folks, bug 561538 seems to be related to this one but I will wait for
feedback from other reporters on that one before marking it as a
duplicate.

-- 
Gamma values are not being set properly after a second fade out resulting in a 
black screen
https://bugs.launchpad.net/bugs/555870
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 561538] Re: Logout after switch user cause black screen

2010-05-07 Thread Erik Meitner
Aha. Bug 546578 led me to bug 555870. I caused the problem to happen, SSH'ed to 
the machine, found out which X display was active:
$ /usr/bin/ck-list-sessions:
Session2:
..snip..
active = TRUE
x11-display = ':0'
..snip..

Then did: 
$ export  DISPLAY=:0
and then:
$ sudo xrandr --output VGA1 --gamma 1:1:1 (Your output name may differ use 
xrandr w/o argument to find out)

This restored the display.  For me at least, this problem is related to bug 
555870. 
Others should try the above also to verify if they are affected by the same bug.

-- 
Logout after switch user cause black screen
https://bugs.launchpad.net/bugs/561538
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 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2010-05-06 Thread Erik Meitner
Veli-Matti Lintu: Thanks.

I have created my own script so that GDM only shows currently logged in
users.  It works with the patch above. Attached.


** Attachment added: "list_current_gdm_users.pl"
   http://launchpadlibrarian.net/47973439/list_current_gdm_users.pl

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
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 561538] Re: Logout after switch user cause black screen

2010-05-06 Thread Erik Meitner
Can also reproduce this way: log in as user A, switch back to GDM
screen, login back in as user A. Kernel message does not happen this
way. Desktop session IS active since I can get back to a GDM screen by
logging user A  using keyboard commands.

-- 
Logout after switch user cause black screen
https://bugs.launchpad.net/bugs/561538
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 535467] Re: WARNING: at /build/buildd/linux-2.6.32/lib/kref.c:43 kref_get 0x21/0x30()

2010-05-06 Thread Erik Meitner
This appears to be the same issue as in launchpad bug 561538.

-- 
WARNING: at /build/buildd/linux-2.6.32/lib/kref.c:43 kref_get 0x21/0x30()
https://bugs.launchpad.net/bugs/535467
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 561538] Re: Logout after switch user cause black screen

2010-05-06 Thread Erik Meitner
Also note bug 535467.

-- 
Logout after switch user cause black screen
https://bugs.launchpad.net/bugs/561538
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 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2010-05-05 Thread Erik Meitner
I have this problem with 10.04 and users authenticating from our LDAP
directory. All user names are in the "f.last" format.

>From the logs:
May  5 08:48:51 lws-template gdm-simple-greeter[5032]: WARNING: Unable to 
lookup user name test: Success
May  5 08:48:51 lws-template gdm-simple-greeter[5032]: WARNING: Unable to 
lookup user name meldne: Success
May  5 08:48:51 lws-template gdm-simple-greeter[5032]: WARNING: Unable to 
lookup user name zzzdelet: Success
Note that the users above are ones who have previously logged in: 
zes.test
r.meldner
zzzdelete

Users can log in, but the face browser functionality is broken.

The "Include=/path/to/script.pl|" functionality does not seem to work.
The script is never executed,

consolekit  0.4.1-3ubuntu1
gdm 2.30.0-0ubuntu5

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
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 561538] Re: Logout after switch user cause black screen

2010-05-04 Thread Erik Meitner
I have this problem with a freshly installed 10.04 Desktop. Sometimes it
is as easy to reproduce as: Log in as user A, log in as user B, logout
user B, black screen.(Xorg log below is of this scenario)  It it not
100% reproducible and there are times I cannot reproduce it at all. It
seems like when I cannot reproduce it any more I need to do a cold boot
before the problem comes back.

VT switching via keyboard or chvt does not do anything. Stopping and
starting gdm via initctl is the only  way to bring the screen back short
of rebooting

The following is sometimes logged by the kernel when switching or
logging out users:

May  4 10:43:04 lws-template kernel: [  150.586572] [ cut here 
]
May  4 10:43:04 lws-template kernel: [  150.586600] WARNING: at 
/build/buildd/linux-2.6.32/lib/kref.c:43 kref_get+0x2d/0x30()
May  4 10:43:04 lws-template kernel: [  150.586609] Hardware name: SFM27
May  4 10:43:04 lws-template kernel: [  150.586614] Modules linked in: nfs 
lockd nfs_acl auth_rpcgss sunrpc autofs4 binfmt_misc ppdev fbcon tileblit font 
bitblit softcursor vga16fb vgastate joydev i915 drm_kms_helper drm i2c_algo_bit 
usbhid hid psmouse serio_raw video output intel_agp lp parport r8169 mii
May  4 10:43:04 lws-template kernel: [  150.586696] Pid: 1014, comm: Xorg Not 
tainted 2.6.32-21-generic #32-Ubuntu
May  4 10:43:04 lws-template kernel: [  150.586704] Call Trace:
May  4 10:43:04 lws-template kernel: [  150.586722]  [] 
warn_slowpath_common+0x7b/0xc0
May  4 10:43:04 lws-template kernel: [  150.586736]  [] 
warn_slowpath_null+0x14/0x20
May  4 10:43:04 lws-template kernel: [  150.586748]  [] 
kref_get+0x2d/0x30
May  4 10:43:04 lws-template kernel: [  150.586784]  [] 
drm_gem_handle_create+0x91/0xb0 [drm]
May  4 10:43:04 lws-template kernel: [  150.586799]  [] ? 
mutex_lock+0x1e/0x50
May  4 10:43:04 lws-template kernel: [  150.586838]  [] 
intel_user_framebuffer_create_handle+0x1b/0x20 [i915]
May  4 10:43:04 lws-template kernel: [  150.586872]  [] 
drm_mode_getfb+0x7e/0xc0 [drm]
May  4 10:43:04 lws-template kernel: [  150.586900]  [] 
drm_ioctl+0x27a/0x480 [drm]
May  4 10:43:04 lws-template kernel: [  150.586931]  [] ? 
drm_mode_getfb+0x0/0xc0 [drm]
May  4 10:43:04 lws-template kernel: [  150.586946]  [] ? 
apparmor_file_alloc_security+0x2d/0xa0
May  4 10:43:04 lws-template kernel: [  150.586961]  [] ? 
autoremove_wake_function+0x0/0x40
May  4 10:43:04 lws-template kernel: [  150.586976]  [] 
vfs_ioctl+0x22/0xa0
May  4 10:43:04 lws-template kernel: [  150.586988]  [] 
do_vfs_ioctl+0x81/0x380
May  4 10:43:04 lws-template kernel: [  150.587001]  [] ? 
vfs_write+0x132/0x1a0
May  4 10:43:04 lws-template kernel: [  150.587015]  [] ? 
security_capable+0x2a/0x30
May  4 10:43:04 lws-template kernel: [  150.587027]  [] ? 
capable+0x13/0x50
May  4 10:43:04 lws-template kernel: [  150.587039]  [] 
sys_ioctl+0x81/0xa0
May  4 10:43:04 lws-template kernel: [  150.587054]  [] 
system_call_fastpath+0x16/0x1b
May  4 10:43:04 lws-template kernel: [  150.587064] ---[ end trace 
18873645e6cf4e0f ]---

Note that there are times that the above is logged but the screen does
not blank out and Xorg continues to function.

/var/log/Xorg.0.log attached. This log is up to the point where the
screen blanks.

No /etc/X11/xorg.conf.

$ lspci -s 00:02.0 -nn -v
00:02.0 VGA compatible controller [0300]: Intel Corporation 82945G/GZ 
Integrated Graphics Controller [8086:2772] (rev 02)
Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer Device [1297:3166]
Flags: bus master, fast devsel, latency 0, IRQ 16
Memory at fdf0 (32-bit, non-prefetchable) [size=512K]
I/O ports at ff00 [size=8]
Memory at d000 (32-bit, prefetchable) [size=256M]
Memory at fdf8 (32-bit, non-prefetchable) [size=256K]
Capabilities: 
Kernel driver in use: i915
Kernel modules: i915


** Attachment added: "Xorg log"
   http://launchpadlibrarian.net/47801076/Xorg.0.log.gz

-- 
Logout after switch user cause black screen
https://bugs.launchpad.net/bugs/561538
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 351754] Re: Gnome-system-monitor crashes due to missing icon

2009-08-25 Thread Erik Meitner
I have not had any more problems. I am currently running Jaunty.

-- 
Gnome-system-monitor crashes due to missing icon
https://bugs.launchpad.net/bugs/351754
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 385048] Re: Heavy I/O causes page allocation failiure in ath9k module

2009-07-01 Thread Erik Meitner
I removed all linux-backports-modules-* packages and the problem is
still reproducible. Again, doing "cat /dev/sda > /dev/null " causes this
only when the ath9k module is loaded.

Jul  1 07:43:59 cheren kernel: [  418.094914] __ratelimit: 6 callbacks 
suppressed
Jul  1 07:43:59 cheren kernel: [  418.094920] swapper: page allocation failure. 
order:1, mode:0x4020
Jul  1 07:43:59 cheren kernel: [  418.094927] Pid: 0, comm: swapper Not tainted 
2.6.28-13-generic #44-Ubuntu
Jul  1 07:43:59 cheren kernel: [  418.094931] Call Trace:
Jul  1 07:43:59 cheren kernel: [  418.094943]  [] ? printk+0x18/0x1a
Jul  1 07:43:59 cheren kernel: [  418.094951]  [] 
__alloc_pages_internal+0x387/0x490
Jul  1 07:43:59 cheren kernel: [  418.094959]  [] ? 
__slab_alloc+0xcc/0x260
Jul  1 07:43:59 cheren kernel: [  418.094965]  [] 
__get_free_pages+0x21/0x40
Jul  1 07:43:59 cheren kernel: [  418.094971]  [] 
__kmalloc_track_caller+0xee/0xf0
Jul  1 07:43:59 cheren kernel: [  418.094979]  [] ? 
__alloc_skb+0x2c/0x110
Jul  1 07:43:59 cheren kernel: [  418.094986]  [] ? 
dev_alloc_skb+0x1c/0x30
Jul  1 07:43:59 cheren kernel: [  418.094992]  [] 
__alloc_skb+0x4d/0x110
Jul  1 07:43:59 cheren kernel: [  418.094999]  [] 
dev_alloc_skb+0x1c/0x30
Jul  1 07:43:59 cheren kernel: [  418.095031]  [] 
ath_rxbuf_alloc+0x20/0x80 [ath9k]
Jul  1 07:43:59 cheren kernel: [  418.095053]  [] 
ath_rx_indicate+0x2c/0xd0 [ath9k]
Jul  1 07:43:59 cheren kernel: [  418.095074]  [] 
ath_rx_tasklet+0x32d/0x520 [ath9k]
Jul  1 07:43:59 cheren kernel: [  418.095082]  [] ? 
lapic_next_event+0x13/0x20
Jul  1 07:43:59 cheren kernel: [  418.095104]  [] 
ath9k_tasklet+0x6e/0xa0 [ath9k]
Jul  1 07:43:59 cheren kernel: [  418.095112]  [] 
tasklet_action+0x78/0x100
Jul  1 07:43:59 cheren kernel: [  418.095118]  [] 
__do_softirq+0x97/0x170
Jul  1 07:43:59 cheren kernel: [  418.095125]  [] ? 
ack_apic_level+0x6f/0x290
Jul  1 07:43:59 cheren kernel: [  418.095132]  [] do_softirq+0x5d/0x60
Jul  1 07:43:59 cheren kernel: [  418.095138]  [] irq_exit+0x55/0x90
Jul  1 07:43:59 cheren kernel: [  418.095144]  [] do_IRQ+0x83/0xa0
Jul  1 07:43:59 cheren kernel: [  418.095150]  [] 
common_interrupt+0x23/0x30
Jul  1 07:43:59 cheren kernel: [  418.095157]  [] ? 
acpi_idle_enter_bm+0x269/0x2b8
Jul  1 07:43:59 cheren kernel: [  418.095165]  [] 
cpuidle_idle_call+0x6f/0xd0
Jul  1 07:43:59 cheren kernel: [  418.095170]  [] cpu_idle+0x6d/0xd0
Jul  1 07:43:59 cheren kernel: [  418.095177]  [] rest_init+0x4e/0x60
Jul  1 07:43:59 cheren kernel: [  418.095181] Mem-Info:
Jul  1 07:43:59 cheren kernel: [  418.095184] DMA per-cpu:
Jul  1 07:43:59 cheren kernel: [  418.095188] CPU0: hi:0, btch:   1 
usd:   0
Jul  1 07:43:59 cheren kernel: [  418.095192] CPU1: hi:0, btch:   1 
usd:   0
Jul  1 07:43:59 cheren kernel: [  418.095195] Normal per-cpu:
Jul  1 07:43:59 cheren kernel: [  418.095199] CPU0: hi:  186, btch:  31 
usd:  22
Jul  1 07:43:59 cheren kernel: [  418.095203] CPU1: hi:  186, btch:  31 
usd:  31
Jul  1 07:43:59 cheren kernel: [  418.095207] HighMem per-cpu:
Jul  1 07:43:59 cheren kernel: [  418.095210] CPU0: hi:   42, btch:   7 
usd:   0
Jul  1 07:43:59 cheren kernel: [  418.095214] CPU1: hi:   42, btch:   7 
usd:   7
Jul  1 07:43:59 cheren kernel: [  418.095222] Active_anon:33196 
active_file:16912 inactive_anon:33295
Jul  1 07:43:59 cheren kernel: [  418.095224]  inactive_file:146758 
unevictable:472 dirty:15 writeback:0 unstable:0
Jul  1 07:43:59 cheren kernel: [  418.095226]  free:5239 slab:6614 mapped:18554 
pagetables:972 bounce:0
Jul  1 07:43:59 cheren kernel: [  418.095233] DMA free:3460kB min:64kB low:80kB 
high:96kB active_anon:0kB inactive_anon:0kB active_file:0kB 
inactive_file:5084kB unevictable:0kB present:15764kB pages_scanned:0 
all_unreclaimable? no
Jul  1 07:43:59 cheren kernel: [  418.095238] lowmem_reserve[]: 0 861 998 998
Jul  1 07:43:59 cheren kernel: [  418.095250] Normal free:7680kB min:3720kB 
low:4648kB high:5580kB active_anon:118236kB inactive_anon:118428kB 
active_file:29852kB inactive_file:525028kB unevictable:8kB present:881880kB 
pages_scanned:0 all_unreclaimable? no
Jul  1 07:43:59 cheren kernel: [  418.095256] lowmem_reserve[]: 0 0 1101 1101
Jul  1 07:43:59 cheren kernel: [  418.095268] HighMem free:9816kB min:136kB 
low:284kB high:432kB active_anon:14548kB inactive_anon:14752kB 
active_file:37796kB inactive_file:56920kB unevictable:1880kB present:141040kB 
pages_scanned:0 all_unreclaimable? no
Jul  1 07:43:59 cheren kernel: [  418.095274] lowmem_reserve[]: 0 0 0 0
Jul  1 07:43:59 cheren kernel: [  418.095282] DMA: 5*4kB 0*8kB 1*16kB 1*32kB 
1*64kB 0*128kB 1*256kB 0*512kB 1*1024kB 1*2048kB 0*4096kB = 3460kB
Jul  1 07:43:59 cheren kernel: [  418.095301] Normal: 1746*4kB 1*8kB 0*16kB 
0*32kB 0*64kB 1*128kB 0*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 7632kB
Jul  1 07:43:59 cheren kernel: [  418.095320] HighMem: 523*4kB 259*8kB 87*16kB 
38*32kB 14*64kB 5*128kB 2*256kB 2*512kB 0*1024kB 0*2048kB 0*4096kB = 9844kB
Jul  1 07:43:59 cher

[Bug 89160] Re: Cannot connect to router/server/proxy with bad TCP Wscale implementation

2009-06-26 Thread Erik Meitner
I have noticed this problem for a few months and finally tracked down
this bug report. Doing "echo 4096 65536 65536 >
/proc/sys/net/ipv4/tcp_rmem" did resolve it for me. Please let me know
if there is any thing else you need.

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/28420143/ProcInterrupts.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/28420142/ProcCpuinfo.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/28420138/Lsusb.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/28420137/Lspci.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/28420130/CurrentDmesg.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160] apport-collect data

2009-06-26 Thread Erik Meitner
Architecture: i386
DistroRelease: Ubuntu 9.04
HibernationDevice: RESUME=UUID=cc639f69-900c-4987-abfa-939dd52e00a0
MachineType: LENOVO 87445BU
Package: linux-image-2.6.28-13-generic 2.6.28-13.44
PackageArchitecture: i386
ProcCmdLine: root=UUID=ad54ce11-12db-4e6d-afbc-0afe94972907 ro quiet splash 
acpi_sleep=s3_bios,s3_mode resume=UUID=cc639f69-900c-4987-abfa-939dd52e00a0
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.28-13.44-generic
Uname: Linux 2.6.28-13-generic i686
UserGroups: adm admin audio cdrom dialout dip disk floppy fuse kqemu kvm 
libvirtd lpadmin plugdev sambashare scanner src video www-data

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28420131/Dependencies.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/28420123/BootDmesg.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/28420144/ProcModules.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 89160]

2009-06-26 Thread Erik Meitner

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/28420133/HalComputerInfo.txt

-- 
Cannot connect to router/server/proxy with bad TCP Wscale implementation
https://bugs.launchpad.net/bugs/89160
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 385048] Re: Heavy I/O causes page allocation failiure in ath9k module

2009-06-18 Thread Erik Meitner
This is still reproducible with these updates installed:
linux-image-2.6.28-13-generic  
linux-backports-modules-2.6.28-13-generic  

Simply do: cat /dev/sda > /dev/null
And get:
Jun 18 21:38:09 cheren kernel: [146818.176740] swapper: page allocation 
failure. order:1, mode:0x4020
Jun 18 21:38:09 cheren kernel: [146818.176748] Pid: 0, comm: swapper Tainted: G 
   W  2.6.28-13-generic #44-Ubuntu
Jun 18 21:38:09 cheren kernel: [146818.176752] Call Trace:
Jun 18 21:38:09 cheren kernel: [146818.176765]  [] ? printk+0x18/0x1a
Jun 18 21:38:09 cheren kernel: [146818.176773]  [] 
__alloc_pages_internal+0x387/0x490
Jun 18 21:38:09 cheren kernel: [146818.176780]  [] 
__get_free_pages+0x21/0x40
Jun 18 21:38:09 cheren kernel: [146818.176787]  [] 
__kmalloc_track_caller+0xee/0xf0
Jun 18 21:38:09 cheren kernel: [146818.176806]  [] ? 
ath_rxbuf_alloc+0x2e/0x80 [ath9k]
Jun 18 21:38:09 cheren kernel: [146818.176814]  [] 
__alloc_skb+0x4d/0x110
Jun 18 21:38:09 cheren kernel: [146818.176830]  [] 
ath_rxbuf_alloc+0x2e/0x80 [ath9k]
Jun 18 21:38:09 cheren kernel: [146818.176846]  [] 
ath_rx_tasklet+0x345/0x6c0 [ath9k]
Jun 18 21:38:09 cheren kernel: [146818.176854]  [] ? 
lapic_next_event+0x13/0x20
Jun 18 21:38:09 cheren kernel: [146818.176870]  [] 
ath9k_tasklet+0x76/0xb0 [ath9k]
Jun 18 21:38:09 cheren kernel: [146818.176878]  [] 
tasklet_action+0x78/0x100
Jun 18 21:38:09 cheren kernel: [146818.176884]  [] 
__do_softirq+0x97/0x170
Jun 18 21:38:09 cheren kernel: [146818.176891]  [] ? 
ack_apic_level+0x6f/0x290
Jun 18 21:38:09 cheren kernel: [146818.176897]  [] 
do_softirq+0x5d/0x60
Jun 18 21:38:09 cheren kernel: [146818.176903]  [] irq_exit+0x55/0x90
Jun 18 21:38:09 cheren kernel: [146818.176910]  [] do_IRQ+0x83/0xa0
Jun 18 21:38:09 cheren kernel: [146818.176915]  [] 
common_interrupt+0x23/0x30
Jun 18 21:38:09 cheren kernel: [146818.176923]  [] ? 
acpi_idle_enter_bm+0x269/0x2b8
Jun 18 21:38:09 cheren kernel: [146818.176930]  [] 
cpuidle_idle_call+0x6f/0xd0
Jun 18 21:38:09 cheren kernel: [146818.176936]  [] cpu_idle+0x6d/0xd0
Jun 18 21:38:09 cheren kernel: [146818.176943]  [] rest_init+0x4e/0x60
Jun 18 21:38:09 cheren kernel: [146818.176947] Mem-Info:
Jun 18 21:38:09 cheren kernel: [146818.176950] DMA per-cpu:
Jun 18 21:38:09 cheren kernel: [146818.176954] CPU0: hi:0, btch:   1 
usd:   0
Jun 18 21:38:09 cheren kernel: [146818.176958] CPU1: hi:0, btch:   1 
usd:   0
Jun 18 21:38:09 cheren kernel: [146818.176962] Normal per-cpu:
Jun 18 21:38:09 cheren kernel: [146818.176965] CPU0: hi:  186, btch:  31 
usd: 152
Jun 18 21:38:09 cheren kernel: [146818.176970] CPU1: hi:  186, btch:  31 
usd:  20
Jun 18 21:38:09 cheren kernel: [146818.176973] HighMem per-cpu:
Jun 18 21:38:09 cheren kernel: [146818.176976] CPU0: hi:   42, btch:   7 
usd:   1
Jun 18 21:38:09 cheren kernel: [146818.176980] CPU1: hi:   42, btch:   7 
usd:   7
Jun 18 21:38:09 cheren kernel: [146818.176987] Active_anon:78037 
active_file:23834 inactive_anon:80474
Jun 18 21:38:09 cheren kernel: [146818.176990]  inactive_file:47545 
unevictable:472 dirty:2 writeback:9 unstable:0
Jun 18 21:38:09 cheren kernel: [146818.176992]  free:2087 slab:8851 
mapped:18148 pagetables:1366 bounce:0
Jun 18 21:38:09 cheren kernel: [146818.177000] DMA free:3472kB min:64kB 
low:80kB high:96kB active_anon:0kB inactive_anon:0kB active_file:4080kB 
inactive_file:1000kB unevictable:0kB present:15764kB pages_scanned:0 
all_unreclaimable? no
Jun 18 21:38:09 cheren kernel: [146818.177006] lowmem_reserve[]: 0 861 998 998
Jun 18 21:38:09 cheren kernel: [146818.177018] Normal free:3804kB min:3720kB 
low:4648kB high:5580kB active_anon:275500kB inactive_anon:275604kB 
active_file:66808kB inactive_file:163320kB unevictable:32kB present:881880kB 
pages_scanned:0 all_unreclaimable? no
Jun 18 21:38:09 cheren kernel: [146818.177025] lowmem_reserve[]: 0 0 1101 1101
Jun 18 21:38:09 cheren kernel: [146818.177036] HighMem free:1072kB min:136kB 
low:284kB high:432kB active_anon:36648kB inactive_anon:46292kB 
active_file:24448kB inactive_file:25860kB unevictable:1856kB present:141040kB 
pages_scanned:0 all_unreclaimable? no
Jun 18 21:38:09 cheren kernel: [146818.177042] lowmem_reserve[]: 0 0 0 0
Jun 18 21:38:09 cheren kernel: [146818.177050] DMA: 0*4kB 0*8kB 1*16kB 0*32kB 
0*64kB 1*128kB 1*256kB 0*512kB 1*1024kB 1*2048kB 0*4096kB = 3472kB
Jun 18 21:38:09 cheren kernel: [146818.177071] Normal: 781*4kB 0*8kB 0*16kB 
0*32kB 1*64kB 1*128kB 0*256kB 1*512kB 0*1024kB 0*2048kB 0*4096kB = 3828kB
Jun 18 21:38:09 cheren kernel: [146818.177090] HighMem: 190*4kB 25*8kB 3*16kB 
0*32kB 1*64kB 0*128kB 0*256kB 0*512kB 0*1024kB 0*2048kB 0*4096kB = 1072kB
Jun 18 21:38:09 cheren kernel: [146818.177110] 84195 total pagecache pages
Jun 18 21:38:09 cheren kernel: [146818.177114] 10773 pages in swap cache
Jun 18 21:38:09 cheren kernel: [146818.177118] Swap cache stats: add 79428, 
delete 68655, find 515556/516918
Jun 18 21:38:09 cheren kernel: [146818.177122] Free swap  = 1116652kB
Jun 18 21:38:

[Bug 385048] Re: Heavy I/O causes page allocation failiure in ath9k module

2009-06-09 Thread Erik Meitner
Easily reproducable on a fresh boot.

Another way to reproduce:
1. rmmod ath9k
2. "dd if=/dev/sda of=/dev/null"
Ran with no problem
3. modprobe ath9k
4. immediately got:
Jun  9 08:07:21 cheren kernel: [ 1534.014840] modprobe: page allocation 
failure. order:5, mode:0x80d0
Jun  9 08:07:21 cheren kernel: [ 1534.014847] Pid: 7371, comm: modprobe Not 
tainted 2.6.28-12-generic #43-Ubuntu
Jun  9 08:07:21 cheren kernel: [ 1534.014852] Call Trace:
Jun  9 08:07:21 cheren kernel: [ 1534.014864]  [] ? printk+0x18/0x1a
Jun  9 08:07:21 cheren kernel: [ 1534.014872]  [] 
__alloc_pages_internal+0x387/0x490
Jun  9 08:07:21 cheren kernel: [ 1534.014881]  [] 
dma_generic_alloc_coherent+0x73/0xe0
...snip...

-- 
Heavy I/O causes page allocation failiure in ath9k module
https://bugs.launchpad.net/bugs/385048
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 385048] Re: Heavy I/O causes page allocation failiure in ath9k module

2009-06-08 Thread Erik Meitner

** Attachment added: "kern.log"
   http://launchpadlibrarian.net/27676668/kern.log

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/27676669/Dependencies.txt

-- 
Heavy I/O causes page allocation failiure in ath9k module
https://bugs.launchpad.net/bugs/385048
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


  1   2   >