[Bug 550101] Re: Export of keys and keyrings is not available

2010-05-24 Thread Cristóbal M . Palmer
You can make a backup by copying ~/.gnome2/keyrings to a secure
location. This is still a problem, however, because after a reinstall
and pulling in my login.keyring from a backup I am in the position of
having two keyrings, both of which have data which I would like to be
'default' in some sense. Without a robust export option, how can I merge
these two keyrings?

** Attachment added: screenshot
   http://launchpadlibrarian.net/49024458/key-export-greyed-out.jpg

-- 
Export of keys and keyrings is not available
https://bugs.launchpad.net/bugs/550101
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 371129] Re: cups-pdf incompatible with .Private ecryptfs-encrypted homedir

2009-05-04 Thread Cristóbal M . Palmer
Returning to this particular CUPS-PDF issue, this is the same bug that
everyone experiences due to AppArmor.

Great to have that confirmed. Let's close this bug, then, and I'll see
if I can't help on the apparmor side. Thank you again for your patience
and your willingness to work with me to get this fixed.

** Changed in: cups-pdf (Ubuntu)
   Status: New = Invalid

-- 
cups-pdf incompatible with .Private ecryptfs-encrypted homedir
https://bugs.launchpad.net/bugs/371129
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 371129] Re: cups-pdf incompatible with .Private ecryptfs-encrypted homedir

2009-05-04 Thread Cristóbal M . Palmer
Now that GTK2 and QT both offer built-in printing dialogs that feature
a PDF printing option.

That's precisely why I installed cups-pdf: that functionality is missing
for me in a fresh Jaunty install. See the trivial test from an
OpenOffice.org document attached. I'm offered .ps but not .pdf as an
option. If I had been able to easily print to PDF without cups-pdf I
would not have installed it in the first place.

I suppose I'll bother the CUPS maintainers, then. Thank you for your
time and sorry for the bother, but I must say I'm somewhat baffled by
the effort put into telling me that what is clearly a problem is not
cups-pdf problem. My interest is in making sure that others don't have
the same confusing experience I had, or worse, simply give up on Ubuntu.
I already have working PDF printing now. I'm putting in my own goodwill,
volunteer time to try to make Ubuntu better. I would appreciate any and
all support in squashing the bug, whether that's here or elsewhere.

** Attachment added: no-pdf.png
   http://launchpadlibrarian.net/26311092/no-pdf.png

-- 
cups-pdf incompatible with .Private ecryptfs-encrypted homedir
https://bugs.launchpad.net/bugs/371129
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 371129] Re: cups-pdf incompatible with .Private ecryptfs-encrypted homedir

2009-05-03 Thread Cristóbal M . Palmer
Definitely an apparmor problem. Turning off apparmor allows the file to
be created in ~/PDF just fine.

Should've thought to do that the first time around...

-- 
cups-pdf incompatible with .Private ecryptfs-encrypted homedir
https://bugs.launchpad.net/bugs/371129
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 371129] [NEW] cups-pdf incompatible with .Private ecryptfs-encrypted homedir

2009-05-03 Thread Cristóbal M . Palmer
Public bug reported:

Binary package hint: cups-pdf

Possibly an apparmor problem related to
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/359338 ?

System:

$ lsb_release -rc
Release:9.04
Codename:   jaunty
$ uname -srvmo
Linux 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 
GNU/Linux
$ dpkg -l cups-pdf|grep ^ii
ii  cups-pdf   2.5.0-1ubuntu1   
PDF printer for CUPS

Expected outcome:

After adding cups-pdf, user with encrypted ~ should be able to use the
newly-generated PDF printer and find files generated in ~/PDF. Failing
that, the user should get clear feedback that printing to a PDF file
failed.

Observed outcome:

If no ~/PDF directory exists, nothing happens from the user perspective.
The user prints (eg. an OpenOffice.org document) and there is no
feedback. If ~/PDF directory is created by the user, there will be a
notification that the job has completed, but no file will have been
written to ~/PDF, which is arguably worse.

In /var/log/syslog:

May  3 02:42:20 [hostname redacted] kernel: [41865.738103] type=1503
audit(1241332940.041:21): operation=inode_create requested_mask=a::
denied_mask=a:: fsuid=1000 name=/home/[username
redacted]/.Private/ECRYPTFS_FNEK_ENCRYPTED.FW[...redacted...]---/ECRYPTFS_FNEK_ENCRYPTED.FX[...redacted...]-AZ3UEsMSklVu4z1jyDhs-
pid=16397 profile=/usr/lib/cups/backend/cups-pdf

In /var/log/cups/cups-pdf_log (if no ~/PDF exists):
Sun May  3 02:31:06 2009  [ERROR] failed to create directory 
(/home/[redacted]/PDF)
Sun May  3 02:31:06 2009  [ERROR] failed to create user output directory 
(/home/[redacted]/PDF)

And if ~/PDF exists:
Sun May  3 02:33:40 2009  [ERROR] failed to set file mode for PDF file (non 
fatal) (/home/[redacted]/PDF/[redacted].pdf)

Workaround:
Set 'Out /var/tmp/PDF' or similar in /etc/cups/cups-pdf.conf and restart cups 
with 'sudo service cups restart'

Ideal fix:
Fresh install of cups-pdf would set /etc/apparmor.d/usr.sbin.cupsd (or another 
file?) properly to avoid this issue. I've tried playing with that file to no 
avail perhaps barking up the wrong tree or simply inept when it comes to 
apparmor.

** Affects: cups-pdf (Ubuntu)
 Importance: Undecided
 Status: New

-- 
cups-pdf incompatible with .Private ecryptfs-encrypted homedir
https://bugs.launchpad.net/bugs/371129
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 371129] Re: cups-pdf incompatible with .Private ecryptfs-encrypted homedir

2009-05-03 Thread Cristóbal M . Palmer
I'm glad this is documented, and thank you for pointing me to that
documenation, but can the Ubuntu cups-pdf not ship with an appropriate
apparmor profile such that Ubuntu users (especially more novice users)
are not left baffled as to why their PDF print jobs seem to vanish? It
is perfectly reasonable to expect a server admin such as myself to find
the readme, and I apologize for not spotting it before filing this bug,
but it is not reasonable to expect the typical laptop user to find that
readme, and since encrypted home directories are now an option in the
Jaunty installer, I think a lot more people are going to have this
problem.

If an appropriate default apparmor profile for cups-pdf is a request
that I should direct elsewhere, please let me know, but it is my
understanding that that is something to be handled by the developers if
not the Ubuntu maintainers.

Thanks,
CMP

-- 
cups-pdf incompatible with .Private ecryptfs-encrypted homedir
https://bugs.launchpad.net/bugs/371129
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 232129] Re: /etc/cron.daily/rkhunter fails

2009-02-26 Thread Cristóbal M . Palmer
Running a --check I get:

[snip]

Checking application versions...

Checking version of GnuPG[ OK ]
Checking version of OpenSSL  [ OK ]
[: 12255: -1: unexpected operator
[: 12255: 1: unexpected operator
Checking version of PHP  [ OK ]
Checking version of 0[ Skipped ]
Checking version of Procmail MTA [ OK ]
Checking version of OpenSSH  [ OK ]

[snip]

And I get the following from cron:
Subject: Anacron job 'cron.daily' on garp   
 

/etc/cron.daily/rkhunter:
[: 12255: -1: unexpected operator
[: 12255: 1: unexpected operator

I do not have php4 installed. This is on hardy:

cmpal...@garp:~$ lsb_release -r
Release:8.04

See also: http://ubuntuforums.org/showthread.php?t=990044

-- 
/etc/cron.daily/rkhunter fails
https://bugs.launchpad.net/bugs/232129
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 317156] Re: The physical power button quick-launch will not initiate after using VLC

2009-02-19 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 290753 ***
https://bugs.launchpad.net/bugs/290753

** This bug is no longer a duplicate of bug 317160
   The physical power button quick-launch will not initiate after using VLC

** This bug has been marked a duplicate of bug 290753
   Multiple applications have stopped the suspend from taking place. vlc : 
Playing some media

-- 
The physical power button quick-launch will not initiate after using VLC
https://bugs.launchpad.net/bugs/317156
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu (via bug 290753).

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


[Bug 317160] Re: The physical power button quick-launch will not initiate after using VLC

2009-02-19 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 290753 ***
https://bugs.launchpad.net/bugs/290753

** This bug has been marked a duplicate of bug 290753
   Multiple applications have stopped the suspend from taking place. vlc : 
Playing some media

-- 
The physical power button quick-launch will not initiate after using VLC
https://bugs.launchpad.net/bugs/317160
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 290753] Re: Multiple applications have stopped the suspend from taking place. vlc : Playing some media

2009-02-19 Thread Cristóbal M . Palmer
** Bug watch added: GNOME Bug Tracker #552012
   http://bugzilla.gnome.org/show_bug.cgi?id=552012

** Also affects: gnome-power via
   http://bugzilla.gnome.org/show_bug.cgi?id=552012
   Importance: Unknown
   Status: Unknown

-- 
Multiple applications have stopped the suspend from taking place. vlc : Playing 
some media
https://bugs.launchpad.net/bugs/290753
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 290753] Re: Multiple applications have stopped the suspend from taking place. vlc : Playing some media

2009-02-19 Thread Cristóbal M . Palmer
Greetings Bela, lubosz, others:

Best workaround is to restart g-p-m. open a terminal and:

1) killall gnome-power-manager
2) gnome-power-manager

