Re: [Bug 1176498] Re: friends app crashes on start.

2013-08-07 Thread Jeff Licquia
On 08/05/2013 02:24 PM, Robert Bruce Park wrote:
 Yes, you can clear all Friends data and start fresh. First, you have to
 get it out of memory:
 
 killall friends-dispatcher friends-service friends-app
 
 Then you have to delete it's files:
 
 rm -rf ~/.cache/friends
 ~/.local/share/resources/com.canonical.Friends.Streams
 
 Then you can run friends-app again and it should work.

After doing this, friends-app started working again w/o crashing.  It
started out with only a few Twitter tweets, but fairly quickly started
showing a full feed, including Facebook posts.

I deleted both the cache and the resources file.  After restoring both
of these from backup, I was able to cause friends-app to segfault once
again.  Removing just the cache, and not the resource file, restored
functionality (although with a bunch of entries that were 54-odd days
old).  I didn't take the time to verify that the functionality was
complete in that case; I simply killed off friends-* again, removed the
cache and resources, and restarted.

I still have the cache handy, and can tell you things about it if you
think it would help to diagnose the segfault.

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


Re: [Bug 1176498] Re: friends app crashes on start.

2013-08-05 Thread Jeff Licquia
On 08/03/2013 10:36 AM, Robert Bruce Park wrote:
 Jeff, can you uninstall any custom PPAs or custom-compiled binaries you
 might have, and just use the stock distro packages? Also, are you using
 raring or saucy?

I'm running raring.  Here's a list of external archives I run:

 - Dropbox

 - Google Chrome

 - LSB development (for my work)

 - ownCloud

 - Steam

 - The XBMC development PPA

 - The Wine PPA

Of these, the XBMC and Wine PPAs seem like the most likely sources of
problems.  I'll try getting rid of those.  The LSB stuff is also easy
for me to get rid of, in case there's some odd thing going on there.

Unfortunately, just run stock is a good debug scenario, but a complete
non-starter when it comes to regular day-to-day running of my system.

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


Re: [Bug 1176498] Re: friends app crashes on start.

2013-08-05 Thread Jeff Licquia
On 08/05/2013 11:44 AM, Jeff Licquia wrote:
 Of these, the XBMC and Wine PPAs seem like the most likely sources of
 problems.  I'll try getting rid of those.  The LSB stuff is also easy
 for me to get rid of, in case there's some odd thing going on there.

I've purged both of these using ppa-purge, and friends-app still
segfaults.

Is there a way to purge all friends-app data and start over?  I'm
wondering if that would help.

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


[Bug 1176498] Re: friends app crashes on start.

2013-06-30 Thread Jeff Licquia
account: id 4, enabled, provider: google
account: id 3, enabled, provider: twitter
account: id 2, enabled, provider: identica
account: id 1, enabled, provider: facebook

I've turned off linkage to the identica account due to the impending
conversion to pump.io, and of course google isn't connected to Friends.

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


[Bug 1176498] Re: friends app crashes on start.

2013-06-15 Thread Jeff Licquia
According to Launchpad, friends-app is the same version on both raring
and saucy (0.90.0bzr13.04.17-0ubuntu1).  Is there some other version we
should be aware of?

I was able to reproduce the traceback in the gdb trace attached above.
I've also attached friends.log after deleting the old one, killing all
friends-related services, and restarting friends-app (and getting the
segfault).


** Attachment added: friends.log
   
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+attachment/3704404/+files/friends.log

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


[Bug 1176498] Re: friends app crashes on start.

2013-06-15 Thread Jeff Licquia
Checking out lp:friends-app on my system, I'm able to reproduce the
crash exactly with a local build (debian/rules binary followed by
running src/friends-app).  The crash reliably reproduces itself with
revisions 69 through 72.  On revision 73, I get the following output in
the terminal:

virtual void OnlineAccounts::Plugin::registerTypes(const char*) 
Ubuntu.OnlineAccounts 
virtual void FriendsPlugin::registerTypes(const char*) Friends 
file:///nethome/jeff/software/friends/friends-app/qml/friends-app.qml:64:17: 
Cannot assign to non-existent property opened 
 opened: true 
 ^ 

