[Bug 1875798] Re: Samba 2:4.3.11+dfsg-0ubuntu0.16.04.26: LDAP request size (81) exceeds (0)

2020-04-29 Thread Chris Puttick
sudo add-apt-repository ppa:ubuntu-security-proposed/ppa

(from https://launchpad.net/~ubuntu-security-
proposed/+archive/ubuntu/ppa)

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

Title:
  Samba 2:4.3.11+dfsg-0ubuntu0.16.04.26: LDAP request size (81) exceeds
  (0)

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

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

[Bug 1766377] Re: Ethernet E1000 Controller Hangs

2019-09-05 Thread Chris Puttick
We're seeing this bug consistently (although not consistent per se - the
error does not occur immediately after boot, and doesn't immediately
disconnect the server from the network; anything from 3 weeks to 3 hours
before it starts, and a day or so after is starts before it gets
permanently disconnected).

# uname -a
Linux  4.15.0-60-generic #67-Ubuntu SMP Thu Aug 22 16:55:30 UTC 2019 
x86_64 x86_64 x86_64 GNU/Linux

Intel(R) Core(TM) i7-7700 CPU @ 3.60GHz

Ubuntu 18.04.3 LTS

Issue occurred on earlier 18.04 and kernel versions. Server was built as
18.04.1 and is a fairly minimal install acting as a virtual host with
KVM/QEMU. It's not heavily loaded and doesn't have a huge amount of
traffic. It's a co-located rental so we don't have a detailed spec, but
if it's of interest more details are probably available from the
provider.

We have other servers with identical hardware from the same provider
running 16.04 without any issue.


** Changed in: linux (Ubuntu Bionic)
   Status: Expired => Confirmed

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

Title:
  Ethernet E1000 Controller Hangs

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

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

[Bug 1418339] Re: kernel set the wrong max_sectors_kb for 4K disks(sd.c)

2017-04-27 Thread Chris Puttick
After sourcing a new backup store and backing up the live data, we've
updated the server and rebooted. On mount errors were reported with the
filesystem so e2fsck used. Some errors were found and fixed, remounted,
no errors. First attempted write to the volume (a simple save of new
text file) returns an error, with the following logged (where the
entries below are from the point the disk was remounted after e2fsck):

Apr 27 17:52:05 oaedata1 kernel: EXT4-fs (sda1): mounted filesystem with 
ordered data mode. Opts: (null)
Apr 27 17:52:48 oaedata1 kernel: scsi_io_completion: 20 callbacks suppressed
Apr 27 17:52:48 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 FAILED Result: 
hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 27 17:52:48 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 Sense Key : Medium 
Error [current] 
Apr 27 17:52:48 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 Add. Sense: Peripheral 
device write fault
Apr 27 17:52:48 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 CDB: Write(16) 8a 00 
00 00 00 00 16 3e 48 00 00 00 00 08 00 00
Apr 27 17:52:48 oaedata1 kernel: blk_update_request: 20 callbacks suppressed
Apr 27 17:52:48 oaedata1 kernel: blk_update_request: I/O error, dev sda, sector 
373180416
Apr 27 17:52:48 oaedata1 kernel: EXT4-fs warning (device sda1): 
ext4_end_bio:329: I/O error -5 writing to inode 5571545 (offset 0 size 4096 
starting block 46647553)
Apr 27 17:52:48 oaedata1 kernel: Buffer I/O error on device sda1, logical block 
46647296
Apr 27 17:52:52 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 FAILED Result: 
hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 27 17:52:52 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 Sense Key : Medium 
Error [current] 
Apr 27 17:52:52 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 Add. Sense: Peripheral 
device write fault
Apr 27 17:52:52 oaedata1 kernel: sd 2:0:0:0: [sda] tag#0 CDB: Write(16) 8a 00 
00 00 00 00 16 3e 48 08 00 00 00 18 00 00
Apr 27 17:52:52 oaedata1 kernel: blk_update_request: I/O error, dev sda, sector 
373180424
Apr 27 17:52:52 oaedata1 kernel: EXT4-fs warning (device sda1): 
ext4_end_bio:329: I/O error -5 writing to inode 5571544 (offset 0 size 12288 
starting block 46647556)
Apr 27 17:52:52 oaedata1 kernel: Buffer I/O error on device sda1, logical block 
46647297
Apr 27 17:52:52 oaedata1 kernel: Buffer I/O error on device sda1, logical block 
46647298
Apr 27 17:52:52 oaedata1 kernel: Buffer I/O error on device sda1, logical block 
46647299
lines 741-793/793 (END)

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

Title:
  kernel set the wrong max_sectors_kb for 4K disks(sd.c)

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

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


[Bug 1418339] Re: kernel set the wrong max_sectors_kb for 4K disks(sd.c)

2017-04-25 Thread Chris Puttick
Additional: a 3rd SAN/VM pairing, part of the same wave of installation and in 
most respects an identical set up is not experiencing this issue - however this 
one was completed earlier in cycle so has a different kernel:
# uname -a
Linux oandata1 4.4.0-45-generic #66-Ubuntu SMP Wed Oct 19 14:12:37 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

The other difference is the volume is larger 13T v. 5.8T on the 2
experiencing issues.

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

Title:
  kernel set the wrong max_sectors_kb for 4K disks(sd.c)

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

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


[Bug 1418339] Re: kernel set the wrong max_sectors_kb for 4K disks(sd.c)

2017-04-25 Thread Chris Puttick
We're seeing errors very similar to this on 2 16.04 VMs, both attached
to different SANs. Sadly one is the live data and the other the backup,
so...

kern.log snippet:

Apr 25 14:54:52 oaebackup1 kernel: [11778105.146482] EXT4-fs (sda1): previous 
I/O error to superblock detected
Apr 25 14:54:52 oaebackup1 kernel: [11778105.151094] sd 6:0:0:0: [sda] tag#0 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 25 14:54:52 oaebackup1 kernel: [11778105.151102] sd 6:0:0:0: [sda] tag#0 
Sense Key : Data Protect [current] 
Apr 25 14:54:52 oaebackup1 kernel: [11778105.151115] sd 6:0:0:0: [sda] tag#0 
Add. Sense: Space allocation failed write protect
Apr 25 14:54:52 oaebackup1 kernel: [11778105.151120] sd 6:0:0:0: [sda] tag#0 
CDB: Write(16) 8a 08 00 00 00 00 00 00 08 00 00 00 00 08 00 00
Apr 25 14:54:52 oaebackup1 kernel: [11778105.151124] blk_update_request: 
critical space allocation error, dev sda, sector 2048
Apr 25 14:54:52 oaebackup1 kernel: [11778105.154859] Buffer I/O error on dev 
sda1, logical block 0, lost sync page write
Apr 25 14:54:52 oaebackup1 kernel: [11778105.158519] EXT4-fs error (device 
sda1): ext4_readdir:224: inode #11: block 11595: comm bash: path 
/mnt/oae-backups/lost+found: bad entry in directoryr0
Apr 25 14:54:52 oaebackup1 kernel: [11778105.165899] EXT4-fs (sda1): previous 
I/O error to superblock detected
Apr 25 14:54:52 oaebackup1 kernel: [11778105.170487] sd 6:0:0:0: [sda] tag#0 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 25 14:54:52 oaebackup1 kernel: [11778105.170494] sd 6:0:0:0: [sda] tag#0 
Sense Key : Data Protect [current] 
Apr 25 14:54:52 oaebackup1 kernel: [11778105.170503] sd 6:0:0:0: [sda] tag#0 
Add. Sense: Space allocation failed write protect
Apr 25 14:54:52 oaebackup1 kernel: [11778105.170511] sd 6:0:0:0: [sda] tag#0 
CDB: Write(16) 8a 08 00 00 00 00 00 00 08 00 00 00 00 08 00 00
Apr 25 14:54:52 oaebackup1 kernel: [11778105.170515] blk_update_request: 
critical space allocation error, dev sda, sector 2048
Apr 25 14:54:52 oaebackup1 kernel: [11778105.174225] Buffer I/O error on dev 
sda1, logical block 0, lost sync page write
Apr 25 14:55:26 oaebackup1 kernel: [11778139.432404] EXT4-fs error: 851 
callbacks suppressed
Apr 25 14:55:26 oaebackup1 kernel: [11778139.432430] EXT4-fs error (device 
sda1): ext4_lookup:1583: inode #77009420: comm ls: deleted inode referenced: 
77531011
Apr 25 14:55:26 oaebackup1 kernel: [11778139.436785] EXT4-fs: 851 callbacks 
suppressed
Apr 25 14:55:26 oaebackup1 kernel: [11778139.436789] EXT4-fs (sda1): previous 
I/O error to superblock detected
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442236] scsi_io_completion: 851 
callbacks suppressed
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442248] sd 6:0:0:0: [sda] tag#0 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442255] sd 6:0:0:0: [sda] tag#0 
Sense Key : Data Protect [current] 
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442260] sd 6:0:0:0: [sda] tag#0 
Add. Sense: Space allocation failed write protect
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442266] sd 6:0:0:0: [sda] tag#0 
CDB: Write(16) 8a 08 00 00 00 00 00 00 08 00 00 00 00 08 00 00
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442268] blk_update_request: 851 
callbacks suppressed
Apr 25 14:55:26 oaebackup1 kernel: [11778139.442271] blk_update_request: 
critical space allocation error, dev sda, sector 2048
Apr 25 14:55:26 oaebackup1 kernel: [11778139.446366] buffer_io_error: 851 
callbacks suppressed
Apr 25 14:55:26 oaebackup1 kernel: [11778139.446370] Buffer I/O error on dev 
sda1, logical block 0, lost sync page write
Apr 25 14:55:26 oaebackup1 kernel: [11778139.450566] EXT4-fs error (device 
sda1): ext4_lookup:1583: inode #77009420: comm ls: deleted inode referenced: 
77531009
Apr 25 14:55:26 oaebackup1 kernel: [11778139.454853] EXT4-fs (sda1): previous 
I/O error to superblock detected
Apr 25 14:55:26 oaebackup1 kernel: [11778139.460198] sd 6:0:0:0: [sda] tag#0 
FAILED Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
Apr 25 14:55:26 oaebackup1 kernel: [11778139.460206] sd 6:0:0:0: [sda] tag#0 
Sense Key : Data Protect [current] 
Apr 25 14:55:26 oaebackup1 kernel: [11778139.460210] sd 6:0:0:0: [sda] tag#0 
Add. Sense: Space allocation failed write protect
Apr 25 14:55:26 oaebackup1 kernel: [11778139.460215] sd 6:0:0:0: [sda] tag#0 
CDB: Write(16) 8a 08 00 00 00 00 00 00 08 00 00 00 00 08 00 00
Apr 25 14:55:26 oaebackup1 kernel: [11778139.460219] blk_update_request: 
critical space allocation error, dev sda, sector 2048
Apr 25 14:55:26 oaebackup1 kernel: [11778139.464438] Buffer I/O error on dev 
sda1, logical block 0, lost sync page write
Apr 25 14:55:26 oaebackup1 kernel: [11778139.468425] EXT4-fs error (device 
sda1): ext4_lookup:1583: inode #77009420: comm ls: deleted inode referenced: 
77531010
Apr 25 14:55:26 oaebackup1 kernel: [11778139.472349] EXT4-fs (sda1): previous 
I/O error to superblock detected
Apr 25 14:55:26 oaebackup1 kernel: 

[Bug 1618899] Re: vmbuilder fails with dist-upgrade with release xenial; remove vm-builder from zesty

2017-01-30 Thread Chris Puttick
Off topic note: we'll be fixing vmbuilder for Xenial & beyond at a fork
over here:

https://github.com/newroco/vmbuilder

Contributors welcome!

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

Title:
  vmbuilder fails with dist-upgrade with release xenial; remove vm-
  builder from zesty

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/auto-upgrade-testing/+bug/1618899/+subscriptions

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


[Bug 1632405] Re: virt-customize enters infinite loop: dhclient-script: cannot open /etc/fstab

2016-12-17 Thread Chris Puttick
Added bug report for dhclient: https://bugs.launchpad.net/ubuntu/+source
/isc-dhcp/+bug/1650740

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

Title:
  virt-customize enters infinite loop: dhclient-script: cannot open
  /etc/fstab

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

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


