Public bug reported:
It has happened twice in the last little bit where I opened a menu on an
icon in the dock and the menu remains opened "forever" (until next
reboot).
Opening other menus from other icons in the dock works as expected.
In most cases, the menu that's stuck is "transparent" to c
For those interested in 18.04, the file to replace is:
/usr/lib/python3/dist-packages/meld/filediff.py
and you can replace it with the version:
https://gitlab.gnome.org/GNOME/meld/-/blob/3.18.2/meld/filediff.py
Then saving when closing the tab works as expected.
--
You received this bug notif
For those interested in 18.04, the file to replace is:
/usr/lib/python3/dist-packages/meld/filediff.py
and you can replace it with the version:
https://gitlab.gnome.org/GNOME/meld/-/blob/3.18.2/meld/filediff.py
Then saving when closing the tab works as expected.
--
You received this bug notif
For those interested in 18.04, the file to replace is:
/usr/lib/python3/dist-packages/meld/filediff.py
and you can replace it with the version:
https://gitlab.gnome.org/GNOME/meld/-/blob/3.18.2/meld/filediff.py
Then saving when closing the tab works as expected.
--
You received this bug notif
*** This bug is a duplicate of bug 1616650 ***
https://bugs.launchpad.net/bugs/1616650
Okay, another updated happened today (version 79.0.3945.79) and I can
confirm that it creates the issue where I lose the dot under the Gnome
icon. So bug $1616650 definitely looks like the solution to this
p
Well, I can't really confirm whether it is a refresh (which I called
auto-restart) after an auto-update or a an actual crash... but for sure
the window does not change yet it gets disconnected from the Gnome
Desktop (and that has happened many times now). At least I'll post to
confirm that the hist
Public bug reported:
Once in a while, Chromium "auto-restarts" to take advantage of new
features and especially apply security patches. This sounds like a great
feature only it currently has very bad repercussions (as in, it's
terribly bogus).
Steps to reproduce:
1. start Chromium
2. browse to v
I got here because of a question asked on the Ubuntu stack here:
https://askubuntu.com/questions/115333/how-do-i-disable-the-sleep-
button-on-my-keyboard
My keyboard Sleep button is right next to the Esc key. It's just too
close and way to easy to end up clicking on it. It would be nicer to
have
I rebooted on Ubuntu 16.04 (4.4.0-142-generic) and it worked as expected
once gpm was turned off.
I used the following command to prevent gpm from starting on a reboot
and messing up the login screen:
sudo systemctl mask gpm
--
You received this bug notification because you are a member of Ubun
I have the exact same problem on Ubuntu 16.04
(vmlinuz-4.4.0-142-generic).
I will try to turn off GPM and see how my console functions without it.
What a surprise though! Not being able to log in the simplest console.
Not something I've seen in ages...
--
You received this bug notification beca
As Pete mentioned, the "wrong" version comes from the proposed version.
We can see the list is here:
https://www.ubuntuupdates.org/package/core/xenial/main/proposed/gcc-5
The following is the table with the versions.
- Other versions of "gcc-5" in Xenial
RepositoryAreaVersion
==
Well... the creation of the environment worked with "--updates-only".
However, my build requires a few things, one of which is libexpart1-dev
and that still fails:
The following packages have unmet dependencies:
libexpat1-dev : Depends: libexpat1 (= 2.1.0-7) but 2.1.0-7ubuntu0.16.04.3 is
to be
Just in case, I tried again after commenting my .pbuilderrc and I also
have a hook.
I get the same results, the build-essential package is not happy.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1799
Public bug reported:
I have a build environment which I can't use anymore. I get some
dependency errors as follow:
The following packages have unmet dependencies:
libexpat1-dev : Depends: libexpat1 (= 2.1.0-7) but 2.1.0-7ubuntu0.16.04.3 is
to be installed
E: Unable to correct problems, you have
** Tags removed: trusty
** Tags added: xenial
** Description changed:
The do_command.c file calls fork() twice.
For the first fork(), the possibility for an error is checked properly
and an error emitted (see
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785 for an
example
Sure, I don't think anyone has ever looked in this problem,
unfortunately. Although "it works for me" now, doesn't mean it's fixed.
That's all I'm saying. The code of Thunderbird is huge so I was never
able to look enough through it and understand where the problem could
be.
Anyway, it can be clos
I don't recall having that bug happen to me for some time.
However, it stops only because I understood what was causing some other
problem. You have a feature called "Compact Folders" which is bogus and
I think that when that other problem occurs, this very bug happens. I
have had it with Thunderb
I guess I should attempt to compile before submitting a patch. Some
brackets were required in one of the cases.
** Patch added: "Compiling fix to second fork() in child_process()"
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1779583/+attachment/5158458/+files/do_command-2.patch
--
You
** Description changed:
The do_command.c file calls fork() twice.
- For the first for(), the possibility for an error is checked properly
+ For the first fork(), the possibility for an error is checked properly
and an error emitted (see
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/
Actually, an immediate fix for you guys may be to make sure that there
is some *input_data. I have no clue what that means in terms of
administrative setup, though. But maybe someone else can help in that
area. The really bad statement looks like this:
if (*input_data && fork() == 0) {
Public bug reported:
The do_command.c file calls fork() twice.
For the first for(), the possibility for an error is checked properly
and an error emitted (see
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785 for an
example when that happens: message is "can't fork".) This first fork()
I found a bug in the code as described in this issue:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1779583
The bug would not prevent the error you're seeing, however, there is a
second fork() which, if it fails, will block that part of cron, which
would therefore leak. So if it happens "on
This may be one solution to the problem reported here:
https://bugs.launchpad.net/ubuntu/+source/cron/+bug/1702785
Because when the second fork() fails, the cron process waits for 2
children, one of which doesn't even exist and thus cron is stuck with "a
ton" of memory allocated. This would also
The other bug report that seems to be similar is this one:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1742323
Although someone said that they tested the other version and it did not
work for them.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is
Same problem here.
This kernel boots and seems to work as expected:
http://kernel.ubuntu.com/~jsalisbury/lp1741934/
The newer (stock version) 4.4.0-108.131 stops really fast. It looks like
2 or 3 pages of text. I can't scroll or use the keyboard at all once it
dies. I'm attaching my screenshot o
Achim Behrens,
Is the kernel that fails really 104? Or is that your backup that you
just booted into to report the problem?
The one that fails for me is the new one, 108. It just "panics" nearly
instantaneously.
** Attachment added: "Screenshot of "panic" showing the callstack"
https://bugs.
Public bug reported:
When I start Firefox version 56 in my console and then go to a page
using Adobe Flash, I get the following errors:
/usr/lib/firefox/plugin-container: symbol lookup error:
/usr/lib/firefox/libxul.so: undefined symbol: gdk_screen_get_monitor_workarea
[18352] WARNING: pipe erro
Bug reported to Debian, reference:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855467
** Bug watch added: Debian Bug tracker #855467
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=855467
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed
Public bug reported:
Somehow, the php7.0-snmp generates many warnings about missing "things"
until I install `snmp`. Maybe snmp should be a dependency?
A couple of references of people mentioning the problem:
https://www.digitalocean.com/community/questions/installed-php-7-0-now-
returns-errors
Adding a comment just to say that I'm under Xenial and it still happens.
Even though it is marked as "Won't Fix"...
I have the problem ONLY if I quickly go from screen 1 to screen 2 and
back to screen 1 (Alt-F2, Alt-F1) and I have SeaMonkey in fullscreen
mode. Without apps in fullscreen, I never g
There is information about KWallet.
https://wiki.archlinux.org/index.php/KDE_Wallet
It is marked as optional because it is allowed to fail as it does when
you are running with Gnome (unity uses Gnome by default). So this is not
a bug. You make comment out the lines as shown in #19 but you may reg
I suppose this was not back ported to 13.10, correct?
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1294341
Title:
Some of the input fields are blank in CompizConfig Settings Manager
To manage noti
*** This bug is a duplicate of bug 1294341 ***
https://bugs.launchpad.net/bugs/1294341
The Desktop Size is still affected. But the command:
gsettings get org.compiz.core:/org/compiz/profiles/unity/plugins/core/
hsize
Seems to work for me. I currently use 2x2 and the command lines give me
2 a
I had that problem on one of my computers where I installed the CUDA
development system. The CUDA installs its own libraries and the
libvdpau_nvidia.so library was not getting used!
I used the following command to remove the "offensive" vdpau library:
sudo rm /usr/lib/libvdpau.so /usr/lib/libv
As I ran in this problem too, I wanted to mention one thing:
The RESOLVCONF=no parameter one can set in /etc/default/bind9 is NOT "in
effect" until you reboot.
I put "in effect" between quotes because it is, but bind9 will not
delete the file it created on boot:
/run/resolvconf/interface/lo.name
I have the same problem. I cannot use the global menus because I setup
my X environment to focus the window my mouse goes over. That really
does not work with global menus since I lose those menus as soon as I
move the mouse over another window (although Atl-F10 can help, it's not
easy to type that
I'm not too sure what you mean by "fixed" but for me this still doesn't
work at all.
What I really need is a flag in the compiz settings to nicely ask the
compiz system to NEVER move my windows. If I put it in the wrong place,
that's very much my problem, not compiz problem.
If such a flag alread
I started having this problem in 10.10 and it very looks like it is
because of compiz. I now have 12.04 and the problem is still there. Ivan
suggested using a PPA and unfortunately he did not mention where that
PPA is. Anyone knows?
In my case, the problem happens nearly every time I use the :ls c
Okay! The last few updates included some python updates and the problem
is now fixed. The graphical installer is now working again. Thank you.
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1014888
Tit
I've got a similar error. Mine says ".../index.3/spelling.baseA"
instead.
I do have a /var/lib/apt-xapian-index/index.2/ folder, but no
.../index.3/ folder.
An "ls -l /var/cache/" says:
drwxr-xr-x 3 root root 4096 2011-10-09 07:42 apt-xapian-index
which means the process needs to be ru
Just in case, I have 11.04
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/629112
Title:
update-apt-xapian-index crashed with DatabaseError in buildIndex()
To manage notifications about this bug go t
Same problem here, Ubuntu 10.04
sudo unhide brute
Unhide 20080519
yje...@security-projects.com
[*]Starting scanning using brute force against PIDS
Segmentation fault
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.la
Hmmm... I'm not sure what you call an *upstream* kernel. Would that be a
version that includes debug symbols?
One of these?
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32.28.12-lucid/
At the kernel level, is there any differences between an Ubuntu Server
installation and other versions?
There are the files I would attach to this bug instead of the "strange"
default that ubuntu-bug attaches.
** Attachment added: "syslog, meminfo, cpuinfo..."
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/709938/+attachment/1815846/+files/bad-page-bug.txt
--
You received this bug notifi
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/709938
Title:
BUG: Bad page map in process postgres pte:8000cef2d067
pmd:3ac58067
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
htt
software
raid.
After the syslog, I added some cat of a few /proc files.
Thank you.
Alexis Wilke
ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: linux-image-2.6.32-28-server 2.6.32-28.55 [modified:
lib/modules/2.6.32-28-server/kernel/drivers/net/usb/asix.ko]
Regression: No
Rep
Sorry, "not" => "now" -- I've got a problem with that word, obviously!
--
"at" cannot open .SEQ file
https://bugs.launchpad.net/bugs/371536
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.ub
Just to mention, I'm not on 10.04 and the at command has the setuid flag
set:
ls -l /usr/bin/at
-rwsr-sr-x 1 daemon daemon 52112 2010-03-04 18:42 /usr/bin/at
Thank you.
Alexis
--
"at" cannot open .SEQ file
https://bugs.launchpad.net/bugs/371536
You received this bug notification because you are
** Attachment added: "Shows a sample with 5,501 scam emails... all the same!"
https://bugs.launchpad.net/bugs/675673/+attachment/1734547/+files/GevaliaCoffeeSpam.png
--
One junk email repeat thousand of times (until thunderbird is stopped)
https://bugs.launchpad.net/bugs/675673
You received
Public bug reported:
Binary package hint: thunderbird
It is the 3rd time that this happens. I do not know why it would happen,
but at some point Thunderbird reads an email, decides that it is Junk
mail, and moves it to the Junk folder. Then it repeats it over and over
again until stopped by closi
I just ran in this problem. Same problem: 100% of one of the CPUs used.
I could just kill the process and got everything back to normal.
--
Backend does not get terminated
https://bugs.launchpad.net/bugs/553328
You received this bug notification because you are a member of Ubuntu
Bugs, which is s
ld prevent
the user setuid...
On the other hand, it was that way in older systems (8.04 still has the
u+s flag turned on.)
Thank you.
Alexis Wilke
P.S. There is the version, and also I tried an "apt-get install
--reinstall at" to see whether the permissions would be magically fixed
and
Note that I have 8.10 now and it works. It looks like my script I posted
here though. Thus I'm not too sure whether it was kept back or was
upgraded...
Thank you.
Alexis Wilke
--
ircd-irc2 hangs boot process
https://bugs.launchpad.net/bugs/90554
You received this bug notification becaus
Daniel,
I really won't have the time to test an alpha branch! I'm swamped with
work these days!
If I remember, I'll let you know once I have 8.10 installed...
Thank you.
Alexis
--
ircd-irc2 hangs boot process
https://bugs.launchpad.net/bugs/90554
You received this bug notification because you
those issues when I tested (rc3 does on my machine).
>
> --
> installing 915resolution for the correct resolution shouldn't be necessary
> https://launchpad.net/bugs/63560
>
Alexis Wilke
President
Made to Order Software, Corporation
e-mail: [EMAIL PROTECTED]
ce
Okay, I got the output requested. I think it will be somewhat useless.
For one thing, the xresprobe returned exactly NOTHING. Again, I have a
KVM so checking the monitor certainly does not work.
** Attachment added: "Output of commands required in bug #90558"
http://librarian.launchpad.net/6714
This is in link with the bug I entered recently named:
Boot of Desktop 6.10 (Edgy Eft) installer hangs on i845 -- bug #90558
I have a KVM, but I know the resolutions that my monitor support. I have
had that for a while and it has been working with that computer under
older Linux systems.
With
*** This bug is a duplicate of bug 63560 ***
I checked the Debugging X Auto-configuration page and I have a KVM. So
that's possibly what the problem is thought still, with 915resolution,
it works... And my monitor is a rather good one which works with really
high frequencies in 1280x1024.
Anyway,
/she wants to run 915resolution before to switch to X11. (i.e.
first time try without it and then re-try with it and it may just
magically work!)
I now run 915resolution in my boot process. Once I have a login prompt,
I can start X and it never fails.
Hope this helps other people...
Alexis Wilke
user:group irc:irc. This prevents it from
opening the .pid file (permission denied).
Thus, I changed the stop using the name of the exec rather than the .pid
file.
That works for me.
The changes are below.
Alexis Wilke
#!/bin/sh
#
# Starts/stops the irc daemon
#
set -e
# $PATH to go
PATH=/sbin
There is my file as an attachment.
Note that I don't have a patch because I did not keep the original. You
can create the patch yourself and then apply it 8-)
Alexis W.
** Attachment added: "The file with my changes"
http://librarian.launchpad.net/6672736/ircd-irc2
--
ircd-irc2 hangs boot p
61 matches
Mail list logo