That cleared the issue for me. This would be a huge headache for the
casual desktop user unfamiliar with g-p-m or not savvy enough to google
the right strings to get this bug report. Do we have a consensus on
moderate for vlc? Can we mark as such?

As far as the g-p-m bug I linked to, it doesn't match up with any of
Bela's numbered items and upstream lists it as 'minor' in their tracker.
Is there a better fit?

-CMP

-- 
Multiple applications have stopped the suspend from taking place. vlc : Playing 
some media
https://bugs.launchpad.net/bugs/290753
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 165144] Re: [needs-packaging] Barry

2009-01-06 Thread Cristóbal M . Palmer
Looks like it lives here, too:

http://packages.debian.org/source/sid/barry

courtesy Jose Carlos Garcia Sogo. Please sync from there.

-- 
[needs-packaging] Barry
https://bugs.launchpad.net/bugs/165144
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 201799] Re: Confusing mysqld startup failure with apparmor (Hardy)

2008-11-11 Thread Cristóbal M . Palmer
toddq: you need to use 'sudo /etc/init.d/mysql restart' (no 'd' on the
end of mysql there).

Cheers,
CMP

-- 
Confusing mysqld startup failure with apparmor (Hardy)
https://bugs.launchpad.net/bugs/201799
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-dfsg-5.0 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 201799] Re: Confusing mysqld startup failure with apparmor (Hardy)

2008-11-11 Thread Cristóbal M . Palmer
toddq: you need to use 'sudo /etc/init.d/mysql restart' (no 'd' on the
end of mysql there).

Cheers,
CMP

-- 
Confusing mysqld startup failure with apparmor (Hardy)
https://bugs.launchpad.net/bugs/201799
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 296067] [NEW] spurious warning about `/var/lib/postgrey' on postgrey install

2008-11-09 Thread Cristóbal M . Palmer
Public bug reported:

Binary package hint: postgrey

On newly-installed Intrepid system from server iso, postgrey installs
fine with aptitude but says this:

[...]
Setting up postgrey (1.31-2.1) ...
Warning: The home dir /var/lib/postgrey you specified can't be accessed: No 
such file or directory
Adding system user `postgrey' (UID 108) ...
Adding new group `postgrey' (GID 119) ...
Adding new user `postgrey' (UID 108) with group `postgrey' ...
Not creating home directory `/var/lib/postgrey'.

Creating config file /etc/postgrey/whitelist_clients with new version

Creating config file /etc/postgrey/whitelist_recipients with new version

Creating config file /etc/default/postgrey with new version
Starting postfix greylisting daemon: postgrey.

Press return to continue.

And afterwards I see:

[EMAIL PROTECTED]:~# ls -dlh /var/lib/postgrey
drwx-- 2 postgrey postgrey 4.0K 2008-11-09 16:00 /var/lib/postgrey

Details:

1) lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

2) apt-cache policy postgrey
postgrey:
  Installed: 1.31-2.1
  Candidate: 1.31-2.1
  Version table:
 *** 1.31-2.1 0
500 http://us.archive.ubuntu.com intrepid/universe Packages
100 /var/lib/dpkg/status

3) Expected clean install with no errors or warnings during setup.

4) Saw spurious warning about /var/lib/postgrey not existing and not
being created (it gets created later in the postinst). The attached
patch is a one-line fix that gets rid of the warning.

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

-- 
spurious warning about `/var/lib/postgrey' on postgrey install
https://bugs.launchpad.net/bugs/296067
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 296067] Re: spurious warning about `/var/lib/postgrey' on postgrey install

2008-11-09 Thread Cristóbal M . Palmer

** Attachment added: add a mkdir -p line near the top
   http://launchpadlibrarian.net/19520931/postinst.patch

-- 
spurious warning about `/var/lib/postgrey' on postgrey install
https://bugs.launchpad.net/bugs/296067
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 276822] Re: busybox with (initramfs)

