[Bug 1888184] Re: nagios-nrpe-server-4 is creating incorrect log spam

2020-07-26 Thread JP Vossen
Thanks for the clues!  I think I'd seen that URL in my research but the
`rsyslog` filter had escaped me.  I'll see about pestering upstream when
time permits, any hints on where or who to pester appreciated.

For the record, for Mint-20 or Ubuntu Focal using stock `rsyslog` this 
prevented the log spam but isn't a real fix:
```
sudo vi /etc/rsyslog.d/10-nrpe-log-spam.conf
sudo systemctl restart rsyslog
```

File contents to "fix" NODE spam:
```
# /etc/rsyslog.d/10-nrpe-log-spam.conf
# 2020-07-26 Sun: Suppress useless NRPE log spam
# See https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1888184
:msg, contains, "Request packet version was invalid" stop
:msg, contains, "Could not read request from client 192.168.1.11, bailing out" 
stop
:msg, contains, "INFO: SSL Socket Shutdown" stop
```

File contents to "fix" Server spam:
```
# /etc/rsyslog.d/10-nrpe-log-spam.conf
# 2020-07-26 Sun: Suppress useless NRPE log spam
# See https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1888184
:msg, contains, "does not support Version 3 Packets" stop
```

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

Title:
  nagios-nrpe-server-4 is creating incorrect log spam

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios-nrpe/+bug/1888184/+subscriptions

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

[Bug 1888184] [NEW] nagios-nrpe-server-4 is creating incorrect log spam

2020-07-19 Thread JP Vossen
Public bug reported:

Server: Debian 10 (buster), nagios-nrpe-plugin-3.2.1-2
Node: Linux Mint 20 (Ulyana), using Ubuntu Focal, 
nagios-nrpe-server-4.0.0-2ubuntu1

Icinga1 server on Debian monitoring a bunch of LinuxMint-19.3, using protocol 
v3, and working just fine since last year.  I just built 2x new install 
Mint-20.0 nodes and on *both* of them, for every single `check_nrpe` from the 
server to the node, the node spams its logs with:
* Jul 19 22:02:56 node nrpe[13152]: Error: (use_ssl == true): Request packet 
version was invalid!
* Jul 19 22:02:56 node nrpe[13152]: Could not read request from client 
192.168.1.11, bailing out...
* Jul 19 22:02:56 node nrpe[13152]: INFO: SSL Socket Shutdown.

And the server spams its logs with:
* Jul 19 22:02:05 server check_nrpe: Remote 192.168.1.120 does not support 
Version 3 Packets

Yet despite all of that noise, the checks actually work just fine.

Expected: the checks using nrpe-v3 should Just Work with no incorrect log spam
What happens: the nrpe-v3 checks work but spam the logs on both sides

Nice-to-have: any clues on how to cut down the log spam until the fix is 
released.
Using `/etc/nagios/nrpe.d/node.cfg` to set `debug=1` or `debug=0` works to turn 
debugs logs on and off, but that has no effect on the rest of the spam.

Server side sanity checks:
```
$ /usr/lib/nagios/plugins/check_nrpe -H node-mint20.0 -n
CHECK_NRPE: Receive header underflow - only -1 bytes received (4 expected).

$ /usr/lib/nagios/plugins/check_nrpe -H node-mint20.0 -2 # (NO LOG SPAM)
NRPE v4.0.0

$ /usr/lib/nagios/plugins/check_nrpe -H node-mint20.0# (v3 STILL WORKS, 
but with log spam)
NRPE v4.0.0


$ /usr/lib/nagios/plugins/check_nrpe -H node-mint19.3
NRPE v3.2.1
```

SERVER side test run, with deliberate errors to bracket the logs:
```
[root@drake:T1:L1:C4975:J0:2020-07-20_01:02:04_EDT]
/root# /usr/lib/nagios/plugins/check_nrpe -H node -c check_load_start
NRPE: Command 'check_load_start' not defined

[root@drake:T1:L1:C4976:J0:2020-07-20_01:02:07_EDT]
/root# /usr/lib/nagios/plugins/check_nrpe -H node -c check_load
OK - load average: 0.33, 0.14, 0.05|load1=0.330;3.000;5.000;0; 
load5=0.140;2.000;4.000;0; load15=0.050;2.000;4.000;0; 

[root@drake:T1:L1:C4976:J0:2020-07-20_01:02:12_EDT]
/root# /usr/lib/nagios/plugins/check_nrpe -H node -c check_end
NRPE: Command 'check_end' not defined
```

