[Bug 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-10-02 Thread Paul Crawford
So folks,  what IS happening about this bug, already fixed, for a
package that is SUPPOSED to be supported in 10.04?

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/669808/+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 596859] Re: ntp profile denies write access to serial devices

2012-04-20 Thread Paul Crawford
This appears to be broken again, the 10.04 default profile has:

# vim:syntax=apparmor
# Last Modified: Tue Aug 11 16:14:21 CDT 2009
# Updated for Ubuntu by: Jamie Strandboge ja...@canonical.com

snip

  @{NTPD_DEVICE} r,

So it only allows read-access to the devices. Also broken/reverted is
the tunables which has:

# Last Modified: Thu Aug  2 14:37:03 2007
# $Id: usr.sbin.ntpd 1102 2008-02-19 10:35:19Z jrjohansen $
# --
#
#Copyright (C) 2002-2005 Novell/SUSE
#
#This program is free software; you can redistribute it and/or
#modify it under the terms of version 2 of the GNU General Public
#License published by the Free Software Foundation.
#
# --

#Add your ntpd devices here eg. if you have a DCF clock
# @{NTPD_DEVICE}=/dev/ttyS*
@{NTPD_DEVICE}=/dev/tty10

Again, no default access to serial ports and modification date is before
the message  #4 (above). Can this be fixed again and pushed back to
debian so it stays fixed?

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

Title:
  ntp profile denies write access to serial devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/596859/+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 596859] Re: ntp profile denies write access to serial devices

2012-04-20 Thread Paul Crawford
Thanks Robie for the quick reply, but I though 10.04.4 LTS would have
such bug-fixes included?

After all the ISO used to install is from after the date of the fix, and
the major package numbers are the same  (comment #1 mentions  1:4.2.4p8
+dfsg-1ubuntu4 and my machine is reporting 1:4.2.4p8+dfsg-1ubuntu2.1)

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

Title:
  ntp profile denies write access to serial devices

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/596859/+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 999725] [NEW] broken start-up dependencies for ntp

2012-05-15 Thread Paul Crawford
Public bug reported:

We recently installed 12.04 LTS (32-bit) with NIS authentication and found two 
bugs with ntp, the first was ntp was not installed (even though the clock 
manager allowed, and defaulted to, internet time) and the second more serious 
bug reported here is we discovered that ntp is being started before the system 
is capable of resolving DNS, so only time servers given by IP address are found.
Those given by name (ntp0.dundee.ac.uk and similar) are not found and, as ntp 
never performs DNS lookup after initially starting, they remain unavailable 
until you manually issue the command /etc/init.d/ntp restart.
This was not a problem with 10.04 LTS, and I also though upstart was supposed 
to handle such starting sequence dependencies?

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

$ apt-cache policy ntp
ntp:
  Installed: 1:4.2.6.p3+dfsg-1ubuntu3
  Candidate: 1:4.2.6.p3+dfsg-1ubuntu3
  Version table:
 *** 1:4.2.6.p3+dfsg-1ubuntu3 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main i386 Packages
100 /var/lib/dpkg/status

We expected ntp to be started after the network interfaces were up and
DNS look-up possible.

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

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-17 Thread Paul Crawford
I am not 100% sure of how the network was configured (the guy who did it
is away today) but can report that the contents of
/etc/network/interfaces are:

# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto eth0
iface eth0 inet static
 address 134.36.22.69
 netmask 255.255.255.0
 gateway 134.36.22.1

So it should be a simple static IP address configured there. While it
should not matter, it is maybe worth mentioning that the PC has two
Ethernet ports, though we are only using one of them for this.

Is there a log somewhere showing the start-up order actually used when
it boots up?

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-17 Thread Paul Crawford
Results for 12.04 machine are:
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Apr 30 17:39 /etc/resolv.conf - 
../run/resolvconf/resolv.conf

$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN

On another 10.04 machine I get a file, and its contents have our DNS
servers listed.

But if resolv.conf is missing this, and we don't have any dns-
nameservers in /etc/network/interfaces, then how is the machine getting
DNS later when everything seems normal?

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-17 Thread Paul Crawford
It is somewhat odd, as I get this:

$ ping ntp0.dundee.ac.uk
PING ntp0.dundee.ac.uk (172.30.254.253) 56(84) bytes of data.
64 bytes from 443-gb-core-6513.private.dundee.ac.uk (172.30.254.253): 
icmp_req=1 ttl=254 time=0.281 ms
64 bytes from 443-gb-core-6513.private.dundee.ac.uk (172.30.254.253): 
icmp_req=2 ttl=254 time=0.303 ms
64 bytes from 443-gb-core-6513.private.dundee.ac.uk (172.30.254.253): 
icmp_req=3 ttl=254 time=0.332 ms
64 bytes from 443-gb-core-6513.private.dundee.ac.uk (172.30.254.253): 
icmp_req=4 ttl=254 time=0.376 ms
^C
--- ntp0.dundee.ac.uk ping statistics ---
4 packets transmitted, 4 received, 0% packet loss, time 3004ms
rtt min/avg/max/mdev = 0.281/0.323/0.376/0.035 ms

$ host ntp0.dundee.ac.uk

;; connection timed out; no servers could be reached

$ nslookup ntp0.dundee.ac.uk
;; connection timed out; no servers could be reached

So ping is able to perform the name-to-IP conversion fine, but host and 
nslookup both fail! 
Other 'normal' programs seem to perform address lookup OK (e.g. entering 
www.google.com in firefox, or even ntp if restarted later) so there is 
something bizarre about the network management.

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-17 Thread Paul Crawford
These are the nsswitch results:

--
$ ls -l /etc/nsswitch.conf
-rw-r--r-- 1 root root 600 May  1 11:28 /etc/nsswitch.conf

--
$ cat /etc/nsswitch.conf
# /etc/nsswitch.conf
#
# Example configuration of GNU Name Service Switch functionality.
# If you have the `glibc-doc-reference' and `info' packages installed, try:
# `info libc Name Service Switch' for information about this file.

passwd: files nis compat
group:  files nis compat
shadow: files nis compat

hosts:  files nis dns
#hosts:  files mdns4_minimal [NOTFOUND=return] dns mdns4
networks:   files

protocols:  db files
services:   db files
ethers: db files
rpc:db files

netgroup:   nis
automount:  files nis

--
$ cat /etc/hosts
127.0.0.1   localhost
127.0.1.1   terra.sat.dundee.ac.uk  terra

# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters


I guess the 'hosts' entry was edited/replaced to add NIS, and also the netgroup 
and automount were added. I presume this is due to NIS not doing this sort of 
thing automatically when you install it (it asks for the domain, I think). I 
don't really understand NIS, and the guy usually responsible for this sort of 
thing is away, but as far as I know it only provides local-area user/machine 
authentication and so I would be surprised if it 'knows' about anything outside 
of our sub-domain (like google, or even the other university machines as they 
are not part of our NIS set-up).

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-18 Thread Paul Crawford
Yes, it looks very much like the DNS system is broken here, but when I
tried to look things up I get Bug #1001189 so overall not impressed with
12.04 so far :(

Still, adding some dns-nameservers lines to /etc/network/interfaces is
the next obvious thing to try.

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-18 Thread Paul Crawford
I think this bug should concentrate on the key issue: that ntp (and
maybe others?) is being brought up on the wrong event, that is it comes
up with the interface, and not with the chosen type of name server.

In our case NIS provides user and name server resolution, and ntp comes
up before it with 12.04

I don't know how LDAP is handled, but from the above comments it would
appear be have the same problem, and so ntp is not currently able to
resolve machines given only by NIS (or LDAP) name if they are not in the
DNS (which I guess might be common with a large private network behind
NAT).

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp

2012-05-18 Thread Paul Crawford
Yes, you are right in that our NIS servers are solaris boxes, and they
do support behind-the-scenes DNS lookups as it turns out. It is also
true that NIS is depreciated, though a lot of older installations like
ours still use it, and for most machines DNS is available and will
probably fix our specific issue.

But...that is still not an excuse for daemons (like ntp) that might
depend on the directory service (NIS, LDAP, ActiveDirectory, etc) being
started without a sensibly configured sequence/dependency!

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

Title:
  broken start-up dependencies for ntp

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 999725] Re: broken start-up dependencies for ntp (starts before NIS is available)

2012-05-19 Thread Paul Crawford
It is probably true that this has not been seen much as a bug due to DNS
normally being available, hence NIS dependency (if present) being a
secondary issue. However, we found that ntp did not recover by itself,
so possibly it only tries to find the nameservers once, but will re-try
for the time servers in ntp.conf

I don't think it is necessary to test for any direct dependency on NIS
in ntp.conf (that could be tricky) but a more robust approach would be
to start (or restart?) ntp if a directory service is started/restarted
just to make sure any such dependency or time-server changes are
resolved. I presume this is the sort of thing Upstart can do.

Incidentally it seems the last post for bug #604717 is spam, is there
any way to get it deleted?

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

Title:
  broken start-up dependencies for ntp (starts before NIS is available)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ntp/+bug/999725/+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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2011-04-30 Thread Paul Crawford
If this is supposedly fixed, how come using ssh -X user@server still
hangs if you have run an X-windows program like 'eog' or similar?

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

Title:
  Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

-- 
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 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-07-11 Thread Paul Crawford
I see no activity here. Why is this not being maintained? It is not like
there is no bug fix - can someone at Canonical actually do something
useful about updating a *supported* LTS package?

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nagios3/+bug/669808/+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 1217933] [NEW] update-grub fails to detect other md OS

2013-08-28 Thread Paul Crawford
Public bug reported:

I have a system with two main HDD configured as several md RAID-1 devices and I 
installed the 32-bit version of 12.04.2 on to one of these partitions (using 
the alternate installer ISO), with most of the others being user data (e.g. 
one for /home, another for virtual machines, etc). I had one md partition free 
and then installed the 64-bit version (12.04.3) on to that, again using the 
alternate installer.
However, after the installation it is unaware of the 1st system, so running 
update-grub fails to add that to the boot menu and I am not able to dual-boot 
32  64 bit systems. This worked OK previously with a hardware RAID card, but 
that was true hardware RAID and presented the disks as a single SCSI device.

$ lsb_release -rd
Description:Ubuntu 12.04.3 LTS
Release:12.04