2008-10-19 Thread Cristóbal M . Palmer
I have the same problem. I'm using an Intrepid .iso from an installed
intrepid system.

[EMAIL PROTECTED]:~$ dpkg -l usb-creator|grep ^ii
ii  usb-creator0.1.9
Ubuntu USB desktop image creator
[EMAIL PROTECTED]:~$ lsb_release -d
Description:Ubuntu intrepid (development branch)

Please see my attached dmesg and casper.log from the failed session.

** Attachment added: casper.log
   http://launchpadlibrarian.net/18702924/casper.log

-- 
busybox with (initramfs)
https://bugs.launchpad.net/bugs/276822
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 276822] Re: busybox with (initramfs)

2008-10-19 Thread Cristóbal M . Palmer

** Attachment added: dmesg.txt
   http://launchpadlibrarian.net/18702934/dmesg.txt

-- 
busybox with (initramfs)
https://bugs.launchpad.net/bugs/276822
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 86153] Re: rkhunter complains about files shipped by Ubuntu

2008-04-01 Thread Cristóbal M . Palmer
From /var/log/rkhunter.log:

[15:42:19] Performing filesystem checks
[15:42:19] Info: Starting test name 'filesystem'
[15:42:19] Info: SCAN_MODE_DEV set to 'THOROUGH'
[15:43:43]   Checking /dev for suspicious file types [ None found ]
[15:43:44]   Checking for hidden files and directories   [ Warning ]
[15:43:44] Warning: Hidden directory found: /dev/.static
[15:43:44] Warning: Hidden directory found: /dev/.udev
[15:43:44] Warning: Hidden directory found: /dev/.initramfs

this is on:

[EMAIL PROTECTED]:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION=Ubuntu 7.10

also:

[EMAIL PROTECTED]:~$ dpkg -l rkhunter|grep ^ii
ii  rkhunter   1.3.0-1rootkit, backdoor, sniffer and exploit scanner

this is out-of-the-box rkhunter with no config changes on my part.

Cheers,
CMP

-- 
rkhunter complains about files shipped by Ubuntu
https://bugs.launchpad.net/bugs/86153
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 86153] Re: rkhunter complains about files shipped by Ubuntu

2008-04-01 Thread Cristóbal M . Palmer
Now I feel a bit silly. I see the commented-out lines in the conf file,
but I'm wondering why they're commented out and not the default?

Cheers,

-- 
rkhunter complains about files shipped by Ubuntu
https://bugs.launchpad.net/bugs/86153
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 185770] Re: [Hardy] Cannot change settings in network settings (permissions)

2008-03-07 Thread Cristóbal M . Palmer
I can confirm this bug. My temporary workaround is as follows:

1) open a terminal, issue 'sudo killall NetworkManager'
2) go to System - Administration - Network and enter settings to connect to 
whatever network you need to connect to.

Here's what happened in my case:

I was trying to configure an access point and had reason to give myself
a static address, so I clicked the wireless icon and selected Manual
configuration... and then disabled roaming mode. After I had finished,
I went back to the dialog and tried to re-enable roaming mode, only to
be given the same error the OP received.

Some info that may be helpful is attached...

** Attachment added: screenshot much like OP's
   http://launchpadlibrarian.net/12167743/perms-error.png

-- 
[Hardy] Cannot change settings in network settings (permissions)
https://bugs.launchpad.net/bugs/185770
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 185770] Re: [Hardy] Cannot change settings in network settings (permissions)