NODE side debug log, notes the errors, note the LOG SPAM, note the check still 
runs:
```
Jul 20 01:01:52 node systemd[1]: nagios-nrpe-server.service: Succeeded.
Jul 20 01:01:52 node nrpe[18424]: Added 
command[check_ntp_peer]=/usr/lib/nagios/plugins/check_ntp_peer -H localhost
Jul 20 01:01:52 node nrpe[18424]: Added 
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 325 -c 360
Jul 20 01:01:52 node nrpe[18424]: Added 
command[check_disks]=/usr/lib/nagios/plugins/check_disk -w 15% -c 8% -l -X 
tmpfs -X udev -X usbfs -X fuse -X fuse.sshfs -X fuse.gvfsd-fuse -X 
fuse.gvfs-fuse-daemon -X squashfs -x /run/docker/netns/default
Jul 20 01:01:52 node nrpe[18424]: Added 
command[check_load]=/usr/lib/nagios/plugins/check_load -w 3,2,2 -c 5,4,4
Jul 20 01:01:52 node nrpe[18424]: INFO: SSL/TLS initialized. All network 
traffic will be encrypted.
Jul 20 01:01:52 node nrpe[18424]: Starting up daemon
Jul 20 01:01:52 node nrpe[18424]: SETUP_WAIT_CONN FOR: IPv4 address: 0.0.0.0 
((null))
Jul 20 01:01:52 node nrpe[18424]: Server listening on 0.0.0.0 port 5666.
Jul 20 01:01:52 node nrpe[18424]: SETUP_WAIT_CONN FOR: IPv4 address: :: ((null))
Jul 20 01:01:52 node nrpe[18424]: Server listening on :: port 5666.
Jul 20 01:01:52 node nrpe[18424]: Listening for connections on port 5666
Jul 20 01:01:52 node nrpe[18424]: Allowing connections from: 
127.0.0.1,192.168.1.11
Jul 20 01:02:07 node nrpe[19664]: CONN_CHECK_PEER: checking if host is allowed: 
192.168.1.11 port 12975
Jul 20 01:02:07 node nrpe[19664]: Connection from 192.168.1.11 port 12975
Jul 20 01:02:07 node nrpe[19664]: is_an_allowed_host (AF_INET): is host 
>192.168.1.11< an allowed host >192.168.1.11<
Jul 20 01:02:07 node nrpe[19664]: message repeated 2 times: [ 
is_an_allowed_host (AF_INET): is host >192.168.1.11< an allowed host 
>192.168.1.11<]
Jul 20 01:02:07 node nrpe[19664]: is_an_allowed_host (AF_INET): host is in 
allowed host list!
Jul 20 01:02:07 node nrpe[19664]: Host address is in allowed_hosts
Jul 20 01:02:07 node nrpe[19664]: Error: (use_ssl == true): Request packet 
version was invalid!
Jul 20 01:02:07 node nrpe[19664]: Could not read request from client 
192.168.1.11, bailing out...
Jul 20 01:02:07 node nrpe[19664]: INFO: SSL Socket Shutdown.
Jul 20 01:02:07 node nrpe[19664]: Connection from 192.168.1.11 closed.
Jul 20 01:02:07 node nrpe[19671]: CONN_CHECK_PEER: checking if host is allowed: 
192.168.1.11 port 13487
Jul 20 01:02:07 node nrpe[19671]: Connection from 192.168.1.11 port 13487
Jul 20 01:02:07 node nrpe[19671]: is_an_allowed_host (AF_INET): is host 
>192.168.1.11< an allowed host >192.168.1.11<
Jul 20 01:02:07 

[Bug 1757202] Re: xubuntu / bionic / nvidia-driver-390 can only be used by one user at a time

2019-12-27 Thread JP Vossen
I just had this problem on a Mint-19.3 XFCE upgraded from 18.3.  For me,
the fix was:

* `sudo nvidia-xconfig`
* `sudo vi /etc/X11/xorg.conf`
The 'Section "Files"..EndSection' block already existed but was empty.  I added 
this:
Section "Files"
ModulePath "/usr/lib/nvidia-340/xorg"
ModulePath "/usr/lib/xorg/modules"
EndSection
* Then `sudo systemctl restart lightdm.service` which logged me out of my 
sessions!

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

Title:
  xubuntu / bionic / nvidia-driver-390 can only be used by one user at a
  time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1757202/+subscriptions

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

[Bug 1757202] Re: xubuntu / bionic / nvidia-driver-390 can only be used by one user at a time

2019-12-27 Thread JP Vossen
Drat, I meant to add this too:
Search keywords: linux mint switch user wrong resolution

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

Title:
  xubuntu / bionic / nvidia-driver-390 can only be used by one user at a
  time

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1757202/+subscriptions

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

[Bug 1035045] Re: bzr refused to commit systemd-escaped filenames

2019-11-16 Thread JP Vossen
The hack-around in
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/1035045/comments/3
"worked" for me with `etckeeper` + BZR on Mint-18, in that it stopped
the error messages.  I don't actually know or care what omitting the
affected snap files in `/etc/` might do later.

Note I needed 2 lines in `/etc/.bzrignore` and was confused when the first line 
failed to work.  And you probably also need to:
```
# Be root
cd /etc
sudo vi .bzrignore
systemd/system/snap*
systemd/system/multi-user.target.wants/snap*
bzr rm --keep systemd/system/snap* systemd/system/multi-user.target.wants/snap*
etckeeper commit 'Ugly hack-around for bzr/etckeeper errors for snapd use of 
backslash in file names'
```

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

Title:
  bzr refused to commit systemd-escaped filenames

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

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

[Bug 1575627] Re: snapd-generated systemd units cause etckeeper with bzr backend to fail

2019-11-16 Thread JP Vossen
The hack-around in
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/1035045/comments/3
"worked" for me with `etckeeper` + BZR on Mint-18, in that it stopped
the error messages.  I don't actually know or care what omitting the
affected snap files in `/etc/` might do later.

Note I needed 2 lines in `/etc/.bzrignore` and was confused when the first line 
failed to work.  And you probably also need to:
```
# Be root
cd /etc
sudo vi .bzrignore
systemd/system/snap*
systemd/system/multi-user.target.wants/snap*
bzr rm --keep systemd/system/snap* systemd/system/multi-user.target.wants/snap*
etckeeper commit 'Ugly hack-around for bzr/etckeeper errors for snapd use of 
backslash in file names'
```

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

Title:
  snapd-generated systemd units cause etckeeper with bzr backend to fail

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

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

[Bug 1650261] Re: snaps with hyphens in their names get badly-named systemd mount definitions

2019-11-16 Thread JP Vossen
The hack-around in
https://bugs.launchpad.net/ubuntu/+source/bzr/+bug/1035045/comments/3
"worked" for me with `etckeeper` + BZR on Mint-18, in that it stopped
the error messages.  I don't actually know or care what omitting the
affected snap files in `/etc/` might do later.

Note I needed 2 lines in `/etc/.bzrignore` and was confused when the first line 
failed to work.  And you probably also need to:
```
# Be root
cd /etc
sudo vi .bzrignore
systemd/system/snap*
systemd/system/multi-user.target.wants/snap*
bzr rm --keep systemd/system/snap* systemd/system/multi-user.target.wants/snap*
etckeeper commit 'Ugly hack-around for bzr/etckeeper errors for snapd use of 
backslash in file names'
```

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

Title:
  snaps with hyphens in their names get badly-named systemd mount
  definitions

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

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

[Bug 1756597] [NEW] Rhythmbox plugin "Song Lyrics" not working

2018-03-17 Thread JP Vossen
Public bug reported:

With either rhythmbox-plugins-3.0.2-0ubuntu2 (Linux Mint 17.3 Cinnamon) or 
rhythmbox-plugins-3.3-1ubuntu7 (Linux Mint 18.2 XFCE) when the "Song Lyrics" 
plugin is enabled and the following are checked, lyrics are never displayed:
* WinampCN (www.winampcn.com)
* Dark Lyrics (darklyrics.com)
* Jetlyrics (jetlyrics.com)
* I didn't use the other two since I speak only English

Looking at the code in '/usr/lib/rhythmbox/plugins/lyrics/' and
experimenting with the queries suggests that the remote web sites have
changed.

For example, 'JetlyricsParser.py' has:
* q = title + ' - ' + artist
* url = 'http://www.jetlyrics.com/search.php?q=%s' % (q)

But http://www.jetlyrics.com/search.php?q=acdc-hells+bells is 404, while
doing it manually from http://www.jetlyrics.com/ yields
http://lyrics.jetmute.com/search.php?q=acdc+hells+bells=Search
with some results.

Likewise DarkLyricsParser.py has:
* url = 'http://www.darklyrics.com/lyrics/%s/%s.html' % (best_match.artist, 
best_match.album)

But http://www.darklyrics.com/lyrics/acdc/hells+bells.html returns a
404/search page and the  search "acdc hells bells" from that page is
null but manually working through the form you can get
https://www.azlyrics.com/lyrics/acdc/hellsbells.html.

In those examples both the base web site and search strings have
changed, rendering the plugin code out of date.

Also, CTRL-L no longer works in either Mint 17's RB 3.0.2 or Mint 18's
3.0.0, but "View > Song Lyrics" works.

** Affects: rhythmbox (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/1756597

Title:
  Rhythmbox plugin "Song Lyrics" not working

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

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

[Bug 1573454] Re: Mouse pointer disappear after suspend in Xubuntu 16.04

2016-09-05 Thread JP Vossen
*** This bug is a duplicate of bug 1568604 ***
https://bugs.launchpad.net/bugs/1568604

Fresh install of Xubuntu 16.05 on Dell mini9 (32-bit/atom) with Intel graphics 
(crash dump details in LP#1619969 if it matters):
1) At install = bug present
2) Fully update and reboot = bug fixed since that installed 
xserver-xorg-video-intel-2:2.99.917+git20160325-1ubuntu1.1

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

Title:
  Mouse pointer disappear after suspend in Xubuntu 16.04

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

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


[Bug 1568604] Re: Mouse cursor lost when unlocking with Intel graphics

2016-09-05 Thread JP Vossen
Fresh install of Xubuntu 16.05 on Dell mini9 (32-bit/atom) with Intel graphics 
(crash dump details in LP#1619969 if it matters):
1) At install = bug present
2) Fully update and reboot = bug fixed since that installed 
xserver-xorg-video-intel-2:2.99.917+git20160325-1ubuntu1.1

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

Title:
  Mouse cursor lost when unlocking with Intel graphics

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

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


[Bug 1619969] Re: xubuntu crash trying to do new install

2016-09-04 Thread JP Vossen
Hard power off and a second install keeping only to the defaults worked.
What I was trying to do the first time was add more swap that was there
by default.  I guess if I really want to do that now I can fiddle with
it in LVM.

So I probably goofed something up when manually partitioning, but the
error message was totally worthless: install crashed or something
similar...  I didn't notice any indication of where to do looking for
logs, and though perhaps I could have found some logs it was easier to
just start over.

Also note, if it matters, that the machine is a circa 2009 Dell mini9
(Atom), hence the need for 32-bit.

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

Title:
  xubuntu crash trying to do new install

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

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


[Bug 1619969] [NEW] xubuntu crash trying to do new install

2016-09-03 Thread JP Vossen
Public bug reported:

Subject says it all, brand new install on a brand new SSD, crashed.
Manual partitioning might have something to do with it.

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic i686
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: i386
CasperVersion: 1.376
Date: Sat Sep  3 16:25:48 2016
InstallCmdLine: file=/cdrom/preseed/xubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash --- maybe-ubiquity
LiveMediaBuild: Xubuntu 16.04.1 LTS "Xenial Xerus" - Release i386 (20160719)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: apport-bug i386 ubiquity-2.21.63.2 xenial xubuntu

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

Title:
  xubuntu crash trying to do new install

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

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


[Bug 34813] Re: gedit fails to save files over smbfs/cifs

2016-01-15 Thread JP Vossen
My use case is a Mint 17.x VM using a VirtualBox vboxsf to a Win8.1
host.  I had this same problem in Geany and it was driving me insane
until I found
http://wiki.geany.org/config/all_you_never_wanted_to_know_about_file_saving
and then "Edit > Prefs > Various > use_atomic_file_saving: checked"
fixed it for me.  Be sure to read the URL as there are implications.
Obviously this does not fix Gedit but it may be an acceptable work-
around for some people.

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

Title:
  gedit fails to save files over smbfs/cifs

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

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


[Bug 341725] Re: Can't save changes in VirtualBox Shared Folder. Nano, OOo do it.

2016-01-15 Thread JP Vossen
My use case is a Mint 17.x VM using a VirtualBox vboxsf to a Win8.1
host.  I had this same problem in Geany and it was driving me insane
until I found
http://wiki.geany.org/config/all_you_never_wanted_to_know_about_file_saving
and then "Edit > Prefs > Various > use_atomic_file_saving: checked"
fixed it for me.  Be sure to read the URL as there are implications.
Obviously this does not fix Gedit but it may be an acceptable work-
around for some people.

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

Title:
  Can't save changes in VirtualBox Shared Folder. Nano, OOo do it.

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

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


[Bug 848968] Re: Google Calendar reminders display unnecessarily

2015-11-21 Thread JP Vossen
Me too, me too!!!  Added comment and subscribed too the new
bug, 3.10.4 on Mint 17 (more-or-less Ubuntu 14.04).

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

Title:
  Google Calendar reminders display unnecessarily

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

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


[Bug 1480446] Re: Old notifications are triggered when adding a remote calendar

2015-11-21 Thread JP Vossen
Same thing for me on 3.10.4 on Mint 17 (more-or-less Ubuntu 14.04).
Started in 2008, I'm up to 2010 after 20-30 mins...

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

Title:
  Old notifications are triggered when adding a remote calendar

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

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


[Bug 868570] Re: Can't edit or delete bookmarks in Vinagre

2015-01-06 Thread JP Vossen
2015 and still not fixed...  Not too good.

Ugly work-around, hack at '~/.local/share/vinagre/vinagre-bookmarks.xml'
with your favorite editor, but it's XML and all 1 line so it's extremely
ugly.

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

Title:
  Can't edit or delete bookmarks in Vinagre

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

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


[Bug 1002267] Re: [tuxcmd] failed to start, AccessViolation at startup

2012-12-04 Thread JP Vossen
This bug looks like a dup of Bug #916295.

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

Title:
  [tuxcmd] failed to start, AccessViolation at startup

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

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


[Bug 916295] Re: Tux Commander fails to start with overlay scrollbars

2012-12-04 Thread JP Vossen
I can confirm this in 12.04 also.  The export LIBOVERLAY_SCROLLBAR=0
hack worked for me.  And see also Bug #1002267.

You'd think you could do something like Exec=LIBOVERLAY_SCROLLBAR=0
tuxcmd but that won't work for me.  There's probably  way to wrap it in
a tiny shell script...  Yup, that worked...

* sudo vi /usr/local/bin/tuxcmd_wrapper
 #!/bin/sh -
 LIBOVERLAY_SCROLLBAR=0 tuxcmd
* sudo chmod 0755 /usr/local/bin/tuxcmd_wrapper
* sudo vi /usr/share/applications/tuxcmd.desktop
* Change the line to be: Exec=/usr/local/bin/tuxcmd_wrapper
* Actually go run: LIBOVERLAY_SCROLLBAR=0 tuxcmd
* Right-click on icon and Lock to Launcher

The modified launcher should now work.

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

Title:
  Tux Commander fails to start with overlay scrollbars

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/overlay-scrollbar/+bug/916295/+subscriptions

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


[Bug 1019708] Re: Firefox pegs CPU usage immediately, even in safe mode

2012-07-08 Thread JP Vossen
I had 4 machines affected by this problem, 3x on Ubuntu 10.04 and 1 on
12.04, all with FF 13.0.1.  It also seemed like Thunderbird was a
problem, though not as bad as FF.  Reboots fixed them all, but that's
very disappointing.  Ubuntu/ntp/GNU/Linux should handle time and leap-
seconds more gracefully than this... :-(  If I wanted to have time
problems and have to reboot to fix things, I could run Windows.

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

Title:
  Firefox pegs CPU usage immediately, even in safe mode

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

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


[Bug 855532] Re: Keyboard shortcut - Add keyboard shortcut hint overlay that is displayed when a user presses and holds the Super key

2012-04-07 Thread JP Vossen
I disagree with If screen size is smaller than 1024*768, the shortcut
window should not be displayed because I just spent about half an hour
tring to figure out why I don't get the overlay on my Mini9 1024x600
screen.

Also, I have a VM that comes up as 800x600 or something silly because of
a hardware KVM that reports wonky values, but auto-resizes (using VMware
tools) to a useful size when I fiddle with it, and I don't get the
overlay there either.  I assume that's because it probably checks the
screen size once and sets a flag, but that fails in this case, and may
fail on a tablet or phone that changes sizes when rotated.  OTOH,
checking he scrren size every time SUPER is pressed is probably bad too.
There must be a way to have a screen_resize event trigger, and change
that flag...

If the screen really is too small at the moment:
Worst case, users should get an alternate overlay that says Your screen must 
be at least 1024x768 for this feature to work.
Best case, users should get an alternate overlay that fits their screen.

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

Title:
  Keyboard shortcut - Add keyboard shortcut hint overlay that is
  displayed when a user presses and holds the Super key

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

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


[Bug 963633] Re: Unity 5.8: Login to blank screen (all black or just wallpaper)

2012-04-05 Thread JP Vossen
For what it's worth, this does seem to be fixed for me.  The last
several updates and reboots have Just Worked, with no need to do
anything special.  Thanks!

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

Title:
  Unity 5.8: Login to blank screen (all black or just wallpaper)

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

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


[Bug 763284] Re: indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

2012-04-02 Thread JP Vossen
And as noted it is (still!) happening in the beta of 12.04 LTS!  That's
how I got here; mine crashed, I reported it, and all of the attachments
and details disappeared when I said that my bug was the same as this
one.  If I see this again, how do I report it so that all the details do
not disappear again?  IOW, how do I append to this bug?

FWIW, when I skimmed my bug report bufor submitting, the sense I got was
some kind of exception due to missing or invalid weather data at the
source, which could explain why this is hard to track down.  IIRC I saw
this crash twice or so about a week ago, and it's been fine since.

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

Title:
  indicator-weather crashed with SIGSEGV in g_main_context_dispatch()

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

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


[Bug 965654] [NEW] /var/log/auth spam every 2 mins: sshd[*]: Connection closed by 127.0.0.1 [preauth]

2012-03-26 Thread JP Vossen
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04

openssh-server-1:5.9p1-4ubuntu1

Not really sure that OpenSSH is the real culprit, but it's what has been
reporting the log spam since I upgraded from 10.10 to 12.04 a day or two
ago:

$ sudo grep 'Connection closed by 127.0.0.1' /var/log/auth.log | tail
Mar 26 14:27:19 perry2 sshd[16380]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:29:19 perry2 sshd[16383]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:31:19 perry2 sshd[26767]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:33:19 perry2 sshd[7300]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:35:19 perry2 sshd[19270]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:37:19 perry2 sshd[31926]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:39:19 perry2 sshd[1696]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:41:19 perry2 sshd[1700]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:43:19 perry2 sshd[1703]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:45:19 perry2 sshd[1709]: Connection closed by 127.0.0.1 [preauth]

$ sudo zgrep -c 'Connection closed by 127.0.0.1' /var/log/auth.log*
/var/log/auth.log:934
/var/log/auth.log.1:595
/var/log/auth.log.2.gz:0
/var/log/auth.log.3.gz:0
/var/log/auth.log.4.gz:0

$ ll /var/log/auth.log*
-rw-r- 1 syslog adm 128K Mar 26 14:52 /var/log/auth.log
-rw-r- 1 syslog adm 132K Mar 25 07:52 /var/log/auth.log.1
-rw-r- 1 syslog adm 2.1K Mar 23 16:25 /var/log/auth.log.2.gz
-rw-r- 1 syslog adm  18K Feb 26 07:45 /var/log/auth.log.3.gz
-rw-r- 1 syslog adm  19K Feb 19 07:45 /var/log/auth.log.4.gz

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

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

Title:
  /var/log/auth spam every 2 mins: sshd[*]: Connection closed by
  127.0.0.1 [preauth]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openssh/+bug/965654/+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 965654] [NEW] /var/log/auth spam every 2 mins: sshd[*]: Connection closed by 127.0.0.1 [preauth]

2012-03-26 Thread JP Vossen
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04

openssh-server-1:5.9p1-4ubuntu1

Not really sure that OpenSSH is the real culprit, but it's what has been
reporting the log spam since I upgraded from 10.10 to 12.04 a day or two
ago:

$ sudo grep 'Connection closed by 127.0.0.1' /var/log/auth.log | tail
Mar 26 14:27:19 perry2 sshd[16380]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:29:19 perry2 sshd[16383]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:31:19 perry2 sshd[26767]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:33:19 perry2 sshd[7300]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:35:19 perry2 sshd[19270]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:37:19 perry2 sshd[31926]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:39:19 perry2 sshd[1696]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:41:19 perry2 sshd[1700]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:43:19 perry2 sshd[1703]: Connection closed by 127.0.0.1 [preauth]
Mar 26 14:45:19 perry2 sshd[1709]: Connection closed by 127.0.0.1 [preauth]

$ sudo zgrep -c 'Connection closed by 127.0.0.1' /var/log/auth.log*
/var/log/auth.log:934
/var/log/auth.log.1:595
/var/log/auth.log.2.gz:0
/var/log/auth.log.3.gz:0
/var/log/auth.log.4.gz:0

$ ll /var/log/auth.log*
-rw-r- 1 syslog adm 128K Mar 26 14:52 /var/log/auth.log
-rw-r- 1 syslog adm 132K Mar 25 07:52 /var/log/auth.log.1
-rw-r- 1 syslog adm 2.1K Mar 23 16:25 /var/log/auth.log.2.gz
-rw-r- 1 syslog adm  18K Feb 26 07:45 /var/log/auth.log.3.gz
-rw-r- 1 syslog adm  19K Feb 19 07:45 /var/log/auth.log.4.gz

** Affects: openssh (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/965654

Title:
  /var/log/auth spam every 2 mins: sshd[*]: Connection closed by
  127.0.0.1 [preauth]

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

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


[Bug 963633] Re: Unity 5.8: Login to blank screen (all black or just wallpaper)

2012-03-25 Thread JP Vossen
unity --reset and logging back in seems to have fixed it for me as well,
though the process did scary things to the desktop and on the terminal
where I ran it which adds a bit more newbie unfriendlyness to the whole
issue.

Having said that, I don't think 3d ever worked on this machine before
and the user feedback in 3d is *much* better than in 2d, so that's a
great improvement, even with this issue.

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

Title:
  Unity 5.8: Login to blank screen (all black or just wallpaper)

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

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


[Bug 964429] [NEW] Use of assignment to $[ is deprecated at /usr/sbin/fcheck line 1366.

2012-03-25 Thread JP Vossen
Public bug reported:

Description:Ubuntu precise (development branch)
Release:12.04

Package: fcheck-2.7.59-17

I upgraded a pretty stock Ubuntu 11.11 to 12.04, and now I'm getting
cron emails complaining:

Use of assignment to $[ is deprecated at /usr/sbin/fcheck line 1366.

This is due to new features in Perl 5.12 and is true:
[...]
   1357 
###
   1358 # $x=ctime($y);
  #
   1359 # This support routine will return the converted time to human readable 
format#
   1360 # Basically, I'm trying to get away from any functions that may not be 
in any #
   1361 # very minimal PERL distribution.   
  #
   1362 
###
   1363 sub ctime
   1364 {
   1365 local($time) = @_;
 1366 local($[) = 0;
   1367 local($sec, $min, $hour, $mday, $mon, $year, $wday);
[...]

Hints:
http://perldoc.perl.org/perl5120delta.html#Deprecations
http://www.effectiveperlprogramming.com/blog/463

I'm a little confused as to why it's doing that, since zero-based arrays
are the default anyway.

** Affects: fcheck (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/964429

Title:
  Use of assignment to $[ is deprecated at /usr/sbin/fcheck line 1366.

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

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


[Bug 964044] Re: Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first reboot

2012-03-24 Thread JP Vossen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/964044

Title:
  Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first
  reboot

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

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


[Bug 964044] [NEW] Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first reboot

2012-03-24 Thread JP Vossen
Public bug reported:

I did an 'update-manager -d' upgrade of a pretty stock Ubuntu 11.11 to
12.04.  It asked 2-3 questions about overwriting changed config files,
which I allowed, otherwise the upgrade was very smooth.  But when I
rebooted and logged in, the desktop is empty.  The display is working
and the default wallpaper is up, and it says ubuntu 12.04 LTS in the
lower left, but that's it.  No Unity (no it's not just hiding), no hot
keys, no nothing.

When I CTRL-ALT-F1 and log in, then run 'ps auwx' though, I see a bunch
of Unity lenses and stuff.  And there's a Gedit session that I didn't
open (but may have had open prior to the upgrade and reboot).  So the
stuff seems to be running, I just can't see it.  When I move the mouse
around the screen, the cursor changes too, like I'm over a Gedit session
(so I change from arrow to I bar, then back to arrow on the other
side).  But I see nothing on the screen but wallpaper.

The machine is a test Dell Inspiron 1524 laptop that previously ran
Ubuntu 11.11 OK, though it ran the hardware hot and would hard lock 
crash from time to time while sitting there with maybe a few Firefox
tabs open and nothing else.  I can access it from TTY1 or SSH, but no
gui.

Nothing much jumps out at me from the logs, maybe except this:
gnome-session[2875]: WARNING: Failed to start app: Unable to start application: 
Failed to execute child process wicd-gtk (No such file or directory)

Then I tried a 'sudo halt' from my SSH session and hit ESC on the splahs
screen.  I get ...System halted. but it did NOT power off.  I left
that sit there for several minutes, but no power off.  I powered off
manually, yanked power and better and let it sit for a few minutes, then
powered up again.

This did not help, same symptoms...

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: xorg 1:7.6+12ubuntu1
ProcVersionSignature: Ubuntu 3.2.0-20.32-generic 3.2.12
Uname: Linux 3.2.0-20-generic x86_64
ApportVersion: 1.95-0ubuntu1
Architecture: amd64
Date: Sat Mar 24 13:52:37 2012
DistUpgraded: 2012-03-24 13:42:38,082 DEBUG enabling apt cron job
DistroCodename: precise
DistroVariant: ubuntu
GraphicsCard:
 Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (primary) 
[8086:2a02] (rev 0c) (prog-if 00 [VGA controller])
   Subsystem: Dell Device [1028:022f]
   Subsystem: Dell Device [1028:022f]
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release amd64 (20100429)
MachineType: Dell Inc. Inspiron 1525
ProcEnviron:
 SHELL=/bin/bash
 TERM=screen
 PATH=(custom, no user)
 LC_COLLATE=C
 LANG=en_US.UTF-8
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.2.0-20-generic 
root=UUID=6f742e19-1931-4ba0-ad52-cdd5b5189a63 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: Upgraded to precise on 2012-03-24 (0 days ago)
dmi.bios.date: 10/16/2008
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A16
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvrA16:bd10/16/2008:svnDellInc.:pnInspiron1525:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct8:cvr:
dmi.product.name: Inspiron 1525
dmi.sys.vendor: Dell Inc.
version.compiz: compiz 1:0.9.7.2-0ubuntu1
version.ia32-libs: ia32-libs 20090808ubuntu35
version.libdrm2: libdrm2 2.4.32-1ubuntu1
version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu2
version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu2
version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu7
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

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


** Tags: amd64 apport-bug precise ubuntu

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

Title:
  Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first
  reboot

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

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


[Bug 964044] Re: Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first reboot

2012-03-24 Thread JP Vossen
Thanks assassini!  I did think of that, but how to do it wasn't obvious
 I got distracted and never really followed up.  2d worked for me two,
and now that we talk about it, I vaugly recall having to go out of my
way to specially install and use 2d on the previous release, so I should
have seen this coming...

Having said that, *something* needs to detect that 3d Unity isn't going
to work and degrade more gracefully to 2d...

The greeter (whatever one it is this week) should also be more clear
about your session options.  Clicking on the Ubuntu logo for this
function is *not at all intiative*!  There are some options near the top
right (which you also need to really look around for, since all of the
action is at the opposite side of the screen on the lower left), so
perhaps adding Session or some better word, since normal uses may not
know what a session is, 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/964044

Title:
  Ubuntu 11.11 to 12.04 upgrade leaves blank or empty desktop on first
  reboot

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

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


[Bug 737359] Re: unity-2d in hide_mode 0 covers left side of full-screen windows

2011-03-22 Thread JP Vossen
Yup, that works, thanks.

OTOH, I think the fact that I had to discover all of this via Google
(i.e., the initial '/desktop/unity-2d/launcher/hide_mode= 0') and this
bug report to be a bug itself.  /desktop/unity-2d/launcher/use_strut
true could mean anything, is non-intuitive and not-discoverable.

Am I missing something else?  Or too bad, it's still in beta?  Or,
we're getting there, but we aren't there yet?  :-)

Anyway, thanks again for the help and all the work on this stuff.  Very
cool.

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

Title:
  unity-2d in hide_mode 0 covers left side of full-screen windows

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


[Bug 737359] Re: unity-2d in hide_mode 0 covers left side of full-screen windows

2011-03-22 Thread JP Vossen
Whenever the autohide settings will be made available to end users, a
GUI will be introduced.  There it is, that's what I was hoping for...
Perfect.

As far as using Unity-2d, I was forced due to an old graphics card, but
I *like* it.  The first thing I do on my other systems is turn off
Compiz; I'm a non-flashy, non-eye-candy kind of user.  :-)  I usually
run only LTS on my real systems, but I'm really thinking about
installing it on my Mini9 via PPA...

Thanks again...

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

Title:
  unity-2d in hide_mode 0 covers left side of full-screen windows

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


[Bug 737359] [NEW] unity-2d in hide_mode 0 covers left side of full-screen windows

2011-03-18 Thread JP Vossen
Public bug reported:

Binary package hint: unity-2d

Testing Natty in VMware, host has old graphics and can't run unity so
running unity-2d.  But I wanted the launcher on-screen all the time so I
set '/desktop/unity-2d/launcher/hide_mode= 0'  That worked, but full-
screen apps still assume that it's auto-hiding and really use the full
screen, so they get cut off at the left where the unity-2d launcher
covers them.

Unity-2d should force apps to full-screen properly and not be hidden,
according to the hide_mode setting.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: unity-2d 3.6.2-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-7.35-generic 2.6.38
Uname: Linux 2.6.38-7-generic x86_64
Architecture: amd64
Date: Fri Mar 18 02:42:40 2011
InstallationMedia: Ubuntu 11.04 Natty Narwhal - Alpha amd64 (20110302)
ProcEnviron:
 LANGUAGE=en_US:en
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: unity-2d
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: unity-2d (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug natty unity-2d

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

Title:
  unity-2d in hide_mode 0 covers left side of full-screen windows

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


[Bug 737359] Re: unity-2d in hide_mode 0 covers left side of full-screen windows

2011-03-18 Thread JP Vossen
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/737359

Title:
  unity-2d in hide_mode 0 covers left side of full-screen windows

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


[Bug 695152] [NEW] package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to install/upgrade:

2010-12-28 Thread JP Vossen
Public bug reported:

Binary package hint: dpkg

Encountered while (finally) upgrading from Mythbuntu 8.04 to Mythbuntu
10.04, 32-bit.

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: mythbuntu-control-centre 0.28-0ubuntu1+hardy1
ProcVersionSignature: Ubuntu 2.6.24-28.81-generic
Uname: Linux 2.6.24-28-generic i686
Architecture: i386
Date: Tue Dec 28 15:46:39 2010
ErrorMessage:
 ErrorMessage: package mythbuntu-control-centre is already installed and 
configured
PackageArchitecture: all
SourcePackage: dpkg
Title: package mythbuntu-control-centre 0.28-0ubuntu1+hardy1 failed to 
install/upgrade:

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


** Tags: apport-package i386 lucid

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

Title:
  package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to 
install/upgrade:

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


[Bug 695152] Re: package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to install/upgrade:

2010-12-28 Thread JP Vossen


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

Title:
  package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to 
install/upgrade:

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


[Bug 695152] Re: package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to install/upgrade:

2010-12-28 Thread JP Vossen
I'm going to guess that there was some odd dependency thing going on,
because after the post-upgrade reboot:

# aptitude full-upgrade 
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Reading extended state information  
Initializing package states... Done
The following packages will be REMOVED:
  app-install-data{u} binutils-static{u} g++-4.2{u} gnome-app-install{u} 
gnome-menus{u} 
  laptop-mode-tools{u} libamrnb3{u} libamrwb3{u} libauthen-sasl-perl{u} 
libavahi-core5{u} 
  libbind9-30{u} libcdio7{u} libcucul0{u} libdc1394-13{u} libdns36{u} 
libdvbpsi4{u} 
  libemail-abstract-perl{u} libemail-date-format-perl{u} libemail-date-perl{u} 
  libemail-simple-perl{u} libggi2{u} libgii1{u} libgii1-target-x{u} 
libgtkhtml2-0{u} 
  libio-compress-base-perl{u} libio-compress-zlib-perl{u} libisc35{u} 
libisccc30{u} 
  libisccfg30{u} libiso9660-5{u} liblwres30{u} libmime-lite-perl{u} 
  libmodule-pluggable-perl{u} libneon27{u} libnet-jabber-perl{u} 
libnet-xmpp-perl{u} 
  libopenal0a{u} libossp-uuid15{u} libstdc++6-4.2-dev{u} libswscale1d{u} 
  libtime-piece-perl{u} libusplash0{u} libvlc0{u} libwxbase2.6-0{u} 
libwxgtk2.6-0{u} 
  libxml-stream-perl{u} libxosd2{u} libxtrap6{u} linux-headers-2.6.24-28{u} 
  linux-headers-2.6.24-28-generic{u} mdetect{u} mplayer-skins{u} 
mythtv-theme-arclight{u} 
  mythtv-theme-blueosd{u} mythtv-theme-graphite{u} mythtv-theme-metallurgy{u} 
  mythtv-theme-mono-osd{u} nvidia-kernel-common{u} python-gmenu{u} 
python-gst0.10{u} 
  python-launchpad-integration{u} python-sexy{u} software-center{u} 
videolan-doc{u} 
  xserver-xorg-video-psb{u} xserver-xorg-video-via{u} 
The following packages will be upgraded:
  mythbuntu-control-centre
[...]

# apt-cache policy mythbuntu-control-centre
mythbuntu-control-centre:
  Installed: 0.62-0ubuntu1
  Candidate: 0.62-0ubuntu1
  Version table:
 *** 0.62-0ubuntu1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status


Upgrade was from Mythbuntu 8.04 (which itself was an upgrade from 7.10, IIRC)  
to Mythbuntu 10.04, 32-bit, via 'gksudo update-manager'.

I only created this bug because the dialog popped up and asked me to.
It would be nice if the scary message didn't come up during the upgrade
and it all Just Worked, but in the end it worked out fine.

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

Title:
  package mythbuntu-control-centre 0.28-0ubuntu1 hardy1 failed to 
install/upgrade:

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


[Bug 675819] [NEW] Couldn't find or load the file gartoon/electric/tool-select.png

2010-11-15 Thread JP Vossen
Public bug reported:

Binary package hint: gcompris

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=10.04
DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION=Ubuntu 10.04.1 LTS

gcompris:
  Installed: 9.0-0ubuntu7
  Candidate: 9.0-0ubuntu7
  Version table:
 *** 9.0-0ubuntu7 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/universe Packages
100 /var/lib/dpkg/status

To reproduce:
1) Launch gcompris
2) Click on Go to experiential activities
3) Click on Electicity
4) Click on the cube or plus icons at the very top of the panel on the left

What happens:
Couldn't find or load the file gartoon/electric/tool-select.png
This activity is incomplete.
Exit it and report the problem to the authors

Expected:
It should work right.

Looks like it's fixed upstream:
https://bugzilla.gnome.org/show_bug.cgi?id=607053
http://osdir.com/ml/svn-commits-list/2010-01/msg05055.html

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

-- 
Couldn't find or load the file gartoon/electric/tool-select.png
https://bugs.launchpad.net/bugs/675819
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 475093] Re: screen content is not updated

2010-07-07 Thread JP Vossen
It doesn't work in 10.04 either.  :-(  I get one initial screen paint,
and then nothing updates no matter what I do.

I am running a clean and up-to-date install of Lucid 64-bit on a Dell
Latitude D630 laptop, using the NVIDIA accelerated graphics driver
(version current) [Recommended] restricted driver.

The System  Prefs  Appearance  Visual Effects = None work-around
does make everything (except the visual effects) work as expected for
me.

FYI, I am using this to remote-control a full-screen VMware Player 3.x
XP VM, and it works amazingly well and fast over my LAN/WLAN in testing.
Hopefully it'll still be acceptable over the Interwebs, but the fact
that all of those layers work at all is pretty cool.

-- 
screen content is not updated
https://bugs.launchpad.net/bugs/475093
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 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-24 Thread JP Vossen
UPDATE: I added the work-around in comment 3, and it seemed to have no
effect.  Then I had to reboot for other reasons, and since that reboot
I've had the messages only once, as follows, which is a great
improvement.

I did *not* mess with /sbin/hdparm as I mentioned I might in comment 25.

Jun 23 22:17:13 mini9 kernel: [167484.988135] ata1: lost interrupt (Status 0x58)
Jun 23 22:17:13 mini9 kernel: [167484.988223] ata1.00: exception Emask 0x0 SAct 
0x0 SErr 0x0 action 0x6 frozen
Jun 23 22:17:13 mini9 kernel: [167484.988239] ata1.00: BMDMA stat 0x24
Jun 23 22:17:13 mini9 kernel: [167484.988253] ata1.00: failed command: WRITE DMA
Jun 23 22:17:13 mini9 kernel: [167484.988282] ata1.00: cmd 
ca/00:08:50:b2:d6/00:00:00:00:00/e0 tag 0 dma 4096 out
Jun 23 22:17:13 mini9 kernel: [167484.988288]  res 
58/00:08:50:b2:d6/00:00:00:00:00/e0 Emask 0x2 (HSM violation)
Jun 23 22:17:13 mini9 kernel: [167484.988303] ata1.00: status: { DRDY DRQ }
Jun 23 22:17:13 mini9 kernel: [167484.988363] ata1: soft resetting link
Jun 23 22:17:13 mini9 kernel: [167485.196524] ata1.00: configured for UDMA/66
Jun 23 22:17:44 mini9 kernel: [167516.000138] ata1: lost interrupt (Status 0x58)
Jun 23 22:17:44 mini9 kernel: [167516.000240] ata1.00: exception Emask 0x0 SAct 
0x0 SErr 0x0 action 0x6 frozen
Jun 23 22:17:44 mini9 kernel: [167516.000257] ata1.00: BMDMA stat 0x24
Jun 23 22:17:44 mini9 kernel: [167516.000271] ata1.00: failed command: WRITE DMA
Jun 23 22:17:44 mini9 kernel: [167516.000300] ata1.00: cmd 
ca/00:10:98:0f:8b/00:00:00:00:00/e0 tag 0 dma 8192 out
Jun 23 22:17:44 mini9 kernel: [167516.000306]  res 
58/00:10:98:0f:8b/00:00:00:00:00/e0 Emask 0x2 (HSM violation)
Jun 23 22:17:44 mini9 kernel: [167516.000320] ata1.00: status: { DRDY DRQ }
Jun 23 22:17:44 mini9 kernel: [167516.000381] ata1: soft resetting link
Jun 23 22:17:44 mini9 kernel: [167516.208571] ata1.00: configured for UDMA/66


## Work-around
[...@mini9:T4:L1:C525:J0:2010-06-24_15:29:18_EDT]
/home/jp$ ll /lib/udev/rules.d/85-hdparm.rules 
-rw-r--r-- 1 root root 116 2010-06-20 15:44 /lib/udev/rules.d/85-hdparm.rules

[...@mini9:T4:L1:C516:J0:2010-06-24_15:25:26_EDT]
/home/jp$ cat /lib/udev/rules.d/85-hdparm.rules 
ACTION==add, SUBSYSTEM==block, KERNEL==[sh]d[a-z], \
ATTR{queue/rotational}==1, \
RUN+=/lib/udev/hdparm

[...@mini9:T4:L1:C517:J0:2010-06-24_15:25:45_EDT]
/home/jp$ last reboot
reboot   system boot  2.6.32-22-generi Mon Jun 21 23:46 - 15:26 (2+15:39)   
reboot   system boot  2.6.32-22-generi Mon Jun 21 19:16 - 23:38  (04:21)
reboot   system boot  2.6.32-22-generi Fri Jun 11 04:12 - 19:15 (10+15:02)  
reboot   system boot  2.6.32-21-generi Thu Jun 10 19:33 - 04:08  (08:35)

[...@mini9:T4:L1:C521:J0:2010-06-24_15:27:19_EDT]
/home/jp$ zfgrep -c 'ata1: lost interrupt (Status 0x58)' /var/log/syslog*
/var/log/syslog:0
/var/log/syslog.1:2
/var/log/syslog.2.gz:0
/var/log/syslog.3.gz:6
/var/log/syslog.4.gz:14
/var/log/syslog.5.gz:12
/var/log/syslog.6.gz:9
/var/log/syslog.7.gz:15

### Note time changed from :37: to :17:, not sure of the significance, if any
[...@mini9:T4:L1:C522:J0:2010-06-24_15:27:31_EDT]
/home/jp$ zfgrep 'ata1: lost interrupt (Status 0x58)' /var/log/syslog* | head 
-20
/var/log/syslog.1:Jun 23 22:17:13 mini9 kernel: [167484.988135] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 23 22:17:44 mini9 kernel: [167516.000138] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 08:37:02 mini9 kernel: [879956.988172] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 08:37:33 mini9 kernel: [879988.000117] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 12:37:02 mini9 kernel: [894357.000145] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 12:37:33 mini9 kernel: [894388.000119] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 16:37:02 mini9 kernel: [908757.000144] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.3.gz:Jun 21 16:37:33 mini9 kernel: [908788.000127] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 08:37:02 mini9 kernel: [793556.989177] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 08:37:33 mini9 kernel: [793588.000122] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 12:37:02 mini9 kernel: [807957.000130] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 12:37:33 mini9 kernel: [807988.000131] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 14:37:02 mini9 kernel: [815156.988190] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 16:37:02 mini9 kernel: [822356.988158] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 16:37:33 mini9 kernel: [822387.988250] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 20 18:37:02 mini9 kernel: [829557.94] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 21 02:37:02 mini9 kernel: [858357.000141] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.4.gz:Jun 21 

[Bug 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-24 Thread JP Vossen
@Jarige, I thought the work-around I applied from comment 3 *was* the
disabling udisks-probe-ata-smart in /lib/udev/rules.d/80-udisks.rules
one in comment 7.  I didn't read the file-names carefully enough.

Having said that, '/lib/udev/rules.d/80-udisks.rules' says right at the
top # Do not edit this file, it will be overwritten on updates while
/lib/udev/rules.d/85-hdparm.rules does not.  And it is not clear to me
how, exactly, to disable it per comment 7 anyway.

I'll keep an eye on it, but the simple, presumably non-clobberable
comment 3 fix is more-or-less working for me right now.

-- 
udisks-probe-ata-smart causes HSM violations
https://bugs.launchpad.net/bugs/574462
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 473622] Re: presenter-console is displayed on same monitor as slideshow

2010-06-22 Thread JP Vossen
Ran into this bug on a clean install of Lucid i386 on a Mini9, while
attempting to present at a LUG.  Not good.  We had literally a room full
of Linux experts and it took us 20 mins to figure out what it was doing
and work around it.  (Not online so I didn't find this bug until hours
later.)

We found that you can right-click on the presenter notes button in the
task bar, choose move then click on the desired monitor (laptop) and
it would work.  But this is ugly and should be fixed, especially if it
is not present upstream as has been noted.

Seemingly related, if I set Slide Show  slide Show Settings  Multiple
displays to display 1 or 2, both the slide show and the presenters
console would go onto the projector (2), overlaid as noted.  Then I
could move the presenter console back where it belongs (1).  In other
words, that setting was not being honored.

It's also annoying and disappointing that system  Preferences 
Monitors calls the displays one thing, but OO.o ODP Slide Show  slide
Show Settings  Multiple displays called them something totally
different.

-- 
presenter-console is displayed on same monitor as slideshow
https://bugs.launchpad.net/bugs/473622
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 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-21 Thread JP Vossen
I tried the one in #3 and it does not seem to have worked either, though
I didn't restart anything or reboot so I'm not 100% sure it took effect.

Different idea: I'm hazy on just what hdparm is needed for.  What if I
just rename it, and create a symlink to true in its place.  Will that
cause any Bad Things?  The machine this is on has its 16G SSD and that's
it, though I do rarely insert USB sticks and even more rarely SD-cards,
if that matters.

-- 
udisks-probe-ata-smart causes HSM violations
https://bugs.launchpad.net/bugs/574462
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 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-20 Thread JP Vossen
@Jarige in comment 21, what work-around, the one in comment 3?

@Tommy Trussell in comment 20, interesting point.  I will grep '^... ..
..:3[567]:' /var/log/* and take a good look at the results, when I have
some time to spare.

-- 
udisks-probe-ata-smart causes HSM violations
https://bugs.launchpad.net/bugs/574462
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 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-18 Thread JP Vossen
Dell Mini9 running clean Lucid install.  Fully up-to-date but no work-
arounds attempted.  Upgraded RAM and 16G SSD I see messages like this
several times a day:

Jun 17 10:37:02 mini9 kernel: [541557.000145] ata1: lost interrupt (Status 0x58)
Jun 17 10:37:02 mini9 kernel: [541557.004104] ata1: drained 2048 bytes to clear 
DRQ.
Jun 17 10:37:02 mini9 kernel: [541557.007610] ata1.00: exception Emask 0x0 SAct 
0x0 SErr 0x0 action 0x6 frozen
Jun 17 10:37:02 mini9 kernel: [541557.007626] ata1.00: BMDMA stat 0x24
Jun 17 10:37:02 mini9 kernel: [541557.007640] ata1.00: failed command: READ DMA
Jun 17 10:37:02 mini9 kernel: [541557.007669] ata1.00: cmd 
c8/00:08:10:72:2b/00:00:00:00:00/e1 tag 0 dma 4096 in
Jun 17 10:37:02 mini9 kernel: [541557.007675]  res 
58/00:08:10:72:2b/00:00:00:00:00/e1 Emask 0x2 (HSM violation)
Jun 17 10:37:02 mini9 kernel: [541557.007689] ata1.00: status: { DRDY DRQ }
Jun 17 10:37:02 mini9 kernel: [541557.007750] ata1: soft resetting link
Jun 17 10:37:02 mini9 kernel: [541557.176536] ata1.00: configured for UDMA/66

I'm worried about hardware death...

The SSD I'm running is a SUPER TALENT model FEM16GHDL:
http://www.newegg.com/Product/Product.aspx?Item=N82E16820609413Tpk=FEM16GHDL

$ cat /proc/scsi/scsi
Attached devices:
Host: scsi0 Channel: 00 Id: 00 Lun: 00
  Vendor: ATA  Model: Flash Module Rev: Ver2
  Type:   Direct-AccessANSI  SCSI revision: 05

-- 
udisks-probe-ata-smart causes HSM violations
https://bugs.launchpad.net/bugs/574462
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 574462] Re: udisks-probe-ata-smart causes HSM violations

2010-06-18 Thread JP Vossen
I should have noted in my comment 18 that I noticed this issue via
logcheck, and that I was previously running Ubuntu 9.04 LPIA, with
logcheck and did NOT see this problem.  I made 2 attempts to upgrade to
9.10 and both failed utterly, presumably due to the terrible LPIA ports.
So as noted this is a clean install of 10.04 i386.

This machine sits idle most of the time, except when I'm using to read
mail and surf, and it has a bunch of FF tabs open.  So I find the
following really interesting.  Note the minutes-after-the-hour part.
What runs then?

$ fgrep 'ata1: lost interrupt (Status 0x58)' /var/log/syslog /var/log/syslog.1 
/var/log/syslog:Jun 18 08:37:02 mini9 kernel: [620757.000141] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog:Jun 18 08:37:33 mini9 kernel: [620788.000122] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog:Jun 18 10:37:02 mini9 kernel: [627956.988194] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 02:37:06 mini9 kernel: [512761.000144] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 02:37:37 mini9 kernel: [512792.000142] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 04:37:02 mini9 kernel: [519956.988157] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 06:37:02 mini9 kernel: [527156.989171] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 06:37:33 mini9 kernel: [527188.000141] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 10:37:02 mini9 kernel: [541557.000145] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 14:37:02 mini9 kernel: [555956.988181] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 18:37:02 mini9 kernel: [570356.988163] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 20:37:02 mini9 kernel: [577556.988207] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 17 22:37:02 mini9 kernel: [584756.988199] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 18 00:37:02 mini9 kernel: [591956.989193] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 18 02:37:02 mini9 kernel: [599157.000122] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 18 04:37:02 mini9 kernel: [606357.000144] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 18 04:37:33 mini9 kernel: [606388.000138] ata1: lost 
interrupt (Status 0x58)
/var/log/syslog.1:Jun 18 06:37:02 mini9 kernel: [613556.989153] ata1: lost 
interrupt (Status 0x58)

# grep -R '3[567]' /etc/cron* /var/spool/cron/crontabs/
#

-- 
udisks-probe-ata-smart causes HSM violations
https://bugs.launchpad.net/bugs/574462
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 592521] [NEW] pwgen: not found during clean install

2010-06-10 Thread JP Vossen
Public bug reported:

Binary package hint: mythtv

Description:Ubuntu 10.04 LTS
Release:10.04

mythtv-common:
  Installed: 0.23.0+fixes24158-0ubuntu2
  Candidate: 0.23.0+fixes24158-0ubuntu2
  Version table:
 *** 0.23.0+fixes24158-0ubuntu2 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages
100 /var/lib/dpkg/status


Clean install of Lucid (regular, not Mythbuntu), installing only 
mythtv-frontend gave me:

/tmp/mythtv-common.config.142661: 23: pwgen: not found  
  
mythtv-common failed to preconfigure, with exit status 127

And this is true, pwgen was not installed.  But it *is* a dependency and
it *was* pulled into the install and it is *now* installed (after the
install finished).  So there is a dependency order problem, and maybe
this bug belongs to aptitude, and not mythtv-common...

Easy enough to work-around:

1) Before you install and hit this problem:
$ sudo aptitude install pwgen
$ sudo aptitude install mythtv-frontend

2) After you have tried to install, and have hit this problem:
$ sudo aptitude install pwgen
$ sudo dpkg-reconfigure mythtv-common

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: mythtv-common 0.23.0+fixes24158-0ubuntu2
ProcVersionSignature: Ubuntu 2.6.32-21.32-generic 2.6.32.11+drm33.2
Uname: Linux 2.6.32-21-generic i686
Architecture: i386
Date: Fri Jun 11 01:04:32 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
Installed_mythplugins-dbg: 0.0
Installed_mythtv-dbg: 0.0
MythTVDirectoryPermissions: Error: command ['ls', '-l', '/var/lib/mythtv'] 
failed with exit code 2: ls: cannot access /var/lib/mythtv: No such file or 
directory
ProcEnviron:
 LC_COLLATE=C
 PATH=(custom, no user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: mythtv

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


** Tags: apport-bug i386 lucid

-- 
pwgen: not found during clean install
https://bugs.launchpad.net/bugs/592521
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 592521] Re: pwgen: not found during clean install

2010-06-10 Thread JP Vossen

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/50112079/Dependencies.txt

-- 
pwgen: not found during clean install
https://bugs.launchpad.net/bugs/592521
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 571063] Re: Evolution crashes on import of settings containing saved passwords

2010-04-28 Thread JP Vossen
I'm using Gnome.

/etc/default/apport is and was turned off (by default, that seems kind
of bad).

/var/crash/ is empty.

I looked at installing bug-buddy but it wanted about 117 new packages,
which is too insane for words.  Now I see why it's not installed by
default.

Anyway, the crash does not happen once the Gnome keyring (I assume) has
the keys in it, which it now does.  Moving the bad .evolution dir back
has no effect.

This may be an edge case since I was moving only Evolution settings from
Hardy to a clean install of Lucid; if other settings like the Gnome
keyring were moved, or if I was doing an upgrade I'd expect it to work.
So in other words, this is going to affect users migrating Evolution
settings tarballs to Lucid once.  If they hit the error and manage to
work around it somehow, they will be fine after.  If they are new or
don't find this report or some other work-around, they will be annoyed
and Lucid/Evolution will be a failure for them, but hopefully that will
be rare.

-- 
Evolution crashes on import of settings containing saved passwords
https://bugs.launchpad.net/bugs/571063
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 571063] [NEW] Evolution crashes on import of settings containing saved passwords

2010-04-27 Thread JP Vossen
Public bug reported:

Binary package hint: evolution

$ lsb_release -rd
Description:Ubuntu 10.04 LTS
Release:10.04

$ apt-cache policy evolution
evolution:
  Installed: 2.28.3-0ubuntu9
  Candidate: 2.28.3-0ubuntu9
  Version table:
 *** 2.28.3-0ubuntu9 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

Problem: Launched evolution for the first time while testing Lucid.  It
asked for the location of a settings tarball as usual, and I provided
a fresh one from a working Hardy install with cached passwords for an
Exchange server and various Google calendars.  It accepted that, but
then flashed a password dialog box briefly on the screen and crashed.
All future attempts to run evolution resulted in the same crash, where a
password dialog box would flash briefly on the screen then crash.

Running from a terminal shows:
$ evolution
e-data-server-ui-Message: Unable to find password(s) in keyring (Keyring 
reports: No matching results)
e-data-server-ui-Message: Key file does not have group 'Passwords-Exchange'

(evolution:18407): camel-WARNING **: camel_exception_get_id called with
NULL parameter.

GLib-ERROR **: /build/buildd/glib2.0-2.24.0/glib/gmem.c:137: failed to allocate 
1776269564 bytes
aborting...
Aborted


Work-around:
$ mv ~/.evolution ~/BAD.evolution
$ evolution
### This worked as expected, prompting for the passwords needed.  Presumably 
all cached data was lost, but the basic evolution configuration including 
accounts, userIDs, signatures and more were not affected, and cached data can 
easily be re-cached.  Additional launches of evolution worked as expected after 
this.

Aside from the fact that a newbie won't think to move ~/.evolution out
of the way, this is no big deal though it's a shame it somewhat breaks
what is otherwise an excellent migration facility.

Based on the terminal messages I am *assuming* the crash is because
Evolution is looking for cached passwords in the Gnome keyring and they
simply aren't there, and it barfs.

BTW, I tried to use Help  Submit bug report but was told Bug buddy
is not installed...  That was surprising since this is a fully up-to-
date but otherwise drop-dead stock install of
ubuntu-10.04-beta2-desktop-i386.iso.

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

-- 
Evolution crashes on import of settings containing saved passwords
https://bugs.launchpad.net/bugs/571063
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 531177] Re: Font/window sizes odd when using zoom + tabs

2010-04-14 Thread JP Vossen
roxterm_1.18.0+svn728 (2010-03-05) has been working flawlessly on LPIA
(using i386) Jaunty and AMD-64 Karmic.

I see that Lucid only has: Version: 1.17.1-1, it'd be great to bump this
up ASAP!!!

-- 
Font/window sizes odd when using zoom + tabs
https://bugs.launchpad.net/bugs/531177
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 509544] Re: wishlist: add indication of background tab buffer change

2010-04-14 Thread JP Vossen
roxterm_1.18.0+svn728 (2010-03-05) has been working flawlessly on LPIA
(using i386) Jaunty and AMD-64 Karmic.

I see that Lucid only has: Version: 1.17.1-1, it'd be great to bump this
up ASAP!!!

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 296538] Re: warty-final-ubuntu.png is actually a jpeg

2010-04-14 Thread JP Vossen
Still present in Lucid Beta 2 (the package version is still 0.31.1)

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu lucid (development branch)
Release:10.04
Codename:   lucid

$ file /usr/share/backgrounds/warty-final-ubuntu.png
/usr/share/backgrounds/warty-final-ubuntu.png: JPEG image data, JFIF standard 
1.02

$ apt-cache policy ubuntu-wallpapers
ubuntu-wallpapers:
  Installed: 0.31.1
  Candidate: 0.31.1
  Version table:
 *** 0.31.1 0
500 http://us.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

And ++ for comment 4, but see comments 8,9.  If you need a file to
update, change the name once and make that stick.  Using an obsolete
name is confusing and annoying.  See also LP bug 362526.

-- 
warty-final-ubuntu.png is actually a jpeg
https://bugs.launchpad.net/bugs/296538
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 354642] Re: FBReader's preferences don't save in Ubuntu

2010-04-13 Thread JP Vossen
So far have only tried on Jaunty LPIA, but as noted prefs don't save, though 
the following dir is created, it's empty:
drwxr-xr-x 2 jp jp 4.0K 2010-04-04 00:47 .FBReader/

But it's wors than that.  My install has almost no keys mapped, so the
program IS NOT USABLE out of the box, and since you can't even fix the
keys since prefs don't save, it's not usable at all, at least on Jaunty
LPIA.

Too bad, because it seems a lot lighter weight than calibre, and once
keys are tweaked the interface does get out of the way.

UPDATE:
0.12.10 with the GTK interface works MUCH, MUCH better.  It won't install from 
their repo for LPIA, but so far works after a manual install.  I suspect i386 
or amd64 would be fine.
http://www.fbreader.org/desktop/#debian

-- 
FBReader's preferences don't save in Ubuntu
https://bugs.launchpad.net/bugs/354642
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 528373] Re: E-book reader does not have window title bar

2010-04-13 Thread JP Vossen
You don't have to reboot, you can CTRL-ALT-F1 to switch to a virtual
terminal, log in, and kill the process like: kill $(pgrep fbreader).

But the package in Jaunty, at least, is not usable.  The one from
http://www.fbreader.org/desktop/#debian seems to work really well, I'
quite pleased with it.

-- 
E-book reader does not have window title bar
https://bugs.launchpad.net/bugs/528373
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 517118] Re: Please update

2010-04-13 Thread JP Vossen
Up to 0.12.10, and this version is VASTLY better than the unusable stock
package in Jaunty.  This should be updated for 10.04 LTS!

-- 
Please update
https://bugs.launchpad.net/bugs/517118
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 531177] Re: Font/window sizes odd when using zoom + tabs

2010-03-05 Thread JP Vossen
In preliminary testing on the same machine; yup, that worked.  That also
fixed a sort-of inverse problem I didn't think to mention, CTRL+0 wasn't
consistent across all tabs.  Now it is...

-- 
Font/window sizes odd when using zoom + tabs
https://bugs.launchpad.net/bugs/531177
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 531177] Re: Font/window sizes odd when using zoom + tabs

2010-03-05 Thread JP Vossen
Window sizing was really odd as well, but I'm not sure if it was a
problem or just that I didn't quite grok the behaviour and was thus
surprised.  Either way, the latest version seems much better behaved.

I tried to reproduce the 'roxterm --tab' no-grow thing, but it seems OK to me.  
I opened a new ROXTerm window and:
$ echo $LINES $COLUMNS
46 102
$ roxterm --tab

And in the new tab:
$ echo $LINES $COLUMNS
46 102

Then I used the GUI to open a new tab.  In no case did I notice the
window get larger to accommodate tabs.  Oh, wait...  I got it.  I always
have always show tab bar checked [1].  In that case there is no issue.
Without that, I do see the behaviour you describe.  My suggestion for a
fix is to set always show tab bar checked by default for a new
install, and document the glitch. :-)  Otherwise I agree not to waste
time on it.

_
Soapbox

[1] For principles of obviousness and least surprise I would argue that
any window capable of tabs should default to always showing a tab bar.
First, it should be obvious just by looking at it what an interface can
do and hidden tab bars violate that.  Second, when a significant part of
the interface changes randomly (where randomly is described by the
user as I didn't do anything or I have no idea why it does that)
that's annoying and frustrating to the user.  Yeah, most of us are
pretty used to this by now (I'm looking at you Firefox).  Not all of
us...  Like my Mom...

-- 
Font/window sizes odd when using zoom + tabs
https://bugs.launchpad.net/bugs/531177
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 531177] Re: Font/window sizes odd when using zoom + tabs

2010-03-03 Thread JP Vossen
With very preliminary testing, that half-works.  It seems to fix the
size when creating tabs the normal way though the GUI, but tabs created
by running 'roxterm --tab' are still off.  It's odd, because the new
(--tab) tab is kind of synced, but it's off by a few sizes.

To reproduce:
1) Open a new ROXTerm window
2) Zoom in a few steps
3) Open a new tab via File  New tab = the font/zoom is now the same
4) Open a new tab by typing 'roxterm --tab' in one of the existing tabs = the 
new tab has the wrong font/zoom.

-- 
Font/window sizes odd when using zoom + tabs
https://bugs.launchpad.net/bugs/531177
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 531177] [NEW] Font/window sizes odd when using zoom + tabs

2010-03-03 Thread JP Vossen
Public bug reported:

Binary package hint: roxterm

Description:Ubuntu 9.10

roxterm:
  Installed: 1.18.0+svn13-1
  Candidate: 1.18.0+svn13-1

Note this is on the beta I'm testing per wishlist bug 509544.  I also
tried testing using stock ROXTerm 1.0.8 on Hardy, but in that case View
 Zoom in had no effect at all.

Problem: Font and window sizes get odd fast when using zoom and tabs.

To reproduce: Open ROXTerm, CTRL++ a few times to zoom in, open a new
tab.  The font in the new tab will be significantly larger than the tab
we just left.  Opening a new tab again makes it even worse.  Yet, using
a 'roxterm --tab' command from within a zoomed tab opens a new tab with
the default font.  Also, I had some cases where the window size changed
wildly (presumably to try to keep X rows and Y columns with a larger
font), but now I can't reproduce that.  It may have been because I
changed the default size and then zoomed without having restarted the
terminal.

Use case: hooked up a media PC and was debugging something, but I can't
see the terminal at 1900xwhatever from the couch.  I made the font much
larger, then opened some more tabs and things got odd.

Expected: I would personally prefer that all tabs in a given window have
the same zoom setting (i.e., font size), period, and that the window
never change size unless I drag it or change it in the Prefs  Edit
Current Profile  Appearance  Size dialog.

I also understand that zoom setting and window size can easily conflict
and/or become too large to fit on the desktop.  However, all of that is
because window size is specified in rows and columns, but zoom makes
those relative.  Personally, on a zoom operation, I'd leave the window
size alone, and just change the font within that given window (keeping
the font the same in all tabs in that window).  If the user wants to
change window size they can drag the frame or use the size dialog box.
That seems to me to be the principle of least surprise, but it may lead
to confusion about the window size setting due to relative font sizes.
Possible solutions there are to add a note that row/columns refer to the
default font size (AKA zoom setting) only, and that perceived
rows/columns may differ based on zoom.  Or a different unit, such as
pixels, could be used instead.  I actually don't like that idea, since
other terminals use row/column units and pixels make much less sense
than rows/columns in this context.

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

-- 
Font/window sizes odd when using zoom + tabs
https://bugs.launchpad.net/bugs/531177
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 531162] [NEW] Silently fails to save when save dir is orphaned symlink

2010-03-02 Thread JP Vossen
Public bug reported:

Binary package hint: tuxpaint

Description:Ubuntu 9.10

tuxpaint:
  Installed: 1:0.9.20-2ubuntu1
  Candidate: 1:0.9.20-2ubuntu1

Problem: if ~/.tuxpaint/saved is a symlink to a directory that does not
exist (e.g. is not mounted), Tuxpaint will seem like it is saving a
picture, but will in fact silently fail and you will lose data.

Expected: if Tuxpaint can't actually save the data, it should at least
report an error.  Ideally, it should allow the user to save someplace
else as a temporary measure.

Use case: I usually link ~/.tuxpaint/saved to a central location on a
file server to consolidate pictures.  If the file system that is
supposed to be mounted at the other end of the link is not there,
tuxpaint will lose data on saves.  Some may argue that such a symlink is
not the recommended method for changing the save dir, but tuxpaint-
config is not always available (or known about), some changes to the
save dir have not worked in the past (e.g., bug 195868), and anyway, a
failure to correctly save should be detected no matter what.

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

-- 
Silently fails to save when save dir is orphaned symlink
https://bugs.launchpad.net/bugs/531162
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-24 Thread JP Vossen
First, I installed the version from comment 9 on the i686 machine on
which I build the package that I was using on the LPIA machine, and had
the same problem, so it wasn't *just* the LPIA machine.  It's odd that
it was not reproducible on AMD64, but it's also now moot since the
update fixed it.

I updated both ROXTERM and debian to r703 via 'svn up', then:
$ ./bootstrap.sh
$ sudo aptitude build-dep roxterm  ## no change, no op, as expected
$ debuild -uc -us
$ sudo dpkg -i ../roxterm_1.18.0+svn13-1_*.deb

This version fixes the bug in #9, and so far works as expected on i686 
LPIA (Jaunty) and AMD64 (Karmic).

There is one item to note, and I feel like I mentioned this before but
now can't find it.  Anyway, if I run a command [1] that causes ROXTerm
to open and switch to a new tab, the changed indicator comes up on the
tab I just left, presumably because I leave it before it registers the
command prompt being displayed again.  This is not a problem for me,
just an FYI.  I was thinking that a small delay before looking for the
change indicator would fix that, but it also might open up some race
conditions and may not be worth it.  It is probably worth a note in the
docs some-place though.

[1] alias rxssh='roxterm --tab --execute ssh'
Use case: 'rxssh u...@host' opens a new tab directly into an SSH session.

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-19 Thread JP Vossen
So far it's been perfect on my two main workstations (Karmic 64-bit 
Jaunty LPIA)!  I'd vote to include in Lucid if possible.

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-19 Thread JP Vossen
Of course I spoke too soon...  The Karmic install is still working fine
and as expected.

The Jaunty (i386 on LPIA) version has an odd bug (that I don't see in
Karmic).

To reproduce:

1) Open 3 or more tabs
2) Switch to tab 2  do 'sleep 5; echo test'
3) Switch to some other tab

Results: when tab 2's status changes, ALL other tabs, except the one in the 
foreground, change status (so you need at least 3 open to see the problem)
Expected: only tab 2's status indicator should change

Notes: The affected binary was built on an i386 Jaunty install in a VM,
as per comment #6 above.  It is actually running on Jaunty LPIA (Dell
Mini9) and seems fine except for this glitch, AFAICT.  LPIA and i386 are
supposed to be compatible, and in fact Canonical is dropping LPIA as of
Lucid.

I can provide the exact steps I used to build the .deb, the .deb itself,
or whatever else might be useful.

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-05 Thread JP Vossen
Duh!  Yes, it works perfectly if you actually turn it on...  :-)  Never
even occurred to me...

That build process also worked better.  I'd seen the Debian module, but
initially didn't want to confuse the issue, then forgot about it when I
went ahead and confused the issue with checkinstall anyway.

roxterm_1.18.0-1_amd64.deb is now in production on my main workstation,
and I'll let you know if I run into any problems.

I did not notice any issues with tab size, so whatever changed there is
subtle.

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-04 Thread JP Vossen
Thank you for the quick response on this, it's really great to see!

It sort-of works, in that the tab background will now flash if the
background tab beeps, but not if it just changes.  I am testing by
opening two tabs, and typing 'sleep 5 ; echo test' in the first then
switching to the second.

Expected: when on the second tab and the sleep expires, the first tab should 
indicate something
Observed: not so much, unless the first tab has 'sleep 5 ; beep'

Also tried 'sleep 5 ; ls' but no effect, beep works, echo and ls don't.
And, the indicator is not as described above.

Help  About gives 1.18.0+svn1.  I had a little trouble installing it.
I'm using checkinstall to build a trivial .deb and installing that.  A
simple dpkg -i didn't seem to really install, as Help  About was still
the stock Karmic 1.15.x and I was getting a bdus error (which I didn't
write down).  Once I did an 'aptitude purge roxterm' then a 'dpkg -i
roxterm_1.18.0-svn1-1_amd64.deb' Help  About is OK and the dbus error
is gone, but I am not seeing differences in the close icon, nor am I
seeing an indicator on text content change as noted.

Did I somehow check out the wrong thing?  Here's what I did:

$ sudo aptitude install autoconf2.13 libtool gettext libglib2.0-dev 
libgtk2.0-dev libdbus-glib-1-dev libvte-dev libglade2-dev
### Other things might be needed, that was all I needed, but I've already got 
quite a bit installed on my Karmic
$ svn co 
https://roxterm.svn.sourceforge.net/svnroot/roxterm/trunk/roxterm ROXTerm
$ cd ROXTerm/
$ ./bootstrap.sh
$ ./configure
$ make
$ sudo checkinstall make install
$ sudo aptitude purge roxterm
$ sudo dpkg -i roxterm_1.18.0-svn1-1_amd64.deb

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-02-04 Thread JP Vossen
Doing a regular 'sudo make install' did not change anything above.

$ sudo make uninstall gave me:
[...]
/bin/bash: line 4: cd: /usr/local/share/roxterm: No such file or directory
make[1]: *** [uninstall-nobase_pkgdataDATA] Error 1
make[1]: Leaving directory `/home/jp/testing/ROXTerm'
make: *** [uninstall-recursive] Error 1

