[Bug 1016777] Re: dotty missing labels and context menu is broken

2022-06-02 Thread David Lawrence
I'm having the same problem in Ubuntu 22.04. Installing xfonts-100dpi
did not fix it.

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

Title:
  dotty missing labels and context menu is broken

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


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

[Bug 1857769] Re: program linked to protobuf crashes before main

2020-06-10 Thread David Lawrence
I downloaded the latest protocol buffer release (protobuf-
cpp-3.12.3.tar.gz) and the simple test app does not crash with that. So
this problem seems to be unique to 20.04.

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

Title:
  program linked to protobuf crashes before main

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

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

[Bug 1857769] Re: program linked to protobuf crashes before main

2020-06-03 Thread David Lawrence
This is still crashing on an up to date 20.04 build. This is a show
stopper for me using 20.04.

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

Title:
  program linked to protobuf crashes before main

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

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

[Bug 1857769] [NEW] program linked to protobuf crashes before main

2019-12-28 Thread David Lawrence
Public bug reported:

This simple test crashes on a system that I installed Ubuntu Server 20.04 daily 
build on yesterday:
echo "syntax = \"proto2\";" >| test.pbc
echo "message TestMsg" >> test.pbc
echo "{" >> test.pbc
echo "  required double f1 = 1;" >> test.pbc
echo "}" >> test.pbc

echo "int main() {return 0;}" >| test.cc

protoc --cpp_out=. ./test.pbc
g++ -c -o test.pbc.pb.o test.pbc.pb.cc
g++ -c -o test.o test.cc
g++ -o test test.o test.pbc.pb.o -lprotobuf
./test
terminate called after throwing an instance of 'std::system_error'
  what():  Unknown error -1
Aborted (core dumped)

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: protobuf-compiler 3.6.1.3-2ubuntu1
ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
Uname: Linux 5.3.0-24-generic x86_64
ApportVersion: 2.20.11-0ubuntu15
Architecture: amd64
Date: Sat Dec 28 19:10:20 2019
InstallationDate: Installed on 2019-12-27 (1 days ago)
InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Alpha amd64 
(20191227)
SourcePackage: protobuf
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal uec-images

** Description changed:

  This simple test crashes on a system that I installed Ubuntu Server 20.04 
daily build on yesterday:
  echo "syntax = \"proto2\";" >| test.pbc
  echo "message TestMsg" >> test.pbc
  echo "{" >> test.pbc
  echo "  required double f1 = 1;" >> test.pbc
  echo "}" >> test.pbc
  
- echo "int main() {return 0;}" >> test.cc
+ echo "int main() {return 0;}" >| test.cc
  
  protoc --cpp_out=. ./test.pbc
  g++ -c -o test.pbc.pb.o test.pbc.pb.cc
  g++ -c -o test.o test.cc
  g++ -o test test.o test.pbc.pb.o -lprotobuf
  ./test
  terminate called after throwing an instance of 'std::system_error'
-   what():  Unknown error -1
+   what():  Unknown error -1
  Aborted (core dumped)
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: protobuf-compiler 3.6.1.3-2ubuntu1
  ProcVersionSignature: Ubuntu 5.3.0-24.26-generic 5.3.10
  Uname: Linux 5.3.0-24-generic x86_64
  ApportVersion: 2.20.11-0ubuntu15
  Architecture: amd64
  Date: Sat Dec 28 19:10:20 2019
  InstallationDate: Installed on 2019-12-27 (1 days ago)
  InstallationMedia: Ubuntu-Server 20.04 LTS "Focal Fossa" - Alpha amd64 
(20191227)
  SourcePackage: protobuf
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  program linked to protobuf crashes before main

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-06-21 Thread David Lawrence
I tested with libnewlib-arm-none-eabi and libnewlib-dev from bionic-
proposed:

bionic-proposed/universe amd64 libnewlib-arm-none-eabi all 
2.4.0.20160527-3ubuntu0.1
bionic-proposed/universe amd64 libnewlib-dev all 2.4.0.20160527-3ubuntu0.1

I am pleased to report that the bug is fixed.

"readelf -A" output before upgrade included "Tag_ARM_ISA_use: yes";
the same ELF file after upgrade correctly includes Thumb ISA only.

Big thanks to everyone who helped with the fix.

** Tags removed: verification-needed verification-needed-bionic
** Tags added: verification-done-bionic

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

