[Bug 1430068] Re: Unable to launch gnome-system-monitor

2022-04-05 Thread Max Mustermann
executing

> sudo echo 512 > /proc/sys/fs/inotify/max_user_instances

does not work because it won't open the file as root but as your current user. 
This is because "> /proc/sys/fs/inotify/max_user_instances" is not part of what 
sudo executes. The command is interpreted by your shell as follows: open the 
file "/proc/sys/fs/inotify/max_user_instances
" for writing and execute the programm "sudo" with the following arguments 
["echo", "512"] and replace the output(stdout) of the program with said file 
for starting it. Since your shell is not running as root, it cannot open 
"/proc/sys/fs/inotify/max_user_instances" for writing.

You can either get a shell running as root (with "sudo -i" for example),
or do "echo 512 | sudo tee /proc/sys/fs/inotify/max_user_instances". The
2nd way works by passing the output of echo to sudo with in turn will
pass it on to tee which then will open the file, which it can do because
sudo invoked tee as root.

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

Title:
  Unable to launch gnome-system-monitor

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-system-monitor/+bug/1430068/+subscriptions


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

[Bug 1857444] [NEW] german neo2 keyboard not supported

2019-12-24 Thread Max Mustermann
Public bug reported:

Hi,

I'm using the german keyboard layout Neo (setxkbmap de neo).
On layer 4 of this layout are arrow/delete/backspace/... keys; see 
https://neo-layout.org/index_en.html
All of them but the delete key (which is at the key "C", keycode 27; combined 
with the Alt-Gr or "<" -key) work.

I expect it to delete the right character.
Instead it opens a question box asking whether to delete the pad.

The normal delete key (not on layer 4 of Neo) works as expected

Merry Christmas!
Best, Max

My system Specifications:
- Ubuntu 18.04.3 LTS
- gnome-i3
- xpad version 5.0.0-1 500

** Affects: xpad (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/1857444

Title:
  german neo2 keyboard not supported

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

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

[Bug 1857441] [NEW] Window transparent when opening

2019-12-24 Thread Max Mustermann
Public bug reported:

Hi,

I'm using xpad on the i3 window manager *scratchpad*.
This means that it is a floating window which I can toggle on and off 
("min/maximize") via key-combination.

Some time ago, a bug was introduced to xpad which made that it did not
refresh the opened xpad so that one can still see the window behind.
This goes to normal as soon as I move the window.

I guess you reduced some refreshing in one of the last updates which
produced this error.

Best, Max

My system Specifications:
- Ubuntu 18.04.3 LTS
- gnome-i3
- xpad version 5.0.0-1 500

** Affects: xpad (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/1857441

Title:
  Window transparent when opening

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

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

[Bug 1790657] [NEW] amqp-tools server parameter unusable

2018-09-04 Thread Max Mustermann
Public bug reported:

The version of amqp-tools in 18.04.1 LTS (and 14.04 iirc) has a bug
which renders parts of the cli unusable:

https://github.com/alanxz/rabbitmq-c/issues/364

1) 18.04.1 LTS bionic
2) 0.8.0-1build1
3) `amqp-consume --server=foobar:5672 -q queue cat` should work
4) amqp-consume complains that you cannot use --server and --url together

