[Bug 2063491] Re: Cannot restore files using duply version included with Noble

2024-05-13 Thread Nico R
Can confirm the very same phenomenon after upgrading from Kubuntu 23.10
to 24.04

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

Title:
  Cannot restore files using duply version included with Noble

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


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

[Bug 2056578] Re: Tor Browser - keyboard not functioning

2024-05-13 Thread Nico R
Thanks #15!

I had the exact same issue on Kubuntu after upgrading from 23.10 to
24.04, and just adding the

owner @{HOME}/.cache/ibus/dbus-* rw,

line into /etc/apparmor.d/torbrowser.Browser.firefox anywhere inside the
curly brackets of the "profile" segment - e.g. immediately after the
line

profile torbrowser_firefox @{torbrowser_firefox_executable} {
[...]

and restarting the apparmor service (or rebooting the computer) does the
trick.

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

Title:
  Tor Browser - keyboard not functioning

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/torbrowser-launcher/+bug/2056578/+subscriptions


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

[Bug 1903890] Re: python3-openssl appears to be built against the wrong version of libffi

2021-01-11 Thread Nico R
Can confirm with QGIS whenever the plugins "QuickMapServices" or "Google
Earth Engine Data Catalog" try to download data from Google servers.

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

Title:
  python3-openssl appears to be built against the wrong version of
  libffi

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

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

[Bug 1868061] Re: linux-image-5.3.0-42-generic regression: no audio output on HP EliteBook 840 G6

2020-04-09 Thread Nico R.
Seems that the problem about audio output has been solved in linux-
image-5.3.0-46-generic.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  linux-image-5.3.0-42-generic regression: no audio output on HP
  EliteBook 840 G6

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

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

[Bug 1868061] Re: linux-image-5.3.0-42-generic regression: no audio output on HP EliteBook 840 G6

2020-04-06 Thread Nico R.
I have started bisecting the eoan kernel /.

Preliminary results:

* Ubuntu-5.3.0-40.32: good,
* Ubuntu-5.3.0-42.34: bad,
* Ubuntu-5.3.0-41.33: bad.

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

Title:
  linux-image-5.3.0-42-generic regression: no audio output on HP
  EliteBook 840 G6

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

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

[Bug 1868061] Re: linux-image-5.3.0-42-generic regression: no audio output on HP EliteBook 840 G6

2020-03-19 Thread Nico R.
I am currently running another kernel and will not be able to quickly
provide the information produced by apport-collect. I am quite confident
that the information provided by me so far will help with triaging this
bug report or requesting further _specific_ details, and therefore I am
setting the bug status to 'Confirmed'.

** 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/1868061

Title:
  linux-image-5.3.0-42-generic regression: no audio output on HP
  EliteBook 840 G6

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

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

[Bug 1868061] [NEW] linux-image-5.3.0-42-generic regression: no audio output on HP EliteBook 840 G6

2020-03-19 Thread Nico R.
Public bug reported:

Symptoms:

no hardware audio output device found by PulseAudio on eoan after I have
updated the system yesterday.


Works: linux-image-5.3.0-40-generic
Does not work: linux-image-5.3.0-42-generic


* I suspect this is somewhat related to the recent changes for SkyLake+ 
platforms between tags Ubuntu-5.3.0-40.32 and Ubuntu-5.3.0-42.34 (I am 
referring to the repo at 
).

* I am using the binary package from the Ubuntu repos, not a self-built
kernel.

* I can help with bisecting and testing if you like. If you like me to,
I need a piece of advice: is
 the proper up-to-
date documentation for building my Ubuntu kernel from the sources in the
git repo?


What I have tried so far:

I wanted to reload the sound module(s), so I ran the following command:

$ pulseaudio -k ; sudo rmmod snd_hda_intel snd_soc_skl_hda_dsp
snd_soc_skl_ssp_clk snd_soc_skl snd_soc_skl_ipc

Then I ran:

# modprobe snd-hda-intel


I found the following in my syslog (not totally sure about when exactly this 
happened – before or after the rmmod/modprobe):

(see attached file)


Output of ‘sudo lspci -vvnn’ (warning: on 5.3.0-40-generic! Because I am 
working in parallel and need a functioning audio setup right now; I can try 
this on another kernel in the evening if absolutely necessary, but this should 
suffice):

(see attached file)


If more information is necessary for proper debugging, please give me some 
instructions what to do. Thanks! ☺

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

** Attachment added: "excerpt from syslog, and output of ‘lspci -vvnn’"
   
https://bugs.launchpad.net/bugs/1868061/+attachment/5338694/+files/more_information

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

Title:
  linux-image-5.3.0-42-generic regression: no audio output on HP
  EliteBook 840 G6

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

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-02-13 Thread Nico R
Can confirm that, after updating from the official repositories (Kubuntu
19.10), saving passwords "for this user only" works as intended again.
Thanks!

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

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1858092/+subscriptions

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

[Bug 1833281] Re: System freeze when memory is put on SWAP in Linux >4.10.x

2020-02-12 Thread Nico R
Can confirm this on Kubuntu 19.10 on a Core i5-4310U. My RAM is fairly
big enough for what I'm doing everyday, but as soon as the tiniest
swapping occurs, it renders the machine quite unusable - stuttering
window animations, stuttering/hanging mouse cursor, often for 1-2
minutes. As I can see, the bug is already marked as confirmed, so I just
want to put this for the record.

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

Title:
  System freeze when memory is put on SWAP in Linux >4.10.x

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

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

[Bug 1858092] Re: Network Manager not saving OpenVPN password

2020-02-10 Thread Nico R
Is there an estimation when this will go from proposed to release? I'm
working around it by looking up the connections' UID in the Network-
Manager configuration and manually adding the corresponding entries in
KWallet as of now..

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

Title:
  Network Manager not saving OpenVPN password

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1858092/+subscriptions

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

[Bug 1624317] Re: systemd-resolved breaks VPN with split-horizon DNS

2017-08-10 Thread Nico R
Can confirm: #82 does the trick. Thanks Nicholas, you're awesome!

Let's hope this goes into 17.04 release or at least in zesty-updates.

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

Title:
  systemd-resolved breaks VPN with split-horizon DNS

To manage notifications about this bug go to:
https://bugs.launchpad.net/network-manager/+bug/1624317/+subscriptions

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


[Bug 1211110] Re: network manager openvpn dns push data not updating system DNS addresses

2017-05-09 Thread Nico R
Can confirm: Still present in Kubuntu 17.04.

Excerpt from /var/log/syslog:

May  9 10:52:20 edbook NetworkManager[938]:   [1494319940.4289] 
vpn-connection[0x561ae8e38690,34bc52ee-321f-42eb-af39-9dfc33ee2c5c,"WorkVPN",7:(tun0)]:
 Data:   Internal DNS: 10.42.10.2
May  9 10:52:20 edbook NetworkManager[938]:   [1494319940.4289] 
vpn-connection[0x561ae8e38690,34bc52ee-321f-42eb-af39-9dfc33ee2c5c,"WorkVPN",7:(tun0)]:
 Data:   DNS Domain: '[localdomain_propagated_by_vpn]'



ico@edbook:~$ nmcli device show tun0
GENERAL.DEVICE: tun0
GENERAL.TYPE:   tun
GENERAL.HWADDR: 
GENERAL.MTU:1500
GENERAL.STATE:  100 (connected)
GENERAL.CONNECTION: tun0
GENERAL.CON-PATH:   
/org/freedesktop/NetworkManager/ActiveConnection/10
IP4.ADDRESS[1]: 10.52.0.2/24
IP4.GATEWAY:
IP4.ROUTE[1]:   dst = 10.42.0.0/18, nh = 10.52.0.1, mt 
= 50
IP4.ROUTE[2]:   dst = 10.42.90.0/24, nh = 10.52.0.1, mt 
= 50
IP4.ROUTE[3]:   dst = 10.42.80.0/24, nh = 10.52.0.1, mt 
= 50
IP6.ADDRESS[1]: fe80::e9e3:17e7:f72:e672/64
IP6.GATEWAY:


Also, since dnsmasq appears not to be used anymore in favor of 
systemd-resolved, the "old" workaround of commenting out the
dns=dnsmasq
line in NetworkManager.conf isn't applicable anymore.

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

Title:
  network manager openvpn dns push data not updating system DNS
  addresses

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/120/+subscriptions

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


[Bug 1651734] [NEW] kwin crashes on compositor change, resulting in compositing being disabled

2016-12-21 Thread Nico R
Public bug reported:

Dear Kubuntu folks,

after the incidents I experienced, I filed a bug report via
DrKonqi/Crash Handler, which landed on
https://bugs.kde.org/show_bug.cgi?id=373912

The answer was to forward the bug report to here because it appears that
it's not KDE Upstream related, but rather Kubuntu specific.

Here's a paste of my bug description on the KDE bugtracker:

Application: kwin_x11 (5.7.5)

Qt Version: 5.6.1
Frameworks Version: 5.28.0
Operating System: Linux 4.8.0-30-generic x86_64
Distribution: Ubuntu 16.10

-- Information about the crash:
After the update to the latest KDE packages from kubuntu-ppa/backports/yakkety, 
KWin crashes whenever I switch compositor to OpenGL 2.0, 3.1 or XRender in 
system settings.
In all cases, composition gets deactivated right away, according to "qdbus 
org.kde.KWin /Compositor org.kde.kwin.Compositing.active" returning "false".

The crash can be reproduced every time.

-- Backtrace:
Application: KWin (kwin_x11), signal: Segmentation fault
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7fd9106d1940 (LWP 1652))]