Title:
  multilib selects wrong start files

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-04-23 Thread David Lawrence
** Tags removed: verification-needed-bionic
** Tags added: verification-failed-bionic

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

Title:
  multilib selects wrong start files

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-04-23 Thread David Lawrence
Dear Adam and/or Simon,

I would like to test the new package. However, the page at
https://launchpad.net/ubuntu/+source/newlib/2.4.0.20160527-3build1
does not show any binaries available, and there is an icon
visible which is captioned "Failed to Build".

It's been 22 hours since the change was accepted into
bionic-proposed -- is it normal for a build to take this long?
Is the "Failed to Build" icon always displayed when there are
no binaries associated with a package, or does this indicate a
particular failure during compilation?

Cheers,
David

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

Title:
  multilib selects wrong start files

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-04-23 Thread David Lawrence
I dug a little deeper and found that that the build failed with
the following error message:

"""
The following packages have unmet dependencies:
 sbuild-build-depends-newlib-dummy : Depends: libcloog-isl-dev but it is not 
going to be installed
E: Unable to correct problems, you have held broken packages.
"""

I am standing by for testing whenever new binaries are available.

Thanks,
David

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

Title:
  multilib selects wrong start files

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-04-22 Thread David Lawrence
This issue is present in Bionic only. (Looking back at the discussion on
this bug, the package was confirmed working on Cosmic as of 2018-07-16.)

Best,
David

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

Title:
  multilib selects wrong start files

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

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

[Bug 1767223] Re: multilib selects wrong start files

2019-04-22 Thread David Lawrence
Hi Simon, thank you very much for your attention to this bug as it has a
major impact for many of us users!

My understanding is that the diff required to fix this bug is the empty
diff. As Thomas said -- "This bug is due to newlib built against an
older version of gcc-arm-none-eabi. It will be fixed by rebuilding
newlib using the same source."

In other words, this is a build error rather than a packaging error. All
that is needed to fix this package is a rebuild (with the latest bionic
release of gcc-arm-none-eabi, rather than an obsolete version, present
in the build environment). To the best of my knowledge there are no
changes that would require a diff.

Warm regards,
David Lawrence

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

Title:
  multilib selects wrong start files

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

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

[Bug 1815489] [NEW] wmctrl -R changes Activities

2019-02-11 Thread David Lawrence
Public bug reported:

wmctrl -R is documented to do this:
-R 
  Move the window  to the current desktop, raise the window, 
and give it focus.

