[Bug 195216]

2021-11-04 Thread GOo
The same problem still persits also when copying files to a remote SFTP
folder with Plasma 5.9 / Dolphin 17.03.70.

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

Title:
  Permission troubles copying files to NTFS

To manage notifications about this bug go to:
https://bugs.launchpad.net/kde-baseapps/+bug/195216/+subscriptions


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

[Bug 1451032] Re: keyscript option in crypttab not implemented

2015-05-04 Thread GOo
*** This bug is a duplicate of bug 1432265 ***
https://bugs.launchpad.net/bugs/1432265

Thank you for the explanation. I forgot about the root partition being
unlocked from within initramfs.

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

Title:
  keyscript option in crypttab not implemented

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

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


[Bug 1451032] Re: keyscript option in crypttab not implemented

2015-05-04 Thread GOo
*** This bug is a duplicate of bug 1432265 ***
https://bugs.launchpad.net/bugs/1432265

I have three luks partitions in /etc/crypttab ( /, /home/, /var) all of them 
with a keyscript definition.
Systemd doesn't unlock /var and /home, whereas the root partition gets unlocked 
without problems, so it doesn't seem that the keyscript definition is not 
implemented.
I set up a workaround by enabling a second key slot for /var and /home filled 
with a standard passphrase. 
Actually systemd asks for the passphrase only once and uses the same entered 
passphrase for both partitions.

Results:
/ is normally unlocked by calling its associated keyscript.
/var and /home are unloked with a standard passphrase (the same for both 
partitions).

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

Title:
  keyscript option in crypttab not implemented

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

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