Thread 5 (Thread 0x7fd873fff700 (LWP 2312)):
#0  0x7fd927807ea3 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd925688caf in qt_safe_select (nfds=14, 
fdread=fdread@entry=0x7fd86c0517c8, fdwrite=fdwrite@entry=0x7fd86c051a58, 
fdexcept=fdexcept@entry=0x7fd86c051ce8, orig_timeout=orig_timeout@entry=0x0) at 
kernel/qcore_unix.cpp:75
#2  0x7fd92568a754 in QEventDispatcherUNIX::select (timeout=0x0, 
exceptfds=0x7fd86c051ce8, writefds=0x7fd86c051a58, readfds=0x7fd86c0517c8, 
nfds=, this=0x7fd86c05d7e0) at 
kernel/qeventdispatcher_unix.cpp:320
#3  QEventDispatcherUNIXPrivate::doSelect (this=this@entry=0x7fd86c051630, 
flags=..., flags@entry=..., timeout=timeout@entry=0x0) at 
kernel/qeventdispatcher_unix.cpp:196
#4  0x7fd92568ac6a in QEventDispatcherUNIX::processEvents 
(this=0x7fd86c05d7e0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x7fd9256350fa in QEventLoop::exec (this=this@entry=0x7fd873ffec60, 
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7fd92545ad43 in QThread::exec (this=) at 
thread/qthread.cpp:500
#7  0x7fd91fef6c65 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7fd92545fc68 in QThreadPrivate::start (arg=0x55cd06b46b80) at 
thread/qthread_unix.cpp:341
#9  0x7fd920d976ca in start_thread (arg=0x7fd873fff700) at 
pthread_create.c:333
#10 0x7fd9278120af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 4 (Thread 0x7fd90625e700 (LWP 1749)):
#0  pthread_cond_wait@@GLIBC_2.3.2 () at 
../sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S:185
#1  0x7fd9247f2574 in QTWTF::TCMalloc_PageHeap::scavengerThread 
(this=0x7fd9248d9f00 ) at 
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:2359
#2  0x7fd9247f25b9 in QTWTF::TCMalloc_PageHeap::runScavengerThread 
(context=) at 
../3rdparty/javascriptcore/JavaScriptCore/wtf/FastMalloc.cpp:1464
#3  0x7fd920d976ca in start_thread (arg=0x7fd90625e700) at 
pthread_create.c:333
#4  0x7fd9278120af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 3 (Thread 0x7fd9072ef700 (LWP 1748)):
#0  0x7fd927807ea3 in select () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd925688caf in qt_safe_select (nfds=15, 
fdread=fdread@entry=0x7fd8f4000a78, fdwrite=fdwrite@entry=0x7fd8f4000d08, 
fdexcept=fdexcept@entry=0x7fd8f4000f98, orig_timeout=orig_timeout@entry=0x0) at 
kernel/qcore_unix.cpp:75
#2  0x7fd92568a754 in QEventDispatcherUNIX::select (timeout=0x0, 
exceptfds=0x7fd8f4000f98, writefds=0x7fd8f4000d08, readfds=0x7fd8f4000a78, 
nfds=, this=0x7fd8f40008c0) at 
kernel/qeventdispatcher_unix.cpp:320
#3  QEventDispatcherUNIXPrivate::doSelect (this=this@entry=0x7fd8f40008e0, 
flags=..., flags@entry=..., timeout=timeout@entry=0x0) at 
kernel/qeventdispatcher_unix.cpp:196
#4  0x7fd92568ac6a in QEventDispatcherUNIX::processEvents 
(this=0x7fd8f40008c0, flags=...) at kernel/qeventdispatcher_unix.cpp:607
#5  0x7fd9256350fa in QEventLoop::exec (this=this@entry=0x7fd9072eec60, 
flags=..., flags@entry=...) at kernel/qeventloop.cpp:204
#6  0x7fd92545ad43 in QThread::exec (this=) at 
thread/qthread.cpp:500
#7  0x7fd91fef6c65 in ?? () from /usr/lib/x86_64-linux-gnu/libQt5Qml.so.5
#8  0x7fd92545fc68 in QThreadPrivate::start (arg=0x55cd06642e80) at 
thread/qthread_unix.cpp:341
#9  0x7fd920d976ca in start_thread (arg=0x7fd9072ef700) at 
pthread_create.c:333
#10 0x7fd9278120af in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:105

