[Bug 2064563] Re: Broken default installation of nix-bin and nix-setup-systemd

2024-05-24 Thread Peter Valdemar Mørch
In addition, nix environment variables don't get set up when one logs in
via ssh.

 I As the OP points out:

> nix-setup-systemd also ends up setting up the NIX_PATH to per-user dir above 
> making the assumption that it was completed in this file:
>   - `/usr/lib/environment.d/nix-daemon.conf`

It also sets up NIX_REMOTE and modifies PATH.

The problem is that /usr/lib/environment.d/nix-daemon.conf is sourced by
systemd-environment-d-generator(8) that parses them and updates the
environment exported by the systemd user instance (see
https://www.freedesktop.org/software/systemd/man/latest/environment.d.html).
Which means the environment variables are set for processes started by
the systemd user instance (only).

And not when you login via ssh.

Because of this, nix works (except for the problems presented previously
in this bug) only for the desktop session, and not when logged in via
ssh.

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

Title:
  Broken default installation of nix-bin and nix-setup-systemd

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


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

[Bug 2064563] Re: Broken default installation of nix-bin and nix-setup-systemd

2024-05-24 Thread Peter Valdemar Mørch
@pvl: There is a _source_ package called `nix`. That generates the
installable packages `nix-bin` and `nix-setup-systemd`.

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

Title:
  Broken default installation of nix-bin and nix-setup-systemd

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


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

[Bug 1887489] [NEW] Due to python3 on remote system: OSError: [Errno 88] Socket operation on non-socket

2020-07-14 Thread Peter Valdemar Mørch
Public bug reported:

When trying to connect from Ubuntu focal 20.04 to Ubuntu focal 20.04 i
get an error. This does not occur with version 1.0.3

The error is:

$ sshuttle -r user@remote 10.164.0.0/20
[local sudo] Password:
assembler.py:3: DeprecationWarning: the imp module is deprecated in favour of 
importlib; see the module's documentation for alternative uses
client: Connected.
Traceback (most recent call last):
  File "", line 1, in 
  File "assembler.py", line 38, in 
  File "sshuttle.server", line 298, in main
  File "/usr/lib/python3.8/socket.py", line 544, in fromfd
return socket(family, type, proto, nfd)
  File "/usr/lib/python3.8/socket.py", line 231, in __init__
_socket.socket.__init__(self, family, type, proto, fileno)
OSError: [Errno 88] Socket operation on non-socket
client: fatal: server died with error code 1

This is reported here: https://github.com/sshuttle/sshuttle/issues/381

Workaround: Installing python2 on remote system and running with:

$ sshuttle --python=/usr/bin/python2 -r user@remote 10.164.0.0/20

Makes it work

Also,

mkdir try
cd try
virtualenv .
./bin/pip install sshuttle
./bin/sshuttle -r user@remote 10.164.0.0/20

works too

$ ./bin/sshuttle --version
1.0.3

** Affects: sshuttle (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/1887489

Title:
  Due to python3 on remote system: OSError: [Errno 88] Socket operation
  on non-socket

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

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

[Bug 1855434] Re: Vino VNC connection has wrong keyboard layout

2020-02-18 Thread Peter Valdemar Mørch
I'm using Xubuntu (XFCE) version 18.04 on both ends.

sudo dpkg-reconfigure keyboard-configuration

is configured for a danish keyboard on both ends.

Hitting the 'æ' key in a terminal on the local side produces an 'æ' in
the terminal.

Hitting the 'æ' key in a terminal on the remote vnc side produces an ';'
in the terminal. The placement of an 'æ' on a danish keyboard is in the
same place as ';' on a US keyboard (I think).

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

Title:
  Vino VNC connection has wrong keyboard layout

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

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

[Bug 1855434] Re: Vino VNC connection has wrong keyboard layout

2020-02-18 Thread Peter Valdemar Mørch
Oh, and I just tried x11vnc. It does *not* have this problem. I'm pretty
sure this is a vino problem.

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

Title:
  Vino VNC connection has wrong keyboard layout

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2020-02-09 Thread Peter Valdemar Mørch
John writes:
> The work Zyga is prototyping is to allow non-desktop-integrated 
> snaps (like, indeed, vlc, or hopefully even server snaps on a 
> headless system) 

Sorry I missed that. I interpret that as meaning vlc won't be
supported/affected by Portals integration even when it is done. :-(

So either vlc has to support Portals (whatever that means), or the work
Zygmunt is prototyping is the only hope we have of allowing access to
arbitrary files.

Zygmunt wrote:

> I want to re-assure you that this is being worked on and our goal is to make 
> it 
> possible to just work, like people were used to.

I like the sound of that. But if it involves having to accept a
additional dialogs, then that is not what this person was used to.

Ok, I think I've been clear. I'll shut up for now.

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2020-02-09 Thread Peter Valdemar Mørch
Stéphane Gourichon says it much better in fewer words than I've been
able to in https://askubuntu.com/a/1040278/34154:

> @ZygmuntKrynicki Thanks for popping in and explaining that the code
does what you intend. I respectfully and totally disagree with what you
write. Hard-coding paths is very poor practice and cannot be
meaningfully justified, even in the name of security. It's just basic
inflexibility.

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2020-02-09 Thread Peter Valdemar Mørch
Hi John,

I've outlined my use case here:

How to give snaps access to /somedir - Ask Ubuntu
https://askubuntu.com/questions/1033344/how-to-give-snaps-access-to-somedir

I want to access my files in /somedir. I don't want snaps to dictate
'/home', '/mnt' or any other special directories. It is fine that these
are the defaults _as long as I can change these directories in a
configuration file_.

vlc /somedir/video.avi

should start the video including any /somedir/video.srt subtitles if
present, just like a standard client does without any additional
interaction from me.

Is there better documentation on what "deskop portals" are than
https://flatpak.github.io/xdg-desktop-portal/portal-docs.html?

That links says:

> Requests made via portal interfaces generally involve user
interaction.

That means a dialog box, right? Will it be possible to configure
"portals" somehow so that vlc subsequently can access /somedir
recursively _without_ me, the user, noticing? Because them I'm happy!
:-)

In the https://askubuntu.com/questions/1033344/how-to-give-snaps-access-
to-somedir link above, Zygmunt says:

> There's no way to do that that is general, safe and sound. 
> I know everyone loves to customise their filesystem but that
> has some cost and this is one of them."

I beg to differ. If course it is possible to do that in a way that is
general, safe and sound. Perhaps it goes against the current design of
snapd. Perhaps (e.g. for that reason) this project chooses not to do it
- ever. But to say it isn't possible is simply not true. (Docker can do
it, apache2 and many other apps can do it).

So would it be possible for you guys to outline how it will work once
the Portals integration and/or Zyga's project works?

* Will I be able to add custom directories to the list of already-trusted 
directories?
* Will I be met with additional dialogs when I type vlc /somedir/video.avi? How 
many, given that vlc searches for a tries to open .srt files too?
* Will the same be true if I double-click on file.avi from e.g. xfce's thunar 
file manager?

Being met with additional dialog boxes to confirm that I want to open a
file in /somedir (and then again when accessing the .srt file?), may be
fine for others, but does not constitute the user experience I'm looking
for. Sure, it is better, but not good enough for my use case (a NAS
mounted on /somedir). I'll be annoyed with it every single time I use
it.

If you yourself had 99% of your videos under /somedir, would you
yourself be happy with having to confirm something every time you wanted
to open vlc /somedir/video.avi?

In this thread I thought that finally it was going to be possible. If
you decide not to cater to my use case, that is fine, it is your
project. But then please just say so explicitly, so I'll *know* that
snapd will never be for me so I can choose something else and not wait
for portals or whatever other developments that don't solve my use case
anyway.

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2020-02-09 Thread Peter Valdemar Mørch
> and just confirm a prompt using a trusted security mechanism (e.g.
integrated with gnome shell)

Oh, no, I'm glad I asked...

So what whould then happen when vlc automatically tries to open the
subtitle file associated with the video? When I open "vlc
/my/custom/path/file.avi" I presumably will get a dialog box (because
lets be specific: that is what I'll get, right?) will I then also get
another dialog box when vlc tries to open "/my/custom/path/file.srt" 1
ms later?

Just to be clear: I would *much* prefer to *configure* vlc to be allowed
to open everything under /my/custom/path/ without any extra
confirmation. Especially because if there is "a trusted security
mechanism (e.g. integrated with gnome shell)" there is no way for me to
use snap apps in scripts, e.g. if they have options that allow them to
perform bulk operations.

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2020-02-08 Thread Peter Valdemar Mørch
Hi Zygmunt,

Thanks for your comment.

Just so I understand... Will this new feature allow me to configure vlc
so that "vlc /my/custom/path/file.avi" will be possible? If so, that
would be grand!

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2019-10-13 Thread Peter Valdemar Mørch
There is also this related/identical question on askubuntu:

How to give snaps access to /somedir
https://askubuntu.com/q/1033344/34154

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1774852] [NEW] Help is missing from vifm (0.9.1-1)