[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-11-18 Thread GOo
Unfortunatly that did not work for me. I'm experiencing the same
behavior as before also with kernel 3.5.0-19-generic.

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

Title:
  initramfs fails to mount LUKS root partition after upgrade to Quantal

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

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


[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
** Attachment added: "output of "lsblk""
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1072180/+attachment/3415888/+files/lsblk

** Description changed:

  After upgrading to 12.10 via "do-release-upgrade", I am no more able to
  boot. Previously I was able to boot with the same setup since Ubuntu
  10.10.
  
  My /, /home, /var and /mnt/media partitions are LUKS encrypted LVs on top of 
RAID10,RAID1 md arrays and accessed via a key-file on a usb-stick.
  /boot is on an unencrypted md (md0).
  
  What I would have expected is cryptsetup mapping the encrypted volumes, 
mounting them and normal boot of the system.
  Actually cryptroot unlocks the key slot of the root filesystem (cryptsetup: 
cryptroot setup successfully) but it gets stuck on waiting for the root 
filesystem.
  
  Workaround:
  Boot in recovery mode. Wait for the timeout for the root fs to finish. In the 
recovery menu select "root" to access the root shell.
  Eventually the root filesystem is mounted after the failure hooks and I am 
able to boot by typing:
  
  # mount / -o remount,rw
  # mount /boot
  # mount /mnt/keydev
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-media luksOpen 
/dev/mapper/data-media data-media_crypt
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-homes luksOpen 
/dev/mapper/data-homes data-homes_crypt
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-var luksOpen 
/dev/mapper/data-var data-var_crypt
  # mount /home
  # mount /var
  # mount /media
  # exit
  
  Select menu item "resume".
  The system now boots succesfully.
  
- #/etc/crypttab
- ubuntu-root_crypt UUID=0b1f585c-5dee-43a5-9106-b3bbd8a173b5 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/ubuntu-root
 luks,keyscript=passdev,loud
- ubuntu-swap_crypt /dev/mapper/ubuntu-swap /dev/urandom 
cipher=aes-cbc-essiv:sha256,size=256,swap
- data-var_crypt UUID=fb8c9458-bc86-4346-aca3-e845993f326f 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-var 
luks,keyscript=passdev
- data-homes_crypt UUID=172d9ce6-7aa6-4a2b-8e83-f7ea59b65fea 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-homes 
luks,keyscript=passdev
- data-media_crypt UUID=1739a5b3-8a38-4fac-9e73-df0181e62b29 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-media 
luks,keyscript=passdev
- 
- #/etc/fstab
- proc/proc   procnodev,noexec,nosuid 0   0
- /dev/mapper/ubuntu-root_crypt /   ext4  
relatime,commit=30,errors=remount-ro0   1
- UUID=e6cb942e-1f09-4564-838c-280af283042e /mnt/keydev   ext2 noauto,ro 0 0
- UUID=dd4525cd-8bc4-4ba8-8a14-f743cf8e66f4 /boot   ext4defaults
0   2
- /dev/mapper/data-homes_crypt /home   ext4relatime,commit=30   
  0   2
- /dev/mapper/data-media_crypt /mnt/media  xfsrelatime 0   2
- /dev/mapper/data-var_crypt /varext4relatime,commit=30 
0   2
- /dev/mapper/ubuntu-swap_crypt noneswapsw  0   0
  
  #lsb_release -rd
  Description:Ubuntu 12.10
  Release:12.10
  
- #dmsetup table
- data-media_crypt: 0 586774520 crypt aes-cbc-essiv:sha256 
 0 252:4 2056
- data-media: 0 586776576 linear 9:2 523452800
- data-homes_crypt: 0 261732344 crypt aes-cbc-essiv:sha256 
 0 252:2 2056
- data-var: 0 261718016 linear 9:2 261734784
- data-var: 261718016 419430400 linear 9:2 1110229376
- data-homes: 0 261734400 linear 9:2 384
- ubuntu-swap_crypt: 0 16777216 crypt aes-cbc-essiv:sha256 
 0 252:1 0
- ubuntu-swap: 0 16777216 linear 9:3 63678464
- ubuntu-root: 0 63676416 linear 9:3 2048
- ubuntu-root_crypt: 0 63674360 crypt aes-cbc-essiv:sha256 
 0 252:0 2056
- data-var_crypt: 0 681146360 crypt aes-cbc-essiv:sha256 
 0 252:3 2056
- 
- #lsblk
- NAME MAJ:MIN RM   SIZE RO TYPE   MOUNTPOINT
- sda8:00 465.8G  0 disk
- ├─sda1 8:10 282.4M  0 part
- │ └─md09:00   564M  0 raid10 /boot
- ├─sda2 8:20  30.6G  0 part
- │ └─md19:10  61.1G  0 raid10
- └─sda3 8:30   435G  0 part
-   └─md29:20 869.9G  0 raid10
- ├─data-homes (dm-2)  252:20 124.8G  0 lvm
- │ └─data-homes_crypt (dm-6)  252:60 124.8G  0 dm /home
- ├─data-var (dm-3)252:30 324.8G  0 lvm
- │ └─data-var_crypt (dm-7)252:70 324.8G  0 dm /var
- └─data-media (dm-4)  252:40 279.8G  0 lvm
-   └─data-media_crypt (dm-8)  252:

[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
** Attachment added: "output of "dmsetup table""
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1072180/+attachment/3415886/+files/dmsetup

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

Title:
  initramfs fails to mount LUKS root partition after upgrade to Quantal

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

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


[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
** Attachment added: "/etc/fstab"
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1072180/+attachment/3415885/+files/fstab

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

Title:
  initramfs fails to mount LUKS root partition after upgrade to Quantal

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

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


[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
** Attachment added: "/etc/crypttab"
   
https://bugs.launchpad.net/ubuntu/+source/initramfs-tools/+bug/1072180/+attachment/3415884/+files/crypttab

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

Title:
  initramfs fails to mount LUKS root partition after upgrade to Quantal

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

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


[Bug 1072180] Re: initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
** Description changed:

  After upgrading to 12.10 via "do-release-upgrade", I am no more able to
  boot. Previously I was able to boot with the same setup since Ubuntu
  10.10.
  
  My /, /home, /var and /mnt/media partitions are LUKS encrypted LVs on top of 
RAID10,RAID1 md arrays and accessed via a key-file on a usb-stick.
  /boot is on an unencrypted md (md0).
  
  What I would have expected is cryptsetup mapping the encrypted volumes, 
mounting them and normal boot of the system.
  Actually cryptroot unlocks the key slot of the root filesystem (cryptsetup: 
cryptroot setup successfully) but it gets stuck on waiting for the root 
filesystem.
  
  Workaround:
  Boot in recovery mode. Wait for the timeout for the root fs to finish. In the 
recovery menu select "root" to access the root shell.
  Eventually the root filesystem is mounted after the failure hooks and I am 
able to boot by typing:
  
  # mount / -o remount,rw
  # mount /boot
  # mount /mnt/keydev
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-media luksOpen 
/dev/mapper/data-media data-media_crypt
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-homes luksOpen 
/dev/mapper/data-homes data-homes_crypt
  # cryptsetup -d /mnt/keydev/keys/darkgoo/data-var luksOpen 
/dev/mapper/data-var data-var_crypt
  # mount /home
  # mount /var
  # mount /media
  # exit
  
  Select menu item "resume".
  The system now boots succesfully.
  
- 
  #/etc/crypttab
  ubuntu-root_crypt UUID=0b1f585c-5dee-43a5-9106-b3bbd8a173b5 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/ubuntu-root
 luks,keyscript=passdev,loud
  ubuntu-swap_crypt /dev/mapper/ubuntu-swap /dev/urandom 
cipher=aes-cbc-essiv:sha256,size=256,swap
  data-var_crypt UUID=fb8c9458-bc86-4346-aca3-e845993f326f 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-var 
luks,keyscript=passdev
  data-homes_crypt UUID=172d9ce6-7aa6-4a2b-8e83-f7ea59b65fea 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-homes 
luks,keyscript=passdev
  data-media_crypt UUID=1739a5b3-8a38-4fac-9e73-df0181e62b29 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-media 
luks,keyscript=passdev
  
  #/etc/fstab
  proc/proc   procnodev,noexec,nosuid 0   0
  /dev/mapper/ubuntu-root_crypt /   ext4  
relatime,commit=30,errors=remount-ro0   1
  UUID=e6cb942e-1f09-4564-838c-280af283042e /mnt/keydev   ext2 noauto,ro 0 0
  UUID=dd4525cd-8bc4-4ba8-8a14-f743cf8e66f4 /boot   ext4defaults
0   2
  /dev/mapper/data-homes_crypt /home   ext4relatime,commit=30   
  0   2
  /dev/mapper/data-media_crypt /mnt/media  xfsrelatime 0   2
  /dev/mapper/data-var_crypt /varext4relatime,commit=30 
0   2
  /dev/mapper/ubuntu-swap_crypt noneswapsw  0   0
  
  #lsb_release -rd
  Description:Ubuntu 12.10
  Release:12.10
  
- #dmsetup table --showkeys
- data-media_crypt: 0 586774520 crypt aes-cbc-essiv:sha256 
099ce453b1f2557392433459c59b6983ad0f64b36c5ed58d2facbe3f7e5210a5 0 252:4 2056
+ #dmsetup table
+ data-media_crypt: 0 586774520 crypt aes-cbc-essiv:sha256 
 0 252:4 2056
  data-media: 0 586776576 linear 9:2 523452800
- data-homes_crypt: 0 261732344 crypt aes-cbc-essiv:sha256 
f44ce80c9db536906cb8bd92e79331131fab9e97b05c0cc6765dc8e9a47ad8cb 0 252:2 2056
+ data-homes_crypt: 0 261732344 crypt aes-cbc-essiv:sha256 
 0 252:2 2056
  data-var: 0 261718016 linear 9:2 261734784
  data-var: 261718016 419430400 linear 9:2 1110229376
  data-homes: 0 261734400 linear 9:2 384
- ubuntu-swap_crypt: 0 16777216 crypt aes-cbc-essiv:sha256 
99eeeb1c19bacb41a35baabd23cb25f2d7866625da294b46086e63577b6ed05e 0 252:1 0
+ ubuntu-swap_crypt: 0 16777216 crypt aes-cbc-essiv:sha256 
 0 252:1 0
  ubuntu-swap: 0 16777216 linear 9:3 63678464
  ubuntu-root: 0 63676416 linear 9:3 2048
- ubuntu-root_crypt: 0 63674360 crypt aes-cbc-essiv:sha256 
0ee66e5902f0002017319f11025128c4e05a69556c0f13ddd48d45a630f8d6e9 0 252:0 2056
- data-var_crypt: 0 681146360 crypt aes-cbc-essiv:sha256 
e7331607be03b1776ac97dfedee43dcdbd345c4c93e2d05839836c22d2c08d91 0 252:3 2056
+ ubuntu-root_crypt: 0 63674360 crypt aes-cbc-essiv:sha256 
 0 252:0 2056
+ data-var_crypt: 0 681146360 crypt aes-cbc-essiv:sha256 
 0 252:3 2056
  
- #lsblk 
+ #lsblk
  NAME MAJ:MIN RM   SIZE RO TYPE   MOUNTPOINT
- sda8:00 465.8G  0 disk   
- ├─sda1 8:10 282.4M  0 part   
+ sda8:00 465.8G  0 disk
+ ├─sda1  

[Bug 1072180] [NEW] initramfs fails to mount LUKS root partition after upgrade to Quantal

2012-10-27 Thread GOo
Public bug reported:

After upgrading to 12.10 via "do-release-upgrade", I am no more able to
boot. Previously I was able to boot with the same setup since Ubuntu
10.10.

My /, /home, /var and /mnt/media partitions are LUKS encrypted LVs on top of 
RAID10,RAID1 md arrays and accessed via a key-file on a usb-stick.
/boot is on an unencrypted md (md0).

What I would have expected is cryptsetup mapping the encrypted volumes, 
mounting them and normal boot of the system.
Actually cryptroot unlocks the key slot of the root filesystem (cryptsetup: 
cryptroot setup successfully) but it gets stuck on waiting for the root 
filesystem.

Workaround:
Boot in recovery mode. Wait for the timeout for the root fs to finish. In the 
recovery menu select "root" to access the root shell.
Eventually the root filesystem is mounted after the failure hooks and I am able 
to boot by typing:

# mount / -o remount,rw
# mount /boot
# mount /mnt/keydev
# cryptsetup -d /mnt/keydev/keys/darkgoo/data-media luksOpen 
/dev/mapper/data-media data-media_crypt
# cryptsetup -d /mnt/keydev/keys/darkgoo/data-homes luksOpen 
/dev/mapper/data-homes data-homes_crypt
# cryptsetup -d /mnt/keydev/keys/darkgoo/data-var luksOpen /dev/mapper/data-var 
data-var_crypt
# mount /home
# mount /var
# mount /media
# exit

Select menu item "resume".
The system now boots succesfully.


#/etc/crypttab
ubuntu-root_crypt UUID=0b1f585c-5dee-43a5-9106-b3bbd8a173b5 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/ubuntu-root
 luks,keyscript=passdev,loud
ubuntu-swap_crypt /dev/mapper/ubuntu-swap /dev/urandom 
cipher=aes-cbc-essiv:sha256,size=256,swap
data-var_crypt UUID=fb8c9458-bc86-4346-aca3-e845993f326f 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-var 
luks,keyscript=passdev
data-homes_crypt UUID=172d9ce6-7aa6-4a2b-8e83-f7ea59b65fea 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-homes 
luks,keyscript=passdev
data-media_crypt UUID=1739a5b3-8a38-4fac-9e73-df0181e62b29 
/dev/disk/by-uuid/e6cb942e-1f09-4564-838c-280af283042e:/keys/darkgoo/data-media 
luks,keyscript=passdev

#/etc/fstab
proc/proc   procnodev,noexec,nosuid 0   0
/dev/mapper/ubuntu-root_crypt /   ext4  
relatime,commit=30,errors=remount-ro0   1
UUID=e6cb942e-1f09-4564-838c-280af283042e /mnt/keydev   ext2 noauto,ro 0 0
UUID=dd4525cd-8bc4-4ba8-8a14-f743cf8e66f4 /boot   ext4defaults  
  0   2
/dev/mapper/data-homes_crypt /home   ext4relatime,commit=30 
0   2
/dev/mapper/data-media_crypt /mnt/media  xfsrelatime 0   2
/dev/mapper/data-var_crypt /varext4relatime,commit=30 0 
  2
/dev/mapper/ubuntu-swap_crypt noneswapsw  0   0

#lsb_release -rd
Description:Ubuntu 12.10
Release:12.10

#dmsetup table --showkeys
data-media_crypt: 0 586774520 crypt aes-cbc-essiv:sha256 
099ce453b1f2557392433459c59b6983ad0f64b36c5ed58d2facbe3f7e5210a5 0 252:4 2056
data-media: 0 586776576 linear 9:2 523452800
data-homes_crypt: 0 261732344 crypt aes-cbc-essiv:sha256 
f44ce80c9db536906cb8bd92e79331131fab9e97b05c0cc6765dc8e9a47ad8cb 0 252:2 2056
data-var: 0 261718016 linear 9:2 261734784
data-var: 261718016 419430400 linear 9:2 1110229376
data-homes: 0 261734400 linear 9:2 384
ubuntu-swap_crypt: 0 16777216 crypt aes-cbc-essiv:sha256 
99eeeb1c19bacb41a35baabd23cb25f2d7866625da294b46086e63577b6ed05e 0 252:1 0
ubuntu-swap: 0 16777216 linear 9:3 63678464
ubuntu-root: 0 63676416 linear 9:3 2048
ubuntu-root_crypt: 0 63674360 crypt aes-cbc-essiv:sha256 
0ee66e5902f0002017319f11025128c4e05a69556c0f13ddd48d45a630f8d6e9 0 252:0 2056
data-var_crypt: 0 681146360 crypt aes-cbc-essiv:sha256 
e7331607be03b1776ac97dfedee43dcdbd345c4c93e2d05839836c22d2c08d91 0 252:3 2056

#lsblk 
NAME MAJ:MIN RM   SIZE RO TYPE   MOUNTPOINT
sda8:00 465.8G  0 disk   
├─sda1 8:10 282.4M  0 part   
│ └─md09:00   564M  0 raid10 /boot
├─sda2 8:20  30.6G  0 part   
│ └─md19:10  61.1G  0 raid10 
└─sda3 8:30   435G  0 part   
  └─md29:20 869.9G  0 raid10 
├─data-homes (dm-2)  252:20 124.8G  0 lvm
│ └─data-homes_crypt (dm-6)  252:60 124.8G  0 dm /home
├─data-var (dm-3)252:30 324.8G  0 lvm
│ └─data-var_crypt (dm-7)252:70 324.8G  0 dm /var
└─data-media (dm-4)  252:40 279.8G  0 lvm
  └─data-media_crypt (dm-8)  252:80 279.8G  0 dm /mnt/media
sdb8:16   0 465.8G  0 disk   
├─sdb1 8:17   0 282.4M  0 part   
│ └─md09:00   564M  0 raid10 /boot
├─sdb2 8:18   

[Bug 180946] Re: PiTiVi won't run.

2008-01-28 Thread goo
If it's a hardy package how do I install it?
Goo

-- 
PiTiVi won't run.
https://bugs.launchpad.net/bugs/180946
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 184723] Re: Flight Gear won't run.

2008-01-25 Thread goo
Thanks! I got it to run last night.
Goo

On Jan 24, 2008 1:46 AM, Cesare Tirabassi <[EMAIL PROTECTED]>
wrote:

> Marking this invalid as this is a non-official version. Note that
> flightgear will be upgraded in Hardy, see:
>
> bug 183564
> bug 185560
> bug 185561
> bug 185562
>
> ** Changed in: flightgear (Ubuntu)
>   Status: Incomplete => Invalid
>
> --
> Flight Gear won't run.
> https://bugs.launchpad.net/bugs/184723
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Flight Gear won't run.
https://bugs.launchpad.net/bugs/184723
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 184723] Flight Gear won't run.

2008-01-20 Thread goo
Public bug reported:

Binary package hint: flightgear

This bug is in Gusty. When I run flight gear the normal way nothing happens. 
This is the terminal output:

Base package check failed ... Found version [none] at: 
/usr/share/games/FlightGear
Please upgrade to version: 0.9.10

I think some files are missing but don't know how to fix it.

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

-- 
Flight Gear won't run.
https://bugs.launchpad.net/bugs/184723
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 180946] PiTiVi won't run.

2008-01-06 Thread goo
Public bug reported:

Binary package hint: pitivi

I am using Gusty. When I try to run pitivi it gives me this error:
Traceback (most recent call last):
  File "/usr/local/bin/pitivi", line 113, in 
_run_pitivi()
  File "/usr/local/bin/pitivi", line 102, in _run_pitivi
import pitivi.pitivi as pitivi
  File "/usr/local/lib/pitivi/python/pitivi/pitivi.py", line 29, in 
from ui import mainwindow
  File "/usr/local/lib/pitivi/python/pitivi/ui/mainwindow.py", line 49, in 

from pluginmanagerdialog import PluginManagerDialog
  File "/usr/local/lib/pitivi/python/pitivi/ui/pluginmanagerdialog.py", line 
29, in 
import pitivi.plugincore as plugincore
  File "/usr/local/lib/pitivi/python/pitivi/plugincore.py", line 22, in 
from zope.interface import Interface, Attribute
ImportError: No module named zope.interface
I think some files are missing but am not sure how to fix it.
Goo

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

-- 
PiTiVi won't run.
https://bugs.launchpad.net/bugs/180946
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 107133] Re: When the computer sleeps I get an error

2007-12-27 Thread goo

** Attachment added: "lspci-vvnn.log"
   http://launchpadlibrarian.net/11077436/lspci-vvnn.log

-- 
When the computer sleeps I get an error
https://bugs.launchpad.net/bugs/107133
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 107133] Re: When the computer sleeps I get an error