The friends-app icon in Unity shows that it's running, and I can close
the app by right-clicking and choosing Quit, but no Friends window
appears on the screen.

So no, the bug does not appear to be fixed already.

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

Title:
  friends app crashes on start.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/friends-app/+bug/1176498/+subscriptions

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


[Bug 1171745] Re: Timeline doesn't refresh

2013-06-05 Thread Jeff Licquia
Added a little debugging logic on my own, and watching the logs.  One
factor that seems to be present: multiple refresh threads per service
running at once.  Apparently, Facebook and Twitter start refreshes, and
then in the middle of the refresh two more refresh threads get started.
After that, all you get in the logs are attempts by the dispatcher to
exit.  It's in deadlock, because it can't get past the with
_exit_lock:.  (I added a debug statement to tell me right when it
enters terminate().)

It's not just that situation, though.  Just now, I got it to deadlock
with just the two update threads (one per service).

Oddly, it seems too easy to get 4 update threads running.  It seems like
I do one refresh request, and the dispatcher records handling 2 refresh
requests, with pretty much the same sequence of log entries (i.e. not
just random chance that a timer ran out right when I clicked refresh).
I wonder if there's a race condition there.

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

Title:
  Timeline doesn't refresh

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

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


[Bug 1171745] Re: Timeline doesn't refresh

2013-06-03 Thread Jeff Licquia
I'm experiencing the same problem.  I took the steps in comment #1, and
have attached my log.  In particular, this looks interesting:

DEBUG  Thread-29   2013-06-03 14:11:57,015  friends.utils.base  Identica.receive
 has completed in 0.05s, thread exiting.
ERROR  Thread-30   2013-06-03 14:11:57,020  friends.utils.base  argument msg: Ex
pected Soup.Message, but got gi.repository.Soup.Message
Traceback (most recent call last):
  File /usr/lib/python3/dist-packages/friends/utils/base.py, line 160, in run
super().run()
  File /usr/lib/python3.3/threading.py, line 596, in run
self._target(*self._args, **self._kwargs)
  File /usr/lib/python3/dist-packages/friends/utils/base.py, line 154, in _ret
val_catcher
self._success_callback(str(func(*args, **kwargs)))
  File /usr/lib/python3/dist-packages/friends/protocols/twitter.py, line 237, 
in receive
self.home()
  File /usr/lib/python3/dist-packages/friends/protocols/twitter.py, line 166, 
in home
for tweet in self._get_url(url):
  File /usr/lib/python3/dist-packages/friends/protocols/twitter.py, line 95, i
n _get_url
rate_limiter=self._rate_limiter).get_json()
  File /usr/lib/python3/dist-packages/friends/utils/http.py, line 100, in 
get_json
with self._transfer() as message:
  File /usr/lib/python3.3/contextlib.py, line 48, in __enter__
return next(self.gen)
  File /usr/lib/python3/dist-packages/friends/utils/http.py, line 90, in 
_transfer
_soup.send_message(message)
  File /usr/lib/python3/dist-packages/gi/types.py, line 113, in function
return info.invoke(*args, **kwargs)
TypeError: argument msg: Expected Soup.Message, but got 
gi.repository.Soup.Message

It appears in a few places in the log.


** Attachment added: friends.log.xz
   
https://bugs.launchpad.net/ubuntu/+source/friends/+bug/1171745/+attachment/3693823/+files/friends.log.xz

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

Title:
  Timeline doesn't refresh

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

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


[Bug 1171745] Re: Timeline doesn't refresh

2013-06-03 Thread Jeff Licquia
On a hunch, disabled identi.ca support.  (It'll have to happen anyway
with the pump.io conversion.)  That made the exception go away, but
didn't fix the problem with updates stopping after a time.

Looking at the most recent debug log, I stopped friends-app (via the
close button), and killed the dispatcher.  Once I killed the dispatcher,
the service (still running) seemed to wake up, and when I ran the app
again and clicked the update button, I got the past hour's worth of
updates.

So, perhaps it's a deadlock of some kind holding the dispatcher open and
preventing new updates.  Or something.