$ apt-cache policy multipath-tools
multipath-tools:
  Installed: (none)
  Candidate: 0.4.9-3ubuntu5
  Version table:
 0.4.9-3ubuntu5 0
500 http://gb.archive.ubuntu.com/ubuntu/ precise/main amd64 Packages

I expect the OS probing to detect other operating systems, in particular
to detect another instance of Ubuntu.

Additional information:
$ more /proc/mdstat 
Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] 
[raid10] 
md1 : active raid1 sda3[0] sdb3[1]
  72427392 blocks super 1.2 [2/2] [UU]
  
md2 : active raid1 sda6[0] sdb6[1]
  51167104 blocks super 1.2 [2/2] [UU]
  
md0 : active raid1 sda1[0] sdb1[1]
  2046912 blocks super 1.2 [2/2] [UU]
  
md4 : active raid1 sda8[0] sdb8[2]
  307068736 blocks super 1.2 [2/2] [UU]
  
md3 : active raid1 sda7[0] sdb7[1]
  1023868736 blocks super 1.2 [2/2] [UU]

$ mount | grep '^/dev/' | sort
/dev/md1 on / type ext4 (rw,errors=remount-ro)
/dev/md3 on /home type ext4 (rw)
/dev/md4 on /vm type ext4 (rw,nobarrier)
/dev/sdc5 on /scratch type ext4 (rw,nobarrier)

NOTE: sda  sdb form the md devices but sdc is not part of any RAID, md0
is unused (was planned for /boot but not used), and md2 has the 32-bit
'/' partition which can still be mounted and accessed.

** Affects: multipath-tools (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  update-grub fails to detect other md OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1217933/+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 1217933] Re: update-grub fails to detect other md OS

2013-08-28 Thread Paul Crawford
Why might it be a mdadm problem?
All of the md devices are up and accessible from the 64-bit OS, and the 
/etc/mdadm/mdadm.conf file appears to match the output of the command ' mdadm 
--detail --scan' suggesting it is correct. Even if I mount the previous 32-bit 
systems root partition (that just works if I click on the device in nautilus) 
there is still no sign of update-grub recognising that has an OS installed on 
it.

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

Title:
  update-grub fails to detect other md OS

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/multipath-tools/+bug/1217933/+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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-15 Thread Paul Crawford
Well it is not yet fixed for 10.04 with the 'proposed' updates. Tonight
just rebooted after updates to kernal 2.6.32-29 and guess what? Yes, my
syslog contained the following sort of message:

Feb 15 21:45:24 paul-ubuntu kernel: [2.341704] EXT4-fs (sda5): 4
orphan inodes deleted

So is 'proposed' still part of the 10.04.2 to be released, or will the
fix come soon as mentioned for the 10.04.3 CD?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is a direct subscriber.
https://bugs.launchpad.net/bugs/672177

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

-- 
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 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-03-22 Thread Paul Crawford
Same here - would have thought that an update should be out by now.

It is supposed to be supported in LTS for 5 years and I presume
'support' includes pushing out established bug-fixes!

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

-- 
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 596010] [NEW] ntpd sementation fault using NMEA driver

2010-06-18 Thread Paul Crawford
Public bug reported:

Binary package hint: ntp

I have an old Garmin GPS that I though I could use as a local time
source with NTP. It supports NMEA messages so I added the line to my
ntp.conf file:

server 127.127.20.0 # NMEA GPS

and created a symbolic link from /dev/gps0 - /dev/ttyS0 as suggested
here:

http://www.eecis.udel.edu/~mills/ntp/html/drivers/driver20.html

However, when trying to start NTP it crashes on me without any obvious
reason, though it might be somehow related to the serial port opening
failing for some non-obvious reason:

Jun 18 17:33:33 pscpc ntpd[2888]: ntpd 4.2@1.1612-o Fri Apr  9 00:28:40 UTC 
2010 (1)
Jun 18 17:33:33 pscpc ntpd[2889]: precision = 1.000 usec
Jun 18 17:33:33 pscpc ntpd[2889]: ntp_io: estimated max descriptors: 1024, 
initial socket boundary: 16
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #0 wildcard, 
0.0.0.0#123 Disabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #1 wildcard, ::#123 
Disabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #2 vmnet8, 
fe80::250:56ff:fec0:8#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #3 lo, ::1#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #4 vmnet1, 
fe80::250:56ff:fec0:1#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #5 eth0, 
fe80::213:20ff:fecb:72d6#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #6 lo, 127.0.0.1#123 
Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #7 eth0, 
134.36.22.24#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #8 vmnet1, 
192.168.227.1#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: Listening on interface #9 vmnet8, 
192.168.154.1#123 Enabled
Jun 18 17:33:33 pscpc ntpd[2889]: kernel time sync status 2040
Jun 18 17:33:33 pscpc ntpd[2889]: frequency initialized -2.568 PPM from 
/var/lib/ntp/ntp.drift
Jun 18 17:33:33 pscpc ntpd[2889]: refclock_open /dev/gps0: Permission denied
Jun 18 17:33:33 pscpc kernel: [18794.490995] type=1503 
audit(1276878813.771:19):  operation=open pid=2889 parent=1 
profile=/usr/sbin/ntpd requested_mask=rw:: denied_mask=rw:: fsuid=0 
ouid=0 name=/dev/ttyS0
Jun 18 17:33:33 pscpc kernel: [18794.491244] ntpd[2889]: segfault at 0 ip 
002f57bc sp bfe53cd0 error 4 in libc-2.11.1.so[2c5000+153000]

Even if there is something wrong with my serial port, it should not
crash, but should use whatever other time sources that are available!

About my system:

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

$ uname -a
Linux pscpc 2.6.32-22-generic #36-Ubuntu SMP Thu Jun 3 22:02:19 UTC 2010 i686 
GNU/Linux

$ apt-cache policy ntp
ntp:
  Installed: 1:4.2.4p8+dfsg-1ubuntu2
  Candidate: 1:4.2.4p8+dfsg-1ubuntu2
  Version table:
 *** 1:4.2.4p8+dfsg-1ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

Regards,
Paul

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

-- 
ntpd sementation fault using NMEA driver
https://bugs.launchpad.net/bugs/596010
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 596010] Re: ntpd sementation fault using NMEA driver

2010-06-18 Thread Paul Crawford
Just to add, if I try gtkterm I can open and see the NMEA messages just
fine, so I don't know why it should report refclock_open /dev/gps0:
Permission denied in the first place.

-- 
ntpd sementation fault using NMEA driver
https://bugs.launchpad.net/bugs/596010
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 596010] Re: ntpd sementation fault using NMEA driver

2010-06-18 Thread Paul Crawford
If I remove the symlink, it works but without the GPS (as one might
reasonably expect) and this is the corresponding syslog message:

Jun 18 17:59:02 pscpc ntpd[3075]: refclock_open /dev/gps0: No such file or 
directory
Jun 18 17:59:02 pscpc ntpd[3075]: configuration of 127.127.20.0 failed

So it looks as if a failed open is occuring, and that is crashing ntpd
with a segmentation fault. What is not clear is why the two type of
failed open should differ, and why it can't open /dev/gps0 while gtkterm
seems happy enough to do so.

-- 
ntpd sementation fault using NMEA driver
https://bugs.launchpad.net/bugs/596010
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 596010] Re: ntpd sementation fault using NMEA driver

2010-06-21 Thread Paul Crawford
Yes, the problem starts with the apparmour protection system not knowing
it should be allowed serial port access. However, I tried to edit
/etc/apparmor.d/tunables/ntpd to change the line to:

@{NTPD_DEVICE}=/dev/ttyS0

then restarted /etc/init.d/apparmor but that did to help, however,
adding this to the /etc/apparmor.d/usr.sbin.ntpd file:

/dev/ttyS0 rw,

then restarting  /etc/init.d/apparmor did work.

So first question is what is the correct entry in
/etc/apparmor.d/tunables/ntpd needed to do it the preferred way?

The next observation is that rendering the serial port theoretically
unusable by:

sudo chmod 000 /dev/ttyS0

Produced similar, but not quite identical results:
Jun 21 12:36:08 pscpc ntpd[8089]: ntpd 4.2@1.1612-o Fri Apr  9 00:28:40 UTC 
2010 (1)
Jun 21 12:36:08 pscpc ntpd[8090]: precision = 1.000 usec
Jun 21 12:36:08 pscpc ntpd[8090]: ntp_io: estimated max descriptors: 1024, 
initial socket boundary: 16
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #0 wildcard, 
0.0.0.0#123 Disabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #1 wildcard, ::#123 
Disabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #2 vmnet8, 
fe80::250:56ff:fec0:8#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #3 lo, ::1#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #4 vmnet1, 
fe80::250:56ff:fec0:1#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #5 eth0, 
fe80::213:20ff:fecb:72d6#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #6 lo, 127.0.0.1#123 
Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #7 eth0, 
134.36.22.24#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #8 vmnet1, 
192.168.227.1#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: Listening on interface #9 vmnet8, 
192.168.154.1#123 Enabled
Jun 21 12:36:08 pscpc ntpd[8090]: kernel time sync status 2040
Jun 21 12:36:08 pscpc ntpd[8090]: frequency initialized -1.256 PPM from 
/var/lib/ntp/ntp.drift
Jun 21 12:36:08 pscpc ntpd[8090]: refclock_open /dev/gps0: Permission denied
Jun 21 12:36:08 pscpc kernel: [ 4642.663943] type=1503 
audit(1277120168.659:117):  operation=capable pid=8090 parent=1 
profile=/usr/sbin/ntpd name=dac_override
Jun 21 12:36:08 pscpc kernel: [ 4642.664223] ntpd[8090]: segfault at 0 ip 
0043e7bc sp bfa3f650 error 4 in libc-2.11.1.so[40e000+153000]

But now the oddest part, if I stop apparmor there is no problem, and
stranger still it is *working* to read the serial port that is
apparently unusable for read or write:

p...@pscpc:~$ ls -l /dev/ttyS0
c- 1 root dialout 4, 64 2010-06-21 12:41 /dev/ttyS0

Why/how it is overriding the permission setting is not clear.

My final question is how do I get a stack trace?

I have seen instructions on how to use gdb, but if I try to run the ntpd
program with gdb using the same command line as the running daemon is
(from ps -Af) it says the program terminated normally, which is clearly
not the case as it still shows the segmentation happening fault in the
syslog file.