2007-12-27 Thread goo
uname -a output: 
Linux ubuntupc 2.6.22-14-386 #1 Tue Dec 18 07:34:24 UTC 2007 i686 GNU/Linux
The rest is attached.

goo

** Attachment added: "dmesg.log"
   http://launchpadlibrarian.net/11077434/dmesg.log

-- 
When the computer sleeps I get an error
https://bugs.launchpad.net/bugs/107133
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 107133] Re: When the computer sleeps I get an error

2007-12-19 Thread goo
It is still an issue. But I upgraded and now I just get a black screen and
have to restart. This goes for Hibernating too.
Goo

On Dec 19, 2007 10:34 AM, Brian Murray <[EMAIL PROTECTED]> wrote:

> Thank you for taking the time to report this bug and helping to make
> Ubuntu better.  You reported this bug a while ago and there hasn't been
> any activity in it recently.  We were wondering is this still an issue
> for you?  Thanks in advance.
>
> --
> When the computer sleeps I get an error
> https://bugs.launchpad.net/bugs/107133
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
When the computer sleeps I get an error
https://bugs.launchpad.net/bugs/107133
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 155486] Re: Appearence application freezes

2007-12-06 Thread goo
No, because I removed "gtk-qt-engine".
Goo
On Dec 5, 2007 9:27 PM, Nanley Chery <[EMAIL PROTECTED]> wrote:

> Do you still have this problem?
>
> ** Changed in: ubuntu
> Assignee: (unassigned) => Nanley Chery (nanoman)
>   Status: New => Incomplete
>
> --
> Appearence application freezes
> https://bugs.launchpad.net/bugs/155486
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Appearence application freezes
https://bugs.launchpad.net/bugs/155486
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 155486] Appearence application freezes

2007-10-21 Thread goo
Public bug reported:

Steps to reproduce in Gusty:

1. Launch gnome-appearance-properties

2. Wait a few seconds

3. Look at the prosess in System Moniter. It will be zombie.

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
Appearence application freezes
https://bugs.launchpad.net/bugs/155486
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 146381] Re: gnome-appearance-properties freezes when switching from "None" to "Normal" in visual effects

2007-10-21 Thread goo
I have the same problem, exept it happens all the time. Even when I had
just updated to Gusty.

-- 
gnome-appearance-properties freezes when switching from "None" to "Normal" in 
visual effects
https://bugs.launchpad.net/bugs/146381
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 140033] gnome-panel repozitions on thunderbird start.

2007-09-16 Thread goo
Public bug reported:

I am using Ubuntu 7.04 Feisty Fawn. I have gnome-panel 2.18.1 and
Thunderbird version 1.5.0.13. Every restart when I first launch
Thunderbird, gnome-panel changes it's position to the either of the two
sides of the screen.