This friends.log covers all this activity.  After doing the above, I
closed friends-app and killed all the friends-foo processes to ensure I
had a clean log.


** Attachment added: friends.log
   
https://bugs.launchpad.net/ubuntu/+source/friends/+bug/1171745/+attachment/3693858/+files/friends.log

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

Title:
  Timeline doesn't refresh

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

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


[Bug 1171745] Re: Timeline doesn't refresh

2013-06-03 Thread Jeff Licquia
And I can confirm that killing friends-dispatcher by itself (while
keeping friends-app and friends-service running) seems to kick the
update process loose, at least for a while.

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

Title:
  Timeline doesn't refresh

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

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


[Bug 683640] Re: status_of_proc is returning incorrect error code

2012-10-11 Thread Jeff Licquia
For the record, #lsb is not as unanimous as has been implied.

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

Title:
  status_of_proc is returning incorrect error code

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

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


[Bug 983583] Re: NM indicator does not show VPN submenu on login

2012-07-24 Thread Jeff Licquia
Clayton's screenshot is pretty much exactly what I see.

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

Title:
  NM indicator does not show VPN submenu on login

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

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


[Bug 1013746] [NEW] nm-applet side menus stop working

2012-06-15 Thread Jeff Licquia
Public bug reported:

The Network Manager applet shows side menus for More networks and VPN
Connections.  On occasion, the applet loses the ability to display
those options usefully.  When in this state, mousing over those menu
options causes an empty menu to show up instead of the extra wireless
networks or the VPN options, respectively.

killall nm-applet followed by nm-applet --sm-disable  in a terminal
brings back those side menus.

As far as I can tell, Network Manager itself is not affected by this;
i.e. any VPN I have up at the time remains operational.  Of course, it's
difficult to start a new VPN or shut down any running VPN without the
menu options to do so.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager-gnome 0.9.4.1-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-25.40-generic 3.2.18
Uname: Linux 3.2.0-25-generic x86_64
ApportVersion: 2.0.1-0ubuntu8
Architecture: amd64
Date: Fri Jun 15 11:56:09 2012
EcryptfsInUse: Yes
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
IpRoute:
 default via 192.168.50.2 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.50.0/24 dev eth0  proto kernel  scope link  src 192.168.50.222  metric 
1 
 192.168.50.0/24 dev wlan0  proto kernel  scope link  src 192.168.50.106  