** Affects: librabbitmq (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/1790657

Title:
  amqp-tools server parameter unusable

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

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

[Bug 1386120] Re: evince and/or evince-thumbnailer stuck with high cpu load on specific dvi file

2015-01-20 Thread Max Mustermann
This bug recently appeared for me on utopic. Causes high CPU and very
high memory load!

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

Title:
  evince and/or evince-thumbnailer stuck with high cpu load on specific
  dvi file

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

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


[Bug 1311104] Re: nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build [macros.h:1:2: error: #error INIT_WORK() conftest failed!]

2014-06-10 Thread Max Mustermann
I'm not sure whether this is related to this bug but I was unable to install 
nvidia drivers because my default compiler was set to an older version as 
default (gcc 4.4). Setting the default back to 4.8 solved the problem and I was 
able to install the drivers.
I found this bug report because I got a similar error message when trying to 
manually install the proprietary nvidia drivers. When installing from the repos 
I didn't get an error message at all.

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

Title:
  nvidia-331 331.38-0ubuntu7: nvidia-331 kernel module failed to build
  [macros.h:1:2: error: #error INIT_WORK() conftest failed!]

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

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


[Bug 204536] Re: sound volume always resets to 100% after reboot

2014-04-07 Thread Max Mustermann
I had this bug in all previous Ubuntu Versions and still have it with a
fresh install of Ubuntu 14.04.

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

Title:
  sound volume always resets to 100% after reboot

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

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


[Bug 1294762] Re: Blur effect on whole screen

2014-03-31 Thread Max Mustermann
I had to switch to the 304.117 drivers to get rid of the problem. Seems
to be related to the 331.38 drivers from NVIDIA.

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

Title:
  Blur effect on whole screen

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
This File is a Config File for udev. So Udev knows who is allowed to use
the Fingerprintreader...

Maybe you have to do chown -R youruser ~/.fprint/

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
Add This File:  /etc/udev/rules.d/50-fingerprint.rules   
With this content :

SUBSYSTEM !=usb_device, ACTION !=add, GOTO=fingerprint_rules_end

SYSFS{idVendor} ==138a, SYSFS{idProduct} ==0018,
SYMLINK+=fingerprint

MODE=0666, OWNER=nobody, GROUP=fingerprint

LABEL=fingerprint_rules_end

Add a group fingerprint and add your user to the new group.

And Taddaaa it will work!

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-26 Thread Max Mustermann
you have to create the File!

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-25 Thread Max Mustermann
I tried it, too. But it didn't 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/827669

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
I also tried to compile the version .0.5 but there wasn't any success.
Still not working

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-02-24 Thread Max Mustermann
After a small change, it worked perfectly. Just give it a try:
https://github.com/maffmeier/fprint_vfs5011

Compile, be sure you have installed frprintd. Now you can Login with
your fingerprint ;)

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 827669] Re: [138a:0018] Validity Sensors fingerprint reader not recognized

2013-01-07 Thread Max Mustermann
where is the fix?

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

Title:
  [138a:0018] Validity Sensors fingerprint reader not recognized

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

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


[Bug 995424] [NEW] package fgfs-base 2.4.0-1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-05-06 Thread Max Mustermann
Public bug reported:

Pakete lassen sich nicht mehr installieren oder deinstallieren, mit
hinweis auf den Fehler in fgs.

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: fgfs-base 2.4.0-1
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic i686
ApportVersion: 2.0.1-0ubuntu7
Architecture: i386
Date: Sun May  6 14:32:12 2012
ErrorMessage: ErrorMessage: Unterprozess installiertes post-installation-Skript 
gab den Fehlerwert 1 zurück
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release i386 (20111012)
PackageArchitecture: all
SourcePackage: fgfs-base
Title: package fgfs-base 2.4.0-1 failed to install/upgrade: ErrorMessage: 
Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: fgfs-base (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package i386 precise

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

Title:
  package fgfs-base 2.4.0-1 failed to install/upgrade: ErrorMessage:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fgfs-base/+bug/995424/+subscriptions

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

[Bug 995424] Re: package fgfs-base 2.4.0-1 failed to install/upgrade: ErrorMessage: Unterprozess installiertes post-installation-Skript gab den Fehlerwert 1 zurück

2012-05-06 Thread Max Mustermann
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/995424

Title:
  package fgfs-base 2.4.0-1 failed to install/upgrade: ErrorMessage:
  Unterprozess installiertes post-installation-Skript gab den Fehlerwert
  1 zurück

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fgfs-base/+bug/995424/+subscriptions

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

[Bug 836250] Re: [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor networking, packet loss and very slow Lenovo X201 and T500 laptops

2012-01-02 Thread Max Mustermann
I also have a Intel Centrino Ultimate-N 6300 card. Internet is working
with the 11.10 live cd. I didn't want to install and update 11.10 so I
took a 12.04 live cd version to test this issue and indeed an internet
connection is impossible. I can conect to my WPA/WPA2 router. It shows
that I'm connected, but there is no chance to go to a webpage. It's the
same with Kubuntu 12.04.  I did this, because I experienced the same
problem with another distribution. I really get nothing, even if I stay
1 meter away from the router.

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

Title:
  [Oneiric] [Regression] Intel Corporation Centrino Ultimate-N 6300 poor
  networking, packet loss and very slow Lenovo X201 and T500 laptops

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

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