Goo

** Affects: ubuntu
 Importance: Undecided
 Status: New

-- 
gnome-panel repozitions on thunderbird start.
https://bugs.launchpad.net/bugs/140033
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 105683] Re: Certain eybord eys do not wor .

2007-06-20 Thread goo
No, I fix it by removing certren keyboard short cuts.
Matthew

On 6/19/07, Brian Murray <[EMAIL PROTECTED]> wrote:
>
> Is this still an issue?  If so does the same problem happen in tty2?
> Thanks again.
>
> --
> Certain  eybord  eys do not wor .
> https://bugs.launchpad.net/bugs/105683
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Certain  eybord  eys do not wor .
https://bugs.launchpad.net/bugs/105683
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 118828] Re: My/SPACE/bar/doesn't/work

2007-06-05 Thread goo
This/happens/in/command/prompt/./Here/is/the/file/:
# A configuration file for setupcon

# Change to "yes" and setupcon will explain what is being doing
VERBOSE_OUTPUT=no

# Setup these consoles.  Most people do not need to change this.
ACTIVE_CONSOLES="/dev/tty[1-6]"

# Put here your encoding.  Valid charmaps are: UTF-8 ARMSCII-8 CP1251
# CP1255 CP1256 GEORGIAN-ACADEMY GEORGIAN-PS IBM1133 ISIRI-3342
# ISO-8859-1 ISO-8859-2 ISO-8859-3 ISO-8859-4 ISO-8859-5 ISO-8859-6
# ISO-8859-7 ISO-8859-8 ISO-8859-9 ISO-8859-10 ISO-8859-11 ISO-8859-13
# ISO-8859-14 ISO-8859-15 ISO-8859-16 KOI8-R KOI8-U TIS-620 VISCII
CHARMAP="UTF-8"

# The codeset determines which symbols are supported by the font.
# Valid codesets are: Arabic Armenian CyrAsia CyrKoi CyrSlav Ethiopian
# Georgian Greek Hebrew Lao Lat15 Lat2 Lat38 Lat7 Thai Uni1 Uni2 Uni3
# Vietnamese.  Read README.fonts for explanation.
CODESET="Lat15"

# Valid font faces are: VGA (sizes 8, 14 and 16), Terminus (sizes
# 12x6, 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBold (sizes
# 14, 16, 20x10, 24x12, 28x14 and 32x16), TerminusBoldVGA (sizes 14
# and 16), Fixed (sizes 13, 14, 15, 16 and 18), Goha (sizes 12, 14 and
# 16), GohaClassic (sizes 12, 14 and 16).
FONTFACE="VGA"
FONTSIZE="16"

# You can also directly specify nonstandard font and ACM to load:
# FONT=/usr/local/share/funnyfonts/sarge16.psf
# ACM=/usr/local/share/consoletrans/my_special_encoding.acm

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.
XKBMODEL="pc104"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""


# Do not update the following md5 sum if you change
# /etc/console-setup/boottime.kmap.gz and Debconf will not overwrite
# your custom keymap.  Do not update it even if you want to make
# Debconf overwrite it.  Instead simply specify the empty string as
# a md5 sum.

BOOTTIME_KMAP_MD5="d6b37a90ac6683b4b621a3419908e623"

-- 
My/SPACE/bar/doesn't/work
https://bugs.launchpad.net/bugs/118828
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 118828] Re: MySPACEbardoesn'twork

2007-06-05 Thread goo

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/7982853/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/7982854/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/7982855/ProcStatus.txt

** Summary changed:

- MySPACEbardoesn'twork
+ My/SPACE/bar/doesn't/work

** Description changed:

  /=space
  
The/top/line/summarizes/my/problem/./I/am/putting/these/slashes/to/act/as/spaces/./I/am/using/feisty/./I/have/a/regular/and/a/bluetooth/keyboard/./The/regular/keyboard/is/your/run-of-the-mill/
  
Dell/keyboard/./The/bluetooth/keyboard/is/a/Logitech/MX5000/./I/can/tell/Linux/knows/I/pressed/a/key/because/I/set/the/cursor/to/blink/when/I/press/a/key/and/it/does/os/when/I/press/the/SPACE/
  bar/./I/am/in/dier/need/of/help/./I/can't/answer/any/e-mails/or/word/proses/!
  Thanks/in/advance/,
  Goo3
  
  ProblemType: Bug
  Architecture: i386
  Date: Tue Jun  5 11:06:39 2007
  DistroRelease: Ubuntu 7.04
- ExecutablePath: /usr/bin/gnome-panel
- Package: gnome-panel 1:2.18.1-0ubuntu3.1
- PackageArchitecture: i386
- ProcCmdline: gnome-panel --sm-client-id default1
- ProcCwd: /home/matthew
- ProcEnviron:
   LANGUAGE=en