[Bug 1632405] Re: virt-customize enters infinite loop: dhclient-script: cannot open /etc/fstab

2016-12-17 Thread Chris Puttick
Added bug for dhclient, probably badly, here:
https://bugs.launchpad.net/ubuntu/+source/isc-dhcp/+bug/1650740 - anyone
who wants to jump on and confirm it affects them very welcome

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

Title:
  virt-customize enters infinite loop: dhclient-script: cannot open
  /etc/fstab

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

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


[Bug 1650740] [NEW] dhclient depends on fstab 16.04LTS

2016-12-17 Thread Chris Puttick
Public bug reported:

As noted here:
https://bugs.launchpad.net/ubuntu/+source/libguestfs/+bug/1632405

dhclient-script attempts to read fstab and if not available is unable to
continue; while a workaround has been provided in the upstream for the
dependent (and fairly critical) package, which will hopefully make it
into the 16.04 repos soon, the bug does seem to be in dhclient-script,
and presumably is easily fixable.

** Affects: isc-dhcp (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/1650740

Title:
  dhclient depends on fstab 16.04LTS

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

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


[Bug 1573221] Re: Regression on 4.3.8 upgrade: clients fail to connect

2016-05-02 Thread Chris Puttick
Update: can confirm installing winbind works, but has to be all DCs and
must restart samba-ad-dc afterwards.

NB currently remote testing only so no Windows tests; however per server
testing with

smbclient -L ip.add.re.ss -U 

works where before add winbind and restarting samba-ad-dc it fails

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

Title:
  Regression on 4.3.8 upgrade: clients fail to connect

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

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


[Bug 1573221] Re: Regression on 4.3.8 upgrade: clients fail to connect

2016-04-29 Thread Chris Puttick
Have tried both workarounds listed above, doesn't appear to resolve the
issue.  Setting client use spnego = no does change the error message
though, from:

NT_STATUS_OBJECT_NAME_NOT_FOUND

to

 NT_STATUS_INVALID_PARAMETER

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

Title:
  Regression on 4.3.8 upgrade: clients fail to connect

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

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


Re: [Bug 502920] Re: [needs-packaging] Canon UFR II driver needs packaging

2012-11-29 Thread Chris Puttick
For the Pixma ttry:

http://www.canon.co.uk/Support/Consumer_Products/products/Fax__Multifunctionals/InkJet/PIXMA_MX_series/PIXMA_MX894.aspx?DLtcmuri=tcm:14-921322page=3type=download

On 30 November 2012 02:54, Stephanie M Kendall tolbu...@yahoo.com
wrote:

 Canon Pixma MX892



-- 
@putt1ck
putt1ck.blogspot.com
http://twoten.is
http://crowdfunding.is
skype: putt1ck

Opinions in this email are my own and may not reflect that of my
clients, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

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

Title:
  [needs-packaging] Canon UFR II driver needs packaging

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

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


[Bug 873468] Re: Update to latest Release failed for overloaded mirrors with no descriptive error message

2012-04-15 Thread Chris Puttick
I'm experiencing the same issue and assuming that is because I'm using a
mirror. But we use an inhouse mirror because it makes sense to do so,
for everyone; we download the packages once. How do we make do-release-
upgrade use our mirror (which has the 12.04 files on it)?

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

Title:
  Update to latest Release failed for overloaded mirrors with no
  descriptive error message

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

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


[Bug 696706] Re: `unison -ui graphic' does not show password dialog

2011-05-01 Thread Chris Puttick
Bug confirmed. If attached patch fixes issue can it please be applied
repos updated? Or someone could post a how-to for the patch? My entire
working life depends on Unison working...

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

Title:
  `unison -ui graphic' does not show password dialog

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-21 Thread Chris Puttick
The docs attached above were printed in BW although I don't use colour
profiles anyway. In testing I reproduced the error printing a plain text
doc from Kate.

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-21 Thread Chris Puttick
Can confirm this fixes the issue for me on both the updated Nutty splix
and on the Maverick shipping version. Nice fix.

Thanks everyone, my number 1 user will go back to being very happy with
only having Kubuntu in the house :)

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-20 Thread Chris Puttick
Page 2 of a doc, printed from 10.04

** Attachment added: As it should be
   
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/714259/+attachment/1861379/+files/good.jpeg

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-20 Thread Chris Puttick
P2 of same doc, printed on same printer from same application (note all
applications are affected if they print multi-page documents), but from
a machine running 10.10 with Nutty Splix as per request above. Results
are identical as with Maverick shipping version of Splix.

The repeated table column that runs across the whole page but does not
appear on P2 proper is from the left hand edge (landscape in this case,
but same in portrait docs) of a single multi-columnar table that fills
P1. Everything else on the printout is from P2 and looks like the right
hand third printed 4.5 times and the remainder printed once, squeezed
together on left.

** Attachment added: As it is currently
   
https://bugs.launchpad.net/ubuntu/+source/splix/+bug/714259/+attachment/1861380/+files/bad.jpeg

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-19 Thread Chris Puttick
Is it possible to revert to the 10.04 package as that works? Or is it
the result of some other dependency that affects splix 2.0 but not splix
1?

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-19 Thread Chris Puttick
The splix2 package works well with 10.04, but in 10.10 it has been
recompiled for some reason - it is the same version of splix AFAICT.
Maybe a maintainer would have an idea whether there is an easy fix for
this bug.

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-19 Thread Chris Puttick
Thanks for the upload, but same issue, more or less exactly as (badly)
described in my post #2 above - I don't have a scanner but will try
taking photos to help identify the cause of the issue.

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 714259] Re: Printer driver for Samsung CLP-510 (Splix)

2011-02-13 Thread Chris Puttick
Bug confirmed (two computers, both clean installs of Kubuntu 10.10,
printing to Samsung CLP510N).

First page of document prints as expected, further pages print with
offset/over print - at first glance looks like duplex has printed two
pages on one side, but is actually printing part of the first page
(between last fifth to a quarter of the first page horizontally if
portrait, vertically if landscape) multiple times across the messed-up
remains of the second page.

Am also using Splix on Kubuntu 10.04.1 and this works correctly -
version reported on 10.04.1 is 2.0.0-2ubuntu3. Version reports on 10.10
as 2.0.0+20100802-0ubuntu4.

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