-- 
ntpd sementation fault using NMEA driver
https://bugs.launchpad.net/bugs/596010
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 596010] Re: ntpd sementation fault using NMEA driver

2010-06-21 Thread Paul Crawford
Looking at the /etc/apparmor.d/usr.sbin.ntpd file it seems that any
@{NTPD_DEVICE} device is added as read-only, but most of the GPS like
things I have seen using serial ports are subject to writing to
configure and/or poll them for the time. Will raise that as another
bug...

-- 
ntpd sementation fault using NMEA driver
https://bugs.launchpad.net/bugs/596010
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 596859] [NEW] ntp profile denies write access to serial devices

2010-06-21 Thread Paul Crawford
Public bug reported:

Binary package hint: ntp

While reporting and testing for bug #596010 using the 10.04 release
candidate I found that the intended user-tunable apparmor options in
/etc/apparmor.d/tunables/ntpd do not work correctly due to the settings
in /etc/apparmor.d/usr.sbin.ntpd including them with read-only
permission.

While it might initially seem reasonable that you just 'read' the time
from a serial port GPS or similar, in practice most of the drivers for
serial clocks also need write-access to configure and/or poll them for
the time.

I found that changing line 35 in  /etc/apparmor.d/usr.sbin.ntpd from:

  @{NTPD_DEVICE} r,

to this:

  @{NTPD_DEVICE} rw,

seems to fix things so allowing /dev/ttyS* in the tunables works OK.

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

-- 
ntp profile denies write access to serial devices
https://bugs.launchpad.net/bugs/596859
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 322518] Re: No obvious way to prevent ntpdate to be run when interface are brought up

2010-06-22 Thread Paul Crawford
While I agree that the system should honour the chosen settings (so if you say 
'manual time' that is really all you get), I would argue that all systems, 
desktop and server, should ship with a minimum NTP setup. If the load on the 
Ubuntu time server is of concern, then you could use the minpoll set to 10 
(1024s) or similar for it. See:
http://www.eecis.udel.edu/~mills/ntp/html/clockopt.html#server

Those with greater requirements might want to add more servers to
ntp.conf and some (like here in my university) may need to change the
time server to a local one due to a slightly strange firewall policy.
But I don't see why manual time should be preferred for any case other
than a complete lack of internet connectivity!

-- 
No obvious way to prevent ntpdate to be run when interface are brought up
https://bugs.launchpad.net/bugs/322518
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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-09-27 Thread Paul Crawford
With 10.04 i386 on my Dell Latitude 2100 laptop I find that attempting
to exit from ssh -X usern...@remotemachine is not returning to the
local command prompt after using an X-session on the remote machine. It
returns fine when I don't start an X program though.

Is this related to port forwarding of the usual 6000 x-windows port?

I have to Ctrl+C to get back to the local prompt, which is a touch
worrying.

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to openssh 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 659036] [NEW] Install directory incorrect for pptpd source

2010-10-12 Thread Paul Crawford
Public bug reported:

Binary package hint: pptpd

I tried building the pptpd-1.3.4 package from source to debug the
crashing behaviour it shows, however, I found that 'make install' put
the executables in the wrong location.

Line 175 of the Makefile had 'prefix = /usr/local' but the Ubuntu
location is just /usr (so /usr/sbin has the executables, etc).

Editing the make file to fix it was easy enough, but I don't understand
the generation of the Makefile via the ./configure step well enough to
suggest a safe patch.

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

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

-- 
Install directory incorrect for pptpd source
https://bugs.launchpad.net/bugs/659036
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to pptpd 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 206583] Re: System Monitor crashes when lowering nice value of process

2009-04-21 Thread Paul Crawford
Just found all of you have the same problem as I have just seen on my
8.10 system (32-bit OS, but 64-bit AMD CPU). No crash report, but
/var/log/auth.log has this:

paul-ubuntu sudo: pam_unix(sudo:auth): authentication failure; logname=
uid=0 euid=0 tty= ruser= rhost=  user=paul

So clearly lacking in privileges to reduce the 'nice' level. Strikes me
as something that should be fixed, even if its just done by a prompt for
sudo password to confirm your actions.

-- 
System Monitor crashes when lowering nice value of process
https://bugs.launchpad.net/bugs/206583
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 191316] Re: Fspot reports error for importing Nikon D80

2009-11-21 Thread Paul Crawford
Recently I found that my D300s just worked. I assume this is due to
some kernel patch for the USB stack, has anyone else have this
experience?

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 74279] Re: error importing photos in ptp mode

2009-11-21 Thread Paul Crawford
Recently my D300s just worked with F-spot. Maybe due to some kernel
patch, anyone else seen an improvement in the last month or two?

-- 
error importing photos in ptp mode
https://bugs.launchpad.net/bugs/74279
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 191316] Re: Fspot reports error for importing Nikon D80

2009-12-06 Thread Paul Crawford
Nope, I was wrong, it is still there :( It might relate to the D300s
configuration, going back from two memory cards to just the CF one
prompted similar error messages, but re-trying the camera switch made it
operate.

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 191316] Re: Fspot reports error for importing Nikon D80

2009-10-18 Thread Paul Crawford
I have the same problem with a new Nikon D300s camera, both on my main
desktop machine (Intrepid 8.10 with F-sport 0.5.0.3) and with my new
laptop (Dell Latitude 2100 with Jaunty 9.04). Attached is the --debug
log from my desktop case, just for info.

** Attachment added: f-spot debug output
   http://launchpadlibrarian.net/33902805/f-spot.txt

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 74279] Re: error importing photos in ptp mode

2009-10-18 Thread Paul Crawford
Same problem of PTP unspecified error on a new Nikon D300s camera with
8.10 and 9.04 Ubuntu. Some other cameras (Olympus compact) just work,
but not this one or, it seems from the above, quite a few SLR models :(
Why has this bug not been fixed for 3 years now!?

-- 
error importing photos in ptp mode
https://bugs.launchpad.net/bugs/74279
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 191316] Re: Fspot reports error for importing Nikon D80

2009-10-18 Thread Paul Crawford
Just to add that gThumb has the same sort of problem with the D300s,
giving the error message An error occurred in the io-library
('Unspecified error'): The supplied vendor or product id (0x0,0x0) is
not valid.

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 191316] Re: Fspot reports error for importing Nikon D80

2009-10-18 Thread Paul Crawford
OK, to further add to the confusion, I tried to connect my D300s to to a
XP VMware machine, that resulted in it attempting to read the camera
(after a few Gnome messages about being unable to lock it) and then the
XP VM did the BSOD and rebooted! After that XP seemed uninterested in
the camera, but I thought I would try F-spot again out of curiosity, and
that time it worked!

Attached is the --debug log file (2nd run, so re-importing the same
images).

After closing XP machine and camera off/on, back to the same old
problem.

So there appears to be some issue with the USB initialisation perhaps?
Are there any other debug/trace options to follow the USB operations to
see what changed with this test?

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 191316] Re: Fspot reports error for importing Nikon D80

2009-10-18 Thread Paul Crawford
Forgot the attachment...

** Attachment added: f-spot debug log after XP attempt
   http://launchpadlibrarian.net/33904875/f-spot-2.txt

-- 
Fspot reports error for importing Nikon D80
https://bugs.launchpad.net/bugs/191316
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 112684] Re: F-Spot deletes temporary image files too early when sending mails

2009-04-27 Thread Paul Crawford
I have exactly the same problem as described by swulf wrote on
2009-01-17. How to fix it, with no gconf key present?

And just who thought you could compse and send an email in 30 seconds!?
Please step foward and explain...

-- 
F-Spot deletes temporary image files too early when sending mails
https://bugs.launchpad.net/bugs/112684
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 292517] Re: Add a torrent file dialog unusable

2009-06-01 Thread Paul Crawford
I was suffering from what I think is the same problem with interpid
8.10, but followed the advice here to get the latest version of
Transmission:

http://forum.transmissionbt.com/viewtopic.php?f=13t=5604

First edit the config file with a command like this:

gksudo gedit /etc/apt/sources.list

Then add the appropriate lines (here 'intrepid' = 8.10 version etc) to
the end of the file:

deb http://ppa.launchpad.net/transmissionbt/ubuntu intrepid main
deb-src http://ppa.launchpad.net/transmissionbt/ubuntu intrepid main

Save file then exit editor. Then add the keys with these two commands:

gpg --keyserver keyserver.ubuntu.com --recv 976b5901365c5ca1
gpg --export --armor 976b5901365c5ca1 | sudo apt-key add -

Then start the System - Administration - Software sources and I un-
ticked the new entry in Third Party Software for the transmission source
(did not need it anyway) then on 'Close' it updated the package lists
and then the orange star appears (top task-bar right hand side) with the
option to update the version of the Transmission BitTorrent client. That
now seems to work fine.

I also edited the basic settings to make it more friendly to my ISP's
cough fair use policy by configuring as follows Edit - Preferances:

Torrents (change to dedicated directory, not Desktop, for output)
Peers (enable block list, change to encryption required)
Speed (enable speed limit mode 8:30 to 21:00 with down=20k  up = 15k)
Network (incomming post checked / enabled in router for forwarding)

Hope this helps.

-- 
Add a torrent file dialog unusable
https://bugs.launchpad.net/bugs/292517
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 374097] Re: Pan saves some files as executable

2009-06-01 Thread Paul Crawford
OK I agree it is low priority (given you have to try and run the
resulting download afterwards) but given it is a very simple fix that
also would work on the Ubuntu patched version of 0.132, then why not?

-- 
Pan saves some files as executable
https://bugs.launchpad.net/bugs/374097
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2012-01-30 Thread Paul Crawford
Forgot to add, using 10.04 64-bit LTS.

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/904594/+subscriptions

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2012-01-30 Thread Paul Crawford
I see the status for adblock is fix released but my package manager,
even when updated just now, still showing the old version.

Is this released only for the 'proposed' updates? If so, why proceed
with the main release of the firefox update when the matching packages
are not yet ready?

** Attachment added: Screenshot-Synaptic Package Manager .png
   
https://bugs.launchpad.net/ubuntu/lucid/+source/adblock-plus/+bug/904594/+attachment/2701085/+files/Screenshot-Synaptic%20Package%20Manager%20.png

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/904594/+subscriptions

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2012-01-30 Thread Paul Crawford
We now have Firefox 9.0.1 which is good, but why is the system-wide
installed versions of AdblockPlus and Flashblock still on incompatible
versions?