metric 2
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager-applet
UpgradeStatus: Upgraded to precise on 2012-05-02 (44 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager-applet (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  nm-applet side menus stop working

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

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


[Bug 1013746] Re: nm-applet side menus stop working

2012-06-15 Thread Jeff Licquia
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1013746

Title:
  nm-applet side menus stop working

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

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


[Bug 917314] Re: gmtp crashed with SIGSEGV in deviceConnect()

2012-05-30 Thread Jeff Licquia
Bug 968798 looks like a dup.

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

Title:
  gmtp crashed with SIGSEGV in deviceConnect()

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

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


[Bug 994575] [NEW] dnsmasq does not update nameserver info after network change

2012-05-04 Thread Jeff Licquia
Public bug reported:

I have a VPN set up in Network Manager, which worked well when my system
was running 11.10.

After upgrading to 12.04, I've noticed that DNS changes needed by the
VPN aren't happening.  Hosts that only resolve within the VPN won't
resolve, and hosts that are supposed to resolve with different IP
addresses inside the VPN don't.

I can see the new, proper nameserver configuration in /var/run/nm-dns-
dnsmasq.conf.  I can resolve properly if I query the name server
directly, i.e. host name-to-resolve vpn-dns-server-ip.  And, if I
use that IP address instead of the name, I can successfully do things
like ssh.  But simple resolution appears to still be using the old name
server.

At one point, I killed off dnsmasq and wrote a new /etc/resolv.conf with
the VPN name servers.  That worked, but caused all manner of problems
later.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: network-manager 0.9.4.0-0ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-24.37-generic 3.2.14
Uname: Linux 3.2.0-24-generic x86_64
ApportVersion: 2.0.1-0ubuntu7
Architecture: amd64
Date: Fri May  4 09:04:23 2012
EcryptfsInUse: Yes
IfupdownConfig:
 auto lo
 iface lo inet loopback
InstallationMedia: Ubuntu 11.10 Oneiric Ocelot - Release amd64 (20111012)
IpRoute:
 default via 192.168.50.2 dev eth0  proto static 
 169.254.0.0/16 dev eth0  scope link  metric 1000 
 192.168.50.0/24 dev eth0  proto kernel  scope link  src 192.168.50.222  metric 
1 
 192.168.50.0/24 dev wlan0  proto kernel  scope link  src 192.168.50.106  
metric 2
NetworkManager.state:
 [main]
 NetworkingEnabled=true
 WirelessEnabled=true
 WWANEnabled=true
 WimaxEnabled=true
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
RfKill:
 0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-manager
UpgradeStatus: Upgraded to precise on 2012-05-02 (1 days ago)
nmcli-dev:
 DEVICE TYPE  STATE DBUS-PATH   
   
 eth0   802-3-ethernetconnected 
/org/freedesktop/NetworkManager/Devices/1  
 wlan0  802-11-wireless   connected 
/org/freedesktop/NetworkManager/Devices/0
nmcli-nm:
 RUNNING VERSIONSTATE   NET-ENABLED   WIFI-HARDWARE   WIFI  
 WWAN-HARDWARE   WWAN  
 running 0.9.4.0connected   enabled   enabled 
enabledenabled disabled

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug precise

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

Title:
  dnsmasq does not update nameserver info after network change

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

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


[Bug 994575] Re: dnsmasq does not update nameserver info after network change

2012-05-04 Thread Jeff Licquia
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/994575

Title:
  dnsmasq does not update nameserver info after network change

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

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


[Bug 994575] Re: dnsmasq does not update nameserver info after network change

2012-05-04 Thread Jeff Licquia
After doing a bit of research, I found that dnsmasq usage is controlled
via the dns=dnsmasq line in /etc/NetworkManager/NetworkManager.conf.
I commented out this line and restarted, and can confirm that this fixed
my problems with DNS resolution on the VPN.

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

Title:
  dnsmasq does not update nameserver info after network change

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

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


[Bug 979080] Re: ubuntuone-syncdaemon crashed with ImportError in /usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/ubuntuone/storageprotocol/protocol_pb2.py: No module named google.protobuf

2012-04-26 Thread Jeff Licquia
I fixed this one.  Apparently, there was some weird issue when upgrading
from oneiric; apt-get --reinstall install python-protobuf caused
Ubuntu One to start working 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/979080

Title:
  ubuntuone-syncdaemon crashed with ImportError in /usr/lib/python2.7
  /dist-packages/ubuntuone-storage-
  protocol/ubuntuone/storageprotocol/protocol_pb2.py: No module named
  google.protobuf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/979080/+subscriptions

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


[Bug 979080] Re: ubuntuone-syncdaemon crashed with ImportError in /usr/lib/python2.7/dist-packages/ubuntuone-storage-protocol/ubuntuone/storageprotocol/protocol_pb2.py: No module named google.protobuf

2012-04-11 Thread Jeff Licquia
** Visibility changed to: Public

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

Title:
  ubuntuone-syncdaemon crashed with ImportError in /usr/lib/python2.7
  /dist-packages/ubuntuone-storage-
  protocol/ubuntuone/storageprotocol/protocol_pb2.py: No module named
  google.protobuf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/979080/+subscriptions

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


[Bug 908578] Re: synergys segv on paste into chrome's address bar

2011-12-25 Thread Jeff Licquia
For status in Debian, see here: http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=653257


** Bug watch added: Debian Bug tracker #653257
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=653257

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

Title:
  synergys segv on paste into chrome's address bar

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

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


Re: [Bug 900791] Re: Add printer takes too long (users cancel before completing)

2011-12-14 Thread Jeff Licquia
Can you tell me which URL is being hit which takes so long to respond?

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

Title:
  Add printer takes too long (users cancel before completing)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ayatana-design/+bug/900791/+subscriptions

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


[Bug 860686] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-29 Thread Jeff Licquia
FWIW, I just went through the crash report tool for this bug, with
3.2.0-0ubuntu2.  After reading the bug, I upgraded just gnome-settings-
daemon to 3.2.0-0ubuntu3, logged out, and logged back in.  So far, I
have not experienced a crash.

I think this is evidence that this is a dup of #832603, and can
therefore be merged/closed.

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/860686/+subscriptions

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


[Bug 832603] Re: gnome-settings-daemon crashed with SIGSEGV in g_simple_async_result_complete()

2011-09-29 Thread Jeff Licquia
Can confirm the fix.  With 0ubuntu2, got the crash.  Upgraded just
gnome-settings-daemon, logged out, then back in, and no crash.

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

Title:
  gnome-settings-daemon crashed with SIGSEGV in
  g_simple_async_result_complete()

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-settings-daemon/+bug/832603/+subscriptions

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


[Bug 845893] Re: apport-gtk crashed with TypeError in ui_present_crash(): glib.markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Jeff Licquia
*** This bug is a duplicate of bug 829635 ***
https://bugs.launchpad.net/bugs/829635


** Visibility changed to: Public

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

Title:
  apport-gtk crashed with TypeError in ui_present_crash():
  glib.markup_escape_text() takes at most 1 argument (2 given)

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

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


[Bug 829635] Re: apport-gtk crashed with TypeError in function(): markup_escape_text() takes at most 1 argument (2 given)

2011-09-09 Thread Jeff Licquia
My bug (845893) was filed against apport 1.22.1-0ubuntu2.

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

Title:
  apport-gtk crashed with TypeError in function(): markup_escape_text()
  takes at most 1 argument (2 given)

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

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


[Bug 780972] Re: desktopcouch-service crashed with Unauthorized in request(): ('unauthorized', 'Authentication required.')

2011-09-01 Thread Jeff Licquia
FWIW, didn't happen to me until today.  I've been running onieric for a
little over a week, and haven't had the problem until today.  Ran update
last night, which required a reboot (kernel update).

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

Title:
  desktopcouch-service crashed with Unauthorized in request():
  ('unauthorized', 'Authentication required.')

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

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


[Bug 816950] Re: Oneiric shutdown : Tomboy not responding

2011-08-22 Thread Jeff Licquia
Tomboy does this on natty for me, with one difference: if you just wait,
it goes away on its own after a very short wait (a few seconds).  On
oneiric, I've waited for several minutes for it to close on its own,
with no luck.

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

Title:
  Oneiric shutdown : Tomboy not responding

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

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


[Bug 798881] [NEW] offline mode doesn't save sent mail in some cases

2011-06-17 Thread Jeff Licquia
Public bug reported:

Binary package hint: thunderbird

Here's the situation: I go offline in Thunderbird on my laptop, send
some mail, and then go back online.  The mail is sent successfully, but
the email is not saved to the configured Sent folder.  Thunderbird pops
up a warning to that effect, and the mail is then lost and not able to
be recovered (unless you managed to CC yourself or something).

I think this is caused by my particular configuration: no saved password
for the server, and a Sent folder stored on the server.  After going
online and sending pending messages, Thunderbird got a permission
denied when connecting to the server to write the message.  For some
reason, instead of asking for the password as it usually would, the
operation just failed.

** Affects: thunderbird (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/798881

Title:
  offline mode doesn't save sent mail in some cases

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

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


[Bug 726391] Re: Gwibber should load new messages on demand, like Twitter web client

2011-05-09 Thread Jeff Licquia
Another possible way to do something like this: TweetDeck for Android
remembers the most recent viewed message, and positions the list so that
this message is on top.  Scrolling up from there causes new messages to
come into view.

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

Title:
  Gwibber should load new messages on demand, like Twitter web client

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


Re: [Bug 141641] Re: installing lsb requires postfix

2010-02-23 Thread Jeff Licquia
Martin Pitt wrote:
 So what we could on on the Ubuntu side is to default to a
 invalid-m-t-a package which implements /usr/bin/sendmail as exit 1,
 and if people actually need an MTA, they can pick and install one.

My only request: exit -1 instead of exit 1, per the spec:

http://refspecs.linuxfoundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-
generic/baselib-sendmail-1.html

-- 
installing lsb requires postfix
https://bugs.launchpad.net/bugs/141641
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


Re: [Bug 141641] Re: installing lsb requires postfix

2010-02-20 Thread Jeff Licquia
Martin-Éric Racine wrote:
 I'm amazed that it hasn't crossed anyone's mind that the LSB mind be
 hopelessly backward thinking, when it expects sendmail to be present
 upon every system. In honesty, too many of the LSB specification's
 elements point to a fixed-IP network built of traditional UNIX hosts.
 That paradigm hasn't been anywhere close to representing real life
 Internet usage of average Joe Buntu desktop user or of other non-server
 Linux usage cases for a long time.

The sendmail spec in the LSB is an interface: nothing more.  It does not
have to be a full MTA any more than, say, printf(3) must be a kernel
interface.

We have shopped around the idea of dropping sendmail, and met with
strong opposition from many of our ISVs.  People rely on sendmail being
there today.

If Ubuntu is not happy with postfix as their default implementation of
the sendmail interface, we invite them to choose a lightweight
alternative.  I believe several are even provided in Ubuntu already;
they certainly are provided in Debian, and could easily be pulled in.  I
have personally had good luck with ssmtp; although it requires some
configuration, the burden is not nearly as high as with postfix.

Alternatively, you're free to explore a better standard interface for
sending mail than sendmail, and getting ISVs on board with it.  Apart
from our deprecation policy, we're not married to the specific sendmail
interface.  As long as ISVs are happy with the functionality they're
provided, we can change it.

-- 
installing lsb requires postfix
https://bugs.launchpad.net/bugs/141641
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 386128] Re: lsb must pull lsb-printing

2009-07-07 Thread Jeff Licquia
After checking, I've confirmed that the Jaunty version of the lsb
package has this bug.  Patch attached which will fix it.  Will check
status of Karmic.


** Attachment added: Patch to fix wrong deps.
   http://launchpadlibrarian.net/2802/lsb-ubuntu-deps.patch

-- 
lsb must pull lsb-printing
https://bugs.launchpad.net/bugs/386128
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 386128] Re: lsb must pull lsb-printing

2009-07-07 Thread Jeff Licquia
It's in Karmic, too.  Patch for Karmic attached.

** Attachment added: Patch for Karmic to fix wrong deps.
   http://launchpadlibrarian.net/28778119/lsb-ubuntu-deps-karmic.patch

-- 
lsb must pull lsb-printing
https://bugs.launchpad.net/bugs/386128
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


Re: [Bug 141641] [NEW] installing lsb requires postfix

2009-06-12 Thread Jeff Licquia
Launchpad Bug Tracker wrote:
 Is it normal (and absolutely necessary) that when one installs lsb, postfix 
 is pulled at the same time from the requirement ?  
 Installing a daemon is not something that trivial from a security point of 
 view and there are many case where lsb might be needed on a machine where 
 postfix is useless.

The LSB includes the sendmail command, which must be present.  One way
to provide this command is to install a full MTA, such as postfix.

There are a few light mailers that also provide the sendmail command.
 I tend to use ssmtp on systems that don't need a full MTA.

-- 
installing lsb requires postfix
https://bugs.launchpad.net/bugs/141641
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


Re: [Bug 141641] Re: installing lsb requires postfix

2009-06-12 Thread Jeff Licquia
Martin Pitt wrote:
 The actual flaw here is that it encourages applications to rely on being
 able to send local mail, forget about it, and assume that the user
 actually read it.

The requirement is actually an effect, not a cause, of that
encouragement.  We've got 20+ years of history behind the sendmail
expectation, and many apps that predate the LSB and even Linux which
expect it.

-- 
installing lsb requires postfix
https://bugs.launchpad.net/bugs/141641
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


Re: [Bug 141641] Re: installing lsb requires postfix

2009-06-12 Thread Jeff Licquia
Martin Pitt wrote:
 As I pointed out, I'd object to that. We did such a thing in the past
 (ship a cripped MTA by default), and people didn't like us for that.
 
 The LSB requirement was certainly not written with the idea in mind to
 swallow all input to sendmail into a big black hole.

No, but ssmtp is neither a full MTA nor a black hole.  It requires
less configuration than postfix.  It may not be the ideal solution, but
it may represent an improvement.

-- 
installing lsb requires postfix
https://bugs.launchpad.net/bugs/141641
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


Re: [Bug 386128] [NEW] lsb must pull lsb-printing

2009-06-11 Thread Jeff Licquia
Launchpad Bug Tracker wrote:
 You have been subscribed to a public bug by Till Kamppeter (till-kamppeter):

Thanks, Till, for the heads-up.

 Binary package hint: lsb
 
 The printing requirements which got introduced to the LSB starting with
 version 3.2 are not an add-on. They are required to fulfill LSB 3.2 or
 4.0 compliance. Therefore the lsb package MUST depend on the lsb-
 printing package and not only suggest it.

I have checked the proposed update for LSB 4.0 in Hardy
(4.0-0ubuntu0.8.04.1), and it does depend on lsb-printing.  I will check
Jaunty later, when I can get to my Jaunty VM.

-- 
lsb must pull lsb-printing
https://bugs.launchpad.net/bugs/386128
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


Re: [Bug 370066] Re: LSB 4.0 support

2009-06-03 Thread Jeff Licquia
Steve Langasek wrote:
 BTW, Jeff, the patch linked above seems to have a cut-n-paste error for
 the new lsb-security package, claiming to be the Linux Standards Base
 Printing specification.  I assume that Linux Standards Base Security
 specification is correct?

Yes, thanks for catching that.

-- 
LSB 4.0 support
https://bugs.launchpad.net/bugs/370066
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 376732] [NEW] Hardy foomatic-rip PageSetup is broken, fails LSB tests