Title:
  Printer driver for Samsung CLP-510 (Splix)

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


[Bug 502920] Re: [needs-packaging] Canon UFR II driver needs packaging

2010-10-19 Thread Chris Puttick
Interesting, the latest package does contain a different licence - I'm
*fairly* sure the one I first encountered only had a GPL licence
attached, although that may have been a mistake on the part of the Canon
people. Still, included as package in partners or whatever makes sense -
adding a printer in Linux should always be easier than on Windows :)

-- 
[needs-packaging] Canon UFR II driver needs packaging
https://bugs.launchpad.net/bugs/502920
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 508746] Re: rtl819xE:request firmware fail!

2010-04-28 Thread Chris Puttick
To confirm:

download firmware from git as per
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/508746/comments/26

copy firmware to newly created directory as /lib/firmware/RTL8192E
removing the RTL8192E_ prefix;

remove/reload r8192_pci.

Following steps above, wireless still does not function; now get [   14.324690] 
rtl819xE: PlatformInitFirmware()==
[   14.324697] 
[   14.324741] rtl819xE :03:00.0: firmware: requesting RTL8192E/boot.img
[   14.410940] rtl819xE :03:00.0: firmware: requesting RTL8192E/main.img
[   14.428051] rtl819xE:Download Firmware: Put code ok!
[   14.428056] 
[   14.436094] rtl819xE:Download Firmware: Boot ready!
[   14.436101] 
[   14.436115] rtl819xE :03:00.0: firmware: requesting RTL8192E/data.img
[   14.480046] rtl819xE:ERR in CPUcheck_firmware_ready()
[   14.480052] 
[   14.480057] rtl819xE:CPUcheck_firmware_ready fail(0)!
[   14.480060] 
[   14.480063] rtl819xE:ERR in init_firmware()
[   14.480065] 
[   14.480070] rtl819xE:ERR!!! _rtl8192_up(): initialization is failed!
[   14.480072] 

Netbook is Samsung N510. Does this need a new bug creating? Is it one
likely to be resolved in 10.04 patches or in later release?

Chris

-- 
rtl819xE:request firmware fail!
https://bugs.launchpad.net/bugs/508746
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 424132] Re: [kubuntu] OOo KDE file dialog is utterly broken.

2010-01-15 Thread Chris Puttick
Note to people still experiencing this issue: the openoffice.org-kde
update doesn't appear to work properly (two clean installs, to machines,
same problem, same fix). A remove and reinstall seems to sort it.
Specifically this was done at the command line, may well work with
kpackagekit, if not close Openoffice and do

sudo apt-get purge openoffice.org-kde  sudo apt-get install openoffice
.org-kde

First time the file browser opens after the update there is a little
lag, after that it all works as expected.

-- 
[kubuntu] OOo KDE file dialog is utterly broken.
https://bugs.launchpad.net/bugs/424132
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kubuntu-meta in ubuntu.

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


[Bug 502920] [NEW] Canon UFR II driver needs packaging

2010-01-04 Thread Chris Puttick
Public bug reported:

Canon have thoughtfully provided GPL driver for a great number of their
printers (all those that support UFR). A recent version (functioning
with K/Ubuntu 9.04 and 9.10) of the driver can be found here:

http://software.canon-europe.com/software/0031040.asp?model=

A newer version has been found here:

http://support-my.canon-asia.com/contents/MY/EN/0100093001.html

although I have personally not yet tested it.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Canon UFR II driver needs packaging
https://bugs.launchpad.net/bugs/502920
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 416193] Re: palm-novacom external package install fails or crashes install app

2009-11-25 Thread Chris Puttick
Has installed fine, is caused by deprecation of eventd.
Manually start with:

 sudo /opt/Palm/novacom/novacomd (thanks to
http://zootlinux.blogspot.com/2009/11/installing-webos-sdk-in-
ubuntu-910.html)

-- 
palm-novacom external package install fails or crashes install app
https://bugs.launchpad.net/bugs/416193
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 465672] Re: KDE won't shut down

2009-11-11 Thread Chris Puttick
*** This bug is a duplicate of bug 401535 ***
https://bugs.launchpad.net/bugs/401535

This is not a duplicate of 401535. No sound plays and shutdown never
happens; this is a deeply annoying, albeit non-fatal bug that results in
my desktop settings never being saved because I have to forcibly
shutdown every time.

-- 
KDE won't shut down
https://bugs.launchpad.net/bugs/465672
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 465672] Re: KDE won't shut down

2009-11-11 Thread Chris Puttick
*** This bug is a duplicate of bug 401535 ***
https://bugs.launchpad.net/bugs/401535

@Adric: I have got general sounds in KDE (after noting my game (Red
Alert CC...) in Wine has sound through pulse-audio by reconfiguring the
sound settings: specifically changing backend to Xine and setting pulse-
audio as default. Of course, having to forcibly shutdown means these
settings might not be saved for my next session...

-- 
KDE won't shut down
https://bugs.launchpad.net/bugs/465672
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


[Bug 465672] Re: KDE won't shut down

2009-11-11 Thread Chris Puttick
*** This bug is a duplicate of bug 401535 ***
https://bugs.launchpad.net/bugs/401535

And can now confirm that with PulseAudio enabled as preferred sound
output device using the Xine backend all works as expected (including
playing the exit sound without issue or significant delay to shutdown).

Ergo, this is categorically *not* a duplicate of 401535.

-- 
KDE won't shut down
https://bugs.launchpad.net/bugs/465672
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase in ubuntu.

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


Re: [Bug 403610] Re: kde 4.3 Multiple Monitors tells lies

2009-11-08 Thread Chris Puttick
+1 to the higher priority. This is a significant bug, not a missing
feature.

Anyone who doubts it should try using their Kubuntu for typical
professional purposes - like presenting; I did a presentation recently
and everything worked, recognising and understanding the existence of
dual monitors (the laptop screen and the projector). Like everything
including the incredibly useful OpenOffice Presenter Console, which
started automatically when the slide show was started. Everything
except the ability to use the dual monitors out of cloned mode, which
resulted in the Presenter Console being overlaid on the presentation;
not something you can quickly workaround by editing xorg.conf or
fiddling with a CLI.

Fix it, or tell me what needs to be done to fix it. This is a
showstopper for wider corporate use of Kubuntu.

-- 
kde 4.3 Multiple Monitors tells lies
https://bugs.launchpad.net/bugs/403610
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 403610] Re: kde 4.3 Multiple Monitors tells lies

