[Bug 910038] [NEW] --top-int command line option not working

2011-12-30 Thread DragonK
Public bug reported:

I'm having the following error while trying to use --top-int on dstat:

# dstat --top-int
Traceback (most recent call last):
  File /usr/bin/dstat, line 2554, in module
main()
  File /usr/bin/dstat, line 2416, in main
scheduler.run()
  File /usr/lib/python2.7/sched.py, line 117, in run
action(*argument)
  File /usr/bin/dstat, line 2510, in perform
o.extract()
  File /usr/share/dstat/dstat_top_int.py, line 40, in extract
total = (self.intset2[i] - self.intset1[i]) * 1.0 / elapsed
IndexError: list index out of range


# apt-cache show dstat
Package: dstat
Priority: optional
Section: universe/admin
Installed-Size: 536
Maintainer: Ubuntu Developers ubuntu-devel-disc...@lists.ubuntu.com
Original-Maintainer: Andrew Pollock apoll...@debian.org
Architecture: all
Version: 0.7.2-2
Depends: python (= 2.7.1-0ubuntu2)
Conflicts: sleuthkit ( 1.73-2)
Filename: pool/universe/d/dstat/dstat_0.7.2-2_all.deb
Size: 68052
MD5sum: 87dedc12b0dd2cb77855d8e133b7a085
SHA1: 990e3a231e74fac7eb149f5150c1e9ec447efab5
SHA256: 4587b7ef1eaf97c6f473e7cf066feb03f010af2809724f6f5646e59cfe902cba


# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10

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

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

Title:
  --top-int command line option not working

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

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


[Bug 910108] [NEW] Missing /var/lib/dhcp3 directory

2011-12-30 Thread DragonK
Public bug reported:

In a clean Ubuntu 11.10 server install, dhclient3 is run with a
configuration parameter that instructs it to write lease files in  the
/var/lib/dhcp3. That directory is missing in the install, thus no
lease file is written.


# ps ax | grep dhclient3 | grep -v grep
  665 ?Ss 0:00 dhclient3 -e IF_METRIC=100 -pf 
/var/run/dhclient.eth0.pid -lf /var/lib/dhcp3/dhclient.eth0.leases -1 eth0

# ls -l /var/lib/ | grep dhcp
drwxr-xr-x 2 root  root4096 2011-12-30 16:24 dhcp

(no dhcp3 dir!)

# ls -l /var/lib/dhcp/
total 0
-rw-r--r-- 1 root root 0 2011-12-30 16:24 dhclient.leases

# cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=11.10
DISTRIB_CODENAME=oneiric
DISTRIB_DESCRIPTION=Ubuntu 11.10

** Affects: isc-dhcp (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  Missing /var/lib/dhcp3 directory

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

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


[Bug 566818] Re: [Lucid] cryptsetup passphrase prompt during boot: every character typed repeats the prompt

2011-02-20 Thread DragonK
The attached patch solved the issue on my computer; take precautions if
you want to apply it on other machines (it's not very well tested and I
don't know if it interferes with the graphical boot process - i'm on a
10.04 server install)

After applying, regenerate the initrd images:

update-initramfs -k all -c


** Patch added: Patch for cryptroot (cryptsetup 2:1.1.0~rc2-1ubuntu13 )
   
https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/566818/+attachment/1861817/+files/cryptroot.patch

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

Title:
  [Lucid] cryptsetup passphrase prompt during boot: every character
  typed repeats the prompt

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


[Bug 628648] [NEW] fsadm doesn't respect the dry run parameter when combined with -l

2010-09-02 Thread DragonK
Public bug reported:

Binary package hint: lvm2

It seems that fsadm does not take the  -n | --dry-run  parameter into
account if combined with the -l | --lvresize  flag.

Here is a sample session (see the link here for better readability
http://pastebin.com/V528p8wU ):

# lvdisplay
  --- Logical volume ---
  LV Name/dev/rlvm/mysql
  VG Namerlvm
  LV UUID2bRbbb-k4F8-b4z6----bbbcv6
  LV Write Accessread/write
  LV Status  available
  # open 1
  LV Size256.00 GiB
  Current LE 65536
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:0


# fsadm -v -n -l resize /dev/mapper/rlvm-mysql 128G
fsadm: ext4 filesystem found on /dev/mapper/rlvm-mysql
fsadm: Device /dev/mapper/rlvm-mysql size is 274877906944 bytes
fsadm: Parsing tune2fs -l /dev/mapper/rlvm-mysql
Finding volume group rlvm
Executing: fsadm --verbose check /dev/rlvm/mysql 
fsadm: ext4 filesystem found on /dev/mapper/rlvm-mysql
fsadm: Executing fsck /dev/mapper/rlvm-mysql
fsck from util-linux-ng 2.17.2
e2fsck 1.41.11 (14-Mar-2010)
/dev/mapper/rlvm-mysql: clean, 213/16777216 files, 7730630/67108864 blocks
Executing: fsadm --verbose resize /dev/rlvm/mysql 134217728K 
fsadm: ext4 filesystem found on /dev/mapper/rlvm-mysql
fsadm: Device /dev/mapper/rlvm-mysql size is 274877906944 bytes
fsadm: Parsing tune2fs -l /dev/mapper/rlvm-mysql
fsadm: Resizing filesystem on device /dev/mapper/rlvm-mysql to 137438953472 
bytes (67108864 - 33554432 blocks of 4096 bytes)
fsadm: Executing resize2fs -f /dev/mapper/rlvm-mysql 33554432
resize2fs 1.41.11 (14-Mar-2010)
Resizing the filesystem on /dev/mapper/rlvm-mysql to 33554432 (4k) blocks.
The filesystem on /dev/mapper/rlvm-mysql is now 33554432 blocks long.

Archiving volume group rlvm metadata (seqno 3).
  Reducing logical volume mysql to 128.00 GiB
Found volume group rlvm
Found volume group rlvm
Loading rlvm-mysql table (252:0)
Suspending rlvm-mysql (252:0) with device flush
Found volume group rlvm
Resuming rlvm-mysql (252:0)
Creating volume group backup /etc/lvm/backup/rlvm (seqno 4).
  Logical volume mysql successfully resized


# lvdisplay
  --- Logical volume ---
  LV Name/dev/rlvm/mysql
  VG Namerlvm
  LV UUID2bRbbb-k4F8-b4z6----bbbcv6
  LV Write Accessread/write
  LV Status  available
  # open 0
  LV Size128.00 GiB
  Current LE 32768
  Segments   1
  Allocation inherit
  Read ahead sectors auto
  - currently set to 256
  Block device   252:0


As you can see, the command has resized the Logical Volume, when I expected it 
wouldn't take any actions, only print the commands.

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

-- 
fsadm doesn't respect the dry run parameter when combined with -l 
https://bugs.launchpad.net/bugs/628648
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 599578] Re: Bluetooth not working

2010-07-07 Thread DragonK
If I only knew...  think it has something to do with the bluetooth
device being in the HID mode and not switching to HCI.

-- 
Bluetooth not working
https://bugs.launchpad.net/bugs/599578
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 554431] Re: Bluetooth is disabled. Pressing Turn on bluetooth not working