2009-05-14 Thread Jeff Licquia
Public bug reported:

Binary package hint: foomatic-filters

When running the tests for LSB 4.0 on Hardy, several tests of foomatic-
rip fail.  These tests break printing under certain circumstances.  For
more details, see LSB bug 2418:

http://bugs.linuxbase.org/show_bug.cgi?id=2418

Upstream has fixed the bug in the foomatic 3.x series, and recommends
that all distributions include the bug fix.

** Affects: foomatic-filters (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Hardy foomatic-rip PageSetup is broken, fails LSB tests
https://bugs.launchpad.net/bugs/376732
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 370066] [NEW] LSB 4.0 support

2009-04-30 Thread Jeff Licquia
Public bug reported:

Binary package hint: lsb

Attached is a patch to include the proper information for the lsb
package to support LSB 4.0.  A similar patch will be filed against
Debian soon.

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

-- 
LSB 4.0 support
https://bugs.launchpad.net/bugs/370066
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 370066] Re: LSB 4.0 support

2009-04-30 Thread Jeff Licquia

** Attachment added: lsb-ubuntu.patch
   http://launchpadlibrarian.net/26191828/lsb-ubuntu.patch

-- 
LSB 4.0 support
https://bugs.launchpad.net/bugs/370066
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


Re: [Bug 194029] Re: 2.6.24-8 Introduces Network Issue