2009-10-03 Thread Chris Puttick
Excellent news. Happy to test bleeding edge code on request :)

---
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
kde 4.3 Multiple Monitors tells lies
https://bugs.launchpad.net/bugs/403610
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


Re: [Bug 334122] Re: Mobile broadband connections fail to connect

2009-09-28 Thread Chris Puttick
I'll sacrifice a netbook to this cause later; although note this will
be via bluetooth so presumably blueman - not sure if this is
supported, although we have 10 or so non-techie users making that
chain work happily.

Chris

---
Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
Mobile broadband connections fail to connect
https://bugs.launchpad.net/bugs/334122
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-networkmanagement in ubuntu.

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


[Bug 187191] Re: [needs-packaging] meshlab

2009-09-16 Thread Chris Puttick
http://packages.debian.org/sid/i386/meshlab/download - works in Jaunty
Kubuntu if you install libmuparser0 libqhull5 and do sudo dpkg -i
--ignore-depends=libglew1.5 meshlab_1.2.1-1_i386.deb (the package
libglew1.5 needs to be installed, but the Debian dependencies are not
recognising it as the right version). Presumably it will be in Karmic?

-- 
[needs-packaging] meshlab
https://bugs.launchpad.net/bugs/187191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 334122] Re: Mobile broadband connections fail to connect

2009-09-08 Thread Chris Puttick
@Flemming: Our workaround method of removing the widget and installing
knetworkmanager is working 100% for us.

From our internal docs: having installed knetworkmanager you need to
kill the thread knetworkmanager before starting knetworkmanager [new
network stuff has a thread with the same name as the old stuff...]. A
reboot will also suffice.

How are you connecting the bluetooth/mobile device e.g. we use Blueman.

-- 
Mobile broadband connections fail to connect
https://bugs.launchpad.net/bugs/334122
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 403610] [NEW] kde 4.3 Multiple Monitors tells lies

2009-07-23 Thread Chris Puttick
Public bug reported:

Binary package hint: kdebase-workspace

Kubuntu 9.04 fresh install, fully patched. PPA added to install KDE 4.3
RC2. System Settings/Display shows my two monitors correctly (DVI-1,
DVI-0) and correctly identifies their available and preferred
resolutions (although configures the larger with the resolution of the
smaller).

xrandr reports:

Screen 0: minimum 320 x 200, current 1280 x 1024, maximum 1440 x 1440
DVI-1 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 338mm 
x 270mm
   1280x1024  60.0*+   75.0 60.0*
   1152x864   75.0
   1024x768   75.0 70.1 60.0
   832x62475.0
   800x60072.2 75.0 60.3 56.2
   640x48075.0 72.8 59.9
   720x40070.1
DVI-0 connected 1280x1024+0+0 (normal left inverted right x axis y axis) 410mm 
x 257mm
   1440x900   59.9 +
   1280x1024  75.0 60.0*
   1280x960   60.0
   1152x864   75.0
   1024x768   75.0 70.1 60.0
   832x62474.6
   800x60072.2 75.0 60.3 56.2
   640x48075.0 72.8 66.7 59.9
   720x40070.1

However, selecting the Multiple Monitors section gets me:

This module is only for configuring systems with a single desktop
spread across multiple monitors. You do not appear to have this
configuration.

Which is a lie. Although to be absolutely pedantic, it's true, I have
one desktop repeated on two monitors but would really, really like to
have a single desktop spread across multiple monitors - and had
presumed that's what the Multiple Monitors tab should be helping me to
achieve? If not, then how? If not, then maybe that message should
include the hint about how to get to that state so that Multiple
Monitors?

lspci:

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon X1650 Pro (rev 
9e)
01:00.1 Display controller: ATI Technologies Inc Radeon X1650 Pro (Secondary) 
(rev 9e)

lsmod:

radeon342816  2
drm96296  3 radeon   

PC as a whole is a brand new Dell Optiplex 360.