2010-07-01 Thread DragonK
This also affects me, although rebooting does not help.
(https://bugs.launchpad.net/ubuntu/+source/bluez/+bug/599578)

-- 
Bluetooth is disabled. Pressing Turn on bluetooth not working
https://bugs.launchpad.net/bugs/554431
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 599578] Re: Bluetooth not working

2010-06-29 Thread DragonK
** Description changed:

  Binary package hint: bluez
  
  The bluetooth icon in Gnome is grayed out, right clicking on it and
  choosing Turn Off Bluetooth produces the following messages in syslog:
  
  Jun 29 00:52:22 dell kernel: [ 1649.842531] usb 1-1.1: USB disconnect, 
address 29
  Jun 29 00:52:22 dell kernel: [ 1649.842538] usb 1-1.1.1: USB disconnect, 
address 30
  Jun 29 00:52:22 dell kernel: [ 1649.888945] usb 1-1.1.2: USB disconnect, 
address 31
  
  Choosing Turn On Bluetooth produces the following:
  
  Jun 29 00:52:29 dell kernel: [ 1657.206686] usb 1-1.1: new full speed USB 
device using ehci_hcd and address 32
  Jun 29 00:52:29 dell kernel: [ 1657.299487] usb 1-1.1: configuration #1 
chosen from 1 choice
  Jun 29 00:52:29 dell kernel: [ 1657.299689] hub 1-1.1:1.0: USB hub found
  Jun 29 00:52:29 dell kernel: [ 1657.299833] hub 1-1.1:1.0: 3 ports detected
  Jun 29 00:52:30 dell kernel: [ 1657.569568] usb 1-1.1.1: new full speed USB 
device using ehci_hcd and address 33
  Jun 29 00:52:30 dell kernel: [ 1657.664751] usb 1-1.1.1: configuration #1 
chosen from 1 choice
  Jun 29 00:52:30 dell kernel: [ 1657.666328] input: HID 413c:8161 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input30
  Jun 29 00:52:30 dell kernel: [ 1657.666441] generic-usb 0003:413C:8161.0013: 
input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8161] on 
usb-:00:1a.0-1.1.1/input0
  Jun 29 00:52:30 dell kernel: [ 1657.738505] usb 1-1.1.2: new full speed USB 
device using ehci_hcd and address 34
  Jun 29 00:52:30 dell kernel: [ 1657.832720] usb 1-1.1.2: configuration #1 
chosen from 1 choice
  Jun 29 00:52:30 dell kernel: [ 1657.835835] input: HID 413c:8162 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input31
  Jun 29 00:52:30 dell kernel: [ 1657.836067] generic-usb 0003:413C:8162.0014: 
input,hidraw1: USB HID v1.11 Mouse [HID 413c:8162] on 
usb-:00:1a.0-1.1.2/input0
  
- 
  dell# hciconfig -a
  dell# hcitool scan
  Device is not available: No such device
  dell# lsusb
  Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
- Bus 001 Device 034: ID 413c:8162 Dell Computer Corp. 
- Bus 001 Device 033: ID 413c:8161 Dell Computer Corp. 
+ Bus 001 Device 034: ID 413c:8162 Dell Computer Corp.
+ Bus 001 Device 033: ID 413c:8161 Dell Computer Corp.
  Bus 001 Device 032: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part 
of BCM2046 Bluetooth)
  Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 
multicard reader
- Bus 001 Device 004: ID 0c45:641d Microdia 
+ Bus 001 Device 004: ID 0c45:641d Microdia
  Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  
- 
- I've seen a related bug (number #554431) and two reboots did not help in my 
case. 
+ I've seen a related bug (number #554431) and two reboots did not help in my 
case.
  I'll provide any additional information if needed.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 10.04
  Package: bluez 4.60-0ubuntu8
  ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
  Uname: Linux 2.6.32-23-generic i686
  NonfreeKernelModules: wl fglrx
  Architecture: i386
  Date: Tue Jun 29 00:44:38 2010
  InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
  InterestingModules: bluetooth
  MachineType: Dell Inc. Inspiron 1764
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic root=/dev/mapper/lvm-root 
ro nohdparm nohdparm
  ProcEnviron:
-  LANG=en_US.UTF-8
-  SHELL=/bin/zsh
+  LANG=en_US.UTF-8
+  SHELL=/bin/zsh
  SourcePackage: bluez
  dmi.bios.date: 02/26/2010
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A06
  dmi.board.name: 0H4K11
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A06
  dmi.chassis.type: 8
  dmi.chassis.vendor: Dell Inc.
  dmi.chassis.version: A06
  dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/26/2010:svnDellInc.:pnInspiron1764:pvrA06:rvnDellInc.:rn0H4K11:rvrA06:cvnDellInc.:ct8:cvrA06:
  dmi.product.name: Inspiron 1764
  dmi.product.version: A06
  dmi.sys.vendor: Dell Inc.
  hciconfig:

** Description changed:

  Binary package hint: bluez
  
  The bluetooth icon in Gnome is grayed out, right clicking on it and
  choosing Turn Off Bluetooth produces the following messages in syslog:
  
  Jun 29 00:52:22 dell kernel: [ 1649.842531] usb 1-1.1: USB disconnect, 
address 29
  Jun 29 00:52:22 dell kernel: [ 1649.842538] usb 1-1.1.1: USB disconnect, 
address 30
  Jun 29 00:52:22 dell kernel: [ 1649.888945] usb 1-1.1.2: USB disconnect, 
address 31
  
  Choosing Turn On Bluetooth produces the following:
  
  Jun 29 00:52:29 dell kernel: [ 1657.206686] usb 1-1.1: new full speed USB 
device using ehci_hcd and address 32
  Jun 29 00:52:29 dell kernel: [ 1657.299487] usb 1-1.1: configuration #1 
chosen from 1 choice
  Jun 29 00:52:29 dell kernel: [ 1657.299689] hub 1-1.1:1.0: USB hub found

[Bug 599578] [NEW] Bluetooth not working

2010-06-28 Thread DragonK
Public bug reported:

Binary package hint: bluez

The bluetooth icon in Gnome is grayed out, right clicking on it and
choosing Turn Off Bluetooth produces the following messages in syslog:

Jun 29 00:52:22 dell kernel: [ 1649.842531] usb 1-1.1: USB disconnect, address 
29
Jun 29 00:52:22 dell kernel: [ 1649.842538] usb 1-1.1.1: USB disconnect, 
address 30
Jun 29 00:52:22 dell kernel: [ 1649.888945] usb 1-1.1.2: USB disconnect, 
address 31

Choosing Turn On Bluetooth produces the following:

Jun 29 00:52:29 dell kernel: [ 1657.206686] usb 1-1.1: new full speed USB 
device using ehci_hcd and address 32
Jun 29 00:52:29 dell kernel: [ 1657.299487] usb 1-1.1: configuration #1 chosen 
from 1 choice
Jun 29 00:52:29 dell kernel: [ 1657.299689] hub 1-1.1:1.0: USB hub found
Jun 29 00:52:29 dell kernel: [ 1657.299833] hub 1-1.1:1.0: 3 ports detected
Jun 29 00:52:30 dell kernel: [ 1657.569568] usb 1-1.1.1: new full speed USB 
device using ehci_hcd and address 33
Jun 29 00:52:30 dell kernel: [ 1657.664751] usb 1-1.1.1: configuration #1 
chosen from 1 choice
Jun 29 00:52:30 dell kernel: [ 1657.666328] input: HID 413c:8161 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1:1.0/input/input30
Jun 29 00:52:30 dell kernel: [ 1657.666441] generic-usb 0003:413C:8161.0013: 
input,hidraw0: USB HID v1.11 Keyboard [HID 413c:8161] on 
usb-:00:1a.0-1.1.1/input0
Jun 29 00:52:30 dell kernel: [ 1657.738505] usb 1-1.1.2: new full speed USB 
device using ehci_hcd and address 34
Jun 29 00:52:30 dell kernel: [ 1657.832720] usb 1-1.1.2: configuration #1 
chosen from 1 choice
Jun 29 00:52:30 dell kernel: [ 1657.835835] input: HID 413c:8162 as 
/devices/pci:00/:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input31
Jun 29 00:52:30 dell kernel: [ 1657.836067] generic-usb 0003:413C:8162.0014: 
input,hidraw1: USB HID v1.11 Mouse [HID 413c:8162] on 
usb-:00:1a.0-1.1.2/input0


dell# hciconfig -a
dell# hcitool scan
Device is not available: No such device
dell# lsusb
Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 034: ID 413c:8162 Dell Computer Corp. 
Bus 001 Device 033: ID 413c:8161 Dell Computer Corp. 
Bus 001 Device 032: ID 0a5c:4500 Broadcom Corp. BCM2046B1 USB 2.0 Hub (part of 
BCM2046 Bluetooth)
Bus 001 Device 005: ID 0bda:0158 Realtek Semiconductor Corp. USB 2.0 multicard 
reader
Bus 001 Device 004: ID 0c45:641d Microdia 
Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub


I've seen a related bug (number #554431) and two reboots did not help in my 
case. 
I'll provide any additional information if needed.

ProblemType: Bug
DistroRelease: Ubuntu 10.04
Package: bluez 4.60-0ubuntu8
ProcVersionSignature: Ubuntu 2.6.32-23.37-generic 2.6.32.15+drm33.5
Uname: Linux 2.6.32-23-generic i686
NonfreeKernelModules: wl fglrx
Architecture: i386
Date: Tue Jun 29 00:44:38 2010
InstallationMedia: Ubuntu 10.04 LTS Lucid Lynx - Release i386 (20100427.1)
InterestingModules: bluetooth
MachineType: Dell Inc. Inspiron 1764
ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.32-23-generic root=/dev/mapper/lvm-root ro 
nohdparm nohdparm
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/zsh
SourcePackage: bluez
dmi.bios.date: 02/26/2010
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A06
dmi.board.name: 0H4K11
dmi.board.vendor: Dell Inc.
dmi.board.version: A06
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: A06
dmi.modalias: 
dmi:bvnDellInc.:bvrA06:bd02/26/2010:svnDellInc.:pnInspiron1764:pvrA06:rvnDellInc.:rn0H4K11:rvrA06:cvnDellInc.:ct8:cvrA06:
dmi.product.name: Inspiron 1764
dmi.product.version: A06
dmi.sys.vendor: Dell Inc.
hciconfig:

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


** Tags: apport-bug i386 lucid

-- 
Bluetooth not working
https://bugs.launchpad.net/bugs/599578
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 599578] Re: Bluetooth not working