But when I do that while using KDE activities, it changes my activity to
the activity containing the desktop that currently has the window and
then moves the window in that activity to the desktop in the same
location as I was using in the original activity.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: wmctrl 1.07-7build1
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Feb 11 08:47:49 2019
EcryptfsInUse: Yes
InstallationDate: Installed on 2018-03-14 (333 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
SourcePackage: wmctrl
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  wmctrl -R changes Activities

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

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

[Bug 1815488] [NEW] wmctrl -R changes Activities

2019-02-11 Thread David Lawrence
Public bug reported:

wmctrl -R is documented to do this:
-R 
  Move the window  to the current desktop, raise the window, 
and give it focus.

But when I do that while using KDE activities, it changes my activity to
the activity containing the desktop that currently has the window and
then moves the window in that activity to the desktop in the same
location as I was using in the original activity.

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: wmctrl 1.07-7build1
ProcVersionSignature: Ubuntu 4.15.0-45.48-generic 4.15.18
Uname: Linux 4.15.0-45-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.9-0ubuntu7.5
Architecture: amd64
CurrentDesktop: KDE
Date: Mon Feb 11 08:47:49 2019
EcryptfsInUse: Yes
InstallationDate: Installed on 2018-03-14 (333 days ago)
InstallationMedia: Kubuntu 18.04 LTS "Bionic Beaver" - Alpha amd64 (20180306.1)
SourcePackage: wmctrl
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic

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

Title:
  wmctrl -R changes Activities

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

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

[Bug 1625441] Re: KDE screen lock intermittent

2019-02-03 Thread David Lawrence
I have a hack workaround working I think. I call a script every minute
from a cron job that does something like this:

#!/bin/bash
export DISPLAY=:0
if [ `xprintidle` -gt 24 ];then
. ~/.Xdbus
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock
fi


The for info about .Xdbus, see:
https://github.com/Jach/cycle_gnome_background

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

Title:
  KDE screen lock intermittent

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

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

[Bug 1625441] Re: KDE screen lock intermittent

2019-02-01 Thread David Lawrence
I don't have the scripts set up yet, but I think using these calls might work:
# prints idle time in msec
xprintidle
# locks screen
qdbus org.freedesktop.ScreenSaver /ScreenSaver Lock

But of course this is a workaround for a broken screensaver. This bug
still should be fixed.

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

Title:
  KDE screen lock intermittent

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

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

[Bug 1625441] Re: KDE screen lock intermittent

2019-01-31 Thread David Lawrence
This bug was reported 2.5 years ago and was confirmed. I need a fix or a
workaround. One of my contracts is charging the US government and they
require 6 minute time charging. When the screensaver doesn't come on and
I'm on a desktop associated with a government contract, I'm logging
hours... if I don't go back and fix that, I'm actually breaking the law.
Is somebody going to look at this or do I need to research workarounds
(eg, detecting recent keyboard/mouse interaction and updating my hour
logging scripts to use that instead of the screensaver).

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

Title:
  KDE screen lock intermittent

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

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

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2018-11-12 Thread David Lawrence
This is a tarball of the directory I have used to reproduce the problem.
For me, reproducing the bug is as simple as:

cd /tmp/
tar -xvzf html2.tgz 
mkdir /tmp/rsynctest/
strace rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/


** Attachment added: "html2.tgz"
   
https://bugs.launchpad.net/ubuntu/+source/rsync/+bug/1528921/+attachment/5211950/+files/html2.tgz

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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

[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2018-11-12 Thread David Lawrence
I am still able to reproduce this problem with rsync 3.1.3 with the exact same 
test case about 3 years after I originally reported it. I'm running Ubuntu 
18.04 which comes with 3.1.2, but I compiled 3.1.3 from source and get the same 
behavior. I'm also able to reproduce the problem (although it hangs on a 
different file), on an independent 18.04.1 system from the one that I 
originally observed the problem. On the other system, I see this strace output:
strace rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/

read(3, "db1567566d32ccb07257a842a3bdc8a5", 32) = 32
close(3)= 0
write(1, "sender finished /tmp/html2/atsc_"..., 50sender finished 
/tmp/html2/atsc__pad_8h__incl.md5
) = 50
write(1, "send_files(343, /tmp/html2/atsc_"..., 51send_files(343, 
/tmp/html2/atsc__pad_8h__incl.png)
) = 51
open("html2/atsc__pad_8h__incl.png", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0664, st_size=280274, ...}) = 0
write(1, "html2/atsc__pad_8h__incl.png\n", 29html2/atsc__pad_8h__incl.png
) = 29
read(3, 
"\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\n\333\0\0\2\345\10\6\0\0\0\257\303\313"..., 
262144) = 262144
select(6, [5], [4], [5], {60, 0})   = 2 (in [5], out [4], left {59, 98})
read(5, 
"\0\0\0\0\0\0\0\1\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\240\0\0\0"..., 95) 
= 95
write(4, 
"z\375\0\7\177\377\217\246\253\200\252\252\351\3324H\203t\267H\203t7\10(\35\322)!Hw7"...,
 64894) = 64894
select(5, [], [4], [], {60, 0}) = 1 (out [4], left {59, 98})
write(4, 
"\202\312\0\7\177\377|\275\5XU[\3245|\24\5i\224\20I\25A:\244[\244\21\tI\351\356"...,
 51846) = 51846