2008-07-14 Thread Jeff Licquia
WSmart wrote:
 I just installed Xubuntu Hardy and I was running Synergy for a period
 without a problem, Ubuntu Gutsy as server.  Suddenly it's unusable.
 Might be a coincidence, but this happened right after I first tried to
 copy text from a browser.  That was the first time I tried to use the
 clipboard.  I had to fight to get it to copy and then fight to get it to
 paste using ctrl v-no paste in the context, and it finally pasted, a
 bunch of Chinese picture script.  I was able to copy the text correctly,
 after using the sudo command, but it's touch and go with anything I copy
 from the web, ie ¹º¼1ö0®¯° ,

I think we've seen this before, and it's a separate bug.

 Also noticed that the more I move the mouse around, the worse the
 problem got, as if the network were getting jammed.

This looks more like the problem we're seeing.  Have you had a chance to 
try the fixed package?

-- 
2.6.24-8 Introduces Network Issue
https://bugs.launchpad.net/bugs/194029
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

Re: [Bug 194029] Re: 2.6.24-8 Introduces Network Issue

2008-07-14 Thread Jeff Licquia
Joel Fuster wrote:
 I applied your patch and rebuilt Synergy, but I still have the lag issue.  I 
 am using it as a client to a WinXP machine.  Potentially relevant information:
   * Running an up-to-date 8.04
   * I have an SMP machine
   * It is most pronounced for me with Mozilla Thunderbird or a  busy page in 
 Firefox--whenever the window loses or gains focus, there is a large amount of 
 lag
   * Unlike many of the other reports, running synergyc as root does not fix 
 the problem for me.
   * I did not have this problem with 7.10