2010-06-28 Thread DragonK

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/51063993/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/51063994/CurrentDmesg.txt

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

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/51063996/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/51063997/Lsusb.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/51063998/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/51063999/ProcInterrupts.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/51064000/ProcModules.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/51064001/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/51064002/UdevLog.txt

** Attachment added: getfacl.txt
   http://launchpadlibrarian.net/51064003/getfacl.txt

** Attachment added: rfkill.txt
   http://launchpadlibrarian.net/51064004/rfkill.txt

** Attachment added: syslog.txt
   http://launchpadlibrarian.net/51064005/syslog.txt

-- 
Bluetooth not working
https://bugs.launchpad.net/bugs/599578
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 398737] [NEW] Openoffice.org Calc is unable to re-show a hidden column

2009-07-13 Thread DragonK
Public bug reported:

Binary package hint: openoffice.org-calc

Calc is unable to show a column of data which was just hidden.

Test case:

1) Create a new spreadsheet
2) Select column 'B' (for example), right click it and select 'Hide' - it will 
be hidden.
3) Select columns 'A' and 'C', right click and select 'Show' - column 'B' is 
NOT shown anymore!

(for rows, this is working properly)

I'm using openoffice 3.0.1

% dpkg --status openoffice.org-calc
Package: openoffice.org-calc
Status: install ok installed
Priority: optional
Section: editors
Installed-Size: 14632
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Source: openoffice.org
Version: 1:3.0.1-9ubuntu3
Replaces: openoffice.org ( 1.9), openoffice.org-common ( 2.0.3+2.0.4m179), 
openoffice.org-core (= 2.2.0-4), openoffice.org-debian-files, 
openoffice.org2-calc ( 1:3.0.1-9ubuntu3), openoffice.org2-core ( 
1.9.113-0pre1)
Provides: openoffice.org2-calc
Depends: openoffice.org-core (= 1:3.0.1-9ubuntu3), openoffice.org-base-core (= 
1:3.0.1-9ubuntu3), libc6 (= 2.3.4), libgcc1 (= 1:4.1.1), libstdc++6 (= 
4.1.1), libstlport4.6ldbl, ure (= 1.4.1), lp-solve (= 5.5.0.13-4)
Conflicts: openoffice.org-bin ( 1.9), openoffice.org-debian-files, 
openoffice.org2-calc ( 1:3.0.1-9ubuntu3)
Description: full-featured office productivity suite -- spreadsheet
 OpenOffice.org is a full-featured office productivity suite that provides
 a near drop-in replacement for Microsoft(R) Office.
 .
 This package contains the spreadsheet component for OpenOffice.org.
Homepage: http://www.go-oo.org
Original-Maintainer: Debian OpenOffice Team debian-openoff...@lists.debian.org

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

-- 
Openoffice.org Calc is unable to re-show a hidden column
https://bugs.launchpad.net/bugs/398737
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 398737] Re: Openoffice.org Calc is unable to re-show a hidden column

2009-07-13 Thread DragonK
What do you mean by unwanted? 
And why is this invalid, you didn't manage to reproduce it? :)

-- 
Openoffice.org Calc is unable to re-show a hidden column
https://bugs.launchpad.net/bugs/398737
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 304947] Re: Tilda crashing if user's shell is zsh

2009-07-08 Thread DragonK
Any updates on this? It keeps happening on ubuntu 9.04

-- 
Tilda crashing if user's shell is zsh
https://bugs.launchpad.net/bugs/304947
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 383156] [NEW] iostat stack overflow

2009-06-03 Thread DragonK
Public bug reported:

It seems that (in my Ubuntu Jaunty) running iostat -d -k -N -x -n 1
triggers the stack smashing protection:

*** stack smashing detected ***: iostat terminated
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x48)[0xb7fe1da8]
/lib/tls/i686/cmov/libc.so.6(__fortify_fail+0x0)[0xb7fe1d60]
iostat[0x8050c80]
iostat[0x804b845]
iostat[0x804c46a]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0xb7efa775]
iostat[0x8048fd1]
=== Memory map: 
08048000-08054000 r-xp  fc:05 334021 /usr/bin/iostat
08054000-08055000 r--p b000 fc:05 334021 /usr/bin/iostat
08055000-08056000 rw-p c000 fc:05 334021 /usr/bin/iostat
0972e000-0974f000 rw-p 0972e000 00:00 0  [heap]
b7ea4000-b7ee3000 r--p  fc:05 7816   
/usr/lib/locale/en_US.utf8/LC_CTYPE
b7ee3000-b7ee4000 rw-p b7ee3000 00:00 0 
b7ee4000-b804 r-xp  fc:05 9337   /lib/tls/i686/cmov/libc-2.9.so
b804-b8041000 ---p 0015c000 fc:05 9337   /lib/tls/i686/cmov/libc-2.9.so
b8041000-b8043000 r--p 0015c000 fc:05 9337   /lib/tls/i686/cmov/libc-2.9.so
b8043000-b8044000 rw-p 0015e000 fc:05 9337   /lib/tls/i686/cmov/libc-2.9.so
b8044000-b8047000 rw-p b8044000 00:00 0 
b804a000-b8057000 r-xp  fc:05 9327   /lib/libgcc_s.so.1
b8057000-b8058000 r--p c000 fc:05 9327   /lib/libgcc_s.so.1
b8058000-b8059000 rw-p d000 fc:05 9327   /lib/libgcc_s.so.1
b8059000-b805a000 r--p  fc:05 9942   
/usr/lib/locale/en_US.utf8/LC_NUMERIC
b805a000-b805b000 r--p  fc:05 14157  
/usr/lib/locale/en_US.utf8/LC_TIME
b805b000-b8062000 r--s  fc:05 9299   
/usr/lib/gconv/gconv-modules.cache
b8062000-b8063000 r--p  fc:05 10060  
/usr/lib/locale/en_US.utf8/LC_MESSAGES/SYS_LC_MESSAGES
b8063000-b8065000 rw-p b8063000 00:00 0 
b8065000-b8066000 r-xp b8065000 00:00 0  [vdso]
b8066000-b8082000 r-xp  fc:05 168225 /lib/ld-2.9.so
b8082000-b8083000 r--p 0001b000 fc:05 168225 /lib/ld-2.9.so
b8083000-b8084000 rw-p 0001c000 fc:05 168225 /lib/ld-2.9.so
bfc6e000-bfc83000 rw-p bffeb000 00:00 0  [stack]