But otherwise seemed to work (roxterm didn't exist after that.  sudo
dpkg -i roxterm_1.18.0-svn1-1_amd64.deb put it back so I can still use
it.

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 487314] Re: Toner levels make the Printer Properties dialog too wide for my screen

2010-01-26 Thread JP Vossen
So, the official word from Brother product managers is as follows.  The
short, over-simplified version is, they think it's a problem in the
Ubuntu PrintManager and have no plans to change anything for my printer
at least.  Newer ones will probably not show the bug as they will use a
simpler string.

From what they describe, it does sound like the Ubuntu PrintManager
needs a tweak on how it deals with long strings.


On 2010-01-21 04:15 PM, Tom @ Brother wrote:
 We are researching the query that takes place after the device is created.

 As a test I created a print queue and pointed it to an IP address that was 
 not active. In this case the properties dialog displayed correctly. Once I 
 corrected the IP address and enabled the queue, the dialog jumped past the 
 screen as described in the fault.

 We are reviewing the data capture to see what information Unbuntu is using 
 via SNMP to get the consumable information. We have worked with other 
 manufactures who use SNMP to get this type of information and so far we have 
 not seen any problems with the strings coming out of their requests.

 For some reason the information being reported is reflecting the P/N for 
 each consumable on a worldwide basis. Perhaps there is a process that is 
 used to identify the region and then query the device via SNMP for the 
 specific region.

 I will let you know once we determined the issue and have a recommendation.