Thread 2 (Thread 0x7fd9106cd700 (LWP 1670)):
#0  0x7fd9278060bd in poll () at ../sysdeps/unix/syscall-template.S:84
#1  0x7fd91e2f99d6 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#2  0x7fd91e2f9aec in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x7fd92568d4ab in QEventDispatcherGlib::processEvent

[Bug 1458329] [NEW] hplip has wrong order of udev rules ⇒ scanner ACLs not set

2015-05-24 Thread Nico R.
Public bug reported:

hplip installs 56-hpmud.rules in /lib/udev/rules.d/, which comes *after*
40-libsane.rules. For HP scanners recognized by 56-hpmud.rules, but not
by 40-libsane.rules, ENV{libsane_matched} is set to ‘yes’, which is
correct. But as 56-hpmud.rules is evaluated *after* 40-libsane.rules,
the rule from 40-libsane.rules which has ‘RUN+="/bin/setfacl -m
g:scanner:rw $env{DEVNAME}"’ is not executed anymore. This leads to the
ACLs for the scanner group *not* being set for the device.

In my case, the device is 03f0:4f11 (an HP OfficeJet 5610, known as
“Hewlett-Packard OfficeJet 5600”). hplip version is 3.14.3-0ubuntu3.2 on
Ubuntu 14.04.2 LTS (trusty).