select(5, [], [4], [], {60, 0}) = 0 (Timeout)
select(5, [], [4], [], {60, 0}) = 0 (Timeout)
select(5, [], [4], [], {60, 0}

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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

[Bug 1767223] Re: multilib selects wrong start files

2018-08-14 Thread David Lawrence
I can confirm that this bug is still present in Bionic. The libnewlib-
arm-none-eabi package is unusable. Pulling in the fixed version from
upstream, or switching to the gcc-arm-embedded ppa, fixes the issue.

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

Title:
  multilib selects wrong start files

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gcc-arm-none-eabi/+bug/1767223/+subscriptions

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

Re: [Bug 1625441] Re: KDE screen lock intermittent

2018-08-03 Thread David Lawrence
It's either a bug or a poorly documented feature, so I think it should be
pursued. If the screensaver is configured to turn off after a certain
period, it should turn off after that period unless one opts out for things
like watching movies in a browser.


On Thu, Aug 2, 2018 at 6:28 AM, gf <1625...@bugs.launchpad.net> wrote:

> Hi David. So, do you want to persue this issue or should we close the
> ticket?
> Take care
> :)
> G
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1625441
>
> Title:
>   KDE screen lock intermittent
>
> Status in kscreenlocker package in Ubuntu:
>   Incomplete
>
> Bug description:
>   I have my KDE screen locker configured to "Lock screen automatically
>   after" 1 minute.  Sometimes it does, sometimes it doesn't.  When it
>   doesn't, I can lock manually with Ctrl-Alt-L.  I upgraded from 14.04
>   to 16.04.1 ~4 days ago, and it has stopped locking 3 or 4 times.  It
>   was working fine in 14.04. It's particularly annoying for me because I
>   use my screen saver status and my workspace name to log my hours to
>   various charge numbers for work.  If the screen saver isn't on, I'm
>   logging hours.
>
>   I wasn't sure what component to file a bug against.  I assume
>   libkscreenlocker5 (there is no kscreenlocker package AFAICT).
>
>   apt-cache policy libkscreenlocker5
>   libkscreenlocker5:
> Installed: 5.5.5-0ubuntu1
> Candidate: 5.5.5-0ubuntu1
> Version table:
>*** 5.5.5-0ubuntu1 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>   100 /var/lib/dpkg/status
>
>   Other info:
>   I've tried 5 minute locking intervals and changing the interval during
> the KDE session where locking isn't working... no change.
>
>   I've looked through all of my workspaces to see if there might be some
>   dialogue window or panel widget expecting user interaction that might
>   be disabling the timeout mechanism or something like that.  I didn't
>   find anything of that sort, but I just closed all windows except the
>   firefox window in which I'm typing this question (emacs, thunderbird,
>   octave, gramps, google-chrome, konsole, + ???) and the screen saver
>   worked after that.  I'm not sure if that was coincidence or not.  I
>   re-opened an instance of every app that I remember having closed and
>   the screen saver worked again.
>
>   This is a new Ubuntu 16.04.1 64 bit installation that was converted to
>   KDE by installing kde-desktop.  The user account that I'm using has
>   its home on another disk and that home directory has been on 12.04 and
>   14.04 systems.
>
>   I'm not sure if this is anyway related, but I get a "System
>   Notification Helper" popup window many hundreds of time per day that
>   says "Software upgrade notifications are available".  Perhaps that
>   popup window is causing the screen locker to thing there is something
>   going on.
>
>   I'm not sure how to capture useful debugging information for something
>   that isn't happening.  Is there a way to query the screen locker and
>   ask it what it thought happened that prevented it from locking?
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/kscreenlocker/+
> bug/1625441/+subscriptions
>

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

Title:
  KDE screen lock intermittent

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

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

[Bug 1625441] Re: KDE screen lock intermittent

2018-07-31 Thread David Lawrence
Yes, it's still a problem in Ubuntu 18.04. I assume there is a "feature"
with an intention to keep the screen from locking when there is a video
playing and some web sites with animated ads fool that feature into
thinking a video is being watched when it isn't.

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

Title:
  KDE screen lock intermittent

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

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

Re: [Bug 1628296] Re: octave-gui hangs

2018-03-16 Thread David Lawrence
I saw it recently, but I'm running Ubuntu 16.10 which is relatively old at
this point. I plan to upgrade to Ubuntu 18.04 soon which I assume has a
relatively recent version of octave. I'll look for it in that version.

I don't have an example handy that causes it to crash. The problem is
intermittent, so it's hard to get an example, but I'll try.

I can confirm that the screen pager has always been disabled when I've seen
the problem. I never have it enabled.
 I will also try the OMP_NUM_THREADS test the next time I see the problem.


On Thu, Mar 15, 2018 at 3:12 PM, Mike Miller 
wrote:

> Are you still able to reproduce this bug with the current version of
> Octave in your version of Ubuntu?
>
> Can you give an example of a loop that demonstrates this problem when
> you issue Ctrl+C?
>
> Can you ensure that the Octave screen pager is disabled by running 'more
> off', or adding that to your ~/.octaverc?
>
> Can you still reproduce this error if you start Octave from a terminal
> with the following command
>
> env OMP_NUM_THREADS=1 /usr/bin/octave
>
> ** Changed in: octave (Ubuntu)
>Status: New => Incomplete
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/1628296
>
> Title:
>   octave-gui hangs
>
> Status in octave package in Ubuntu:
>   Incomplete
>
> Bug description:
>   If I hit ctrl-c in the command window of octave gui during execution
>   of a loop that I want to break out of, octave-gui command window
>   intermittently "hangs".  When I say hangs, it does not exit from the
>   loop and it does not return to a prompt.  I can still type into the
>   window.
>
>   Description:Ubuntu 16.04.1 LTS
>   Release:16.04
>
>   ctave:
> Installed: 4.0.0-3ubuntu9.1
> Candidate: 4.0.0-3ubuntu9.1
> Version table:
>*** 4.0.0-3ubuntu9.1 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe
> amd64 Packages
>   100 /var/lib/dpkg/status
>4.0.0-3ubuntu9 500
>   500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64
> Packages
>
>   ProblemType: Bug
>   DistroRelease: Ubuntu 16.04
>   Package: octave 4.0.0-3ubuntu9.1
>   ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
>   Uname: Linux 4.4.0-38-generic x86_64
>   NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
>   ApportVersion: 2.20.1-0ubuntu2.1
>   Architecture: amd64
>   CurrentDesktop: KDE
>   Date: Tue Sep 27 14:52:49 2016
>   EcryptfsInUse: Yes
>   InstallationDate: Installed on 2016-09-09 (18 days ago)
>   InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64
> (20160719)
>   SourcePackage: octave
>   UpgradeStatus: No upgrade log present (probably fresh install)
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/ubuntu/+source/octave/+bug/
> 1628296/+subscriptions
>

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

Title:
  octave-gui hangs

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

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

[Bug 1637845] [NEW] save to pdf hogs all memory

2016-10-30 Thread David Lawrence
Public bug reported:

Attempting to save a svg file hogs all of my memory (16GB).  I stripped
out almost everything from my svg file and can reproduce the problem
with a single remaining object.  That stripped down svg file is attached
to this report as "test5.svg".


Description:Ubuntu 16.04.1 LTS
Release:16.04
inkscape:
  Installed: 0.91-7ubuntu2
  Candidate: 0.91-7ubuntu2
  Version table:
 *** 0.91-7ubuntu2 500
500 http://us.archive.ubuntu.com/ubuntu xenial/main amd64 Packages
100 /var/lib/dpkg/status

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: inkscape 0.91-7ubuntu2
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Sun Oct 30 08:06:48 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-09-09 (51 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: inkscape
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

** Attachment added: "test5.svg"
   https://bugs.launchpad.net/bugs/1637845/+attachment/4769820/+files/test5.svg

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

Title:
  save to pdf hogs all memory

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

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


[Bug 1625441] Re: KDE screen lock intermittent

2016-10-08 Thread David Lawrence
I've been able to correlate this problem with having chromium-browser
open to certain web pages (not completely consistent in reproducing the
problem, but once reproduced, I can always make the problem go away by
closing that chromium-browser tab).  I can reproduce the problem most of
the time by opening this web page from chromium-browser and then
scrolling up and down the page a few times:

http://www.opposingviews.com/i/health/tennessee-doctor-vaccines-can-
cause-autism

I assume the problem is related to one of the ads, so this site may not
continue to cause the problem as the ads change over time.

In a few attempts, I was unable to reproduce this behavior with firefox.

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

Title:
  KDE screen lock intermittent

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

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


[Bug 1628296] [NEW] octave-gui hangs

2016-09-27 Thread David Lawrence
Public bug reported:

If I hit ctrl-c in the command window of octave gui during execution of
a loop that I want to break out of, octave-gui command window
intermittently "hangs".  When I say hangs, it does not exit from the
loop and it does not return to a prompt.  I can still type into the
window.

Description:Ubuntu 16.04.1 LTS
Release:16.04

ctave:
  Installed: 4.0.0-3ubuntu9.1
  Candidate: 4.0.0-3ubuntu9.1
  Version table:
 *** 4.0.0-3ubuntu9.1 500
500 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
100 /var/lib/dpkg/status
 4.0.0-3ubuntu9 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: octave 4.0.0-3ubuntu9.1
ProcVersionSignature: Ubuntu 4.4.0-38.57-generic 4.4.19
Uname: Linux 4.4.0-38-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CurrentDesktop: KDE
Date: Tue Sep 27 14:52:49 2016
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-09-09 (18 days ago)
InstallationMedia: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
SourcePackage: octave
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug xenial

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

Title:
  octave-gui hangs

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

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


[Bug 1625441] [NEW] KDE screen lock intermittent

2016-09-19 Thread David Lawrence
Public bug reported:

I have my KDE screen locker configured to "Lock screen automatically
after" 1 minute.  Sometimes it does, sometimes it doesn't.  When it
doesn't, I can lock manually with Ctrl-Alt-L.  I upgraded from 14.04 to
16.04.1 ~4 days ago, and it has stopped locking 3 or 4 times.  It was
working fine in 14.04. It's particularly annoying for me because I use
my screen saver status and my workspace name to log my hours to various
charge numbers for work.  If the screen saver isn't on, I'm logging
hours.

I wasn't sure what component to file a bug against.  I assume
libkscreenlocker5 (there is no kscreenlocker package AFAICT).

apt-cache policy libkscreenlocker5 
libkscreenlocker5:
  Installed: 5.5.5-0ubuntu1
  Candidate: 5.5.5-0ubuntu1
  Version table:
 *** 5.5.5-0ubuntu1 500
500 http://us.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages
100 /var/lib/dpkg/status

Other info:
I've tried 5 minute locking intervals and changing the interval during the KDE 
session where locking isn't working... no change.

I've looked through all of my workspaces to see if there might be some
dialogue window or panel widget expecting user interaction that might be
disabling the timeout mechanism or something like that.  I didn't find
anything of that sort, but I just closed all windows except the firefox
window in which I'm typing this question (emacs, thunderbird, octave,
gramps, google-chrome, konsole, + ???) and the screen saver worked after
that.  I'm not sure if that was coincidence or not.  I re-opened an
instance of every app that I remember having closed and the screen saver
worked again.