I'll need to check, but I think the patch only affected the server. 
Does it work better if you switch roles--make Ubuntu the server and XP 
the client?

-- 
2.6.24-8 Introduces Network Issue
https://bugs.launchpad.net/bugs/194029
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 194029] Re: 2.6.24-8 Introduces Network Issue

2008-06-26 Thread Jeff Licquia
Matt:

If it still works at all, I doubt you did too much wrong. :-)

The fix was very specific to the X11 code, and may have only fixed the
client side.  So there may be some more work to do.  OTOH, I've also
noticed a few bugs related to the Windows client, so it could be
something else.

If you can, it might be interesting switching the client and server
roles for your computers, and see if you still have the problem.

-- 
2.6.24-8 Introduces Network Issue
https://bugs.launchpad.net/bugs/194029
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 194029] Re: 2.6.24-8 Introduces Network Issue

2008-06-24 Thread Jeff Licquia
Debian maintainer here.

In Debian, synergy has been working fine up until we get Xlib-XCB into
unstable/testing; it still worked fine even with kernel 2.6.24.  So, it
seems the combination of the newer kernel and Xlib was the catalyst.

Still, I can confirm that Mike Stroyan's patch seems to clear everything
up.  I got confused between his original and updated patches, and re-did
some of the fixes in his update, and also fixed a small build issue.
But, after all that, I'm seeing synergyc work without hangups, and with
no unusual load.