On 2010-01-26 09:45 AM, Tom @ Brother wrote:
 Our official response...
 
 Although the PrintManager of Ubuntu is accessing the Printer MIB 
 (prtMarkerSuppliesDescription), it seems that the PrintManager isn't handling 
 the value correctly. The specification of the MIB is defined Max 255 strings 
 and in the case of the 9840 we come close to using up the max string space. 
 It would seem that the Unbuntu PrintManager should be able to handle at least 
 255 bytes.
 
 Anyway, our newer printers like HL-3070 or HL-2170 are not designed to 
 specify the supply model number (too difficult to include country 
 localization) anymore for the MIB and it makes the wording shorter (Just 
 Black Toner, Cyan Toner, etc.). There are no plans to change the MFC-9840CDW 
 to this new format.

-- 
Toner levels make the Printer Properties dialog too wide for my screen
https://bugs.launchpad.net/bugs/487314
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 509544] [NEW] wishlist: add indication of background tab buffer change

2010-01-19 Thread JP Vossen
Public bug reported:

Binary package hint: roxterm

SecureCRT and Multi Gnome Terminal (seems to be adandonware at
http://multignometerm.sourceforge.net/) have a great feature that tell
you when a background tab's status or buffer has changed.  As MGT puts
it: Notification that an inactive terminal buffer has changed, or is in
the process of changing, via colors on Tab labels.

This is really handy when using many terminals to connect to remote
hosts via SSH (indicator when beuufer changes on connection lost), or to
run long jobs (e.g. rsync), but still get a clue when they finish.

It would be awesome if something like that could be added to roxterm.
Perhaps the X to close the tab could change color, or maybe just color
the tab or font, whatever.

PS--I just ran across roxterm and I like it much better than gnome-
terminal.  Also,zero open bugs is awesome!  (Well, until this one...
Sorry... :)

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

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 509544] Re: wishlist: add indication of background tab buffer change