2018-06-03 Thread Peter Valdemar Mørch
Public bug reported:

On "base"  I'm running vifm 0.9.1-1 on Ubuntu 18.04
On "julie" I'm running vifm 0.7.8-3 on debian oldstable.

base:~> dpkg-query -W | grep vifm
vifm0.9.1-1
base:~> dpkg -S vifm | grep txt
vifm: /usr/share/vim/addons/doc/vifm-plugin.txt
vifm: /usr/share/vim/addons/doc/vifm-app.txt
base:~> apt-file  search vifm-help.txt
# Not found in any package

julie:~> dpkg-query -W | grep vifm
vifm0.7.8-3
julie:~> dpkg -S vifm | grep txt
vifm: /usr/share/vifm/vifm-help.txt
vifm: /usr/share/vifm/vim-doc/doc/vifm-app.txt
vifm: /usr/share/vifm/vim/doc/vifm-plugin.txt
vifm: /usr/share/vim/addons/doc/vifm-app.txt

When I on "base" try to type ":help" after opening vifm, I get "No help
file", "Can't find "/home/peter/.config/vifm/vifm-help.txt" file"

On julie, it shows the vifm help.

** Affects: vifm (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/1774852

Title:
  Help is missing from vifm (0.9.1-1)

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

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

[Bug 1767116] Re: package nvidia-340 (not installed) failed to install/upgrade: trying to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in package nvidia-kernel-common-390 390.48-0ubunt

2018-05-08 Thread Peter Valdemar Mørch
This occurs in 18.04 because versions 340 and 390 are attempted to be
installed at the same time and they apparently both want to modify
/lib/udev/rules.d/71-nvidia.rules

apt-get install -f was not able to fix the situation.

Workaround: remove all packages mentioning nvidia 340 and 390 (beware
you may want to check what this does):

# show the packages we're about to remove
dpkg-query -W  | egrep 'nvidia.*3[49]0' | perl -naE 'say $F[0]'
# remove them
dpkg-query -W  | egrep 'nvidia.*3[49]0' | perl -naE 'say $F[0]' | sudo xargs 
dpkg -P

Now install *ONLY* the version 340 one. And then both apt and
subsequently the nvidia driver worked for me.

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

Title:
  package nvidia-340 (not installed) failed to install/upgrade: trying
  to overwrite '/lib/udev/rules.d/71-nvidia.rules', which is also in
  package nvidia-kernel-common-390 390.48-0ubuntu3

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1767116/+subscriptions

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2018-05-08 Thread Peter Valdemar Mørch
Thank you @zyga for your reply.

I think I understand it. I'll sit tight and await the portals
integration to finish and make it to 18.04. Then I'll be able to
configure snapd to allow vlc to open files under /store (perhaps
requiring a patch to vlc to enable the portals cooperation).

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1710383] Re: Could not install 'gconf2' and upgrade frozen