Note for those with a similar problem and to save some posting time for the 
technical elite:
I know of two ways to manually enable two monitors as there was in KDE4.2, 
namely writing your own xorg.conf (can post my sample if others are interested) 
or using xrandr to achieve the desired result on a per session basis (although 
I had to add:
SubSection   Display
Virtual 2720 1024
EndSubSection

into the otherwise generic Screen section of my xorg.conf to get
xrandr to allow me to use

xrandr --output DVI-0 --auto --output DVI-1 --right-of DVI-0

(you also have get the larger screen into the right resolution first by
disabling the smaller (DVI-1) and setting the larger to its preferred
resolution then reenabling the smaller). The size of the Virtual section
is the maximum of your virtual desktop as determined by the xrandr
output, in my case left plus right screens' widths and the height of the
tallest screen.

However, I can't see me explaining any of these workarounds to my
elderly mother...

** Affects: kdebase-workspace (Ubuntu)
 Importance: Undecided
 Status: New

-- 
kde 4.3 Multiple Monitors tells lies
https://bugs.launchpad.net/bugs/403610
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to kdebase-workspace in ubuntu.

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


[Bug 365965] Re: Firefox3.5 recommends ubufox but should suggest ubufox

2009-07-08 Thread Chris Puttick
Ok definitively, absolutely unquestionably a bug. Or a Gnome fan
conspiracy. Or maybe an unholy alliance between the Gnome fans and the
Konqueror developers...

Look, fresh untampered, updated install of Kubuntu 9.04.

sudo apt-get install firefox
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following extra packages will be installed:
  firefox-3.0 firefox-3.0-branding libidl0 libstartup-notification0
  xulrunner-1.9
Suggested packages:
  ubufox firefox-3.0-gnome-support latex-xft-fonts
The following NEW packages will be installed
  firefox firefox-3.0 firefox-3.0-branding libidl0 libstartup-notification0
  xulrunner-1.9
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 8804kB of archives.
After this operation, 25.2MB of additional disk space will be used.

sudo apt-get install firefox-3.5
Reading package lists... Done  
Building dependency tree   
Reading state information... Done  
The following extra packages will be installed:
  apturl docbook-xml esound-clients esound-common firefox firefox-3.0  
  firefox-3.0-branding firefox-3.5-branding gamin gconf2 gconf2-common gksu
  gnome-app-install gnome-icon-theme gnome-keyring gnome-mime-data gnome-mount 
  gvfs gvfs-backends libaudiofile0 libavahi-glib1 libbonobo2-0 
  libbonobo2-common libbonoboui2-0 libbonoboui2-common libcairo-perl   
  libcanberra0 libcdio-cdda0 libcdio-paranoia0 libcdio7 libcroco3 libesd-alsa0 
  libgail-common libgail18 libgamin0 libgconf2-4 libgcr0 libgksu2-0
  libglade2-0 libglib-perl libgnome-keyring0 libgnome2-0 libgnome2-canvas-perl 
  libgnome2-common libgnome2-perl libgnome2-vfs-perl libgnomecanvas2-0 
  libgnomecanvas2-common libgnomeui-0 libgnomeui-common libgnomevfs2-0 
  libgnomevfs2-common libgnomevfs2-extra libgp11-0 libgsf-1-114
  libgsf-1-common libgtk2-perl libgtkhtml2-0 libgtop2-7 libgtop2-common
  libgvfscommon0 libidl0 liblaunchpad-integration1 libnotify1 liborbit2
  libpam-gnome-keyring libpolkit-gnome0 libproxy0 librsvg2-2 librsvg2-common   
  libscrollkeeper0 libsexy2 libsoup-gnome2.4-1 libsoup2.4-1
  libstartup-notification0 libtdb1 libvte-common libvte9 libwnck-common
  libwnck22 libxres1 notification-daemon policykit-gnome python-cairo  
  python-gconf python-glade2 python-gst0.10 python-gtk2 python-gtkhtml2
  python-launchpad-integration python-pyorbit python-sexy python-vte
  scrollkeeper sgml-data software-properties-gtk synaptic ubufox xulrunner-1.9
  xulrunner-1.9.1
Suggested packages:
  docbook docbook-dsssl docbook-xsl docbook-defguide firefox-3.0-gnome-support
  latex-xft-fonts firefox-3.5-gnome-support cryptsetup libbonobo2-bin
  libcanberra-gtk0 esound desktop-base libgnomevfs2-bin libgtk2-perl-doc
  librsvg2-bin python-gconf-dbg python-gtk2-doc python-gst0.10-dbg
  python-numpy python-gnome2-extras-doc python-launchpad-integration-dbg
  python-pyorbit-dbg perlsgml doc-html-w3 opensp dwww menu deborphan
The following NEW packages will be installed
  apturl docbook-xml esound-clients esound-common firefox firefox-3.0
  firefox-3.0-branding firefox-3.5 firefox-3.5-branding gamin gconf2
  gconf2-common gksu gnome-app-install gnome-icon-theme gnome-keyring
  gnome-mime-data gnome-mount gvfs gvfs-backends libaudiofile0 libavahi-glib1
  libbonobo2-0 libbonobo2-common libbonoboui2-0 libbonoboui2-common
  libcairo-perl libcanberra0 libcdio-cdda0 libcdio-paranoia0 libcdio7
  libcroco3 libesd-alsa0 libgail-common libgail18 libgamin0 libgconf2-4
  libgcr0 libgksu2-0 libglade2-0 libglib-perl libgnome-keyring0 libgnome2-0
  libgnome2-canvas-perl libgnome2-common libgnome2-perl libgnome2-vfs-perl
  libgnomecanvas2-0 libgnomecanvas2-common libgnomeui-0 libgnomeui-common
  libgnomevfs2-0 libgnomevfs2-common libgnomevfs2-extra libgp11-0 libgsf-1-114
  libgsf-1-common libgtk2-perl libgtkhtml2-0 libgtop2-7 libgtop2-common
  libgvfscommon0 libidl0 liblaunchpad-integration1 libnotify1 liborbit2
  libpam-gnome-keyring libpolkit-gnome0 libproxy0 librsvg2-2 librsvg2-common
  libscrollkeeper0 libsexy2 libsoup-gnome2.4-1 libsoup2.4-1
  libstartup-notification0 libtdb1 libvte-common libvte9 libwnck-common
  libwnck22 libxres1 notification-daemon policykit-gnome python-cairo
  python-gconf python-glade2 python-gst0.10 python-gtk2 python-gtkhtml2
  python-launchpad-integration python-pyorbit python-sexy python-vte
  scrollkeeper sgml-data software-properties-gtk synaptic ubufox xulrunner-1.9
  xulrunner-1.9.1
0 upgraded, 101 newly installed, 0 to remove and 0 not upgraded.
Need to get 36.8MB of archives.
After this operation, 167MB of additional disk space will be used.

25MB disk space correct, 167MB disk space not correct.

Vanilla firefox 3.5 

Re: [Bug 227848] Re: boot order wrong for iscsi

2009-06-18 Thread Chris Puttick
Consider me confused on the basis of my earlier comment showing how to
configure Hardy so that iscsi volume mounts works consistently. It
ain't broke, why fix it?


-- 
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to open-iscsi 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


Re: [Bug 227848] Re: boot order wrong for iscsi

2009-06-18 Thread Chris Puttick
Consider me confused on the basis of my earlier comment showing how to
configure Hardy so that iscsi volume mounts works consistently. It
ain't broke, why fix it?


-- 
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
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 150128] Re: System icons missing OpenDocument format MIME-types

2009-06-05 Thread Chris Puttick
Not being 100% up on how the icons need to be stored per theme etc. I
cannot confirm that this is fixed. It does look however that there are
directories containing icons for most of the types listed in the bug.

-- 
System icons missing OpenDocument format MIME-types
https://bugs.launchpad.net/bugs/150128
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to koffice in ubuntu.

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


[Bug 227848] Re: boot order wrong for iscsi

2009-05-18 Thread Chris Puttick
Note: Hardy 8.04.2  2.6.24-18-virtual #1 SMP (running on KVM virtual
machine with dual guest CPU)

/etc/network/interfaces (relevant part)

auto eth1
iface eth1 inet static
address 192.168.20.50
netmask 255.255.255.224

ISCSI auto connect and mount works with no modifications using the
following:

In /etc/iscsi/iscsid.conf set

node.startup = automatic (manual is the default setting)

In /etc/iscsi/nodes/iscsi target name/ip address/default set

node.conn[0].startup = automatic (manual is the default setting)

Note that the target name and IP address would normally be the only
entries in their respective directories, assuming you only have the one
SAN target and volume. I guess if you have more you'd want to make the
change in all of them :)

In /etc/fstab add the following line(s).

UUIDwhat ever your iscsi volume(s) is/are called
/opt/ktdms/var/Documents/ auto _netdev 0 0

Note to get the UUID do

blkid /dev/sdyour iscsi volume and partition

after you have connected your iscsi volume, manually or otherwise.

-- 
boot order wrong for iscsi
https://bugs.launchpad.net/bugs/227848
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 334122] Re: kubuntu jaunty plasmoid-network-manager can't use mobile broadband

2009-05-14 Thread Chris Puttick
Note following standard software workaround:

install KNetworkManager

remove network plasma-widget (right click widget, select Remove)

add menu item for KNetworkManager (right click launcher, select menu
editor, not sure why it doesn't add a menu item itself)

right click KNetworkManager menu item and use options to place on
convenient location (we use desktop and have a blueman icon too)

fire up KNetworkManager

connect phone with Blueman

edit new rfcomm connection as necessary (only needed first time)

Works just fine. Super.

No idea why it doesn't work in shipping network-widget, I guess the
middle is not the same (backend of course is). Was unwilling to use
the one from Kubuntu-experimental as these are Dell Mini 9 netbooks
being used by non-technical senior management and I had no idea what
the dependencies were it wanted and how that might affect the
otherwise stable installation.

-- 
kubuntu jaunty plasmoid-network-manager can't use mobile broadband
https://bugs.launchpad.net/bugs/334122
You received this bug notification because you are a member of Kubuntu
Bugs, which is subscribed to plasma-widget-network-manager in ubuntu.

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


[Bug 368422] Re: Multiple Monitors section missing in display settings

2009-04-29 Thread Chris Puttick
Problem confirmed. Exactly as described by Oceanwatcher, system settings
is missing the section needed to lay the monitors out and resists
changes to the correct resolution on the larger monitor. Was the same
symptoms in 8.10 although there I was using the proprietary drivers and
could enable dual display with the AMD control centre software.

ATI Technologies Inc Radeon X1650 PCI Express dual DVI card.

-- 
Multiple Monitors section missing in display settings
https://bugs.launchpad.net/bugs/368422
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 334122] Re: kubuntu jaunty plasmoid-network-manager can't use mobile broadband

2009-04-27 Thread Chris Puttick
For reference, remove the network widget and use the old
KNetworkManager - works fine, just not as pretty :)


-- 
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
kubuntu jaunty plasmoid-network-manager can't use mobile broadband
https://bugs.launchpad.net/bugs/334122
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 365965] [NEW] FF3.5 dependencies wrong

2009-04-24 Thread Chris Puttick
Public bug reported:

Binary package hint: firefox-3.5

Or very, very weird :)

With Kubuntu Jaunty with Firefox 3 already installed, installing Firefox
3.5 gets

The following NEW packages will be installed
  apturl firefox-3.5 firefox-3.5-branding gnome-app-install libcairo-perl
  libglib-perl libgnome2-canvas-perl libgnome2-perl libgnome2-vfs-perl
  libgtk2-perl libgtkhtml2-0 libvte-common libvte9 python-gst0.10
  python-gtkhtml2 python-launchpad-integration python-sexy python-vte
  software-properties-gtk synaptic ubufox xulrunner-1.9.1

Surely not all of these are needed? Like synaptic, for example...

** Affects: firefox-3.5 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
FF3.5 dependencies wrong
https://bugs.launchpad.net/bugs/365965
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 334122] Re: kubuntu jaunty plasmoid-network-manager can't use mobile broadband

2009-04-23 Thread Chris Puttick
Ok, confirmed problem is in plasma-widget rather than anywhere else.
Using Blueman to control bluetooth, connecting dial-up service  adds
rfcomm0 correctly but widget seems to be unable to hook up the correctly
configured (Vodafone UK) mobile broadband. Errors are as per Wong CS
comment above (https://bugs.launchpad.net/ubuntu/+source/plasma-widget-
network-manager/+bug/334122/comments/10).

Using old KNetworkManager works perfectly (although have to manually
configure speed to use 3G well - will test if this causes issues when
speed setting is greater than is available on network). How to get this
prioritised for a fix? Raise a customer support issue with Canonical?

-- 
kubuntu jaunty plasmoid-network-manager can't use mobile broadband
https://bugs.launchpad.net/bugs/334122
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

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


Re: [Bug 326891]

2009-02-26 Thread Chris Puttick
No new kernel showing here (0803 GMT) with intrepid-proposed enabled.
Ran apt-get update, apt-get dist-upgrade - was bunch of KDE stuff but
not much else. I moved too fast?


-- 
My employers website: http://thehumanjourney.net - opinions in this
email are however very much my own and may not reflect that of my
current employer, past employers, associates, friends, family, pets etc..

Documents attached to this email may be in ISO 26300 format:
http://iso26300.info

-- 
2.6.27.11 kernel breaks r8169 support for rtl8102e
https://bugs.launchpad.net/bugs/326891
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 326891] [NEW] 2.6.27.11 kernel breaks r8169 support for rtl8102e

2009-02-08 Thread Chris Puttick
Public bug reported:

Hi

Installed Intrepid (from Kubuntu desktop CD) on mini-ITX computer with
Intel 945GC and ICH7 chipset (Intel Atom processor) and on board RTL8102
Ethernet LAN (v.similar to Netbook type setups). Installation all works
as expected (i.e. quick, easy, everything just works). Updated via Adept
(configured as default). Restarted computer.

Ethernet no longer functions. Specific observed symptoms: everything
seems to work; NetworkManager sees device and tries to configure it.
Manually configing device in /etc/network/interfaces and restarting
gives no errors. ifconfig shows config is as expected. Pinging anything
other than localhost (either 127.0.0.1 or static IP address) fails with
network unreachable. Interesting snippet - ifconfig shows lots and
lots of rx dropped packets and a few tx dropped packets. Log entries
state r8169 link up.

