[Bug 574704] Re: munin-node after update to Lucid still in /etc/rc*.d, invoked twice

2011-10-14 Thread J Bruni
Hello!

Please take a look here:
http://askubuntu.com/questions/66517/why-service-munin-node-does-not-run-at-start-up-reboot/66545#66545

I had to change the upstart config ar /etc/init/munin-node.conf so
munin-node could start on reboot for me.

This happened in a VPS under OpenVZ running Ubuntu Server 10.04 LTS
(Lucid Lynx).

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/574704

Title:
  munin-node after update to Lucid still in /etc/rc*.d, invoked twice

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

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


[Bug 658383] Re: New upstream version includes potential XSS fix

2010-12-31 Thread J Bruni
Bump Bump
http://pecl.php.net/package/APC/3.1.6

Stable version!
A new package would be really great.

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

Title:
  New upstream version includes potential XSS fix

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


[Bug 524454] Re: Networking is disabled on boot (usually after suspend/hibernate)

2010-09-23 Thread J Bruni
This bug was reported in February... and almost reaching October I just
summed to the 92 affected people being the 93rd.

I am using Kubuntu Lucid Lynx fully updated.

I changed both  /var/lib/NetworkManager/NetworkManager.state  and
/etc/NetworkManager/nm-system-settings.conf  as described.

After reboot, I see the changes in the files are still there
(NetworkEnabled=true and [ifupdown] managed=true), and the internet
connection was restablished. Cool!

BUT, a side-effect persists. It does not happen if I log as the primary
user (the one with all sudo powers). It only happens if I log in as
another user: the Network Manager icon says "Not available" on mouse
hover, and it says "Network management disabled" on right click. No
options, no nothing.

i want my Network Manager icon working again (as it already is working
as I log in as the primary user)! I searched for personal settings, but
~/.kde/share/apps/networkmanagement has no files and an empty
"connections" folder inside it...

Suggestions?

Thanks...

-- 
Networking is disabled on boot (usually after suspend/hibernate)
https://bugs.launchpad.net/bugs/524454
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 529338] Re: [regression-release] Keyring not unlocked on login anymore in Lucid

2010-05-25 Thread J Bruni
Can anyone tell me if the following is related to this bug?

https://bugs.launchpad.net/ubuntu/+source/gnome-
keyring/+bug/569667/comments/18

Thank you.

-- 
[regression-release] Keyring not unlocked on login anymore in Lucid
https://bugs.launchpad.net/bugs/529338
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 553032] Re: Error communicating with gnome-keyring-daemon

2010-05-25 Thread J Bruni
*** This bug is a duplicate of bug 569667 ***
https://bugs.launchpad.net/bugs/569667

** This bug has been marked a duplicate of bug 569667
   Error communicating with gnome-keyring-daemon

-- 
Error communicating with gnome-keyring-daemon
https://bugs.launchpad.net/bugs/553032
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 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2010-05-23 Thread J Bruni
Wondering aloud

If the application that owns the clipboard provides its contents
(unavailable once it is closed)...

What if we always make Xserver itself be this application (the owner of
the contents), and thus always serve its contents (always available!)

i.e., when the user copies (CTRL+C) or cuts (CTRL+V) instead of stopping
at the point where the current application is "flagged as owner"... just
go ahead and transfer contents + ownership to Xserver so, when the
user pastes (CTRL+V) elsewhere, it will retrieve contents from
Xserver... it doesn't matter if source application is opened or
closed...

Makes sense?

Do we need a more complicated "design" for the solution? Or can we move
forward by finding out how to implement the idea above?

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 11334] Re: MASTER Copy-Paste doesn't work if the source is closed before the paste

2010-05-23 Thread J Bruni
I don't want to wait for Zealous Zebu (Ubuntu 17.04) to see this
resolved.

As a user, I want to use copy/paste being able to paste from a closed
application. (Why leave it open, then go back only to close it?)

As a developer, I work with PHP doing simple web applications. I don't
know about complex details on X-server using C language.

Anyway, I just want to contribute by sharing here some information about
WHERE is the SOURCE CODE that deals with this issue and how to GET it.
Others, like me, may want to "poke around" and, perhaps,  ...help to
develop a solution!

The package name is xserver-xorg-core