I've attached my version of his patch.  You can also get the Debian
package source at my Bazaar tree on bzr.licquia.org, and build what will
likely be synergy 1.3.1-4 for Debian.


** Attachment added: Updated version of Mike Stroyan's patch
   http://launchpadlibrarian.net/15571785/synergy-hang-fix.patch

-- 
2.6.24-8 Introduces Network Issue
https://bugs.launchpad.net/bugs/194029
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 220201] Re: htmldoc - wrong linking - anchor bookmarks inside two different documents, same bookmark name

2008-06-19 Thread Jeff Licquia
This bug had been reported upstream, and upstream has indicated they
won't fix it until 1.9:

http://www.htmldoc.org/str.php?L94+P0+S-2+C0+I40+E0+M10+Q

-- 
htmldoc - wrong linking - anchor bookmarks inside two different documents, same 
bookmark name
https://bugs.launchpad.net/bugs/220201
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 184141] libstdc++6 has a binary incompatibility

2008-01-18 Thread Jeff Licquia
Public bug reported:

Binary package hint: libstdc++6

LSB testing in preparation for LSB 3.2 has uncovered a binary
incompatibility in libstdc++6 for gutsy.

Basically, there was a period of time, between the end of June and the
beginning of October, when several members of the C++ typeinfo class
were swapped around in the vtable.  The libstdc++6 from gutsy appears to
have been built from source derived from upstream during that time.

More information can be found in the LSB bug:

http://bugs.linuxbase.org/show_bug.cgi?id=1890

I believe that code using typeinfo built on gutsy will have problems
running on other system, and apps built for other distros (including
previous versions of Ubuntu) or for the LSB will have problems running
on gutsy.  Thus, even though LSB compliance is not necessarily a goal
for gutsy, it might be in Ubuntu's best interests to fix it anyway.

** Affects: gcc-4.2 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
libstdc++6 has a binary incompatibility
https://bugs.launchpad.net/bugs/184141
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