sudo modprobe -r r8169  modprobe r8169 gives failed with error -22

Restarting and using grub menu to boot with 2.27-7 causes NIC to
function again.

This is what is known in the trade as a show-stopper as people with
little technical knowledge would have been presented with a useless
system which they would be unable to update any further.

It is of course possible that I am only person using this particular
Jetway NC91 motherboard (highly unlikely) or that the manufacturer has
done something outside of reference specs such that this problem is
rare.

Recommend release patched kernel ASAP or finding some way of alerting
users of this problem.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
2.6.27.11 kernel breaks r8169 support for rtl8102e
https://bugs.launchpad.net/bugs/326891
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 209869] [NEW] Hardy 8.04 beta, iwl3945 and ATI restricted driver clash

2008-03-31 Thread Chris Puttick
Public bug reported:

I know, restricted drivers not supported, but this may help with other
bugs around this chipset. Samsung X60 laptop, Centrino Duo with ATI
Mobility Radeon X1600 graphics (apparently designed for Windows XP, but
it has never actually run it ;) ), 8.04 beta from Kubuntu branch.

Observed behaviour: laptop wireless works flawlessly; enable restricted
drivers for ATI card, on next reboot cannot connect to wireless; try
modprobe -r, turning wireless switch on and off, manually assigned essid
etc., no affect. Remove restricted drivers, connection restores.

Coincidence? Not likely. Conspiracy to ensure I don't use restricted
drivers? Maybe, but I'm saving my conspiracy theories for OOXML
standardisation analysis...

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Hardy 8.04 beta, iwl3945 and ATI restricted driver clash
https://bugs.launchpad.net/bugs/209869
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 150128] Re: System icons missing OpenDocument format MIME-types

2007-10-10 Thread Chris Puttick
This is a high priority easy fix issue. ODF is one of the most
significant developments for a long time, and its application
independence needs to be reflected in the icons used for related files.
*buntu ships with 2 major applications that use ODF as the default file
format, and a number of others that have import/export support or subset
support.

-- 
System icons missing OpenDocument format MIME-types
https://bugs.launchpad.net/bugs/150128
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 130836] Re: Specify OpenDocument icon(s) in Apache2 configuration

2007-08-07 Thread Chris Puttick
Where do I vote? :)

+1 from me...

-- 
Specify OpenDocument icon(s) in Apache2 configuration
https://bugs.launchpad.net/bugs/130836
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 87066] Re: [apport] artsd crashed with SIGSEGV

2007-05-01 Thread Chris Puttick
Having similar errors on Sony Vaio PCG-8P1M - is not regular, although
the laptop is newly Ubuntu'd and has previously only run Windows XP.

A KDE crash handler report has also been submitted.

Sound continues to operate.


Chris

-- 
[apport] artsd crashed with SIGSEGV
https://bugs.launchpad.net/bugs/87066
You received this bug notification because you are a member of Kubuntu
Team, which is a bug contact for arts in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 92748] Re: Latest Feisty Fawn Breaks Dell Laptop Intel Wireless

2007-03-26 Thread Chris Puttick
Also breaks Samsung and presume any laptop with the same wireless
chipset. Mine was an upgrade from Edgy using the new updater, and failed
to upgrade the linux-restricted-modules-generic, marking the new one as
held back, along with:

 libstrigihtmlgui0 linux-headers-generic strigi-client strigi-daemon

No idea what held back means, it was not a consultative process.
Manually installing linux-restricted-modules-generic (in my case using
apt-get install linux-restricted-modules-generic) resolved the
problem. This would not be a good release version feature...

BTW, Linuxing for 7 years, always on the bleeding edge, but only Ubuntu
since Edgy.

Chris

-- 
Latest Feisty Fawn Breaks Dell Laptop Intel Wireless
https://launchpad.net/bugs/92748

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


[Bug 84717] Re: SRU: updates necessary for Kubuntu Upgrade Tool in Edgy

2007-03-26 Thread Chris Puttick
Ok, have now completed (with break for sleep...) after 12 hours. In the
end the biggest gotchas were for key elements that failed to upgrade
appropriately. One was the wireless (2200ABG, ipw3945), which seems to
be a general Feisty bug (https://launchpad.net/ubuntu/+source/linux-
source-2.6.20/+bug/92748), but did remind me that I still have no idea
whether my wireless network comes up if I have no GUI.

The reminder was strong because the other problem comes firmly under the
no, don't release this tool for general consumption without fixing this
bug category. The updater seems to a be a Free Software purist, and
ignored the updates necessary to make my ATI X1600 do X. At the very
least it should reset it to the free and ugly way, ready to prompt how
to get it back to nice and shiny, but as yet non-Free - even include a
link to a petition to ask AMD to release the source, but whatever you
do, don't let the upgrader out of the door if it breaks shiny GUIs!

Chris

-- 
SRU: updates necessary for Kubuntu Upgrade Tool in Edgy
https://launchpad.net/bugs/84717

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


[Bug 84717] Re: SRU: updates necessary for Kubuntu Upgrade Tool in Edgy

2007-03-25 Thread Chris Puttick
Did initial steps ok, then moved to the restart Adept, prior to the full
upgrade, step. Notes follow...

Did not have Adept shutdown issue.

Always got this message at Preparing the upgrade, tried restarting
etc., nothing helped.

Failed to fetch 
http://gb.archive.ubuntu.com/ubuntu/dists/edgy/main/binary-i386/Packages.gz 
Sub-process gzip returned an error code (1)
Failed to fetch 
http://gb.archive.ubuntu.com/ubuntu/dists/edgy/main/source/Sources.gz 
Sub-process gzip returned an error code (1)

The repository listed in the error is an issue at the moment as it also
shows as an error when fetching patch lists (at least since the update
process was initiated).

Eventually I commented out all repositories other than the update one,
then update continued (and continues as I type). If the update one is
the only one needed, it might be best to alter the instructions to only
have that repository enabled.

Other than that, this would be a hell of an inclusion- not only is
Ubuntu free and highly useable, but when the next versions come out, it
upgrades itself!

-- 
SRU: updates necessary for Kubuntu Upgrade Tool in Edgy
https://launchpad.net/bugs/84717

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