% dpkg -s sysstat
Package: sysstat
Status: install ok installed
Priority: optional
Section: admin
Installed-Size: 1008
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 8.1.7-1
Depends: libc6 (= 2.4), debconf (= 0.5) | debconf-2.0, ucf (= 2.003), 
lsb-base (= 3.0-6), bzip2
Recommends: cron
Suggests: isag
Conflicts: atsar ( 1.5-3)
Conffiles:
 /etc/sysstat/sysstat.ioconf c3e4e67529e0732144888e4b30256fa8
 /etc/sysstat/sysstat e52dbe02e5da26d9be965373676e9355
 /etc/init.d/sysstat 590bb8cfc0e522713b1a13724783e4e6
 /etc/cron.daily/sysstat 4e5aa59f38b520c5a45d3fdc7cdec46c
 /etc/cron.d/sysstat fd33f8da0b7e539c4f3e2946aa22b269
Description: sar, iostat and mpstat - system performance tools for Linux
 The sysstat package contains the following system performance tools:
  * sar - collects and reports system activity information;
  * iostat - reports CPU utilization and I/O statistics for disks;
  * mpstat - reports global and per-processor statistics;
  * pidstat - reports statistics for Linux tasks (processes);
  * sadf - displays data collected by sar in various formats.
 .
 The statistics reported by sar concern I/O transfer rates,
 paging activity, process-related activities, interrupts,
 network activity, memory and swap space utilization, CPU
 utilization, kernel activities and TTY statistics, among
 others. Both UP and SMP machines are fully supported.
Original-Maintainer: Robert Luberda rob...@debian.org
Homepage: http://pagesperso-orange.fr/sebastien.godard/

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

-- 
iostat stack overflow
https://bugs.launchpad.net/bugs/383156
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 333722] Re: zsh killed by stack smashing protection

2009-02-25 Thread DragonK
Well, I took a look at the zsh code and it seems to have a buffer
overflow when expanding the ! on the command line.

To trigger, just type  !AA  (without the quotes) at the zsh
prompt.

If zsh is compiled with stack protection code, the overflow is detected
faster. If not, you need to type lots of A's.