2018-05-08 Thread Peter Valdemar Mørch
I've just seen this in a 16.10 -> 17.10 upgrade too. I hit enter i think
about 100 times. Eventually the dialog stayed closed.

The upgrade later came with a similar dialog box saying: "Could not
install linux-image-4.13.0-39-generic", later similar for "linux-
firmware"

In the end it reported: "Could not install the upgrades"/"The upgrade
has aborted. Your system could be in an unstable state. A recovery will
run now (dpkg-configure -a)". And later: "Upgrade complete"/"The upgrade
has completed but there were errors during the upgrade process."

I have a VirtualBox virtual machine snapshot from which this occurred,
so I believe this is reproducible from here. I'd be happy to hand it
over to a developer if someone wants to have a look at what is
occurring. I promise to keep it around two weeks, so until May 20, 2018

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

Title:
  Could not install 'gconf2' and upgrade frozen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1710383/+subscriptions

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2018-05-08 Thread Peter Valdemar Mørch
I'm wondering why this bug has been marked as "Fix Released". :

The title says: snap apps need to be able to browse outside of user $HOME dir
And the body of the first post says: Try to open a file that's not in your home 
folder, can't do so thru the open file browser.

Isn't that still true even with 2.32 in Ubuntu 18.04?

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1643706] Re: snap apps need to be able to browse outside of user $HOME dir. for Desktop installs

2018-05-07 Thread Peter Valdemar Mørch
@jdstrand: You write:

> Very soon snapd will be able to leverage portals for arbitrary file system 
> access 
> (this will hopefully be in 2.32).

I see that I'm using snapd version 2.32.5+18.04 here in Xubuntu 18.04.

Should I now somehow be able to use "portals" to access files in my NFS
mount in /store ?

I like '/store' for my NFS mount. I don't want it to be
/home/peter/store or /media/store or anything else than /store.

But I don't see any way to allow snaps access to /store.

Is that really are hard and unconfigurable limitation to snaps that they
can access files *ONLY* in /home/ and /media? Really?

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

Title:
  snap apps need to be able to browse outside of user $HOME dir. for
  Desktop installs

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

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

[Bug 1768230] Re: Long time booting : Failed to connect to lvmetad. Falling back to device scanning.

2018-05-07 Thread Peter Valdemar Mørch
It is super-easy to reproduce here at least. I tried 18.04 with the
ubuntu and the xubuntu CD. Chose default options, except for wanting LVM
(and a Danish keyboard).

System gets created fine. At all boots after that, it shows
"WARNING:Failed to connect to lvmetad. Falling back to device scanning."
at the beginning of the boot process, and then after approx 30 seconds:
"Gave up waiting for suspend/resume device /dev/mapper/xubuntu--vg-root:
clean XXX/XXX files, XXX/XXX blocks"

See https://i.imgur.com/66bYGky.png or attached

** Attachment added: "Screenshot"
   
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1768230/+attachment/5135628/+files/Screenshot_2018-05-07_22-24-04.png

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

Title:
  Long time booting : Failed to connect to lvmetad. Falling back to
  device scanning.

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

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

[Bug 1768230] Re: Long time booting : Failed to connect to lvmetad. Falling back to device scanning.

2018-05-07 Thread Peter Valdemar Mørch
Ah, sorry, let me be precise. Not the "ubuntu and the xubuntu CD" but
these ISO images:

# sha1sum xubuntu-18.04-desktop-amd64.iso ubuntu-18.04-desktop-amd64.iso 
a1bcc46d01387337d4be81ba76e89b495a7b5331  xubuntu-18.04-desktop-amd64.iso
f373c0aec6162cdba76ee9084e695866a15e441a  ubuntu-18.04-desktop-amd64.iso

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

Title:
  Long time booting : Failed to connect to lvmetad. Falling back to
  device scanning.

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

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

[Bug 1710383] Re: Could not install 'gconf2' and upgrade frozen

2018-05-06 Thread Peter Valdemar Mørch
I've just seen this in a 16.10 -> 17.10 upgrade too. I hit enter i think
about 100 times. Eventually the dialog stayed closed.

The upgrade later came with a similar dialog box saying: "Could not
install linux-image-4.13.0-39-generic", later similar for "linux-
firmware"

In the end it reported: "Could not install the upgrades"/"The upgrade
has aborted. Your system could be in an unstable state. A recovery will
run now (dpkg-configure -a)". And later: "Upgrade complete"/"The upgrade
has completed but there were errors during the upgrade process."

I have a VirtualBox virtual machine snapshot from which this occurred,
so I believe this is reproducible from here. I'd be happy to hand it
over to a developer if someone wants to have a look at what is
occurring. I promise to keep it around two weeks, so until May 20, 2018

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

Title:
  Could not install 'gconf2' and upgrade frozen

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1710383/+subscriptions

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

[Bug 1072206] Re: [nvidia] Window content is black or transparent

2014-12-18 Thread Peter Valdemar Mørch
It doesn't happen to me too often... A workaround that I use is to
resize the window (with mouse or keyboard hotkey) when it appears as
black. That apparently redraws the window.