What I tried: copied /lib/udev/rules.d/56-hpmud.rules to
/etc/udev/rules.d/10-localoverride.rules – worked fine, ACLs set
properly.

** Affects: hplip (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/1458329

Title:
  hplip has wrong order of udev rules ⇒ scanner ACLs not set

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

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

[Bug 1354924] Re: Networkmanager does not autoconnect to wireless network

2015-01-14 Thread Nico R.
Same problem here on Kubuntu 14.10 on a Dell Latitude E6410 (Intel 5 Series 
Chipset). Everything worked flawlessly before the upgrade from 14.04 to 14.10.
I also tried the supposed fix from #51, but that didn't help.

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

Title:
  Networkmanager does not autoconnect to wireless network

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1354924/+subscriptions

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


[Bug 1311371] Re: package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: ErrorMessage: il sottoprocesso installato script di post-installation ha restituito lo stato di errore 2

2014-05-29 Thread Nico R.
*** This bug is a duplicate of bug 1312428 ***
https://bugs.launchpad.net/bugs/1312428

** This bug has been marked a duplicate of bug 1312428
   package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 2

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

Title:
  package postgresql-client-9.3 9.3.4-1 failed to install/upgrade:
  ErrorMessage: il sottoprocesso installato script di post-installation
  ha restituito lo stato di errore 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.3/+bug/1311371/+subscriptions

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

[Bug 1310214] Re: package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił kod błędu 2

2014-05-29 Thread Nico R.
*** This bug is a duplicate of bug 1312428 ***
https://bugs.launchpad.net/bugs/1312428

** This bug has been marked a duplicate of bug 1312428
   package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 2

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

Title:
  package postgresql-client-9.3 9.3.4-1 failed to install/upgrade:
  ErrorMessage: podproces zainstalowany skrypt post-installation zwrócił
  kod błędu 2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.3/+bug/1310214/+subscriptions

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

[Bug 1314494] Re: package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 2 を返しました

2014-05-29 Thread Nico R.
*** This bug is a duplicate of bug 1312428 ***
https://bugs.launchpad.net/bugs/1312428

** This bug has been marked a duplicate of bug 1312428
   package postgresql-client-9.3 9.3.4-1 failed to install/upgrade: 
sub-processo script post-installation instalado retornou estado de saída de 
erro 2

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

Title:
  package postgresql-client-9.3 9.3.4-1 failed to install/upgrade:
  ErrorMessage: サブプロセス インストール済みの post-installation スクリプト はエラー終了ステータス 2
  を返しました

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/postgresql-9.3/+bug/1314494/+subscriptions

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

[Bug 1070992] Re: dropbear assumes mountpoint utility is in initramfs when it isn't

2013-12-28 Thread Nico R.
This bug also appears on Ubuntu raring with dropbear-2012.55-1.3ubuntu1.

I added the following two lines in /usr/share/initramfs-tools/hooks/dropbear:
mkdir -p "${DESTDIR}/bin"
cp /bin/mountpoint "${DESTDIR}/bin/"
where the files are copied for the initramfs.

This results in the mountpoint binary being included in the generated
initramfs images.

dropbear should also depend on the intscripts package if it is using the
mountpoint binary installed by initscripts, shouldn’t it?

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

Title:
  dropbear assumes mountpoint utility is in initramfs when it isn't

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

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

[Bug 559883] Re: lucid X crashes with dual head configuration when opengl is enabled with intel GM945

2010-09-28 Thread Nico R.
I can fully confirm this with Kubuntu Lucid 10.04 and newest Kernel
2.6.32-25-generic on a Dell Latitude D620. Dual head only works with
compositing disabled. When, in the KDE Display Settings, selecting
anything except "Clone of" while Compositing is activated - OR, enabling
Compositing while in Dualhead mode, X will crash, bring me to the login
screen and have Clone Mode activated with a resolution of 1024x768 for
both displays.

-- 
lucid X crashes with dual head configuration when opengl is enabled with intel 
GM945
https://bugs.launchpad.net/bugs/559883
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 502096] Re: KMail does not store sent messages in IMAP folder as configured