This is a new Ubuntu 16.04.1 64 bit installation that was converted to
KDE by installing kde-desktop.  The user account that I'm using has its
home on another disk and that home directory has been on 12.04 and 14.04
systems.

I'm not sure if this is anyway related, but I get a "System Notification
Helper" popup window many hundreds of time per day that says "Software
upgrade notifications are available".  Perhaps that popup window is
causing the screen locker to thing there is something going on.

I'm not sure how to capture useful debugging information for something
that isn't happening.  Is there a way to query the screen locker and ask
it what it thought happened that prevented it from locking?

** Affects: 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/1625441

Title:
  KDE screen lock intermittent

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

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


Re: [Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2016-08-25 Thread David Lawrence
On Thu, Aug 25, 2016 at 9:45 AM, Rolf Leggewie <1528...@bugs.launchpad.net>
wrote:

> David, are you sure that the file html2/atsc__interleaver_8h__incl.png
> is readable?  It seems that in my case, rsync chokes on corrupted files
> on a btrfs partition.  "md5sum $file" gives a read error in my case, for
> example.  It seems that throws off rsync.
>

Yea, it's readable:

md5sum /tmp/html2/atsc__interleaver_8h__incl.png
8b1df160420124ed28fb440b112a212a  /tmp/html2/atsc__interleaver_8h__incl.png

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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


[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem happens on a 15.04 system:

lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
stl@stl6:/tmp$ apt-cache policy rsync
rsync:
  Installed: 3.1.1-3
  Candidate: 3.1.1-3
  Version table:
 *** 3.1.1-3 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1528921

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem happens on a 15.04 system:

lsb_release -rd
Description:Ubuntu 15.04
Release:15.04
stl@stl6:/tmp$ apt-cache policy rsync
rsync:
  Installed: 3.1.1-3
  Candidate: 3.1.1-3
  Version table:
 *** 3.1.1-3 0
500 http://us.archive.ubuntu.com/ubuntu/ vivid/main amd64 Packages
100 /var/lib/dpkg/status

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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


[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem also happens with rsync from today's git HEAD and
bc58313bf7f42f0993.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1528921

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1528921] Re: rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-24 Thread David Lawrence
The same problem also happens with rsync from today's git HEAD and
bc58313bf7f42f0993.

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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


[Bug 1528921] [NEW] rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-23 Thread David Lawrence
Public bug reported:

In the last few months my home directory backup stopped completing.
I've been able to reproduce the problem on a single subdirectory
although I had to add the --debug=all flag to reproduce it on that
smaller directory.  Specifically, this command never completes:

rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/

The html2 directory is a copy of
gnuradio-3.7.8.1/build/docs/doxygen/html .

When I strace the command, I see this:
write(1, "sender finished /tmp/html2/atsc_"..., 58sender finished 
/tmp/html2/atsc__interleaver_8h__incl.md5
) = 58
write(1, "send_files(338, /tmp/html2/atsc_"..., 59send_files(338, 
/tmp/html2/atsc__interleaver_8h__incl.png)
) = 59
open("html2/atsc__interleaver_8h__incl.png", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=264657, ...}) = 0
write(1, "html2/atsc__interleaver_8h__incl"..., 
37html2/atsc__interleaver_8h__incl.png
) = 37
read(3, 
"\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\n\253\0\0\2\233\10\6\0\0\0h\242\""..., 
262144) = 262144
select(6, [5], [4], [5], {60, 0})   = 2 (in [5], out [4], left {59, 96})
read(5, 
"\0\0\0\0\0\0\0\1\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\240\0\0\0"..., 95) 
= 95
write(4, 
"r\311\0\7\177\377\232\237\264\272e\300\300\240\316\264&\314\301\252*\37\256y\225g\373^\315j\370\350"...,
 51574) = 51574
select(5, [], [4], [], {60, 0}) = 1 (out [4], left {59, 97})
write(4, 
"\7\320\0\7\177\377\234|\7X\223Y\273\255c\27\25f\306\212\202\214#E\272\212t\1\225A\fU"...,
 53259) = 53259
select(5, [], [4], [], {60, 0}

The select command times out over and over.  I get the same behavior
when trying to back up my entire home directory but I don't need the
--debug=all flag in that case.


lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

apt-cache policy rsync
rsync:
  Installed: 3.1.0-2ubuntu0.1
  Candidate: 3.1.0-2ubuntu0.1
  Version table:
 *** 3.1.0-2ubuntu0.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
100 /var/lib/dpkg/status
 3.1.0-2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: rsync 3.1.0-2ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: KDE
Date: Wed Dec 23 09:44:17 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-09-18 (1922 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
SourcePackage: rsync
UpgradeStatus: Upgraded to trusty on 2014-12-27 (361 days ago)

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


** Tags: apport-bug i386 trusty

** Attachment added: "tree listing of the directory that I've reproduced the 
rsync error with"
   
https://bugs.launchpad.net/bugs/1528921/+attachment/4539518/+files/tree.txt.gz

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to rsync in Ubuntu.
https://bugs.launchpad.net/bugs/1528921

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1528921] [NEW] rsync hangs on select(5, [], [4], [], {60, 0}

2015-12-23 Thread David Lawrence
Public bug reported:

In the last few months my home directory backup stopped completing.
I've been able to reproduce the problem on a single subdirectory
although I had to add the --debug=all flag to reproduce it on that
smaller directory.  Specifically, this command never completes:

rsync --debug=all -avz /tmp/html2 /tmp/rsynctest/

The html2 directory is a copy of
gnuradio-3.7.8.1/build/docs/doxygen/html .

When I strace the command, I see this:
write(1, "sender finished /tmp/html2/atsc_"..., 58sender finished 
/tmp/html2/atsc__interleaver_8h__incl.md5
) = 58
write(1, "send_files(338, /tmp/html2/atsc_"..., 59send_files(338, 
/tmp/html2/atsc__interleaver_8h__incl.png)
) = 59
open("html2/atsc__interleaver_8h__incl.png", O_RDONLY|O_LARGEFILE) = 3
fstat64(3, {st_mode=S_IFREG|0664, st_size=264657, ...}) = 0
write(1, "html2/atsc__interleaver_8h__incl"..., 
37html2/atsc__interleaver_8h__incl.png
) = 37
read(3, 
"\211PNG\r\n\32\n\0\0\0\rIHDR\0\0\n\253\0\0\2\233\10\6\0\0\0h\242\""..., 
262144) = 262144
select(6, [5], [4], [5], {60, 0})   = 2 (in [5], out [4], left {59, 96})
read(5, 
"\0\0\0\0\0\0\0\1\0\240\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\1\0\240\0\0\0"..., 95) 
= 95
write(4, 
"r\311\0\7\177\377\232\237\264\272e\300\300\240\316\264&\314\301\252*\37\256y\225g\373^\315j\370\350"...,
 51574) = 51574
select(5, [], [4], [], {60, 0}) = 1 (out [4], left {59, 97})
write(4, 
"\7\320\0\7\177\377\234|\7X\223Y\273\255c\27\25f\306\212\202\214#E\272\212t\1\225A\fU"...,
 53259) = 53259
select(5, [], [4], [], {60, 0}

The select command times out over and over.  I get the same behavior
when trying to back up my entire home directory but I don't need the
--debug=all flag in that case.


lsb_release -rd
Description:Ubuntu 14.04.3 LTS
Release:14.04

apt-cache policy rsync
rsync:
  Installed: 3.1.0-2ubuntu0.1
  Candidate: 3.1.0-2ubuntu0.1
  Version table:
 *** 3.1.0-2ubuntu0.1 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty-updates/main i386 
Packages
500 http://security.ubuntu.com/ubuntu/ trusty-security/main i386 
Packages
100 /var/lib/dpkg/status
 3.1.0-2 0
500 http://us.archive.ubuntu.com/ubuntu/ trusty/main i386 Packages

ProblemType: Bug
DistroRelease: Ubuntu 14.04
Package: rsync 3.1.0-2ubuntu0.1
ProcVersionSignature: Ubuntu 3.13.0-74.118-generic 3.13.11-ckt30
Uname: Linux 3.13.0-74-generic i686
NonfreeKernelModules: nvidia
ApportVersion: 2.14.1-0ubuntu3.19
Architecture: i386
CurrentDesktop: KDE
Date: Wed Dec 23 09:44:17 2015
EcryptfsInUse: Yes
InstallationDate: Installed on 2010-09-18 (1922 days ago)
InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Beta i386 (20100901.1)
SourcePackage: rsync
UpgradeStatus: Upgraded to trusty on 2014-12-27 (361 days ago)

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


** Tags: apport-bug i386 trusty

** Attachment added: "tree listing of the directory that I've reproduced the 
rsync error with"
   
https://bugs.launchpad.net/bugs/1528921/+attachment/4539518/+files/tree.txt.gz

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

Title:
  rsync hangs on select(5, [], [4], [], {60, 0}

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

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


[Bug 1019824] [NEW] Can't enter WebDAV Storage info

2012-07-01 Thread David Lawrence
Public bug reported:

After running deja-dup-preferences and changing the backup location to
WebDAV, I can't enter anything into the Server, Port, Folder, or
Username fields.  Clicking in the text entry boxes shows a cursor, but
keyboard entry doesn't do anything.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: deja-dup 22.0-0ubuntu2
ProcVersionSignature: Ubuntu 3.2.0-26.41-generic-pae 3.2.19
Uname: Linux 3.2.0-26-generic-pae i686
NonfreeKernelModules: nvidia
ApportVersion: 2.0.1-0ubuntu8
Architecture: i386
Date: Sun Jul  1 09:32:22 2012
ExecutablePath: /usr/bin/deja-dup-preferences
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Beta i386 (20100901.1)
ProcEnviron:
 SHELL=/bin/bash
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 LANGUAGE=
SourcePackage: deja-dup
UpgradeStatus: Upgraded to precise on 2012-05-19 (42 days ago)

** Affects: deja-dup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-bug i386 precise

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

Title:
  Can't enter WebDAV Storage info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1019824/+subscriptions

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


[Bug 1019824] Re: Can't enter WebDAV Storage info

2012-07-01 Thread David Lawrence
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1019824

Title:
  Can't enter WebDAV Storage info

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/deja-dup/+bug/1019824/+subscriptions

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


[Bug 373193] [NEW] jockey backend crashed

2009-05-07 Thread David Lawrence
Public bug reported:

When attempting to install the proprietary nVidia driver on Jaunty using
the Hardware Drivers dialog, the dialog freezes. If I can break out to
an error message, I get:

Sorry, the Jockey backend crashed. Please file a bug at:   ubuntu-bug
jockey-common Trying to recover by restarting backend.

I am running Ubuntu Jaunty 9.04 on a Compal el80 laptop, Core 2 Duo
2GHz, with an nvidia video processor.

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

-- 
jockey backend crashed
https://bugs.launchpad.net/bugs/373193
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