Of course, firefox then tries to update the versions and fails, as it
can't do that locally for system-wide packages.

Can we have these packages updated as well so it works?


** Attachment added: Screenshot-Firefox Update.png
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/904594/+attachment/2701084/+files/Screenshot-Firefox%20Update.png

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/904594/+subscriptions

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2012-01-30 Thread Paul Crawford
Yes, I have ubufox transitional dummy package 0.9.3-0ubuntu0.10.04.3
installed, which I guess is what comes up as Ubuntu Firefox
modifications in the Tools-Addons-Extensions pane.

Incidentally, is there any way to copy/paste text from the
Tools-Addons-Extensions pane?

It appears as if the text is just an image, or has been deliberately
blocked. Same applies if you right-click and get the About box, no
obvious way to copy text.

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/904594/+subscriptions

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


[Bug 904594] Re: Tracking bug for Firefox 9 transition in Lucid/Maverick

2012-01-30 Thread Paul Crawford
Yes, it has:

[{location:/usr/share/ubufox/extensions,addons:[{id:{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d},mtime:1326088947000},{id:{3d7eb24f-2740-49df-8937-200b1cc08f8a},mtime:1326122353000}],mtime:1327923707000}]

But there is no location '/usr/share/ubufox/extensions' on my system!

The directory ubfox directory has /usr/share/ubufox/plugins/ with a
broken symlink 'npwrapper.libflashplayer.so - /usr/lib/flashplugin-
installer/npwrapper.libflashplayer.so' while that target directory has
only /usr/lib/flashplugin-installer/libflashplayer.so

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

Title:
  Tracking bug for Firefox 9 transition in Lucid/Maverick

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/adblock-plus/+bug/904594/+subscriptions

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


[Bug 927580] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-02-06 Thread Paul Crawford
Public bug reported:

I tried updating my kernel from the current default LTS version
(2.6.32-38) to the latest version (3.0.0-15) using synaptic's option for
that. However, this failed to be usable due to the Nvidia driver. I
booted in to the older kernel and de-activated the Nvidia driver, then
booted in to the new kernel and tried to enable the latest driver (which
I assume is working as it is the same kernel as 11.10?)

Result was failure, and apport caught this crash.

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

$ uname -a
Linux pscpc 3.0.0-15-generic #26~lucid1-Ubuntu SMP Wed Jan 25 15:37:10 UTC 2012 
x86_64 GNU/Linux

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04.1
ProcVersionSignature: Ubuntu 3.0.0-15.26~lucid1-generic 3.0.13
Uname: Linux 3.0.0-15-generic x86_64
AptOrdering:
 nvidia-current: Install
 nvidia-settings: Install
 nvidia-current: Configure
 nvidia-settings: Configure
Architecture: amd64
Date: Mon Feb  6 11:54:16 2012
DkmsStatus: nvidia-current, 195.36.24: added
ErrorMessage: subprocess installed post-installation script returned error exit 
status 10
InstallationMedia: Ubuntu 10.04.2 LTS Lucid Lynx - Release amd64 (20110211.1)
MachineType: System manufacturer System Product Name
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.0.0-15-generic 
root=UUID=5e773628-c988-493e-99b0-812847cc3315 ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to 
install/upgrade: subprocess installed post-installation script returned error 
exit status 10
dmi.bios.date: 06/08/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd06/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 3.0.0-15-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

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

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


[Bug 927580] Re: package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to install/upgrade: subprocess installed post-installation script returned error exit status 10

2012-02-06 Thread Paul Crawford
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/927580

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04.1 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 10

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

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


[Bug 553745] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2011-06-28 Thread Paul Crawford
Probably best to file a new bug if you're still seeing this

Yes, I am still seeing this but how do I file a new bug report? On
detecting the crash apport simply directs me to this page where I am
told it has been fixed! Obviously not!

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 553745] Re: plymouthd crashed with SIGSEGV in ply_event_loop_process_pending_events()

2011-06-28 Thread Paul Crawford
Just to add I am on 10.04 LTS with the 'proposed' updates. I assume that
you will be fixing the LTS release?

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

Title:
  plymouthd crashed with SIGSEGV in
  ply_event_loop_process_pending_events()

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

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


[Bug 467825] Re: Battery state always fully charged

2011-06-28 Thread Paul Crawford
Thanks Mikael for your effort. I can't test this just now (as it is my
father's laptop) but next time I am through I can try some of your
suggestions.

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

Title:
  Battery state always fully charged

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/467825/+subscriptions

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


[Bug 585657] Re: Transfering large files to nfs mount causes system freeze

2011-07-11 Thread Paul Crawford
I may be seeing the same problem, but I am not sure.

I have a new Thecus N5200XXX NAS and when I read via NFS I get all
transfers to/from the NFS mount blocked after 5-7GB typically, but for
writing I got 47GB today (and managed to copy a 202GB file earlier).
However, I don't know if this is a Thecus issue or Ubuntu/Linux issue.

I see it with both my 64-bit 10.04.02 LTS installation (kernel
2.6.32-32-generic #62-Ubuntu SMP Wed Apr 20 21:52:38 UTC 2011 x86_64
GNU/Linux) and my 32-bit 10.04.2 LTS installation with the 'proposed'
updates with the 2.6.32-33-generic #69-Ubuntu SMP Mon Jun 27 15:36:47
UTC 2011 i686 GNU/Linux kernel  (same PC dual-boot).

I don't seem to see it on my home PC (similar 10.04 LTS 32-bit
'proposed' kernel and the older Thecus N5200pro NAS) which is why
initially I assumed it was a Thecus issue.

What I do see is I can access the NAS via CIFS and its web interface at
the same time NFS is blocked, and can access NFS mounts on other servers
as well.

There are no odd high CPU loads on PC client or NAS server, or syslog
messages on the PC.

While this may be unrelated, I see others are still having problems
after the fix has apparently been released so thought it may be of
interest.

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

Title:
  Transfering large files to nfs mount causes system freeze

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

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


[Bug 467825] Re: Battery state always fully charged

2011-07-13 Thread Paul Crawford
You need 'sudo' for installing the build dependencies, such as:

$ sudo apt-get build-dep upower

But not for getting the source tree, as this is sufficient:

$ apt-get source upower

If you used sudo for that, the source files and their directories it
will be owned by the root user. To change this use:

sudo chown -R mikael:mikael upower-0.9.1

Assuming your user name on this system is 'mikael' and you are in the
directory you downloaded the source tree to.

To install, normally you need once again to use something like:

$ sudo make install

However, there is a whole world of special building environment/tools
that have been created that may be needed by software developers who, it
seem, have too much time on their hands and are not satisfied with 'make
install' doing some copying :(

Finally a warning! Be very careful with chown/chgrp/chmod and the
possibility you can recurs to an unexpected place (e.g. don't use '.*'
or similar as that will include '..' which then goes up a level and -R
takes you down all directors that are parallel to your current one).

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

Title:
  Battery state always fully charged

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/467825/+subscriptions

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


[Bug 787475] Re: Rhythmbox [0.12.8] [0.12.5] Not Fetching Album Information From MusicBrainz

2011-09-27 Thread Paul Crawford
It is now almost a month after  status:  Unknown → Fix Released was
reported for this bug.

This still has not been fixed in the 10.04 LTS version.

Can anyone tell me when it will be fixed?

Can anyone tell me what the support in Long Term Support version is
supposed to mean? Does anyone care?

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

Title:
  Rhythmbox [0.12.8]  [0.12.5] Not Fetching Album Information From
  MusicBrainz

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

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

[Bug 787475] Re: Rhythmbox [0.12.8] [0.12.5] Not Fetching Album Information From MusicBrainz

2011-10-02 Thread Paul Crawford
The reason for my annoyance is not the community that has worked on
this, after all there is a patch (even if not completely working?) but
that cananonical has done nothing to push this out to users, not even as
'proposed' for testing.

And it is not just things like the music player, that you might assume
is not important. Bugs of a serious nature such as bug #669808 have had
nothing done 6 months after they are accepted, and LONG after the
community had patched them.

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

Title:
  Rhythmbox [0.12.8]  [0.12.5] Not Fetching Album Information From
  MusicBrainz

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

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