We can get the source code with the following command:

apt-get source xserver-xorg-core

I am using Lucid Lynx, and apt-get brought me Xserver 1.7.6 source code
files.


Alternatively, if "git" is installed, repository can be cloned with the 
following command:

git clone git://git.debian.org/git/pkg-xorg/xserver/xorg-server


We can find several references to "clipboard" using "grep":

cd xorg-server* 
grep -r "clipboard"  *

Most important files seems to be:

hw/xwin/winclipboard.h
hw/xwin/winclipboardinit.c
hw/xwin/winclipboardthread.c
hw/xwin/winclipboardwndproc.c
hw/xwin/winclipboardxevents.c
hw/xwin/winclipboardwrappers.c
hw/xquartz/pbproxy/x-selection.m


Comprehensive information on how to compile Xserver can be found here: 
http://www.x.org/wiki/CompileXserverManually


I am not sure, but it seems that the latest developer who made changes in the 
Xserver clipboard management code is Harold L. Hunt. So, if someone wants to 
resolve this, I recommend asking directions to him - http://huntharo.com - 
huntharo (at) gmail.com

Another developer that seems to have dealed with Xserver clipboard
issues is Colin Harrison - http://sourceforge.net/users/colinharrison


Hope this helps...

Good luck for us all!

-- 
MASTER Copy-Paste doesn't work if the source is closed before the paste
https://bugs.launchpad.net/bugs/11334
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 584395] Re: [Lucid] Each package listed twice on search results

2010-05-22 Thread J Bruni
Hovering the mouse over the results, I just noticed that there is a
difference between the repeated packages.

For example: "Jack audio plugins for VLC"

first option expands to: 
  vlc-plugin-jack - 1.0.6-1ubuntu1.1 (i386)

second option expands to: 
  vlc-plugin-jack - 1.0.6-1ubuntu1 (i386)

Note the change from "ubuntu1.1 (i386)" to "ubuntu1 (i386)"

Anyway, until I found this, i was very confused on which one to choose,
and wondering if they were the same... shouldn't KpackageKit deal better
with this scenario?


** Attachment added: "My sources.list configuration file"
   http://launchpadlibrarian.net/48947917/sources.list

-- 
[Lucid] Each package listed twice on search results
https://bugs.launchpad.net/bugs/584395
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 584395] Re: [Lucid] Each package listed twice on search results

2010-05-22 Thread J Bruni

** Attachment added: "Screenshot: each package listed twice"
   http://launchpadlibrarian.net/48947666/packagekit_bug.png

-- 
[Lucid] Each package listed twice on search results
https://bugs.launchpad.net/bugs/584395
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 584395] [NEW] [Lucid] Each package listed twice on search results

2010-05-22 Thread J Bruni
Public bug reported:

Binary package hint: packagekit

1) packages: 
  kpackagekit - 0.5.4-0ubuntu4 (i386)
  packagekit - 0.5.7-0ubuntu2 (i386)

2) release: Ubuntu 10.04 LTS (Lucid Lynx)

3) I expected to see each item on the search result listed only once, so
I didn't feel insecure by choosing one of them...

4) Instead, each item is listed twice.

This does not happen on every search. It happened when I searched for
"vlc" and "vlc-plugin".

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

-- 
[Lucid] Each package listed twice on search results
https://bugs.launchpad.net/bugs/584395
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 549431] Re: [Lucid] kpackagekit asks me to report a bug...

2010-05-22 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
[Lucid] kpackagekit asks me to report a bug...
https://bugs.launchpad.net/bugs/549431
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 546607] Re: KPackageKit gives error after recent upgrade

2010-05-11 Thread J Bruni
I also wish to thank brilliant feedback. Octavian answered my beginner's
question with lots of useful information, politely, and with patience
(not to mention quickly). Community spirit at its best. Thanks!

FYI, I just ran KPackageKit again and all worked fine! :-) Maybe the
cause of the error message for me was due to a temporary HTTP issue? I
don't know... The fact is that a successful update using KPackageKit
just happened here.

-- 
KPackageKit gives error after recent upgrade
https://bugs.launchpad.net/bugs/546607
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 566258] Re: Kpackagekit don't upgrade.