-  
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
   LANG=en_US.UTF-8
   SHELL=/bin/bash
- SourcePackage: gnome-panel
- Uname: Linux ubuntupc 2.6.20-16-386 #2 Wed May 23 01:42:57 UTC 2007 i686 
GNU/Linux

-- 
My/SPACE/bar/doesn't/work
https://bugs.launchpad.net/bugs/118828
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 118828] MySPACEbardoesn'twork

2007-06-05 Thread goo
Public bug reported:

/=space
The/top/line/summarizes/my/problem/./I/am/putting/these/slashes/to/act/as/spaces/./I/am/using/feisty/./I/have/a/regular/and/a/bluetooth/keyboard/./The/regular/keyboard/is/your/run-of-the-mill/
Dell/keyboard/./The/bluetooth/keyboard/is/a/Logitech/MX5000/./I/can/tell/Linux/knows/I/pressed/a/key/because/I/set/the/cursor/to/blink/when/I/press/a/key/and/it/does/os/when/I/press/the/SPACE/
bar/./I/am/in/dier/need/of/help/./I/can't/answer/any/e-mails/or/word/proses/!
Thanks/in/advance/,
Goo3

ProblemType: Bug
Architecture: i386
Date: Tue Jun  5 11:06:39 2007
DistroRelease: Ubuntu 7.04
 LANGUAGE=en
 LANG=en_US.UTF-8
 SHELL=/bin/bash

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
My/SPACE/bar/doesn't/work
https://bugs.launchpad.net/bugs/118828
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 110672] Re: Can't change permitions on USB drive

2007-05-30 Thread goo
Thank you for replying. I have a dual boot system. It turns out that the
windows half of my computer was making my drive read-only! How ever I can
change some permtions but not all. If I try to enable executing the file as
a program all my changes reset. I am using ubuntu.
Matthew

On 5/30/07, Brian Murray <[EMAIL PROTECTED]> wrote:
>
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better.  How exactly did you go about changing the permissions for the
> drive?  Are you using Ubuntu (Gnome desktop environment) or Kubuntu
> (KDE)?  Thanks in advance.
>
> ** Changed in: Ubuntu
>  Assignee: (unassigned) => Brian Murray
>Status: Unconfirmed => Needs Info
>
> --
> Can't change permitions on USB drive
> https://bugs.launchpad.net/bugs/110672
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Can't change permitions on USB drive
https://bugs.launchpad.net/bugs/110672
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 95740] Re: deskbar reported bug when config. was changed.

2007-05-25 Thread goo
I have not chexked in a while but I would think so. I tryed it two times.
But since then I have upgraded to 7.04 so I can check.
Matthew


On 5/24/07, Sebastien Bacher <[EMAIL PROTECTED]> wrote:
>
> do you still get this bug?
>
> --
> deskbar reported bug when config. was changed.
> https://bugs.launchpad.net/bugs/95740
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
deskbar reported bug when config. was changed.
https://bugs.launchpad.net/bugs/95740
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 112635] Re: gnome-pilot crashed

2007-05-05 Thread goo

** Attachment added: "gnome-pilot-bugreport.txt"
   http://librarian.launchpad.net/7563395/gnome-pilot-bugreport.txt

-- 
gnome-pilot crashed
https://bugs.launchpad.net/bugs/112635
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 112635] gnome-pilot crashed

2007-05-05 Thread goo
Public bug reported:

Binary package hint: gnome-pilot

 gnome-pilot crashed. I will attach an error report.

** Affects: gnome-pilot (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gnome-pilot crashed
https://bugs.launchpad.net/bugs/112635
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 111316] Re: anjuta crashed

2007-04-30 Thread goo

** Attachment added: "anjuta-bugreport.txt"
   http://librarian.launchpad.net/7486157/anjuta-bugreport.txt

-- 
anjuta crashed
https://bugs.launchpad.net/bugs/111316
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 111316] anjuta crashed

2007-04-30 Thread goo
Public bug reported:

Binary package hint: anjuta

  I will attach a bug buddy crash report.

** Affects: anjuta (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  Binary package hint: anjuta
  
-   I will atach a bug buddy crash report.
+   I will attach a bug buddy crash report.

-- 
anjuta crashed
https://bugs.launchpad.net/bugs/111316
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 110831] Re: gpaint closes while drawing

2007-04-28 Thread goo

** Attachment added: "gpaint-2-bugreport.txt"
   http://librarian.launchpad.net/7457022/gpaint-2-bugreport.txt

-- 
gpaint closes while drawing
https://bugs.launchpad.net/bugs/110831
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 110831] gpaint closes while drawing

2007-04-28 Thread goo
Public bug reported:

Binary package hint: gpaint

I am using Edgy. Gpaint closed and I don't  know why.

** Affects: gpaint (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  Binary package hint: gpaint
  
- I am using Edgy. Gpaint closed and I don't  know why I have an error
- report  but I don't know how to attach it.
+ I am using Edgy. Gpaint closed and I don't  know why.

-- 
gpaint closes while drawing
https://bugs.launchpad.net/bugs/110831
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 110672] Can't change permitions on USB drive

2007-04-27 Thread goo
Public bug reported:

  I am using Edgy.
 Steps to reproduce:
 1. plug in your USB drive
 2. try to change the permissions for your drive

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Can't change permitions on USB drive
https://bugs.launchpad.net/bugs/110672
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 89563] Re: On-screen keyboard doesn't appear

2007-04-27 Thread goo
I also have the same problem.

-- 
On-screen keyboard doesn't appear
https://bugs.launchpad.net/bugs/89563
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 107133] Re: When the computer sleeps I get an error

2007-04-19 Thread goo
This is the exact error message .White letters on a black screen:[
17181379.144000] unregister_netdevice waiting for eth0 to become free Usage
cmount = 1. I want to make something clear this message will come up at the
top of the black screen it will stay for a while but then another identical
message will appear bellow it saying exactly the same thing except  the
numbers at the start will be different  .  This will go on for a while until
I have to force restart the computer. Hope this helps !
goo