[Bug 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-10-02 Thread Paul Crawford
So folks,  what IS happening about this bug, already fixed, for a
package that is SUPPOSED to be supported in 10.04?

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

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

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


[Bug 864846] [NEW] ifconfig reports wrong network values

2011-10-02 Thread Paul Crawford
Public bug reported:

Recently I noticed the gnome-system-monitor was reporting unreasonably
high speeds for transfers to/from my NAS, and it seems the fault is in
(or also applies to) ifconfig. For example:

ifconfig eth1; dd if=/dev/zero of=/nfs/thecus/data/temp.dat bs=1M count=100; 
ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:52691224 errors:5 dropped:0 overruns:0 frame:3
  TX packets:99490830 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:304653989 (304.6 MB)  TX bytes:1986981405 (1.9 GB)

100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 5.61017 s, 18.7 MB/s
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:52729570 errors:5 dropped:0 overruns:0 frame:3
  TX packets:99563684 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:307636348 (307.6 MB)  TX bytes:3337591581 (3.3 GB)

Instead of 100MB being reported, ifconfig is reporting 1288MB!

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

$ apt-cache policy net-tools
net-tools:
  Installed: 1.60-23ubuntu2
  Candidate: 1.60-23ubuntu2
  Version table:
 *** 1.60-23ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

$ uname -a
Linux paul-ubuntu 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:40:53 UTC 2011 
i686 GNU/Linux

I expected ifconfig to report the correct amount of data sent!

** Affects: net-tools (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/864846

Title:
  ifconfig reports wrong network values

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

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


[Bug 864846] Re: ifconfig reports wrong network values

2011-10-02 Thread Paul Crawford
Another trial showed a different value, almost (but not quite) 8*actual
value:

/nfs/thecus/backup/paul-ubuntu/20111002-18.51.44$ ifconfig eth1; dd 
if=/dev/zero of=/nfs/thecus/data/temp.dat bs=1M count=100; sync; ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:64641872 errors:7 dropped:0 overruns:0 frame:4
  TX packets:105940174 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:750648755 (750.6 MB)  TX bytes:298894691 (298.8 MB)

100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 5.13878 s, 20.4 MB/s
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:64680228 errors:7 dropped:0 overruns:0 frame:4
  TX packets:106013011 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:753635437 (753.6 MB)  TX bytes:1082008886 (1.0 GB)

Odd thing is it seems to report the correct value for reading the NFS
device. A quick check (MD5 sum) shows the NFS data was written OK, so it
looks like a problem in the reported outgoing data volume.

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

Title:
  ifconfig reports wrong network values

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

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


[Bug 864846] Re: ifconfig reports wrong network values

2011-10-03 Thread Paul Crawford
Tried the same test on my work PC and it seems to work just fine. Will
have to try rebooting home PC to see if it is still playing up...

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

Title:
  ifconfig reports wrong network values

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

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


[Bug 864846] Re: ifconfig reports wrong network values

2011-10-03 Thread Paul Crawford
Nope, rebooted home PC and ran test again, still showing absurd
transfers:

$ ifconfig eth1; dd if=/dev/zero of=/nfs/thecus/data/temp.dat bs=1M count=100; 
sync; ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:488 errors:0 dropped:0 overruns:0 frame:0
  TX packets:451 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:58691 (58.6 KB)  TX bytes:66507 (66.5 KB)

100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 4.31924 s, 24.3 MB/s
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:38993 errors:0 dropped:0 overruns:0 frame:0
  TX packets:73290 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:3050876 (3.0 MB)  TX bytes:1355278450 (1.3 GB)

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

Title:
  ifconfig reports wrong network values

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

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


[Bug 864846] Re: ifconfig reports wrong network values

2011-10-03 Thread Paul Crawford
Looks like it is NFS-related, as a test with the same NAS mounted using
CIFS shows sensible values:

$ ifconfig eth1; dd if=/dev/zero of=/mnt/z/data/temp.dat bs=1M count=100; sync; 
ifconfig eth1
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:43573 errors:0 dropped:0 overruns:0 frame:0
  TX packets:76991 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:5438181 (5.4 MB)  TX bytes:1355808638 (1.3 GB)

100+0 records in
100+0 records out
104857600 bytes (105 MB) copied, 4.28289 s, 24.5 MB/s
eth1  Link encap:Ethernet  HWaddr 00:1b:21:2f:ae:37  
  inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0
  inet6 addr: fe80::21b:21ff:fe2f:ae37/64 Scope:Link
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:82079 errors:0 dropped:0 overruns:0 frame:0
  TX packets:150222 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:1000 
  RX bytes:8078705 (8.0 MB)  TX bytes:1465632217 (1.4 GB)

Very strange...

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

Title:
  ifconfig reports wrong network values

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

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


[Bug 864846] Re: ifconfig reports wrong network values

2011-10-04 Thread Paul Crawford
I booted my home PC with the older kernels, and found that 2.6.32-33
also shows this fault, but 2.6.32-32 reported the correct value.

As it seems not to affect my work PC with the same 10.04 LTS
installation (tested both 32 and 64 bit versions) I guess it must be
something specific to the kernel driver for my network card (or
something odd with my home NAS, a Thecus N5200pro).

I normally use the Intel PCI Ethernet card, rather than the built-in
motherboard adaptor, and a quick check with that showed it working
normally. My hardware is shown as:

$ lspci
00:00.0 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a1)
00:01.0 ISA bridge: nVidia Corporation MCP61 LPC Bridge (rev a2)
00:01.1 SMBus: nVidia Corporation MCP61 SMBus (rev a2)
00:01.2 RAM memory: nVidia Corporation MCP61 Memory Controller (rev a2)
00:02.0 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:02.1 USB Controller: nVidia Corporation MCP61 USB Controller (rev a3)
00:04.0 PCI bridge: nVidia Corporation MCP61 PCI bridge (rev a1)
00:05.0 Audio device: nVidia Corporation MCP61 High Definition Audio (rev a2)
00:06.0 IDE interface: nVidia Corporation MCP61 IDE (rev a2)
00:07.0 Bridge: nVidia Corporation MCP61 Ethernet (rev a2)
00:08.0 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:08.1 IDE interface: nVidia Corporation MCP61 SATA Controller (rev a2)
00:09.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0b.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0c.0 PCI bridge: nVidia Corporation MCP61 PCI Express bridge (rev a2)
00:0d.0 VGA compatible controller: nVidia Corporation C61 [GeForce 6150SE 
nForce 430] (rev a2)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] HyperTransport Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Miscellaneous Control
00:18.4 Host bridge: Advanced Micro Devices [AMD] K10 [Opteron, Athlon64, 
Sempron] Link Control
01:08.0 FireWire (IEEE 1394): Texas Instruments TSB12LV23 IEEE-1394 Controller
01:0a.0 Ethernet controller: Intel Corporation 82541PI Gigabit Ethernet 
Controller (rev 05)
02:00.0 PCI bridge: Intel Corporation 80333 Segment-A PCI Express-to-PCI 
Express Bridge
02:00.2 PCI bridge: Intel Corporation 80333 Segment-B PCI Express-to-PCI 
Express Bridge
03:0e.0 RAID bus controller: Areca Technology Corp. ARC-1210 4-Port PCI-Express 
to SATA RAID Controller
05:00.0 RAID bus controller: Areca Technology Corp. ARC-1200 2-Port PCI-Express 
to SATA II RAID Controller

So the conclusion is the fault is not with 'ifconfig' as such, but with
some change to the Intel Ethernet driver that happened with kernel
2.6.32-33 (or at least after the -32 version I have installed) that now
reports erroneous values with NFS transfers.

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

Title:
  ifconfig reports wrong network values

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

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


[Bug 467825] Re: Battery state always fully charged

2011-09-09 Thread Paul Crawford
I don't know, as I have to tried my father's laptop recently or
attempted to use your patch.

Will let you know when I do.

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

Title:
  Battery state always fully charged

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/467825/+subscriptions

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


[Bug 787475] Re: Rhythmbox [0.12.8] [0.12.5] Not Fetching Album Information From MusicBrainz

2011-09-02 Thread Paul Crawford
I am using 10.04 LTS with the proposed updates, but it is not fixed
for me yet.

When you say status: Unknown → Fix Released, how long until it appears
in the LTS updates?

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

Title:
  Rhythmbox [0.12.8]  [0.12.5] Not Fetching Album Information From
  MusicBrainz

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

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

[Bug 858122] Re: incomplete migration to /run (shutdown script order has been demolished)

2011-11-23 Thread Paul Crawford
Suffered similar issue of the /etc/rc0.d and rc6.d links being mangled
by VMware player upgrade, in my case using 10.04.3 LTS version. Wrote a
short script that puts it back to the order that I found on another
(hopefully correct) 10.04 installation.

As with all scripts, and in particular with something you need to run as
root/sudo, check carefully and THINK before using it!

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

Title:
  incomplete migration to /run (shutdown script order has been
  demolished)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/858122/+subscriptions

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


[Bug 858122] Re: incomplete migration to /run (shutdown script order has been demolished)

2011-11-23 Thread Paul Crawford
** Attachment added: bash script to restore rc0.d and rc6.d ordering.
   
https://bugs.launchpad.net/ubuntu/+source/sysvinit/+bug/858122/+attachment/2606029/+files/debork-vmware.sh

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

Title:
  incomplete migration to /run (shutdown script order has been
  demolished)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-release-notes/+bug/858122/+subscriptions

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


[Bug 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-11-27 Thread Paul Crawford
A much easier work-around for most cases is the attached script that
runs 'pkill firefox'.

Save it to your desktop, check its contents are not malicious (you
always do that, right?) and change permissions to be executable.

Then if you get the warning about not being able to re-start firefox,
just double-click and run the script, then try again. As a normal user
you can't kill the processes of other logged-in users, so if there are
other sessions of firefox running for others they won't get stopped.

I don't like the idea of regressing Flash, as most updates are important
fixes for its Swiss cheese security. Linux is not immune to hacking!
Even though Windows get the most attention, one should never ignore
security patches for internet-facing software on ANY system..

** Attachment added: Kill script for firefox
   
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/875538/+attachment/2610501/+files/kill-firefox.sh

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

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

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


[Bug 875538] Re: [Firefox 3.6.23] Impossible to open firefox because firefox-bin process is still running

2011-10-29 Thread Paul Crawford
I also see it on my PC (32-bit 10.04, nvidea graphics) but it is not
always showing the plugin module running. One time this morning after it
happened I got this:

paul@paul-ubuntu:~$ ps -Af | grep firefox
paul 29536 1  1 19:39 ?00:01:13 
/usr/lib/firefox-3.6.23/firefox-bin
paul 29589 29536  0 19:39 ?00:00:00 
/usr/lib/firefox-3.6.23/plugin-container 
/usr/lib/flashplugin-installer/libflashplayer.so 29536 plugin true
paul 32763  4940  0 21:20 pts/100:00:00 grep firefox

However a short while later it showed only this:

paul@paul-ubuntu:~$ ps -Af | grep firefox
paul  9215  4940  0 12:01 pts/100:00:00 grep firefox
paul 29536 1  0 Oct28 ?00:07:13 
/usr/lib/firefox-3.6.23/firefox-bin

As already commented, it looks like Firefox has closed normally, but
clearly it has not.

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

Title:
  [Firefox 3.6.23] Impossible to open firefox because firefox-bin
  process is still running

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

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


[Bug 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2011-04-30 Thread Paul Crawford
If this is supposedly fixed, how come using ssh -X user@server still
hangs if you have run an X-windows program like 'eog' or similar?

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

Title:
  Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

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


[Bug 779580] Re: dosemu.bin crashed with SIGSEGV in dosemu_fault1()

2011-05-08 Thread Paul Crawford
** Visibility changed to: Public

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

Title:
  dosemu.bin crashed with SIGSEGV in dosemu_fault1()

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


[Bug 762632] [NEW] Icon missing and/or strange with '11n' router

2011-04-16 Thread Paul Crawford
Public bug reported:

Binary package hint: indicator-network

Yesterday I replaced my old TP-LINK router with a new one (TL-WR1043N
type) that supports b,g and n standards and initially left it at the
default mode (mixed bgn, auto-negotiate). When I connected my Dell
Latitude 2100 netbook I found the network indicator icon had vanished,
though the networking was working and it would still flash up the notice
on the network being established or lost.

After messing around with some suggestions from the Ubuntu forum
(assuming it was the netbook and not the change of router) I found that
disabling and re-enabling the wifi card using Fn+F6 keys brought the
icon back, but it was showing the network as disconnected (exclamation
mark next to the signal strength 'fan' pattern) even though it was
connected. On rebooting the icon was almost invisible and several times
wider than usual (yes, very odd!)

Then I tried configuring my router to be limited to only b  g speeds
and then the icon was back to normal, showing the signal strength
correctly and behaving normally if I clicked on it, etc.

I have now tried reverting to 'bgn' and the icon was OK until I
rebooted, and then it was gone again (network fine) and on restoring the
router to limit it to b g only, it came back to normal.

So clearly there is something about the data that is coming back from
the wifi hardware that is not being parsed properly, and more worrying
(the strange loss of icon and the occasion it was misshaped) probably
corrupting something internally (i.e. not sanitised correctly).

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

$ apt-cache policy indicator-network
W: Unable to locate package indicator-network


$ lspci
00:00.0 Host bridge: Intel Corporation Mobile 945GME Express Memory Controller 
Hub (rev 03)
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GME Express 
Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML 
Express Integrated Graphics Controller (rev 03)
00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio 
Controller (rev 01)
00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 
01)
00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 
01)
00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 
01)
00:1d.0 USB Controller: Intel Corporation N10/ICH7 Family USB UHCI Controller 
#1 (rev 01)
00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#2 (rev 01)
00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#3 (rev 01)
00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller 
#4 (rev 01)
00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller 
(rev 01)
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
00:1f.0 ISA bridge: Intel Corporation 82801GBM (ICH7-M) LPC Interface Bridge 
(rev 01)
00:1f.2 SATA controller: Intel Corporation 82801GBM/GHM (ICH7 Family) SATA AHCI 
Controller (rev 01)
00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
09:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5764M Gigabit 
Ethernet PCIe (rev 10)
0c:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)