A little annoying but it works.

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

Title:
  [nvidia] Window content is black or transparent

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

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


[Bug 273976] Re: Intrepid alpha6: ImageMagick's import command takes bad screenshot when running Compiz.

2013-03-12 Thread Peter Valdemar Mørch
I've also had this very same problem.

software recommendation - What screenshot tools are available? - Ask Ubuntu
http://askubuntu.com/questions/6558/what-screenshot-tools-are-available

mentions scrot, an alternative.

My problem under Ubuntu Unity is that the titles of windows are wrong on
the screenshots of ImageMagick's import and xwd. Screenshots created by
gnome-screenshot, shutter and scrot are fine.

Perhaps the original poster and I don't understand the details of how
all these screenshot tools differ. But please believe that from this
users perspective, import (and xwd) do not create an accurate likeness
of the user desktop.

Here is my screenshot made with import:

http://postimage.org/image/3lsymcqzf/

The bottom left window is actually minimized too! Note how it has no
window decoration. This screenshot isn't actually bad, but note how the
window title of the top gnome-terminal is burried behind the firefox
window, but the teriminal contents are above firefox? My actual screen
does not look like that.

More or less the same screenshot made with scrot:
http://postimage.org/image/3lsymcqzf/
It faithfully shows what I see on the screen.

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

Title:
  Intrepid alpha6: ImageMagick's import command takes bad screenshot
  when running Compiz.

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

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected

2012-05-07 Thread Peter Valdemar Mørch
Here is what I did to fix it. I only use VPN on the wired connection. I
guess a similar approach will work for secure/VPN over wireless.

cd /usr/share/icons

# Make a copy of the existing icon theme
# pvm is me. Invent whatever name you like here
sudo cp -a elementary-xfce-dark pvm
cd pvm

# in index.theme, change the Name= field to something descriptive for you, 
# e.g. elementary Xubuntu dark - with nm-device-wired-secure
sudo vi index.theme

sudo cp ../Humanity-Dark/status/22/nm-device-wired-secure.svg panel/22/

# Optional step
# If you don't like the looks of panel/22/nm-device-wired-secure.svg, edit it.
# I made it lighter to fit the rest of the theme.
sudo chmod a+w panel/22/nm-device-wired-secure.svg
inkscape panel/22/nm-device-wired-secure.svg

sudo gtk-update-icon-cache .

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

Title:
  Network Manager Icon Is not changin when VPN is connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 772709] Re: Network Manager Icon Is not changin when VPN is connected

2012-05-07 Thread Peter Valdemar Mørch
Aarrrhh, forgot something in my last comment:

Of course the last step is that you have to actually now *select* this
new theme:

Open Settings-Appearance-Icons. Choose the theme with the name you
gave it. For me that was: elementary Xubuntu dark - with nm-device-
wired-secure.

Now that will work. If there is ever an update to the xubuntu-icon-theme
package (containing /usr/share/icons/elementaryXubuntu/), you'll need to
repeat these steps.

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

Title:
  Network Manager Icon Is not changin when VPN is connected

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/elementary-icon-theme/+bug/772709/+subscriptions

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


[Bug 987966] [NEW] BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

2012-04-24 Thread Peter Valdemar Mørch
Public bug reported:

Running under VMware workstation 8.0.2 build-591240 (also on Ubuntu /
natty) with vmware tools installed.

ProblemType: KernelOops
DistroRelease: Ubuntu 12.04
Package: linux-image-3.2.0-20-generic
Uname: Linux 3.2.0-20-generic x86_64
Annotation: Your system might become unstable now and might need to be 
restarted.
Architecture: amd64
Date: Mon Apr 23 21:04:57 2012
Failure: oops
SourcePackage: linux

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


** Tags: amd64 apport-kerneloops kernel-oops precise

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Re: BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

2012-04-24 Thread Peter Valdemar Mørch
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/987966

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Re: BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Tags added: apport-collected

** Description changed:

  Running under VMware workstation 8.0.2 build-591240 (also on Ubuntu /
  natty) with vmware tools installed.
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-20-generic
  Uname: Linux 3.2.0-20-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: amd64
  Date: Mon Apr 23 21:04:57 2012
  Failure: oops
  SourcePackage: linux
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  peter  2017 F xfce4-volumed
+   peter  2031 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0x2040, irq 16'
+Mixer name : 'Cirrus Logic CS4297A rev 3'
+Components : 'AC97a:43525913'
+Controls  : 24
+Simple ctrls  : 13
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=b4029b38-89b0-441e-a6df-71403cea5753
+ InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120328)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
+  Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
+ MachineType: VMware, Inc. VMware Virtual Platform
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=4d37-e640-4920-9c10-84ece8602bb2 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
+ RelatedPackageVersions:
+  linux-restricted-modules-3.2.0-20-generic N/A
+  linux-backports-modules-3.2.0-20-generic  N/A
+  linux-firmware1.79
+ RfKill:
+  
+ SourcePackage: linux
+ Tags:  precise precise
+ Uname: Linux 3.2.0-20-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ dmi.bios.date: 06/02/2011
+ dmi.bios.vendor: Phoenix Technologies LTD
+ dmi.bios.version: 6.00
+ dmi.board.name: 440BX Desktop Reference Platform
+ dmi.board.vendor: Intel Corporation
+ dmi.board.version: None
+ dmi.chassis.asset.tag: No Asset Tag
+ dmi.chassis.type: 1
+ dmi.chassis.vendor: No Enclosure
+ dmi.chassis.version: N/A
+ dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd06/02/2011:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
+ dmi.product.name: VMware Virtual Platform
+ dmi.product.version: None
+ dmi.sys.vendor: VMware, Inc.

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102359/+files/AcpiTables.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] AlsaDevices.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102360/+files/AlsaDevices.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] AplayDevices.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102361/+files/AplayDevices.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Amixer.values.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102363/+files/Card0.Amixer.values.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Codecs.codec97.0.ac97.0.0.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102364/+files/Card0.Codecs.codec97.0.ac97.0.0.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] BootDmesg.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102362/+files/BootDmesg.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102365/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] CurrentDmesg.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102366/+files/CurrentDmesg.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Lspci.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102367/+files/Lspci.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] PciMultimedia.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102368/+files/PciMultimedia.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcCpuinfo.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102369/+files/ProcCpuinfo.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcInterrupts.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102370/+files/ProcInterrupts.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcModules.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102371/+files/ProcModules.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] UdevDb.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102373/+files/UdevDb.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] PulseList.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102372/+files/PulseList.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] UdevLog.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102374/+files/UdevLog.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] WifiSyslog.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102375/+files/WifiSyslog.txt