2010-01-09 Thread Nico R.
I should add that sending emails is done by using an SMTP server
configured in the preferences.

Could this be KDE bug 198620
https://bugs.kde.org/show_bug.cgi?id=198620>?

** Bug watch added: KDE Bug Tracking System #198620
   http://bugs.kde.org/show_bug.cgi?id=198620

-- 
KMail does not store sent messages in IMAP folder as configured
https://bugs.launchpad.net/bugs/502096
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 504810] Re: Konqueror ignores setting to open a new window for each folder

2010-01-08 Thread Nico R.

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

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/37618941/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/37618942/ProcStatus.txt

** Attachment added: "XsessionErrors.txt"
   http://launchpadlibrarian.net/37618943/XsessionErrors.txt

-- 
Konqueror ignores setting to open a new window for each folder
https://bugs.launchpad.net/bugs/504810
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 504810] [NEW] Konqueror ignores setting to open a new window for each folder

2010-01-08 Thread Nico R.
Public bug reported:

Binary package hint: konqueror

I have checked the checkbox to open each folder in a new window in the 
Konqueror preferences:
Konqueror menubar->Setings->Configure Konqueror...->File Management->Open 
folder in separate windows
(Maybe the options are named a bit differently in English; I am using de_DE, 
and translated the texts. The original texts are:
Konqueror menubar->Einstellungen->Konqueror 
einrichten...->Dateiverwaltung->Ordner in eigenen Fenstern öffnen.)

However, Konqueror seems to ignore that setting. After I click on a
folder, it is opened in the same window (web-browsing-like), but no new
window opens for that folder.

ProblemType: Bug
Architecture: amd64
Date: Fri Jan  8 16:44:15 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/kdeinit4
Package: kdelibs-bin 4:4.3.2-0ubuntu7.2
ProcEnviron:
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: kde4libs
Uname: Linux 2.6.31-17-generic x86_64

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


** Tags: amd64 apport-bug