When running with 'bgn' enabled:

$ nm-tool

NetworkManager Tool

State: connected

- Device: eth2  [Auto TP-LINK-PSC] -
  Type:  802.11 WiFi
  Driver:wl
  State: connected
  Default:   yes
  HW Address:70:1A:04:24:CA:8E

  Capabilities:
Speed:   54 Mb/s

  Wireless Properties
WEP Encryption:  yes
WPA Encryption:  yes
WPA2 Encryption: yes

  Wireless Access Points 
virginmedia8926422: Infra, C4:3D:C7:37:E4:F4, Freq 2437 MHz, Rate 54 Mb/s, 
Strength 20 WPA WPA2
TP-LINK-PSC: Infra, 00:23:CD:1C:85:A8, Freq 2442 MHz, Rate 0 Mb/s, 
Strength 80 WPA WPA2
Russelljiveanduptownfive: Infra, 00:22:3F:1A:D0:58, Freq 2437 MHz, Rate 0 
Mb/s, Strength 20 WPA
JediTemple:  Infra, 00:24:B2:79:66:68, Freq 2437 MHz, Rate 54 Mb/s, 
Strength 80 WPA
TALKTALK-6B3F74: Infra, 00:E0:4D:6B:3F:76, Freq 2422 MHz, Rate 54 Mb/s, 
Strength 80 WPA WPA2

  IPv4 Settings:
Address: 192.168.1.101
Prefix:  24 (255.255.255.0)
Gateway: 192.168.1.1

DNS: 208.67.222.222
DNS: 208.67.220.220


- Device: eth0 -
  Type:  Wired
  Driver:tg3
  State: unavailable
  Default:   no
  HW Address:00:26:B9:07:0F:EC

  Capabilities:
Carrier Detect:  yes

  Wired Properties
Carrier: off


When running after restricting to b  g only:

$ nm-tool

NetworkManager Tool

State: connected

- 

[Bug 794177] [NEW] package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2011-06-07 Thread Paul Crawford
Public bug reported:

Recently on 'proposed' updates I seem to have got the 2.6.38-10 kernel,
this broke the Nvidia driver (crash on updating), so back to older
kernel, disabled the propitiatory driver and video then OK. Tried going
to enable the propitiatory driver and apport crash report here was
created.

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

$ apt-cache policy nvidia-current
nvidia-current:
  Installed: 195.36.24-0ubuntu1~10.04
  Candidate: 195.36.24-0ubuntu1~10.04
  Version table:
 *** 195.36.24-0ubuntu1~10.04 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/restricted 
Packages
100 /var/lib/dpkg/status
 195.36.15-0ubuntu2 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/restricted Packages

ProblemType: Package
DistroRelease: Ubuntu 10.04
Package: nvidia-current 195.36.24-0ubuntu1~10.04
ProcVersionSignature: Ubuntu 2.6.38-10.44-generic 2.6.38.7
Uname: Linux 2.6.38-10-generic x86_64
Architecture: amd64
Date: Tue Jun  7 18:42:19 2011
DkmsStatus: nvidia-current, 195.36.24: added
ErrorMessage: nvidia-current kernel module failed to build
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
MachineType: System manufacturer System Product Name
PackageVersion: 195.36.24-0ubuntu1~10.04
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.38-10-generic 
root=UUID=dffdf085-6375-42da-a2b0-9dd44f132f86 ro quiet splash
SourcePackage: nvidia-graphics-drivers
Title: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to 
install/upgrade: nvidia-current kernel module failed to build
dmi.bios.date: 06/08/2010
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 1101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P7P55D-E
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr1101:bd06/08/2010:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP7P55D-E:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
glxinfo: Error: [Errno 2] No such file or directory
system:
 distro: Ubuntu
 codename:   lucid
 architecture:   x86_64
 kernel: 2.6.38-10-generic