** Description changed:

  Running under VMware workstation 8.0.2 build-591240 (also on Ubuntu /
  natty) with vmware tools installed.
  
  ProblemType: KernelOops
  DistroRelease: Ubuntu 12.04
  Package: linux-image-3.2.0-20-generic
  Uname: Linux 3.2.0-20-generic x86_64
  Annotation: Your system might become unstable now and might need to be 
restarted.
  Architecture: amd64
  Date: Mon Apr 23 21:04:57 2012
  Failure: oops
  SourcePackage: linux
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  ArecordDevices:
    List of CAPTURE Hardware Devices 
   card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
 Subdevices: 1/1
 Subdevice #0: subdevice #0
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  peter  2017 F xfce4-volumed
peter  2031 F pulseaudio
  CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
  Card0.Amixer.info:
   Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0x2040, irq 16'
 Mixer name : 'Cirrus Logic CS4297A rev 3'
 Components : 'AC97a:43525913'
 Controls  : 24
 Simple ctrls  : 13
  DistroRelease: Ubuntu 12.04
  HibernationDevice: RESUME=UUID=b4029b38-89b0-441e-a6df-71403cea5753
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120328)
  IwConfig:
   lono wireless extensions.
   
   eth0  no wireless extensions.
  Lsusb:
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
   Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
   Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
  MachineType: VMware, Inc. VMware Virtual Platform
  Package: linux (not installed)
  ProcEnviron:
   LANGUAGE=en_US:en
   TERM=xterm
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB:
   
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=4d37-e640-4920-9c10-84ece8602bb2 ro quiet splash vt.handoff=7
  ProcVersionSignature: Ubuntu 3.2.0-20.33-generic 3.2.12
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-20-generic N/A
   linux-backports-modules-3.2.0-20-generic  N/A
   linux-firmware1.79
  RfKill:
   
  SourcePackage: linux
  Tags:  precise precise
  Uname: Linux 3.2.0-20-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 06/02/2011
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: 6.00
  dmi.board.name: 440BX Desktop Reference Platform
  dmi.board.vendor: Intel Corporation
  dmi.board.version: None
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 1
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnPhoenixTechnologiesLTD:bvr6.00:bd06/02/2011:svnVMware,Inc.:pnVMwareVirtualPlatform:pvrNone:rvnIntelCorporation:rn440BXDesktopReferencePlatform:rvrNone:cvnNoEnclosure:ct1:cvrN/A:
  dmi.product.name: VMware Virtual Platform
  dmi.product.version: None
  dmi.sys.vendor: VMware, Inc.
+ --- 
+ AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
+ ApportVersion: 2.0.1-0ubuntu5
+ Architecture: amd64
+ ArecordDevices:
+   List of CAPTURE Hardware Devices 
+  card 0: AudioPCI [Ensoniq AudioPCI], device 0: ES1371/1 [ES1371 DAC2/ADC]
+Subdevices: 1/1
+Subdevice #0: subdevice #0
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  peter  2017 F xfce4-volumed
+   peter  2031 F pulseaudio
+ CRDA: Error: command ['iw', 'reg', 'get'] failed with exit code 1: nl80211 
not found.
+ Card0.Amixer.info:
+  Card hw:0 'AudioPCI'/'Ensoniq AudioPCI ENS1371 at 0x2040, irq 16'
+Mixer name : 'Cirrus Logic CS4297A rev 3'
+Components : 'AC97a:43525913'
+Controls  : 24
+Simple ctrls  : 13
+ DistroRelease: Ubuntu 12.04
+ HibernationDevice: RESUME=UUID=b4029b38-89b0-441e-a6df-71403cea5753
+ InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Beta amd64 
(20120328)
+ IwConfig:
+  lono wireless extensions.
+  
+  eth0  no wireless extensions.
+ Lsusb:
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+  Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
+  Bus 002 Device 002: ID 0e0f:0003 VMware, Inc. Virtual Mouse
+  Bus 002 Device 003: ID 0e0f:0002 VMware, Inc. Virtual USB Hub
+ MachineType: VMware, Inc. VMware Virtual Platform
+ Package: linux (not installed)
+ ProcEnviron:
+  LANGUAGE=en_US:en
+  TERM=xterm
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
+ ProcFB:
+  
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 