2008-03-07 Thread Cristóbal M . Palmer

** Attachment added: output of 'sudo lspci -vvv'
   http://launchpadlibrarian.net/12167751/lspci-vvv.txt

-- 
[Hardy] Cannot change settings in network settings (permissions)
https://bugs.launchpad.net/bugs/185770
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 185770] Re: [Hardy] Cannot change settings in network settings (permissions)

2008-03-07 Thread Cristóbal M . Palmer
My user's perms:

[EMAIL PROTECTED]:~$ groups cmpalmer
cmpalmer adm dialout cdrom floppy audio dip video plugdev scanner lpadmin admin 
netdev powerdev pulse-rt dba


** Changed in: gnome-system-tools (Ubuntu)
   Status: Incomplete = Confirmed

-- 
[Hardy] Cannot change settings in network settings (permissions)
https://bugs.launchpad.net/bugs/185770
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 185770] Re: [Hardy] Cannot change settings in network settings (permissions)

2008-02-26 Thread Cristóbal M . Palmer
Hi,

This inexplicably fixed itself this morning. Several reboots had not
cleared it before, but now it's gone.

Steps I took that don't seem to explain the resolution:

1) With laptop off, plug in _wired_ connection and utility power.
2) Boot laptop, log in. Wired connection works.
3) Unplug wired connection.
4) Click network connection icon in the panel, select Manual Configuration
5) Authenticate to make changes
6) Reset wireless interface to roaming mode, click OK (this was the step that 
was previously failing).
7) Select wireless network in range.

Perhaps the original poster can confirm that following the above steps
clears his problem?

-CMP

-- 
[Hardy] Cannot change settings in network settings (permissions)
https://bugs.launchpad.net/bugs/185770
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 185770] Re: [Hardy] Cannot change settings in network settings (permissions)

2008-02-25 Thread Cristóbal M . Palmer
Hi,

I can no longer make _any_ changes to network settings from the gnome
interface. I've fallen back to using ifconfig, iwlist and iwconfig to be
able to join/switch wireless networks.

If there's anything I can test or any other information I can provide to
help track this down, please let me know.

Cheers,
CMP