** Affects: nvidia-graphics-drivers (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package lucid

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

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to
  install/upgrade: nvidia-current kernel module failed to build

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


[Bug 794177] Re: package nvidia-current 195.36.24-0ubuntu1~10.04 failed to install/upgrade: nvidia-current kernel module failed to build

2011-06-07 Thread Paul Crawford
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/794177

Title:
  package nvidia-current 195.36.24-0ubuntu1~10.04 failed to
  install/upgrade: nvidia-current kernel module failed to build

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


[Bug 751114] Re: ffmpeg unresolvable dependancies

2011-04-06 Thread Paul Crawford
Thanks Francis, but this is not enough. This is a SECURITY PROBLEM for
Ubuntu as a whole, since a significant proportion of machines are not
being updated properly for the security fix to the various AV libraries.

It needs the package manager system to be fixed to correct this tangle
for all those with automatic updates who expect (quite reasonably) for
things to just work.

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

Title:
  ffmpeg unresolvable dependancies

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


[Bug 752013] Re: Dependency libavcodec-extra-52 (4:0.5.1-1ubuntu1.1) not present in repositories

2011-04-06 Thread Paul Crawford
Is this part of a bigger problem as seen in Bug #751114 where the
security updates have failed?

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

Title:
  Dependency libavcodec-extra-52 (4:0.5.1-1ubuntu1.1) not present in
  repositories

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


[Bug 751114] Re: ffmpeg unresolvable dependancies

2011-04-06 Thread Paul Crawford
It looks as if it is fixed now, maybe a by-product of a fix for bug
#752013 that was reported as fixed (email I got 06/04/11 17:52).

I run the update manager this evening and it was able to update all of
the libraries that ffmpeg needs, then synaptic could add ffmpeg back in
as normal.

Will check with others that won't have fiddled with things, but looks as
if its now solved. Happy!

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

Title:
  ffmpeg unresolvable dependancies

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


[Bug 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-03-22 Thread Paul Crawford
Same here - would have thought that an update should be out by now.

It is supposed to be supported in LTS for 5 years and I presume
'support' includes pushing out established bug-fixes!

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

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


[Bug 797180] Re: evince crashed with SIGFPE

2011-06-14 Thread Paul Crawford
Nope, now I can't open the Lattice document anymore. Probably due to
evince saving the position in the document where it got to before/when
crashing.

** Visibility changed to: Public

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

Title:
  evince crashed with SIGFPE

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

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


[Bug 768890] Re: npviewer.bin crashed with SIGSEGV

2011-06-14 Thread Paul Crawford
** Visibility changed to: Public

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

Title:
  npviewer.bin crashed with SIGSEGV

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

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


[Bug 721388] Re: npviewer.bin crashed with SIGSEGV

2011-06-14 Thread Paul Crawford
** Visibility changed to: Public

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

Title:
  npviewer.bin crashed with SIGSEGV

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

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


[Bug 799626] Re: gvfs-gdu-volume-monitor crashed with SIGSEGV in gdu_device_get_object_path()

2011-06-20 Thread Paul Crawford
** Visibility changed to: Public

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

Title:
  gvfs-gdu-volume-monitor crashed with SIGSEGV in
  gdu_device_get_object_path()

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

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


[Bug 374097] [NEW] Pan saves some files as executable

2009-05-09 Thread Paul Crawford
*** This bug is a security vulnerability ***

Public security bug reported:

This is a report of a serious security problem I found with pan 0.132,
it affects all releases Ubuntu including 9.04 (and also with Pan 0.133
as shipped with Fedora-10).

The problem is that Pan obeys the original yEnc standard which preserves
file permissions, thus allowing malware to be saved as executable
(typically the somefilename.avi.exe sort of Trojan). So far this appears
to be a Windows-only threat, but of course that could change.

The discussion of this resulted in the proposed patch to disable the
preservation of file permission mask, as covered here:

http://www.mail-archive.com/pan-us...@nongnu.org/msg05572.html

Hopefully the Ubuntu team will implement this very soon, but following
here is how I did it:

Of course, you should *think* carefully about following *any* system
wide commands that involve 'sudo', and ensure you understand any
commands before trying them!

First I installed Pan from the Ubuntu repository as a typical user
would. I set it up with my news server (news.virginmedia.com  with
article time-out set to 2 weeks in my case) and tested that it works.

Then I installed the packages needed to build Pan, first the libraries
from the repository:

sudo apt-get install libpcre++-dev libgmime-2.0-2-dev libgtkspell-dev

Then I downloaded the pan 0.133 source (you could replace the wget step
by using a web browser to check it is the correct pan site, of course):

 cd ~/Documents
 wget http://pan.rebelbase.com/download/releases/0.133/source/pan-0.133.tar.gz
 tar -xf pan-0.133.tar.gz
 cd pan-0.133/

Then configure and build the basic version of pan 0.133 with this:

 ./configure
 make

After a couple of minutes, hopefully it will have built correctly. Then
I edited the decoder source file to apply the fix:

 gedit pan/tasks/decoder.cc

Go to line 137 (e.g. Ctrl+I and enter 137) and add the IGNMODE step so
it looks like this code section:

  UUSetMsgCallback (this, uu_log);
  UUSetOption (UUOPT_DESPERATE, 1, NULL); // keep incompletes; they're 
useful to par2
  UUSetOption (UUOPT_IGNMODE, 1, NULL);   // don't save file as executable
  UUSetBusyCallback (this, uu_busy_poll, 500); // .5 secs busy poll?

Save decoder.cc (e.g. Ctrl+S) and then build the new version with:

 make

This should be much quicker. Finally, it can be installed with this:

 sudo cp /usr/bin/pan /usr/bin/pan-0.132
 sudo cp pan/gui/pan /usr/bin/pan

If you start pan the menu Help - About should now report Pan 0.133

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

** Description changed:

  This is a report of a serious security problem I found with pan 0.132,
  it affects all releases Ubuntu including 9.04 (and also with Pan 0.133
  as shipped with Fedora-10).
  
  The problem is that Pan obeys the original yEnc standard which preserves
  file permissions, thus allowing malware to be saved as executable
  (typically the somefilename.avi.exe sort of Trojan). So far this appears
  to be a Windows-only threat, but of course that could change.
  
  The discussion of this resulted in the proposed patch to disable the
  preservation of file permission mask, as covered here:
  
  http://www.mail-archive.com/pan-us...@nongnu.org/msg05572.html
  
  Hopefully the Ubuntu team will implement this very soon, but following
  here is how I did it:
  
  Of course, you should *think* carefully about following *any* system
  wide commands that involve 'sudo', and ensure you understand any
  commands before trying them!
  
  First I installed Pan from the Ubuntu repository as a typical user
  would. I set it up with my news server (news.virginmedia.com  with
  article time-out set to 2 weeks in my case) and tested that it works.
  
  Then I installed the packages needed to build Pan, first the libraries
  from the repository:
  
  sudo apt-get install libpcre++-dev libgmime-2.0-2-dev libgtkspell-dev
  
  Then I downloaded the pan 0.133 source (you could replace the wget step
  by using a web browser to check it is the correct pan site, of course):
  
   cd ~/Documents
   wget http://pan.rebelbase.com/download/releases/0.133/source/pan-0.133.tar.gz
   tar -xf pan-0.133.tar.gz
   cd pan-0.133/
  
  Then configure and build the basic version of pan 0.133 with this:
  
   ./configure
   make
  
  After a couple of minutes, hopefully it will have built correctly. Then
  I edited the decoder source file to apply the fix:
  
- gedit pan/tasks/decoder.cc
+  gedit pan/tasks/decoder.cc
  
  Go to line 137 (e.g. Ctrl+I and enter 137) and add the IGNMODE step so
  it looks like this code section:
  
UUSetMsgCallback (this, uu_log);
UUSetOption (UUOPT_DESPERATE, 1, NULL); // keep incompletes; they're 
useful to par2
UUSetOption (UUOPT_IGNMODE, 1, NULL);   // don't save file as executable
UUSetBusyCallback (this, uu_busy_poll, 500); // .5 secs busy poll?
  
  Save decoder.cc (e.g. Ctrl+S) and then build 

[Bug 374097] Re: Pan saves some files as executable

2009-05-09 Thread Paul Crawford
Changed visibility back to private, as maybe less trouble all round if
Ubuntu fixes it as an package update, rather than lots of folk trying
this themselves.

** Visibility changed to: Private

-- 
Pan saves some files as executable
https://bugs.launchpad.net/bugs/374097
You received this bug notification because you are a member of Ubuntu
Bugs, which is a direct subscriber.

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


[Bug 731931] Re: error message (Fax4Decode) and broken image when trying to load a valid tiff

2011-03-13 Thread Paul Crawford
I just tried to build the libtiff package from source with the following
to get the packages needed:

sudo apt-get build-dep tiff
apt-get source tiff

This has some errors on verifying:

Reading package lists... Done
Building dependency tree   
Reading state information... Done
Need to get 1,442kB of source archives.
Get: 1 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main tiff 
3.9.2-2ubuntu0.4 (dsc) [1,936B]
Get: 2 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main tiff 
3.9.2-2ubuntu0.4 (tar) [1,420kB]
Get: 3 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main tiff 
3.9.2-2ubuntu0.4 (diff) [20.1kB]
Fetched 1,442kB in 1s (836kB/s)
gpgv: Signature made Fri 04 Mar 2011 15:32:38 GMT using RSA key ID A744BE93
gpgv: Can't check signature: public key not found
dpkg-source: warning: failed to verify signature on ./tiff_3.9.2-2ubuntu0.4.dsc
dpkg-source: info: extracting tiff in tiff-3.9.2
dpkg-source: info: unpacking tiff_3.9.2.orig.tar.gz
dpkg-source: info: applying tiff_3.9.2-2ubuntu0.4.diff.gz

Which organisations public key is missing?

But more importantly I don't see the line mentioned above in the source
tif_fax3.h, where as I do see it mentioned in the patch
tiff_3.9.2-2ubuntu0.4.diff

Why is it not being applied here, as it said it did in the last line?

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

Title:
  error message (Fax4Decode) and broken image when trying to load a
  valid tiff

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


[Bug 731931] Re: error message (Fax4Decode) and broken image when trying to load a valid tiff

2011-03-13 Thread Paul Crawford
*** This bug is a duplicate of bug 731540 ***
https://bugs.launchpad.net/bugs/731540

Appears to be duplicate of bug #731540

** This bug has been marked a duplicate of bug 731540
   Regression when reading CCITTFAX4 files due to fix for CVE-2011-0192 
(tif_fax3.h)
 * You can subscribe to bug 731540 by following this link: 
https://bugs.launchpad.net/ubuntu/+source/tiff/+bug/731540/+subscribe

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

Title:
  error message (Fax4Decode) and broken image when trying to load a
  valid tiff

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


[Bug 480674] Re: Tif Files in wrong orientation

2011-03-13 Thread Paul Crawford
Just tried the example TIF file with my 10.04 LTS box and it appears to
be correct in icon view, eog, and gimp.

Can we consider this fixed now?

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

Title:
  Tif Files in wrong orientation

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


[Bug 731540] Re: Regression when reading CCITTFAX4 files due to fix for CVE-2011-0192 (tif_fax3.h)

2011-03-16 Thread Paul Crawford
This update seems to have fixed it for me (reported originally as Bug
#731931). Thanks!

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

Title:
  Regression when reading CCITTFAX4 files due to fix for CVE-2011-0192
  (tif_fax3.h)

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


[Bug 768905] Re: ld.bfd crashed with SIGSEGV in bfd_elf_final_link()

2011-04-22 Thread Paul Crawford
** Visibility changed to: Public

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

Title:
  ld.bfd crashed with SIGSEGV in bfd_elf_final_link()

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


[Bug 751114] [NEW] ffmpeg unresolvable dependancies

2011-04-05 Thread Paul Crawford
Public bug reported:

Binary package hint: ffmpeg

Today's security updates included ffmpeg and various media libraries,
except they were not ticked in the update manager, and an attempt to
make this happen via synaptic failed as well. Removing then attempting
to re-install ffmpeg produces this error:

ffmpeg:
 Depends: libavcodec52 but it is not going to be installed or
libavcodec-extra-52 (=4:0.5.1-1ubuntu1.1) but 
4:0.5.1-1ubuntu1+medibuntu1 is to be installed
  Depends: libavdevice52 (=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be 
installed or
libavdevice-extra-52 but it is not going to be installed
  Depends: libavfilter0 (=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be 
installed or
libavfilter-extra-0 but it is not going to be installed
  Depends: libavformat52 (=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be 
installed or
libavformat-extra-52 but it is not going to be installed
 Depends: libavutil49 but it is not going to be installed or
libavutil-extra-49 (=4:0.5.1-1ubuntu1.1) but 
4:0.5.1-1ubuntu1+medibuntu1 is to be installed
  Depends: libpostproc51 (=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be 
installed or
libpostproc-extra-51 but it is not going to be installed
  Depends: libswscale0 (=4:0.5.1-1ubuntu1.1) but 4:0.5.1-1ubuntu1 is to be 
installed or
libswscale-extra-0 but it is not going to be installed


If I try upgrading one of these, I get this sort of message:

libavformat52:
 Depends: libavcodec52 but it is not going to be installed or
libavcodec-extra-52 (=4:0.5.1-1ubuntu1.1) but 
4:0.5.1-1ubuntu1+medibuntu1 is to be installed
 Depends: libavutil49 but it is not going to be installed or
libavutil-extra-49 (=4:0.5.1-1ubuntu1.1) but 
4:0.5.1-1ubuntu1+medibuntu1 is to be installed


Using 32-bit 10.04 LTS with the 'proposed' updates enabled.

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

$ apt-cache policy ffmpeg
ffmpeg:
  Installed: (none)
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

Given these are security patches that are not being installed, I think
this is a serious problem.

** Affects: ffmpeg (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/751114

Title:
  ffmpeg unresolvable dependancies

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


[Bug 751114] Re: ffmpeg unresolvable dependancies

2011-04-05 Thread Paul Crawford
I'm not quite sure when I added it, but most likely it was several
months ago to get decss, etc.

Here is the result for ffmpeg's dependencies:

$ apt-cache policy libavcodec52 libavdevice52 libavfilter0 libavformat52 
libavutil49 libpostproc51 libswscale0
libavcodec52:
  Installed: (none)
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libavdevice52:
  Installed: 4:0.5.1-1ubuntu1
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libavfilter0:
  Installed: 4:0.5.1-1ubuntu1
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libavformat52:
  Installed: 4:0.5.1-1ubuntu1
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libavutil49:
  Installed: (none)
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libpostproc51:
  Installed: 4:0.5.1-1ubuntu1
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status
libswscale0:
  Installed: 4:0.5.1-1ubuntu1
  Candidate: 4:0.5.1-1ubuntu1.1
  Version table:
 4:0.5.1-1ubuntu1.1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-updates/main Packages
500 http://gb.archive.ubuntu.com/ubuntu/ lucid-security/main Packages
 *** 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/main Packages
100 /var/lib/dpkg/status

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

Title:
  ffmpeg unresolvable dependancies

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


[Bug 751114] Re: ffmpeg unresolvable dependancies

2011-04-05 Thread Paul Crawford
Just to add:

$ apt-cache policy libavcodec-extra-52 libavutil-extra-49
libavcodec-extra-52:
  Installed: 4:0.5.1-1ubuntu1+medibuntu1
  Candidate: 4:0.5.1-1ubuntu1+medibuntu1
  Version table:
 *** 4:0.5.1-1ubuntu1+medibuntu1 0
500 http://packages.medibuntu.org/ lucid/non-free Packages
100 /var/lib/dpkg/status
 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages
libavutil-extra-49:
  Installed: 4:0.5.1-1ubuntu1+medibuntu1
  Candidate: 4:0.5.1-1ubuntu1+medibuntu1
  Version table:
 *** 4:0.5.1-1ubuntu1+medibuntu1 0
500 http://packages.medibuntu.org/ lucid/non-free Packages
100 /var/lib/dpkg/status
 4:0.5.1-1ubuntu1 0
500 http://gb.archive.ubuntu.com/ubuntu/ lucid/multiverse Packages

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

Title:
  ffmpeg unresolvable dependancies

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


[Bug 539490] Re: file-roller crashed with SIGSEGV in g_closure_invoke()

2011-08-12 Thread Paul Crawford
Happened to me just opening ZIP archive from Nautilus.

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

Title:
  file-roller crashed with SIGSEGV in g_closure_invoke()

To manage notifications about this bug go to:
https://bugs.launchpad.net/file-roller/+bug/539490/+subscriptions

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


[Bug 669808] Re: Nagios3 checks not scheduled after clocks change from DST

2011-07-11 Thread Paul Crawford
I see no activity here. Why is this not being maintained? It is not like
there is no bug fix - can someone at Canonical actually do something
useful about updating a *supported* LTS package?

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

Title:
  Nagios3 checks not scheduled after clocks change from DST

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

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


[Bug 467825] Re: Battery state always fully charged

2011-07-11 Thread Paul Crawford
Good luck with that Mikael, but I don't hold out much hope.

I tried to fix something in the clock applet, reported the lack of
make/install working as Bug #596869 and was eventually told to try
moving that discussion to the answer tracker or some user mailinglist
which I did, and got absolutely no help at all :(

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

Title:
  Battery state always fully charged

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-power/+bug/467825/+subscriptions

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


[Bug 663254] [NEW] OpenOffice crash one exit from spreadsheet.

2010-10-19 Thread Paul Crawford
Public bug reported:

Binary package hint: openoffice.org

This is the same as Bug #663251 (but reported using  ubuntu-bug -p
openoffice.org) and Bug #653466 (but on a 64-bit system WITH the
proposed updates that appeared to fix it on 32-bit system).

Yes its a duplicate, but hopefully the core dump will be included this
time with the necessary versions to be usable for debugging.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: openoffice.org (not installed)
ProcVersionSignature: Ubuntu 2.6.32-25.44-generic 2.6.32.21+drm33.7
Uname: Linux 2.6.32-25-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Tue Oct 19 13:53:12 2010
InstallationMedia: Ubuntu 10.04.1 LTS Lucid Lynx - Release amd64 (20100816.1)
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: openoffice.org

** Affects: openoffice.org (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug lucid

-- 
OpenOffice crash one exit from spreadsheet.
https://bugs.launchpad.net/bugs/663254
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 663251] Re: soffice.bin crashed with SIGSEGV in free()

2010-10-19 Thread Paul Crawford
** Visibility changed to: Public

-- 
soffice.bin crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/663251
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 663251] Re: soffice.bin crashed with SIGSEGV in free()

2010-10-19 Thread Paul Crawford
installed version 1.15.5.6ubuntu4.4, latest version: 1.15.5.6ubuntu4.3

Sorry, but as far as I can tell 4  3 so it is not older!

openoffice.org-common:  installed version 1:3.2.1-6ubuntu2~10.04.1, latest 
version: 1:3.2.0-7ubuntu4.1
openoffice.org-core: installed version 1:3.2.1-6ubuntu2~10.04.1, latest 
version: 1:3.2.0-7ubuntu4.1

Same here, with 3.2.1  3.2.0

This has been reported already under Bug #653466 and nothing was done
because the 'proposed' updates appeared to fix it, but clearly not for
64-bit or for some other complex reasons.

Please just fix the package? Doing nothing due to minor version
dependencies that are DUE TO UBUNTU's PACKAGE MANAGER is not a
constructive approach.

-- 
soffice.bin crashed with SIGSEGV in free()
https://bugs.launchpad.net/bugs/663251
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 356978] Re: kernel: pptpcm[32528]: segfault at d6a1ec30 ip 0804d6b1 sp bfa3e0e0 error 5 in pptp[8048000+f000]

2010-11-16 Thread Paul Crawford
I built a version of pptp with debug enabled, and caught the
segmentation fault again. This time I get the following in the syslog
file:

{{{
Nov 16 23:07:33 paul-ubuntu pptp[5592]: nm-pptp-service-5464 
log[decaps_gre:pptp_gre.c:414]: buffering packet 1323 (expecting 1322, lost or 
reordered)
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[logecho:pptp_ctrl.c:677]: Echo Request received.
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[ctrlp_rep:pptp_ctrl.c:251]: Sent control packet type is 6 'Echo-Reply'
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[pptp_read_some:pptp_ctrl.c:551]: read error: Connection reset by peer
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[callmgr_main:pptp_callmgr.c:258]: Closing connection (shutdown)
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[pptp_send_ctrl_packet:pptp_ctrl.c:622]: write error: Broken pipe
Nov 16 23:08:09 paul-ubuntu pptp[5598]: nm-pptp-service-5464 
log[call_callback:pptp_callmgr.c:79]: Closing connection (call state)
Nov 16 23:08:09 paul-ubuntu kernel: [ 6282.854809] pptpcm[5598]: segfault at 
c0bbb964 ip 0804d3f0 sp bf8dcb40 error 5 in pptp[8048000+e000]
}}}

Then using gdb on the core bump extracted from apport's crash report I
get the following:

{{{
(gdb) where
#0  0x0804d3f0 in pptp_fd_set (conn=0x96f6858, read_set=0xbf8dcc3c, 
write_set=0xbf8dcbbc, max_fd=0xbf8dce34) at pptp_ctrl.c:464
#1  0x08052e7f in callmgr_main (argc=3, argv=0xbf8dcf1c, envp=0xbf8de2dc) at 
pptp_callmgr.c:266
#2  0x0804a8e0 in launch_callmgr (inetaddr=..., phonenr=0x0, argc=5, 
argv=0xbf8de2c4, envp=0xbf8de2dc) at pptp.c:505
#3  0x0804a722 in open_callmgr (inetaddr=..., phonenr=0x0, argc=5, 
argv=0xbf8de2c4, envp=0xbf8de2dc, pty_fd=0, gre_fd=4) at pptp.c:474
#4  0x0804a225 in main (argc=5, argv=0xbf8de2c4, envp=0xbf8de2dc) at pptp.c:375
}}}

The call that causes the fault appears to be the one at  pptp_callmgr.c
line 266 where it is doing the 'shutdown' steps.

-- 
kernel:  pptpcm[32528]: segfault at d6a1ec30 ip 0804d6b1 sp bfa3e0e0 error 5 in 
pptp[8048000+f000]
https://bugs.launchpad.net/bugs/356978
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 467825] Re: Battery state always fully charged

2010-09-26 Thread Paul Crawford
I am seeing something similar with Ubuntu 10.04 i386 on a Novatech
Xplora E16 (AMD Dual Core TK42 1.6Ghz Processor) that I set up for my
father. The 'Indicator Applet 0.3.7' has two problems relating to
updates:

(1) The AC Adapter is not updated after boot-time, as it shows the boot
up power's state, and the 'Refreshed' attribute shows a time comparable
to uptime.

(2) The battery state, once charged, is only updated once it is charging
again. But it shows the discharge state if it is booted on battery only.
For example, once charged, if the AC power is turned off it still shows
fully charged as the status until the AC power is restored, when it then
shows the true charge and the updating status.

However, both states of the battery is correctly reported in
/proc/acpi/battery/BAT0/state and if I try the command acpitool.

How is the Indicator Applet supposed to periodically update? Is it
depending on BIOS interrupts, or has it a sleep() style timer that
should check periodically?



** Attachment added: Example of acpitool -e when AC power on
   
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/467825/+attachment/1638795/+files/charging.txt

-- 
Battery state always fully charged
https://bugs.launchpad.net/bugs/467825
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 467825] Re: Battery state always fully charged