% gdb ./zsh ./core
[...]
Core was generated by `AA'.
Program terminated with signal 11, Segmentation fault.
[New process 23255]
#0  0x41414141 in ?? ()
(gdb) bt
#0  0x41414141 in ?? ()
Cannot access memory at address 0x41414145
(gdb) i r
eax0x   -1
ecx0x0  0
edx0xb7e7d0dc   -1209544484
ebx0x3e91001
esp0xbfc17660   0xbfc17660
ebp0x41414141   0x41414141
esi0x41414141   1094795585
edi0x41414141   1094795585
eip0x41414141   0x41414141
eflags 0x210246 [ PF ZF IF RF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0  0
gs 0x33 51

-- 
zsh killed by stack smashing protection
https://bugs.launchpad.net/bugs/333722
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 333722] [NEW] zsh killed by stack smashing protection

2009-02-24 Thread DragonK
Public bug reported:

Binary package hint: zsh

I'm experiencing some weird problem with zsh, which is getting killed
due to an apparent stack overflow.

It seems that commands like the following cause problems (notice the ! inside
the command line; also, this command doesn't have newlines, I wrapped it for
better readability):

% !A
AAA
AAA
AAA...

(see attachment for crash info).

Additional info:

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

(this also happens on a Debian Sid with zsh 4.3.9)

$ apt-cache policy zsh
zsh:
  Installed: 4.3.6-4ubuntu1
  Candidate: 4.3.6-4ubuntu1
  Version table:
 *** 4.3.6-4ubuntu1 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status

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

-- 
zsh killed by stack smashing protection
https://bugs.launchpad.net/bugs/333722
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 333722] Re: zsh killed by stack smashing protection

2009-02-24 Thread DragonK

** Attachment added: crash_info.txt
   http://launchpadlibrarian.net/23045707/crash_info.txt

-- 
zsh killed by stack smashing protection
https://bugs.launchpad.net/bugs/333722
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 245521] Re: urls copied from adress bar in firefox-3.0 missing %20

2009-02-09 Thread DragonK
http://example.com/url with space.htmldoesn't get converted  to
http://example.com/url%20with%20space.html   if you  paste using the
middle mouse button instead of ctrl+c, ctrl+v.

-- 
urls copied from adress bar in firefox-3.0 missing %20
https://bugs.launchpad.net/bugs/245521
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 304947] Re: Tilda crashing if user's shell is zsh

2009-01-15 Thread DragonK
This seems to also affect me. I have tilda starting up automatically with the 
Gnome session, but when I push the hotkey, there's no shell (zsh), only a black 
window.
The context menu of the window is working, new tab / close tab are working but 
no shell appears. 

The solution for me was to use properties and to replace the default
shell with a custom command, zsh. This way it's working for me.

% dpkg --status tilda
Package: tilda
Status: install ok installed
Priority: optional
Section: x11
Installed-Size: 588
Maintainer: Ubuntu MOTU Developers ubuntu-m...@lists.ubuntu.com
Architecture: i386
Version: 0.09.6-1
Provides: x-terminal-emulator
Depends: libatk1.0-0 (= 1.20.0), libc6 (= 2.4), libcairo2 (= 1.2.4), 
libconfuse0 (= 2.5-1), libfontconfig1 (= 2.4.0), libfreetype6 (= 2.3.5), 
libglade2-0 (= 1:2.6.1), libglib2.0-0 (= 2.12.0), libgtk2.0-0 (= 2.12.0), 
libpango1.0-0 (= 1.20.2), libvte9 (= 1:0.16.9), libx11-6, libxft2 ( 2.1.1), 
libxml2 (= 2.6.27), zlib1g (= 1:1.1.4)

% dpkg --status zsh  
Package: zsh
Status: install ok installed
Priority: optional
Section: shells
Installed-Size: 11540
Maintainer: Ubuntu Core Developers ubuntu-devel-disc...@lists.ubuntu.com
Architecture: i386
Version: 4.3.6-4ubuntu1
Depends: libc6 (= 2.4), libcap1, libncursesw5 (= 5.6+20071006-3)
Recommends: libpcre3 (= 7.4)
Suggests: zsh-doc
Conflicts: pdksh ( 5.2.14-18)
Conffiles:
 /etc/zsh/zlogin 48032df2ace0977f2491b016e3c421a3
 /etc/zsh/zlogout b73789c3e790b855302ce10ca076037a
 /etc/zsh/zprofile 58c4f65d775c055b5d80b67c1bd12838
 /etc/zsh/zshenv 5a8a0ff4f6ff945a5aa6ba7f6f1e8c97
 /etc/zsh/zshrc e069ba51ba293da1aeddd5779324df19
Description: A shell with lots of features
 Zsh is a UNIX command interpreter (shell) usable as an
 interactive login shell and as a shell script command
 processor. Of the standard shells, zsh most closely resembles
 ksh but includes many enhancements. Zsh has command-line editing,
 built-in spelling correction, programmable command completion,
 shell functions (with autoloading), a history mechanism, and a
 host of other features.
Homepage: http://www.zsh.org/
Original-Maintainer: Clint Adams sch...@debian.org

I've attached a strace log on tilda, with it configured to run the
default shell, from a gnome terminal. After pressing the hotkey and
waiting for a couple of seconds (tilda window pops up but no zsh), i've
ctrl+c'd  strace.


** Attachment added: Output of strace -f on tilda.
   http://launchpadlibrarian.net/21243714/tilda_user.log

-- 
Tilda crashing if user's shell is zsh
https://bugs.launchpad.net/bugs/304947
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 299657] Re: evolution crashes when deleting folder on gmail (imap)

2008-11-18 Thread DragonK

** Attachment added: gdb backtrace
   http://launchpadlibrarian.net/19768413/evo-gdb-bt.txt

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

-- 
evolution crashes when deleting folder on gmail (imap)
https://bugs.launchpad.net/bugs/299657
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 299657] [NEW] evolution crashes when deleting folder on gmail (imap)

2008-11-18 Thread DragonK
Public bug reported:

Binary package hint: evolution

When I'm trying to delete an empty folder from gmail (using imap), evolution 
crashes.
It seems to happen on a folder named Netfilter Devel (two words, that seems 
to be the problem).

In the console the following is printed:

(evolution:18935): camel-WARNING **: camel_exception_get_id called with NULL 
parameter.
Segmentation fault (core dumped)

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

$ apt-cache policy evolution
evolution:
  Installed: 2.24.1.1-0ubuntu1
  Candidate: 2.24.1.1-0ubuntu1
  Version table:
 *** 2.24.1.1-0ubuntu1 0
500 http://ro.archive.ubuntu.com intrepid-proposed/main Packages
100 /var/lib/dpkg/status
 2.24.1-0ubuntu2 0
500 http://ro.archive.ubuntu.com intrepid/main Packages

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
NonfreeKernelModules: wl fglrx
Package: evolution 2.24.1.1-0ubuntu1
ProcEnviron:
 
PATH=/opt/e17/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evolution
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
evolution crashes when deleting folder on gmail (imap)
https://bugs.launchpad.net/bugs/299657
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 296701] Re: evince crashes on .ps file

2008-11-11 Thread DragonK

** Attachment added: This file causes the crash
   http://launchpadlibrarian.net/19560213/output_1.ps

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

-- 
evince crashes on .ps file
https://bugs.launchpad.net/bugs/296701
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 296701] [NEW] evince crashes on .ps file

2008-11-11 Thread DragonK
Public bug reported:

Binary package hint: evince

Evince aborts with assertion failed on the attached .ps file.

$ evince output_1.ps 
evince: /build/buildd/cairo-1.8.0/src/cairo-xlib-surface.c:934: 
_draw_image_surface: Assertion `ret != 0' failed.
Aborted

$ lsb_release -rd
Description:Ubuntu 8.10
Release:8.10

$ apt-cache policy evince
evince:
  Installed: 2.24.1-0ubuntu1
  Candidate: 2.24.1-0ubuntu1
  Version table:
 *** 2.24.1-0ubuntu1 0
500 http://ftp.lug.ro intrepid/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 8.10
Package: evince 2.24.1-0ubuntu1 [modified: usr/bin/evince 
usr/bin/evince-thumbnailer usr/lib/libevbackend.so.0.0.0]
ProcEnviron:
 
PATH=/home/username/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: evince
Uname: Linux 2.6.27-7-generic i686

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


** Tags: apport-bug

-- 
evince crashes on .ps file
https://bugs.launchpad.net/bugs/296701
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 294904] Re: crash on icon theme change

2008-11-07 Thread DragonK
I'm also experiencing this, after changing to a new smiley theme and
closing preferences, pidgin crashes (assert failed?).