2010-01-19 Thread JP Vossen
 Can you get ssh etc to beep at the crucial moment?

Probably, but I think that would be manual.  I'd have to remember to add
'|| beep' or '; beep' on the end of the commands, like 'ssh u...@host ||
beep' or 'rsycn stuff u...@host:elsewhere ; beep'.  Not a bad work-
around though.


 ...you want the label to clearly change appearance...

Correct.  Especially depending on color scheme, I'm not sure just
bolding the font would be noticeable enough.  And I'm not sure how much
we want to overload the tab name.  Just to brainstorm:

1) Add a special-purpose indicator to each tab (e.g., see attached).

2) Overload the X in each tab to change color depending on status
(could be tricky depending on color scheme, esp. if using the GTK/system
scheme).

3) Overload the text font in each tab to change color depending on
status (could be tricky depending on color scheme, esp. if using the
GTK/system scheme).

4) Change the tab background color depending on status (could be tricky
depending on color scheme, esp. if using the GTK/system scheme), watch
out for white on white font/background issues.  (The ColorfulTabs FF
addon has pretty useful options like this.)

5) User selectable and of the above.

6) Semi-OT; Allow user-selectable tab background color.  I can see how
that could be handy for grouping tabs.  I usually just use different
windows, but...  Mat also complicate the items above.  (Just
brainstorming. :)