2010-09-26 Thread Paul Crawford

** Attachment added: Example of acpitool -e when AC power is off
   
https://bugs.launchpad.net/ubuntu/+source/upower/+bug/467825/+attachment/1638796/+files/discharging.txt

-- 
Battery state always fully charged
https://bugs.launchpad.net/bugs/467825
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 582740] Re: Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2

2010-09-27 Thread Paul Crawford
With 10.04 i386 on my Dell Latitude 2100 laptop I find that attempting
to exit from ssh -X usern...@remotemachine is not returning to the
local command prompt after using an X-session on the remote machine. It
returns fine when I don't start an X program though.

Is this related to port forwarding of the usual 6000 x-windows port?

I have to Ctrl+C to get back to the local prompt, which is a touch
worrying.

-- 
Forwarded ports not closed to remote ssh2 server in FIN_WAIT_2
https://bugs.launchpad.net/bugs/582740
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 672177] Re: libc6 upgrade causes umount to fail on shutdown because init cannot be restarted

2011-02-15 Thread Paul Crawford
Well it is not yet fixed for 10.04 with the 'proposed' updates. Tonight
just rebooted after updates to kernal 2.6.32-29 and guess what? Yes, my
syslog contained the following sort of message:

Feb 15 21:45:24 paul-ubuntu kernel: [2.341704] EXT4-fs (sda5): 4
orphan inodes deleted

So is 'proposed' still part of the 10.04.2 to be released, or will the
fix come soon as mentioned for the 10.04.3 CD?

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

Title:
  libc6 upgrade causes umount to fail on shutdown because init cannot be
  restarted

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


  1   2   3   4   >