[Bug 987966] AcpiTables.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: AcpiTables.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102376/+files/AcpiTables.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] AlsaDevices.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: AlsaDevices.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102377/+files/AlsaDevices.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] AplayDevices.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: AplayDevices.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102378/+files/AplayDevices.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] BootDmesg.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: BootDmesg.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102379/+files/BootDmesg.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Amixer.values.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Amixer.values.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102380/+files/Card0.Amixer.values.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Codecs.codec97.0.ac97.0.0.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102381/+files/Card0.Codecs.codec97.0.ac97.0.0.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Card0.Codecs.codec97.0.ac97.0.0.regs.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Card0.Codecs.codec97.0.ac97.0.0.regs.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102382/+files/Card0.Codecs.codec97.0.ac97.0.0.regs.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] CurrentDmesg.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: CurrentDmesg.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102383/+files/CurrentDmesg.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Lspci.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: Lspci.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102384/+files/Lspci.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcCpuinfo.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcCpuinfo.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102386/+files/ProcCpuinfo.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] PciMultimedia.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: PciMultimedia.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102385/+files/PciMultimedia.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcInterrupts.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcInterrupts.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102387/+files/ProcInterrupts.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] ProcModules.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: ProcModules.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102388/+files/ProcModules.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] PulseList.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: PulseList.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102389/+files/PulseList.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] UdevDb.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: UdevDb.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102391/+files/UdevDb.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] UdevLog.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: UdevLog.txt
   https://bugs.launchpad.net/bugs/987966/+attachment/3102392/+files/UdevLog.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] WifiSyslog.txt

2012-04-24 Thread Peter Valdemar Mørch
apport information

** Attachment added: WifiSyslog.txt
   
https://bugs.launchpad.net/bugs/987966/+attachment/3102393/+files/WifiSyslog.txt

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 987966] Re: BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

2012-04-24 Thread Peter Valdemar Mørch
Looks like the stuff from apport got added. But the terminal had this
crash in it, generated in two different steps:

No packages found matching linux.
ERROR: hook /usr/share/apport/general-hooks/ubuntu.py crashed:
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/apport/report.py, line 718, in 
add_hooks_info
symb['add_info'](self, ui)
  File /usr/share/apport/general-hooks/ubuntu.py, line 45, in add_info
match_error_messages(report)
  File /usr/share/apport/general-hooks/ubuntu.py, line 129, in 
match_error_messages
if report['ProblemType'] == 'Package':
  File /usr/lib/python2.7/UserDict.py, line 23, in __getitem__
raise KeyError(key)
KeyError: 'ProblemType'
Traceback (most recent call last):
  File /usr/share/apport/apport-gtk, line 494, in lambda
GLib.idle_add(lambda: self.collect_info(on_finished=self.ui_update_view))
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 861, in 
collect_info
icthread.exc_raise()
  File /usr/lib/python2.7/dist-packages/apport/REThread.py, line 34, in run
self._retval = self.__target(*self.__args, **self.__kwargs)
  File /usr/lib/python2.7/dist-packages/apport/ui.py, line 111, in 
thread_collect_info
if report['ProblemType'] == 'Crash' and \
  File /usr/lib/python2.7/UserDict.py, line 23, in __getitem__
raise KeyError(key)
KeyError: 'ProblemType'


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

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

Title:
  BUG: soft lockup - CPU#0 stuck for 39s! [rsyslogd:701]

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

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


[Bug 870448] Re: check_http fails to decode chunked encoding before performing string checks

2011-10-12 Thread Peter Valdemar Mørch
There is this upstream bugreport, open since 2009-05-04:
check_http asks for HTTP/1.1, but doesn't understand chunked - ID: 2786808
http://sourceforge.net/tracker/index.php?func=detailaid=2786808group_id=29880atid=397597

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to nagios-plugins in Ubuntu.
https://bugs.launchpad.net/bugs/870448

Title:
  check_http fails to decode chunked encoding before performing string
  checks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/870448/+subscriptions

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


[Bug 870448] Re: check_http fails to decode chunked encoding before performing string checks

2011-10-12 Thread Peter Valdemar Mørch
There is this upstream bugreport, open since 2009-05-04:
check_http asks for HTTP/1.1, but doesn't understand chunked - ID: 2786808
http://sourceforge.net/tracker/index.php?func=detailaid=2786808group_id=29880atid=397597

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

Title:
  check_http fails to decode chunked encoding before performing string
  checks

To manage notifications about this bug go to:
https://bugs.launchpad.net/nagios-plugins/+bug/870448/+subscriptions

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


[Bug 542183] Re: [users-admin] Changing UID doesn't work

2010-07-29 Thread Peter Valdemar Mørch
Hmm. That isn't the only thing, is it?

I guess at least one would need to:

# chown -R user: /home/user
(or perhaps
# chown -R user:user /home/user
)

after the user ID and groupID have been edited. Do we agree on that?

Anything else?

Peter

-- 
[users-admin] Changing UID doesn't work
https://bugs.launchpad.net/bugs/542183
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 542183] Re: [users-admin] Changing UID doesn't work

2010-07-29 Thread Peter Valdemar Mørch
In order to be clear:

Bug #553746 Cannot Change User and Group ID is marked as a duplicate
of this one (by Milan, btw), Which is why I'm commenting here.

In the original text for that that bug, it says:
 Furthermore, adding a new user gives you no opportunity to set the User ID.

And that is what _I_ need: A new user with a specific user ID. (I have
to connect to an NFS volume, where my files already pre-exist with a
specific user and group ID - 1000 or 1001 just won't cut it)

Perhaps my situation isn't relevant for this bug, and I should open a
new bug for setting the User ID when creating a new user.

But anyway, for my situation, I guess I'll create the new user and
group, hand-edit /etc/passwd and /etc/group and then do something like
this:

sudo find / -o -uid $olduid -print0 | sudo xargs -0 chown $newuid
sudo find / -o -uid $oldgid -print0 | sudo xargs -0 chgrp $newgid

-- 
[users-admin] Changing UID doesn't work
https://bugs.launchpad.net/bugs/542183
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 542183] Re: [users-admin] Changing UID doesn't work