Then there is the question of state.  Again to brainstorm, there is at least:

A) There was output [and/or something beeped?]   Arguably, this could be
tricky with e.g., IRC clocks.  A complicated solution might be to allow
the user to define a section of the window/line to ignore for changes.
But that might be overkill too.  I personally have never had a problem
like that; someone at a LUG mentioned it to me.

B) Something beeped

C) The session disconnected

D) The tab has become stale (IOW, has not been the active tab in N
seconds)


Sample from SecureCRT (Windows) attached.  Green = good/no change, Blue = 
buffer change (i.e. output), Red = disconnected.  I realize that SecureCRT is a 
dedicated SSH/telnet/etc. tool, and not quite the same as a general xterm so 
disconnected might not make sense.  Then again, depending on the when 
command exits setting maybe that does make sense...

** Attachment added: Screen shot of tab indicators on SecureCRT
   http://launchpadlibrarian.net/38098654/SecureCRT_tab_indicators.jpg

-- 
wishlist: add indication of background tab buffer change
https://bugs.launchpad.net/bugs/509544
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 508078] [NEW] printer dialog never shows in tuxpaint

2010-01-15 Thread JP Vossen
Public bug reported:

Binary package hint: tuxpaint

tuxpaint-1:0.9.20-2ubuntu1
tuxpaint-config-0.0.10-1
tuxpaint-data-1:0.9.20-2ubuntu1
tuxpaint-plugins-default-1:0.9.20-2ubuntu1
tuxpaint-stamps-default-2009.06.28-1

On a clean install of Karmic (System76 factory), I tried holding down
the ALT key when printing, and I used tuxpaint-config-0.0.10-1 to set
always show printer dialog but neither actually show the printer
dialog, whether tuxpaint is in full screen or windowed.

$ cat ~/.tuxpaintrc 
# Generated by tuxpaint-config version 0.0.10
fullscreen=yes
altprint=always

Expected: I should get a printer options dialog when printing from tuxpaint
Actual: default settings used with no dialog, no matter how I try

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

-- 
printer dialog never shows in tuxpaint
https://bugs.launchpad.net/bugs/508078
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 508078] Re: printer dialog never shows in tuxpaint

2010-01-15 Thread JP Vossen
I should have noted:
Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 
GNU/Linux

-- 
printer dialog never shows in tuxpaint
https://bugs.launchpad.net/bugs/508078
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 487314] Re: Toner levels make the Printer Properties dialog too wide for my screen

2010-01-15 Thread JP Vossen
I confirm the same problem using a Brother MFC-9840CDW with the Brother
drivers on 64-bit Karmic (stock System76 factory install).

system-config-printer-common-1.1.12+git20090826-0ubuntu8
system-config-printer-gnome-1.1.12+git20090826-0ubuntu8
system-config-printer-udev-1.1.12+git20090826-0ubuntu8
Linux 2.6.31-17-generic #54-Ubuntu SMP Thu Dec 10 17:01:44 UTC 2009 x86_64 
GNU/Linux

I'm not sure toner anything has anything to do with it.  I installed
the printer drivers [1] and when to System  Admin  Printing, select
the printer and get properties.  That was OK.  Then, I changed the
device URI and hit apply, at which point the dialog expended way off the
screen (too wide, as per above).

[1] Drivers I installed are (have to D/L via browser, wget results in 404):
http://welcome.solutions.brother.com/bsc/public_s/id/linux/en/download_prn.html#MFC-9840CDW
mfc9840cdwcupswrapper-1.0.2-4.i386.deb
mfc9840cdwlpr-1.0.2-4.i386.deb

And FYI I also have these:
brscan-skey-0.2.1-3.amd64.deb
brscan2-0.2.5-1.amd64.deb


mfc9840cdwcupswrapper-1.0.2-4.i386.deb contains (note duplicate files):
$ md5sum $(find -type f)
70b4415b80772a1a8e66fb2d1f123cb1  
./usr/local/Brother/Printer/mfc9840cdw/cupswrapper/cupswrapperSetup_mfc9840cdw
40f6fcbfe11d75b762ee934abd13d362  
./usr/local/Brother/Printer/mfc9840cdw/cupswrapper/brlpdwrapper_mfc9840cdw
2123704b072e0345a16a77a016fb570d  
./usr/local/Brother/Printer/mfc9840cdw/cupswrapper/brcupsconfcl1
bc9dd0b62458b34bac3b4fa0207df5d5  ./usr/share/cups/model/brmfc9840cdw.ppd
bc9dd0b62458b34bac3b4fa0207df5d5  ./usr/share/ppd/brmfc9840cdw.ppd


I eyeballed all of them and nothing jumped out at me, but I'm not really 
familiar with PPDs or CUPS other than as an end-user.  If someone can tell me 
what setting(s) in what file(s) might cause this, I can go back through older 
drivers and try to spot a change.  I did diff mfc9840cdwcups-1.0.0-7.i386.deb 
against mfc9840cdwcupswrapper-1.0.3-1.i386.deb but again, nothing jumped out at 
me.

So on one hand this looks like a Brother driver problem, but on the
other, system-config-printer should be smart enough not to exceed screen
size.  I will also bring this bug to the attention of the product
managers at Brother.

-- 
Toner levels make the Printer Properties dialog too wide for my screen
https://bugs.launchpad.net/bugs/487314
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 508078] Re: printer dialog never shows in tuxpaint

2010-01-15 Thread JP Vossen
Yes.  Firefox, OpenOffice Writer, Eye of Gnome and gedit: File, Print
*all* result in printer dialogs as expected.

Note that the default behavior of tuxpaint is to Just Print, using the
defaults, which makes sense given the target audience.  The problem here
is that my default is black and white, but my kids want their color
pictures to print out in color.  That requires the printer dialog box to
over-ride the default.  I want the default to stay BW since 90% of what
is printed from the PC does not need to waste expensive color toner.

-- 
printer dialog never shows in tuxpaint
https://bugs.launchpad.net/bugs/508078
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 268012] Re: gnome-terminal ignores some custom alt+letter keyboard shortcuts

2010-01-14 Thread JP Vossen
Broken *again* in Karmic g-t 2.28.1.  And I can't get it to work in g-t
2.22.1 in Hardy either even though bug 284824 says it should work.

2.22.1 Hardy
1.1) Gnome-terminal, edit, Keyboard shortcuts, check DISABLE all menu access 
keys
1.2) Set New tab shortcut to Altt, set Edit, Paste to Altv,
1.3) Attempt to set Edit Copy to Altc, but the dialog box just closes and 
does not set it at all.  You can work around this using gconf-editor  apps  
gnome-terminal  keybindings  copy, but the ability to actually set to Alt-C 
still doesn't make it work.
1.4) None of the three work as expected in the terminal.
1.5) Also, the Edit, Paste shortcut key displayed in the actual menu changes 
for copy but not for paste (display bug)

2.28.1 Karmic
2.1) Gnome-terminal, edit, Keyboard shortcuts, UNCHECK Enable menu access keys
2.2) Set New tab shortcut to Alt+T, set Edit, Copy to Alt+C, set Edit, Paste 
to Alt+V
2.3) Alt-c works, Alt-v and Alt-t do NOT work as expected in the terminal.
2.4) Also, the Edit, Paste shortcut key displayed in the actual menu changes 
for copy but not for paste (display bug)

So there are at least two bugs going on here, the display bug in gnome-
terminal's menu (items #1.5, 2.4) and whatever the root cause of Alt+?
not working, maybe as noted above and
https://bugzilla.gnome.org/show_bug.cgi?id=552318.

It'd be really nice if this was fixed in both Hardy LTS and Karmic (at
least).

-- 
gnome-terminal ignores some custom alt+letter keyboard shortcuts
https://bugs.launchpad.net/bugs/268012
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 352118] Re: WPA writes possibly unnecessary messages to the system log