$ dpkg -s pidgin
Package: pidgin
Status: install ok installed
Priority: optional
Section: net
Installed-Size: 1952
Maintainer: Ubuntu Core Developers [EMAIL PROTECTED]
Architecture: i386
Version: 1:2.5.2-0ubuntu1
Replaces: gaim ( 1:2.0.0+beta6-3), pidgin-data ( 1:2.4.0-1)
Depends: pidgin-data (= 1:2.5.2), pidgin-data ( 1:2.5.2-z), libatk1.0-0 (= 
1.20.0), libc6 (= 2.4), libcairo2 (= 1.2.4), libdbus-1-3 (= 1.0.2), 
libdbus-glib-1-2 (= 0.71), libfontconfig1 (= 2.4.0), libfreetype6 (= 2.3.5), 
libglib2.0-0 (= 2.16.0), libgstreamer0.10-0 (= 0.10.10), libgtk2.0-0 (= 
2.14.1), libgtkspell0 (= 2.0.10), libice6 (= 1:1.0.0), 
liblaunchpad-integration1 (= 0.1.17), libpango1.0-0 (= 1.21.6), libpurple0 
(= 1:2.5.2-0ubuntu1), libsm6, libstartup-notification0 (= 0.8-1), libx11-6, 
libxss1, zlib1g (= 1:1.1.4), gconf2 (= 2.10.1-2), perl (= 
5.10.0-11.1ubuntu2), perlapi-5.10.0
Recommends: gstreamer0.10-plugins-base, gstreamer0.10-plugins-good
Suggests: gnome-panel (= 2.1) | kicker (= 3.1) | docker, 
evolution-data-server (= 1.10.0), libsqlite3-0 (= 3.5.9)
Conflicts: gaim ( 1:2.0.0+beta6-3), pidgin-data ( 1:2.4.0-1)
Description: graphical multi-protocol instant messaging client for X


$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 8.10
Release:8.10
Codename:   intrepid

$ pidgin -d  pidgin_stdout.txt 2pidgin_stderr.txt
*** glibc detected *** pidgin: free(): invalid pointer: 0x08934310 ***
=== Backtrace: =
/lib/tls/i686/cmov/libc.so.6[0x41b673f4]
/lib/tls/i686/cmov/libc.so.6(cfree+0x96)[0x41b69456]
/usr/lib/libcairo.so.2[0x421ac5cd]
/usr/lib/libcairo.so.2[0x421cd1b4]
/usr/lib/libcairo.so.2[0x421b1e66]
/usr/lib/libcairo.so.2[0x421b2115]
/usr/lib/libcairo.so.2[0x42199b38]
/usr/lib/libcairo.so.2(cairo_fill_preserve+0x2d)[0x421946fd]
/usr/lib/libcairo.so.2(cairo_fill+0x12)[0x42194722]
/usr/lib/libgdk-x11-2.0.so.0[0x4226ae1b]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_begin_paint_region+0x1bb)[0x4226d56b]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main_do_event+0x51e)[0x423fe12e]
/usr/lib/libgdk-x11-2.0.so.0[0x4226d9b5]
/usr/lib/libgdk-x11-2.0.so.0(gdk_window_process_all_updates+0xff)[0x4226dfcf]
/usr/lib/libgdk-x11-2.0.so.0[0x4226dffb]
/usr/lib/libgdk-x11-2.0.so.0[0x4225146b]
/usr/lib/libglib-2.0.so.0[0xb7f3e7c1]
/usr/lib/libglib-2.0.so.0(g_main_context_dispatch+0x1e8)[0xb7f406f8]
/usr/lib/libglib-2.0.so.0[0xb7f43da3]
/usr/lib/libglib-2.0.so.0(g_main_loop_run+0x1d2)[0xb7f442c2]
/usr/lib/libgtk-x11-2.0.so.0(gtk_main+0xb9)[0x423fe3a9]
pidgin(main+0xc78)[0x80caaaf]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xe5)[0x41b0e685]
pidgin[0x806d8b1]
=== Memory map: 
08048000-0811d000 r-xp  fe:05 121369 /usr/bin/pidgin
0811d000-0811e000 r--p 000d4000 fe:05 121369 /usr/bin/pidgin
0811e000-0812f000 rw-p 000d5000 fe:05 121369 /usr/bin/pidgin
08738000-091e5000 rw-p 08738000 00:00 0  [heap]
4100-4101a000 r-xp  fe:05 90534  /lib/ld-2.8.90.so
4101b000-4101c000 r--p 0001a000 fe:05 90534  /lib/ld-2.8.90.so
4101c000-4101d000 rw-p 0001b000 fe:05 90534  /lib/ld-2.8.90.so
41af8000-41c5 r-xp  fe:05 99784  
/lib/tls/i686/cmov/libc-2.8.90.so
41c5-41c52000 r--p 00158000 fe:05 99784  
/lib/tls/i686/cmov/libc-2.8.90.so
41c52000-41c53000 rw-p 0015a000 fe:05 99784  
/lib/tls/i686/cmov/libc-2.8.90.so
41c53000-41c56000 rw-p 41c53000 00:00 0 
41c58000-41c5a000 r-xp  fe:05 105293 
/lib/tls/i686/cmov/libdl-2.8.90.so
41c5a000-41c5b000 r--p 1000 fe:05 105293 
/lib/tls/i686/cmov/libdl-2.8.90.so
41c5b000-41c5c000 rw-p 2000 fe:05 105293 
/lib/tls/i686/cmov/libdl-2.8.90.so
41c5e000-41c82000 r-xp  fe:05 120519 
/lib/tls/i686/cmov/libm-2.8.90.so
41c82000-41c83000 r--p 00023000 fe:05 120519 
/lib/tls/i686/cmov/libm-2.8.90.so
41c83000-41c84000 rw-p 00024000 fe:05 120519 
/lib/tls/i686/cmov/libm-2.8.90.so
41c86000-41c9b000 r-xp  fe:05 105989 
/lib/tls/i686/cmov/libpthread-2.8.90.so
41c9b000-41c9c000 r--p 00014000 fe:05 105989 
/lib/tls/i686/cmov/libpthread-2.8.90.so
41c9c000-41c9d000 rw-p 00015000 fe:05 105989 
/lib/tls/i686/cmov/libpthread-2.8.90.so
41c9d000-41c9f000 rw-p 41c9d000 00:00 0 
41ca1000-41cc9000 r-xp  fe:05 43312  /lib/libpcre.so.3.12.1
41cc9000-41cca000 r--p 00027000 fe:05 43312  /lib/libpcre.so.3.12.1
41cca000-41ccb000 rw-p 00028000 fe:05 43312  /lib/libpcre.so.3.12.1
41d86000-41d8a000 r-xp  fe:05 120842 /usr/lib/libXdmcp.so.6.0.0
41d8a000-41d8b000 rw-p 3000 fe:05 120842 /usr/lib/libXdmcp.so.6.0.0
41d8d000-41d8f000 r-xp  fe:05 120833 /usr/lib/libXau.so.6.0.0
41d8f000-41d9 rw-p 1000 fe:05 120833 /usr/lib/libXau.so.6.0.0
41d92000-41e7d000 r-xp  fe:05 121069 /usr/lib/libX11.so.6.2.0
41e7d000-41e7e000 r--p 000ea000 fe:05 121069 