2010-07-29 Thread Peter Valdemar Mørch
Damn, a typo. Make that:

sudo find / -o -uid $olduid -print0 | sudo xargs -0 chown $newuid
sudo find / -o -gid $oldgid -print0 | sudo xargs -0 chgrp $newgid

-- 
[users-admin] Changing UID doesn't work
https://bugs.launchpad.net/bugs/542183
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 542183] Re: [users-admin] Changing UID doesn't work

2010-07-26 Thread Peter Valdemar Mørch
Temporary workaround:

As suggested by  Milan Bouchet-Valat in bug #553746:
 Note if you really need a specific profile for some users, have a look at
 /etc/gnome-system-tools/user-profiles.conf, where you can add MinUID and 
 MaxUID options.

I needed a user with a UID of 1248 and this is what I did:
* Applied the patch. (Notice that the number 1248 - the desired UID is in the 
patch - adjust to your own needs)
* Created a new user
* Removed the patch again

Now I have a user with UID 1248. Note, that this is only useful for
creating new users, not modifying existing ones.

BTW, how does anybody use NFS with more than one user if it isn't
possible to modify the UIDs? I see this as NFS' gravest shortcoming.


** Patch added: Temporary workaround - see comment
   http://launchpadlibrarian.net/52563357/user-profiles.conf.patch

-- 
[users-admin] Changing UID doesn't work
https://bugs.launchpad.net/bugs/542183
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 360237] Re: cannot boot root on lvm2 with (largish) snapshot

2009-10-09 Thread Peter Valdemar Mørch
I've seen this exact behavior on two different sets of hardware. Both
running LVM on top of RAID-1. I've seen it happen in both intrepid and
jaunty

-- 
cannot boot root on lvm2 with (largish) snapshot
https://bugs.launchpad.net/bugs/360237
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 379648] Re: IOError: GnuPG exited non-zero, with code 2

2009-09-24 Thread Peter Valdemar Mørch
Yes, please update for jaunty too!

In the meantime I installed the package from Karmic:
Go to http://packages.ubuntu.com/karmic/i386/duplicity/download and get 
duplicity*.deb
sudo dpkg -i ~/Desktop/duplicity*.deb

Seems to be working just fine here. This has the advantage over
downloading and installing from source that in two years, when the
version in ubuntu's mirrors move beyond the version in karmic, I'll pick
that up too..

One can also use the latest and greatest with
https://launchpad.net/~duplicity-team/+archive/ppa
but then I was bitten by:
https://bugs.launchpad.net/duplicity/+bug/435975

-- 
IOError: GnuPG exited non-zero, with code 2
https://bugs.launchpad.net/bugs/379648
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 396936] [NEW] wireshark to support SNMP decoding with SMI libraries

2009-07-08 Thread Peter Valdemar Mørch
Public bug reported:

Binary package hint: wireshark

I expect wireshark to be able to decode SNMP PDUs symbolically. Instead it only 
shows them numerically. 
E.g. I expect the more meaningful IF-MIB::IfInOctets.12 instead of 
.1.3.6.1.2.1.2.2.1.10.12.

This is because current wireshark packages do not include support for
SMI ( == the ability to decode SNMP packages symbolically). If
llibsmi2-dev is installed prior to building wireshark's packages from
the source package, then wireshark does get SNMP decoding functionality.

Therefore I suggest introducing libsmi2-dev as a build dependency, so
that wireshark can decode SNMP properly. That, in turn, automatically
makes libsmi2ldbl a dependency for the binary packages.

Slightly more info:
http://thread.gmane.org/gmane.network.wireshark.user/8621

 lsb_release -rd
Description:Ubuntu 8.10
Release:8.10
 apt-cache policy wireshark
wireshark:
  Installed: 1.0.3-1ubuntu2.2
  Candidate: 1.0.3-1ubuntu2.2
  Version table:
 *** 1.0.3-1ubuntu2.2 0
500 http://dk.archive.ubuntu.com intrepid-updates/universe Packages
500 http://dk.archive.ubuntu.com intrepid-security/universe Packages
100 /var/lib/dpkg/status
 1.0.3-1ubuntu2 0
500 http://dk.archive.ubuntu.com intrepid/universe Packages

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

-- 
wireshark to support SNMP decoding with SMI libraries
https://bugs.launchpad.net/bugs/396936
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 380128] Re: Message may have not been sent because a timeout occurred:

2009-06-24 Thread Peter Valdemar Mørch
Here is an upstream ticket. I think it is the same issue:

MSN timeout/ connection errors mid-conversation
http://developer.pidgin.im/ticket/3330


** Bug watch added: Pidgin Trac #3330
   http://developer.pidgin.im/ticket/3330

-- 
Message may have not been sent because a timeout occurred:
https://bugs.launchpad.net/bugs/380128
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 202853] Re: Keyboard accelerators interfere with keyboard input

2009-03-12 Thread Peter Valdemar Mørch
FYI: With vinagre 2.24.1 in Ubuntu Intrepid, CTRL-ALT does nothing.

But an option is available via GConf (see bug 223060) to disable all
keyboard shortcuts - that works for me. This will become a preference in
Jaunty/2.25.2

-- 
Keyboard accelerators interfere with keyboard input
https://bugs.launchpad.net/bugs/202853
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 301102] [NEW] no Xen-enabled kernel available in intrepid

2008-11-22 Thread Peter Valdemar Mørch
Public bug reported:

There seems to be no kernel available for intrepid that supports Xen.