2009-11-25 Thread JP Vossen
Hu...  Until Wireless Just Works (which has never been my
experience, even with F/OSS drives and Intel cards), turning off *all*
wpa_supplicant logging to syslog sounds like a really bad idea.  I do a
'tail -f /var/log/syslog' when attempting to get wireless cards working
all the time, and no logging would be a problem.

It's just the useless logging that we're talking about here.  And maybe
that's what you are talking about with -s, but that isn't clear.

-- 
WPA writes possibly unnecessary messages to the system log
https://bugs.launchpad.net/bugs/352118
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 267554] Re: fails to recognize DICOM files, fails to display anything

2009-11-12 Thread JP Vossen
*** This bug is a duplicate of bug 229681 ***
https://bugs.launchpad.net/bugs/229681

See bug 229681 for a work-around for Hardy (and probably newer releases
as well).

Short version, the problem is a missing dependency in the package, to fix just 
install the dcmtk too.
$ sudo aptitude install aeskulap dcmtk

-- 
fails to recognize DICOM files, fails to display anything
https://bugs.launchpad.net/bugs/267554
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 229681] Re: Aeskulap images not seen

2009-11-12 Thread JP Vossen
I confirm all of the above on Hardy:

$ sudo aptitude install aeskulap

= Fails as noted above: error on opening DICOMDIR, black screen when
manually viewing files, etc.


WORK-AROUND for Hardy, as per Samuel and GT Ducati above (thanks!):

$ sudo aptitude install aeskulap dcmtk

= Works as expected (note that you do have to double-click on the folder
icon in the study tab for it to do anything useful.  But that's a UI
bug, not this one.)


So it looks like a trivial fix for Hardy, at least: update the package to 
depend on dcmtk.  Since Hardy is LTS and since without this fix the package is 
useless (at least for newbies), I'd like to strongly urge someone to take the 5 
minutes and tweak the Ubuntu Hardy (and newer) packages!

-- 
Aeskulap images not seen
https://bugs.launchpad.net/bugs/229681
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 458686] [NEW] MythTV Frontend client icon is invisible on upgraded Karmic

2009-10-22 Thread JP Vossen
Public bug reported:

Binary package hint: mythtv

On my Ubuntu 9.10 LPIA netbook upgraded from 9.04 running the MythTV
client, the icon in the apps menu, or the one I copied to my launcher
bar is basically invisible due to the new default color scheme in
Karmic.  It's *there* but almost impossible to see because it's light
font color blends in to the Karmic colors.

On a personal note, I think an icon should be an icon, not a logo, and I
didn't like Myth's even when I could see it on Jaunty.  But I'm the
opposite of a graphics person, so other than whine about it I can't help
fix it. :-)  I also don't think an icon should be wide...

mythtv-common:
  Installed: 0.22.0~zrc1-0ubuntu1
  Candidate: 0.22.0~zrc1-0ubuntu1
  Version table:
 *** 0.22.0~zrc1-0ubuntu1 0
500 http://ports.ubuntu.com karmic/multiverse Packages
100 /var/lib/dpkg/status

Expected: visible icon for MythTV Frontend client
Actual: invisible logo

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

-- 
MythTV Frontend client icon is invisible on upgraded Karmic
https://bugs.launchpad.net/bugs/458686
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 352118] Re: WPA writes possibly unnecessary messages to the system log

2009-10-16 Thread JP Vossen
Happening again on Karmic upgraded from Jaunty, but I did not notice
this on Jaunty.  Logcheck installed on both.

$ apt-cache policy wpasupplicant
wpasupplicant:
  Installed: 0.6.9-3ubuntu1
  Candidate: 0.6.9-3ubuntu1
  Version table:
 *** 0.6.9-3ubuntu1 0
500 http://ports.ubuntu.com karmic/main Packages
100 /var/lib/dpkg/status

$ grep 'CTRL-EVENT-SCAN-RESULTS' /var/log/syslog | tail
Oct 16 14:31:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:33:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:35:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:37:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:39:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:41:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:43:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:45:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:47:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS 
Oct 16 14:49:21 mini9 wpa_supplicant[1455]: CTRL-EVENT-SCAN-RESULTS


Interesting, I am NOT seeing this in my archived Jaunty logs:

# zgrep -l 'CTRL-EVENT-SCAN-RESULTS' /var/log/syslog*
/var/log/syslog
/var/log/syslog.0

# ll syslog*
-rw-r- 1 syslog adm  26K 2009-10-16 14:53 syslog
-rw-r- 1 syslog adm 752K 2009-10-16 07:59 syslog.0

### Upgraded to Karmic 2009-10-14 to 2009-10-16 (upgrade was a bit ugly)
-rw-r- 1 syslog adm 3.7K 2009-10-13 07:55 syslog.1.gz
-rw-r- 1 syslog adm 3.7K 2009-10-12 07:52 syslog.2.gz
-rw-r- 1 syslog adm 4.7K 2009-10-11 07:40 syslog.3.gz
-rw-r- 1 syslog adm 4.6K 2009-10-10 07:49 syslog.4.gz
-rw-r- 1 syslog adm 3.6K 2009-10-09 02:51 syslog.5.gz
-rw-r- 1 syslog adm 4.2K 2009-10-08 07:53 syslog.6.gz

-- 
WPA writes possibly unnecessary messages to the system log
https://bugs.launchpad.net/bugs/352118
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 351989] Re: ntptrace man page is wrong

2009-10-07 Thread JP Vossen
1. the specific steps or actions you took that caused you to encounter
the problem,

$ man ntptrace
$ ntptrace -v


2. the behavior you expected, and

I expect the man page to be accurate and ideally, useful.  Right now
it's mostly neither.


3. the behavior you actually encountered (in as much detail as possible).

The man page is NOT accurate, as detailed above.  Specifically, the man
page claims these options: [ -vdn ] [ -r retries ] [ -t timeout ] [
server ]

But the actual ntptrace program only accepts -n (listed in man but, but
no details) and -m (not listed in man page).  None of the other options
the man page lists, -d, -d, -r, -t are accepted by the program.

Solution: fix the man page so that it documents how the ntptrace program
actually works, what options it actually accepts, and what they do.

-- 
ntptrace man page is wrong
https://bugs.launchpad.net/bugs/351989
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 351980] Re: ntptrace reports wrong results

2009-10-07 Thread JP Vossen
1. Is this reproducible?

Since the bug was created so long ago, I don't recall any more detail
than above.  Sorry...

Running in VMware Server 1.x VMs under some conditions makes time in the
VM run really oddly.  Perhaps the above hit a race condition where:

1) ntpd polled and time was OK
2) ntptrace ran live and realized time was out of sync
3) But since ntpd was between polling cycles it didn't realize that yet, so we 
see a disconnect in what ntptrace says vs. what ntpd had logged?
4) Then at 2009-03-30_17:57:48 ntpd resynced?

I dunno, that's all a wild guess.

This remix from the above session, times in EDT, might make both the
problem and my wild guess a little more clear:

2009-03-30_17:49:19: ntpd: time reset -2.120918 s
2009-03-30_17:52:22: ntptrace: localhost: stratum 16, offset 0.00, synch 
distance 0.013815
2009-03-30_17:57:48: ntpd: synchronized to 192.168.1.11, stratum 2

-- 
ntptrace reports wrong results
https://bugs.launchpad.net/bugs/351980
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to ntp in ubuntu.

-- 
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 351989] Re: ntptrace man page is wrong

2009-10-07 Thread JP Vossen
1. the specific steps or actions you took that caused you to encounter
the problem,

$ man ntptrace
$ ntptrace -v


2. the behavior you expected, and

I expect the man page to be accurate and ideally, useful.  Right now
it's mostly neither.


3. the behavior you actually encountered (in as much detail as possible).

The man page is NOT accurate, as detailed above.  Specifically, the man
page claims these options: [ -vdn ] [ -r retries ] [ -t timeout ] [
server ]

But the actual ntptrace program only accepts -n (listed in man but, but
no details) and -m (not listed in man page).  None of the other options
the man page lists, -d, -d, -r, -t are accepted by the program.

Solution: fix the man page so that it documents how the ntptrace program
actually works, what options it actually accepts, and what they do.

-- 
ntptrace man page is wrong
https://bugs.launchpad.net/bugs/351989
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 351980] Re: ntptrace reports wrong results

2009-10-07 Thread JP Vossen
1. Is this reproducible?

Since the bug was created so long ago, I don't recall any more detail
than above.  Sorry...

Running in VMware Server 1.x VMs under some conditions makes time in the
VM run really oddly.  Perhaps the above hit a race condition where:

1) ntpd polled and time was OK
2) ntptrace ran live and realized time was out of sync
3) But since ntpd was between polling cycles it didn't realize that yet, so we 
see a disconnect in what ntptrace says vs. what ntpd had logged?
4) Then at 2009-03-30_17:57:48 ntpd resynced?

I dunno, that's all a wild guess.

This remix from the above session, times in EDT, might make both the
problem and my wild guess a little more clear:

2009-03-30_17:49:19: ntpd: time reset -2.120918 s
2009-03-30_17:52:22: ntptrace: localhost: stratum 16, offset 0.00, synch 
distance 0.013815
2009-03-30_17:57:48: ntpd: synchronized to 192.168.1.11, stratum 2

-- 
ntptrace reports wrong results
https://bugs.launchpad.net/bugs/351980
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 359174] Re: [jaunty] lpia alternate install does not install linux-lpia

2009-04-17 Thread JP Vossen
Colin: point taken.  :-)  Thanks for fixing this...

-- 
[jaunty] lpia alternate install does not install linux-lpia
https://bugs.launchpad.net/bugs/359174
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 341363] Re: [i945GME] drm:i915_getparam *ERROR* Unknown parameter 6

2009-04-16 Thread JP Vossen
FYI, I'm getting logcheck messages from a Dell Mini-9 with the same
error on a clean install of Jaunty via the 2009-04-11
http://cdimage.ubuntu.com/ports/daily/current/jaunty-alternate-lpia.iso.
No big deal, everything works as far as I can tell.

I'll suppress it via a custom logcheck pattern:
# https://bugs.launchpad.net/ubuntu/+source/linux/+bug/341363
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ kernel: \[[0-9. ]+\] \[drm:i915_getparam\] 
\*ERROR\* Unknown parameter 6

-- 
[i945GME] drm:i915_getparam *ERROR* Unknown parameter 6
https://bugs.launchpad.net/bugs/341363
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 359174] Re: [jaunty] lpia alternate install does not install linux-lpia

2009-04-15 Thread JP Vossen
Sweet, never noticed that.

$ ll /var/log/installer/syslog 
-rw--- 1 root root 508K 2009-04-11 16:45 /var/log/installer/syslog

You sure you want uncompressed?
$ ll syslog.gz 
-rw--- 1 root root 71K 2009-04-15 21:26 syslog.gz

-- 
[jaunty] lpia alternate install does not install linux-lpia
https://bugs.launchpad.net/bugs/359174
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 49340] Re: Forgets Fit Page Width option on each click on the index

2009-04-15 Thread JP Vossen
Evince 2.26.0-0ubuntu1 in Jaunty beta LPIA has a regression to this bug.
And boy is it annoying.  But it's tricky too, it doesn't always happen.

Problems:
1) Evince defaults to best fit which is always annoying but even worse on a 
Netbook screen.
2) When navigating the document using the sidebar, it reverts to best fit 
even if previously changed to Fix page width
2.1) It doesn't even remember sections you've already set,  Fix it for chapter 
foo, navigate to chapter bar and it goes to best fit, navigate back to foo 
and it stays at best fit.
3) But it only happens with some documents.
4) View, Continuous/Dual are mutually exclusive options and thus should be 
displayed as radio buttons, but are instead incorrectly displayed as checkboxes.
4.1) So are View Best Fix/Fit Page Width.
5) Evince should have a Preferences page where you can set the default.

Steps to reproduce #1-3:

1) Download 
http://support.dell.com/support/edocs/systems/xlob/dtg/en/en_dtg.zip and unzip 
it.
2) Open in Evince, it works as expected.

3) Download http://launchpadlibrarian.net/8215270/Sample_report.pdf from bug 
121773
4) It's broken as described above.


Steps to reproduce #4, 5: look in the GUI and try setting the options. :-)

-- 
Forgets Fit Page Width option on each click on the index
https://bugs.launchpad.net/bugs/49340
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 49340] Re: Forgets Fit Page Width option on each click on the index

2009-04-15 Thread JP Vossen
Oh, I forgot, best fit should be renamed Whole Page or something, as
best fit is not a good description.

And I just re-read the section from comment 10 above.  Arggg.  I see the
point about the spec, but I don't care what the PDF author thought, I
want it to display the way I want it to (so I can read it on a Netbook),
and I want it to stay that way when I set it.

FYI, I just tried epdfview and it does not exhibit this behavior, so
I'll just use that instead...

-- 
Forgets Fit Page Width option on each click on the index
https://bugs.launchpad.net/bugs/49340
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 359174] Re: [jaunty] lpia alternate install does not install linux-lpia

2009-04-13 Thread JP Vossen
Same for me, using 1 day newer daily...

I used the 2009-04-11 http://cdimage.ubuntu.com/ports/daily/current
/jaunty-alternate-lpia.iso, burned to a DataTraveler 2G USB key, and
everything mostly Just Worked.

I had no network (wired or wireless) during the install, but wired
worked fine after reboot.  I had to manually install linux-restricted-
modules-lpia after which I got the new sta driver and then wireless
worked (where worked is defined as, at least as well as that crappy
Broadcom card ever works).

I didn't know about the linux-lpia meta-package, but now that I do I
agree with OP, load it...

-- 
[jaunty] lpia alternate install does not install linux-lpia
https://bugs.launchpad.net/bugs/359174
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 354226] Re: Jaunty lpia installer fails with hd-media kernel on dell mini 9

2009-04-13 Thread JP Vossen
I have a 16G SSD
http://www.newegg.com/Product/Product.aspx?Item=N82E16820609413Tpk=FEM16GHDL
and used the 2009-04-11 http://cdimage.ubuntu.com/ports/daily/current
/jaunty-alternate-lpia.iso, burned to a DataTraveler 2G USB key using
Intrepid usb-creator
(https://help.ubuntu.com/community/Installation/FromUSBStick), and
everything mostly Just Worked.

I had no network (wired or wireless) during the install, but wired
worked fine after reboot.  I had to manually install linux-restricted-
modules-lpia after which I got the new sta driver and then wireless
worked (where worked is defined as, at least as well as that crappy
Broadcom card ever works).  I also updated bug 359174 with this same
info.

Brightness, battery, volume keys all work, and I have the LPIA kernel
(2.6.28-11-lpia).

-- 
Jaunty lpia installer fails with hd-media kernel on dell mini 9
https://bugs.launchpad.net/bugs/354226
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 347122] Re: Jaunty (lpia) installer unable to identify ide controller on Dell Inspiron 910 (Mini9)