[Bug 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

2008-10-29 Thread DragonK
Perhaps the applet should still be displayed, the user might want to
connect to wireless (as Steven sugested) or create a new VPN
connection... ?

-- 
Network Manager 0.7 applet not Appearing if there are managed entries in 
/etc/network/interfaces
https://bugs.launchpad.net/bugs/289466
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 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

2008-10-29 Thread DragonK
@Alexander:

You are right about managing VPNs on top of nothing. But what if there
is a valid connection (managed manually), then VPNs would make sense.
However, NM must act carefully in this case and not interfere with (read
clobber) the already configured stuff (i'm thinking /etc/resolv.conf
mosty); I don't know exactly how NM handles these issues, as I recently
started using it myself, so I might talk nonsense.

As for the icon, I'm thinking that since the NM process and applet are up and 
running, something should be displayed. At least an icon and some information 
saying i'm not managing your network, however, you have these interfaces ethX, 
ethY, up and running, with these settings, etc... read here for more info on 
this issue.  
I think this might help novice users, since I for instance don't know how 
exactly I got my manually managed /etc/network/interfaces file, perhaps I 
randomly clicked too much around the gnome tools...

Vladimir's idea could work too, but I guess it would be too complicated
to take over the manual settings of various distros able to run NM, no
?

-- 
Network Manager 0.7 applet not Appearing if there are managed entries in 
/etc/network/interfaces
https://bugs.launchpad.net/bugs/289466
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 176611] Re: Unable to exit fullscreen mode in rdesktop with compiz

2008-10-29 Thread DragonK
Running on Intrepid here, I can confirm that the fix mentioned in the
other bug works: disabling compiz's legacy full screen support from
workarounds.

-- 
Unable to exit fullscreen mode in rdesktop with compiz
https://bugs.launchpad.net/bugs/176611
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 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

2008-10-28 Thread DragonK
I've recently rebooted my ubuntu, the applet isn't visible.

[EMAIL PROTECTED]:~$ ps axu | grep nm- | grep -v grep
root  5754  0.0  0.1   7696  3552 ?S10:10   0:00 
/usr/sbin/nm-system-settings --config 
/etc/NetworkManager/nm-system-settings.conf
user  6204  0.0  0.3  23044 11480 ?S10:11   0:00 nm-applet 
--sm-disable

The nm-applet process is there it seems (the Network Manager process is
also there).  Trying to start it manually yields:

[EMAIL PROTECTED]:~$ nm-applet

** (nm-applet:9454): WARNING **: WARN
applet_dbus_manager_start_service(): Could not acquire the
NetworkManagerUserSettings service as it is already taken.  Return: 3


(nm-applet:9454): GLib-GObject-CRITICAL **: g_object_unref: assertion 
`G_IS_OBJECT (object)' failed

-- 
Network Manager 0.7 applet not Appearing if there are managed entries in 
/etc/network/interfaces
https://bugs.launchpad.net/bugs/289466
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 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

2008-10-28 Thread DragonK
By the way, after I restart the NetworkManager service, the applet pops
up, but I can't do much with it as it shows a warning sign and says
networking disabled in the tooltip.

I'm guessing it might have something to do with this bug, but I might be wrong:
https://bugs.launchpad.net/ubuntu/intrepid/+source/network-manager/+bug/279262

-- 
Network Manager 0.7 applet not Appearing if there are managed entries in 
/etc/network/interfaces
https://bugs.launchpad.net/bugs/289466
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 289466] Re: Network Manager 0.7 applet not Appearing if there are managed entries in /etc/network/interfaces

2008-10-27 Thread DragonK
This happens for me too:

[EMAIL PROTECTED]:~# apt-cache policy network-manager-gnome
network-manager-gnome:
  Installed: 0.7~~svn20081020t000444-0ubuntu1
  Candidate: 0.7~~svn20081020t000444-0ubuntu1
  Version table:
 *** 0.7~~svn20081020t000444-0ubuntu1 0
500 http://archive.ubuntu.com intrepid/main Packages
100 /var/lib/dpkg/status
 0.7~~svn20081020t000444-0ubuntu1~nm1 0
500 http://ppa.launchpad.net intrepid/main Packages

[EMAIL PROTECTED]:~# cat /etc/network/interfaces 
auto lo
iface lo inet loopback
auto eth1
iface eth1 inet dhcp
dns-nameservers 192.168.1.1

[EMAIL PROTECTED]:~# ps axu | grep Networ | grep -v grep
root  5765  0.0  0.0   6408  2240 ?Ss   23:27   0:00 
/usr/sbin/NetworkManager
root  5775  0.0  0.1   7696  3516 ?S23:27   0:00 
/usr/sbin/nm-system-settings --config 
/etc/NetworkManager/nm-system-settings.conf

The network manager process is running, but no applet.

# /etc/init.d/NetworkManager restart  makes the applet appear.

-- 
Network Manager 0.7 applet not Appearing if there are managed entries in 
/etc/network/interfaces
https://bugs.launchpad.net/bugs/289466
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