-- 
Konqueror ignores setting to open a new window for each folder
https://bugs.launchpad.net/bugs/504810
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 502096] Re: KMail does not store sent messages in IMAP folder as configured

2010-01-01 Thread Nico R.

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

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/37343678/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/37343679/ProcStatus.txt

-- 
KMail does not store sent messages in IMAP folder as configured
https://bugs.launchpad.net/bugs/502096
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 502096] [NEW] KMail does not store sent messages in IMAP folder as configured

2010-01-01 Thread Nico R.
Public bug reported:

Binary package hint: kdepim

In one of my users’ accounts, there is a single identity in KMail. KMail
is configured to store all sent mails in a dedicated IMAP folder for
this identity.

Whenever a mail is sent by the user, KMail stores it in the “sent
messages” folder within “Local Folders”. This is wrong. I expect the
message to be stored in the “sent messages” folder within the IMAP
account, as set in the identity configuration.

ProblemType: Bug
Architecture: i386
Date: Fri Jan  1 16:56:25 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/kontact
Package: kontact 4:4.3.2-0ubuntu6
ProcEnviron:
 LANGUAGE=de_DE:de:en_GB:en
 PATH=(custom, user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-17.54-generic
SourcePackage: kdepim
Uname: Linux 2.6.31-17-generic i686

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


** Tags: apport-bug i386

-- 
KMail does not store sent messages in IMAP folder as configured
https://bugs.launchpad.net/bugs/502096
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 51374] Re: ndisasm sometimes outputs addresses plus 0x100000000 on amd64

2007-06-25 Thread Nico R.
As I don’t have a 64-bit box at hand, someone else will have to test
this (thanks), or it will take some time.

-- 
ndisasm sometimes outputs addresses plus 0x1 on amd64
https://bugs.launchpad.net/bugs/51374
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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

[Bug 51374] ndisasm sometimes outputs addresses plus 0x100000000 on amd64

2006-06-29 Thread Nico R.
Public bug reported:

Binary package hint: nasm

I'm using nasm-0.98.38-1.2 on Dapper on amd64. Here is a small test
program to show a problem in ndisasm:

; test.asm:
bits 32
org 0xefb58
call 0xef980

Assemble with:
nasm -o test.bin test.asm

Then, disassemble with ndisasm:
ndisasm -b 32 -i -o 0xefb58 test.bin

Result:
000EFB58  E823FEcall 0x1000ef980

Expected result:
000EFB58  E823FEcall 0xef980


This seems to happen with relative calls to lower memory addresses (negative 
values).

IIRC, this works on i386 architectures, so I suppose that the ndisasm
code expects an overflow of a variable at 0x1, but that is not
true on 64-bit architectures.

** Affects: nasm (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
ndisasm sometimes outputs addresses plus 0x1 on amd64
https://launchpad.net/bugs/51374

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


[Bug 51091] Re: Strange behavior of tabs for multiple open files in KHexEdit

2006-06-29 Thread Nico R.
~/.kde/share/config/khexeditrc, section [General Options]:
TabBarPosition=1

Alternatively, select it from the menu: Settings->Document Tabs->Above Editor.
(I'm using the German locale, no idea whether I translated it correctly.)

-- 
Strange behavior of tabs for multiple open files in KHexEdit
https://launchpad.net/bugs/51091

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


[Bug 51091] Strange behavior of tabs for multiple open files in KHexEdit

2006-06-27 Thread Nico R.
Public bug reported:

Try to open KHexEdit with more than one file simultaneously:
# khexedit file1 file2

The editor should start up with both files opened in tabs. Now click on
the tabs to change the file you are editing. Repeat this a few times.
New tabs will be added to the currently open tabs.

Expected behavior: no new tabs, but only change to the selected file.

** Affects: kdeutils (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
Strange behavior of tabs for multiple open files in KHexEdit
https://launchpad.net/bugs/51091

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


[Bug 51088] All mdbtools binaries segfault when started on amd64

2006-06-27 Thread Nico R.
Public bug reported:

Binary package hint: mdbtools

The programs in mdbtools-0.5.99.0.6pre1.0.20051109-2.1ubuntu4 all
segfault when I launch them on amd64. This is always reproducible.

** Affects: mdbtools (Ubuntu)
 Importance: Untriaged
 Status: Unconfirmed

-- 
All mdbtools binaries segfault when started on amd64
https://launchpad.net/bugs/51088

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