2009-04-13 Thread JP Vossen
I used the 2009-04-11 http://cdimage.ubuntu.com/ports/daily/current
/jaunty-alternate-lpia.iso, burned to a DataTraveler 2G USB key using
Intrepid usb-creator
(https://help.ubuntu.com/community/Installation/FromUSBStick), and
everything mostly Just Worked.

I had no network (wired or wireless) during the install, but wired
worked fine after reboot.  I had to manually install linux-restricted-
modules-lpia after which I got the new sta driver and then wireless
worked (where worked is defined as, at least as well as that crappy
Broadcom card ever works).  See also bug 359174.

Brightness, battery, volume keys all work, and I have the LPIA kernel
(2.6.28-11-lpia).

-- 
Jaunty (lpia) installer unable to identify ide controller on Dell Inspiron 910 
(Mini9)
https://bugs.launchpad.net/bugs/347122
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 359174] Re: [jaunty] lpia alternate install does not install linux-lpia

2009-04-13 Thread JP Vossen
Craig, I may be especially dense today (likely), but I'm still not clear
what you want.

Do you mean to boot from the USB key and copy /var/log/syslog someplace?
If so, at waht stage of the boot process?  I didn't use a Live
anything, I used the daily build alternate installer, so the only choice
is install.  Logs from that don't seem useful, but I guess I can do
something.  I also don't want to mess up my now working (great) system.
I can reboot and do a dmseg, lshw, whatever if that's useful, but since
I already loaded the module...

I also just ran and submitted a System testing report (under this same
user account) if that does anything for you...

-- 
[jaunty] lpia alternate install does not install linux-lpia
https://bugs.launchpad.net/bugs/359174
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 346513] Re: dbus-daemon: Rejected send message for indicator-applet spams /var/log/auth.log

2009-04-01 Thread JP Vossen
OK, some more, hope this is useful and the right place.

I filtered the noise above out [1] and have now noticed a much small
amount of these:

Mar 31 08:05:05 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.529 (uid=109 pid=17067 
comm=/usr/lib/policykit/polkitd ))
Mar 31 08:05:56 ubuntu-904 kernel: [101220.020438] type=1502 
audit(1238501156.075:12): operation=inode_permission requested_mask=x:: 
denied_mask=x:: fsuid=0 
name=/usr/local/Brother/Printer/mfc9840cdw/cupswrapper/brlpdwrapper_mfc9840cdw
 pid=2391 profile=/usr/sbin/cupsd
Mar 31 08:06:40 ubuntu-904 syslogd 1.5.0#5ubuntu3: restart.
Mar 31 08:35:10 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.538 (uid=0 pid=18132 
comm=/usr/lib/NetworkManager/nm-dhcp-client.action ))
Mar 31 08:35:10 ubuntu-904 dhclient: DHCPREQUEST of 192.168.1.100 on eth0 to 
192.168.1.11 port 67
Mar 31 08:35:10 ubuntu-904 dhclient: DHCPACK of 192.168.1.100 from 192.168.1.11

I even got some like this when manually testing my regex [1]!

Mar 31 03:17:09 ubuntu-904 dbus-daemon: Rejected send message, 1 matched
rules; type=method_call, sender=:1.32 (uid=1000 pid=4091
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a)
interface=org.freedesktop.DBus.Properties member=Get error
name=(unset) requested_reply=0 destination=:1.446 (uid=0 pid=1279
comm=su -s /bin/bash -c /usr/sbin/logcheck -tsol /tmp/m))

___
[1] Logcheck regex to filter out my most noisy (cron) message:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ dbus-daemon: Rejected send message, [0-9]+ 
matched rules; type=method_call, sender=:[0-9.]+ \(uid=[0-9]+ pid=[0-9]+ 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a\) 
interface=org.freedesktop.DBus.Properties member=Get error name=\(unset\) 
requested_reply=0 destination=[0-9:.]+ \(uid=0 pid=[0-9]+ 
comm=/USR/SBIN/CRON \)\)

-- 
dbus-daemon: Rejected send message for indicator-applet spams 
/var/log/auth.log
https://bugs.launchpad.net/bugs/346513
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 346513] Re: dbus-daemon: Rejected send message for indicator-applet spams /var/log/auth.log

2009-03-30 Thread JP Vossen
I'm getting tons of these as well, on a clean install, brand new, fully-
updated-as-of yesterday (2009-03-29) Jaunty VM, except they seem to be
cron related.  I know nothing about DBus, so I'm not sure if this is a
symptom of the same problem and belongs here, or a related problem that
wants a cron bug...

I do have 3 active cron jobs for root, but 2 are once a week and one is
every 25 mins, none of which match the time pattern here:

Mar 30 16:45:01 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.258 (uid=0 pid=26200 comm=/USR/SBIN/CRON ))
Mar 30 16:50:01 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.259 (uid=0 pid=26354 comm=/USR/SBIN/CRON ))
Mar 30 16:55:02 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.260 (uid=0 pid=26636 comm=/USR/SBIN/CRON ))
Mar 30 17:00:01 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.261 (uid=0 pid=26790 comm=/USR/SBIN/CRON ))
Mar 30 17:00:01 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.262 (uid=0 pid=26793 comm=/USR/SBIN/CRON ))
Mar 30 17:02:01 ubuntu-904 dbus-daemon: Rejected send message, 1 matched rules; 
type=method_call, sender=:1.32 (uid=1000 pid=4091 
comm=/usr/lib/indicator-applet/indicator-applet --oaf-a) 
interface=org.freedesktop.DBus.Properties member=Get error name=(unset) 
requested_reply=0 destination=:1.263 (uid=0 pid=27065 comm=/USR/SBIN/CRON ))

-- 
dbus-daemon: Rejected send message for indicator-applet spams 
/var/log/auth.log
https://bugs.launchpad.net/bugs/346513
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 351980] [NEW] ntptrace reports wrong results

2009-03-30 Thread JP Vossen
Public bug reported:

Binary package hint: ntp

Jaunty, fully up-to-date as of 5 minutes ago.  Running in a VMware
Server 1.0.8 VM (so time is erratic).

ntp 4.2.4p4+dfsg-7ubuntu5

ntptrace reports stratum 16 but ntpd reports sync in syslog, thus
ntptrace should report stratum 3 (in the example below).

[...@ubuntu-904:T2:L1:C61:J0:2009-03-30_17:52:22_EDT]
/home/jp$ ntptrace  
localhost: stratum 16, offset 0.00, synch distance 0.012630

[...@ubuntu-904:T2:L1:C63:J0:2009-03-30_17:53:14_EDT]
/home/jp$ sudo ntptrace
[sudo] password for jp: 
localhost: stratum 16, offset 0.00, synch distance 0.013815

[...@ubuntu-904:T2:L1:C62:J0:2009-03-30_17:53:09_EDT]
/home/jp$ grep ntpd /var/log/syslog.0 | tail
Mar 30 04:03:26 ubuntu-904 ntpd[2862]: kernel time sync status 0040
Mar 30 04:03:26 ubuntu-904 ntpd[2862]: frequency initialized 500.000 PPM from 
/var/lib/ntp/ntp.drift
Mar 30 04:17:24 ubuntu-904 ntpd[2862]: synchronized to 192.168.1.11, stratum 2
Mar 30 04:17:24 ubuntu-904 ntpd[2862]: time reset -1.873090 s
Mar 30 04:17:24 ubuntu-904 ntpd[2862]: kernel time sync status change 0001
Mar 30 04:23:52 ubuntu-904 ntpd[2862]: synchronized to 192.168.1.11, stratum 2
Mar 30 04:32:30 ubuntu-904 ntpd[2862]: time reset -2.024902 s
Mar 30 04:42:59 ubuntu-904 ntpd[2862]: synchronized to 192.168.1.11, stratum 2
Mar 30 04:48:19 ubuntu-904 ntpd[2862]: time reset -2.120918 s
Mar 30 04:57:48 ubuntu-904 ntpd[2862]: synchronized to 192.168.1.11, stratum 2


Expected: ntptrace should report valid results, for example, from a Debian 
Lenny also in VMware Server 1.0.8 :
$ ntptrace 
localhost: stratum 3, offset -0.000327, synch distance 0.10
ip-72-167-54-201.ip.secureserver.net: stratum 2, offset -0.000102, synch 
distance 0.050385
montpelier.ilan.caltech.edu: stratum 1, offset 0.49, synch distance 
0.000835, refid 'USNO'

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

-- 
ntptrace reports wrong results
https://bugs.launchpad.net/bugs/351980
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 351989] [NEW] ntptrace man page is wrong

2009-03-30 Thread JP Vossen
Public bug reported:

Binary package hint: ntp

Documentation bug, present on Jaunty, Intrepid, Hardy, and upstream in
Lenny and Etch, at least.  May be older...

man ntptrace says
[...]
ntptrace [ -vdn ] [ -r retries ] [ -t timeout ] [ server ]

But the only valid options are -n and -m.  -m is not even listed and -n
is never defined in the man page (actually, almost noting is defined in
the man page).

# See the options
[...@ubuntu-904:T2:L1:C70:J0:2009-03-30_18:05:32_EDT]
/home/jp$ less /usr/bin/ntptrace -N
[...]
 11 $Getopt::Std::STANDARD_HELP_VERSION=1;
 12 getopts('nm:');


# Try some anyway
[...@ubuntu-904:T2:L1:C67:J0:2009-03-30_17:58:00_EDT]
/home/jp$ ntptrace -v -r1 -t1
Unknown option: v
Unknown option: r
Unknown option: 1
Unknown option: t
Unknown option: 1
localhost: stratum 16, offset 0.00, synch distance 0.008730

[...@ubuntu-904:T2:L1:C68:J0:2009-03-30_18:04:38_EDT]
/home/jp$ ntptrace -v -r 1 -t 1
Unknown option: v
Unknown option: r
ntpq: connect: Invalid argument
ntpq -n -c rv 1 failed at /usr/bin/ntptrace line 40.


Expected: the man page should accurately reflect and document the program's 
available options.

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

-- 
ntptrace man page is wrong
https://bugs.launchpad.net/bugs/351989
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 249945] [NEW] Xfce keyboard map bug when using Win SUPER_L key

2008-07-18 Thread JP Vossen
Public bug reported:

I thought there was already a bug for this, but now I can't find it, so
sorry if this is a dup.

In Xubuntu Hardy (and previous), when using Apps, Settings, Keyboard,
Shortcuts, you can't assign the Windows SUPER_L key to 'xfce4-popup-
menu'.  Instead of the expected Super_L you get Super+Super_L.

The work-around is to edit your custom shortcut XML file (e.g., vi 
.config/xfce4/shortcuts/JP.xml) and remove the extra Super+ part, resulting 
in:
shortcut command=xfce4-popup-menu keys=Super_L/
Then log out and back in and it should work as expected.

But that kind of you just have to know how to do it editing should not
be required.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Xfce keyboard map bug when using Win SUPER_L key
https://bugs.launchpad.net/bugs/249945
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 54024] Re: WIN key SUPER_L should be mapped to Applications menu

2008-07-18 Thread JP Vossen
Agree.

-- 
WIN key SUPER_L should be mapped to Applications menu
https://bugs.launchpad.net/bugs/54024
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 247460] [NEW] logcheck postfix/anvil ignore bug

2008-07-10 Thread JP Vossen
Public bug reported:

Binary package hint: logcheck-database

The Hardy logcheck-database /etc/logcheck/ignore.d.server/postfix file has this:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/anvil\[[0-9]+\]: statistics: 
max (message|recipient|connection) (count|rate) [/[:digit:]s]+ for 
\(([.:[:xdigit:]]+)?(smtp(s)?|25|submission|587):[.:[:xdigit:]]+\) at \w{3} [ 
:0-9]{11}$

But that fails on certain logs, resulting in unnecessary logcheck alerts such 
as:
System Events
=-=-=-=-=-=-=
Jul 10 19:48:50 hostname postfix/anvil[8482]: statistics: max 
connection count 1 for (smtp:unknown) at Jul 10 19:45:05

Adding an |unknown regex alternation solves the problem:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/anvil\[[0-9]+\]: statistics: 
max (message|recipient|connection) (count|rate) [/[:digit:]s]+ for 
\(([.:[:xdigit:]]+)?(smtp(s)?|25|submission|587):([.:[:xdigit:]]+|unknown)\) at 
\w{3} [ :0-9]{11}$


Test run:

## Original line
# grep 'statistics: max (' postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/anvil\[[0-9]+\]: statistics: max 
(message|recipient|connection) (count|rate) [/[:digit:]s]+ for 
\(([.:[:xdigit:]]+)?(smtp(s)?|25|submission|587):[.:[:xdigit:]]+\) at \w{3} [ 
:0-9]{11}$

## Test run
# su -s /bin/bash -c /usr/sbin/logcheck -tsol /tmp/logtest logcheck
This email is sent by logcheck. If you wish to no-longer receive it,
you can either deinstall the logcheck package or modify its
configuration file (/etc/logcheck/logcheck.conf).

System Events
=-=-=-=-=-=-=
Jul 10 19:48:50 hostname postfix/anvil[8482]: statistics: max connection count 
1 for (smtp:unknown) at Jul 10 19:45:05
Jul 10 19:48:50 hostname postfix/anvil[8482]: statistics: max connection count 
1 for (smtp:unknown) at Jul 10 19:45:05
Jul 10 19:48:50 hostname postfix/anvil[8482]: statistics: max connection count 
1 for (smtp:unknown) at Jul 10 19:45:05

## Fix it
# vi postfix

## Fixed line
# grep 'statistics: max (' postfix
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ postfix/anvil\[[0-9]+\]: statistics: max 
(message|recipient|connection) (count|rate) [/[:digit:]s]+ for 
\(([.:[:xdigit:]]+)?(smtp(s)?|25|submission|587):([.:[:xdigit:]]+|unknown)\) at 
\w{3} [ :0-9]{11}$

## Test run
# su -s /bin/bash -c /usr/sbin/logcheck -tsol /tmp/logtest logcheck

## Now silent as expected
#

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

-- 
logcheck postfix/anvil ignore bug
https://bugs.launchpad.net/bugs/247460
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


  1   2   >