Here is a forum thread with a summary so far:
http://ubuntuforums.org/showthread.php?p=6230438

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
no Xen-enabled kernel available in intrepid
https://bugs.launchpad.net/bugs/301102
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 209714] Re: gnome-open incorrectly uses eince to open pdf files even after I select Acroread as the default handler in nautilus

2008-04-07 Thread Peter Valdemar Mørch
I can confirm this bug on Hardy.  gnome-open does not have the same
associations as nautilus - .doc and .xls files in my case ( See
http://ubuntuforums.org/showthread.php?p=4642441 for details and a
discussion )

Yes, gvfs-open seems to do the right thing (TM).

I found this here http://bugzilla.gnome.org/show_bug.cgi?id=343896 but we
have to face the fact that libgnome and libgnomeui are on their way to being
deprecated. Maybe gnome-open should be moved to gnome-vfs along with this
enhancement request for it?

gnome-open is undocumented (
https://bugs.launchpad.net/ubuntu/+source/libgnome/+bug/185171/+viewstatus
), but its name is so easy to remember. gvfs-open isn't. Also gnome-
open gets 39,100 hits on google. gvfs-open gets 274. Not that this in
itself is any authority, but it does indicate that gnome-open is in more
widespread use than gvfs-open. I checked the source of xdg-open, and I
concur - it just calls gnome-open (lending credence to gnome-open being
in more prevalent use than gvfs-open)

What is the purpose of gnome-open? Isn't it supposed to do the same thing as 
gvfs-open? Do they do different things on purpose? What purpose? Isn't 
gnome-open just broken in Hardy? Or is it simply that gnome-open (from 
libgnome) is about to be deprecated and thus not properly maintained?
 
I can see that the bug is listed as Incomplete. I hope this is enough 
information to move it to Confirmed status.

-- 
gnome-open incorrectly uses eince to open pdf files even after I select 
Acroread as the default handler in nautilus
https://bugs.launchpad.net/bugs/209714
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 199888] toshiba? really? I have similar problem with Dell desktop

2008-04-03 Thread Peter Valdemar Mørch
Now, the subject does say toshiba: but I have a Dell Optiplex 755 with
a Microsoft Natural Ergonomic Keyboard 4000 v1.0 keyboard with danish
layout. Also here, my multimedia keys do not work. They did work in
Gutsy. I have gone back to gutsy and they work again. But not in Hardy.

See also http://ubuntuforums.org/showthread.php?t=734764

-- 
toshiba: No multimedia key button support hardy
https://bugs.launchpad.net/bugs/199888
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 84899] Re: SSH with GSSAPIAuthentication option on SSH servers are very slow

2008-03-22 Thread Peter Valdemar Mørch
Yes, I agree with ed_p. Also for me, that is the problem. 
For me, a simple ssh server took about 10 secs. Running with ssh -o 
GSSAPIAuthentication=no server brought that delay down to nothing. Disabling 
avahi on the client like this: 
$ sudo /etc/init.d/avahi-daemon stop 
Made it login without delay with or without GSSAPIAuthentication=no. Until the 
next reboot, where avahi will be restarted.
Disable avahi permanently by setting AVAHI_DAEMON_START=1 in 
/etc/default/avahi-daemon worked for me. (Until I discover what avahi is and 
want to use it! :D)

-- 
SSH with GSSAPIAuthentication option on SSH servers are very slow
https://bugs.launchpad.net/bugs/84899
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 94940] Re: mdns listed in nsswitch.conf causes excessive time for dns lookups

2008-03-22 Thread Peter Valdemar Mørch
Ok, so I don't pretend to understand everything in this post. If you,
like me, simply want to avoid delays logging in with ssh, stop avahi.
For me, a simple ssh server took about 10 secs. Running with ssh -o
GSSAPIAuthentication=no server brought that delay down to nothing. If
that is also true for you:

Disable avahi on the client like this:
$ sudo /etc/init.d/avahi-daemon stop
Made it login without delay with or without GSSAPIAuthentication=no. Until the 
next reboot, where avahi will be restarted.
Disable avahi permanently by setting AVAHI_DAEMON_START=1 in 
/etc/default/avahi-daemon worked for me. (Until I discover what avahi is and 
want to use it! :D)

-- 
mdns listed in nsswitch.conf causes excessive time  for dns lookups
https://bugs.launchpad.net/bugs/94940
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 81854] Re: rdesktop locks keyboard

2008-03-09 Thread Peter Valdemar Mørch
I think this thread is about this too:
http://ubuntuforums.org/showthread.php?p=4483671

-- 
rdesktop locks keyboard
https://bugs.launchpad.net/bugs/81854
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 135613] Re: Framebuffer consoles no not work in gutsy

2008-03-07 Thread Peter Valdemar Mørch
*** This bug is a duplicate of bug 129910 ***
https://bugs.launchpad.net/bugs/129910

I would like to mention a known bug in the intel driver that prevents
virtual terminals: https://bugs.launchpad.net/ubuntu/+source/linux-
source-2.6.22/+bug/135613

I have an intel card and my virtual terminals / tty-s (CTRL-ALT-F1-6)
don't work. Changing the the vesa driver makes them work!

-- 
Framebuffer consoles no not work in gutsy
https://bugs.launchpad.net/bugs/135613
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 197291] Re: tty broken after last update of xserver-xorg-video-intel

2008-03-06 Thread Peter Valdemar Mørch
*** This bug is a duplicate of bug 182865 ***
https://bugs.launchpad.net/bugs/182865

** This bug has been marked a duplicate of bug 182865
   [Gutsy backport] Cannot switch to console after installing 
xserver-xorg-video-intel 2:2.1.1-0ubuntu9.1

-- 
tty broken after last update of xserver-xorg-video-intel
https://bugs.launchpad.net/bugs/197291
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