On 4/18/07, Brian Murray <[EMAIL PROTECTED]> wrote:
>
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better.  Could you elaborate as to the exact error message that you get?
> Thanks in advance.
>
> ** Changed in: Ubuntu
>  Assignee: (unassigned) => Brian Murray
>Status: Unconfirmed => Needs Info
>
> --
> When the computer sleeps I get an error
> https://bugs.launchpad.net/bugs/107133
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
When the computer sleeps I get an error
https://bugs.launchpad.net/bugs/107133
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 106673] Re: The GNOME Panel 2.16.1 looks terrible when solid color used

2007-04-18 Thread goo
Won't that mean more errors I spent five hours downloading my update and I
would like to know for sure that the new release is reliable. I like Ubuntu
but when I switched to edgy I suddenly began to report more serious errors.
Matthew


On 4/18/07, Sebastien Bacher <[EMAIL PROTECTED]> wrote:
>
> ** Changed in: gnome-panel (Ubuntu)
>   Status: Unconfirmed => Needs Info
>
> --
> The GNOME Panel 2.16.1 looks terrible when solid color used
> https://bugs.launchpad.net/bugs/106673
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
The GNOME Panel 2.16.1 looks terrible when solid color used
https://bugs.launchpad.net/bugs/106673
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 86029] Re: Bluetooth Logitech Keybord+Mouse not enabled on gnome start

2007-04-17 Thread goo
I have exactly the same problem. Except with Edgy.

-- 
Bluetooth Logitech Keybord+Mouse not enabled on gnome start
https://bugs.launchpad.net/bugs/86029
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 107133] When the computer sleeps I get an error

2007-04-16 Thread goo
Public bug reported:

I am using Edgy.  When the computer sleeps the desktop freezes.  I have 
attempted to restart the desktop but I get a error message saying it is waiting 
for interface eth0 to become inactive or something like that . Steps to 
reproduce are as fallows:
1. suspend the computer

2. attempt to launch an app.

3. try to restart the desktop

goo

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
When the computer sleeps I get an error
https://bugs.launchpad.net/bugs/107133
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 58314] Re: Computer totaly freezes after sleeping mode entering

2007-04-16 Thread goo
I have the same problem.

-- 
Computer totaly freezes after sleeping mode entering
https://bugs.launchpad.net/bugs/58314
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 106673] Re: The GNOME Panel 2.16.1 looks terrible when solid color used

2007-04-16 Thread goo

** Attachment added: "Screenshot.png"
   http://librarian.launchpad.net/7336993/Screenshot.png

** Description changed:

  Binary package hint: gnome-panel
  
  I am using Edgy ( but only for about 6 mins. now) gnome - panel has a
  black line across the window bar and many more problem s when I use a
- solid color for its color.
+ solid and slightly transparent  color for its color.

** Description changed:

  Binary package hint: gnome-panel
  
  I am using Edgy ( but only for about 6 mins. now) gnome - panel has a
- black line across the window bar and many more problem s when I use a
+ black line across the window bar and many more problems when I use a
  solid and slightly transparent  color for its color.

-- 
The GNOME Panel 2.16.1 looks terrible when solid color used
https://bugs.launchpad.net/bugs/106673
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 106673] Re: The GNOME Panel 2.16.1 looks terrible when solid color used

2007-04-15 Thread goo
How do I do that?
Matthew

On 4/15/07, Sitsofe Wheeler <[EMAIL PROTECTED]> wrote:
>
> Thanks for your bug report.
>
> goo:
> Could you use
> Accessories -> Take Screenshot
> to take a screenshot of the problem and then upload that file to this this
> bug?
>
> --
> The GNOME Panel 2.16.1 looks terrible when solid color used
> https://bugs.launchpad.net/bugs/106673
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
The GNOME Panel 2.16.1 looks terrible when solid color used
https://bugs.launchpad.net/bugs/106673
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 106673] The GNOME Panel 2.16.1 looks terrible when solid color used

2007-04-14 Thread goo
Public bug reported:

Binary package hint: gnome-panel

I am using Edgy ( but only for about 6 mins. now) gnome - panel has a
black line across the window bar and many more problem s when I use a
solid color for its color.

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
The GNOME Panel 2.16.1 looks terrible when solid color used
https://bugs.launchpad.net/bugs/106673
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 106036] Re: Aegis icon missing

2007-04-14 Thread goo
*** This bug is a duplicate of bug 38192 ***
https://bugs.launchpad.net/bugs/38192

I s there any way to fix it? Is there a patch?
goo

On 4/13/07, harrisony <[EMAIL PROTECTED]> wrote:
>
> *** This bug is a duplicate of bug 38192 ***
> https://bugs.launchpad.net/bugs/38192
>
> ** This bug has been marked a duplicate of bug 38192
>Aegis Installed but there is no icon
>
> --
> Aegis icon missing
> https://bugs.launchpad.net/bugs/106036
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Aegis icon missing
https://bugs.launchpad.net/bugs/106036
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 106036] Re: Agies icon missing

2007-04-13 Thread goo
I am using dapper.I have version 0.1.1.
goo

On 4/12/07, harrisony <[EMAIL PROTECTED]> wrote:
>
> ** Changed in: Ubuntu
>Status: Unconfirmed => Needs Info
>
> --
> Aegis icon missing
> https://bugs.launchpad.net/bugs/106036
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
Aegis icon missing
https://bugs.launchpad.net/bugs/106036
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 106036] Agies icon missing

2007-04-12 Thread goo
Public bug reported:

The icon for Agies (Otherwise known as Virus Scanner) is missing even
though it is selected to show up a Acerate menu editer!

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Agies icon missing
https://bugs.launchpad.net/bugs/106036
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


Re: [Bug 105683] Re: Certain eybord eys do not wor .