-- 
[Hardy] Cannot change settings in network settings (permissions)
https://bugs.launchpad.net/bugs/185770
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 11671] Re: irq 11: nobody cared (try booting with the irqpoll option.

2007-12-07 Thread Cristóbal M . Palmer
output of lspci -vv attached...

** Attachment added: lspci-vv.txt
   http://launchpadlibrarian.net/10791567/lspci-vv.txt

-- 
irq 11: nobody cared (try booting with the irqpoll option.
https://bugs.launchpad.net/bugs/11671
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 11671] Re: irq 11: nobody cared (try booting with the irqpoll option.

2007-12-07 Thread Cristóbal M . Palmer
Something very similar in 2.6.22-14:

[EMAIL PROTECTED]:~$ uname -r
2.6.22-14-generic

snip of dmesg here: http://pastebin.com/f19b66710

also copied below...

[20283.152000] irq 18: nobody cared (try booting with the irqpoll option)
[20283.152000]  [c015b594] __report_bad_irq+0x24/0x80
[20283.152000]  [c015b852] note_interrupt+0x262/0x2a0
[20283.152000]  [c015aab0] handle_IRQ_event+0x30/0x60
[20283.152000]  [c015c23b] handle_fasteoi_irq+0xbb/0xf0
[20283.152000]  [c0106b1b] do_IRQ+0x3b/0x70
[20283.152000]  [c0106b20] do_IRQ+0x40/0x70
[20283.152000]  [c0105223] common_interrupt+0x23/0x30
[20283.152000]  [c0274227] acpi_pm_read+0x7/0x10
[20283.152000]  [c0140e36] getnstimeofday+0x36/0xd0
[20283.152000]  [c013eeb6] ktime_get_ts+0x16/0x50
[20283.152000]  [c013eefd] ktime_get+0xd/0x30
[20283.152000]  [f885474b] acpi_processor_idle+0x0/0x425 [processor]
[20283.152000]  [c0144b6e] tick_nohz_restart_sched_tick+0x2e/0x140
[20283.152000]  [f885474b] acpi_processor_idle+0x0/0x425 [processor]
[20283.152000]  [c0102458] cpu_idle+0x98/0xe0
[20283.152000]  [c03e3a85] start_kernel+0x325/0x3b0
[20283.152000]  [c03e31f0] unknown_bootoption+0x0/0x260
[20283.152000]  ===
[20283.152000] handlers:
[20283.152000] [f8b5a640] (snd_intel8x0_interrupt+0x0/0x240 [snd_intel8x0])
[20283.152000] Disabling IRQ #18

Does this belong in a new bug report?

I've found that if I 'modprobe -r snd_intel8x0' and then 'modprobe
snd_intel8x0' I get sound back. This is on a ThinkPad T43 running 7.10
gutsy.

Suggestions? Help? More info needed?

-- 
irq 11: nobody cared (try booting with the irqpoll option.
https://bugs.launchpad.net/bugs/11671
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 141447] Re: trang segfaults on gutsy (x86 and AMD64)

2007-11-10 Thread Cristóbal M . Palmer
I just experienced this too. Can we mark this confirmed please? What
team should this go to?

-CMP

-- 
trang segfaults on gutsy (x86 and AMD64)
https://bugs.launchpad.net/bugs/141447
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 146615] soffice.bin crashed with signal 7

2007-09-29 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 145622 ***
https://bugs.launchpad.net/bugs/145622

Public bug reported:

Binary package hint: openoffice.org

Installed gutsy with daily iso from last week. OO.o worked fine. Pulled
updates and now crashes consistently on startup. Got here via apport.

ProblemType: Crash
Architecture: i386
CrashCounter: 1
Date: Sat Sep 29 02:18:54 2007
DistroRelease: Ubuntu 7.10
ExecutablePath: /usr/lib/openoffice/program/soffice.bin
NonfreeKernelModules: cdrom
Package: openoffice.org-core 1:2.3.0-1ubuntu2
PackageArchitecture: i386
ProcCmdline: /usr/lib/openoffice/program/soffice.bin -writer -splash-pipe=5
ProcCwd: /home/cmpalmer
ProcEnviron:
 
PATH=/usr/lib/openoffice/program:/home/cmpalmer/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
Signal: 7
SourcePackage: openoffice.org
StacktraceTop:
 ?? () from /lib/ld-linux.so.2
 ?? ()
 ?? ()
 ?? ()
 ?? () from /lib/ld-linux.so.2
Title: soffice.bin crashed with signal 7
Uname: Linux kant 2.6.22-12-generic #1 SMP Sun Sep 23 18:11:30 GMT 2007 i686 
GNU/Linux
UserGroups: adm admin audio cdrom dialout dip floppy lpadmin netdev plugdev 
powerdev scanner video

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


** Tags: apport-crash

-- 
soffice.bin crashed with signal 7
https://bugs.launchpad.net/bugs/146615
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 146615] Re: soffice.bin crashed with signal 7

2007-09-29 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 145622 ***
https://bugs.launchpad.net/bugs/145622


** Attachment added: CoreDump.gz
   http://launchpadlibrarian.net/9579261/CoreDump.gz

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

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/9579263/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/9579264/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/9579265/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/9579266/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/9579267/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/9579268/ThreadStacktrace.txt

-- 
soffice.bin crashed with signal 7
https://bugs.launchpad.net/bugs/146615
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 146615] Re: soffice.bin crashed with signal 7

2007-09-29 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 145622 ***
https://bugs.launchpad.net/bugs/145622

Commenting here because original is still private: I can't see it.

Workaround: uninstalled all openoffice.org packages and reinstalled.
Comes up fine now.

** Attachment added: dpkg.log
   http://launchpadlibrarian.net/9579693/dpkg.log

-- 
soffice.bin crashed with signal 7
https://bugs.launchpad.net/bugs/146615
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 146615] Re: soffice.bin crashed with signal 7

2007-09-29 Thread Cristóbal M . Palmer
*** This bug is a duplicate of bug 145622 ***
https://bugs.launchpad.net/bugs/145622

aptitude log is more concise...

** Attachment added: aptitude
   http://launchpadlibrarian.net/9579705/aptitude