2010-05-10 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
Kpackagekit don't upgrade.
https://bugs.launchpad.net/bugs/566258
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 567062] Re: internal system error while refreshing with kpackagekit

2010-05-10 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
internal system error while refreshing with kpackagekit
https://bugs.launchpad.net/bugs/567062
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 551451] Re: TypeError: coercing to Unicode: need string or buffer, NoneType found

2010-05-10 Thread J Bruni
Perhaps the following fix apply to this bug?

https://bugs.launchpad.net/ubuntu/+source/packagekit/+bug/546607

-- 
TypeError: coercing to Unicode: need string or buffer, NoneType found
https://bugs.launchpad.net/bugs/551451
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 566452] Re: packagekit error when get updates from repo's offline

2010-05-10 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
packagekit error when get updates from repo's offline
https://bugs.launchpad.net/bugs/566452
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 573893] Re: kpackagekit cant upgrade system

2010-05-10 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
kpackagekit cant upgrade system
https://bugs.launchpad.net/bugs/573893
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 546607] Re: KPackageKit gives error after recent upgrade

2010-05-10 Thread J Bruni
I just got this error here. My question is:

How to update the system and get the fix, if KPackageKit is currently
broken?

Thanks.

-- 
KPackageKit gives error after recent upgrade
https://bugs.launchpad.net/bugs/546607
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 574917] Re: Kpackagekit refresh fails with an error "coercing to unicode: need string or buffer"

2010-05-10 Thread J Bruni
*** This bug is a duplicate of bug 546607 ***
https://bugs.launchpad.net/bugs/546607

** This bug has been marked a duplicate of bug 546607
   KPackageKit gives error after recent upgrade

-- 
Kpackagekit refresh fails with an error "coercing to unicode: need string or 
buffer"
https://bugs.launchpad.net/bugs/574917
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 574917] Re: Kpackagekit refresh fails with an error "coercing to unicode: need string or buffer"

2010-05-10 Thread J Bruni
Exactly same problem here.

KPackageKit stopped at 63% while "Baixando informações do repositório"
("Loading informations from repository") with the error "Ocorreu um
problema que não esperávamos" ("An unexpected problem happened").

Won't copy/paste the "details" because they are exactly the same as
pasted in the Bug Description.

Thanks.

-- 
Kpackagekit refresh fails with an error "coercing to unicode: need string or 
buffer"
https://bugs.launchpad.net/bugs/574917
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 451305] Re: Changes xorg.conf when driver installation fails, no warning

2009-12-07 Thread J Bruni
For those who reached this page having the same problem described in my
previous comment above (# 13)...

The solution was as easy as type the following at the command-line (I
did it after booting to the command-line selecting the newest kernel
option in GRUB):

sudo dpkg-reconfigure xserver-xorg

Once we have the information, it is so easy!

Thanks.

-- 
Changes xorg.conf when driver installation fails, no warning
https://bugs.launchpad.net/bugs/451305
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 451305] Re: Changes xorg.conf when driver installation fails, no warning

2009-11-24 Thread J Bruni
I am using Kubuntu 9.10, and just applied the most recent updates
suggested by KPackageKit.

It installed "linux-headers-2.6.31-15" among other packages.

When rebooting, the beautiful login screen did not appear. Instead, an
error message regarding the screen dimensions appeared, and I could only
access the system in the command-line interface.

Then, I ran "sudo shutdown -r now"...

In the GRUB menu, there are new options for the "2.6.31-15" kernel
(including the new default). I had to manually select "2.6.31-14", and
fortunately the "beautiful login screen" appeared, and here I am, using
the KDE interface.

I am an intermediate user - not an absolute newbie, but also not an
experiencied user. Anyway, this situation is not "comfortable": I simply
accepted the updates suggested by KPackageKit, and the result is that my
system does not boot nicely as before...

As I have nVidia drivers installed, and the error message mentions
screen size, and I found this bug in Launchpad, I am reporting this here
- I hope I am in the right place...

Please, if possible, help me by telling me what should I type in the
command-line to "fix" the "2.6.31-15" boot, to make it start X-server +
KDE normally. Also, help me to provide more information - I don't know
what other information should I be including here, so you can have more
resources to help me.

Thanks!

-- 
Changes xorg.conf when driver installation fails, no warning
https://bugs.launchpad.net/bugs/451305
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