2007-04-12 Thread goo
Here they are:
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type "man /etc/X11/xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath"/usr/share/X11/fonts/misc"
FontPath"/usr/share/X11/fonts/cyrillic"
FontPath"/usr/share/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/X11/fonts/Type1"
FontPath"/usr/share/X11/fonts/100dpi"
FontPath"/usr/share/X11/fonts/75dpi"
# path to defoma fonts
FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load"i2c"
Load"bitmap"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"type1"
Load"vbe"
EndSection

Section "InputDevice"
Identifier"Generic Keyboard"
Driver"kbd"
Option"CoreKeyboard"
Option"XkbRules""xorg"
Option"XkbModel""pc104"
Option"XkbLayout""us"
EndSection

Section "InputDevice"
Identifier"Configured Mouse"
Driver"mouse"
Option"CorePointer"
Option"Device""/dev/input/mice"
Option"Protocol""ExplorerPS/2"
Option"ZAxisMapping""4 5"
Option"Emulate3Buttons""true"
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"stylus"
  Option"Device""/dev/wacom"  # Change to
  # /dev/input/event
  # for USB
  Option"Type"  "stylus"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"eraser"
  Option"Device""/dev/wacom"  # Change to
  # /dev/input/event
  # for USB
  Option"Type"  "eraser"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "InputDevice"
  Driver"wacom"
  Identifier"cursor"
  Option"Device""/dev/wacom"  # Change to
  # /dev/input/event
  # for USB
  Option"Type"  "cursor"
  Option"ForceDevice"   "ISDV4"   # Tablet PC ONLY
EndSection

Section "Device"
Identifier"ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Driver"vesa"
BusID"PCI:1:0:0"
EndSection

Section "Monitor"
Identifier"DELL E176FP"
Option"DPMS"
EndSection

Section "Screen"
Identifier"Default Screen"
Device"ATI Technologies, Inc. RV370 5B60 [Radeon X300 (PCIE)]"
Monitor"DELL E176FP"
DefaultDepth24
SubSection "Display"
Depth1
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
SubSection "Display"
Depth4
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
SubSection "Display"
Depth8
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
SubSection "Display"
Depth15
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
SubSection "Display"
Depth16
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
SubSection "Display"
Depth24
Modes"1280x1024" "1152x864" "1024x768" "800x600" "720x400"
"640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier"Default Layout"
Screen"Default Screen"
InputDevice"Generic Keyboard"
InputDevice"Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection

Section "DRI"
Mode0666
EndSection

As for '/etc/default/console-setup' it does not exist on my system :-(.
Matthew

On 4/11/07, Brian Murray <[EMAIL PROTECTED]> wrote:
>
> Thanks for taking the time to report this bug 

[Bug 105683] Certain eybord eys do not wor .

2007-04-11 Thread goo
Public bug reported:

Did you get my summery? The letter K ,the letter Z ,and the right and
left arrow keys do  not work unless I change the keybord layout .I t
doesn't matter what I change it to.Every time I restart I can't use the
keybord again at least not very well.My keybord model is a logitech
MX5000 & is a bluetooth keybord.

goo3

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
Certain  eybord  eys do not wor .
https://bugs.launchpad.net/bugs/105683
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 104832] Re: USB stick is read-only.

2007-04-11 Thread goo
I figured out the problem.I dual-boot and windows was making it read-only
:-)
Matthew

On 4/10/07, Brian Murray <[EMAIL PROTECTED]> wrote:
>
> Thanks for taking the time to report this bug and helping to make Ubuntu
> better.  Could you please add the output of the command 'cat /etc/mtab'
> after inserting the drive?  Thanks in advance.
>
> ** Changed in: Ubuntu
>  Assignee: (unassigned) => Brian Murray
>Status: Unconfirmed => Needs Info
>
> --
> USB stick is read-only.
> https://bugs.launchpad.net/bugs/104832
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
USB stick is read-only.
https://bugs.launchpad.net/bugs/104832
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 95740] Re: deskbar reported bug when config. was changed.

2007-04-09 Thread goo
It says this exactly:
It probably isn't fatal, but should be reported to the developers
nonetheless. The program may behave erratically from now on.
goo3


On 4/8/07, Sebastien Bacher <[EMAIL PROTECTED]> wrote:
>
> Thank you for your bug. What does the error dialog say exactly?
>
> ** Changed in: deskbar-applet (Ubuntu)
>Importance: Undecided => Medium
>Status: Unconfirmed => Needs Info
>
> --
> deskbar reported bug when config. was changed.
> https://bugs.launchpad.net/bugs/95740
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
deskbar reported bug when config. was changed.
https://bugs.launchpad.net/bugs/95740
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 104832] USB stick is read-only.

2007-04-09 Thread goo
Public bug reported:

This is a problem with Dapper.When I plug - in my USB stick I can't
write to it .My settings are to mount the drive when it is plugged in.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

-- 
USB stick is read-only.
https://bugs.launchpad.net/bugs/104832
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 95740] deskbar reported bug when config. was changed.

2007-03-24 Thread goo
Public bug reported:

This is a problem in Dapper Deskbar V2.14.2.Steps to reproduce:1.fallow
the standard steps to get to the prefs. of the applet,2.click on the
"view" tab,3. change the layout to "button".This problem is not fatal
the software informed me, but I  should submit a bug.

** Affects: Ubuntu
 Importance: Undecided
 Status: Unconfirmed

** Description changed:

  This is a problem in Dapper Deskbar V2.14.2.Steps to reproduce:1.fallow
  the standard steps to get to the prefs. of the applet,2.click on the
- "veiw" tab,3. change the layout to "botton".This problem is not faitel
- the soft were informed me but I  should submit a bug.
+ "view" tab,3. change the layout to "button".This problem is not fatal
+ the software informed me, but I  should submit a bug.

-- 
deskbar reported bug when config. was changed.
https://launchpad.net/bugs/95740

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