-- 
soffice.bin crashed with signal 7
https://bugs.launchpad.net/bugs/146615
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-24 Thread Cristóbal M . Palmer
I'm about to reinstall with the latest daily alternate iso to see if
the problem persists from a clean install. I'd appreciate any
feedback.

Thanks,
CMP

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-24 Thread Cristóbal M . Palmer
Reinstall with latest daily iso fixes the problem.

Apologies for the noise. :(

I'll do a better job of confirming and reproducing before filing any
more bugs.

Cheers,
CMP

** Changed in: xorg (Ubuntu)
   Status: Incomplete = Invalid

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-22 Thread Cristóbal M . Palmer
Timo,

I'm not seeing any warnings or failures, no. sda1 (boot), sda3 (/) and
sda4 (/home) are mounting cleanly. xfs_check didn't show any problems...
I installed smartmontools anyway, and it's currently running 'smartctl
-t long /dev/sda' ... I'll post back with output if it is indeed
failing.

What are you looking for in that, anyway? I fail to see how that would
be related to the Xorg failure. I updated xserver-xorg-core yesterday in
the morning and now X won't start I'm hoping somebody can help me
confirm that it's an X problem and not a configuration problem.

Let me know what other information I can provide to be helpful here. For
example, if there is anything in particular from dmesg that you'd like
me to attach, a driver or config you'd like me to try, etc.

Thanks,
CMP

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-22 Thread Cristóbal M . Palmer
Hard drive is old but not in its death throes. See attached output of
'smartctl -a /dev/sda'. Again, I don't really think this is relevant.

** Attachment added: output of 'smartctl -a /dev/sda'
   http://launchpadlibrarian.net/9465469/smartctl-a-dev-sda-output.txt

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-21 Thread Cristóbal M . Palmer
Public bug reported:

Binary package hint: xorg

This is on a freshly-updated gutsy install.

After pulling updates this morning (notably xserver-xorg-core) I shut
down to come to work. At work the T41 booted to a black screen. I found
bug #132716 but I don't think I have the same problem since X will not
start with vesa.

I stopped gdm with 'sudo /etc/init.d/gdm stop' and then, as root,
'startx', which failed. I consulted /var/log/Xorg.0.log and noted that
it ended with the line Backtrace: so I tried this:

[EMAIL PROTECTED]:~# startx 21 |tee /root/startx_log.txt

which includes at the end:

Backtrace:
Inconsistency detected by ld.so: dl-open.c: 260: dl_open_worker: Assertion 
`_dl_debug_initialize (0, args-nsid)-r_state == RT_CONSISTENT' failed!
XIO:  fatal IO error 104 (Connection reset by peer) on X server :0.0

  after 0 requests (0 known processed) with 0 events remaining.

I've tried ati, fglrx and vesa drivers. All fail. I tried removing
xorg.conf entirely, which then defaults to ati and fails as above. I'd
love to supply more info if somebody can tell me where to start. I'll
attach as much info as I can.

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

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-21 Thread Cristóbal M . Palmer

** Attachment added: startx_log.txt
   http://launchpadlibrarian.net/9446684/startx_log.txt

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-21 Thread Cristóbal M . Palmer

** Attachment added: original xorg.conf from first failure
   http://launchpadlibrarian.net/9446687/t41_xorg.conf

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-21 Thread Cristóbal M . Palmer

** Attachment added: output of 'lspci -vv'
   http://launchpadlibrarian.net/9446688/lspcivv.txt

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 141609] Re: startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 7500]

2007-09-21 Thread Cristóbal M . Palmer

** Attachment added: Xorg.0.log from original failure of 'startx' with ati 
driver
   http://launchpadlibrarian.net/9446698/Xorg.0.log

-- 
startx fails with vesa, ati on T41 with Radeon Mobility M7 LW [Radeon Mobility 
7500]
https://bugs.launchpad.net/bugs/141609
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 120108] Re: Radio isn't working in web browser

2007-07-27 Thread Cristóbal M . Palmer
Got to this bug while googling for a resolution to the Win32
LoadLibrary failed to load: avisynth.dll error.

The person confirming did so with mplayer. Omerta: you were using the
mplayer plugin for firefox? Marking as a bug in mplayer...

** Changed in: mplayer (Ubuntu)
Sourcepackagename: None = mplayer

-- 
Radio isn't working in web browser
https://bugs.launchpad.net/bugs/120108
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 120108] Re: Radio isn't working in web browser

2007-07-27 Thread Cristóbal M . Palmer
Omerta, Siegfried:

Can you try adding a -v to mplayer to see what errors it's giving? Can
you provide other examples of URLs that fail to play with mplayer? Have
you checked the mplayer website for clues?

I just fixed my own problem (trying to listen to WUNC) by downloading
the listen.pls file and issuing 'mplayer -playlist listen.pls'

** Attachment added: working playlist file
   http://launchpadlibrarian.net/8589227/listen.pls

-- 
Radio isn't working in web browser
https://bugs.launchpad.net/bugs/120108
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


Re: [Bug 127094] Re: Firefox shuts down

2007-07-20 Thread Cristóbal M . Palmer
Thanks Freddy,

I didn't want to bother the team with something under-documented. I
was also following the wikipage:
https://wiki.ubuntu.com/Bugs/HowToTriage

In the future I'll defer on Firefox bugs. :)

Cheers,
CMP

-- 
Cristóbal M. Palmer
Love as a predictor of technological success: http://tinyurl.com/2em6zs

-- 
firefox crashed
https://bugs.launchpad.net/bugs/127094
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 127094] Re: FIREFOX SHUTED DOWN

2007-07-19 Thread Cristóbal M . Palmer
** Changed in: firefox (Ubuntu)
Sourcepackagename: None = firefox

-- 
FIREFOX SHUTED DOWN
https://bugs.launchpad.net/bugs/127094
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 127094] Re: FIREFOX SHUTED DOWN

2007-07-19 Thread Cristóbal M . Palmer
Hello! Thanks for taking the time to file this bug and helping to make
Ubuntu better. We will need a bit more information to be able to
identify the problem. Please answer these questions:

* Is this crash reproducible?
* If so, what specific steps should we take to recreate this bug?

This will greatly aid us in tracking down your problem and resolving
this bug.

Thanks,
CMP

** Changed in: firefox (Ubuntu)
   Status: New = Incomplete

** Changed in: firefox (Ubuntu)
 Assignee: (unassigned) = Cristóbal M. Palmer

-- 
FIREFOX SHUTED DOWN
https://bugs.launchpad.net/bugs/127094
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 66069] Re: tor installation error

2007-07-13 Thread Cristóbal M . Palmer
err, just re-read my comment. Ignore the but in there. Install is fine
in feisty. mark fixed?

-- 
tor installation error
https://bugs.launchpad.net/bugs/66069
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 66069] Re: tor installation error

2007-07-03 Thread Cristóbal M . Palmer
Installs fine for me on a feisty box, but after install I see this:

[EMAIL PROTECTED]:~$ sudo dpkg -l tor
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name   VersionDescription
+++-==-==-
ii  tor0.1.1.26-1 anonymizing overlay network for TCP

Thanks,
CMP

-- 
tor installation error
https://bugs.launchpad.net/bugs/66069
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 118225] Re: ATI FireGL V5200 not working at all

2007-06-27 Thread Cristóbal M . Palmer
Hi. I've got a lenovo ThinkPad T60p here with the FireGL V5250 and I
have the same problem.

My workaround was as follows:

(1) boot liveCD, X fails as described.
(2) at shell prompt, sudo -s
(2a) apt-get update
(2b) apt-get install xorg-driver-fglrx fglrx-control
(2c) dpkg-reconfigure xserver-xorg
(3) SKIP autodetection
(4) select fglrx, resolution of 1680x1050 @ 75Hz (medium detail)

If the above doesn't work, consult the xorg.conf attached for clues?

HTH. I'd love to hear how I can better deal with this problem, esp.
since the T60p is the official laptop supported by my uni and I'm
trying to get an Ubuntu derivative for my uni started. Also, please let
me know if I need to add comments to a new/different bug report.

Cheers,
CMP

** Attachment added: working xorg.conf for lenovo T60p w/ Mobility FireGL 
V5250
   http://launchpadlibrarian.net/8219402/xorg.conf

-- 
ATI FireGL V5200 not working at all
https://bugs.launchpad.net/bugs/118225
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